/* CSS Document */
/* box */
.box{width:300px; float:left;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:52px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{height:300px;width:300px;}
.tb-s310, .tb-s310 img{max-height:300px;max-width:300px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:50px;width:50px;}
.tb-s40 img{width:50px; height:50px;}

.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:50px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

@media only screen and (max-width: 1024px) {

.box{width: 100%;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:52px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{*font-size:271px;}
.tb-s310, .tb-s310 img{ max-height:100%;max-width:100%;}
.tb-s310 a{ width:100%;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:50px;width:50px;}
.tb-s40 img{width:50px; height:50px;}

.tb-booth{position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:50px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
}


/* ---------- banner ---------- */
.banner {
  height: 600px;
  background-position: center top;
  background-size: cover;
}
.banner.article {
  height: 440px;
}

.banner-tit {
  padding-top: 220px;
  color: #fff;
}
.banner-tit h2 {
  font-family: "PFDinTextPro-Light";
  font-size: 60px;
  font-weight: normal;
  text-transform: uppercase;
}
.banner-tit h3 {
  font-size: 24px;
  font-weight: normal;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .banner {
    height: 400px;
  }
  .banner.article {
    height: 240px;
  }
  .banner.search {
    height: 240px;
    background-image: url("../img/search-banner.jpg");
  }

  .banner-tit {
    padding-top: 256px;
  }
  .banner-tit h2 {
    font-size: 40px;
  }
  .banner-tit h3 {
    font-size: 20px;
  }
}

/* ---------- about net ---------- */
.about-net {
  padding: 80px 0;
  font-size: 15px;
  line-height: 240%;
}
.about-net p {
  padding-bottom: 24px;
}
.about-net img {
  padding: 20px 0;
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about-net {
    padding: 60px 0;
  }
  .about-net img {
    width: 100%;
    height: 100%;
  }
}

/* ---------- 关于我们 ---------- */
.about-intro {
  padding: 100px 0;
  background: url("../images/about-intro-bg2.png") no-repeat right bottom #f8f8f8;
}

.about-tit h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
}
.about-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: #d9ad5e;
  content: "";
}

.about-con {
  padding-top: 64px;
  width: 64%;
  font-size: 15px;
  line-height: 280%;
}
.about-con p {
  padding-bottom: 32px;
}

.about-count {
  padding-top: 20px;
   width: 64%;
  overflow: hidden;
}
.about-count li {
  float: left;
  width: 25%;
}
.about-count li .num {
  font-family: "PFDinTextPro-Light";
  font-size: 48px;
  color: #d9ad5e;
}
.about-count li .num sup {
  position: relative;
  top: -4px;
  left: 10px;
  font-size: 15px;
  color: #666;
}
.about-count li h4 {
  font-size: 15px;
  color: #666;
}
.about-pic {
  float: right;
  padding-top: 45px;
  width: 27.35%;
}
.about-pic img {
  width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about-intro {
    padding: 60px 0 160px;
    background-size: 320px;
  }

  .about-tit h3 {
    font-size: 20px;
  }

  .about-con {
    padding-top: 40px;
    width: auto;
    line-height: 240%;
  }
  .about-con p {
    padding-bottom: 28px;
  }

  .about-count {
    padding-top: 40px;
    width: auto;
  }
  .about-count li {
    padding-bottom: 32px;
    width: 50%;
  }
  .about-count li .num {
    font-size: 40px;
  }
  .about-count li .num sup {
    top: -2px;
  }
    .about-pic {
    display: none;
  }
}

/* ---------- 荣誉资质 ---------- */
.honor {
  padding: 100px 0;
  background: url("../images/honor-bg.jpg") center top;
  background-size: cover;
  color: #fff;
}

.honor-tit h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
}
.honor-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: #d9ad5e;
  content: "";
}

.honor-con {
  padding-top: 60px;
}

