.comm-width {
  width: 1200px;
  margin: 0 auto; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  *zoom: 1; }



img, span {
  vertical-align: middle; }

.header_top {
  width: 100%;
  height: 34px;
  background: #f5f5f5;
  position: relative;
  z-index: 10; }
  .header_top .header_top_lmain {
    line-height: 34px;
    color: #666;
    font-size: 12px; }
    .header_top .header_top_lmain .cit {
      position: relative;
      background: url(../images/hd_add_icon.png) no-repeat left center;
      display: inline-block;
      height: 34px;
      padding-left: 20px; }
      .header_top .header_top_lmain .cit span {
        vertical-align: top;
        margin-right: 9px; }
      .header_top .header_top_lmain .cit i {
        background: url(../images/hd_add_sub.png) no-repeat center left;
        display: inline-block;
        width: 8px;
        height: 12px;
        vertical-align: top;
        margin-top: 11px;
        padding-right: 10px;
        border-right: 1px solid #e3e3e3; }
      .header_top .header_top_lmain .cit .head-add-wrap {
        position: absolute;
        left: 0;
        top: 34px;
        background: #f2f2f2;
        width: 375px;
        height: 130px;
        display: none;
        z-index: 10; }
        .header_top .header_top_lmain .cit .head-add-wrap .head-add {
          padding: 8px 0 0 20px;
          font-size: 0;
          line-height: 18px; }
          .header_top .header_top_lmain .cit .head-add-wrap .head-add a {
            display: inline-block;
            width: 42px;
            text-align: center;
            font-size: 12px;
            color: #666; }
            .header_top .header_top_lmain .cit .head-add-wrap .head-add a:hover {
              color: #053080; }
      .header_top .header_top_lmain .cit:hover .head-add-wrap {
        display: block; }
    .header_top .header_top_lmain .tip {
      margin-left: 10px; }

.header {
  width: 1200px;
  height: 100px;
  margin: auto; }
  .header .logo {
    float: left;
    width: 266px;
    height: 60px;
    margin-top: 20px; }
    .header .logo h1 {
      background: url("../images/hd_logo.png") no-repeat center;
      height: 60px;
      font-size: 0;
      line-height: 999px;
      overflow: hidden; }
  .header .search-box {
    float: left;
    margin-left: 170px;
    margin-top: 28px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 42px;
    line-height: 42px;
    color: #666;
    font-size: 14px;
    overflow: hidden; }
    .header .search-box .tit_l {
      float: left;
      display: block;
      width: 78px;
      text-align: center;
      line-height: 42px;
      border-right: 1px solid #e6e6e6; }
    .header .search-box .search-in {
      float: left;
      line-height: 42px;
      padding: 0 20px;
      width: 276px;
      border: 0 none; }
    .header .search-box .sub-btn {
      float: left; }
      .header .search-box .sub-btn i {
        height: 21px;
        width: 1px;
        margin-top: 10px;
        background: #e6e6e6;
        display: inline-block;
        vertical-align: top; }
      .header .search-box .sub-btn .submit {
        display: inline-block;
        border: 0 none;
        line-height: 42px;
        height: 42px;
        width: 42px;
        background: url("../images/hd_search_btn.png") no-repeat center;
        background-color: transparent;
        cursor: pointer; }
  .header .hd-ph {
    float: right;
    padding-left: 57px;
    margin-top: 30px;
    background: url("../images/hd_phone_bg.png") no-repeat left center;
    width: 184px;
    color: #3883f9; }
    .header .hd-ph .tit {
      font-size: 14px;
      line-height: 1em; }
    .header .hd-ph p {
      font-size: 23px;
      line-height: 1em;
      font-weight: 600;
      margin-top: 8px; }

.navigation {
  height: 40px;
  width: 1200px;
  margin: 0 auto; }
  .navigation .sub-nav {
    float: left;
    width: 240px;
    position: relative; }
    .navigation .sub-nav.on .wrap {
      display: block; }
    .navigation .sub-nav .h {
      line-height: 40px;
      color: #fff;
      font-size: 16px;
      background: #3883f9;
      border-radius: 4px 4px 0 0;
      text-align: center;
      cursor: pointer; }
    .navigation .sub-nav .wrap {
      position: absolute;
      top: 40px;
      left: 0;
      width: 240px;
      display: none;
      z-index: 99;
      height: 400px;
      background: rgba(0, 0, 0, 0.8); }
      .navigation .sub-nav .wrap li .item {
        padding-left: 56px;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        line-height: 43px;
        color: #fff;
        font-size: 16px;
        height: 43px;
        border-bottom: 1px solid #333; }
      .navigation .sub-nav .wrap li i {
        display: block;
        width: 6px;
        float: right;
        margin-right: 30px;
        height: 40px;
        line-height: 40px;
        background: url("../images/nav_li_icon.png") no-repeat center; }
      .navigation .sub-nav .wrap li:hover .item {
        background: #fff;
        color: #3883f9;
        padding-left: 66px; }
      .navigation .sub-nav .wrap li:hover i {
        background: url("../images/nav_li_icon_on.png") no-repeat center; }
      .navigation .sub-nav .wrap li:hover .sub {
        display: block; }
      .navigation .sub-nav .wrap li .sub {
        display: none;
        position: absolute;
        left: 240px;
        top: 0;
        padding-left: 39px;
        width: 790px;
        height: 400px;
        background: #fff; }
        .navigation .sub-nav .wrap li .sub .tit {
          color: #153071;
          font-size: 16px;
          /*margin-left: 39px;*/
          padding-left: 10px;
          border-left: 2px solid #153071;
          line-height: 16px;
          margin-top: 14px;
          margin-bottom: 34px; }
        .navigation .sub-nav .wrap li .sub a {
          display: inline-block;
          padding: 3px 8px;
          /*max-width: 130px;*/
          color: #333333;
          font-size: 12px;
          margin-bottom: 7px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

          .navigation .sub-nav .wrap li .sub a:nth-child(odd) {
            /*padding-left: 26px; */
          }
.navigation .sub-nav .wrap li .sub a.hot{
  color: #3d50e0;
}
          .navigation .sub-nav .wrap li .sub a:hover {
            color: #3883f9; }
  .navigation .nav-list {
    float: left; }
    .navigation .nav-list li {
      margin-left: 8px;
      float: left;
      padding: 0 10px;
      line-height: 40px;
      text-align: center;
      color: #333;
      font-size: 16px;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
      .navigation .nav-list li a {
        display: block;
        height: 100%; }
      .navigation .nav-list li.on a {
        color: #3883f9; }
      .navigation .nav-list li:hover {
        background: #3883f9; }
        .navigation .nav-list li:hover a {
          color: #fff; }

.footer .footer-top {
  background: #353535; }
  .footer .footer-top .footer-top-l {
    margin: 30px 0;
    float: left;
    height: 160px;
    border-right: 1px solid #fff; }
    .footer .footer-top .footer-top-l .list-wrap {
      float: left;
      width: 210px;
      color: #fff; }
      .footer .footer-top .footer-top-l .list-wrap .tit {
        font-size: 18px;
        line-height: 1em; }
      .footer .footer-top .footer-top-l .list-wrap .sub {
        width: 72px;
        height: 1px;
        background: #fff;
        margin-top: 10px; }
      .footer .footer-top .footer-top-l .list-wrap li {
        line-height: 1em;
        margin-top: 15px;
        font-size: 14px; }
        .footer .footer-top .footer-top-l .list-wrap li a {
          color: #fff; }
    .footer .footer-top .footer-top-l .contact-wrap {
      width: 297px; }
      .footer .footer-top .footer-top-l .contact-wrap .phone {
        line-height: 22px;
        padding-left: 46px;
        background: url("../images/footer-phone-icon.png") no-repeat left center;
        font-size: 20px; }
      .footer .footer-top .footer-top-l .contact-wrap .add {
        line-height: 22px;
        padding-left: 46px;
        background: url("../images/footer-add-icon.png") no-repeat top left;
        font-size: 16px; }
  .footer .footer-top .footer-top-r {
    padding-top: 24px;
    float: right;
    width: 272px; }
    .footer .footer-top .footer-top-r .phone {
      margin-left: 58px;
      padding-left: 46px;
      background: url("../images/footer-top-phont.png") no-repeat left center;
      height: 38px;
      color: #fff; }
      .footer .footer-top .footer-top-r .phone .tit {
        font-size: 12px;
        line-height: 1em; }
      .footer .footer-top .footer-top-r .phone p {
        font-size: 18px;
        margin-top: 10px; }
    .footer .footer-top .footer-top-r .code-box {
      text-align: center;
      padding-top: 20px; }
      .footer .footer-top .footer-top-r .code-box p {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1em;
        color: #fff; }
.footer .footer-bot {
  line-height: 40px;
  height: 40px;
  background: #3a3a3a;
  text-align: center;
  font-size: 12px;
  color: #999; }
  .footer .footer-bot .bah {
    margin-left: 24px; }

.in-link-wrap{
      background: #3a3a3a;
}

.in-link-wrap .in-link {
    overflow: hidden;
    line-height: 25px;
    color: #fff;
    padding: 10px 0;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
.in-link-wrap .in-link a{
  color: #fff;
}


.phone-box-shadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
  display: none; }

.phone-box {
  display: none;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 50%;
  margin-left: -151px;
  margin-top: -130px;
  padding: 0 28px;
  width: 246px;
  height: 260px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #3883f9; }
  .phone-box .close-btn {
    position: absolute;
    top: -35px;
    right: -31px;
    width: 31px;
    height: 31px;
    background: url("../images/phone-close-btn.png") no-repeat center; }
  .phone-box .tit {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    text-align: center; }
  .phone-box .form_con {
    background: #fff;
    margin-top: 14px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    overflow: hidden; }
    .phone-box .form_con span {
      display: inline-block;
      width: 34px;
      height: 100%;
      vertical-align: top; }
      .phone-box .form_con span.name-icon {
        background: url("../images/phone-box-name.png") no-repeat center; }
      .phone-box .form_con span.phone-icon {
        background: url("../images/phone-box-phone.png") no-repeat center; }
    .phone-box .form_con i {
      display: inline-block;
      width: 1px;
      height: 16px;
      margin-top: 12px;
      background: #e1e1e1;
      vertical-align: top; }
    .phone-box .form_con input {
      border: 0 none;
      padding: 0 0 0 10px;
      width: 190px;
      color: #c0c0c0;
      font-size: 16px; }
      .phone-box .form_con input::placeholder {
        color: #c0c0c0; }
    .phone-box .form_con .phone-box-btn {
      display: block;
      line-height: 40px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #3d50e0; }
	  
    .phone-box .form_con .phonephone {
      display: block;
      line-height: 40px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #3d50e0; }  

.in-slide {
  height: 400px;
  position: relative;
  overflow: hidden; }
  .in-slide .bd {
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px; }
    .in-slide .bd li {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    .in-slide .bd a {
      display: block;
      height: 100%; }
  .in-slide .comm-width {
    position: relative;
    height: 0;
    font-size: 0; }
  .in-slide .hd {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 30px;
    text-align: center; }
    .in-slide .hd a {
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 100%;
      vertical-align: middle;
      background: #999;
      cursor: pointer; }
    .in-slide .hd a.on, .in-slide .hd a:hover {
      background: #fff;
      width: 10px;
      height: 10px; }
  .in-slide .submit-zx {
    position: absolute;
    right: 0;
    top: 20px;
    width: 290px;
    height: 360px;
    background: #fff;
    z-index: 29;
    border-radius: 4px; }
    .in-slide .submit-zx.submit-zzyq {
      height: 266px;
      top: 67px; }
      .in-slide .submit-zx.submit-zzyq .wrap .tit {
        padding: 30px 0 10px; }
      .in-slide .submit-zx.submit-zzyq .wrap .sub {
        line-height: 1em;
        font-size: 14px;
        color: #3883f9;
        padding-bottom: 18px; }
      .in-slide .submit-zx.submit-zzyq .wrap .zt_form_con .zt_form_input {
        text-align: center; }
    .in-slide .submit-zx .wrap {
      padding: 0 19px;
      text-align: center; }
      .in-slide .submit-zx .wrap .tit {
        font-size: 18px;
        color: #3883f9;
        line-height: 1em;
        padding: 40px 0 22px; }
      .in-slide .submit-zx .wrap .zt_form_con {
        height: 38px;
        line-height: 38px;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #dadada;
        position: relative; }
        .in-slide .submit-zx .wrap .zt_form_con select {
          height: 38px;
          background: none;
          font-size: 14px;
          padding-left: 4px;
          border: none;
          color: #b8b8b8;
          width: 100%; }
        .in-slide .submit-zx .wrap .zt_form_con .zt_form_input {
          width: 100%;
          height: 38px;
          border: none;
          background: none;
          font-size: 14px;
          padding-left: 6px;
          color: #b8b8b8; }
          .in-slide .submit-zx .wrap .zt_form_con .zt_form_input::placeholder {
            color: #b8b8b8; }
      .in-slide .submit-zx .wrap .zt_form_con.province {
        float: left;
        width: 116px; }
      .in-slide .submit-zx .wrap .zt_form_con.region {
        float: right;
        width: 116px; }
      .in-slide .submit-zx .wrap .submit {
        width: 100%;
        line-height: 40px;
        background: #3883f9;
        text-align: center;
        font-size: 14px;
        display: block;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .in-slide .submit-zx .wrap .subsub {
        width: 100%;
        line-height: 40px;
        background: #3883f9;
        text-align: center;
        font-size: 14px;
        display: block;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
.in-tlist {
  padding-top: 30px; }
  .in-tlist li {
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    margin-left: -1px;
    height: 90px;
    width: 239px;
    float: left; }
    .in-tlist li a {
      display: block;
      height: 100%; }
    .in-tlist li .pic {
      float: left;
      margin-right: 6px;
      width: 67px;
      height: 100%;
      line-height: 90px;
      text-align: center; }
      .in-tlist li .pic img {
        height: 40px; }
    .in-tlist li:hover .pic {
      transform: rotateY(360deg); }
    .in-tlist li:hover .con .tit {
      color: #3883f9; }
    .in-tlist li .con {
      float: left; }
      .in-tlist li .con .tit {
        line-height: 1em;
        color: #333;
        font-size: 16px;
        padding: 22px 0 6px; }
      .in-tlist li .con p {
        line-height: 1.4em;
        color: #999;
        font-size: 12px;
        width: 160px; }

.in-title {
  text-align: center; }
  .in-title .tit {
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 1em;
    padding: 40px 0 10px; }
  .in-title p {
    font-size: 16px;
    color: #999999;
    line-height: 1em; }

.in-cxzx-box {
  padding-top: 20px;
  margin-bottom: 40px; }
  .in-cxzx-box .in-cxzx-nav {
    height: 45px; }
    .in-cxzx-box .in-cxzx-nav li {
      float: left;
      line-height: 45px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      border-radius: 8px 8px 0 0;
      width: 400px;
      cursor: pointer; }
      .in-cxzx-box .in-cxzx-nav li.nav1 {
        background: #3883f9; }
      .in-cxzx-box .in-cxzx-nav li.nav2 {
        background: #f06722; }
      .in-cxzx-box .in-cxzx-nav li.nav3 {
        background: #7e51d9; }
  .in-cxzx-box .in-cxzx-list {
    border: 1px solid #dadada;
    border-top: 0 none;
    height: 102px; }
    .in-cxzx-box .in-cxzx-list .wrap {
      display: none; }
      .in-cxzx-box .in-cxzx-list .wrap a {
        display: inline-block;
        font-size: 16px;
        color: #666;
        margin-left: 29px;
        margin-top: 20px; }
        .in-cxzx-box .in-cxzx-list .wrap a:hover {
          color: #3883f9; }

.in-advan {
  background: url("../images/in-advan-bg.jpg") no-repeat center;
  height: 160px; }
  .in-advan .in-advan-list li {
    float: left;
    width: 20%;
    text-align: center; }
    .in-advan .in-advan-list li .pic {
      line-height: 80px; }
    .in-advan .in-advan-list li .tit {
      font-size: 18px;
      color: #333333; }
    .in-advan .in-advan-list li p {
      font-size: 14px;
      color: #999;
      margin-top: 6px;
      line-height: 1.2em; }

.in-zzxbz-list {
  padding-top: 30px; }
  .in-zzxbz-list .list-box {
    float: left;
    margin-right: 13px;
    width: 290px;
    height: 340px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.09);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.09);
    background: #f9f9f9;
    position: relative; }
    .in-zzxbz-list .list-box .tit {
      line-height: 46px;
      color: #fff;
      font-size: 18px;
      text-align: center;
      font-weight: 600;
      border-radius: 6px 6px 0 0; }
    .in-zzxbz-list .list-box .movenews {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 44px;
      height: 47px; }
    .in-zzxbz-list .list-box .con {
      padding: 15px 54px; }
      .in-zzxbz-list .list-box .con li {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 24px; }
        .in-zzxbz-list .list-box .con li a {
          color: #666;
          font-size: 14px; }
          .in-zzxbz-list .list-box .con li a:hover {
            color: #3883f9; }
    .in-zzxbz-list .list-box.list1 {
      border-bottom: 1px solid #3883f9; }
      .in-zzxbz-list .list-box.list1 .tit {
        background: #3883f9; }
      .in-zzxbz-list .list-box.list1 .movenews {
        background: url("../images/in-zzxbz-move01.png") no-repeat center; }
    .in-zzxbz-list .list-box.list2 {
      border-bottom: 1px solid #f06722; }
      .in-zzxbz-list .list-box.list2 .tit {
        background: #f06722; }
      .in-zzxbz-list .list-box.list2 .movenews {
        background: url("../images/in-zzxbz-move02.png") no-repeat center; }
    .in-zzxbz-list .list-box.list3 {
      border-bottom: 1px solid #3883f9; }
      .in-zzxbz-list .list-box.list3 .tit {
        background: #3883f9; }
      .in-zzxbz-list .list-box.list3 .movenews {
        background: url("../images/in-zzxbz-move03.png") no-repeat center; }
    .in-zzxbz-list .list-box.list4 {
      border-bottom: 1px solid #7e51d9;
      margin-right: 0; }
      .in-zzxbz-list .list-box.list4 .tit {
        background: #7e51d9; }
      .in-zzxbz-list .list-box.list4 .movenews {
        background: url("../images/in-zzxbz-move04.png") no-repeat center; }

.in-dblc-box {
  padding-bottom: 40px; }
  .in-dblc-box .sub-tit {
    line-height: 1em;
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 15px 0 30px; }
  .in-dblc-box ul li {
    float: left;
    margin-right: 25px;
    width: 126px;
    height: 126px;
    border: 1px solid #3883f9;
    -webkit-border-radius: 0 30px 0 30px;
    -moz-border-radius: 0 30px 0 30px;
    border-radius: 0 30px 0 30px;
    text-align: center; }
    .in-dblc-box ul li:nth-child(2n+2) {
      -webkit-border-radius: 30px 0 30px 0;
      -moz-border-radius: 30px 0 30px 0;
      border-radius: 30px 0 30px 0;
      text-align: center; }
    .in-dblc-box ul li.last {
      margin-right: 0; }
    .in-dblc-box ul li .pic {
      padding: 25px 0 19px;
      height: 45px; }
    .in-dblc-box ul li p {
      font-size: 16px;
      color: #666;
      line-height: 1em; }

.in-adviser .in-adviser-list ul:after{
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.in-adviser {
  background: url("../images/in-adviser-bg.jpg") no-repeat center;
  background-repeat: repeat-y;


}

  .in-adviser .in-adviser-list {
    padding-top: 30px; }
    .in-adviser .in-adviser-list li {
      float: left;
      background: #fff;
      margin-right: 25px;
      width: 378px;
      height: 178px;
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-bottom: 20px; }
	  .in-adviser .in-adviser-list li:nth-child(3n + 3){
		  margin-right: 0px;
	  }
      .in-adviser .in-adviser-list li.last {
        margin-right: 0; }
      .in-adviser .in-adviser-list li .top {
        height: 130px; }
        .in-adviser .in-adviser-list li .top .pic {
          float: left;
          margin: 21px 0 0 30px;
          width: 84px;
          height: 84px;
          border: 1px solid #e1e1e1;
          overflow: hidden;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          .in-adviser .in-adviser-list li .top .pic img {
            width: 100%;
            height: 100%; }
        .in-adviser .in-adviser-list li .top .con {
          float: left;
          margin-left: 19px;
          padding-top: 22px; }
          .in-adviser .in-adviser-list li .top .con .name {
            font-size: 22px;
            color: #333;
            line-height: 1em;
            margin-bottom: 4px; }
            .in-adviser .in-adviser-list li .top .con .name .phone {
              margin-left: 19px;
              font-size: 20px; }
          .in-adviser .in-adviser-list li .top .con p {
            line-height: 24px;
            font-size: 14px;
            color: #333; }
          .in-adviser .in-adviser-list li .top .con .good {
            position: relative;
            padding-left: 3em; }
            .in-adviser .in-adviser-list li .top .con .good span {
              position: absolute;
              left: 0;
              top: 0; }
      .in-adviser .in-adviser-list li .btn-box {
        text-align: center; }
        .in-adviser .in-adviser-list li .btn-box a {
          display: inline-block;
          width: 144px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          font-size: 14px;
          color: #3883f9;
          border: 1px solid #3883f9;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
        .in-adviser .in-adviser-list li .btn-box .cc {
          color: #fff;
          background: #3883f9;
          margin-left: 24px; }

.in-case-box {
  margin-top: 40px;
  border: 1px solid #e1e1e1;
  border-left: 0 none; }
  .in-case-box .nav-list {
    width: 220px;
    background: url("../images/in-case-left.jpg") no-repeat center;
    height: 352px;
    float: left; }
    .in-case-box .nav-list li {
      border-left: 3px solid transparent;
      color: #fff;
      line-height: 72px;
      padding-left: 70px;
      cursor: pointer; }
      .in-case-box .nav-list li.on {
        color: #3883f9;
        border-left: 3px solid #3883f9;
        background: #fff; }
  .in-case-box .in-case-con {
    float: left; }
    .in-case-box .in-case-con .wrap {
      padding: 10px 0 0 10px; }
      .in-case-box .in-case-con .wrap .wrap-list {
        float: left;
        margin-right: 10px; }
        .in-case-box .in-case-con .wrap .wrap-list .tit {
          line-height: 35px;
          width: 232px;
          background: #3883f9;
          color: #fff;
          font-size: 16px;
          text-align: center; }
        .in-case-box .in-case-con .wrap .wrap-list .con {
          width: 230px;
          border: 1px solid #e1e1e1;
          border-top: 0 none;
          height: 296px; }

.in-news-list {
  padding-top: 30px;
  padding-bottom: 50px; }
  .in-news-list .news-list-box {
    width: 350px;
    padding: 0 20px;
    border: 1px solid #e1e1e1;
    height: 410px;
    float: left;
    margin-right: 10px; }
    .in-news-list .news-list-box .tit {
      font-size: 20px;
      color: #333;
      line-height: 58px; }
      .in-news-list .news-list-box .tit a {
        font-size: 14px;
        color: #999;
        float: right; }
    .in-news-list .news-list-box.list1 {
      border-top: 2px solid #3883f9; }
    .in-news-list .news-list-box.list2 {
      border-top: 2px solid #f06722; }
    .in-news-list .news-list-box.list3 {
      border-top: 2px solid #7e51d9;
      margin-right: 0; }
    .in-news-list .news-list-box .news-list li {
      overflow: hidden;
      position: relative; }
      .in-news-list .news-list-box .news-list li .pic {
        float: left;
        width: 120px;
        height: 76px;
        overflow: hidden;
        background: #000;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
        .in-news-list .news-list-box .news-list li .pic img {
          width: 100%;
          min-height: 100%; }
      .in-news-list .news-list-box .news-list li .cont {
        float: right;
        width: 350px;
        font-size: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
        .in-news-list .news-list-box .news-list li .cont .tit {
          font-size: 14px;
          line-height: 30px;
          color: #333;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          height: 30px;
          width: 220px;
          float: left; }
          .in-news-list .news-list-box .news-list li .cont .tit:hover {
            color: #3883f9; }
        .in-news-list .news-list-box .news-list li .cont .add {
          font-size: 12px;
          height: 31px;
          width: 100%;
          line-height: 1.4em;
          color: #777777;
          display: none;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical; }
        .in-news-list .news-list-box .news-list li .cont .date {
          font-size: 14px;
          color: #999999;
          float: right;
          line-height: 30px; }
      .in-news-list .news-list-box .news-list li.on .pic {
        float: left;
        display: block; }
      .in-news-list .news-list-box .news-list li.on .cont {
        width: 217px; }
        .in-news-list .news-list-box .news-list li.on .cont .tit {
          font-size: 16px;
          color: #3883f9; }
        .in-news-list .news-list-box .news-list li.on .cont .add {
          display: block;
          display: -webkit-box; }
        .in-news-list .news-list-box .news-list li.on .cont .date {
          display: none; }

.in-partner-list {
  padding: 30px 0 40px; }
  .in-partner-list li {
    width: 188px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #e1e1e1;
    float: left; }
    .in-partner-list li img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: top; }
    .in-partner-list li.last {
      margin-right: 0; }

.zzbl-top {
  background: #f8f8f8;
  line-height: 40px;
  height: 40px; }
  .zzbl-top p {
    padding-left: 22px;
    font-size: 14px;
    color: #333;
    background: url("../images/zzbl-top-bg.png") no-repeat left center; }

.zzbl-tit {
  padding: 30px 0;
  font-size: 22px;
  color: #333333;
  text-align: center;
  position: relative; }
  .zzbl-tit .tit {
    font-weight: 600;
    position: relative; }
    .zzbl-tit .tit:after {
      display: block;
      content: "";
      position: absolute;
      left: -90px;
      top: 14px;
      width: 70px;
      height: 1px;
      background: #e1e1e1; }
    .zzbl-tit .tit:before {
      display: block;
      content: "";
      position: absolute;
      right: -90px;
      top: 14px;
      width: 70px;
      height: 1px;
      background: #e1e1e1; }
  .zzbl-tit .move-btn {
    color: #999;
    font-size: 14px;
    padding-right: 25px;
    background: url("../images/zzbl-tit-move-btn.png") no-repeat right center;
    position: absolute;
    right: 0; }

.zzbl-list-con li {
  float: left;
  width: 288px;
  height: 82px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 13px;
  margin-bottom: 20px; }
  .zzbl-list-con li.last {
    margin-right: 0; }
  .zzbl-list-con li .pic {
    float: left;
    width: 68px;
    height: 100%; }
    .zzbl-list-con li .pic.pic01 {
      background: url("../images/zzbl-icon01.png") no-repeat center; }
    .zzbl-list-con li .pic.pic02 {
      background: url("../images/zzbl-icon02.png") no-repeat center; }
    .zzbl-list-con li .pic.pic03 {
      background: url("../images/zzbl-icon03.png") no-repeat center; }
    .zzbl-list-con li .pic.pic04 {
      background: url("../images/zzbl-icon04.png") no-repeat center; }
    .zzbl-list-con li .pic.pic05 {
      background: url("../images/zzbl-icon05.png") no-repeat center; }
    .zzbl-list-con li .pic.pic06 {
      background: url("../images/zzbl-icon06.png") no-repeat center; }
    .zzbl-list-con li .pic.pic07 {
      background: url("../images/zzbl-icon07.png") no-repeat center; }
    .zzbl-list-con li .pic.pic08 {
      background: url("../images/zzbl-icon08.png") no-repeat center; }
    .zzbl-list-con li .pic.pic09 {
      background: url("../images/zzbl-icon09.png") no-repeat center; }
    .zzbl-list-con li .pic.pic10 {
      background: url("../images/zzbl-icon10.png") no-repeat center; }
    .zzbl-list-con li .pic.pic11 {
      background: url("../images/zzbl-icon11.png") no-repeat center; }
    .zzbl-list-con li .pic.pic12 {
      background: url("../images/zzbl-icon12.png") no-repeat center; }
    .zzbl-list-con li .pic.pic13 {
      background: url("../images/zzbl-icon13.png") no-repeat center; }
    .zzbl-list-con li .pic.pic14 {
      background: url("../images/zzbl-icon14.png") no-repeat center; }
    .zzbl-list-con li .pic.pic15 {
      background: url("../images/zzbl-icon15.png") no-repeat center; }
    .zzbl-list-con li .pic.pic16 {
      background: url("../images/zzbl-icon16.png") no-repeat center; }
    .zzbl-list-con li .pic.pic17 {
      background: url("../images/zzbl-icon17.png") no-repeat center; }
    .zzbl-list-con li .pic.pic18 {
      background: url("../images/zzbl-icon18.png") no-repeat center; }
    .zzbl-list-con li .pic.pic19 {
      background: url("../images/zzbl-icon19.png") no-repeat center; }
    .zzbl-list-con li .pic.pic20 {
      background: url("../images/zzbl-icon20.png") no-repeat center; }
    .zzbl-list-con li .pic.pic21 {
      background: url("../images/zzbl-icon21.png") no-repeat center; }
    .zzbl-list-con li .pic.pic22 {
      background: url("../images/zzbl-icon22.png") no-repeat center; }
    .zzbl-list-con li .pic.pic23 {
      background: url("../images/zzbl-icon23.png") no-repeat center; }
    .zzbl-list-con li .pic.pic24 {
      background: url("../images/zzbl-icon24.png") no-repeat center; }
    .zzbl-list-con li .pic.pic25 {
      background: url("../images/zzbl-icon25.png") no-repeat center; }
    .zzbl-list-con li .pic.pic26 {
      background: url("../images/zzbl-icon26.png") no-repeat center; }
    .zzbl-list-con li .pic.pic27 {
      background: url("../images/zzbl-icon27.png") no-repeat center; }
    .zzbl-list-con li .pic.pic28 {
      background: url("../images/zzbl-icon28.png") no-repeat center; }
    .zzbl-list-con li .pic.pic29 {
      background: url("../images/zzbl-icon29.png") no-repeat center; }
    .zzbl-list-con li .pic.pic30 {
      background: url("../images/zzbl-icon30.png") no-repeat center; }
    .zzbl-list-con li .pic.pic31 {
      background: url("../images/zzbl-icon31.png") no-repeat center; }
    .zzbl-list-con li .pic.pic32 {
      background: url("../images/zzbl-icon32.png") no-repeat center; }
    .zzbl-list-con li .pic.pic33 {
      background: url("../images/zzbl-icon33.png") no-repeat center; }
    .zzbl-list-con li .pic.pic34 {
      background: url("../images/zzbl-icon34.png") no-repeat center; }
    .zzbl-list-con li .pic.pic35 {
      background: url("../images/zzbl-icon35.png") no-repeat center; }
    .zzbl-list-con li .pic.pic36 {
      background: url("../images/zzbl-icon36.png") no-repeat center; }
    .zzbl-list-con li .pic.pic37 {
      background: url("../images/zzbl-icon37.png") no-repeat center; }
    .zzbl-list-con li .pic.pic38 {
      background: url("../images/zzbl-icon38.png") no-repeat center; }
    .zzbl-list-con li .pic.pic39 {
      background: url("../images/zzbl-icon39.png") no-repeat center; }
    .zzbl-list-con li .pic.pic40 {
      background: url("../images/zzbl-icon40.png") no-repeat center; }
    .zzbl-list-con li .pic.pic41 {
      background: url("../images/zzbl-icon41.png") no-repeat center; }
    .zzbl-list-con li .pic.pic42 {
      background: url("../images/zzbl-icon42.png") no-repeat center; }
    .zzbl-list-con li .pic.pic43 {
      background: url("../images/zzbl-icon43.png") no-repeat center; }
    .zzbl-list-con li .pic.pic44 {
      background: url("../images/zzbl-icon44.png") no-repeat center; }
    .zzbl-list-con li .pic.pic45 {
      background: url("../images/zzbl-icon45.png") no-repeat center; }
    .zzbl-list-con li .pic.pic46 {
      background: url("../images/zzbl-icon46.png") no-repeat center; }
    .zzbl-list-con li .pic.pic47 {
      background: url("../images/zzbl-icon47.png") no-repeat center; }
    .zzbl-list-con li .pic.pic48 {
      background: url("../images/zzbl-icon48.png") no-repeat center; }
    .zzbl-list-con li .pic.pic49 {
      background: url("../images/zzbl-icon49.png") no-repeat center; }
    .zzbl-list-con li .pic.pic50 {
      background: url("../images/zzbl-icon50.png") no-repeat center; }
    .zzbl-list-con li .pic.pic51 {
      background: url("../images/zzbl-icon51.png") no-repeat center; }
    .zzbl-list-con li .pic.pic52 {
      background: url("../images/zzbl-icon52.png") no-repeat center; }
    .zzbl-list-con li .pic.pic53 {
      background: url("../images/zzbl-icon53.png") no-repeat center; }
    .zzbl-list-con li .pic.pic54 {
      background: url("../images/zzbl-icon54.png") no-repeat center; }
    .zzbl-list-con li .pic.pic55 {
      background: url("../images/zzbl-icon55.png") no-repeat center; }
    .zzbl-list-con li .pic.pic56 {
      background: url("../images/zzbl-icon56.png") no-repeat center; }
    .zzbl-list-con li .pic.pic57 {
      background: url("../images/zzbl-icon57.png") no-repeat center; }
    .zzbl-list-con li .pic.pic58 {
      background: url("../images/zzbl-icon58.png") no-repeat center; }
    .zzbl-list-con li .pic.pic59 {
      background: url("../images/zzbl-icon59.png") no-repeat center; }
    .zzbl-list-con li .pic.pic60 {
      background: url("../images/zzbl-icon60.png") no-repeat center; }
    .zzbl-list-con li .pic.pic61 {
      background: url("../images/zzbl-icon61.png") no-repeat center; }
    .zzbl-list-con li .pic.pic62 {
      background: url("../images/zzbl-icon62.png") no-repeat center; }
    .zzbl-list-con li .pic.pic63 {
      background: url("../images/zzbl-icon63.png") no-repeat center; }
    .zzbl-list-con li .pic.pic64 {
      background: url("../images/zzbl-icon64.png") no-repeat center; }
  .zzbl-list-con li .con {
    float: left;
    margin-left: 4px; }
    .zzbl-list-con li .con .tit {
      line-height: 1em;
      color: #333;
      font-size: 16px;
      padding: 21px 0 11px; }
    .zzbl-list-con li .con p {
      line-height: 1em;
      color: #999;
      font-size: 12px; }
  .zzbl-list-con li:hover {
    border: 1px solid #3883f9;
    background: #3883f9; }
    .zzbl-list-con li:hover .pic.pic01 {
      background: url("../images/zzbl-icon01-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic02 {
      background: url("../images/zzbl-icon02-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic03 {
      background: url("../images/zzbl-icon03-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic04 {
      background: url("../images/zzbl-icon04-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic05 {
      background: url("../images/zzbl-icon05-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic06 {
      background: url("../images/zzbl-icon06-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic07 {
      background: url("../images/zzbl-icon07-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic08 {
      background: url("../images/zzbl-icon08-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic09 {
      background: url("../images/zzbl-icon09-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic10 {
      background: url("../images/zzbl-icon10-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic11 {
      background: url("../images/zzbl-icon11-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic12 {
      background: url("../images/zzbl-icon12-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic13 {
      background: url("../images/zzbl-icon13-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic14 {
      background: url("../images/zzbl-icon14-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic15 {
      background: url("../images/zzbl-icon15-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic16 {
      background: url("../images/zzbl-icon16-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic17 {
      background: url("../images/zzbl-icon17-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic18 {
      background: url("../images/zzbl-icon18-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic19 {
      background: url("../images/zzbl-icon19-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic20 {
      background: url("../images/zzbl-icon20-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic21 {
      background: url("../images/zzbl-icon21-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic22 {
      background: url("../images/zzbl-icon22-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic23 {
      background: url("../images/zzbl-icon23-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic24 {
      background: url("../images/zzbl-icon24-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic25 {
      background: url("../images/zzbl-icon25-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic26 {
      background: url("../images/zzbl-icon26-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic27 {
      background: url("../images/zzbl-icon27-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic28 {
      background: url("../images/zzbl-icon28-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic29 {
      background: url("../images/zzbl-icon29-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic30 {
      background: url("../images/zzbl-icon30-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic31 {
      background: url("../images/zzbl-icon31-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic32 {
      background: url("../images/zzbl-icon32-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic33 {
      background: url("../images/zzbl-icon33-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic34 {
      background: url("../images/zzbl-icon34-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic35 {
      background: url("../images/zzbl-icon35-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic36 {
      background: url("../images/zzbl-icon36-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic37 {
      background: url("../images/zzbl-icon37-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic38 {
      background: url("../images/zzbl-icon38-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic39 {
      background: url("../images/zzbl-icon39-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic40 {
      background: url("../images/zzbl-icon40-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic41 {
      background: url("../images/zzbl-icon41-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic42 {
      background: url("../images/zzbl-icon42-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic43 {
      background: url("../images/zzbl-icon43-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic44 {
      background: url("../images/zzbl-icon44-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic45 {
      background: url("../images/zzbl-icon45-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic46 {
      background: url("../images/zzbl-icon46-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic47 {
      background: url("../images/zzbl-icon47-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic48 {
      background: url("../images/zzbl-icon48-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic49 {
      background: url("../images/zzbl-icon49-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic50 {
      background: url("../images/zzbl-icon50-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic51 {
      background: url("../images/zzbl-icon51-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic52 {
      background: url("../images/zzbl-icon52-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic53 {
      background: url("../images/zzbl-icon53-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic54 {
      background: url("../images/zzbl-icon54-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic55 {
      background: url("../images/zzbl-icon55-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic56 {
      background: url("../images/zzbl-icon56-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic57 {
      background: url("../images/zzbl-icon57-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic58 {
      background: url("../images/zzbl-icon58-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic59 {
      background: url("../images/zzbl-icon59-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic60 {
      background: url("../images/zzbl-icon60-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic61 {
      background: url("../images/zzbl-icon61-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic62 {
      background: url("../images/zzbl-icon62-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic63 {
      background: url("../images/zzbl-icon63-on.png") no-repeat center; }
    .zzbl-list-con li:hover .pic.pic64 {
      background: url("../images/zzbl-icon64-on.png") no-repeat center; }
    .zzbl-list-con li:hover .con .tit {
      color: #fff; }
    .zzbl-list-con li:hover .con p {
      color: #fff; }

.zzbl-list-con2 li:hover {
  border: 1px solid #f98717;
  background: #f98717; }

.zzbl-conn {
  padding-bottom: 50px; }

.zzbl-side {
  position: fixed;
  top: 680px;
  left: 50%;
  margin-left: -738px;
  width: 100px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
  .zzbl-side ul {
    border: 1px solid #e1e1e1;
    border-bottom: 0 none;
    border-radius: 4px;
    background: #fff;
    overflow: hidden; }
    .zzbl-side ul a {
      line-height: 38px;
      text-align: center;
      font-size: 12px;
      color: #333333; }
      .zzbl-side ul a li {
        border-bottom: 1px solid #e1e1e1; }
      .zzbl-side ul a:hover {
        color: #3883f9; }
  .zzbl-side .bind-top {
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
    color: #999;
    font-size: 12px;
    background: #e1e1e1;
    border-radius: 4px;
    margin-top: 10px; }

.zzzr-con1 {
  padding: 30px 0; }
  .zzzr-con1 .zzr-con1-list ul li {
    float: left;
    width: 288px;
    height: 90px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 13px; }
    .zzzr-con1 .zzr-con1-list ul li.last {
      margin-right: 0; }
    .zzzr-con1 .zzr-con1-list ul li .pic {
      float: left;
      width: 90px;
      height: 100%; }
      .zzzr-con1 .zzr-con1-list ul li .pic.pic1 {
        background: url("../images/zzzr-con1-list1.png") no-repeat center; }
      .zzzr-con1 .zzr-con1-list ul li .pic.pic2 {
        background: url("../images/zzzr-con1-list2.png") no-repeat center; }
      .zzzr-con1 .zzr-con1-list ul li .pic.pic3 {
        background: url("../images/zzzr-con1-list3.png") no-repeat center; }
      .zzzr-con1 .zzr-con1-list ul li .pic.pic4 {
        background: url("../images/zzzr-con1-list4.png") no-repeat center; }
    .zzzr-con1 .zzr-con1-list ul li .con {
      float: left; }
      .zzzr-con1 .zzr-con1-list ul li .con .tit {
        font-size: 17px;
        color: #333;
        line-height: 1em;
        padding: 20px 0 10px; }
      .zzzr-con1 .zzr-con1-list ul li .con .btn {
        display: block;
        width: 70px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #999;
        font-size: 12px;
        background: #e1e1e1;
        border-radius: 12px; }
    .zzzr-con1 .zzr-con1-list ul li:hover {
      border: 1px solid #3883f9; }
      .zzzr-con1 .zzr-con1-list ul li:hover .pic.pic1 {
        background: url("../images/zzzr-con1-list1on.png") no-repeat center; }
      .zzzr-con1 .zzr-con1-list ul li:hover .pic.pic2 {
        background: url("../images/zzzr-con1-list2on.png") no-repeat center; }
      .zzzr-con1 .zzr-con1-list ul li:hover .pic.pic3 {
        background: url("../images/zzzr-con1-list3on.png") no-repeat center; }
      .zzzr-con1 .zzr-con1-list ul li:hover .pic.pic4 {
        background: url("../images/zzzr-con1-list4on.png") no-repeat center; }
      .zzzr-con1 .zzr-con1-list ul li:hover .con .btn {
        background: #3883f9;
        color: #fff; }

.zzzr-con2 .con-fl {
  height: 348px;
  width: 216px;
  float: left;
  color: #fff;
  text-align: center;
  background: url("../images/zzzr-con2-fl-bg.png") no-repeat center; }
  .zzzr-con2 .con-fl .tit {
    font-size: 16px;
    line-height: 1em;
    padding-top: 212px; }
  .zzzr-con2 .con-fl .phone {
    font-size: 24px;
    font-weight: 600;
    margin-top: 12px; }
  .zzzr-con2 .con-fl .btn {
    display: block;
    width: 94px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 22px auto 0;
    color: #3883f9;
    font-size: 14px;
    background: #fff; }
.zzzr-con2 .con-fr {
  float: left;
  width: 984px; }
  .zzzr-con2 .con-fr .wrap {
    float: left;
    border: 1px solid #e1e1e1;
    width: 244px;
    height: 172px; }
    .zzzr-con2 .con-fr .wrap .tit {
      height: 24px;
      line-height: 24px;
      margin: 0 20px;
      padding: 20px 0 16px 34px;
      font-size: 14px;
      color: #3883f9; }
      .zzzr-con2 .con-fr .wrap .tit.tit1 {
        background: url("../images/zzzr-con2-icon01.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit.tit2 {
        background: url("../images/zzzr-con2-icon02.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit.tit3 {
        background: url("../images/zzzr-con2-icon03.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit.tit4 {
        background: url("../images/zzzr-con2-icon04.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit.tit5 {
        background: url("../images/zzzr-con2-icon05.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit.tit6 {
        background: url("../images/zzzr-con2-icon06.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit.tit7 {
        background: url("../images/zzzr-con2-icon07.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit.tit8 {
        background: url("../images/zzzr-con2-icon08.png") no-repeat center left; }
      .zzzr-con2 .con-fr .wrap .tit a {
        float: right;
        color: #cfcfcf;
        font-size: 12px;
        padding-right: 16px;
        background: url(../images/zzzr-con2-move.png) no-repeat right center; }
    .zzzr-con2 .con-fr .wrap ul li {
      font-size: 12px;
      margin-left: 20px;
      float: left;
      line-height: 1em;
      margin-bottom: 10px;
      width: 94px;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .zzzr-con2 .con-fr .wrap ul li a {
        color: #333; }
        .zzzr-con2 .con-fr .wrap ul li a:hover {
          color: #3883f9; }
      .zzzr-con2 .con-fr .wrap ul li.hot a {
        color: #ff4200; }

.zzzr-case .zzzr-case-nav {
  width: 327px;
  margin: 20px auto;
  height: 33px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }
  .zzzr-case .zzzr-case-nav a {
    display: block;
    float: left;
    text-align: center;
    width: 108px;
    height: 33px;
    line-height: 33px;
    color: #999;
    font-size: 12px;
    border-left: 1px solid #e1e1e1; }
    .zzzr-case .zzzr-case-nav a.on {
      color: #fff;
      background: #3883f9;
      border-color: #3883f9; }
.zzzr-case .zzzr-case-list {
  padding-bottom: 40px; }
  .zzzr-case .zzzr-case-list .wrap {
    display: none; }
    .zzzr-case .zzzr-case-list .wrap ul li {
      float: left;
      width: 184px;
      height: 120px;
      margin-right: 17px; }
      .zzzr-case .zzzr-case-list .wrap ul li.last {
        margin-right: 0; }

.zzzr-pro {
  height: 246px;
  background: url("../images/zzzr-pro-bg.jpg") no-repeat center; }
  .zzzr-pro .in-title .tit {
    padding-top: 30px; }
  .zzzr-pro .zzzr-pro-list {
    padding-top: 30px; }
    .zzzr-pro .zzzr-pro-list ul li {
      float: left;
      width: 133px;
      text-align: center; }
      .zzzr-pro .zzzr-pro-list ul li .pic {
        height: 52px; }
      .zzzr-pro .zzzr-pro-list ul li p {
        color: #333;
        font-size: 12px; }

.zzzr-sxzl .in-title .tit {
  padding-top: 30px; }
.zzzr-sxzl .zzzr-sxzl-list {
  padding-top: 10px; }
  .zzzr-sxzl .zzzr-sxzl-list li {
    float: left;
    width: 295px;
    margin-top: 10px;
    text-align: center;
    color: #999;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e1e1e1;
    border-left: 3px solid #3883f9; }
    .zzzr-sxzl .zzzr-sxzl-list li.list2 {
      width: 594px; }

.zzzr-news .zzzr-news-list {
  padding: 30px 0; }
  .zzzr-news .zzzr-news-list .news-list-box {
    width: 390px;
    height: 410px;
    float: left;
    margin-right: 10px; }
    .zzzr-news .zzzr-news-list .news-list-box .title {
      width: 100%;
      font-size: 18px;
      color: #fff;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0;
      position: relative; }
      .zzzr-news .zzzr-news-list .news-list-box .title a {
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 0;
        margin-right: 20px; }
    .zzzr-news .zzzr-news-list .news-list-box.list1 .title {
      background: #3883f9; }
    .zzzr-news .zzzr-news-list .news-list-box.list2 .title {
      background: #ff7e00; }
    .zzzr-news .zzzr-news-list .news-list-box.list3 {
      margin-right: 0; }
      .zzzr-news .zzzr-news-list .news-list-box.list3 .title {
        background: #3883f9; }
  .zzzr-news .zzzr-news-list .zzzr-news-con {
    padding: 0px 20px;
    border: 1px solid #e1e1e1;
    border-top: 0 none; }
    .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li {
      overflow: hidden;
      position: relative; }
      .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li .pic {
        float: left;
        width: 120px;
        height: 76px;
        overflow: hidden;
        background: #000;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
        .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li .pic img {
          width: 100%;
          min-height: 100%; }
      .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li .cont {
        float: right;
        width: 350px;
        font-size: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
        .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li .cont .tit {
          font-size: 14px;
          line-height: 30px;
          color: #333;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          height: 30px;
          width: 220px;
          float: left; }
          .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li .cont .tit:hover {
            color: #3883f9; }
        .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li .cont .add {
          font-size: 12px;
          height: 31px;
          width: 100%;
          line-height: 1.4em;
          color: #777777;
          display: none;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical; }
        .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li .cont .date {
          font-size: 14px;
          color: #999999;
          float: right;
          line-height: 30px; }
      .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li.on .pic {
        float: left;
        display: block; }
      .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li.on .cont {
        width: 217px; }
        .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li.on .cont .tit {
          font-size: 16px;
          color: #3883f9; }
        .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li.on .cont .add {
          display: block;
          display: -webkit-box; }
        .zzzr-news .zzzr-news-list .zzzr-news-con .news-list li.on .cont .date {
          display: none; }

.zzzr-advan {
  height: 98px;
  background: #f0f0f0; }
  .zzzr-advan ul li {
    width: 20%;
    float: left;
    text-align: center; }
    .zzzr-advan ul li .tit {
      color: #333;
      font-size: 16px;
      height: 20px;
      line-height: 20px;
      padding: 20px 0 8px; }
      .zzzr-advan ul li .tit img {
        margin-right: 8px;
        vertical-align: top; }
    .zzzr-advan ul li p {
      color: #999;
      font-size: 12px;
      line-height: 1.2em; }

.about-banner {
  height: 250px;
  background: url("../images/about-banner.jpg") no-repeat center; }

.about-intro-con {
  height: 726px;
  background: url("../images/about-intro-con.jpg") no-repeat center right; }
  .about-intro-con .about-intro-tit .tit {
    font-size: 24px;
    padding-top: 50px;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 1em; }
  .about-intro-con .about-intro-tit .sub {
    line-height: 1em;
    color: #999;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 42px; }
  .about-intro-con .about-intro-text {
    width: 720px;
    font-size: 16px;
    color: #555; }
    .about-intro-con .about-intro-text p {
      margin-bottom: 25px;
      line-height: 1.5em; }
  .about-intro-con .sub-bg {
    width: 35px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000;
    margin-top: 40px; }

.about-culture {
  background: url("../images/about-culture-bg.jpg") repeat-x right bottom; }

.about-culture-con {
  position: relative;
  height: 466px; }
  .about-culture-con .about-culture-fl {
    position: absolute;
    top: -85px;
    left: -360px; }
  .about-culture-con .about-culture-fr {
    padding-left: 124px;
    height: 388px;
    position: absolute;
    bottom: 0;
    left: 245px;
    background: #3883f9;
    color: #fff; }
    .about-culture-con .about-culture-fr .tit {
      padding-top: 40px;
      font-size: 24px;
      line-height: 1em;
      font-weight: 600; }
    .about-culture-con .about-culture-fr .sub {
      margin-top: 12px;
      margin-bottom: 32px;
      font-size: 16px;
      line-height: 1em; }
    .about-culture-con .about-culture-fr p {
      padding-left: 24px;
      position: relative;
      margin-bottom: 20px; }
      .about-culture-con .about-culture-fr p i {
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        overflow: hidden;
        left: 0;
        top: 8px;
        line-height: 24px; }
      .about-culture-con .about-culture-fr p .cul-tit {
        vertical-align: top;
        display: inline-block;
        width: 190px;
        font-size: 18px;
        line-height: 24px; }
      .about-culture-con .about-culture-fr p .cul-text {
        display: inline-block;
        font-size: 14px;
        width: 326px; }

.about-business .in-title .tit {
  padding-top: 30px; }
.about-business .about-business-list {
  padding: 30px 0; }
  .about-business .about-business-list li {
    float: left;
    width: 198px;
    height: 198px;
    text-align: center;
    border: 1px solid #e1e1e1;
    margin-right: 10px; }
    .about-business .about-business-list li.list2 {
      width: 283px; }
    .about-business .about-business-list li.list3 {
      width: 273px;
      margin-right: 0; }
    .about-business .about-business-list li .pic {
      padding-top: 30px; }
    .about-business .about-business-list li .tit {
      font-size: 16px;
      color: #1d1d1d;
      padding-top: 10px;
      line-height: 24px; }
    .about-business .about-business-list li p {
      padding: 0 12px;
      font-size: 12px;
      color: #999;
      padding-top: 10px;
      line-height: 1.4em; }

.about-path {
  height: 535px;
  background: url("../images/about-path.jpg") no-repeat center;
  position: relative; }
  .about-path .in-title .tit {
    padding-top: 30px;
    color: #fff; }
  .about-path .in-title .sub {
    color: #fff; }
  .about-path .about-path-list {
    position: relative;
    color: #fff; }
    .about-path .about-path-list .texta, .about-path .about-path-list .textb {
      font-size: 14px;
      position: absolute; }
    .about-path .about-path-list .timea, .about-path .about-path-list .timeb {
      position: absolute;
      font-size: 18px;
      font-weight: 600; }
    .about-path .about-path-list .texta, .about-path .about-path-list .timeb {
      right: 626px; }
    .about-path .about-path-list .textb, .about-path .about-path-list .timea {
      left: 631px; }
    .about-path .about-path-list .list1 {
      top: 76px; }
    .about-path .about-path-list .list2 {
      top: 144px; }
    .about-path .about-path-list .list2.textb {
      top: 124px; }
    .about-path .about-path-list .list3 {
      top: 218px; }
    .about-path .about-path-list .list3.texta {
      top: 205px; }
    .about-path .about-path-list .list4 {
      top: 277px; }
    .about-path .about-path-list .list5 {
      top: 326px; }
    .about-path .about-path-list .list6 {
      top: 375px; }

.about-contact .in-title .tit {
  padding-top: 30px; }
.about-contact .about-contact-con {
  padding-top: 30px; }
  .about-contact .about-contact-con img {
    margin-right: 10px;
    margin-bottom: 10px; }
    .about-contact .about-contact-con img.last {
      margin-right: 0; }
  .about-contact .about-contact-con .con-fl {
    float: left;
    width: 564px; }
  .about-contact .about-contact-con .con-fr {
    float: left;
    width: 636px; }

.about-map {
  padding-bottom: 50px; }
  .about-map .in-title .tit {
    padding-top: 20px; }
  .about-map .about-add {
    padding: 30px 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-align: center; }
    .about-map .about-add span {
      display: inline-block;
      line-height: 30px; }
    .about-map .about-add .phone {
      padding-left: 58px;
      margin-right: 56px;
      background: url("../images/about-msg-phone.png") no-repeat left center; }
    .about-map .about-add .dh {
      padding-left: 36px;
      margin-right: 56px;
      background: url("../images/about-msg-dh.png") no-repeat left center; }
    .about-map .about-add .add {
      padding-left: 46px;
      background: url("../images/about-msg-add.png") no-repeat left center; }
  .about-map .about-map-con {
    padding: 14px 12px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.news-list-banner {
  height: 250px;
  background: url("../images/news-list-banner.jpg") no-repeat center; }

.news-listzz-banner {
  height: 250px;
  background: url("../images/news-listzz-banner.jpg") no-repeat center; }

.news-list-con {
  padding-top: 30px; }

.news-list-fl {
  float: left;
  width: 230px; }
  .news-list-fl .tit {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #3883f9; }
  .news-list-fl .list-con {
    border: 1px solid #e1e1e1;
    border-top: 0 none;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
    .news-list-fl .list-con li {
      line-height: 46px;
      height: 46px;
      text-align: center;
      font-size: 14px;
      border-bottom: 1px dashed #e1e1e1; }
      .news-list-fl .list-con li.last {
        border-bottom: 0 none; }
      .news-list-fl .list-con li a {
        color: #555; }
      .news-list-fl .list-con li.on a {
        color: #3883f9; }
    .news-list-fl .list-con .list-zz-fl .tit-zz {
      height: 48px;
      line-height: 48px;
      text-align: center;
      color: #333;
      font-size: 16px;
      border-bottom: 1px solid #e1e1e1;
      cursor: pointer; }
      .news-list-fl .list-con .list-zz-fl .tit-zz.on {
        color: #3883f9; }
        .news-list-fl .list-con .list-zz-fl .tit-zz.on i {
          background: url("../images/list-zz-fl-on.png") no-repeat center; }
      .news-list-fl .list-con .list-zz-fl .tit-zz i {
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        background: url("../images/list-zz-fl.png") no-repeat center;
        margin-left: 10px; }
    .news-list-fl .list-con .list-zz-fl ul {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      display: none;
      background: #f0f0f0;
      padding-top: 22px;
      text-align: center; }
      .news-list-fl .list-con .list-zz-fl ul li {
        height: auto;
        border-bottom: 0 none;
        font-size: 14px;
        line-height: 1em;
        padding-bottom: 22px; }
        .news-list-fl .list-con .list-zz-fl ul li:hover a, .news-list-fl .list-con .list-zz-fl ul li.on a {
          color: #3883f9; }
        .news-list-fl .list-con .list-zz-fl ul li a {
          color: #888; }

.news-list-con {
  margin-bottom: 200px; }

.news-list-fr {
  float: right;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 950px;
  overflow: hidden; }
  .news-list-fr .bread-tit {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    background: #f8f8f8;
    font-size: 12px;
    color: #555;
    border-bottom: 1px solid #e1e1e1; }
  .news-list-fr .list-con li {
    height: 44px;
    line-height: 44px;
    color: #555;
    font-size: 14px;
    padding: 0 20px;
    border-bottom: 1px dashed #e1e1e1; }
    .news-list-fr .list-con li a {
      color: #555;
      padding-left: 20px;
      background: url("../images/new-list-icon.png") no-repeat left center; }
    .news-list-fr .list-con li .time {
      float: right; }
    .news-list-fr .list-con li:hover {
      color: #3883f9; }
      .news-list-fr .list-con li:hover a {
        background: url("../images/new-list-icon-on.png") no-repeat left center;
        color: #3883f9; }
  .news-list-fr .page {
    padding: 30px 0;
    text-align: center; }
    .news-list-fr .page a, .news-list-fr .page span {
      padding: 2px 11px;
      font-size: 12px;
      color: #555;
      margin: 0px 1px;
      height: 24px;
      line-height: 24px;
      display: inline-block;
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
      margin-right: 5px; }
    .news-list-fr .page span {
      background: #3883f9;
      color: #fff;
      vertical-align: top; }

.show-bg {
  height: 250px;
  background: url("../images/show-bg.jpg") no-repeat center; }

.show-con .show-tit {
  line-height: 46px;
  padding-left: 22px;
  background: url("../images/show-tit-icon.png") no-repeat center left;
  font-size: 18px;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1; }
.show-con .show-fl {
  float: left;
  width: 800px; }
  .show-con .show-fl .show_body {
    line-height: 1.8em; }
  .show-con .show-fl .show_attr .tit {
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    color: #333;
    text-align: center;
    padding-top: 22px; }
  .show-con .show-fl .show_attr .attr {
    margin-top: 20px;
    line-height: 1em;
    font-size: 12px;
    color: #666;
    text-align: center; }
    .show-con .show-fl .show_attr .attr a {
      color: #3883f9; }
    .show-con .show-fl .show_attr .attr .time {
      margin: 0 24px; }
  .show-con .show-fl .show_dk {
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
    padding: 8px 14px 0;
    margin: 24px 0; }
    .show-con .show-fl .show_dk p {
      font-size: 12px;
      color: #343234;
      margin-bottom: 8px; }
      .show-con .show-fl .show_dk p span {
        margin-left: 8px; }
  .show-con .show-fl .show_next {
    text-align: center;
    margin: 30px 0; }
    .show-con .show-fl .show_next li {
      display: inline-block;
      width: 240px;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333;
      font-size: 12px;
      line-height: 1em; }
      .show-con .show-fl .show_next li a:hover {
        color: #3883f9; }
      .show-con .show-fl .show_next li span {
        vertical-align: top;
        color: #3883f9;
        margin-right: 10px; }
      .show-con .show-fl .show_next li:last-child {
        margin-left: 30px; }
  .show-con .show-fl .show_xgtj {
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
    padding: 0 20px; }
    .show-con .show-fl .show_xgtj .show_xgtj_list {
      padding-top: 20px; }
      .show-con .show-fl .show_xgtj .show_xgtj_list a {
        font-size: 14px;
        color: #999;
        margin-bottom: 20px;
        line-height: 1em;
        display: inline-block;
        width: 344px;
        padding: 0 16px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url("../images/show_xgtj_icon.png") no-repeat left center; }
.show-con .show-fr {
  float: right;
  width: 336px; }
  .show-con .show-fr .show-tj-list li {
    margin-top: 20px;
    height: 20px;
    line-height: 20px; }
    .show-con .show-fr .show-tj-list li:nth-child(1) .num {
      color: #fff;
      background: #3883f9; }
    .show-con .show-fr .show-tj-list li:nth-child(2) .num {
      color: #fff;
      background: #3883f9; }
    .show-con .show-fr .show-tj-list li:nth-child(3) .num {
      color: #fff;
      background: #3883f9; }
    .show-con .show-fr .show-tj-list li .num {
      vertical-align: top;
      display: inline-block;
      width: 20px;
      height: 20px;
      color: #999;
      background: #e1e1e1;
      font-size: 12px;
      text-align: center;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-right: 10px; }
    .show-con .show-fr .show-tj-list li a {
      vertical-align: top;
      width: 226px;
      display: inline-block;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .show-con .show-fr .show-tj-list li .time {
      font-size: 12px;
      color: #999;
      float: right;
      line-height: 20px; }

.case-banner {
  height: 250px;
  background: url("../images/case-banner.jpg") no-repeat center; }

.case-con {
  background: #f8f8f8;
  padding: 30px 0 68px; }
  .case-con .case-tit {
    line-height: 46px;
    padding-left: 22px;
    background: url(../images/show-tit-icon.png) no-repeat center left;
    font-size: 18px;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1; }
  .case-con .case-con-fl {
    width: 244px;
    padding: 0 20px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    background: #fff; }
    .case-con .case-con-fl .case-nav li {
      font-size: 14px;
      line-height: 1em;
      margin-top: 20px; }
      .case-con .case-con-fl .case-nav li a {
        color: #999; }
      .case-con .case-con-fl .case-nav li.on, .case-con .case-con-fl .case-nav li:hover {
        padding-left: 16px;
        background: url("../images/case-nav-icon.png") no-repeat center left; }
        .case-con .case-con-fl .case-nav li.on a, .case-con .case-con-fl .case-nav li:hover a {
          color: #3883f9; }
  .case-con .case-con-fr {
    float: right;
    width: 874px;
    background: #fff;
    padding: 30px 0 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .case-con .case-con-fr li {
      float: left;
      width: 196px;
      margin-right: 20px;
      margin-bottom: 20px; }
      .case-con .case-con-fr li .pic {
        width: 196px;
        height: 160px;
        line-height: 160px;
        text-align: center;
        border: 1px solid #e1e1e1; }
      .case-con .case-con-fr li img {
        max-width: 100%;
        max-height: 100%; }
      .case-con .case-con-fr li p {
        color: #333;
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .case-con .case-con-fr .page {
      padding: 65px 0 50px;
      text-align: center; }
      .case-con .case-con-fr .page a, .case-con .case-con-fr .page span {
        padding: 2px 11px;
        font-size: 12px;
        color: #555;
        margin: 0px 1px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        border: 1px solid #e1e1e1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        margin-right: 5px; }
      .case-con .case-con-fr .page span {
        background: #3883f9;
        color: #fff;
        vertical-align: top; }

.zzs_topnav {
  line-height: 52px;
  font-size: 12px;
  color: #555;
  border-top: 1px solid #3883f9; }
  .zzs_topnav a {
    display: inline-block;
    vertical-align: middle;
    color: #555; }

.zzs-hd {
  padding-bottom: 30px; }
  .zzs-hd .zzs-hd-fl {
    float: left;
    width: 448px;
    height: 368px;
    line-height: 368px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    text-align: center; }
    .zzs-hd .zzs-hd-fl img {
      max-height: 100%;
      max-width: 100%; }
  .zzs-hd .zzs-hd-fr {
    float: right;
    width: 700px; }
    .zzs-hd .zzs-hd-fr .title {
      line-height: 1em;
      padding: 9px 0 20px;
      font-size: 22px;
      color: #333; }
    .zzs-hd .zzs-hd-fr .describe {
      padding: 14px 35px 14px 62px;
      font-size: 14px;
      color: #777;
      line-height: 25px;
      position: relative;
      background: #f8f8f8;
      min-height: 50px; }
      .zzs-hd .zzs-hd-fr .describe span {
        color: #3883f9;
        position: absolute;
        left: 20px;
        top: 14px; }
    .zzs-hd .zzs-hd-fr .form-box {
      padding-top: 6px;
      padding-left: 58px;
      position: relative; }
      .zzs-hd .zzs-hd-fr .form-box .tit {
        position: absolute;
        left: 0;
        top: 23px;
        font-size: 14px;
        color: #333;
        line-height: 1em; }
      .zzs-hd .zzs-hd-fr .form-box a {
        display: inline-block;
        padding: 7px 10px;
        font-size: 14px;
        line-height: 1em;
        color: #333;
        border: 1px solid #e1e1e1;
        border-radius: 2px;
        margin-top: 10px;
        margin-right: 10px; }
        .zzs-hd .zzs-hd-fr .form-box a:hover {
          color: #3883f9; }
        .zzs-hd .zzs-hd-fr .form-box a.on {
          border: 1px solid #3883f9;
          color: #3883f9; }
      .zzs-hd .zzs-hd-fr .form-box select {
        padding: 0 10px;
        font-size: 14px;
        min-width: 134px;
        border: 1px solid #3883f9;
        color: #3883f9;
        border-radius: 4px;
        margin-top: 10px;
        height: 28px;
        line-height: 28px;
        padding-left: 6px; }
        .zzs-hd .zzs-hd-fr .form-box select option {
          color: #333; }
    .zzs-hd .zzs-hd-fr .zxzx {
      background: #3883f9;
      display: block;
      margin-top: 20px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      width: 120px;
      height: 40px;
      line-height: 40px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }

.zzs-con .zzs-con-fl {
  float: left;
  width: 810px; }
  .zzs-con .zzs-con-fl .zzs-con-fl-nav {
    width: 810px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .zzs-con .zzs-con-fl .zzs-con-fl-nav li {
      float: left; }
      .zzs-con .zzs-con-fl .zzs-con-fl-nav li a {
        display: block;
        width: 116px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #333;
        font-size: 14px; }
        .zzs-con .zzs-con-fl .zzs-con-fl-nav li a:hover, .zzs-con .zzs-con-fl .zzs-con-fl-nav li a.on {
          background: #3883f9;
          color: #fff; }
  .zzs-con .zzs-con-fl .zzs-comm {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }
    .zzs-con .zzs-con-fl .zzs-comm .zzs-comm-con {
      padding: 0 20px 40px;
      border-bottom: 1px dashed #e1e1e1; }
      .zzs-con .zzs-con-fl .zzs-comm .zzs-comm-con .zzs-comm-content {
        line-height: 1.8em; }
      .zzs-con .zzs-con-fl .zzs-comm .zzs-comm-con:last-child {
        border-bottom: 0 none; }
      .zzs-con .zzs-con-fl .zzs-comm .zzs-comm-con .zzs-comm-tit {
        position: relative;
        padding: 42px 0 15px;
        margin-top: 20px;
        text-align: center; }
        .zzs-con .zzs-con-fl .zzs-comm .zzs-comm-con .zzs-comm-tit .title {
          color: #3883f9;
          font-size: 18px;
          line-height: 1em; }
        .zzs-con .zzs-con-fl .zzs-comm .zzs-comm-con .zzs-comm-tit .en-title {
          width: 100%;
          top: 30px;
          line-height: 1em;
          color: #999;
          font-size: 24px;
          font-weight: 600;
          position: absolute;
          opacity: .2; }
        .zzs-con .zzs-con-fl .zzs-comm .zzs-comm-con .zzs-comm-tit .sub {
          width: 40px;
          height: 3px;
          margin: 10px auto 0;
          background: #3883f9; }
  .zzs-con .zzs-con-fl .zzs-con-rmfw {
    margin: 30px 0 40px;
    border: 1px solid #e1e1e1; }
    .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-tit {
      border-bottom: 1px solid #e1e1e1;
      padding: 0 30px 0 20px;
      background: #f8f8f8;
      height: 38px;
      line-height: 38px; }
      .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-tit .title {
        padding-left: 14px;
        background: url(../images/show-tit-icon.png) no-repeat center left;
        font-size: 16px;
        color: #333;
        float: left; }
      .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-tit .hd {
        float: right;
        padding-top: 8px;
        line-height: 0; }
        .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-tit .hd a {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin-left: 10px;
          cursor: pointer; }
        .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-tit .hd .prev {
          background: url("../images/rmfw-prev.png") no-repeat center; }
        .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-tit .hd .next {
          background: url("../images/rmfw-next.png") no-repeat center; }
    .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-con {
      padding: 20px 60px 20px 20px; }
      .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-con .bd ul {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
      .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-con .bd li {
        float: left;
        margin-right: 20px;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        height: 86px;
        width: 228px; }
        .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-con .bd li .pic {
          float: left;
          width: 70px;
          height: 100%;
          line-height: 86px;
          text-align: center; }
        .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-con .bd li .con {
          float: left; }
          .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-con .bd li .con .title {
            display: block;
            color: #333;
            font-size: 16px;
            line-height: 1em;
            padding: 25px 0 11px; }
          .zzs-con .zzs-con-fl .zzs-con-rmfw .zzs-con-rmfw-con .bd li .con p {
            color: #999;
            font-size: 12px;
            line-height: 1em;
            width: 144px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
.zzs-con .zzs-con-fr {
  background: #fff;
  float: right;
  width: 348px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  right: 0; }
  .zzs-con .zzs-con-fr .zzs-con-fr-tit {
    padding-left: 20px;
    border-bottom: 1px solid #e1e1e1; }
    .zzs-con .zzs-con-fr .zzs-con-fr-tit .title {
      padding-left: 14px;
      background: url(../images/show-tit-icon.png) no-repeat center left;
      font-size: 16px;
      color: #333;
      line-height: 38px; }
  .zzs-con .zzs-con-fr .zzs-fr-comm ul li {
    padding: 20px;
    border-bottom: 1px dashed #e1e1e1; }
    .zzs-con .zzs-con-fr .zzs-fr-comm ul li:last-child {
      border-bottom: 0 none; }
    .zzs-con .zzs-con-fr .zzs-fr-comm ul li .pic {
      float: left;
      width: 84px;
      height: 84px;
      border: 1px solid #e1e1e1;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 19px; }
    .zzs-con .zzs-con-fr .zzs-fr-comm ul li .con {
      float: left; }
      .zzs-con .zzs-con-fr .zzs-fr-comm ul li .con .name {
        font-size: 20px;
        color: #333;
        line-height: 1em;
        margin: 6px 0; }
        .zzs-con .zzs-con-fr .zzs-fr-comm ul li .con .name .phone {
          margin-left: 10px;
          font-size: 16px; }
      .zzs-con .zzs-con-fr .zzs-fr-comm ul li .con p {
        line-height: 1em;
        font-size: 14px;
        color: #333; }
      .zzs-con .zzs-con-fr .zzs-fr-comm ul li .con .cc {
        margin-top: 10px;
        display: inline-block;
        width: 100px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        color: #3883f9;
        border: 1px solid #3883f9;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }

.zzs-con {
  position: relative; }
  .zzs-con .comm-width {
    position: relative; }

.zzyq-ser .in-title .tit {
  padding-top: 30px; }
.zzyq-ser .zzyq-ser-list {
  padding-top: 30px; }
  .zzyq-ser .zzyq-ser-list li {
    float: left;
    width: 198px;
    height: 68px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 50px; }
    .zzyq-ser .zzyq-ser-list li .pic {
      margin-left: 28px;
      width: 58px;
      float: left;
      height: 100%; }
      .zzyq-ser .zzyq-ser-list li .pic.pic1 {
        background: url("../images/zzyq-ser-list01.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li .pic.pic2 {
        background: url("../images/zzyq-ser-list02.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li .pic.pic3 {
        background: url("../images/zzyq-ser-list03.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li .pic.pic4 {
        background: url("../images/zzyq-ser-list04.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li .pic.pic5 {
        background: url("../images/zzyq-ser-list05.png") no-repeat center left; }
    .zzyq-ser .zzyq-ser-list li .con {
      float: left; }
      .zzyq-ser .zzyq-ser-list li .con .tit {
        line-height: 1em;
        font-size: 16px;
        color: #333;
        padding: 17px 0 7px; }
      .zzyq-ser .zzyq-ser-list li .con a {
        display: block;
        width: 62px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border: 1px solid #e1e1e1;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        font-size: 12px;
        color: #999; }
    .zzyq-ser .zzyq-ser-list li.last {
      margin-right: 0; }
    .zzyq-ser .zzyq-ser-list li:hover {
      background: #3883f9;
      border: 1px solid #3883f9; }
      .zzyq-ser .zzyq-ser-list li:hover .pic.pic1 {
        background: url("../images/zzyq-ser-list01-on.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li:hover .pic.pic2 {
        background: url("../images/zzyq-ser-list02-on.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li:hover .pic.pic3 {
        background: url("../images/zzyq-ser-list03-on.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li:hover .pic.pic4 {
        background: url("../images/zzyq-ser-list04-on.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li:hover .pic.pic5 {
        background: url("../images/zzyq-ser-list05-on.png") no-repeat center left; }
      .zzyq-ser .zzyq-ser-list li:hover .con .tit {
        color: #fff; }
      .zzyq-ser .zzyq-ser-list li:hover .con a {
        border: 1px solid #3883f9;
        background: #fff;
        color: #3883f9; }

.zzyq-pro-con {
  padding: 20px 0 50px; }
  .zzyq-pro-con .zzyq-pro-fl {
    padding-left: 76px;
    padding-right: 52px;
    float: left; }
  .zzyq-pro-con .zzyq-pro-fr {
    float: left;
    width: 592px; }
    .zzyq-pro-con .zzyq-pro-fr .title {
      display: inline-block;
      margin: 10px 0 6px;
      padding: 0 41px 0 10px;
      color: #fff;
      font-size: 16px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      height: 34px;
      line-height: 34px;
      background: url("../images/zzyq-pro-fr.jpg") no-repeat right center #3883f9; }
    .zzyq-pro-con .zzyq-pro-fr .comm {
      padding-bottom: 10px; }
      .zzyq-pro-con .zzyq-pro-fr .comm p {
        color: #333;
        font-size: 14px;
        position: relative;
        line-height: 20px;
        padding-left: 20px; }
        .zzyq-pro-con .zzyq-pro-fr .comm p .num {
          color: #3883f9;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 18px; }

.zzyq-process {
  height: 196px;
  background: url("../images/zzyq-process-bg.jpg") no-repeat center; }
  .zzyq-process .zzyq-processfl {
    float: left;
    width: 388px;
    padding-left: 12px;
    overflow: hidden; }
    .zzyq-process .zzyq-processfl .sub {
      width: 50px;
      height: 4px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: #3883f9;
      margin-top: 48px; }
    .zzyq-process .zzyq-processfl .title {
      line-height: 1em;
      font-size: 22px;
      color: #1d1d1d;
      font-weight: 600;
      margin-top: 12px; }
    .zzyq-process .zzyq-processfl .sub-title {
      color: #999;
      font-size: 16px;
      margin-top: 10px; }
  .zzyq-process .zzyq-processfr {
    float: left; }
    .zzyq-process .zzyq-processfr ul li {
      float: left;
      width: 200px;
      height: 196px;
      position: relative;
      text-align: center;
      overflow: hidden; }
      .zzyq-process .zzyq-processfr ul li:hover {
        background: #f0f0f0; }
        .zzyq-process .zzyq-processfr ul li:hover .pic {
          padding-top: 26px; }
        .zzyq-process .zzyq-processfr ul li:hover a {
          bottom: 0; }
      .zzyq-process .zzyq-processfr ul li .pic {
        padding-top: 42px; }
      .zzyq-process .zzyq-processfr ul li .title {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 0 6px; }
      .zzyq-process .zzyq-processfr ul li p {
        font-size: 14px;
        color: #888; }
      .zzyq-process .zzyq-processfr ul li a {
        width: 100%;
        display: block;
        position: absolute;
        line-height: 34px;
        background: #3883f9;
        font-size: 14px;
        color: #fff;
        bottom: -34px;
        left: 0; }

.zzyq-struction-con {
  padding-top: 30px; }
  .zzyq-struction-con .zzyq-struction-fl {
    float: left;
    width: 272px;
    height: 339px;
    background: url("../images/zzyq-struction-fl.png") no-repeat center;
    text-align: center;
    color: #fff; }
    .zzyq-struction-con .zzyq-struction-fl .title {
      font-size: 18px;
      line-height: 1em;
      padding: 30px 0 16px; }
    .zzyq-struction-con .zzyq-struction-fl .phone-tit {
      font-size: 18px;
      line-height: 1em;
      padding-bottom: 8px; }
    .zzyq-struction-con .zzyq-struction-fl .phone {
      font-size: 24px;
      color: #fff;
      font-weight: 600; }
    .zzyq-struction-con .zzyq-struction-fl a {
      display: block;
      margin: 20px auto 0;
      width: 118px;
      height: 36px;
      line-height: 36px;
      background: #fff;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      border-radius: 18px;
      font-size: 14px;
      color: #3883f9; }
  .zzyq-struction-con .zzyq-struction-fr {
    float: left; }
    .zzyq-struction-con .zzyq-struction-fr ul .wrap {
      float: left;
      width: 296px;
      height: 338px;
      margin-left: 10px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      overflow: hidden; }
      .zzyq-struction-con .zzyq-struction-fr ul .wrap:hover .bd {
        bottom: 0; }
      .zzyq-struction-con .zzyq-struction-fr ul .wrap .bd {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        position: absolute;
        background: #fff;
        left: 0;
        bottom: -260px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        color: #555;
        font-size: 16px;
        height: 260px; }
        .zzyq-struction-con .zzyq-struction-fr ul .wrap .bd ul {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
          .zzyq-struction-con .zzyq-struction-fr ul .wrap .bd ul li {
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 20px; }
            .zzyq-struction-con .zzyq-struction-fr ul .wrap .bd ul li a {
              color: #555; }
              .zzyq-struction-con .zzyq-struction-fr ul .wrap .bd ul li a:hover {
                color: #3883f9; }
      .zzyq-struction-con .zzyq-struction-fr ul .wrap .tit {
        text-align: center;
        line-height: 45px;
        height: 45px;
        font-size: 18px;
        color: #fff;
        font-weight: 600; }
      .zzyq-struction-con .zzyq-struction-fr ul .wrap .text {
        color: #555;
        font-size: 16px;
        line-height: 22px;
        margin: 30px 20px 0;
        text-indent: 2em;
        text-align: center; }
      .zzyq-struction-con .zzyq-struction-fr ul .wrap.wrap1 {
        border: 1px solid #3883f9; }
        .zzyq-struction-con .zzyq-struction-fr ul .wrap.wrap1 .tit {
          background: #3883f9; }
      .zzyq-struction-con .zzyq-struction-fr ul .wrap.wrap2 {
        border: 1px solid #f36100; }
        .zzyq-struction-con .zzyq-struction-fr ul .wrap.wrap2 .tit {
          background: #f36100; }
      .zzyq-struction-con .zzyq-struction-fr ul .wrap.wrap3 {
        border: 1px solid #3883f9; }
        .zzyq-struction-con .zzyq-struction-fr ul .wrap.wrap3 .tit {
          background: #3883f9; }

.zzyq-case-list {
  padding-top: 30px; }
  .zzyq-case-list .wrap ul li {
    float: left;
    width: 184px;
    margin-right: 17px; }
    .zzyq-case-list .wrap ul li.last {
      margin-right: 0; }

.zzyq-professional-con {
  height: 283px;
  background: url("../images/zzyq-professional.png") no-repeat top center;
  padding-bottom: 50px;
  margin-top: 30px; }
  .zzyq-professional-con .wrap {
    color: #fff;
    overflow: hidden; }
    .zzyq-professional-con .wrap .title {
      font-size: 20px;
      font-weight: 600;
      line-height: 1em;
      padding: 30px 0 12px; }
    .zzyq-professional-con .wrap .sub {
      width: 40px;
      height: 2px;
      background: #fff;
      margin-bottom: 22px; }
    .zzyq-professional-con .wrap p {
      padding-left: 26px;
      position: relative;
      line-height: 26px;
      font-size: 16px; }
      .zzyq-professional-con .wrap p .num {
        position: absolute;
        line-height: 26px;
        left: 0;
        top: 0; }
  .zzyq-professional-con .zzyq-professional-fl {
    padding-left: 40px;
    float: left; }
  .zzyq-professional-con .zzyq-professional-fr {
    padding-right: 40px;
    text-align: right; }
    .zzyq-professional-con .zzyq-professional-fr .sub {
      margin: 0 0 22px auto; }

.zzsj-top {
  border-bottom: 1px solid #e1e1e1; }
  .zzsj-top .zzsj-top-con ul li {
    height: 72px;
    padding: 20px 0 26px;
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden; }
    .zzsj-top .zzsj-top-con ul li:last-child .wrap {
      border-right: 0 none; }
    .zzsj-top .zzsj-top-con ul li .wrap {
      height: 72px;
      border-right: 1px solid #e1e1e1; }
      .zzsj-top .zzsj-top-con ul li .wrap .pic {
        float: left;
        padding-left: 60px;
        line-height: 72px;
        width: 52px; }
      .zzsj-top .zzsj-top-con ul li .wrap .con {
        float: left; }
        .zzsj-top .zzsj-top-con ul li .wrap .con .title {
          line-height: 1em;
          font-size: 16px;
          color: #333;
          padding: 19px 0 5px; }
        .zzsj-top .zzsj-top-con ul li .wrap .con a {
          display: block;
          width: 62px;
          height: 18px;
          line-height: 18px;
          text-align: center;
          border: 1px solid #999;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          color: #999;
          font-size: 12px; }
    .zzsj-top .zzsj-top-con ul li:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 51%;
      right: 51%;
      bottom: 0;
      background: #3883f9;
      height: 2px;
      -webkit-transition-property: left, right;
      transition-property: left, right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .zzsj-top .zzsj-top-con ul li:hover:before {
      left: 0;
      right: 0; }

.zzsj-material-con {
  margin-top: 30px;
  height: 214px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }
  .zzsj-material-con .zzsj-material-fl {
    float: left;
    margin-right: 40px; }
  .zzsj-material-con .zzsj-material-fr {
    float: left;
    width: 648px; }
    .zzsj-material-con .zzsj-material-fr .tit {
      color: #1d1d1d;
      font-size: 22px;
      font-weight: 600;
      line-height: 1em;
      padding: 20px 0 10px; }
    .zzsj-material-con .zzsj-material-fr .sub {
      color: #999;
      font-size: 16px;
      line-height: 1em; }
    .zzsj-material-con .zzsj-material-fr .comm span {
      display: inline-block;
      margin-top: 16px;
      padding-left: 10px;
      line-height: 1em;
      border-left: 2px solid #3883f9;
      padding-right: 28px; }

.zzsj-jgwm-con {
  margin-top: 30px;
  height: 214px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }
  .zzsj-jgwm-con .zzsj-jgwm-fl {
    float: left;
    padding-left: 20px;
    width: 673px; }
    .zzsj-jgwm-con .zzsj-jgwm-fl .tit {
      color: #1d1d1d;
      font-size: 22px;
      font-weight: 600;
      line-height: 1em;
      padding: 20px 0 10px; }
    .zzsj-jgwm-con .zzsj-jgwm-fl .sub {
      color: #999;
      font-size: 16px;
      line-height: 1em; }
    .zzsj-jgwm-con .zzsj-jgwm-fl .zzsj-jgwm-list {
      margin-top: 10px;
      width: 639px;
      height: 116px;
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .zzsj-jgwm-con .zzsj-jgwm-fl .zzsj-jgwm-list li {
        float: left;
        border-right: 1px solid #e1e1e1;
        position: relative;
        width: 159px;
        text-align: center;
        height: 116px; }
        .zzsj-jgwm-con .zzsj-jgwm-fl .zzsj-jgwm-list li .num {
          font-size: 24px;
          font-weight: 600;
          position: absolute;
          color: #e0e0e0;
          line-height: 1em;
          left: 8px;
          top: 8px; }
        .zzsj-jgwm-con .zzsj-jgwm-fl .zzsj-jgwm-list li .pic {
          padding-top: 20px;
          padding-bottom: 8px; }
        .zzsj-jgwm-con .zzsj-jgwm-fl .zzsj-jgwm-list li p {
          color: #333;
          font-size: 14px; }
        .zzsj-jgwm-con .zzsj-jgwm-fl .zzsj-jgwm-list li:last-child {
          border-right: 0 none; }
  .zzsj-jgwm-con .zzsj-jgwm-fr {
    float: right; }

.zzsj-quali {
  height: 472px;
  background: url("../images/zzsj-quali.jpg") no-repeat center; }
  .zzsj-quali .in-title .tit {
    padding-top: 30px; }
  .zzsj-quali .in-title .sub-tit {
    padding-top: 10px; }
  .zzsj-quali .zzsj-quali-list {
    padding-top: 30px; }
    .zzsj-quali .zzsj-quali-list ul .wrap {
      float: left;
      width: 390px;
      height: 296px;
      margin-right: 10px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      overflow: hidden;
      background: #fff; }
      .zzsj-quali .zzsj-quali-list ul .wrap:hover .bd {
        bottom: -36px; }
      .zzsj-quali .zzsj-quali-list ul .wrap .bd {
        margin-top: 30px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        position: absolute;
        background: #fff;
        left: 0;
        bottom: -260px;
        width: 100%;
        text-align: center;
        color: #555;
        font-size: 16px;
        height: 260px; }
        .zzsj-quali .zzsj-quali-list ul .wrap .bd ul {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
          .zzsj-quali .zzsj-quali-list ul .wrap .bd ul li {
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 20px; }
            .zzsj-quali .zzsj-quali-list ul .wrap .bd ul li a {
              color: #555; }
              .zzsj-quali .zzsj-quali-list ul .wrap .bd ul li a:hover {
                color: #3883f9; }
      .zzsj-quali .zzsj-quali-list ul .wrap .tit {
        text-align: center;
        line-height: 45px;
        height: 45px;
        font-size: 16px;
        color: #fff;
        font-weight: 600; }
        .zzsj-quali .zzsj-quali-list ul .wrap .tit i {
          display: inline-block;
          margin-top: 15px;
          margin-right: 8px;
          width: 3px;
          height: 16px;
          background: #fff;
          vertical-align: top; }
      .zzsj-quali .zzsj-quali-list ul .wrap .text {
        color: #999;
        font-size: 16px;
        line-height: 22px;
        margin: 30px 20px 0;
        text-indent: 2em;
        text-align: left; }
      .zzsj-quali .zzsj-quali-list ul .wrap.wrap1 {
        border: 1px solid #3883f9; }
        .zzsj-quali .zzsj-quali-list ul .wrap.wrap1 .tit {
          background: #3883f9; }
      .zzsj-quali .zzsj-quali-list ul .wrap.wrap2 {
        border: 1px solid #f74e64; }
        .zzsj-quali .zzsj-quali-list ul .wrap.wrap2 .tit {
          background: #f74e64; }
      .zzsj-quali .zzsj-quali-list ul .wrap.wrap3 {
        margin-right: 0;
        border: 1px solid #8a50b3; }
        .zzsj-quali .zzsj-quali-list ul .wrap.wrap3 .tit {
          background: #8a50b3; }

.zzsj-sional-con {
  padding-top: 44px;
  height: 300px; }
  .zzsj-sional-con .nav-fl {
    float: left; }
    .zzsj-sional-con .nav-fl li {
      width: 253px;
      height: 70px;
      line-height: 70px;
      margin-bottom: 4px;
      background: #c8c8c8;
      border-radius: 4px;
      font-size: 18px;
      color: #fff;
      text-align: center; }
      .zzsj-sional-con .nav-fl li.on {
        background: #3883f9; }
      .zzsj-sional-con .nav-fl li .tit {
        font-size: 18px;
        line-height: 1em;
        padding-top: 12px; }
      .zzsj-sional-con .nav-fl li p {
        font-size: 14px;
        line-height: 1em;
        padding-top: 8px; }
  .zzsj-sional-con .con-fr {
    float: left;
    padding-left: 27px; }
    .zzsj-sional-con .con-fr .img-box {
      float: left;
      margin-right: 41px;
      width: 384px; }
    .zzsj-sional-con .con-fr .wrap-box {
      float: left;
      width: 495px; }
      .zzsj-sional-con .con-fr .wrap-box .wrap {
        display: none; }
        .zzsj-sional-con .con-fr .wrap-box .wrap .tit {
          font-size: 18px;
          color: #333;
          padding: 10px 0 18px; }
        .zzsj-sional-con .con-fr .wrap-box .wrap .sub {
          width: 44px;
          height: 4px;
          background: #3883f9;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          margin-bottom: 15px; }
        .zzsj-sional-con .con-fr .wrap-box .wrap p {
          line-height: 25px;
          color: #333;
          font-size: 16px; }

.gszc-tit {
  text-align: center; }
  .gszc-tit .tit {
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 1em;
    padding: 30px 0 10px; }
  .gszc-tit p {
    font-size: 16px;
    color: #999999;
    line-height: 1em; }

.gszc-gsfw-con {
  margin-top: 20px; }
  .gszc-gsfw-con ul {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .gszc-gsfw-con ul li {
      float: left;
      width: 238px;
      border-right: 1px solid #e1e1e1;
      height: 144px;
      text-align: center; }
      .gszc-gsfw-con ul li.last {
        border-right: 0 none; }
      .gszc-gsfw-con ul li:hover .pic img {
        -webkit-animation-name: hvr-icon-push;
        animation-name: hvr-icon-push;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
      .gszc-gsfw-con ul li .pic {
        padding-top: 20px; }
      .gszc-gsfw-con ul li .tit {
        line-height: 1em;
        font-size: 16px;
        color: #333;
        padding-top: 10px; }
      .gszc-gsfw-con ul li p {
        font-size: 12px;
        color: #666;
        padding-top: 6px; }

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
.gszc-tgcl-con {
  padding-top: 28px;
  height: 306px; }
  .gszc-tgcl-con .gszc-tgcl-fl {
    float: left;
    padding-left: 159px;
    width: 420px; }
  .gszc-tgcl-con .gszc-tgcl-fr {
    float: left; }
    .gszc-tgcl-con .gszc-tgcl-fr ul li {
      margin-top: 12px;
      width: 454px;
      height: 36px;
      line-height: 36px;
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding-left: 30px; }
      .gszc-tgcl-con .gszc-tgcl-fr ul li:hover i {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
      .gszc-tgcl-con .gszc-tgcl-fr ul li i {
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        background: url("../images/gszc-tgcl-list-icon.png") no-repeat center;
        margin-right: 12px;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }

.gszc-process {
  height: 276px;
  background: url("../images/gszc-process.jpg") no-repeat center; }
  .gszc-process .gszc-tit .sub-tit {
    padding-top: 10px; }
  .gszc-process .gszc-process-con {
    margin-top: 30px; }
    .gszc-process .gszc-process-con ul li {
      float: left;
      background: url("../images/gszc-process-list.png") no-repeat left top #fff;
      width: 388px;
      height: 98px;
      line-height: 98px;
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-right: 15px;
      position: relative; }
      .gszc-process .gszc-process-con ul li.last {
        margin-right: 0; }
      .gszc-process .gszc-process-con ul li .num {
        position: absolute;
        font-size: 16px;
        color: #fff;
        left: 7px;
        top: 4px;
        line-height: 1em; }
      .gszc-process .gszc-process-con ul li .pic {
        margin-left: 48px;
        float: left;
        width: 60px; }
      .gszc-process .gszc-process-con ul li .text {
        float: left;
        color: #333;
        font-size: 18px; }

.gszc-access .gszc-tit .sub-tit {
  padding-top: 20px;
  font-size: 18px;
  color: #3883f9; }
  .gszc-access .gszc-tit .sub-tit:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    background: #3883f9; }
  .gszc-access .gszc-tit .sub-tit:after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
    background: #3883f9; }
.gszc-access .gszc-access-con {
  margin-top: 16px;
  position: relative;
}
  .gszc-access .gszc-access-con .gszc-access-fl {
    float: left;
    position: relative;
    z-index: 2;
    width: 504px; }
  .gszc-access .gszc-access-con .gszc-access-fr {
    position: absolute;
    /*right: 0;*/
    right: -70px;
    /*border: 1px solid #3580ef;*/
    top: 0;
     }
  .gszc-access .gszc-access-con .lst1, .gszc-access .gszc-access-con .lst2 {
    margin-bottom: 10px; }
    .gszc-access .gszc-access-con .lst1 .con .tit, .gszc-access .gszc-access-con .lst2 .con .tit {
      padding: 10px 0 5px; }
  .gszc-access .gszc-access-con .lst2, .gszc-access .gszc-access-con .lst4 {
    width: 298px; }
  .gszc-access .gszc-access-con li {
    float: left;
    width: 182px;
    height: 55px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    overflow: hidden; }
    .gszc-access .gszc-access-con li .con {
      height: 100%;
      border-left: 4px solid #3883f9;
      text-align: center;
      color: #333; }
      .gszc-access .gszc-access-con li .con .tit {
        font-size: 16px;
        padding: 20px 0 5px;
        line-height: 1em; }
      .gszc-access .gszc-access-con li .con p {
        font-size: 12px;
        line-height: 1em; }

.gszc-sional-con {
  padding: 20px 0 40px; }
  .gszc-sional-con .nav-fl {
    width: 540px; }
    .gszc-sional-con .nav-fl ul li {
      float: left;
      margin-right: 20px;
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      width: 158px;
      height: 178px;
      text-align: center;
      color: #999; }
      .gszc-sional-con .nav-fl ul li .pic {
        margin-top: 40px;
        height: 40px; }
        .gszc-sional-con .nav-fl ul li .pic.pic1 {
          background: url("../images/gszc-sional01.png") no-repeat center; }
        .gszc-sional-con .nav-fl ul li .pic.pic2 {
          background: url("../images/gszc-sional02.png") no-repeat center; }
        .gszc-sional-con .nav-fl ul li .pic.pic3 {
          background: url("../images/gszc-sional03.png") no-repeat center; }
      .gszc-sional-con .nav-fl ul li .tit {
        font-size: 16px;
        line-height: 1.6em;
        margin-top: 14px; }
      .gszc-sional-con .nav-fl ul li p {
        font-size: 12px; }
      .gszc-sional-con .nav-fl ul li.on {
        color: #333;
        border: 1px solid #3883f9; }
        .gszc-sional-con .nav-fl ul li.on .pic {
          transform: rotateY(360deg); }
          .gszc-sional-con .nav-fl ul li.on .pic.pic1 {
            background: url("../images/gszc-sional01-on.png") no-repeat center; }
          .gszc-sional-con .nav-fl ul li.on .pic.pic2 {
            background: url("../images/gszc-sional02-on.png") no-repeat center; }
          .gszc-sional-con .nav-fl ul li.on .pic.pic3 {
            background: url("../images/gszc-sional03-on.png") no-repeat center; }
  .gszc-sional-con .con-fr {
    width: 616px;
    float: left;
    background: #3883f9;
    border-radius: 4px;
    padding-left: 40px;
    height: 180px; }
    .gszc-sional-con .con-fr .wrap {
      color: #fff; }
      .gszc-sional-con .con-fr .wrap .tit {
        font-size: 18px;
        line-height: 1em;
        padding: 15px 0 12px; }
      .gszc-sional-con .con-fr .wrap p {
        font-size: 14px;
        line-height: 1em;
        padding-bottom: 7px; }

.ser-adm-btn {
  position: fixed;
  right: -65px;
  top: 120px;
  width: 65px;
  height: 190px;
  background: url(../images/ser-adm-btn.png) no-repeat center top;
  z-index: 99;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.ser-adm-btn:hover {
  cursor: pointer; }

.ser-adm-wrap {
  position: fixed;
  right: 10px;
  top: 8px;
  width: 263px;
  z-index: 99;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  transform: scale(0.9); }

.ser-adm-wrap .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0; }

.ser-adm-wrap .hd {
  background: url(../images/ser-adm-head.png) no-repeat center top;
  padding: 79px 0 0;
  overflow: hidden; }

.ser-adm-wrap .ct {
  background: url(../images/ser-adm-center.png) repeat-y center;
  overflow: hidden; }

.ser-adm-wrap .ft {
  background: url(../images/ser-adm-footer.png) no-repeat center bottom;
  height: 71px;
  overflow: hidden; }

.ser-adm-wrap .ft .pic {
  float: left;
  padding: 19px 0 0 40px;
  width: 43px; }

.ser-adm-wrap .ft .con {
  float: left;
  color: #fff; }

.ser-adm-wrap .ft .con .title {
  padding: 19px 0 6px;
  font-size: 12px;
  line-height: 1em; }

.ser-adm-wrap .ft .con .phone {
  font-size: 16px;
  line-height: 1em;
  font-weight: 600; }

.ser-adm-wrap .type {
  margin-left: 12px;
  line-height: 26px;
  color: #f6e919;
  font-size: 16px;
  padding-left: 23px; }

.ser-adm-wrap .name {
  padding-left: 35px;
  font-size: 16px;
  color: #fff;
  line-height: 30px; }

.ser-adm-wrap .name i {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-right: 11px;
  vertical-align: middle;
  display: inline-block; }

.ser-adm-wrap .tel {
  padding-left: 52px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: .06em; }

.ser-adm-wrap .btn {
  padding-left: 22px;
  margin-top: 12px; }

.ser-adm-wrap .btn a {
  display: block;
  width: 197px;
  height: 50px;
  background: url("../images/ser-adm-type-btn.png") no-repeat center left; }

/*# sourceMappingURL=style.css.map */
.yygs{
  position: fixed;
  width: 100px;
  left: 3px;
  top: 50%;
  visibility: hidden;
  margin-top: 130px;
  height: 108px;
  z-index: 500;
  cursor: pointer;

}
.zsimg{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -250px;
  z-index: 2000;
  display: none;
}
.zsimg.select{
  display: block;
}
.lnggw{
  display: block;
  width: 230px;
  margin-top: 10px;
  height: 230px;
  background: url(../images/lnggw.png) no-repeat;
}
.wzggw{
  display: block;
  width: 336px;
  margin-top: 10px;
  height: 110px;
  background: url(../images/wzggw.png) no-repeat;
}

.zzs-con .wdzq{
  margin: 20px auto;
}
.zzs-con .wdzq h4{
  background: url(../images/wdtitle.png) no-repeat;
  width: 384px;
  height: 44px;
  margin: 20px auto;
  text-indent: -9999px;
}
.zzs-con .wdzq textarea{
  background: url(../images/wdtext.png) no-repeat;
  width: 730px;
  height: 46px;
  padding: 5px 20px;
  margin: -10px auto 10px;
  border: none;
  display: block;

}
.zzs-con .wdzq .tiwen{
    width: 770px;
    margin: 10px auto;
}
.zzs-con .wdzq .tiwen:after{
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zzs-con .wdzq .tiwen input{
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.zzs-con .wdzq .tiwen .tijiao{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #e1e1e1;
    font-size: 12px;
    color: #999999;
    float: right;
}
.wdzq .wdnr{
    width: 750px;
    padding: 10px;
    margin: 20px auto;
    border: 1px solid #e1e1e1;
}
.wdzq .wdnr li{
    margin-top: 15px;
}
.wdzq .wdnr .rw{

}
.wdzq .wdnr .rw img{
    margin-right: 8px;
}
.wdzq .wdnr .rw em{
    margin-right: 8px;
}
.wdzq .wdnr .rw em.mz{
    font-size: 16px;
    color: #333333;
}
.wdzq .wdnr .rw em.sj{
    font-size: 14px;
    color: #333333;
}
.wdzq .wdnr .rw i{
    font-style: normal;
    font-size: 14px;
    color: #999999;
}
.wdzq .wdnr p.rr{
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    padding-left: 46px;
}
.wdzq .wdnr .hf{
    padding-top: 1px;
    /*background: url(../images/wtnr.png) no-repeat;*/
    background: #f6f8fb;
    width: 690px;
    mix-height: 106px;
    padding-bottom: 20px;
    /*height: 105px;*/
    position: relative;
    margin:15px  0 15px 47px;

}
.wdzq .wdnr .hf:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  top: -20px;
  left: 30px;
  border-bottom-color: #f6f8fb;

}
.wdzq .wdnr .hf .hfr img,.wdzq .wdnr .hf  span{
    margin-right: 8px;
}
.wdzq .wdnr .hf  span{
    font-size: 16px;
    color: #333333;
}
.wdzq .wdnr .hf .hfnr span{
    margin: 0 8px;
}
.wdzq .wdnr .hf .hfr{
    margin: 15px 0 0 10px;
}
.wdzq .wdnr .hf .hfnr{
    margin: 5px 0 0 60px;
}
.wdzq .wdnr .hf p{
    font-size: 14px;
    color: #999999;
}
.wdzq .wdnr .hf i{
    font-size: 14px;
    color: #999999;
}
.wdzq .wdnr .jzgd{
    display: block;
    width: 734px;
    height: 40px;
    background: #f8f8f8;
    line-height: 40px;
    text-align: center;
    margin: 15px auto;
    font-size: 14px;
    color: #3883f9;
}
.gotowd{
    display: block;
    background: url(../images/gotowd.png) no-repeat;
    width: 348px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.wdzq .tcbg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/wdtcmc.png) repeat;
  left: 0;
  top: 0;

}
.wdzq .tcbg.select{
  display: block;
}
.wdzq .tcbg .tc{
  background: url(../images/wdtcbg.png) repeat;
  width: 380px;
  height: 160px;
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  margin-top: -80px;

}
.wdzq .tcbg .tc .tjk{
  border-top: 1px dashed #e1e1e1;
  padding-top: 15px;
  width: 355px;
  margin: 0 auto;
}
.wdzq .tcbg .tc .tjk:after{
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wdzq .tcbg .tc .tjk .left{
  background: url(../images/wdtclf.png) no-repeat;
  width: 149px;
  height: 36px;
  float: left;
}
.wdzq .tcbg .tc .tjk input{
  border: none;
  background: none;
  padding-left: 30px;
  line-height: 32px;
}
.wdzq .tcbg .tc .tjk .rt{
  background: url(../images/wdtcrt.png) no-repeat;
  width: 193px;
  height: 36px;
  float: right;
}
.wdzq .tcbg .tc h5{
  line-height: 48px;
  font-size: 18px;
  color: #3275de;
  font-weight: bold;
  padding-left: 30px;
}
.wdzq .tcbg .tc a.tcsubmit{
  display: block;
   width: 352px;
  height: 36px;
  border-radius: 5px;
  background: #3883f9;
  font-size: 12px;
  color: white;
  margin: 50px auto 0;
  line-height: 36px;
  text-align: center;

}
.wdzq .tcbg .tc a.close{
  display: block;
  position: absolute;
  background: url(../images/tcclose.png) no-repeat;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 20px;
}


/*计算器*/

/*黄辉*/
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer{margin:0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,'\5FAE\8F6F\96C5\9ED1',sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%}
em,b{font-style:normal}
a{text-decoration:none}
a:hover{text-decoration:none}
img{border:0}
body{min-width: 1200px;}
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
td,th,ul,ol{padding:0}
li{list-style:none}

/*黄辉*/

.af:after{
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.jsqbanner a{
  display: block;
  background: url(../images/jsqbanner.png) no-repeat center;
  height: 250px;
}
.jsqct{
  width: 1200px;
  margin: 20px auto;
  padding-top: 1px;
}
.jsqct h3{
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.jsqct h3:before{
  content: ' ';
  display: inline-block;
  width: 3px;
  border-radius: 3px;
  height: 20px;
  background: #3883f9;
  margin-right: 8px;
  position: relative;
  top: 3px;
  margin-top: 10px;
}
.jsqct1{
  height: 224px;
  background: #f5f9ff;
}
.jsqct1 .xzs{
  margin: 20px auto;
}
.jsqct1 .xzs .xzli{
  background: url(../images/jsq11.png) no-repeat;
  width: 270px;
  height: 42px;
  margin: 0 15px;
  float: left;
  line-height: 42px;
  text-align: center;
  position: relative;
}
.jsqct1 .xzs .xzli.select{
  background: url(../images/jsq13.png) no-repeat;

}
.jsqct1 .xzs .xzli .pull1{
  position: absolute;

}
.jsqct1 .xzs .xzli.select{
  background: url(../images/jsq13.png) no-repeat;

}
.jsqct1 .xzs .xzli a{
  display: block;
  height: 100%;
  background: #3883f9;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
}
.jsqct1 .p1{
  font-size: 20px;
  color: #333333;
  margin: 20px 0;
  text-align: center;
}
.jsqct1 .p1 span{
  font-size: 28px;
  color: #3883f9;
  margin:0 18px 0 12px;
}
.jsqct1 .p1 em{
  color: #3883f9;
  font-size: 20px;
}
.jsqct1 .shuru{
  background: url(../images/jsq12.png) no-repeat;
  width: 420px;
  height: 42px;
  margin: 20px auto;
}
.jsqct1 .shuru .shouji{
  background: none;
  border: none;
  width: 268px;
  /*padding-left: 30px;*/
  height: 42px;
}
.jsqct1 .shuru .submit{
  width: 120px;
  height: 42px;
  text-align: center;
  font-size: 14px;
  color: white;
  display: inline-block;

}
.bztb{
  width: 1200px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #e1e1e1;

}
.bztb tr{
  padding: 10px 0;
  height: 50px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.bztb .td1{
  /*display: inline-block;*/
  width: 280px;
  border-right: 1px solid white;
}
.bztb td{
  padding: 10px 0;
}
.bztb .td2{
  width: 400px;
  border-right: 1px solid white;

}
.bztb .td3{
  width: 488px;
  padding: 10px 15px;
}
.bztb .tr1{
  background: #d5e5ff;
}
.bztb .tr2,.bztb .tr4,.bztb .tr6{
  background: #f6f8fb;
}
.bztb .tr3,.bztb .tr5,.bztb .tr7{
  background: #ecf3ff;
}
.bztb .tr7 .td3{
  /*text-align: left;*/
  /*padding-left: 40px;*/
}

.jsqct3{
  display: none;
}
.jsqct3.select{
  display: block;
}
.jsqct3 .pztb{
  display: none;
  width: 1200px;
  margin: 20px auto;
}
.jsqct3 .pztb.select{
  display: block;
}
.jsqct3 .pztb tr{
  height: 50px;
  text-align: center;
}
.jsqct3 .pztb{
  font-size: 16px;
  color: #333333;
}
.jsqct3 .tr1{
  background: #d5e5ff;
  font-size: 20px;
}
.jsqct3 .tr2,.jsqct3 .tr6,.jsqct3 .tr8,.jsqct3 .tr10{
  background: #f6f8fb;
}
.jsqct3 .tr3,.jsqct3 .tr4,.jsqct3 .tr5,.jsqct3 .tr7,.jsqct3 .tr9{
  background: #ecf3ff;
}
.jsqct3 .pztb .td1{
  width: 126px;
  border: 1px solid white;
}
.jsqct3 .pztb .td2{
  width: 184px;
}
.jsqct3 .pztb .td3{
  width: 400px;
  border-right: 1px solid white;
}
.jsqct3 .pztb .td4{
  width: 243px;
  border-right: 1px solid white;
}
.jsqct3 .pztb td{
  padding: 12px 0;
}



.jsqct1 .pull1{
  width: 270px;
  display: none;

}
.jsqct1 .pull1.select{
  display: block;
}
.jsqct1 .pull2{
  width: 270px;
  display: none;

}
.jsqct1 .pull2.select{
  display: block;
}
.jsqct1 .pull3{
  width: 270px;
  display: none;

}
.jsqct1 .pull3.select{
  display: block;
}

.jsqct1 .pull1 li{
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: white;
}
.jsqct1 .pull2{
  height: 165px;
  overflow: auto;
  border-bottom: 1px solid #e1e1e1;
}
.jsqct1 .pull2 li{
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: white;
}
.jsqct1 .pull3{
  height: 165px;
  overflow: auto;
  border-bottom: 1px solid #e1e1e1;
}
.jsqct1 .pull3 li{
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: white;
}
table td{
  padding: 12px 0;
  white-space: pre-wrap;
}
.jsqct th{
  text-align: center;
}
.zzjsq-hd{
  display: block;
  background: url(../images/dhjsq.png) no-repeat;
  width: 200px;
  height: 42px;
  float: right;
}

/*案例展示*/
.zzs-comm-content .alzss{
  margin: 15px auto;
}
.zzs-comm-content .alzss li{
  background: url(../images/jzzstbg.png) bottom;
  width: 128px;
  height: 158px;
  line-height: 158px;
  text-align: center;
  float: left;
  margin-right: 0px;

}



/*案例展示*/
.zzs-comm-content .alzss{
  margin: 15px auto;
}
.zzs-comm-content .alzss li{
  background: url(../images/jzzstbg.png) bottom;
  width: 128px;
  height: 158px;
  line-height: 158px;
  text-align: center;
  float: left;
  margin-right: 0px;
}
.zzs-comm-content .alzss li .ycimg{
  position: fixed;
  width: 500px;
  height: 680px;
  top: 50%;
  display: none;
  left: 50%;
  margin-top: -250px;
  z-index: 10000;
  margin-left: -340px;
}
.zzs-comm-content .alzss li:hover .ycimg{
  display: block;
}
.zzbl-list-con .rmzzul{
  width: 1200px;
  height: 324px;
  padding-top: 10px;
  background: #f8f8f8;
}
.zzbl-list-con .rmzzul li{
  width: 150px;
  height: 121px;
  border: none;
  float: left;
  margin: 0;
  padding-top: 1px;

  border-radius: 0;
  text-align: center;
}
.zzbl-list-con .rmzzul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.zzbl-list-con .rmzzul li:hover{
  background: none;
}
.zzbl-list-con .rmzzul li:hover img{
  background: none;
  transition: transform 1.5s;
  transform:rotate(360deg)
}
.zzbl-list-con .rmzzul li img{
  margin-top: 25px;
}

.zzbl-list-con .rmzzul li P{
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}
.zzbl-list-con .rmzzul li.li2{
  display: none;
}
.zzbl-list-con .rmzzul li.li2.select{
  display: block;
}
.zzbl-list-con .rmzzul li.li1.select{
  display: block;
}

.zzbl-list-con .rmqhdiv{
  width: 60px;
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;

}
.zzbl-list-con .rmqhdiv .qhlf{
  width: 22px;
  height: 8px;
  background: #999;
  border-radius: 4px;
  float: left;
}
.zzbl-list-con .rmqhdiv .qhrt{
  width: 22px;
  height: 8px;
  background: #e2e2e2;
  border-radius: 4px;
  float: right;
}
.zzbl-list-con .rmqhdiv div.select{
  background: #3883f9;
}