/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
  border: medium none;
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font: 14px/1.5 'Microsoft Sans Serif',arial,'Microsoft Yahei',tahoma, Srial, helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

em {
  font-style: normal; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

a:hover {
  text-decoration: none;
  color: #b2101a;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

img {
  border: 0px;
  outline-width: 0px;
  vertical-align: top; }

.clearfix:after {
  clear: both;
  content: "\200B";
  display: block;
  height: 0; }
.defaultInputStyle{margin-bottom: -6px; height: 18px; margin-left: 1px; margin-right: 1px}
.clearfix {
  *zoom: 1; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ccc; }

body {
  word-break: break-all; }

.mainCont {
  position: relative;
  width: 100%;
  min-width: 1280px; }

.dft-header {
  width: 100%;
  min-width: 1280px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  z-index: 9;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13); }

.topbar {
  width: 1280px;
  margin: 0 auto;
  height: 98px;
  position: relative;
  z-index: 2; }
  .topbar .logo {
    float: left;
    margin-top: 20px; }
  .topbar .user-opr {
    float: right;
    *width: 240px;
    margin-top: 34px; }
    .topbar .user-opr .srhbox {
      float: left;
      width: 150px;
      height: 32px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;

      position: relative; }
    .topbar .user-opr .txt {
      border: 1px solid #b1b1b1;
      padding: 4px 0 4px 12px;
      width: 108px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      background: none;
      outline: none;
      color: #333; }
    .topbar .user-opr .btn {

      width: 38px;
      height: 30px;
      background: #c4121d url(../images/sea.png) center no-repeat;
      position: absolute;
      left: 121px;
      top: 0px;
      cursor: pointer;
      outline: none; }
  .topbar .item {
    float: left;
    margin-left: 10px; }
    .topbar .item.lag {
      width: 28px;
      height: 28px;
      border: 1px solid #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      position: relative;
      font-size: 14px; }
      .topbar .item.lag span {
        display: block;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px; }
        .topbar .item.lag span a {
          display: block;
          color: #fff; }
      .topbar .item.lag .dropdown {
        display: none;
        position: absolute;
        right: 0;
        top: 28px; }
        .topbar .item.lag .dropdown ul {
          margin: 10px 0;
          width: 100px;
          background: #3d79b5; }
          .topbar .item.lag .dropdown ul li {
            display: block;
            border-bottom: 1px solid #619dd8;
            text-align: center; }
            .topbar .item.lag .dropdown ul li a {
              display: block;
              padding: 4px 10px;
              color: #fff; }
              .topbar .item.lag .dropdown ul li a:hover {
                background: #1d5b99; }
            .topbar .item.lag .dropdown ul li:last-child {
              border-bottom: none; }

.navBar {

  position: relative;
  z-index: 1; }
  .navBar ul.navbox {
    margin-top: 24px;
    margin-left: 30px;

   float: left }

.navBar ul.navbox li:hover {
}
    .navBar ul.navbox li {
      float: left;
      position: relative; }
      .navBar ul.navbox li h3 {
        font-weight: normal;
        height: 49px;
        line-height: 49px;
        text-align: center; }
        .navBar ul.navbox li h3 a {
          font-size: 15px;
          color: #202020;
          display: block;
          padding: 0 18px; }
        .navBar ul.navbox li h3 i.ico {
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          height: 8px;
          margin-left: 8px;
          background: url(../images/ico_index.png) 0 0 no-repeat;
          vertical-align: middle;
          transition: all .3s; }
        .navBar ul.navbox li h3 a:hover {
      }
      .navBar ul.navbox li.active h3 i.ico {
        transform: rotate(180deg); }
    .navBar ul.navbox .dropdown1 {
      display: none;
      width: 190px;
      top: 49px;
      left: 50%;
      margin-left: -75px;
      position: absolute;
      z-index: 9;
      background: #3d79b5; }
      .navBar ul.navbox .dropdown1 li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #ff8d94;
        margin: 0;
        background: #c4121d; word-break:keep-all;word-wrap:break-word;}
        .navBar ul.navbox .dropdown1 li:last-child {
          border-bottom: none; }
        .navBar ul.navbox .dropdown1 li h2 {
          font-weight: normal;
          text-align: center; }
          .navBar ul.navbox .dropdown1 li h2 a {
            font-size: 16px;
            color: #fff;
            display: block;
            padding: 12px 10px; }
            .navBar ul.navbox .dropdown1 li h2 a:hover {
              background: #ac101a; }
        .navBar ul.navbox .dropdown1 li.active {
          background: #ac101a; }
    .navBar ul.navbox .dropdown2 {
      display: none;
      position: absolute;
      width: 126px;
      right: -126px;
      top: 0;
      background: none;
      text-align: center;
      background: #3d79b5 \9; }
      .navBar ul.navbox .dropdown2 li {
        margin: 0 1px;
        background: #3d79b5; }
        .navBar ul.navbox .dropdown2 li h1 {
          font-weight: normal;
          text-align: center; }
          .navBar ul.navbox .dropdown2 li h1 a {
            font-size: 16px;
            color: #fff;
            display: block;
            padding: 12px 10px;
            background: #c4121d; }
            .navBar ul.navbox .dropdown2 li h1 a:hover {
              background: #9e0e16; }

@media only screen and (max-width: 1700px) {
  .navBar ul.navbox li .dropdown1 .dropdown2 {
    right: 126px;
    padding: 0 2px; } }
.banner {
  height: 528px;
  min-width: 1280px;
  background: url(../images/banner.jpg) center 0 no-repeat; }
  .banner .wrap {
    width: 1280px;
    margin: 0 auto;
    padding-top: 150px; }

.infoblock {
  margin:0 auto;
  width: 1200px;
  height: 360px; }
  .infoblock .user-photo {

    float: left;
   padding-top: 40px;
    width: 240px; }
    .infoblock .user-photo .photos {

      width: 150px;
      height: 180px;
      margin: 0 auto;
      display: table;
      overflow: hidden;
      border: 1px solid #fff; }
      .infoblock .user-photo .photos span {
        display: table-cell;
        *display: block;
        vertical-align: middle;
        text-align: center; }
        .infoblock .user-photo .photos span img {
          max-width: 150px;
          max-height:180px; }
    .infoblock .user-photo .dianzan {
      text-align: center;
      padding-top: 8px;
      width: 170px;
      margin: 0 auto;  }
      .infoblock .user-photo .dianzan i.ico {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/ico_index.png) -30px 0 no-repeat;
        margin-right: 9px;
        vertical-align: middle;
        position: relative;
        top: -2px; }
      .infoblock .user-photo .dianzan span {
        display: inline-block;
        line-height: 24px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle; }
    .infoblock .user-photo .boshuo {
      text-align: center;
      padding-top: 14px; }
      .infoblock .user-photo .boshuo a {
        color: #0377ce;
        margin: 0 15px;
        font-size: 14px; }
        .infoblock .user-photo .boshuo a:hover {
          color: #000; }
  .infoblock .user-msg {
    margin-left: 30px;
    float: left;
    width: 900px;
    padding-top: 40px; }
    .infoblock .user-msg .name {
      color: #fff;
      font-size: 14px; }
      .infoblock .user-msg .name strong {
        color: #fff;
        font-size: 20px;
        margin-right: 9px; }
    .infoblock .user-msg .bd {

      overflow: hidden;
      margin-top: 6px; }
    .infoblock .user-msg .item {

      overflow: hidden; }
      .infoblock .user-msg .item p {
        line-height: 28px;
        color: #fff; }
      .infoblock .user-msg .item a {
        color: #c41220;
        text-transform: uppercase;
        font-size: 12px; }
        .infoblock .user-msg .item a:hover {
          font-weight: bold }
    .infoblock .user-msg .hd {
      text-align: center; }
      .infoblock .user-msg .hd li {
        display: inline-block;
        width: 26px;
        height: 8px;
        margin: 0 5px;
        background: #ccc;
        text-indent: 999px;
        overflow: hidden;
        cursor: pointer; }
        .infoblock .user-msg .hd li.on {
          background: #0161a9; }
.shwork1 { background: #f4f1ea; margin-bottom: 40px; margin-top: 40px}
.shwork {
  width: 1280px;
  margin: 0 auto; }
  .shwork .wrap {
    margin-left: -43px;
    *margin-left: 0;
    padding: 20px 0 20px; }

.shworklist {
  position: relative;
  height: 460px;
  background:  #f4f1ea;
  float: left;
  width: 286px;
  margin-left: 43px;
  border-radius: 20px;
  *margin: 0 12px; }
  .shworklist h2 {
    margin-left: 20px;
    margin-top: 32px;
    color: #3c3230;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;

   }

    .shworklist .cont .scrollbar {
      margin-bottom: 62px; }
    .shworklist .cont ul {
      margin: 0 20px; }
      .shworklist .cont ul li {
      
        padding: 14px 0; }
        .shworklist .cont ul li span {
          display: block;
          line-height: 32px;
          font-size: 16px;
          color: #666; }
        .shworklist .cont ul li p {
          font-family:" Helvetica";
          line-height: 24px;
          color: #202020;
         
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden; }
    .shworklist .cont .yjfx {
      margin: 0 20px;
      padding: 14px 0;
       }
      .shworklist .cont .yjfx p {
        color: #202020;
    word-break: break-word;
border-bottom: 1px dashed #e6e6e6;
        line-height: 24px;
      margin: 0 0 14px  0}
  .shworklist .more {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 19px; }
    .shworklist .more a {
      display: block;
      width: 24px;
      height: 24px;
      background: url(../images/more_.png)  no-repeat ;

      overflow: hidden; }
      .shworklist .more a:hover {
        opacity: .8; }


.Speakcourse {
  min-height: 430px;
  background: url(../images/bg1.jpg) center 0 no-repeat #f7f7f7; }
  .Speakcourse .wrap {
    width: 1280px;
    margin: 0 auto;
    padding-top: 42px; }

.Speakbox {
  float: left;
  width: 275px;
  text-align: center; }
  .Speakbox h2 {
    font-size: 20px; }
  .Speakbox ul {
    margin-top: 20px; }
    .Speakbox ul li {
      line-height: 32px; }
      .Speakbox ul li em {
        display: inline-block;
        vertical-align: middle;
        width: 4px;
        height: 4px;
        background: url(../images/ico_dot.png) no-repeat;
        margin-right: 9px; }

.teambox {
  float: left;
  width: 925px; }
  .teambox h2 {
    font-size: 20px;
    text-align: center; }
  .teambox .cont {
    width: 810px;
    margin: 0 auto; }
  .teambox .t {
    padding: 18px 0; }
    .teambox .t h3 {
      float: left;
      font-size: 16px;
      color: #297ed3; }
    .teambox .t a {
      float: right;
      font-size: 12px;
      text-transform: uppercase;
      color: #297ed3; }
      .teambox .t a:hover {
        color: #000; }
  .teambox .tmenber {
    position: relative; }
    .teambox .tmenber a.prev, .teambox .tmenber a.next {
      display: block;
      width: 17px;
      height: 32px;
      background: url(../images/ico_index.png) 0 0 no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -16px; }
    .teambox .tmenber a.prev {
      background-position: -68px 0;
      left: -38px; }
    .teambox .tmenber a.next {
      background-position: -98px 0;
      right: -38px; }
    .teambox .tmenber a.prevStop, .teambox .tmenber a.nextStop {
      opacity: 0.5; }
    .teambox .tmenber .bd {
      height: 180px;
      overflow: hidden; }
      .teambox .tmenber .bd li {
        text-align: center;
        width: 134px;
        margin: 0 35px 0 0; }
        .teambox .tmenber .bd li .img {
          width: 132px;
          height: 178px;
          border: 1px solid #0161a9;
          display: table;
          overflow: hidden; }
          .teambox .tmenber .bd li .img span {
            display: table-cell;
            *display: block;
            vertical-align: middle;
            text-align: center; }
            .teambox .tmenber .bd li .img span img {
              max-width: 132px;
              max-height: 178px; }
        .teambox .tmenber .bd li p {
          text-align: center;
          font-size: 16px;
          padding: 12px 0; }
        .teambox .tmenber .bd li a:hover p {
          color: #297ed3; }
    .teambox .tmenber .hd {
      display: none; }
  .teambox a.btnchakan {
    display: block;
    width: 86px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #297ed3;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 32px auto 0; }
    .teambox a.btnchakan:hover {
      background: #1a6fc4; }

.Rshprojects {
  padding: 10px 0; }
  .Rshprojects .hd {
    width: 1280px; margin: 0 auto;
    overflow: hidden;
    color: #666;
    text-align: center;
    font-size: 20px; }
  .ico_1{ background: url(../images/ico_1.png) 0 0 no-repeat; }
.ico_2{ background: url(../images/ico_2.png) 0 0 no-repeat; }
.ico_3{ background: url(../images/ico_3.png) 0 0 no-repeat; }
    .Rshprojects .hd a {
      display: block;
      overflow: hidden;
      color: #666; }
.Rshprojects .hd a span{ width: 66px; height: 66px; display: block; float: left}
.Rshprojects .hd a p{ float: left; line-height: 66px; margin-left: 24px; font-family: "Helvetica"}
    /*.Rshprojects .hd a.on {*/
      /*color: #f47e57;*/
      /*font-weight: bold; }*/
.Rshprojects .hd a.on span{ background-position: -66px 0!important; ; }
  .Rshprojects .bd {
    width: 1280px;
    margin: 0 auto; }
  .Rshprojects .inbd {
    padding: 20px 0 20px; }
    .Rshprojects .inbd ul {
   }
      .Rshprojects .inbd ul li {
        float: left;
        }
        .Rshprojects .inbd ul li a {
          display: block;
          padding: 15px 0;
width: 1280px;
          border-bottom: 1px dotted #f2f2f2;

          line-height: 28px;
          overflow: hidden; }
          .Rshprojects .inbd ul li a .x-scrollbar {

            overflow: hidden;
            position: relative;
            padding: 0 26px; }
          .Rshprojects .inbd ul li a b {
            color: #f47e57;
            font-size: 16px;
            margin-right: 3px; }
          .Rshprojects .inbd ul li a:hover {
            color: #f47e57; }
        .Rshprojects .inbd ul li:nth-child(3n) a {
          border-right: none; }
     a.btnchakan {
      display: block;
      width: 56px;
      height: 32px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: #f47e57;
      color: #fff;
      text-align: center;
      line-height: 32px;
      margin: 32px auto 0; }
      a.btnchakan:hover {
        background: #e86e46; }

.footer {
  border-top: 2px solid #b2101a;
  min-height: 162px;
  min-width: 1280px;
  background:#fbfbfb;
  color: #666; }
  .footer .wrap {
    width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;}
  .footer .foot-left {
    float: left;
    line-height: 30px;
   }
    .footer .foot-left a {
      color: #666; }
      .footer .foot-left a:hover {
        text-decoration: underline; }
  .footer .qrcode {
    float: right;
    width: 100px;
    height: 100px; }
    .footer .qrcode img {
      width: 100%; }
  .footer .foot-right {
    float: left;
    width: 464px;
    text-align: left;
    line-height: 30px; }

.copyriht {
  padding: 10px 0;
  background: #fff;
  text-align: center; }

.dft-header2 {
  background: #1f5e9c; }

.banner-in {
  height: 480px; }
  .banner-in .wrap {
    padding-top: 193px; }

.infoblock2 {
  width: 454px;
  height: 243px; }
  .infoblock2 .user-photo {
    margin-top: 27px; }
    .infoblock2 .user-photo .photos {
      width: 158px;
      height: 190px;
      display: table;
      overflow: hidden; }
      .infoblock2 .user-photo .photos span {
        display: table-cell;
        *display: block;
        vertical-align: middle;
        text-align: center; }
        .infoblock2 .user-photo .photos span img {
          max-width: 158px;
          max-height: 190px; }
  .infoblock2 .user-in-r {
    float: left;
    width: 212px;
    padding-top: 47px; }
    .infoblock2 .user-in-r .name {
      color: #666666;
      font-size: 16px;
      padding-bottom: 26px; }
      .infoblock2 .user-in-r .name strong {
        color: #0161a9;
        font-size: 24px;
        margin-right: 9px; }
    .infoblock2 .user-in-r .dianzan {
      text-align: left;
      padding-top: 19px;
      padding-bottom: 15px;
      width: 170px;
      border-top: 1px solid #f6f6f6; }
      .infoblock2 .user-in-r .dianzan i.ico {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/ico_index.png) -30px 0 no-repeat;
        margin-right: 9px;
        vertical-align: middle;
        position: relative;
        top: -2px; }
      .infoblock2 .user-in-r .dianzan span {
        display: inline-block;
        line-height: 24px;
        color: #404040;
        font-size: 16px;
        vertical-align: middle; }
    .boshuo {
      text-align: left;
      padding-top: 14px; }
      .boshuo a {
        text-align: center;
        display: block;
        float: left;
        width: 253px;
        line-height: 41px;
        background: url(../images/bodao_bg.png) center center no-repeat;
        color: #fff;
        margin: 0 30px 0 0;
        font-size: 14px; }
        .boshuo a:hover {
          font-weight: bold; }

.in-block {
  width: 1280px;
  margin: 0 auto;
  padding: 15px 0 40px; }
  .in-block .in-title {
    border-bottom: 1px solid #dadada;
    padding: 6px 0;
    line-height: 24px; }
    .in-block .in-title h2 {
      width: 50%;
      float: left;
      font-size: 18px;
      color: #c4121d; }
    .in-block .in-title .loacl {
      width: 50%;
      float: right;
      text-align: right;
      color: #c4121d;
      font-size: 12px; }
      .in-block .in-title .loacl a {
        color: #898989; }
        .in-block .in-title .loacl a:hover {
          color: #000; }

.pesnl-intro {
  padding: 40px 0 20px; }
  .pesnl-intro p {
    line-height: 28px; }

.work-expr {
  padding: 20px 0; }
  .work-expr ul li {
    border-bottom: 1px dashed #e6e6e6;
    padding: 10px 0;
    line-height: 32px; }
    .work-expr ul li span {
      display: block;
      font-size: 16px;
      color: #666666; }
    .work-expr ul li p {
      color: #202020; }

.other-ctat {
  padding: 20px 0; }
  .other-ctat p {
    line-height: 28px; }

.Teamber {
  padding: 20px 0; }
  .Teamber .item h3 {
    font-weight: normal;
    color: #333;
    font-size: 16px;
    padding: 20px 0 10px; }
  .Teamber .item .intr {
    margin-bottom: 10px; }
  .Teamber .item ul li {
    float: left;
    width: 150px;
    margin-right: 36px;
    margin-bottom: 10px; }
  .Teamber .item ul .img {
    width: 148px;
    height: 178px;
    border: 1px solid #ccc;
    display: table;
    overflow: hidden; }
    .Teamber .item ul .img span {
      display: table-cell;
      *display: block;
      vertical-align: middle;
      text-align: center; }
      .Teamber .item ul .img span img {
        max-width: 148px;
        max-height: 178px; }
  .Teamber .item ul p {
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .Teamber .item2 h3 {
    margin-bottom: 20px; }
  .Teamber .item2 ul li .img {
    width: 146px;
    height: 176px;
    border: 2px solid #ffefea;
    display: table;
    overflow: hidden; }
    .Teamber .item2 ul li .img span {
      display: table-cell;
      *display: block;
      vertical-align: middle;
      text-align: center; }
      .Teamber .item2 ul li .img span img {
        max-width: 146px;
        max-height: 176px; }

.other-ctat2 {
  padding: 20px 0; }
  .other-ctat2 p {
    line-height: 36px; }

.listbox {
  padding-bottom: 50px;margin-top:10px; }
  .listbox ul li {
    border-bottom: 1px dashed #dfdfdf;
    padding: 15px 0; }
    .listbox ul li em {
      display: inline-block;
      vertical-align: top;
      width: 4px;
      height: 4px;
      background: #9b9b9b;
      margin-right: 10px;
      position: relative;
      top: 8px;
      *top: 6px; }
    .listbox ul li h2 {
      font-weight: normal;
      display: inline-block;
      *display: inline;
      vertical-align: top;
      width: 98%; }
    .listbox ul li a {
      display: block; }
      .listbox ul li a:hover {
        color: #f47e57; }
        .listbox ul li a:hover em {
          background: #f47e57; }

.pages {

  padding: 0px 0 30px 0;
  text-align: center; }
  .pages span {
    margin-right: 4px;
    vertical-align: middle;
    display: inline-block; }
  .pages a {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle; }
  .pages a.prevnext {
    display: inline-block;
    width: 11px;
    height: 21px; }
    .pages a.prevnext i {
      display: inline-block;
      vertical-align: middle;
      width: 11px;
      height: 21px;
      background: url(../images/ico_index.png) 0 0 no-repeat; }
    .pages a.prevnext i.ico-prev {
      background-position: -118px 0; }
    .pages a.prevnext i.ico-next {
      background-position: -133px 0; }

.imglistbox ul {
  padding-top: 30px; }
  .imglistbox ul li {
    width: 250px;
    float: left;
    margin: 0 17px 10px 30px; }
    .imglistbox ul li .img {
      width: 244px;
      height: 164px;
      border: 3px solid #ffefea;
      background: #ffefea;
      display: table;
      overflow: hidden; }
      .imglistbox ul li .img span {
        display: table-cell;
        *display: block;
        vertical-align: middle;
        text-align: center; }
        .imglistbox ul li .img span img {
          max-width: 244px;
          max-height: 164px; }
    .imglistbox ul li p {
      font-size: 16px;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 10px 0; }
    .imglistbox ul li a:hover .img {
      border: 3px solid #f4d1c6; }

.arc-cont .title {
  padding: 45px 0;
  text-align: center; }
  .arc-cont .title h2 {
    font-weight: normal;
    font-size: 24px; }
  .arc-cont .title .line {
    width: 86px;
    height: 2px;

    margin: 10px auto; }
  .arc-cont .title .ot {
    font-size: 12px;
    color: #808080; }
    .arc-cont .title .ot span {
      margin: 0 15px; }
.arc-cont .content {
  padding-bottom: 20px; }
  .arc-cont .content p.img {
    text-align: center;
    margin-bottom: 20px; }
    .arc-cont .content p.img img {
      max-width: 100%; }
  .arc-cont .content p {
    font-size: 16px;
    line-height: 32px; }
.arc-cont .fujian {
  padding: 20px 0;
  color: #020202;
  line-height: 30px; }
  .arc-cont .fujian ul li a {
    color: #020202; }
    .arc-cont .fujian ul li a:hover {
      color: #b2101a; }
.arc-cont .prevnextpg {
  border-top: 1px dashed #d8878c;
  padding: 20px 0;
margin-top:30px}
  .arc-cont .prevnextpg dl {
    line-height: 24px;
    margin-bottom: 10px; }
    .arc-cont .prevnextpg dl dt {
      float: left;
      display: block;
      min-width: 57px; }
    .arc-cont .prevnextpg dl dd {
      float: left;
      width: 1100px; }

.jghbox {
  margin-top: 40px; }
  .jghbox li {
    float: left;
    width: 552px;
    margin-left: 30px;
    margin-bottom: 20px; }
    .jghbox li .photo {
      width: 546px;
      height: 330px;
      border: 3px solid #e5f4ff;
      background: #e5f4ff;
      display: table;
      overflow: hidden; }
      .jghbox li .photo span {
        display: table-cell;
        *display: block;
        vertical-align: middle;
        text-align: center; }
        .jghbox li .photo span img {
          max-width: 546px;
          max-height: 330px; }

.comprebox {
  padding: 16px 0; }
  .comprebox .in-title2 {

    padding: 5px 0;
    line-height: 24px; }
    .comprebox .in-title2 h2 {
      font-size: 16px;
      color: #202020;
      float: left;
      width: 1080px; }
    .comprebox .in-title2 a.more {
      float: right;
      color: #202020;
      font-size: 12px; }
      .comprebox .in-title2 a.more:hover {
        color: #000; }
  .comprebox .cont ul li {
    border-bottom: 1px dashed #dfdfdf;
    padding: 15px 0; }
    .comprebox .cont ul li em {
      display: inline-block;
      vertical-align: top;
      width: 4px;
      height: 4px;
      background: #9b9b9b;
      margin-right: 10px;
      position: relative;
      top: 8px;
      *top: 6px; }
    .comprebox .cont ul li h2 {
      font-weight: normal;
      display: inline-block;
      *display: inline;
      vertical-align: top;
      width: 98%; }
    .comprebox .cont ul li a {
      display: block; }
      .comprebox .cont ul li a:hover {
        color: #f47e57; }
        .comprebox .cont ul li a:hover em {
          background: #f47e57; }

/*鍥㈤槦鎴愬憳*/
.team{width: 100%;position: relative;}
.team  .title{width: 100%;background-color: #F5F5F5;text-align: center;}
.team .title span{line-height: 40px;cursor: pointer;font-size: 16px;font-weight: 800;}
.team p{font-size: 14px;color: #404040;line-height: 30px; margin-top: 30px; margin-bottom: 20px; padding: 0 26px}


.banner2 {  margin: auto; position: relative; overflow: hidden;}

.banner2 .img:after{display: block;content: "";clear: both;}
.banner2 .img li { float: left ;width: 130px;margin: 0 22px 30px 22px;text-align: center;  }
.banner2 .img li a{display: inline-block;width: 100%;font-size: 14px;color: #202020;}
.banner2 .img li a:hover{color: #125395;}
.banner2 .img li a div{display:table-cell;width: 130px;height: 156px;text-align: center;vertical-align: middle;padding: 2px;box-sizing: border-box;border: 1px solid #e0e0e0;}
.banner2 .img li a span{display:block;margin-top: 10px;}
.banner2 .img li img{max-width: 100%;max-height: 100%;}
.btn{ position: relative; left: 3px; width: 99%; top: -121px;height: 32px; }
.btn span{display: block; cursor: pointer;width: 20px;height: 32px;text-align: center;line-height: 32px;color: #505050;font-size:50px;transition: all .3s ease-in;}
.btn span:first-child{ float: left; cursor: pointer; }
.btn .next{ float: right;}
.btn span:hover{color: #B11A13;  }


/*涓汉淇℃伅*/
.section1{   width: 1280px;
  margin: 0 auto;}


.section1 ul li{float: left;width: 620px;padding: 20px 0px 40px;border: 1px solid #eaeaea;position: relative; height: 228px}
.section1 ul li span{display: block;width: 62px;height: 62px;background: url(../images/icon1.png) no-repeat center;position: absolute;top: -31px;left: 50%;margin-left: -31px;}
.section1 ul li span.ico1{background-position: 0 0;}
.section1 ul li span.ico2{background-position: 0 -62px;}
.section1 ul li span.ico3{background-position: 0 -124px;}
.section1 ul li h4{text-align: center;font-size: 18px;line-height: 42px;color: #666;font-weight:normal; margin-bottom: 10px}
.section1 .sec-item{min-height: 110px;margin-bottom: 10px; overflow: hidden}
.section1 .per-info p{line-height: 28px;padding: 0 30px;}
.section1 .direction p{line-height: 28px;}
.section1 .pt-job .group-wp{line-height: 28px;}

.link p{ line-height: 40px; color: #fff; background: #b2101a; text-align: center}

.link p a{  color: #fff;}