.rvc {
  position: relative;
  margin: auto;
  max-width: 1320px;
}
.rvc .rvc-wrapper {
  margin: auto;
  overflow: hidden;
}
.rvc .rvc-wrapper ul {
  position: relative;
  overflow: hidden;
}
.rvc .rvc-wrapper ul li {
  float: left;
}
.rvc .rvc-wrapper ul li a .img-wrapper {
  padding: 30px;
  background: #fff;
}
.rvc .rvc-wrapper ul li a .img-wrapper img {
  padding: 10px 0 30px;
  width: 100%;
  box-sizing: border-box;
}
.rvc .rvc-wrapper ul li a .img-wrapper .con {
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.rvc .rvc-wrapper ul li a .img-wrapper h4 {
  background: url("../img/zoom-ico.png") no-repeat right center;
  font-size: 15px;
  font-weight: normal;
}
.rvc-prv, .rvc-next {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255,255,255,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.rvc-prv {
  left: 0;
}
.rvc-next {
  right: 0;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .honor {
    padding: 60px 0;
  }

  .honor-tit h2 {
    padding-bottom: 16px;
    font-size: 20px;
  }
  .honor-tit h2:after {
    width: 24px;
    height: 3px;
  }
  .honor-tit h3 {
    padding-top: 12px;
    font-size: 16px;
  }
  .honor-tit .ico {
    right: 20px;
  }
  .honor-tit .ico img {
    width: 80px;
  }

  .honor-con {
    padding-top: 40px;
  }

  .rvc .rvc-wrapper ul li a .img-wrapper {
    padding: 20px;
  }
  .rvc .rvc-wrapper ul li a .img-wrapper img {
    padding: 0 0 20px;
  }
}

/* ---------- office ---------- */
.office {
  padding: 100px 0;
}

.office-tit h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
}
.office-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: #d9ad5e;
  content: "";
}

.office-con {
  padding-top: 60px;
  overflow: hidden;
}
.office-con li {
  float: left;
  width: 50%;
}
.office-con li img {
  width: 100%;
  height: 100%;
}
.office-con li:nth-of-type(n+2) {
  width: 25%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .office {
    padding: 60px 0;
  }

  .office-tit h3 {
    padding-bottom: 16px;
    font-size: 20px;
  }

  .office-con {
    padding-top: 40px;
  }
  .office-con li {
    width: 100%;
  }
  .office-con li:nth-of-type(n+2) {
    width: 50%;
  }
}

/* ---------- Client ---------- */
.client {
  padding: 100px 0 80px;
  background: #f6f6f6;
}
.client-tit h3 {
  position: relative;
  padding-bottom: 20px;
  font-family: "PFDinTextPro-Light";
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.client-tit h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #d9ad5e;
  content: "";
}
.client-con {
  padding-top: 40px;
}
.client-con ul {
  width: calc(100% + 40px);
}
.client-con li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 5 - 40px);
}
.client-con li img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.client-con li:hover img {
  width: 100%;
  filter: grayscale(0);
  box-shadow: 0 4px 32px rgba(0,0,0,0.1);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .client {
    padding: 48px 0;
  }
  .client-tit {
    float: none;
    width: auto;
  }
  .client-tit h3 {
    padding-bottom: 16px;
    font-size: 16px;
  }
  .client-con {
    padding-top: 32px;
  }
  .client-con ul {
    width: calc(100% + 16px);
  }
  .client-con li {
    margin: 0 16px 16px 0;
    width: calc(100% / 2 - 16px);
  }
}

