﻿@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style-type: none; /*font-family: "Microsoft YaHei" */
}
body {
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  text-decoration: none;
  outline: none;
}
input:focus, button, button:focus,textarea {
  outline: none;
}
select, button, input, textarea {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
select {
  border: 1px solid #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

header {
  background: #ffffff;
  position: relative;
  z-index: 1000;
}

.bgf4 {
  background: #f4f4f4;
}
.bgfff {
  background: #fff;
  margin: 30px 0;
  overflow: hidden;
}
.clear {
  clear: both;
}
.none {
  display: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.eps {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clamp2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.clamp3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.logo {
  float: left;
  height: 52px;
  overflow: hidden;
  position: relative;
  margin: 28px 0;
}

._siteNavWrap {
  position: relative !important;
}
.navbarBox {
  position: relative;
  z-index: 99;
}
.navbarBox:after {
  content: "";
  width: 100%;
  display: block;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 100%;
}
.navbarBox.navHover:after {
  background: rgba(0, 0, 0, .5);
}
.navbarBox .mask {
  z-index: 3;
  position: absolute;
  top: 108px;
  left: 0;
  height: 90px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.index-tit{
  position: relative;
  overflow: hidden;
  padding: 7% 0 5%;
}
.index-tit h1:before,.index-tit h1:after{
  content: '';
  display: inline-block;
  width: 123px;
  height: 1px;
  background: #999999;
  vertical-align: super;
  margin: 0 6px;
}
.index-tit h1{
  text-transform: uppercase;
  color: #bbbbbb;
  margin-bottom: 15px;
}
.index-tit h1 span{
  color: #000;feek
}
.index-tit p{
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  text-transform: capitalize;
}
.idx-advantages .index-tit h1 span,.idx-about .index-tit h1 span{
  color: #ffffff;
}

.idx-product{
  overflow: hidden;
  padding-bottom: 3%;
}
.idx-product li{
  margin-bottom: 4%;
}
.idx-product li .main{
  background: #ffffff;
}
.idx-product li a{
  display: block;
}
.idx-product li .pic{
  overflow: hidden;
  height: 283px;
}
.idx-product li .pic img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.idx-product li .txt{
  padding: 30px 0;
}
.idx-product li h4{
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.idx-product li p{
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.idx-product li a:hover .main{
  background: #0D9AE4;
}
.idx-product li a:hover h4,.idx-product li a:hover p{
  color: #ffffff;
}

.idx-advantages{
  overflow: hidden;
  background: url(../images/idx-ys.jpg) no-repeat center;
  background-size: cover;
}
.idx-advantages ul{
  overflow: hidden;
  padding: 3% 0;
}
.idx-advantages ul li{
  overflow: hidden;
  color: #ffffff;
  padding-top: 15px;
  margin-bottom: 3%;
}
.idx-advantages ul li .num{
  font-size: 24px;
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 78px;
  line-height: 74px;
  text-align: center;
}
.idx-advantages ul li .info{
  margin-left: 20px;
  width: calc(100% - 150px);
  margin-top: -12px;
}
.idx-advantages ul li .info h5{
  line-height: 20px;
  overflow: hidden;
  height: 100px;
  margin-top: 15px;
  opacity: 0.9;
}

#certify{
  position: relative;
  margin: 2% auto 6%;
}
#certify  .swiper-slide {
  width:565px;
}
#certify .swiper-slide img{
  width:100%;
  height:540px;
  display:block;
}
#certify  .swiper-slide .shadow{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
#certify  .swiper-slide .text{
  position: relative;
  padding-right: 10%;
  display: none;
}
#certify  .swiper-slide .text:after{
  content: '';
  display: block;
  width: 4px;
  height: 60px;
  background: #0D9AE4;
  position: absolute;
  right: 0;
  top: 0;
}
#certify  .swiper-slide .text h3{
  color: #000;
  margin: 5% 0;
}
#certify  .swiper-slide .text p{
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-slide-active .text {
  display: block;
}
#certify .swiper-slide-active .shadow {
  display: none;
}
#certify .swiper-button-prev,#certify .swiper-button-next{
  width: 54px;
  height: 54px;
  top: 45%;
}
#certify .swiper-button-prev{
  left: 3%;
  background: url(../images/ban_prev.png) no-repeat;
}
#certify .swiper-button-next{
  right: 3%;
  background: url("../images/ban_next.png") no-repeat;
}

