@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #fff;
  min-width: 1200px; }

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #1f73a6; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #1f73a6; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.comhead {
  width: 100%;
  background: #fff;
  z-index: 50;
  height: 90px;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto; }
  .comhead .logo {
    float: left;
    width: 410px;
    height: 90px;
    background: url("../images/logo.png") no-repeat left center; }
  .comhead ul {
    float: right;
    height: 90px;
    position: relative;
    z-index: 5; }
    .comhead ul li {
      width: 105px;
      float: left;
      text-align: center; }
      .comhead ul li .a1 {
        display: block;
        width: 100%;
        line-height: 90px;
        height: 90px;
        text-align: center;
        font-size: 16px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comhead ul li .box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 90px;
        overflow: hidden;
        visibility: hidden;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
        .comhead ul li .box a {
          display: block;
          line-height: 60px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center;
          border-top: 1px solid #eee;
          background: #fff;
          color: #333;
          transition: all 0.2s ease-in-out 0.01s;
          -webkit-transition: all 0.2s ease-in-out 0.01s; }
          .comhead ul li .box a:hover {
            background: #1f73a6;
            color: #fff; }
      .comhead ul li:hover .a1 {
        background: #1f73a6;
        color: #fff;
        font-weight: bold; }
      .comhead ul li:hover .box {
        visibility: visible;
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px); }
      .comhead ul li.sel .a1 {
        background: #1f73a6;
        color: #fff;
        font-weight: bold; }
  .comhead .search {
    position: absolute;
    right: -25px;
    top: 0;
    height: 90px;
    width: 20px; }
    .comhead .search i {
      width: 100%;
      height: 90px;
      background: url("../images/search.png") no-repeat center center;
      display: block;
      cursor: pointer; }
    .comhead .search p {
      position: absolute;
      right: 0;
      top: 100px;
      width: 280px;
      height: 45px;
      background: #fff;
      padding-left: 10px;
      overflow: hidden;
      visibility: hidden;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      transform: translate(0, 20px);
      -webkit-transform: translate(0, 20px);
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comhead .search p .text {
        float: left;
        width: 220px;
        line-height: 45px;
        height: 45px; }
      .comhead .search p .sub {
        float: right;
        height: 45px;
        width: 50px;
        background: url("../images/searchbtn.png") no-repeat center center; }
  .comhead .search_sel i {
    background-image: url("../images/close.png"); }
  .comhead .search_sel p {
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); }

.comheadbg {
  width: 100%;
  height: 90px;
  clear: both; }

.botfriends {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
  height: 100px; }
  .botfriends .banner05 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px; }
    .botfriends .banner05 .box01 ul li a {
      font-size: 16px;
      color: #666;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .botfriends .banner05 .box01 ul li a:hover {
        color: #1f73a6; }
    .botfriends .banner05 .box02 p {
      width: 20px;
      height: 20px;
      top: 0;
      background: #f2f2f2; }
      .botfriends .banner05 .box02 p.btn01 span {
        background-image: url("../images/page03.png"); }
      .botfriends .banner05 .box02 p.btn02 span {
        background-image: url("../images/page04.png"); }

.comfoot {
  background: #2e3339;
  width: 100%;
  color: #fff;
  overflow: hidden; }
  .comfoot .box {
    padding: 35px 0 0;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .comfoot .box .box01 {
      float: left; }
      .comfoot .box .box01 h2 {
        line-height: 40px;
        font-size: 30px; }
      .comfoot .box .box01 p {
        color: #999;
        font-size: 12px; }
      .comfoot .box .box01 i {
        display: block;
        width: 40px;
        border-top: 2px solid #999;
        margin-top: 30px; }
    .comfoot .box .box02 {
      float: left;
      width: 480px;
      margin-left: 210px; }
      .comfoot .box .box02 h2 {
        font-size: 18px;
        line-height: 30px; }
      .comfoot .box .box02 p {
        float: left;
        width: 50%;
        margin-top: 10px;
        color: #999; }
        .comfoot .box .box02 p.p1 {
          width: 100%; }
    .comfoot .box .box03 {
      float: right;
      width: 82px;
      margin-right: 40px;
      text-align: center; }
      .comfoot .box .box03 h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px; }
      .comfoot .box .box03 img {
        display: block; }
  .comfoot .line {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #999; }
  .comfoot .bot {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    line-height: 45px;
    height: 45px;
    color: #999; }
    .comfoot .bot .a1 {
      float: left;
      color: #999;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .comfoot .bot .a1:hover {
        color: #fff; }
    .comfoot .bot span {
      float: left;
      margin: 0 17px; }

.floatbox {
  width: 65px;
  height: 142px;
  position: fixed;
  z-index: 80;
  right: 0;
  top: 30%;
  color: #fff;
  text-align: center;
  background: url("../images/float01.png") no-repeat center top;
  padding-top: 40px; }
  .floatbox section {
    width: 30px;
    padding-left: 23px; }
    .floatbox section p {
      padding-top: 30px;
      background: url("../images/float02.png") no-repeat center top;
      line-height: 16px; }
    .floatbox section div {
      position: absolute;
      right: 40px;
      top: 0;
      background: #1f73a6;
      padding: 12px;
      white-space: nowrap;
      font-size: 18px;
      visibility: hidden;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      transform: translate(-20px, 0px);
      -webkit-transform: translate(-20px, 0px);
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      line-height: 30px; }
    .floatbox section:hover div {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      visibility: visible; }
    .floatbox section.box01 {
      margin-top: 10px; }
      .floatbox section.box01 p {
        background: url("../images/float03.png") no-repeat center 10px;
        padding-top: 45px;
        border-top: 1px solid #2e7cac; }
      .floatbox section.box01 div {
        top: -18px;
        width: 80px;
        height: 80px; }

.index_gg {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  z-index: 10; }
  .index_gg .box {
    width: 1245px;
    height: 60px;
    position: absolute;
    left: -22px;
    top: -40px;
    background: url("../images/gg_bg.png") no-repeat center center;
    color: #fff;
    overflow: hidden;
    line-height: 60px;
    font-size: 18px; }
  .index_gg .tit {
    float: left;
    margin-left: 60px;
    padding-left: 30px;
    background: url("../images/gg.png") no-repeat left center; }
  .index_gg #ggnext, .index_gg #gglast {
    float: right;
    width: 15px;
    height: 60px;
    background: url("../images/page01.png") no-repeat center center;
    cursor: pointer; }
  .index_gg #ggnext {
    margin: 0 40px 0 20px;
    background-image: url("../images/page02.png"); }

.ggcartoon {
  float: left;
  width: 950px;
  height: 60px;
  margin-left: 10px; }
  .ggcartoon menu {
    height: 100%; }
    .ggcartoon menu a {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #fff;
      font-size: 18px;
      background: #1f72a6;
      width: 950px; }

.indextit {
  width: 100%;
  text-align: center;
  padding: 30px 0 50px;
  color: #1f73a6; }
  .indextit p {
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 23px;
    background: url("../images/indextit01.png") no-repeat center bottom;
    margin-bottom: 5px; }
  .indextit span {
    color: #999; }

.indexpart01 {
  width: 100%;
  height: 600px;
  background: url("../images/photos/bg01.png") no-repeat center bottom;
  border-bottom: 30px solid #f6f6f6; }
  .indexpart01 .banner05 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .indexpart01 .banner05 .box01 ul li a span {
      display: block;
      width: 100%;
      height: 256px;
      overflow: hidden; }
      .indexpart01 .banner05 .box01 ul li a span img {
        display: block;
        width: 100%;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s;
        height: 100%; }
      .indexpart01 .banner05 .box01 ul li a span:after {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
        z-index: 2;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s;
        background: url("../images/more.png") no-repeat center center;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0;
        visibility: hidden;
        content: ''; }
    .indexpart01 .banner05 .box01 ul li a p {
      text-align: center;
      width: 100%;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      background: #f6f6f6;
      overflow: hidden;
      padding-bottom: 30px; }
      .indexpart01 .banner05 .box01 ul li a p i {
        display: block;
        width: 35px;
        height: 3px;
        background: #ccc;
        margin: 15px auto; }
      .indexpart01 .banner05 .box01 ul li a p b {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px; }
    .indexpart01 .banner05 .box01 ul li a:hover span {
      background: #000; }
      .indexpart01 .banner05 .box01 ul li a:hover span img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        filter: alpha(Opacity=70);
        opacity: 0.7;
        -webkit-opacity: 0.7; }
      .indexpart01 .banner05 .box01 ul li a:hover span:after {
        visibility: visible;
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1; }
    .indexpart01 .banner05 .box01 ul li a:hover p {
      background: #1f73a6;
      color: #fff; }
      .indexpart01 .banner05 .box01 ul li a:hover p i {
        background: #fff; }
    .indexpart01 .banner05 .box02 {
      top: 120px; }
      .indexpart01 .banner05 .box02 p {
        width: 30px;
        height: 60px;
        background: url("../images/dark.png") repeat; }
      .indexpart01 .banner05 .box02 .btn01 span {
        background-image: url("../images/page01.png"); }
      .indexpart01 .banner05 .box02 .btn02 span {
        background-image: url("../images/page02.png"); }

.conpart01 {
  background: #fff;
  height: auto;
  border: none;
  padding: 80px 0 50px; }

.indexpart02 {
  width: 100%;
  height: 522px;
  background: url("../images/photos/bg02.png") no-repeat center center;
  border-bottom: 30px solid #f6f6f6;
  color: #fff; }
  .indexpart02 .indextit {
    color: #fff;
    padding: 35px 0 70px; }
    .indexpart02 .indextit p {
      background-image: url("../images/indextit02.png"); }
    .indexpart02 .indextit span {
      color: #fff; }
  .indexpart02 .box {
    float: left;
    width: 460px;
    line-height: 28px;
    font-size: 16px; }
    .indexpart02 .box h2 {
      font-size: 24px; }
    .indexpart02 .box span {
      display: block;
      margin: 15px 0; }
    .indexpart02 .box p {
      height: 112px;
      overflow: hidden; }
    .indexpart02 .box a {
      display: block;
      text-align: center;
      width: 110px;
      border: 1px solid #fff;
      line-height: 35px;
      color: #fff;
      margin-top: 35px; }

.indexpart03 {
  width: 100%;
  background: url("../images/photos/bg03.png") repeat;
  margin-top: 100px;
  padding-bottom: 35px; }
  .indexpart03 .indextit {
    top: -75px;
    padding-bottom: 0;
    margin-bottom: -20px; }
  .indexpart03 .more {
    display: block;
    margin: 0 auto;
    width: 120px;
    line-height: 35px;
    border: 1px solid #1f73a6;
    color: #1f73a6;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    font-size: 18px;
    text-align: center; }
    .indexpart03 .more:hover {
      background: #1f73a6;
      color: #fff; }

.indexpart04_tit {
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }
  .indexpart04_tit a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    padding: 0 15px;
    color: #999;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    margin: 0 10px;
    font-size: 16px; }
    .indexpart04_tit a:hover, .indexpart04_tit a.sel {
      background: #1f73a6;
      color: #fff; }

.indexpart04 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .indexpart04 li {
    width: 110%;
    overflow: hidden;
    display: none; }
    .indexpart04 li .more {
      display: block;
      margin: 0 auto;
      width: 120px;
      line-height: 35px;
      border: 1px solid #1f73a6;
      color: #1f73a6;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      font-size: 18px;
      text-align: center;
      left: -4%; }
      .indexpart04 li .more:hover {
        background: #1f73a6;
        color: #fff; }
    .indexpart04 li .line {
      width: 100%;
      clear: both;
      background: #fff;
      height: 5px;
      top: -32px; }
    .indexpart04 li .list {
      float: left;
      padding-left: 240px;
      height: 147px;
      width: 348px;
      margin: 0 30px 30px 0;
      padding-bottom: 30px;
      border-bottom: 1px dashed #eee;
      line-height: 28px; }
      .indexpart04 li .list i {
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        width: 213px;
        height: 147px;
        overflow: hidden; }
        .indexpart04 li .list i img {
          transition: all 0.2s ease-in-out 0.01s;
          -webkit-transition: all 0.2s ease-in-out 0.01s;
          display: block; }
      .indexpart04 li .list .p1 {
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        font-weight: bold; }
      .indexpart04 li .list .p2 {
        color: #999;
        margin: 10px 0 30px; }
      .indexpart04 li .list .p3 {
        height: 56px;
        overflow: hidden;
        color: #666; }
      .indexpart04 li .list:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

.probox {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .probox section {
    width: 110%;
    overflow: hidden; }
    .probox section a {
      float: left;
      width: 383px;
      margin: 0 25px 25px 0;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .probox section a img {
        display: block; }
      .probox section a p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 20px 20px 30px;
        font-size: 16px; }
      .probox section a div {
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        z-index: 2;
        padding: 20px;
        background: url("../images/dark.png") repeat;
        color: #fff;
        height: 224px;
        width: 343px;
        line-height: 28px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0; }
        .probox section a div span {
          display: block;
          height: 140px;
          overflow: hidden;
          padding-top: 40px; }
          .probox section a div span:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            right: auto;
            bottom: auto;
            display: block;
            width: 80px;
            border-top: 2px solid #fff; }
      .probox section a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0px;
        border-bottom: 3px solid #3ea201;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
      .probox section a:hover {
        background: #1f73a6;
        color: #fff;
        box-shadow: 1px 1px 10px #999; }
        .probox section a:hover div {
          filter: alpha(Opacity=100);
          opacity: 1;
          -webkit-opacity: 1; }
        .probox section a:hover:after {
          width: 160px; }

.conbanner {
  width: 100%;
  height: 285px;
  background: url("../images/photos/banner02.png") no-repeat center center; }

.contit {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 40; }
  .contit .box {
    position: absolute;
    left: 0;
    top: -60px;
    height: 60px;
    z-index: 5;
    border-bottom: 1px solid #eee;
    width: 1200px;
    overflow: hidden;
    line-height: 60px;
    background: #fff url("../images/content.png") no-repeat right top;
    font-size: 16px; }
    .contit .box b {
      float: left;
      width: 130px;
      height: 60px;
      color: #fff;
      text-align: center;
      background: #1f73a6;
      font-weight: 400; }
    .contit .box menu {
      float: right;
      overflow: hidden;
      padding-right: 50px; }
      .contit .box menu a {
        float: left;
        margin-left: 30px;
        transition: all 0.2s ease-in-out 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0.01s; }
        .contit .box menu a.sel {
          color: #1f73a6; }
  .contit .box01 {
    position: fixed;
    left: 50%;
    width: 1200px;
    top: 90px;
    z-index: 40;
    margin-left: -600px; }

.newslist {
  display: block;
  height: 165px;
  padding: 30px 0 30px 310px;
  border-bottom: 1px dashed #eee; }
  .newslist i {
    position: absolute;
    left: 0;
    top: 30px;
    width: 270px;
    height: 165px;
    overflow: hidden; }
    .newslist i img {
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      display: block;
      width: 270px;
      height: 165px; }
  .newslist span {
    position: absolute;
    right: 0;
    top: 60px;
    color: #999; }
  .newslist .p1 {
    padding: 30px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 660px;
    font-size: 16px; }
  .newslist .p2 {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #999; }
  .newslist:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

.textlist {
  display: block;
  padding: 0 0 45px;
  border-bottom: 1px dashed #eee; }
  .textlist span {
    position: absolute;
    right: 0;
    top: 30px;
    color: #999; }
  .textlist .p1 {
    padding: 30px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 1000px;
    font-size: 16px; }
  .textlist .p2 {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #999; }

.hotlist {
  display: block;
  height: 165px;
  padding: 30px 0 30px 420px;
  border-bottom: 1px dashed #eee; }
  .hotlist .img {
    position: absolute;
    left: 0;
    top: 30px;
    width: 270px;
    height: 165px;
    overflow: hidden; }
    .hotlist .img img {
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      display: block;
      width: 270px;
      height: 165px; }
  .hotlist .p1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 660px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .hotlist .p2 {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #999;
    margin: 25px 0; }
  .hotlist .time {
    position: absolute;
    left: 300px;
    top: 30px;
    right: auto;
    bottom: auto;
    width: 75px;
    height: 65px;
    background: #0582cd;
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .hotlist .time b {
      display: block;
      line-height: 35px;
      font-size: 24px;
      font-weight: 400; }
  .hotlist .more {
    display: block;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    background: #eaeaea;
    color: #999;
    width: 110px;
    text-align: center;
    line-height: 35px;
    font-size: 16px; }
    .hotlist .more:hover {
      background: #1f73a6;
      color: #fff; }
  .hotlist:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  .hotlist:hover .time {
    background: #1f73a6;
    color: #fff; }

.pagebox {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  text-align: center; }
  .pagebox .a1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s;
    padding: 0 12px;
    border: 1px solid #eee;
    margin-left: 3px; }
    .pagebox .a1:hover {
      background: #1f73a6;
      border-color: #1f73a6;
      color: #fff; }
  .pagebox .sel {
    background: #1f73a6;
    border-color: #1f73a6;
    color: #fff; }
  .pagebox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 12px;
    border: 1px solid #eee;
    margin-left: 3px; }

.contactbox {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 70px 30px 30px;
  width: 1140px;
  font-size: 16px;
  line-height: 36px;
  overflow: hidden; }
  .contactbox section {
    float: left;
    width: 850px; }
  .contactbox .sys {
    float: right;
    width: 142px;
    font-size: 18px; }
    .contactbox .sys i {
      width: 120px;
      display: block;
      padding: 10px;
      display: block;
      border: 1px solid #eee;
      margin-top: 20px; }
      .contactbox .sys i img {
        display: block;
        width: 120px; }

.essaybox {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .essaybox .time {
    width: 100%;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 40px; }
  .essaybox .box {
    width: 1000px;
    margin: 0 auto 50px;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px; }
  .essaybox .page {
    width: 100%;
    border-top: 1px dashed #eee;
    padding-top: 40px;
    overflow: hidden; }
    .essaybox .page p {
      max-width: 45%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px; }

.worklist {
  width: 110%;
  overflow: hidden; }
  .worklist li {
    float: left;
    width: 535px;
    padding: 25px;
    border: 1px solid #eee;
    line-height: 28px;
    margin: 0 25px 25px 0; }
    .worklist li h2 {
      width: 100%;
      overflow: hidden;
      padding-bottom: 10px;
      border-bottom: 1px dashed #eee;
      font-size: 16px; }
      .worklist li h2 .a1 {
        float: left;
        font-weight: bold;
        color: #1f73a6; }
        .worklist li h2 .a1:hover {
          color: #3ea201; }
      .worklist li h2 .a2 {
        float: right;
        color: #1f73a6; }
        .worklist li h2 .a2:hover {
          color: #3ea201; }
    .worklist li p {
      height: 112px;
      overflow: hidden;
      color: #999;
      padding-top: 15px; }

.worktit01 {
  width: 100%;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  background: #f6f6f6;
  padding: 35px 0 50px; }

.worktit02 {
  width: 100%;
  background: #f6f6f6;
  height: 80px; }

.workbox01 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .workbox01 section {
    float: right;
    width: 570px;
    overflow: auto;
    height: 335px;
    line-height: 36px; }

.workbox02 {
  width: 1115px;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
  margin: 0 auto; }
  .workbox02 section {
    width: 110%;
    overflow: hidden;
    padding-top: 40px; }
    .workbox02 section a {
      float: left;
      width: 351px;
      margin: 0 30px 0 0; }
      .workbox02 section a img {
        display: block; }

.conpart02 {
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 40px; }
  .conpart02 h2 {
    text-align: center;
    padding: 60px 0;
    font-size: 24px;
    line-height: 30px; }
  .conpart02 section {
    background: #fff url("../images/photos/kuai01.png") no-repeat right top;
    box-shadow: 1px 1px 15px #ddd;
    margin-bottom: 25px;
    height: 297px;
    padding: 10px 10px 10px 610px;
    overflow: hidden; }
    .conpart02 section img {
      position: absolute;
      left: 10px;
      top: 10px;
      right: auto;
      bottom: auto; }
    .conpart02 section h3 {
      font-size: 18px;
      margin-top: 60px;
      padding: 30px 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .conpart02 section h3:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        right: auto;
        bottom: auto;
        display: block;
        width: 70px;
        height: 3px;
        background: #1f73a6; }
    .conpart02 section .box {
      line-height: 28px;
      width: 520px;
      color: #666; }
    .conpart02 section.other {
      padding: 10px 610px 10px 50px;
      background: #fff url("../images/photos/kuai01.png") no-repeat left bottom; }
      .conpart02 section.other img {
        left: auto;
        right: 10px; }

.conpart03 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 100px; }
  .conpart03 ul {
    float: right;
    width: 808px; }
    .conpart03 ul li {
      border: 1px solid #eee;
      height: 188px;
      padding: 20px 430px 20px 20px;
      margin-bottom: 25px; }
      .conpart03 ul li img {
        position: absolute;
        right: 0;
        top: 0;
        display: block; }
      .conpart03 ul li section {
        overflow: hidden;
        height: 200px;
        line-height: 20px; }
      .conpart03 ul li.li01 {
        padding: 20px 20px 20px 430px; }
        .conpart03 ul li.li01 img {
          right: auto;
          left: 0; }

.conpart04 {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 80px;
  overflow: hidden; }
  .conpart04 h2 {
    text-align: center;
    padding: 40px 0 100px;
    font-size: 24px;
    line-height: 30px; }
  .conpart04 section {
    padding: 80px 50px 80px 100px;
    background: #fff;
    box-shadow: 1px 1px 15px #ddd;
    width: 500px;
    min-height: 180px;
    float: right; }
    .conpart04 section i {
      position: absolute;
      left: -550px;
      top: -30px;
      width: 545px;
      padding: 10px;
      background: #fff;
      box-shadow: 1px 1px 15px #ddd; }
      .conpart04 section i img {
        display: block;
        width: 100%; }
    .conpart04 section h3 {
      font-size: 18px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .conpart04 section h3:before {
        content: '';
        display: block;
        width: 70px;
        height: 3px;
        background: #1f73a6;
        position: absolute;
        left: 0;
        bottom: 0; }
    .conpart04 section .box {
      line-height: 28px;
      color: #666;
      font-size: 16px; }

.conpart05 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  overflow: hidden; }
  .conpart05 .box01 {
    float: left;
    width: 540px;
    margin-left: 27px; }
    .conpart05 .box01 img {
      display: block;
      margin-bottom: 19px; }
  .conpart05 .box02 {
    float: right;
    width: 303px; }
    .conpart05 .box02 img {
      display: block;
      margin-bottom: 19px; }

.essaystyle {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  overflow: hidden; }
  .essaystyle img {
    max-width: 100%; }

.aboutbox01 {
  width: 100%;
  background: #f6f6f6;
  padding: 40px 0;
  margin-top: 40px; }
  .aboutbox01 article {
    margin-top: 40px;
    text-align: center; }

.aboutbox02 {
  width: 100%;
  background: #f6f6f6;
  padding: 40px 0 80px; }
  .aboutbox02 section {
    padding: 30px 640px 0 30px;
    overflow: hidden;
    background: #fff;
    line-height: 36px;
    color: #666;
    font-size: 16px;
    height: 306px; }
    .aboutbox02 section h3 {
      font-size: 20px;
      color: #000;
      margin-bottom: 10px; }
    .aboutbox02 section img {
      position: absolute;
      right: 0;
      top: 0;
      height: 336px;
      display: block;
      width: 600px; }
    .aboutbox02 section.box01 {
      padding: 30px 30px 0 640px; }
      .aboutbox02 section.box01 img {
        right: auto;
        left: 0; }

.storybox {
  width: 1080px;
  margin: 0 auto; }
  .storybox li {
    padding: 15px 100px 15px 70px;
    border: 1px solid #eee;
    border-radius: 25px 0 25px 0;
    min-height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #666;
    background: url("../images/story01.png") no-repeat 20px 27px;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .storybox li i {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      height: 80px;
      background: url("../images/story01.png") no-repeat center 27px;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
    .storybox li span {
      float: left;
      line-height: 50px;
      font-size: 24px; }
    .storybox li p {
      float: right;
      width: 760px;
      font-size: 16px;
      line-height: 50px; }
    .storybox li:hover {
      background-color: #1f73a6;
      background-image: url("../images/story02.png");
      color: #fff; }
      .storybox li:hover i {
        background-image: url("../images/story02.png"); }

.aboutbox03 {
  background: url("../images/aboutbg.png") repeat;
  width: 100%;
  overflow: hidden;
  padding: 40px 0 80px;
  color: #fff;
  font-size: 16px;
  line-height: 36px; }
  .aboutbox03 .banner05 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .aboutbox03 .banner05 .box01 ul li a {
      display: block;
      width: 293px;
      height: 217px;
      background: #fff url("../images/photos/about05.png") no-repeat center center;
      background-size: contain; }
    .aboutbox03 .banner05 .box02 {
      top: 60px; }
      .aboutbox03 .banner05 .box02 p {
        width: 30px;
        height: 60px;
        background: url("../images/dark.png") repeat; }
      .aboutbox03 .banner05 .box02 .btn01 span {
        background-image: url("../images/page01.png"); }
      .aboutbox03 .banner05 .box02 .btn02 span {
        background-image: url("../images/page02.png"); }

.aboutbox04 {
  padding: 25px;
  float: right;
  background: #fff;
  width: 690px;
  box-shadow: 1px 1px 15px #ddd;
  line-height: 28px;
  color: #666; }
  .aboutbox04 article {
    height: 370px;
    overflow: auto; }
  .aboutbox04 ul {
    width: 100%;
    background: #1f73a6;
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    padding: 40px 0;
    margin-top: 40px; }
    .aboutbox04 ul li {
      float: left;
      width: 33%; }
      .aboutbox04 ul li p {
        line-height: 60px;
        font-size: 50px; }
        .aboutbox04 ul li p span {
          font-size: 18px;
          line-height: 20px;
          top: -35px;
          margin-left: 10px; }
  .aboutbox04 i {
    position: absolute;
    right: 740px;
    background: #fff;
    padding: 15px;
    width: 430px;
    top: -90px;
    box-shadow: -10px 1px 15px #ddd; }
    .aboutbox04 i img {
      display: block; }

/*# sourceMappingURL=style.css.map */