/* ---------- sub nav ---------- */
.sub-nav2 {
  padding: 80px 0;
  overflow: hidden;
}
.sub-nav2 ul {
  width: calc(100% + 20px);
}
.sub-nav2 li {
  float: left;
  margin-right: 20px;
  width: calc(100% / 5 - 20px);
}
.sub-nav2 li a {
  display: block;
  height: 50px;
  border: 1px solid #fff;
  background: #fff;
  font-size: 15px;
  color: #666;
  line-height: 50px;
  text-align: center;
}
.sub-nav2 li a:hover {
  border: 1px solid #4995e9;
  color: #196ec9;
}
.sub-nav2 li a.current {
  border: 1px solid #4995e9;
  background: #4995e9;
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-nav2 {
    padding: 10px 0;
  }
  .sub-nav2 ul {
    width: calc(100% + 10px);
  }
  .sub-nav2 li {
    margin: 0 10px 10px 0;
    width: calc(100% / 2 - 10px);
  }
  .sub-nav2 li a {
    height: 48px;
    font-size: 15px;
    line-height: 48px;
  }
}



/* ---------- product ---------- */
.product-list {
  padding: 10px 0;
  overflow: hidden;
}
.product-list ul {
  padding-bottom: 20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
.product-list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 4 - 40px);
}
.product-list li a {
  display: block;
  border: 2px solid #f0f0f0;
  background: #fafafa;
}
.product-list li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list li a:hover .pic img {
  transform: scale(1.05);
}
.product-list li .con {
  padding: 24px;
  background: url("../images/product-more.png") no-repeat right 24px bottom 28px;
}
.product-list li .con h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
}
.product-list li a:hover {
  border: 2px solid #1a6fc9;
  background: #1a6fc9;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.product-list li a:hover h4, .product-list li a:hover p {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .product-list {
    padding: 10px 0;
  }
  .product-list ul {
    width: auto;
  }
  .product-list li {
    margin: 0 0 16px 0;
    width: 50%;
    box-sizing: border-box;
  }
  .product-list li:nth-of-type(odd) {
    padding-right: 8px;
  }
  .product-list li:nth-of-type(even) {
    padding-left: 8px;
  }
  .product-list li .pic {
    width: auto;
    height: auto;
  }
  .product-list li .con {
    padding: 16px;
    background: url("../images/product-more.png") no-repeat right 16px bottom 16px;
  }
  .product-list li .con h4 {
    font-size: 15px;
  }
  .product-list li .con p {
    padding-top: 8px;
  }
}

/* ---------- content ---------- */
.sub-container {
  margin: auto;
  padding: 100px 20px;
  max-width: 1280px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-container {
    padding: 0;
  }
}
/* ---------- sub wrap ---------- */
.sub-wrap {
  background: #f8f8f8;
}

/* ---------- sub nav ---------- */
.sub-nav {
  float: left;
  width: 18.8%;
  background: url("../images/sub-nav-btm.png") no-repeat bottom #f6f6f6;
}
.sub-nav ul {
  padding: 60px 0 120px;
}
.sub-nav li {
  padding-bottom: 10px;
}
.sub-nav li a {
  display: block;
  padding-right: 20px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-radius: 6px;
  background: url("../images/sub-nav-arrow.png") no-repeat right 30px center;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.sub-nav li a.current {
  margin-left: 40px;
  background-color: #1A6FC9;
  box-shadow: 4px 4px 12px rgba(26,111,201,0.2);
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-nav {
    float: none;
    width: auto;
    background: #f6f6f6;
  }
  .sub-nav ul {
    padding: 20px 12px;
    overflow: hidden;
  }
  .sub-nav li {
    float: left;
    padding: 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .sub-nav li a {
    height: 48px;
    background: url("../images/sub-nav-arrow.png") no-repeat right 16px center #fff;
    line-height: 48px;
  }
  .sub-nav li a.current {
    margin-left: 0;
  }
}

/* ---------- download ---------- */
.download-list {
  padding: 100px 0;
  overflow: hidden;
}
.download-list ul {
  padding-bottom: 40px;
}
.download-list li {
  margin-bottom: 20px;
  padding: 32px;
  background: #fafafa;
}
.download-list li .con {
  position: relative;
  padding: 0 0 0 60px;
}
.download-list li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48px;
}
.download-list li i img {
  width: 100%;
}
.download-list li h4 {
  font-size: 16px;
}
.download-list li p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
}
.download-list li a.down-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  background: #ed6c00;
  font-size: 15px;
  color: #fff;
}
.download-list li a:hover.down-btn {
  box-shadow: 0 4px 12px rgba(237,108,0,0.2);
}