.idx-about{
  overflow: hidden;
  background: url(../images/idx-gy.png) no-repeat top center;
  padding-bottom: 5%;
}
.about-main{
  overflow: hidden;
  background: #ffffff;
  padding: 3%;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
}
.about-main .a-l{
  padding: 0 5% 0 0;
}
.about-main .a-l img{
  width: 100%;
}
.about-main .a-r{
  overflow: hidden;
  padding: 0 4% 0 0;
}
.about-main .a-r .h4{
  font-size: 20px;
  color: #2B6DB5;
  margin-top: 8%;
}
.about-main .a-r .h1{
  font-size: 40px;
  color: #999999;
  text-transform: capitalize;
  margin-bottom: 8%;
}
.about-main .a-r .infos{
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-align: justify;
}

.seemore{
  display: block;
  width: 100px;
  font-size: 14px;
  line-height: 29px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 15%;
}
.seemore.auto{
  margin: 4% auto 8%;
}

.idt-news{
  overflow: hidden;
}
.idt-news li{
  overflow: hidden;
  margin-bottom: 8px;
}
.idt-news li a{
  display: block;
  overflow: hidden;
}
.idt-news li .n-l{
  overflow: hidden;
  padding: 10px 0 15px;
  border-bottom: 1px solid #ddd;
  margin-right: 4%;
}
.idt-news li .n-r{
  padding: 0;
}
.idt-news li .n-r img{
  width: 100%;
}
.idt-news li .time{
  width: 95px;
  font-size: 55px;
  color: #0063C8;
}
.idt-news li .time span{
  display: block;
  font-size: 24px;
  color: #0D9AE4;
  line-height: 1;
}
.idt-news li .txt{
  margin-left: 15px;
  width: calc(100% - 110px);
}
.idt-news li .txt h1{
  font-size: 28px;
  color: #000;
  line-height: 30px;
  margin-bottom: 20px;
}
.idt-news li .txt p{
  font-size: 18px;
  line-height: 25px;
  color: #999;
}
.idt-news li .txt h1:hover{
  color: #0d9ae4;
}
.idt-news .seemore{
  margin: 0 auto;
}

