﻿@charset "UTF-8";
/********/
.main-box {
  padding: 2.5em 0 4em;
}
/***** news ****/
.news-tp-list {
  overflow: hidden;
  margin: 0 -0.75em -2em;
  position: relative;
}
.news-tp-item {
  padding: 0 0.75em;
  margin-bottom: 2em;
}
.news-tp-item:nth-child(2) {
  animation-delay: .2s;
}
.news-tp-item:nth-child(3) {
  animation-delay: .4s;
}
.news-tp-item .item-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-tp-item .item-inner:hover .item-imgs .image {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
.news-tp-item .item-inner:hover .item-tit a {
  color: #003b8f;
}
.news-tp-item .item-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-tp-item .item-imgs .image {
  width: 100%;
  height: 14.25em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.news-tp-item .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.news-tp-item .item-bd {
  width: 100%;
  padding: 1.2em 1em 1.2em 1.2em;
  background: #f6f6f6;
}
.news-tp-item .item-tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 28px;
  height: 85px;
  color: #333;
  font-weight: bold;
}
.news-tp-item .item-tit a {
  color: #333;
}
.news-tp-item .item-desc {
  width: 100%;
  overflow: hidden;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #7c7c7c;
  margin-top: 0.875em;
}
.news-tp-item .item-date {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  margin-top: 1.143em;
}
@media screen and (max-width: 767px) {
  .news-tp-item .item-bd {
    padding: 1.2em;
  }
  .news-tp-item .item-tit {
    white-space: normal;
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
  .news-tp-item .item-desc {
    font-size: 0.16rem;
    line-height: 0.22rem;
    height: 0.44rem;
  }
  .news-tp-item .item-date {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-top: 0.5em;
  }
}
.news-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2em 0;
  border-bottom: solid 1px #dcdcdc;
}
.news-list li:hover .item-imgs .image {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
.news-list li:hover .item-tit a {
  color: #003b8f;
}
.news-list .item-imgs {
  width: 225px;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 2em;
}
.news-list .item-imgs .image {
  width: 100%;
  height: 165px;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.news-list .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.news-list .item-bd {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
  padding-top: 0.9em;
}
.news-list .item-tit {
  width: 100%;
  height: 24px;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.news-list .item-tit a {
  color: #000;
}
.news-list .item-desc {
  width: 100%;
  overflow: hidden;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #7c7c7c;
  margin-top: 0.75em;
}
.news-list .item-date {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  margin-top: 2.286em;
}
@media screen and (max-width: 767px) {
  .news-list .item-imgs {
    width: 100%;
    float: none;
    margin: 0;
  }
  .news-list .item-bd {
    width: 100%;
    display: block;
  }
  .news-list .item-tit {
    height: auto;
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
  .news-list .item-desc {
    font-size: 0.16rem;
    line-height: 0.22rem;
    height: 0.44rem;
  }
  .news-list .item-date {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-top: 0.5em;
  }
}
/***** activity ****/
.activity-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.activity-list li {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #eff1f3;
}
.activity-list li:hover .item-imgs .image {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
.activity-list li:hover .item-tit a {
  color: #003b8f;
}
.activity-list .item-imgs {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.activity-list .item-imgs .image {
  width: 100%;
  height: 235px;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.activity-list .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.activity-list .item-arrow {
  width: 0;
  height: 0;
  display: block;
  border: solid 10px transparent;
  border-right-color: #eff1f3;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
}
.activity-list .item-bd {
  height: 235px;
  display: block;
  overflow: hidden;
  padding: 24px 20px;
  position: relative;
}
.activity-list .item-tit {
  width: 100%;
  height: 52px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.activity-list .item-tit a {
  color: #000;
}
.activity-list .item-date {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  margin-top: 0.7em;
}
.activity-list .item-more {
  width: 8.714em;
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  font-family: Arial;
  text-align: center;
  margin-top: 2.5em;
  border: solid 1px #333;
}
.activity-list .item-more:hover {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .activity-list li:nth-child(4n+3) .item-imgs,
  .activity-list li:nth-child(4n+4) .item-imgs {
    float: right;
  }
  .activity-list li:nth-child(4n+3) .item-arrow,
  .activity-list li:nth-child(4n+4) .item-arrow {
    border-color: transparent;
    border-left-color: #eff1f3;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .activity-list li:nth-child(even) .item-imgs {
    float: right;
  }
  .activity-list li:nth-child(even) .item-arrow {
    border-color: transparent;
    border-left-color: #eff1f3;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .activity-list {
    margin-bottom: -2em;
  }
  .activity-list li {
    margin-bottom: 2em;
  }
  .activity-list .item-bd {
    height: auto;
    padding: 0.24rem 0.2rem 0.3rem;
  }
  .activity-list .item-tit {
    height: auto;
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
  .activity-list .item-date {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-top: 0.5em;
  }
  .activity-list .item-more {
    font-size: 0.14rem;
    line-height: 0.32rem;
    margin-top: 1em;
  }
  .activity-list .item-arrow {
    border-color: transparent;
    border-bottom-color: #eff1f3;
    left: 50%;
    right: auto;
    bottom: 0;
    top: auto;
    margin: 0 0 0 -10px;
  }
}
/**** news-det ***/
.page-news-det .main-box > .sm-global-inner {
  max-width: 900px;
}
.news-det-hd {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.news-det-hd .tit {
  font-size: 1.3em;
  line-height: 1.9em;
  color: #333;
  font-weight: bold;
}
.news-det-hd .info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 1em;
}
.news-det-hd .info span {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .news-det-hd .tit {
    line-height: 1.5em;
  }
  .news-det-hd .info {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: 0.5em;
  }
}
.news-det {
  min-height: 450px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-top: 1.75em;
  overflow: hidden;
  position: relative;
}
.news-det img {
  max-width: 100%;
}
.news-det table{
  width: 100%;
}
.page-service-box .news-det table tr td:first-child {
  width: 2.5em;
}
@media screen and (max-width: 767px) {
  .news-det {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
.news-det-ft {
  width: 100%;
  overflow: hidden;
  margin-top: 1.7em;
}
/**** download ****/
.download-tab{
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #f0f0f0;
  padding: 12px 0;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.download-tab .tab{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.875em;
  color: #333;
  padding: 0 1.75em;
  border: solid 1px transparent;
  white-space: nowrap;
  border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
}
.download-tab .tab.active{
  color: #003b8f;
  border-color: #003b8f;
}
@media screen and (max-width: 767px){
  .download-tab .tab{
    font-size: 0.16rem;
  }
  .page-download-box .inside-nav-level2 li,
  .page-product2-box .inside-nav-level2 li,
  .page-product3-box .inside-nav-level2 li,
  .page-service-box .inside-nav-level2 li,
  .page-faq-box .inside-nav-level2 li{
    min-width: auto;
    margin-right: 0.2rem;
  }
}
.download-list {
  overflow: hidden;
  margin: 0 -0.5em -1em;
}
.download-list li {
  padding: 0 0.5em;
  margin-bottom: 1em;
}
.download-list li:nth-child(4n+2) {
  animation-delay: .2s;
}
.download-list li:nth-child(4n+3) {
  animation-delay: .3s;
}
.download-list li:nth-child(4n+4) {
  animation-delay: .4s;
}
.download-list .item-inner {
  width: 100%;
  background: #f0f0f0;
  padding: 1.8em 2.5em;
  position: relative;
  text-align: center;
}
.download-list .item-icon {
  width: 2.8em;
  height: 2.8em;
  display: block;
  margin: 0 auto;
}
.download-list .item-tit {
  width: 100%;
  height: 3em;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5em;
  color: #666;
  margin-top: 2.5em;
}
.download-list .item-download {
  display: inline-block;
  vertical-align: top;
  margin-top: 1.786em;
  font-size: 14px;
  line-height: 2em;
  color: #2fa0e0;
}
.download-list .item-download img {
  height: 1em;
  margin: -3px 0 0 6px;
}
@media screen and (max-width: 767px) {
  .download-list .item-tit {
    font-size: 0.16rem;
  }
}
.listft-tool {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-top: 3em;
}
.listft-tool .btn-more {
  width: 8.6em;
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  border: solid 1px #2fa0e0;
  background: #2fa0e0;
  text-align: center;
  margin: 0 auto;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.listft-tool .btn-more:hover {
  background: transparent;
  color: #2fa0e0;
}
.pop-login-box .pop-inner {
  max-width: 400px;
}
.pop-login-box .pop-close {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  background: url(../../Img/images/close_01.png) no-repeat center center;
  background-size: 16px auto;
  right: 12px;
  top: 10px;
}
.pop-login-box .pop-tit {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background: #2fa0e0;
}
.pop-login-box .pop-bd {
  padding: 1.25em 1.6em 2em;
}
.pop-login-box .tips {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
/***** faq ****/
.faq-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -1.5em;
}
.faq-list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 4px 14px 4px 40px;
  font-size: 16px;
  line-height: 1.75em;
  color: #333;
  margin-bottom: 1.5em;
}
.faq-list li.active .item-tit {
  color: #0769b5;
}
.faq-list li.active .item-icon:after {
  display: none;
}
.faq-list .item-hd {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1em 2.5em 1em 0;
  cursor: pointer;
}
.faq-list .item-tit {
  float: left;
}
.faq-list .item-icon {
  width: 1.75em;
  height: 1.75em;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 2px;
  top: 1em;
  z-index: 10;
}
.faq-list .item-icon:before {
  content: '';
  width: 0.875em;
  height: 2px;
  display: block;
  background: #2fa0e0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -0.4375em;
}
.faq-list .item-icon:after {
  content: '';
  width: 2px;
  height: 0.875em;
  display: block;
  background: #2fa0e0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.4375em 0 0 -1px;
}
.faq-list .item-bd {
  border-top: solid 1px #ececec;
  padding: 1.5em 2.5em 1.875em 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .faq-list li {
    padding: 0.25em 1.25em;
    font-size: 0.16rem;
  }
  .faq-list .item-bd {
    padding-right: 0;
  }
}
/**** contact ****/
.page-contact-box .main-box {
  padding: 0;
}
.contact-tp-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../../Img/images/contact_01.jpg) no-repeat center bottom;
  background-size: cover;
}
.contact-tp-box .contt-tit {
  overflow: hidden;
  font-size: 2em;
  line-height: 1.25em;
  color: #333;
}
.contact-tp-box .contact-det {
  padding: 6.6em 17% 4.8em 0;
}
.contact-tp-box .contact-det .company {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #333;
  margin-top: 1.25em;
}
.contact-tp-box .contact-det .info {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #666;
  margin-top: 1.25em;
}
.contact-tp-box .contact-det .info li {
  padding: 0.44em 0 0.44em 2.75em;
  position: relative;
}
.contact-tp-box .contact-det .info img {
  width: 1.125em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.contact-tp-box .contact-det .wx {
  width: 6.2em;
  max-width: 124px;
  margin: 1.5em 0 0 2.3em;
}
.contact-tp-box .contact-det .wx img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.contact-tp-box .online-message {
  padding: 6.6em 0 4.8em 17%;
}
.contact-tp-box .online-message .inner {
  width: 20.2em;
  float: right;
}
.contact-tp-box .online-tab {
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.67em;
  color: #333;
}
.contact-tp-box .online-tab a {
  color: #333;
  float: left;
  margin-right: 1.3em;
  position: relative;
}
.contact-tp-box .online-tab a:after{
  content: '';
  width: 0;
  height: 3px;
  display: block;
  background: #003b8f;
  position: absolute;
  bottom: -1px;
  left:0;
  transition: all 0.3s;
}
.contact-tp-box .online-tab a.active,
.contact-tp-box .online-tab a:hover {
  color: #003b8f;
}
.contact-tp-box .online-tab a.active:after{
  width: 100%;
}

.contact-tp-box .online-tab a:hover:after{
  width: 100%;
}
.contact-tp-box .tab-content {
  margin-top: 1em;
}
@media screen and (max-width: 771px) {
  .contact-tp-box {
    background: transparent;
  }
  .contact-tp-box .sm-global-inner {
    padding: 0;
  }
  .contact-tp-box .contact-det {
    padding: 3em 0.16rem;
    background: url(../../Img/images/contact_02.jpg) no-repeat right bottom #eee;
    background-size: 100% auto;
  }
  .contact-tp-box .contact-det .wx {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-tp-box .online-message {
    padding: 3em 0.16rem;
    background: #fff;
  }
  .contact-tp-box .online-message .inner {
    width: 100%;
    float: none;
  }
}
.frm-online-box .frm-vcode-box .vcode-imgs {
  float: left;
  width: 5.2em;
  margin: 0 0.6em 0 0;
}
.frm-online-box .frm-btn-group {
  margin-top: 1.85em;
}
.contact-map-box {
  width: 100%;
  height: 24.7em;
  display: block;
  overflow: hidden;
  position: relative;
}
.contact-map-box .BMap_Marker{
  width: 1000px!important;
}
/**** product2 ****/
.page-product2-box {
  background: #f4f4f4;
}
.prdt-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -20px;
  min-height:100px;
}
.prdt-list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 3.1em 0 1.75em;
  margin-bottom: 20px;
}
.prdt-list li:hover .item-imgs .image {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
.prdt-list .item-imgs {
  overflow: hidden;
  float: right;
  display: block;
  padding: 0;
}
.prdt-list .item-imgs .image {
  width: 95.2%;
  max-width: 590px;
  height: 332px;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.prdt-list .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.prdt-list .item-bd {
  padding: 28px 5.8% 0 5%;
  font-size: 16px;
  line-height: 1.75em;
  color: #333;
}
.prdt-list .item-tit {
  font-size: 1.875em;
  line-height: 1.333em;
  color: #333;
}
.prdt-list .item-tit .type {
  display: block;
  font-size: 0.8em;
}
.prdt-list .item-tit .tit {
  display: block;
  font-weight: bold;
}
.prdt-list .item-desc {
  height: 3.5em;
  overflow: hidden;
  margin-top: 1.25em;
}
.prdt-list .item-more {
  width: 10.7em;
  display: block;
  font-size: 0.875em;
  line-height: 3em;
  color: #333;
  font-family: Arial;
  text-align: center;
  margin-top: 5.43em;
  border: solid 1px #333;
}
.prdt-list .item-more:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prdt-list {
    margin-bottom: -0.2rem;
  }
  .prdt-list li {
    padding: 1em 0 2.5em;
    margin-bottom: 0.2rem;
  }
  .prdt-list .item-imgs {
    float: none;
  }
  .prdt-list .item-bd {
    padding: 0.2rem 0.3rem 0;
    font-size: 0.16rem;
  }
  .prdt-list .item-tit {
    font-size: 1.5em;
  }
  .prdt-list .item-desc {
    margin-top: 0.8em;
  }
  .prdt-list .item-more {
    margin-top: 1.2em;
  }
}
.page-result-box .main-box{
  padding-top: 3.8em;
}
.search-side{
  width: 13.7em;
  padding: 0 1em;
  float: left;
}
.search-bd{
  width: 10000px;
  display: table-cell;
  vertical-align: top;
}
.search-bd .bd-inner{
  width: 100%;
  max-width: 740px;
}
@media screen and (max-width: 767px){
  .page-result-box .main-box{
    padding-top: 2.5em;
  }
  .search-side, .search-bd{
    width: 100%;
    display: block;
    float: none;
  }
}

.search-side .level-tit{
  font-size: 18px;
  line-height: 1.78em;
  color: #333;
  padding-left: 1.4em;
  border-left: solid 6px #003b8f;
}
.search-side .filt-list{
  font-size: 18px;
  line-height: 2.1em;
  color: #333;
  padding-left: 1.4em;
  overflow: hidden;
  margin-top: 14px;
}
.search-side .filt-list li{
  padding-left: 1.2em;
  position: relative;
}
.search-side .filt-list i{
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'SimSun';
}
.search-side .filt-list a{
  display: block;
  color: inherit;
  cursor: pointer;
}
.search-side .filt-list li.active,
.search-side .filt-list li:hover{
  color: #003b8f;
}
@media screen and (max-width: 1600px){
  .search-side .level-tit{
    padding-left: 1em;  
  }
  .search-side .filt-list{
    padding-left: 1.2em;
    font-size: 16px;  
  }
}
@media screen and (max-width: 991px){
  .search-side .level-tit,
  .search-side .filt-list{
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px){
  .search-side {
    margin-bottom: 0.3rem;
    padding: 0;
  }
  .search-side .filt-list li{
    width: 50%;
    float: left;
    padding: 0 1.5em 0 1em;
  }
  .search-side .filt-list li:nth-child(even){
    padding-right: 0;
  }
}

.result-sch-box{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px;
}
.result-sch-box .sch-box{
  width: 100%;
  padding-right: 90px;
  position: relative;
}
.result-sch-box .sch-box input{
  width: 100%;
  height: 40px;
  display: block;
  background: #f4f4f4;
  border: solid 1px #e5e5e5;
  border-right: none;
  border-bottom-color: transparent;
  background: #fff;
  padding: 4px 18px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.result-sch-box .btn-sch{
  width: 90px;
  height: 100%;
  display: block;
  text-align: center;
  background: #003b8f;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.result-sch-box .tips{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 5px 19px;
  background: #7baaef;
}

.search-list{
  width: 100%;
  overflow: hidden;
}
.search-list li{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  padding: 1.3em 0 0.7em;
}

.search-list .blue{
  color: #003b8f!important;
}

.search-list .item-tit{
  height: 1.25em;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.25em;
  color: #333;
}

.search-list .item-doc{
  width: 100%;
  max-height: 3.25em;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.625em;
  color: #666;
  margin-top: 0.5em;
}
.search-list .item-ft{
  font-size: 14px;
  line-height: 1.7em;
  color: #003b8f;
  margin-top: 1.3em;
}
.search-list .item-ft a{
  display: inline-block;
  vertical-align: top;
}
.search-list .item-ft a i{
  font-style: normal;
  margin-left: 0.57em;
  font-family: 'SimSun';
}
@media screen and (max-width: 767px){
  .search-list .item-tit{
    font-size: 0.24rem;
  }
  .search-list .item-doc{
    font-size: 0.16rem;
  }
  .search-list .item-ft{
    font-size: 0.14rem;
  }
}

/**** product3 ****/
.page-product3-box {
  background: #f4f4f4;
}




.prdt-list2 {
  overflow: hidden;
  position: relative;
  margin: 0 -0.5em -1.2em;
}
.prdt-list2 li {
  padding: 0 0.5em;
  position: relative;
  margin-bottom: 1.2em;
}
.prdt-list2 .item-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  text-align: center;
}
.prdt-list2 .item-inner:hover .item-imgs .image {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
.prdt-list2 .item-imgs {
  overflow: hidden;
  display: block;
  padding: 0;
}
.prdt-list2 .item-imgs .image {
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.prdt-list2 .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.prdt-list2 .item-bd {
  padding: 20px 30px 36px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.625em;
  color: #666;
}
.prdt-list2 .item-tit {
  font-size: 1.125em;
  line-height: 1.56em;
  color: #333;
  font-weight: bold;
}
.prdt-list2 .item-desc {
  height: 3.25em;
  overflow: hidden;
  margin-top: 0.625em;
}
.prdt-list2 .item-more {
  width: 8.625em;
  display: block;
  font-size: 1em;
  line-height: 2.375em;
  color: #333;
  font-family: Arial;
  text-align: center;
  margin: 1.625em auto 0;
  border: solid 1px #333;
}

.prdt-list2 .item-more:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prdt-list2 .item-bd {
    padding: 0.2rem 0.3rem 0.36rem;
    font-size: 0.16rem;
  }
}
/**** product ****/
.page-product-box {
  background: #f4f4f4;
}
.prdt-filt-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.75em;
}
.prdt-filt-box .page-tit {
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: 1.25em;
  color: #003b8f;
}
.prdt-filt-box .word {
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  text-align: center;
  margin-top: 1.25em;
}
.prdt-filt-list {
  width: 590px;
  overflow: hidden;
  margin: 3.2em auto 0;
}
.prdt-filt-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #dcdcdc;
  padding: 12px 0;
  font-size: 16px;
  line-height: 2em;
  color: #333;
}
.prdt-filt-item .filt-tit {
  width: 154px;
  float: left;
  font-weight: bold;
  padding: 10px 0;
}
.prdt-filt-item .filt-list {
  width: 436px;
  float: left;
  overflow: hidden;
}
.prdt-filt-item .filt-list li {
  float: left;
  padding: 10px 12px;
}
.prdt-filt-item .filt-list li.active a {
  border-color: #003b8f;
  color: #003b8f;
}
.prdt-filt-item .filt-list a {
  min-width: 5em;
  height: 2em;
  display: inline-block;
  vertical-align: top;
  border: solid 1px transparent;
  line-height: 1.875em;
  text-align: center;
  color: #333;
  cursor: pointer;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  position: relative;
}
.prdt-filt-item .filt-list a:hover {
  color: #003b8f;
}
.prdt-filt-item .filt-list a input{
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 0;
  cursor: pointer;
}
.prdt-filt-submit {
  width: 8.571em;
  font-size: 14px;
  line-height: 2.714em;
  color: #fff;
  display: block;
  text-align: center;
  margin: 2.143em auto 0;
  position: relative;
  background: #2fa0e0;
  border: solid 1px #2fa0e0;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.prdt-filt-submit:focus {
  color: #fff;
}
.prdt-filt-submit:hover {
  color: #2fa0e0;
  background: transparent;
}
.prdt-filt-submit:hover:focus {
  color: #2fa0e0;
}
@media screen and (max-width: 767px) {
  .prdt-filt-submit {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .prdt-filt-box .word {
    font-size: 0.16rem;
  }
  .prdt-filt-list {
    width: 100%;
    margin-top: 1em;
  }
  .prdt-filt-item {
    font-size: 0.16rem;
    padding: 0.12rem 0;
  }
  .prdt-filt-item .filt-tit {
    width: 100%;
    float: none;
    padding: 0.1em 0;
  }
  .prdt-filt-item .filt-list {
    width: auto;
    float: none;
    margin: 0 -0.2em;
  }
  .prdt-filt-item .filt-list li {
    padding: 0.2em;
  }
}
.prdt-filt-display {
  width: 100%;
  overflow: hidden;
  margin: 3em auto 0;
}
.prdt-filt-display .level-tit {
  font-size: 1.2em;
  line-height: 1.25em;
  color: #333;
  margin-bottom: 1.25em;
}
.prdt-filt-result {
  display: none;
}
/**** product-det ****/
.page-product-det {
  background: #f4f4f4;
}
.prdt-introd-box {
  overflow: hidden;
  margin: 1.6em -1.4em 0 -4em;
}
@media screen and (max-width: 767px) {
  .prdt-introd-box {
    margin-top: 0;
  }
}
.prdt-introd-item {
  padding: 0 1.4em 0 4em;
  overflow: hidden;
  position: relative;
}
.prdt-big-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ie9 .prdt-big-slide{
  height:330px ;
}
.ie9 .prdt-small-slide .swiper-slide{
  width: 89px;
  float: left;
  margin-right: 10px;
}
.prdt-big-slide .swiper-slide {
  background: #fff;
}
.prdt-big-slide .swiper-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.prdt-big-slide .swiper-imgs .image {
  width: 100%;
  height: 335px;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
}
.prdt-big-slide .swiper-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.prdt-slide-page {
  width: 100%;
  text-align: center;
  line-height: 8px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 20;
}
.prdt-slide-page .item {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  background: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: solid 1px #003b8f;
  margin: 0 3px;
}
.prdt-slide-page .item.swiper-pagination-bullet-active {
  background: #003b8f;
}
.prdt-smslide-box {
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  position: relative;
  padding: 0 1.9em;
  margin-top: 1.5em;
}
.ie9 .prdt-smslide-box{
  height: 70px;
}
.prdt-small-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.prdt-small-slide .swiper-slide {
  cursor: pointer;
}
.prdt-small-slide .swiper-slide.active .slide-imgs {
  border-color: #003b8f;
}
.prdt-small-slide .slide-imgs {
  width: 100%;
  height: 68px;
  display: block;
  overflow: hidden;
  background: no-repeat center center #fff;
  background-size: cover;
  position: relative;
  border: solid 1px #dcdcdc;
}
.prdt-small-ctrl {
  width: 1.5em;
  height: 100%;
  display: block;
  overflow: hidden;
  line-height: 68px;
  font-size: 1.2em;
  color: #b5b5b5;
  font-weight: bold;
  font-family: 'SimSun';
  position: absolute;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.prdt-small-ctrl.prev {
  left: 0;
}
.prdt-small-ctrl.next {
  text-align: right;
  right: 0;
}
.prdt-introd-bd {
  padding-top: 2.25em;
}
.prdt-introd-bd .prdt-tit {
  font-size: 1.8em;
  line-height: 1.28em;
  color: #003b8f;
}
.prdt-introd-bd .prdt-tit .type {
  display: block;
  font-size: 0.67em;
  line-height: 1.25em;
  color: #333;
}
.prdt-introd-bd .prdt-tit .tit {
  display: block;
}
.prdt-introd-bd .desc {
  font-size: 16px;
  line-height: 1.75em;
  color: #333;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .prdt-introd-bd {
    padding-top: 1.5em;
  }
  .prdt-introd-bd .desc {
    font-size: 0.16rem;
    margin-top: 0.8em;
  }
}
.prdt-det-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 2.9em;
}
.prdt-det-item .item-tit {
  display: block;
  font-size: 1.2em;
  line-height: 1.25em;
  color: #333;
  font-weight: bold;
}
.prdt-det-item .item-bd {
  font-size: 16px;
  line-height: 1.75em;
  color: #333;
  margin-top: 1.75em;
  background: #fff;
}
.prdt-det-item .table-box {
  min-width: 650px;
}
.prdt-det-item th,
.prdt-det-item td {
  min-height: 3em;
  padding: 0.625em!important;
  text-align: center;
  word-break: break-all;
  background: #fff;
}
.prdt-det-item table {
  width: 100%;
}
.prdt-det-item td{
  border: solid 1px #e5e5e5!important;
  white-space: normal;
  word-wrap: break-word;
}
.prdt-det-item table tr:first-child td {
  min-height: 4.375em;
  border-color: #004e87!important;
  background: #004e87!important;
  color: #fff!important;
  white-space: nowrap!important;
}
.prdt-det-item table tr:first-child td span{
  color: #fff!important;
}
.prdt-det-item.prdt-feature .item-bd {
  padding: 2.25em 4.625em 2.5em;
}
.prdt-det-item.prdt-feature .item-bd ul {
  width: 100%;
  overflow: hidden;
}
.prdt-det-item.prdt-feature .item-bd li {
  width: 50%;
  float: left;
  padding: 4px 10% 4px 0;
  position: relative;
}
.prdt-det-item.prdt-feature .item-bd li:nth-child(even) {
  padding: 4px 0 4px 10%;
}
.prdt-det-item.prdt-feature .item-bd li > p {
  position: relative;
  padding-left: 0.875em;
}
.prdt-det-item.prdt-feature .item-bd li > p:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media screen and (max-width: 767px) {
  .prdt-det-item .item-bd {
    font-size: 0.16rem;
  }
  .prdt-det-item.prdt-feature .item-bd {
    padding: 1.5em;
  }
  .prdt-det-item.prdt-feature .item-bd li {
    width: 100%;
    padding: 4px 0!important;
  }
}
/**** about ****/
.page-about-box .main-box {
  padding: 0;
}
.about-ban {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-ban img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.about-ban .tit {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.6em;
  line-height: 1.5em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.75em;
  z-index: 20;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .about-ban .tit {
    font-size: 0.3rem;
    padding: 0 0.16rem;
  }
}
.about-introd-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 9em 0;
  background: url(../../Img/images/about_bg.jpg) no-repeat right bottom #fff;
  background-size: 100% auto;
}
.about-introd-box .bg-gray {
  width: 55.52%;
  height: 92.7%;
  display: block;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-introd-box .pc-imgs {
  height: 605px;
  overflow: hidden;
  padding: 0 0 0 2.75em;
  position: absolute;
  right: 0;
  top: 4.5em;
  z-index: 2;
}
.about-introd-box .pc-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.about-introd-box .ph-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 1em;
}
.about-introd-box .ph-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.about-introd-box .global-inner {
  z-index: 10;
}
.about-introd-box .about-introd {
  width: 35%;
  max-width: 485px;
  overflow: hidden;
  position: relative;
}
.about-introd-box .about-introd .tit {
  font-size: 2.6em;
  line-height: 1.92em;
  color: #000;
  position: relative;
  padding-bottom: 0.5em;
}
.about-introd-box .about-introd .tit:after {
  content: '';
  width: 0.73em;
  height: 3px;
  display: block;
  background: #1b1b1b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-introd-box .about-introd .doc {
  width: 100%;
  height: 20em;
  overflow: hidden;
  margin-top: 1.375em;
  font-size: 16px;
  line-height: 2em;
  color: #333;
}
.about-introd-box .mCSB_inside>.mCSB_container{
  margin-right: 2.125em;
}
.about-introd-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background: #e7e7e7;
    opacity: 1;
}
@media screen and (max-width: 991px) {
  .about-introd-box {
    padding: 4.5em 0 6em;
  }
  .about-introd-box .about-introd {
    width: 50%;
  }
  .about-introd-box .about-introd .tit {
    font-size: 0.3rem;
    line-height: 1.6em;
    padding-bottom: 3px;
  }
  .about-introd-box .about-introd .doc {
    font-size: 0.16rem;
    margin-top: 1em;
    height: auto;
  }
  .about-introd-box .mCSB_inside>.mCSB_container{
      margin-right:0;
  }
  .about-introd-box .pc-imgs {
    height: 30.25em;
  }
}
@media screen and (max-width: 767px) {
  .about-introd-box {
    padding: 2em 0 3em;
  }
  .about-introd-box .about-introd {
    width: 100%;
    max-width: 100%;
  }
}
.about-advant-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.about-advant-box .advant-left {
  width: 65%;
  float: left;
}
.about-advant-box .advant-left .advant-item {
  height: 20.25em;
}
.about-advant-box .advant-left .advant-item:hover .item-icon {
  height: 2px;
}
.about-advant-box .advant-left .advant-item:hover .item-icon:before {
  background: #fff;
}
.about-advant-box .advant-left .advant-item:hover .item-icon:after {
  display: none;
}
.about-advant-box .advant-left .advant-item:hover .item-bd {
  transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
}
.about-advant-box .advant-left .advant-item:hover .item-doc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}
.about-advant-box .advant-left .item-tit {
  font-size: 1.5em;
  line-height: 2.08em;
}
.about-advant-box .advant-left .item-icon {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  margin: 0 auto;
}
.about-advant-box .advant-left .item-icon:before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #c6c6c6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.about-advant-box .advant-left .item-icon:after {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  background: #c6c6c6;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.about-advant-box .advant-left .item-bd {
  height: 3.33em;
  left: 0;
  top: 50%;
  margin-top: -1.665em;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.about-advant-box .advant-left .item-doc {
  font-size: 16px;
  line-height: 1.375em;
  margin: 1.25em auto 0;
  opacity: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transform: translateY(500px);
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  width: 95%;
}
.about-advant-box .advant-right {
  width: 35%;
  float: left;
  text-align: left;
}
.about-advant-box .advant-right .advant-item {
  height: 40.5em;
}
.about-advant-box .advant-right .item-bd {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 11.3em 3em 5em 4.3em;
}
.about-advant-box .advant-right .item-tit {
  font-size: 2.6em;
  line-height: 1.154em;
  padding-bottom: 0.96em;
  position: relative;
}
.about-advant-box .advant-right .item-tit:after {
  content: '';
  width: 0.73em;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-advant-box .advant-right .item-doc {
  font-size: 16px;
  line-height: 1.875em;
  margin-top: 1.375em;
}
.about-advant-box .advant-right .adorn {
  width: 1.6em;
  height: 1.5em;
  position: absolute;
  z-index: 20;
}
.about-advant-box .advant-right .adorn:before {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
}
.about-advant-box .advant-right .adorn:after {
  content: '';
  width: 4px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
}
.about-advant-box .advant-right .adorn.adorn1 {
  right: 3em;
  top: 1.75em;
}
.about-advant-box .advant-right .adorn.adorn1:before {
  top: 0;
}
.about-advant-box .advant-right .adorn.adorn1:after {
  right: 0;
}
.about-advant-box .advant-right .adorn.adorn2 {
  left: 4.3em;
  bottom: 2em;
}
.about-advant-box .advant-right .adorn.adorn2:before {
  bottom: 0;
}
.about-advant-box .advant-right .adorn.adorn2:after {
  left: 0;
}
.about-advant-box .advant-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.about-advant-box .advant-item:hover .item-imgs {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
.about-advant-box .item-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.about-advant-box .item-bd {
  width: 100%;
  position: absolute;
  z-index: 20;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .about-advant-box .advant-right .item-doc{
    height: 15em;
  }
  .about-advant-box .mCSB_inside>.mCSB_container{
    margin-right: 2.125em;
  }
}
@media screen and (max-width: 991px) {
  .about-advant-box .advant-left {
    width: 60%;
  }
  .about-advant-box .advant-right {
    width: 40%;
  }
  .about-advant-box .advant-right .item-bd {
    padding: 7em 1em 5em 2em;
  }
  .about-advant-box .advant-right .item-tit {
    font-size: 0.3rem;
  }
  .about-advant-box .advant-right .adorn.adorn1 {
    right: 1em;
  }
  .about-advant-box .advant-right .adorn.adorn2 {
    left: 2em;
  }
  .about-advant-box .item-doc {
    font-size: 0.16rem!important;
  }
  .about-advant-box .advant-right .item-doc{
    height: auto;
  }
  .about-advant-box .mCSB_inside>.mCSB_container{
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-advant-box .advant-left,
  .about-advant-box .advant-right {
    width: 100%;
    float: none;
  }
  .about-advant-box .advant-left .advant-item {
    height: 15em;
  }
  .about-advant-box .advant-left .item-icon {
    height: 2px;
  }
  .about-advant-box .advant-left .item-icon:before {
    background: #fff;
  }
  .about-advant-box .advant-left .item-icon:after {
    display: none;
  }
  .about-advant-box .advant-left .item-bd {
    transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
  }
  .about-advant-box .advant-left .item-doc {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
  }
  .about-advant-box .advant-right .advant-item {
    height: auto;
    min-height: 20em;
  }
  .about-advant-box .advant-right .item-imgs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .about-advant-box .advant-right .item-bd {
    padding: 5em 2em 9em;
    position: relative;
  }
  .about-advant-box .advant-right .item-tit {
    padding-bottom: 0.5em;
  }
}
.about-data-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 9.7em 0 10.5em;
  background: #fff;
}
.about-data-box .bg-gray {
  width: 91.4%;
  height: 91%;
  display: block;
  background: #fbfbfb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-data-box .bg-adorn {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../Img/images/about_bg2.png) no-repeat right top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .about-data-box {
    padding: 3em 0;
  }
}
.about-data-list {
  overflow: hidden;
  position: relative;
  margin: 0 -1.6em;
}
.about-data-list li {
  padding: 1em 1.6em;
  text-align: center;
  position: relative;
}
.about-data-list li:after {
  content: '';
  width: 1px;
  height: 3.2em;
  display: block;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.8em;
}
.about-data-list li:last-child:after {
  display: none;
}
.about-data-list .item-icon {
  width: 3em;
  height: 3em;
  display: block;
  margin: 0 auto;
}
.about-data-list .item-num {
  font-size: 3.6em;
  line-height: 1.11em;
  color: #333;
  font-weight: bold;
  font-family: Arial;
  margin-top: 0.25em;
  position: relative;
}
.about-data-list .item-doc {
  height: 3.25em;
  font-size: 16px;
  line-height: 1.625em;
  color: #333;
  margin-top: 0.75em;
}
@media screen and (max-width: 991px) {
  .about-data-list .item-num {
    font-size: 0.5rem;
  }
  .about-data-list .item-doc {
    font-size: 0.16rem;
  }
}
.about-cust-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-cust-box .lg-global-inner {
  padding-top: 4.1em;
  padding-bottom: 8.25em;
  background: #fff url(../../Img/images/about-hzkh-bg.jpg) no-repeat center center;
  background-size: cover;
  max-width: 100%;
  width: 100%;
}
.about-cust-box .global-inner {
  padding: 0;
}
.about-cust-box .cust-intord {
  padding: 0 11.4% 0 0;
}
.about-cust-box .cust-intord .tit {
  font-size: 2.6em;
  line-height: 1.15em;
  padding: 1.27em 0 0.96em;
  position: relative;
  padding: 0;
  color: #333;
  text-align: center;
}
.about-cust-box .cust-intord .tit:after {
  content: '';
  width: 0.73em;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-cust-box .cust-intord .doc {
  font-size: 16px;
  line-height: 1.625em;
  color: #999;
  margin-top: 1.625em;
}
@media screen and (max-width: 991px) {
  .about-cust-box .lg-global-inner {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .about-cust-box .cust-intord .tit {
    font-size: 0.3rem;
    padding: 0 0 0.5em;
  }
  .about-cust-box .cust-intord .doc {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .about-cust-box .cust-intord {
    padding: 0;
  }
  .about-cust-box .cust-intord .doc {
    margin-top: 1em;
  }
}
.abcust-slide-box {
  padding: 0 8% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .abcust-slide-box {
    padding: 0;
    margin-top: 2em;
  }
}
.abcust-slide {
  overflow: hidden;
  position: relative;
  margin: -4px;
}
.abcust-slide .swiper-wrapper {
  width: 100%;
}
.abcust-slide .swiper-slide {
  overflow: hidden;
}
.abcust-slide .swiper-slide li {
  padding: 13px;
  cursor: pointer;
}
.abcust-slide .image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background-color: #fff;
  box-shadow: 4px 6.928px 9px rgba(0,0,0,0.1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}
.abcust-slide img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.abcust-slide .adjust {
  opacity: 0;
}
.abcust-page {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.abcust-page .item {
  width: 16px;
  height: 16px;
  display: block;
  border: solid 1px transparent;
  background: none;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.abcust-page .item:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background: #5b5b5b;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}
.abcust-page .item.swiper-pagination-bullet-active {
  border-color: #c4c4c4;
}
.abcust-page .item.swiper-pagination-bullet-active:after {
  background: #c4c4c4;
}
@media screen and (max-width: 767px) {
  .abcust-page {
    position: relative;
    margin-top: 1.5em;
    text-align: center;
    line-height: 16px;
  }
  .abcust-page .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
  }
}
/**** solution ***/
.page-solution-box .main-box {
  padding: 0;
}
.solt-ban {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.solt-ban .imgs {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.solt-ban .ban-bd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.solt-ban .ban-tit {
  font-size: 2.6em;
  line-height: 1.15em;
}
.solt-ban .ban-doc {
  max-width: 40.125em;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.625em;
  margin-top: 1.25em;
}
.solt-ban .ban-link {
  width: 8.571em;
  display: block;
  font-size: 14px;
  line-height: 2.714em;
  color: #fff;
  text-align: center;
  margin: 4.143em 0 0;
  position: relative;
  background: #2fa0e0;
  border: solid 1px #2fa0e0;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.solt-ban .ban-link:hover {
  color: #2fa0e0;
  background: transparent;
}
.solt-ban .ban-ft {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.3em;
  z-index: 10;
}
.solt-ban .adv-list {
  overflow: hidden;
  font-size: 0.9em;
  line-height: 3.33em;
  text-align: left;
}
.solt-ban .adv-list li {
  padding: 0 ;
}
.solt-ban .adv-list img {
  width: 20%;
  display: block;
  float: left;
  margin: 0 0.78em 0 0;
}
.solt-ban .adv-list .item-inner {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  line-height: 1.3em;
  width: 100%;
}
.solt-ban .adv-list .item-inner span{
  margin-top: 10px;
  display: block;
  float: left;
  width: 74%;
}
@media screen and (max-width: 767px) {
  .solt-ban .ban-bd {
    padding: 0 0.18rem;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
  .solt-ban .ban-tit {
    max-width: 100%;
    font-size: 0.22rem;
    line-height: 0.34rem;
  }
  .solt-ban .ban-doc {
    max-width: 100%;
    font-size: 0.15rem;
    line-height: 0.2rem;
    margin-top: 0.14rem;
  }
  .solt-ban .ban-link {
    font-size: 0.18rem;
    margin-top: 0.8rem;
    line-height: 0.45rem;
  }
  .solt-ban .ban-ft {
    bottom: 0.14rem;
  }
  .solt-ban .adv-list {
    font-size: 0.14rem;
    line-height: 0.34rem;
    text-align: left;
  }
  .solt-ban .adv-list li {
    margin-bottom: 0.1rem;
  }
  .solt-ban .adv-list img {
    width: 0.34rem;
    margin-right: 0.08rem;
  }
  .solt-ban .adv-list .item-inner span{
    width: 3.3rem;
    margin-top: 0.1rem;
  }
}
.solt-sec-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../../Img/images/solt_bg2.png) no-repeat center top #fff;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .solt-sec-box {
    background-size: auto 0.68rem;
    background-position: 85% top;
  }
}
.solt-sec-hd {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 4.2em 0 4.1em;
}
.solt-sec-hd .tit {
  font-size: 2.6em;
  line-height: 1.15em;
  color: #333;
}
.solt-sec-hd .doc {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #333;
  padding: 0 2.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}
.solt-sec-hd .doc:before {
  content: '';
  width: 1.67em;
  height: 2px;
  display: block;
  background: #073a71;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.solt-sec-hd .doc:after {
  content: '';
  width: 1.67em;
  height: 2px;
  display: block;
  background: #073a71;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
@media screen and (max-width: 991px) {
  .solt-sec-hd {
    padding: 0.56rem 0 0.6rem;
  }
  .solt-sec-hd .tit {
    font-size: 0.3rem;
  }
  .solt-sec-hd .doc {
    font-size: 0.14rem;
    margin-top: 0.5em;
  }
}
.solt-sec-bd {
  width: 100%;
  overflow: hidden;
  padding: 0 0 4.3em;
  position: relative;
  background: #f6f7f9;
}
.ie9 .solt-sec-bd .solt-weave-item.tab-pane{
  height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .solt-sec-bd {
    padding-bottom: 0;
  }
}
.solt-weave-hd {
  padding: 0 0 0 2.7%;
}
.solt-weave-hd .tit-box {
  padding: 24px 0 84px;
  text-align: center;
}
.solt-weave-hd .tit-box .link{
  font-size: 1.2em;
  line-height: 40px;
  color: #093c73;
}
.solt-weave-hd .tit-box .link a{
  display: inline-block;
  vertical-align: top;
  color: #093c73;
}
.solt-weave-hd .tit-box .link i{
  font-style: normal;
  font-family: 'SimSun';
  margin-left: 5px;
}
.solt-weave-hd .tit {
  font-size: 2em;
  line-height: 50px;
  color: #093c73;
  font-weight: bold;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .solt-weave-hd {
    padding: 0;
  }
  .solt-weave-hd .tit {
    margin-top: 0.1rem;
    line-height: 1.25em;
  }
  .solt-weave-hd .tit-box{
    padding: 0.25rem 0 0.3rem;
  }
  .solt-weave-hd .tit-box .link{
    line-height: 1.5em;
  }
}
.solt-weave-list {
  width: 100%;
  overflow: hidden;
}
.solt-weave-list li {
  padding: 1px;
}
.solt-weave-list li.active .item-inner {
  background: url(../../Img/images/solt_bg.jpg) no-repeat center center #075998;
  background-size: cover;
}
.solt-weave-list li.active .item-tit {
  color: #fff;
}
.solt-weave-list li.active .item-icon .img1 {
  display: none;
}
.solt-weave-list li.active .item-icon .img2 {
  display: block;
}
.solt-weave-list li.active .item-arrow {
  background-image: url(../../Img/images/arrow_02.png);
}
.solt-weave-list .item-inner {
  width: 100%;
  height: 250px;
  display: block;
  background: #fff;
  padding: 2em 2.1em 2.1em 2em;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.solt-weave-list .item-tit {
  font-size: 20px;
  line-height: 1.5em;
  color: #666;
  overflow: hidden;
}
.solt-weave-list .item-tit .cn {
  font-weight: bold;
  float: left;
}
.solt-weave-list .item-tit .en {
  margin-left: 5px;
  /* display: none; */
}
.solt-weave-list .item-ft {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 76px;
}
.solt-weave-list .item-icon {
  width: 60px;
  float: left;
}
.solt-weave-list .item-icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.solt-weave-list .item-icon .img2 {
  display: none;
}
.solt-weave-list .item-arrow {
  width: 18px;
  height: 12px;
  display: block;
  overflow: hidden;
  background: url(../../Img/images/arrow_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 991px) {
  .solt-weave-list .item-inner {
    height: 1.56rem;
    padding: 0.22rem 0.2rem 0.28rem 0.15rem;
  }
  .solt-weave-list .item-tit {
    font-size: 0.16rem;
  }
  .solt-weave-list .item-ft {
    margin-top: 0.46rem;
  }
  .solt-weave-list .item-icon {
    width: 0.35rem;
  }
  .solt-weave-list .item-arrow {
    width: 10px;
  }
}
.solt-weave-bd {
  padding: 0;
  height: 732px;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .solt-weave-bd {
    height: auto;
  }
}
.solt-weave-det {
  padding: 92px 5.7em 0;
  color: #fff;
}
.solt-weave-det .tit {
  display: block;
  font-size: 30px;
  line-height: 1.33em;
  font-weight: bold;
  padding-bottom: 1.4em;
  position: relative;
}
.solt-weave-det .tit:after {
  content: '';
  width: 1.4em;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.solt-weave-det .doc {
  width: 100%;
  max-width: 47.875em;
  height: 9.75em;
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.625em;
  margin-top: 1.625em;
}
.solt-weave-det .mCSB_inside > .mCSB_container {
  margin-right: 2.875em;
}
.solt-weave-det .mCSB_scrollTools {
  width: 5px;
}
.solt-weave-det .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background: #fff;
  opacity: 0.46;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.solt-weave-det .read-more {
  width: 9.375em;
  display: block;
  font-size: 16px;
  line-height: 2.625em;
  color: #fff;
  font-family: Arial;
  text-align: center;
  margin-top: 102px;
  border: solid 1px #fff;
  background: transparent;
  position: relative;
  z-index: 10;
}
.solt-weave-det .read-more:after {
  background: #fff;
}
.solt-weave-det .read-more:hover {
  color: #333;
}
@media screen and (max-width: 991px) {
  .solt-weave-det {
    padding: 0.5rem 0.18rem 0.62rem 0.32rem;
  }
  .solt-weave-det .tit {
    font-size: 0.26rem;
    padding-bottom: 0.28rem;
  }
  .solt-weave-det .doc {
    font-size: 0.16rem;
    height: auto;
    max-height: 19.2em;
  }
  .solt-weave-det .mCSB_inside > .mCSB_container {
    margin-right: 0.14rem;
  }
  .solt-weave-det .read-more {
    margin: 0.4rem auto 0;
    font-size: 0.14rem;
  }
}
.solt-material-hd {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
  padding: 0 1.5em;
}
.solt-material-hd:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .solt-material-hd {
    position: relative;
    bottom: auto;
    margin-top: 0.45rem;
    padding: 0;
  }
  .solt-material-hd:before {
    top: auto;
    bottom: 0.08rem;
  }
}
.solt-material-tab {
  width: 100%;
  max-width: 52em;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 1.625em;
  color: #fff;
}
.solt-material-tab li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  opacity: 0.6;
}
.solt-material-tab li.active {
  opacity: 1;
}
.solt-material-tab .inner {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.solt-material-tab .adorn {
  width: 1.5em;
  height: 1.5em;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.solt-material-tab .adorn:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
.solt-material-tab .adorn:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
}
.solt-material-tab img {
  width: 3.75em;
  display: block;
  margin: 0.5em auto 0;
}
.solt-material-tab .tit {
  font-size: 1em;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 991px) {
  .solt-material-tab li {
    padding-bottom: 0.2rem;
  }
  .solt-material-tab .adorn {
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.09rem;
  }
  .solt-material-tab img {
    width: 0.35rem;
    margin: 0 auto;
  }
  .solt-material-tab .tit {
    margin: 0 auto;
  }
}
.case-sec-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 3.25em 0 4.5em;
}
@media screen and (max-width: 767px) {
  .case-sec-box {
    padding: 0.5rem 0 0;
  }
}
.case-sec-hd {
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: 3.5em;
}
.case-sec-hd .tit {
  font-size: 2.6em;
  line-height: 1.15em;
  color: #333;
  padding-bottom: 0.87em;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.case-sec-hd .tit:after {
  content: '';
  width: 0.73em;
  height: 3px;
  display: block;
  background: #1b1b1b;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.365em;
}
@media screen and (max-width: 767px) {
  .case-sec-hd {
    padding: 0 0 0.28rem;
  }
  .case-sec-hd .tit {
    font-size: 0.3rem;
    line-height: 0.4rem;
    padding-bottom: 0.22rem;
  }
}
.case-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-list li {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.case-list li:hover .item-imgs {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
.case-list .item-inner {
  width: 100%;
  height: 402px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;
}
.case-list .item-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.case-list .item-tit {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 0.16rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.4em;
  z-index: 10;
}
.case-list .item-tit .inner {
  max-width: 100%;
  height: 5.5em;
  line-height: 1.85em;
  display: inline-block;
  vertical-align: top;
  padding: 1em 3.1em;
  position: relative;
  overflow: hidden;
}
.case-list .tit {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 1.5em;
  color: #dcdcdc;
}
.case-list .adorn {
  width: 2.1em;
  height: 2.1em;
  display: block;
  overflow: hidden;
  position: absolute;
}
.case-list .adorn:before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #dcdcdc;
  position: absolute;
  left: 0;
}
.case-list .adorn:after {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  background: #dcdcdc;
  position: absolute;
  top: 0;
}
.case-list .adorn.adorn1 {
  left: 0;
  top: 0;
}
.case-list .adorn.adorn1:before {
  top: 0;
}
.case-list .adorn.adorn1:after {
  left: 0;
}
.case-list .adorn.adorn2 {
  right: 0;
  bottom: 0;
}
.case-list .adorn.adorn2:before {
  bottom: 0;
}
.case-list .adorn.adorn2:after {
  right: 0;
}
.case-list .item-more {
  width: 11.875em;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 2.625em;
  color: #fff;
  font-family: Arial;
  background: transparent;
  border: solid 1px #fff;
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 10;
  margin-left: -5.9375em;
}
.case-list .item-more:after {
  background: #fff;
}
.case-list .item-more:hover {
  color: #333;
}
@media screen and (max-width: 767px) {
  .case-list .item-inner {
    height: 4.6rem;
  }
  .case-list .item-tit .inner {
    padding: 0 0.32rem;
    line-height: 5.5em;
  }
  .case-list .tit {
    font-size: 0.2rem;
  }
  .case-list .adorn {
    width: 0.26rem;
    height: 0.26rem;
  }
  .case-list .item-more {
    font-size: 0.14rem;
    bottom: 13%;
  }
}
/***** solt-det ****/
.solt-det-hd {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.solt-det-hd .tit {
  font-size: 1.3em;
  line-height: 1.9em;
  color: #333;
  font-weight: bold;
}
.solt-det-hd .solt-info {
  width: 100%;
  overflow: hidden;
  padding: 16px 0 14px;
  border: solid 1px #e5e5e5;
  border-top: solid 3px #00a0e9;
  background: #fafafa;
  text-align: left;
  margin-top: 1.5em;
}
.solt-det-hd .info-list {
  overflow: hidden;
  padding: 0 1.67em;
  font-size: 18px;
  line-height: 1.3em;
  color: #666;
  float: left;
}
.solt-det-hd .info-list.lf {
  width: 62%;
}
.solt-det-hd .info-list.rt {
  width: 38%;
}
.solt-det-hd .info-list li {
  padding: 0.67em 0 0.67em 0.89em;
  position: relative;
}
.solt-det-hd .info-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  background: #00a0e9;
  position: absolute;
  left: 0;
  top: 1.17em;
}
.solt-det-hd .info-list span {
  color: #333;
}
@media screen and (max-width: 767px) {
  .solt-det-hd .tit {
    line-height: 1.5em;
  }
  .solt-det-hd .info-list {
    font-size: 0.18rem;
  }
  .solt-det-hd .info-list.lf,
  .solt-det-hd .info-list.rt {
    width: 100%;
    float: none;
  }
}
.det-slide-box {
  width: 700px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 1.5em auto 0;
}
.det-slide-box .swiper-slide {
  position: relative;
}
.det-slide-box img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.det-slide-box .slide-bd {
  width: 100%;
  height: 3em;
  display: block;
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  line-height: 3em;
  color: #fff;
  font-weight: bold;
  padding: 0 1.4em;
}
.det-slide-box .slide-tit {
  max-width: 64.3%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.det-slide-box .slide-tool {
  overflow: hidden;
  position: absolute;
  right: 2.5em;
  bottom: 0.5em;
  margin-right: -4px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .det-slide-box .slide-tit {
    font-size: 0.18rem;
  }
}
.det-slide-ctrl {
  width: 2em;
  height: 2em;
  display: block;
  overflow: hidden;
  border: solid 1px #fff;
  background: no-repeat center center;
  background-size: 0.6em auto;
  float: left;
  margin: 0 4px;
  line-height: 1.9em;
  color: #fff;
  text-align: center;
  font-family: 'SimSun';
  cursor: pointer;
  opacity: 0.76;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.det-slide-ctrl span {
  font-size: 18px;
}
.det-slide-ctrl:hover {
  opacity: 1;
}
.case-det-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 1.9em;
}
.case-det-item .det-bd {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-top: 1.75em;
  overflow: hidden;
  position: relative;
}
.case-det-item .det-bd img {
  max-width: 100%;
}
.case-det-item .det-bd .tit {
  font-size: 1.125em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #003b8f;
}
@media screen and (max-width: 767px) {
  .case-det-item .det-bd {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
.video-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-bg {
  width: 100%;
  max-width: 100%;
  display: block;
}
.video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  font-size: 0.5em;
}
.video-js video {
  width: 100%;
  height: 100%;
}
.video-js:focus .vjs-big-play-button,
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button {
  font-size: 2em;
  width: 4.6em;
  height: 4.6em;
  background: url(../../Img/images/video_play.png) no-repeat center center transparent;
  background-size: contain;
  border: none;
  left: 50%;
  top: 50%;
  margin: -2.3em 0 0 -2.3em;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  opacity: 0.6;
}
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
  display: none;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  line-height: 2;
}
.video-js .vjs-poster {
  background-size: cover;
}
.video-js .vjs-control-bar {
  font-size: 10px;
}

/**** result ***/
.page-result-box {
  background: #f4f4f4;
}
.result-sch-box{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 1.3em auto 20px;
}
.result-sch-box .sch-box{
  width: 100%;
  padding-right: 90px;
  position: relative;
}
.result-sch-box .sch-box input{
  width: 100%;
  height: 40px;
  display: block;
  background: #f4f4f4;
  border: solid 1px #e5e5e5;
  border-right: none;
  border-bottom-color: transparent;
  background: #fff;
  padding: 4px 18px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.result-sch-box .btn-sch{
  width: 90px;
  height: 100%;
  display: block;
  text-align: center;
  background: #003b8f;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.result-sch-box .tips{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 5px 19px;
  background: #7baaef;
}