/* responsive */
@media only screen and (max-width: 912px) {
  .download-list {
    padding: 60px 0;
  }
  .download-list ul {
    padding-bottom: 20px;
  }
  .download-list li {
    padding: 20px;
  }
  .download-list li .con {
    padding: 0 0 60px 48px;
  }
  .download-list li i {
    top: 20px;
    width: 40px;
  }
  .download-list li p {
    font-size: 12px;
  }
  .download-list li a.down-btn {
    top: auto;
    right: 0;
    bottom: 0;
    transform: none;
    display: block;
  }
}



.article-head {
  padding: 80px 0 40px;
}
.article-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #d9ad5e;
  border-radius: 2px;
  font-size: 14px;
  color: #d9ad5e;
}
.article-tit {
  padding-top: 48px;
}
.article-tit h1 {
  font-size: 32px;
}
.article-bar {
  padding-top: 40px;
  overflow: hidden;
}
.article-bar .info {
  float: left;
  font-family: Arial;
  color: #999;
  line-height: 24px;
}
.article-bar .date {
  padding-left: 24px;
  background: url("../img/date-ico.png") no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("../img/visit-ico.png") no-repeat left center;
}
.article-bar .share {
  float: right;
}

.article-wrap {
  padding: 30px 0;
}


.article-main {
  float: left;
  width: 68%;
}

.article-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #feb500;
  border-radius: 2px;
  font-size: 14px;
  color: #feb500;
  margin-bottom:30px;
}

.article-tit {
  padding: 40px 0;
}
.article-tit h1 {
  font-size: 32px;
}
.article-tit .tc{
text-align: center;
}

.article-bar {
  padding: 12px 16px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  overflow: hidden;
}
.article-bar .info {
  float: left;
  font-family: Arial;
  color: #999;
  line-height: 24px;
}
.article-bar .date {
  padding-left: 24px;
  background: url(../images/date-ico.png) no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("../images/visit-ico.png") no-repeat left center;
}
.article-bar .share {
  float: right;
}