.foot{
  overflow: hidden;
  background: #333;
  padding: 3% 0 2%;
}
.foot .logo_foot{
  text-align: center;
  padding: 0;
}
.foot .footit{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.foot .links a{
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot .links a:hover,.foot .contact a:hover{
  color: #cccccc;
}
.foot .foot-m{
  position: relative;
}
.foot .contact{
  font-size: 14px;
  line-height: 28px;
  color: #999;
}
.foot .contact a{
  color: #999;
}
.copyright{
  background: #333;
  text-align: center;
}
.copyright p{
  font-size: 14px;
  color: #999;
  line-height: 26px;
  padding: 22px 3%;
}
.copyright a{
  color: #999;
}

.ny_banner img {
  display: block;
  width: 100%;
}

.location{
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background: #ffffff;
  margin: 0 7%;
}
.position {
  line-height: 98px;
  font-size: 14px;
  color: #999;
  background: url(../images/loction.png) no-repeat left;
  padding-left: 16px;
}
.position a {
  color: #999;
}
.position span {
  color: #0D9AE4;
}

.navMenubox {
  padding: 0;
}
.navMenubox ul {
  overflow: hidden;
  margin: 0;
}
.navMenubox li {
  float: left;
  line-height: 98px;
  font-size: 16px;
  position: relative;
}
.navMenubox li a {
  color: #999;
  padding: 0 15px;
  border-left: 1px solid #ddd;
}
.navMenubox li:last-child a{
  border-right: 1px solid #ddd;
}
.navMenubox li.cur:after{
  content: '';
  display: block;
  width: 64px;
  height: 2px;
  background: #0d9ae4;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.navMenubox li.cur a {
  color: #0D9AE4;
}

.about-mid{
  overflow: hidden;
  background: #0D9AE4;
  position: relative;
}
.about-mid .col-md-6{
  padding: 0;
}
.about-mid video{
  display: block;
  object-fit: cover;
}
.about-mid .amid-r{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  padding: 0 5%;
  text-align: justify;
}
.about-mid .amid-r h3{
  background: url(../images/arrow.png) no-repeat left;
  padding-left: 35px;
  margin-bottom: 5%;
}
.about-mid .amid-r p{
  font-size: 16px;
  line-height: 22px;
}

.about_contair {
  padding: 4% 0;
  margin: 0 7%;
}
.about_contair.bordertop {
  border-top: 1px dotted #999;
  border-bottom: 1px solid #ddd;
  padding: 3% 15px 0;
}
.about_contair.pt0{
  padding-top: 0;
}
.about_contair .since {
  font-size: 30px;
  line-height: 35px;
  color: #0D9AE4;
}
.about_contair .company {
  margin-top: 3%;
  font-size: 27px;
  line-height: 40px;
  color: #333;
}
.about_contair .buld-tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 30px;
}
.about_contair p, .about_contair span {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  text-align: justify;
}
.about_contair p.cl3, .about_contair.c13 p, .about_contair.c13 span {
  color: #333;
}
.about_contair img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.about_contair .btit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.about_contair .news_detail {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin: 3% 0 -2%;
}
.about_contair .news_detail span {
  margin: 0 2%;
  font-size: 12px;
}
.about_contair .case-tit {
  clear: both;
  width: 100%;
  font-size: 16px;
  color: #0D9AE4;
  padding: 3% 0 2%;
}
.about_contair .case-tit em{
  font-style: normal;
  text-transform: uppercase;
  color: #ddd;
}

.honest-box{
  overflow: hidden;
  background: url(../images/aboutbg.png) no-repeat center;
  background-size: cover;
}
.honest-box ul{
  overflow: hidden;
  padding: 5% 10% 0;
}
.honest-box ul li{
  margin-bottom: 3%;
}
.honest-box ul li h4{
  font-size: 20px;
  color: #0063c8;
  margin-top: 20px;
}
.honest-box ul li p{
  font-size: 14px;
  color: #bbb;
}

.process-build{
  margin: 0 7%;
  overflow: hidden;
}
.process-build ul{
  overflow: hidden;
  margin-bottom: 6%;
}
.process-build ul li{
  overflow: hidden;
  position: relative;
}
.process-build ul li{
  padding: 0;
}
.process-build ul li.pic img{
  display: block;
  width: 100%;
}
.process-build ul li .small{
  background: #0D9AE4;
  width: 56px;
  line-height: 56px;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.process-build ul li .big{
  background: #f8f8f8;
  width: 240px;
  line-height: 240px;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
}
.process-build ul li .rela{
  position: relative;
  overflow: hidden;
}
.process-build ul li .float{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.process-build ul li h2{
  font-size: 27px;
  color: #000;
}
.process-build ul li.fl{
  padding-right: 5%;
}
.process-build ul li.fr{
  padding-left: 5%;
}
.process-build ul li.fl .float{
  right: 0;
  align-items: flex-end;
}

.devlp-history{
  position: relative;
  background: url(../images/tree.png) repeat-y center;
  padding: 0 25% 3%;
  margin: 0 0 8%;
}
.devlp-history:after{
  content: '待续';
  text-align: center;
  font-size: 24px;
  color: #0d9ae4;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.devlp-history ul{
  overflow: hidden;
}
.devlp-history ul li{
  overflow: hidden;
  margin: 10px 0 20px;
}
.devlp-history ul li h1{
  font-size: 38px;
  color: #0d9ae4;
  margin-bottom: 15px;
}
.devlp-history ul li h1 span{
  font-size: 28px;
  color: #0d9ae4;
}
.devlp-history ul li p{
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.devlp-history ul li p:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #F79C03;
  border-radius: 2px;
  margin-right: 3px;
}
.devlp-history ul li.fl{
  padding-right: 50px;
  background: url(../images/item.png) no-repeat 99% 0;
}
.devlp-history ul li.fr{
  padding-left: 50px;
  background: url(../images/item.png) no-repeat 0 1%;
}
.devlp-history ul li.fl h1{
  text-align: right;
}

.customer-case{
  margin: 0 7%;
  overflow: hidden;
}
.customer-case ul li{
  position: relative;
  overflow: hidden;
  margin-bottom: 5%;
}
.customer-case ul li img{
  display: block;
  width: 100%;
}
.customer-case ul li .shaow{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(13,154,228,.8);
  color: #ffffff;
  padding: 5% 3%;
  max-width: 50%;
  text-align: justify;
}
.customer-case ul li:nth-child(2n) .shaow{
  left: auto;
  right: 0;
}
.customer-case ul li .shaow p{
  font-size: 12px;
  line-height: 17px;
}

.classic-case{
  overflow: hidden;
  margin: 0 7%;
}
.classic-case ul{
  overflow: hidden;
  margin: 0 -15px;
}
.classic-case ul li{
  margin-bottom: 4%;
}
.classic-case ul li a{
  display: block;
}
.classic-case ul li .pic{
  overflow: hidden;
  height: 300px;
}
.classic-case ul li .pic img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.classic-case ul li .shaow{
  overflow: hidden;
  position: relative;
  padding: 25px 20px 10px;
}
.classic-case ul li .shaow:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0D9AE4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
.classic-case ul li .shaow h4{
  font-size: 16px;
  color: #999999;
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
}
.classic-case ul li .shaow p{
  font-size: 12px;
  color: #0D9AE4;
  background: url(../images/more1.png) no-repeat right;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.classic-case ul li a:hover .shaow:after{
  height: 100%;
}
.classic-case ul li a:hover .shaow h4,.classic-case ul li a:hover .shaow p{
  color: #ffffff;
}


.honor-list {
  margin: 0 7%;
}
.honor-list ul {
  overflow: hidden;
  margin: 0 -40px;
}
.honor-list ul li {
  padding: 0 40px;
  margin-bottom: 4%;
}
.honor-list ul li .main {
  border: 2px solid rgba(0,0,0,.5);
  position: relative;
}
.honor-list ul li .main.nobk {
  border: none;
  padding: 0;
}
.honor-list ul li .main .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 391px;
}
.honor-list ul li .main .img.tz {
  height: 138px;
}
.honor-list ul li .main .img img {
  max-width: 100%;
  max-height: 100%;
}
.honor-list ul li .main .pic {
  overflow: hidden;
  height: 180px;
}
.honor-list ul li .main .pic img {
  width: 100%;
  min-height: 100%;
}
.honor-list ul li p {
  font-size: 14px;
  line-height: 50px;
  color: #333;
}
.honor-list ul li .absoult{
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 3.65;
}

.honor-list ul li h2 {
  font-size: 16px;
  line-height: 50px;
  color: #333;
  background: #f5f5f5;
}

.honor-list ul li .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .5);
  padding: 8px;
  display: none;
}

.honor-list ul li .shadow a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #bfbfbf;
  width: 100%;
  height: 100%;
}