.article-con {
  font-size: 16px;
  line-height: 240%;
}
.article-con p {
  padding-bottom: 24px;
}
.article-con img {
  padding: 20px 0;
  max-width: 100%;
}
.article-side {
  float: right;
  padding: 30px 29px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 2px solid #feb500;
}
.article-side h3 {
  font-size: 18px;
  color: #feb500;
}
.article-side ul {
  padding-top: 30px;
}
.article-side li {
  padding-bottom: 30px;
}
.article-side li img {
  width: 100%;
}
.article-side li h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
}
.article-side li p {
  padding-top: 12px;
  font-family: Arial;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.article-side li .date {
  padding-left: 22px;
  background: url("../images/date-ico.png") no-repeat left center;
}
.article-side li .visit {
  padding-left: 22px;
  background: url("../images/visit-ico.png") no-repeat left center;
  }
  
.article-btm {
  padding: 30px 20px;
  background: #f6f6f6;
  margin-top:50px;
}
.article-btm .con {
  margin: auto;
  padding: 0px 0;
  width:100%;
  background: #f6f6f6;
  overflow: hidden;
}
.article-btm .related {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.article-btm .related h4 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.article-btm .related p {
  padding-top: 12px;
  font-size: 15px;
  line-height: 160%;
}
.article-btm a.prev {
  float: left;
  display: block;
  width: 46%;
}
.article-btm a.prev .arrow {
  padding-left: 30px;
  background: url("../images/prev-arrow.png") no-repeat left center;
}
.article-btm a.next {
  float: right;
  display: block;
  width: 46%;
}
.article-btm a.next .arrow {
  padding-right: 30px;
  background: url("../images/next-arrow.png") no-repeat right center;
}
.article-btm .back {
  float: right;
  padding-top: 25px;
  width: 25%;
  height: 50px;
  border-left: 1px solid #efefef;
  text-align: center;
}
.article-btm .back a {
  display: inline-block;
  padding-left: 24px;
  height: 25px;
  background: url("../images/list-ico.png") no-repeat left center;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (max-width: 1024px) {
   .article-head {
    padding: 60px 0 32px;
  }
  .article-tit {
    padding-top: 32px;
  }
  .article-tit h1 {
    font-size: 20px;
  }
  .article-bar {
    padding-top: 20px;
  }
  .article-bar .share {
    display: none;
  }

  .article-wrap {
    padding: 60px 0;
  }

  .article-main {
    float: none;
    width: auto;
  }

  .article-tit {
    padding: 24px 0;
  }
  .article-tit h1 {
    font-size: 20px;
  }

  .article-bar .info {
    float: none;
  }
  .article-bar .share {
    display: none;
  }

  .article-con {
    padding-top: 10px;
  }
  .article-con p {
    padding-bottom: 20px;
  }
  .article-con img {
    padding: 20px 0;
    width: 100%;
    height: 100%;
  }

  .article-side {
    display: none;
  }
 .article-btm {
    padding: 20px 0 20px;
	background:#f6f6f6;
	margin-top:30px;
  }
  .article-btm .con {
    padding: 5px 5px;
    width: auto;
  }
  .article-btm .related {
    float: none;
    padding: 5px 0;
    width: auto;
  }
  .article-btm a.prev {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm a.next {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm .back {
    float: none;
    padding-top: 24px;
    width: auto;
    border-top: 1px solid #efefef;
    border-left: 0;
  }

}


/* ---------- product detail ---------- */
.product-tag {
  padding: 80px 0 40px;
}
.product-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ed6c00;
  border-radius: 2px;
  font-size: 14px;
  color: #ed6c00;
}

.product-detail {
  border: 1px solid #efefef;
  background: #fafafa;
  padding:25px;
  margin-bottom:30px;
}
.product-pic {
  float: left;
  width: 38%;
}
.product-pic img {
  width: 100%;
}
.product-desc {
  float: right;
  padding-right: 40px;
  width: 54%;
}
.product-desc .tit {
padding-bottom:15px;
}
.product-desc .tit h1 {
  font-size: 32px;
}
.product-desc .con {
  padding: 20px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  line-height: 240%;
}
.product-desc .share {
  padding: 32px 0;
}

.product-intro {
  padding: 60px 0;
}
.product-intro .tit {
  text-align: center;
}
.product-intro .tit h2 {
  position: relative;
  font-size: 16px;
}
.product-intro .tit h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 50px);
  height: 1px;
  background: #efefef;
  content: "";
}
.product-intro .tit h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 50px);
  height: 1px;
  background: #efefef;
  content: "";
}
.product-intro .con {
  padding: 40px 0;
  font-size: 15px;
  line-height: 240%;
}
.product-intro .con img {
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .product-detail {
   border: 0px solid #efefef;
   background: #ffffff;
   padding:10px;
  }

  .product-tag {
    padding: 48px 0 32px;
  }

  .product-pic {
  text-align:center;
    width: 100%;
  }
  .product-desc {
    float: none;
    padding: 0 0px;
    width: auto;
	padding-top:380px;
  }
  .product-desc .tit {
    padding: 10px 0 10px 0;
  }
  .product-desc .tit h1 {
    font-size: 20px;
  }
  .product-desc .con {
    padding: 20px 0;
  }
  .product-desc .share {
    padding: 20px 0;
  }

  .product-intro {
    padding: 40px 0;
  }
  .product-intro .con {
    padding: 24px 0;
  }
  .product-intro .con img {
    width: 100%;
    height: 100%;
  }
}

/* ---------- news ---------- */
.news-list {
  float: right;
  width: 68%;
}
.news-list ul {
  margin-top: -40px;
  padding-bottom: 50px;
}
.news-list li {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-list li .pic {
  float: left;
  position: relative;
  width: 40%;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li .pic .date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-family: "AvantGarde-Medium";
  font-size: 14px;
  color: #999;
}
.news-list li .con {
  float: right;
  width: 56%;
}
.news-list li .con h4 {
  padding-top: 16px;
  font-size: 20px;
  line-height: 160%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 24px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 40px;
}
.news-list li .more-btn {
  padding-right: 32px;
  background: url("../images/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}
.news-list li a:hover .more-btn {
  color: #d9ad5e;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news-list {
    float: none;
    padding-bottom: 60px;
    width: auto;
  }
  .news-list ul {
    margin-top: auto;
    padding: 20px 20px 40px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .news-list ul {
    padding: 32px 20px 40px 20px;
  }
  .news-list li {
    padding: 28px 0;
    height: auto;
  }
  .news-list li .pic {
    float: none;
    width: auto;
  }
  .news-list li .con {
    float: none;
    width: auto;
  }
  .news-list li .con h4 {
    padding-top: 16px;
    font-size: 16px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 180%;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}

/* ---------- page ---------- */
.page_list {
  clear: both;
  text-align: center;
}
.page_list a {
  display: inline-block;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  font-family: Arial;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  text-align: center;
}
.page_list a:hover {
  background: #eaeaea;
}
.page_list a.crt {
  background: #4995e9;
  color: #fff;
}
.page_list a.disable {
  background: #eaeaea;
  color: #666;
}


/* ---------- service ---------- */
.service-con {
  padding: 0 0 100px;
  line-height: 240%;
}
.service-con p {
  padding-bottom: 24px;
}
.service-con img {
  padding: 40px 0;
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .service-con {
    padding: 20px 0 40px;
  }
  .service-con p {
    padding-bottom: 20px;
  }
  .service-con img {
    padding: 20px 0;
  }
}

/* ---------- solution ---------- */
.solution-list {
  padding: 80px 0 100px;
  overflow: hidden;
}
.solution-list ul {
  width: calc(100% + 60px);
  overflow: hidden;
}
.solution-list li {
  float: left;
  position: relative;
  margin: 0 60px 60px 0;
  width: calc(33.33% - 60px);
  overflow: hidden;
}
.solution-list li .pic {
  overflow: hidden;
}
.solution-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.solution-list li .con {
  position: relative;
  padding: 24px 28px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.solution-list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.solution-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.solution-list li .con .arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/case-arrow.png") no-repeat center;
}
.solution-list li a:hover img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .solution-list {
    padding: 20px 0 60px;
  }
  .solution-list ul {
    padding-bottom: 20px;
    width: 100%;
  }
  .solution-list li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .solution-list li .con {
    padding: 12px 16px;
  }
  .solution-list li .con h4 {
    font-size: 16px;
  }
  .solution-list li .con p {
    padding-top: 4px;
  }
  .solution-list li .con .arrow {
    right: 20px;
  }
}

/* ---------- solution detail ---------- */
.solution-head {
  padding: 80px 0 40px;
}
.solution-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #d9ad5e;
  border-radius: 2px;
  font-size: 14px;
  color: #d9ad5e;
}
.solution-tit {
  padding-top: 48px;
}
.solution-tit h1 {
  font-size: 32px;
}
.solution-bar {
  padding-top: 40px;
  overflow: hidden;
}
.solution-bar .info {
  float: left;
  font-family: Arial;
  color: #999;
  line-height: 24px;
}
.solution-bar .date {
  padding-left: 24px;
  background: url("../img/date-ico.png") no-repeat left center;
}
.solution-bar .visit {
  padding-left: 24px;
  background: url("../img/visit-ico.png") no-repeat left center;
}
.solution-bar .share {
  float: right;
}

.solution-detail {
  padding: 80px 0;
  font-size: 16px;
  line-height: 240%;
}
.solution-detail p {
  padding-bottom: 24px;
}
.solution-detail img {
  padding: 20px 0;
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .solution-head {
    padding: 60px 0 32px;
  }
  .solution-tit {
    padding-top: 32px;
  }
  .solution-tit h1 {
    font-size: 24px;
  }
  .solution-bar {
    padding-top: 20px;
  }
  .solution-bar .share {
    display: none;
  }

  .solution-detail {
    padding: 48px 0 60px;
  }
  .solution-detail p {
    padding-bottom: 20px;
  }
}

/* ---------- case ---------- */
.case-list {
  padding: 80px 0 120px;
  overflow: hidden;
}
.case-list ul {
  width: calc(100% + 60px);
  overflow: hidden;
}
.case-list li {
  float: left;
  position: relative;
  margin: 0 60px 60px 0;
  width: calc(50% - 60px);
  overflow: hidden;
}
.case-list li .pic {
  overflow: hidden;
}
.case-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.case-list li .con {
  position: relative;
  padding: 20px 24px;
  background: #fafafa;
  transition: all 0.3s ease-in-out;
}
.case-list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.case-list li .con p {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
}
.case-list li .con .arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/case-arrow.png") no-repeat center;
}
.case-list li a:hover img {
  transform: scale(1.05);
}
.case-list li a:hover .con {
  background: #333;
}
.case-list li a:hover .con h4 {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .case-list {
    padding: 20px 0 60px;
  }
  .case-list ul {
    padding-bottom: 20px;
    width: 100%;
  }
  .case-list li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .case-list li .con {
    padding: 12px 16px;
  }
  .case-list li .con h4 {
    font-size: 16px;
  }
  .case-list li .con p {
    padding-top: 4px;
  }
  .case-list li .con .arrow {
    right: 20px;
  }
}

/* ---------- case detail ---------- */
.case-head {
  padding: 80px 0 40px;
}
.case-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #d9ad5e;
  border-radius: 2px;
  font-size: 14px;
  color: #d9ad5e;
}
.case-tit {
  padding-top: 48px;
}
.case-tit h1 {
  font-size: 32px;
}
.case-bar {
  padding-top: 40px;
  overflow: hidden;
}
.case-bar .info {
  float: left;
  font-family: Arial;
  color: #999;
  line-height: 24px;
}
.case-bar .date {
  padding-left: 24px;
  background: url("../img/date-ico.png") no-repeat left center;
}
.case-bar .visit {
  padding-left: 24px;
  background: url("../img/visit-ico.png") no-repeat left center;
}
.case-bar .share {
  float: right;
}