.honor-list ul li .shadow h1 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
}

.honor-list ul li .shadow h5 {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.honor-list ul li:hover .shadow {
  display: block;
}

.fynumber {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 3% auto 5%;
  color: #999;
  font-size: 14px;
}
.fynumber a, .fynumber span {
  padding: 5px 11px 5px 11px;
  display: inline-block;
  color: #999;
  border: 1px solid #ddd;
  background: #ffffff;
  margin: 0 0 4px 4px
}
.fynumber a.cur, .fynumber .current, .fynumber a:hover {
  background: #999;
  border: 1px solid #999;
  color: #fff;
}

.pro_turn {
  overflow: hidden;
  margin: 4% 0;
}
.pro_turn .fpbox {
  overflow: hidden;
  background: #ffffff;
  padding: 2.5% 0;
}
.pro_turn p {
  font-size: 20px;
  color: #999;
  line-height: 2;
  margin: 0;
}
.pro_turn a {
  color: #333;
}
.pro_turn a:hover {
  color: #0D9AE4;
}
.pro_turn .fl a{
  margin-left: 5%;
}
.pro_turn .fr a{
  margin-right: 5%;
}

.random-box{
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 7%;
}
.random-box .case-tit {
  clear: both;
  width: 100%;
  font-size: 16px;
  color: #0D9AE4;
  padding: 3% 15px 2%;
  border-bottom: 1px solid #ddd;
}
.random-box .case-tit em{
  font-style: normal;
  text-transform: uppercase;
  color: #ddd;
}
.random-list{
  overflow: hidden;
  margin-bottom: 3%;
}
.random-list li{
  font-size: 16px;
  background: url(../images/point.png) no-repeat left;
  padding-left: 32px;
  margin: 1.8% 0;
}
.random-list li a{
  color: #333333;
}
.random-list li a:hover{
  color: #0D9AE4;
}

.produce-envir{
  overflow: hidden;
  margin: 0 7%;
}
.produce-envir ul{
  overflow: hidden;
  margin: 0 -28px;
}
.produce-envir ul li{
  padding: 0 28px;
  margin-bottom: 4%;
}
.produce-envir ul li .pic{
  overflow: hidden;
  height: 300px;
}
.produce-envir ul li .pic img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.produce-envir ul li .info{
  position: relative;
  z-index: 2;
  background: #ffffff;
  overflow: hidden;
  margin-top: -10%;
  margin-left: 10%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  padding: 4% 3%;
}
.produce-envir ul li .info h4{
  color: #0d9ae4;
  margin-top: 0;
}
.produce-envir ul li .info p{
  font-size: 12px;
  line-height: 17px;
  color: #999;
}

.product-type{
  overflow: hidden;
  margin: 0 7%;
}
.product-type ul{
  overflow: hidden;
  margin: 0 -15px;
}
.product-type ul li{
  margin-bottom: 4%;
}
.product-type ul li a{
  display: block;
  position: relative;
  padding-bottom: 94px;
}
.product-type ul li .pic{
  overflow: hidden;
  height: 340px;
  position: relative;
}
.product-type ul li .pic img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.product-type ul li .shaow{
  overflow: hidden;
  padding: 20px 20px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-type ul li .shaow:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0D9AE4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
  z-index: 1;
}
.product-type ul li .shaow h3{
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.product-type ul li .shaow h6{
  font-size: 12px;
  color: #0D9AE4;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
}
.product-type ul li .shaow .info{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  height: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.product-type ul li .shaow .info .hidbox{
  height: 120px;
  overflow: hidden;
}
.product-type ul li .shaow .info .hidbox p{
  background: url(../images/d.png) no-repeat left;
  padding-left: 16px;
}
.product-type ul li a:hover .shaow h3{
  color: #fff;
}
.product-type ul li a:hover .shaow h6{
  color: #fff;
}
.product-type ul li a:hover .info{
  height: auto;
  margin-bottom: 30px;
}
.product-type ul li a:hover .pic:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.product-type ul li a:hover .shaow:after{
  height: 100%;
}

.product-list{
  margin: 0 7%;
}
.product-list ul{
  overflow: hidden;
  margin: 0 -15px;
}
.product-list ul li{
  overflow: hidden;
  height: 229px;
  margin-bottom: 4%;
}
.product-list ul li a{
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.product-list ul li img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.product-list ul li h4{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(0,0,0,.5);
  font-size: 16px;
  color: #ffffff;
  line-height: 3;
}

.news-special{
  overflow: hidden;
  background: #f4f4f4;
  padding: 20px 0;
}
.news-special img{
  display: block;
  width: 100%;
  min-height: 100%;
}
.news-special .newspe-l,.news-special .newspe-r{
  padding: 0;
  overflow: hidden;
}
.news-special .newspe-l h4,.news-special .newspe-r h4{
  line-height: 22px;
  margin: 0 0 12px;
  font-weight: bold;
}
.news-special .newspe-l p,.news-special .newspe-r p{
  font-size: 12px;
  line-height: 17px;
  color: #999999;
}
.news-special .newspe-l{
  height: 420px;
}
.news-special .newspe-l .absoult{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.news-special .newspe-l .txt{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5% 5%;
}
.news-special .newspe-l h4{
  color: #fff;
}
.news-special .newspe-r{
  padding-left: 20px;
}
.news-special .newspe-r .bbox{
  border-bottom: 2px solid #0D9AE4;
  padding: 30px 8%;
  background: #ffffff;
}
.news-special .newspe-r .pic{
  overflow: hidden;
  height: 290px;
}
.news-special .newspe-r h4{
  font-size: 16px;
  color: #000;
}
.news-special .newspe-r h4:hover{
  color: #0D9AE4;
}

.news-page{
  overflow: hidden;
}
.news-page .idt-news{
  margin-bottom: 3%;
}
.news-page .idt-news li{
  background: #ffffff;
  margin-bottom: 10px;
  padding: 3% 4% 3% 3%;
}
.news-page .idt-news li .n-l{
  border-bottom: none;
  padding: 0;
}
.news-page .idt-news li .time{
  background: #0d9ae4;
  color: #ffffff;
  width: 111px;
  text-align: center;
  padding: 10px 0 20px;
}
.news-page .idt-news li .time span{
  color: #ffffff;
}
.news-page .idt-news li .txt{
  margin-left: 30px;
  width: calc(100% - 141px);
}
.news-page .idt-news li .txt h1{
  font-size: 24px;
  margin-top: 12px;
}
.news-page .idt-news li .txt p{
  font-size: 14px;
  line-height: 20px;
}
.news-page .fynumber{
  margin: 0;
}

.contact_us {
  overflow: hidden;
  padding: 30px 0 10px;
  margin: 0 -25px;
}
.contact_us .col-md-6 {
  padding: 0 25px;
}
.contact_us .contact-way {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 8% 10%;
}
.contact_us .contact-way h2{
  font-size: 28px;
  color: #666666;
  line-height: 2;
  position: relative;
}
.contact_us .contact-way h2:after{
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background: #000000;
}
.contact_us .contact-way .item{
  overflow: hidden;
  margin-top: 20px;
}
.contact_us .contact-way .item h4{
  font-size: 20px;
  color: #000000;
}

.feedback-box{
  overflow: hidden;
  background: url(../images/feedbg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.feedback-box .feed-tit{
  color: #ffffff;
  overflow: hidden;
  padding: 3% 0 2%;
}
.feedback-box .feed-tit h5{
  font-size: 13px;
  margin: 25px 0 0;
}
.feedback-box ul{
  overflow: hidden;
  padding-left: 17%;
  padding-right: 6%;
}
.feedback-box ul li{
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.feedback-box ul li .tit{
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  width: 58px;
  text-align: justify;
  text-align-last: justify;
  margin-right: 20px;
}
.feedback-box ul li input{
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
  width: 50%;
}
.feedback-box ul li textarea{
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px;
  width: 76%;
}
.feedback-box ul li img{
  width: 85px;
  height: 30px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.feedback-box .btn{
  display: block;
  width: 200px;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  padding: 0;
  background: rgba(0,0,0,.4);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .navbar-nav > li:hover .dropdown-menu {
    display: block;
  }
  .navbar-nav > li.language:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 21px;
  }
  .dropdown-menu {
    padding: 0;
  }
  .dropdown-menu a {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 90px;
    padding: 0;
    margin-right: 20px;
    opacity: 0.5;
  }
  .dropdown-menu a:last-child{
    margin: 0;
  }
  .dropdown-menu a:hover{
    color: #fff;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .navbar-nav > li{
    font-size: 14px;
  }
  .idx-product li .pic{
    height: 215px;
  }
  .position{
    display: none;
  }
  .honor-list ul li .main .pic {
    height: 138px;
  }
  .produce-envir ul li .pic{
    height: 240px;
  }
  .product-list ul li{
    height: 177px;
  }
  .news-special .newspe-l{
    height: 352px;
  }
  .news-special .newspe-r .pic{
    height: 231px;
  }
  .news-special .newspe-r .bbox{
    padding: 17px 8%;
  }
  .classic-case ul li .pic{
    height: 237px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .honor-list ul li .main .img{
    padding: 10px;
    height: 280px;
  }
  .product-type ul li .pic{
    height: 262px;
  }
}
@media (max-width: 991px) {
  .idx-product li .pic {
     height: 347px;
  }
  .foot .foot-m,.foot .logo_foot{
    display: none;
  }
  .idx-advantages ul li{
    margin-bottom: 30px;
  }
  .idx-advantages ul li .info h5{
    height: auto;
  }
  .about-main .a-l,.about-main .a-r{
    padding: 0;
  }
  .about-main .seemore{
    margin: 8% 0;
  }
  .idt-news li .n-l{
    margin: 0 -15px 10px;
    padding: 20px 0;
  }
  .location,.about_contair,.process-build,.customer-case,.honor-list,.classic-case,.produce-envir,.product-type,.product-list{
    margin: 0 3%;
  }
  .navMenubox li {
    line-height: 50px;
  }
  .about-mid .amid-r{
    position: relative;
    display: block;
    padding: 5% 3%;
  }
  .honest-box ul li{
    padding: 10px 0;
  }
  .honor-list ul li .main .pic {
    height: 240px;
  }
  .process-build ul li.fl,.process-build ul li.fr{
    padding: 0;
  }
  .process-build ul li .rela{
    margin-top: 20px;
  }
  .devlp-history,.devlp-history ul li{
    background: none!important;
  }
  .devlp-history ul li{
    padding: 0!important;
    text-align: left;
  }
  .devlp-history:after{
    position: relative;
    bottom: 0;
  }
  .devlp-history ul li.fl h1{
    text-align: left;
  }
  .customer-case ul li .shaow{
    position: relative;
    max-width: 100%;
    width: 100%;
  }
  .classic-case ul li .pic{
    height: auto;
  }
  .produce-envir ul li .pic{
    height: auto;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none;
  }
  .pro_turn{
    margin: 2% 0;
  }
  .pro_turn .fpbox{
    margin-bottom: 10px;
  }
  .product-list ul li{
    height: 229px;
  }
  .news-special .newspe-l,.news-special .newspe-r .pic{
    height: auto;
  }
  .news-special .newspe-r{
    padding-left: 0;
    margin-top: 15px;
  }
  .news-page .idt-news li .time{
    margin-top: 15px;
  }
  .contact_us .contact-way{
    margin-bottom: 15px;
    padding: 5% 5%;
  }
  .feedback-box{
    margin: 0 -3%;
    padding: 0 3% 10%;
  }
  .feedback-box ul{
    padding: 0;
  }
  .feedback-box ul li input,.feedback-box ul li textarea{
    width: calc(100% - 78px);
  }
  .feedback-box .feed-tit{
    padding: 5% 0;
  }
  .feedback-box ul li img{
    position: absolute;
    right: 17px;
    top: 2px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .navbar-collapse.collapse{
    width: 100%;
  }
  .navbar-nav > li > .dropdown-menu,.navbarBox .mask{
    display: none;
  }
}
@media (max-width: 767px) {
  .bgfff{
    margin: 15px 0;
  }
  .index-tit h1{
    font-size: 20px;
  }
  .index-tit h1:before, .index-tit h1:after{
    width: 10%;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px !important;
  }
  .container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .logo {
    height: 34px;
    margin: 10px 0;
  }
  .nav > li {
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    font-size: 18px;
    padding: 0 3%;
  }
  .navbar-nav > li > .dropdown-menu {
    margin: 5px -3% 0;
    background: rgba(0,0,0,.5);
    display: block !important;
    position: relative;
    float: none;
    padding: 0 3%;
  }
  .navbar-nav > li > .dropdown-menu > a {
    color: #fff;
    float: left;
    line-height: 40px;
    margin-right: 15px;
    padding: 2px 0;
    white-space: nowrap;
  }
  .navbar-nav > li > .dropdown-menu > a:last-child {
    margin-right: 0;
  }
  .idx-product{
    margin: 0 -5px;
  }
  .idx-product li{
    padding: 0 5px;
  }
  .idx-advantages ul li .num{
    width: 60px;
    line-height: 56px;
    font-size: 20px;
  }
  .idx-advantages ul li .info{
    width: calc(100% - 80px);
  }
  .idx-advantages ul li .info h3{
    font-size: 18px;
  }
  #certify .swiper-slide{
    width: 300px;
  }
  #certify .swiper-slide img{
    height: 286px;
  }
  #certify .swiper-slide .text h3{
    font-size: 20px;
  }
  .idt-news li .time{
    font-size: 30px;
    width: 65px;
    margin-top: 15px;
  }
  .idt-news li .time span{
    font-size: 16px;
  }
  .idt-news li .txt{
    width: calc(100% - 85px);
  }
  .idt-news li .txt h1,.news-page .idt-news li .txt h1{
    font-size: 19px;
    margin-bottom: 3px;
  }
  .idt-news li .txt p{
    font-size: 14px;
    line-height: 18px!important;
  }
  .news-page .idt-news li .time{
    width: 80px;
  }
  .news-page .idt-news li .txt{
    margin-left: 10px;
    width: calc(100% - 90px);
  }
  .foot .contact,.copyright p{
    font-size: 12px;
    line-height: 20px;
  }
  .ny_navs li {
    margin: 0;
  }

  .navbarBox:after {
    display: none !important;
  }

  .about_contair .since,.about-mid .amid-r h3{
    font-size: 22px;
  }
  .about_contair .company {
    font-size: 18px;
    line-height: 1;
  }
  .about_contair .company span {
    font-size: 14px;
  }
  .about_contair .btit {
    font-size: 20px;
    line-height: 30px;
  }
  .about_contair .case-tit{
    padding: 30px 0 10px;
  }
  .random-box .case-tit{
    padding: 20px 0 15px;
    margin-bottom: 10px;
  }
  .pro_turn p{
    font-size: 14px;
  }
  .process-build ul li .rela{
    margin: 10px 0 10px;
  }
  .process-build ul li .small{
    width: 46px;
    line-height: 46px;
    font-size: 18px;
  }
  .process-build ul li .big{
    width: 120px;
    line-height: 120px;
    font-size: 46px;
  }
  .process-build ul li h2{
    font-size: 18px;
  }
  .random-box{
    margin-bottom: 15px;
  }
  .devlp-history{
    padding: 0 3%;
  }
  .devlp-history ul li h1{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .devlp-history ul li h1 span{
    font-size: 16px;
  }
  .devlp-history:after{
    font-size: 22px;
  }
  .honor-list ul{
    margin: 0;
  }
  .honor-list ul li {
    padding: 0;
  }
  .honor-list ul li .main .img{
    height: auto;
  }
  .honor-list ul li .absoult{
    font-size: 16px;
    line-height: 3;
  }
  .product-type ul li .pic{
    height: auto;
  }
  .honor-list ul li .main .pic,.product-list ul li {
    height: auto;
  }
  .contact_us .contact-way h2{
    font-size: 22px;
  }
  .contact_us .contact-way .item h4{
    font-size: 18px;
  }
  .feedback-box .feed-tit h1{
    font-size: 22px;
  }
  .feedback-box .feed-tit h5{
    margin-top: 10px;
  }
  .feedback-box ul li{
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .idx-product li .pic {
    height: 180px;
  }
}