.case-detail {
  padding: 80px 0;
  font-size: 16px;
  line-height: 240%;
}
.case-detail p {
  padding-bottom: 24px;
}
.case-detail img {
  padding: 20px 0;
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .case-head {
    padding: 60px 0 32px;
  }
  .case-tit {
    padding-top: 32px;
  }
  .case-tit h1 {
    font-size: 24px;
  }
  .case-bar {
    padding-top: 20px;
  }
  .case-bar .share {
    display: none;
  }

  .case-detail {
    padding: 48px 0 60px;
  }
  .case-detail p {
    padding-bottom: 20px;
  }
}

/* ---------- contact ---------- */
.contact-us {
  padding: 100px 0 120px;
}

.contact-tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.contact-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.contact-list {
  padding-top: 80px;
  overflow: hidden;
}
.contact-list ul {
  width: calc(100% + 40px);
}
.contact-list li {
  float: left;
  margin-right: 40px;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  width: calc(100% / 3 - 40px);
}
.contact-list li i {
  float: left;
  margin-right: 20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  background-color: #4995e9;
}
.contact-list li i.ico-1 {
  background-image: url("../images/contact-ico-1.png");
}
.contact-list li i.ico-2 {
  background-image: url("../images/contact-ico-2.png");
}
.contact-list li i.ico-3 {
  background-image: url("../images/contact-ico-3.png");
}
.contact-list li h4 {
  padding-top: 8px;
  font-size: 16px;
}
.contact-list li p {
  padding-top: 12px;
  height: 40px;
  font-size: 15px;
}

.contact-con {
  padding-top: 80px;
  overflow: hidden;
}
.contact-other {
  float: left;
  padding: 0 0 0 40px;
  width: calc(100% - 200px);
  height: 200px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 50px;
}
.contact-qrcode {
  float: right;
  text-align: center;
}
.contact-qrcode img {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.contact-qrcode p {
  padding-top: 15px;
  font-size: 13px;
  color: #999;
}

.contact-map {
	position: relative;
	width: 100%;
	height: 600px;
}
.contact-map #map {
	width: 100%;
	height: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .contact-us {
    padding: 60px 0 80px;
  }

  .contact-tit h3 {
    font-size: 18px;
  }
  .contact-tit p {
    padding-top: 16px;
  }

  .contact-list {
    padding-top: 40px;
  }
  .contact-list ul {
    width: auto;
  }
  .contact-list li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    width: auto;
  }
  .contact-list li i {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
  .contact-list li h4 {
    padding-top: 4px;
    font-size: 14px;
  }
  .contact-list li p {
    padding-top: 4px;
    font-size: 14px;
  }

  .contact-con {
    padding-top: 20px;
  }
  .contact-other {
    float: none;
    padding: 0 0 32px 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  .contact-other li {
    font-size: 14px;
    line-height: 36px;
  }
  .contact-qrcode {
    float: none;
    padding-top: 48px;
  }

  .contact-map {
    height: 400px;
  }
}

/* ---------- search ---------- */
.search-form {
  padding: 80px 0;
  text-align: center;
}
.search-form-text {
  padding: 0 30px;
  width: 60%;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.search-form-btn {
  position: relative;
  top: 0;
  right: 0;
  margin-left: -80px;
  width: 75px;
  height: 50px;
  border: 0;
  background: url("../img/search-ico.png") no-repeat center;
  cursor: pointer;
}

.search-result {
  padding: 80px 0 100px;
}
.search-result .result-tit {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.search-result .result-tit h3 {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
.search-result .result-tit .count {
  float: right;
  padding-top: 4px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.result-list {
  padding-top: 20px;
}
.result-list ul {
  padding-bottom: 50px;
}
.result-list li {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.result-list li .pic {
  float: left;
  position: relative;
  width: 240px;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.result-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.result-list li .pic .date {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-family: "AvantGarde-Medium";
  font-size: 12px;
  color: #999;
}
.result-list li .con {
  float: right;
  width: calc(100% - 280px);
}
.result-list li .con h4 {
  font-size: 18px;
  line-height: 160%;
}
.result-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.result-list li .btm {
  padding-top: 16px;
}
.result-list li .more-btn {
  padding-right: 32px;
  background: url("../img/more-arrow.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.result-list li a:hover .pic img {
  transform: scale(1.05);
}
.result-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .search-form {
    padding: 60px 0 40px;
  }
  .search-form-text {
    width: 80%;
    height: 44px;
    border-radius: 44px;
  }
  .search-form-btn {
    margin-left: -60px;
    width: 55px;
    height: 44px;
  }

  .search-result {
    padding: 40px 0 60px;
  }

  .result-list ul {
    padding-bottom: 40px;
  }
  .result-list li {
    padding: 20px 0;
    height: auto;
  }
  .result-list li a {
    display: -webkit-flex;
    display: flex;
  }
  .result-list li .pic {
    float: none;
    width: 144px;
  }
  .result-list li .con {
    float: none;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 16px;
    width: auto;
  }
  .result-list li .con h4 {
    padding-top: 0;
    font-size: 14px;
  }
  .result-list li .con p {
    padding-top: 8px;
    -webkit-line-clamp: 1;
  }
  .result-list li .btm {
    display: none;
  }
}