@charset "utf-8";
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
@font-face {
  src: url(../fonts/HelveticaInserat.ttf);
}
@font-face {
  font-family: 'FuturistCondensed';
  src: url('../fonts/FuturistCondensed Regular.TTF');/* IE9*/
  src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
  /*url('../fonts/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
  url('../fonts/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
@font-face {
  font-family: "HelveticaNeueCE";
  src: url("../fonts/HelveticaNeueLTPro-Roman.ttf") format("truetype"),
       url("../fonts/HelveticaNeueLTPro-Roman.eot") format("embedded-opentype"),
       url("../fonts/HelveticaNeueLTPro-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family:'HelveticaNeueCE';
  min-width: 320px;
  color: #666;
  overflow-x: hidden;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.last {
  margin-right: 0 !important;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #666;
}
a:hover {
  color: #d80808;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  width: 1200px;
  padding: 0;
}
.container2 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
p{
  margin:0;
}
#lightbox-container-image-data-box{
  box-sizing: content-box !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
  z-index: 99;
}
/*-header-*/
.header {
  clear: both;
  padding: 0 40px;
  background: #eeeeee;
  position: relative;
  z-index: 2;
}
.logo{
  line-height: 82px;
}
.header .nav_product{
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
}
.header .nav_product>ul{
  width: 100%;
}
.header .nav_product>ul>li{
  float: left;
  width: 33.33%;
  text-align: center;
  background: #434343;
  height: 155px;
  border-right:1px solid #898989;
  transition: 0.3s;
  position: relative;
}
.header .nav_product>ul>li:last-child{
  border:none;
}
.header .nav_product>ul>li div{
  height: 73px;
  overflow: hidden;
  padding-top:2px;
  margin:25px 0 17px;
}
.header .nav_product>ul>li div img{
  transition: 0.5s;
}
.header .nav_product>ul>li p{
  color:#fff;
  text-transform: uppercase;
  transition: 0.5s;
}
.header .nav_product>ul>li ul{
  display: none;
  position: absolute;
  top:100%;
  width: 100%;
  border-top:1px solid rgba(67, 67, 67, 0.2);
  background: #fff;
  padding: 30px 0;
  -webkit-animation: fadeIn 0.8s both ;
  animation: fadeIn 0.8s both ;
}
.header .nav_product>ul>li ul li{
  margin:15px 0;
}
.header .nav_product>ul>li ul li a{
  color:#434343;
  transition: 0.3s;
}
.header .nav_product.on{
  display: block;
  -webkit-animation: fadeInDown 0.8s both ;
  animation: fadeInDown 0.8s both ;
}
.header .nav_product>ul>li ul li a:hover{
  color:#1175b6;
}
.header .nav_product>ul>li:hover{
  background: #fff;
}
.header .nav_product>ul>li:hover div img{
  transform: translateY(-73px)
}
.header .nav_product>ul>li:hover p{
  color:#1175b6;
}
.header .nav_product>ul>li:hover ul{
  display: block;
}
/*-banner-*/
.banner {
  clear: both;
}
.banner img {
  width: 100%;
}
.banner_slide .ban_cont {
  color:#fff;
  -webkit-animation: fadeOutRight 1.5s both 1s;
  animation: fadeOutRight 1.5s both 1s;
  padding-top:20%;
}
.banner_slide .ban_cont img{
  width: 415px;
  margin-bottom: 20px;
}
.banner_slide .ban_cont a{
  display: inline-block;
  padding: 12px 45px;
  font-size: 12px;
  text-transform: uppercase;
  color:#dddddd;
  border:1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  margin-top:30px;
  letter-spacing: 4px;
}
.banner_slide.slick-active .ban_cont{
  -webkit-animation: fadeInDown 1.5s both 1s;
  animation: fadeInDown 1.5s both 1s;
}
.slick-dots LI.slick-active BUTTON{
  background: #0055a2;
}
.nav {
  position: relative;
  z-index: 2;
  margin-left: 80px;
}
.nav ul li {
  float: left;
  position: relative;
  margin:0 10px;
}
.nav ul li a {
  transition: 0.3s;
  display: block;
  color: #5c5c5c;
  padding: 0 20px;
  line-height: 79px;
}
.nav ul li:hover a {
  color: #1175b6;
}
.nav ul li:hover ul li a {
  background: #fff;
  color: #333;
}
.nav ul li ul {
  width: 100%;
  position: absolute;
  padding: 10px 0;
  background: #fff;
  display: none;
}
.nav ul li ul li {
  float: none;
  font-size: 14px;
  line-height: 30px;
  border-right: 0;
}
.nav ul li ul li a {
  padding: 0;
  display: block;
  text-align: center;
}
.nav ul li ul li a:hover {
  background: #d80808;
  color: #fff;
}
.nav ul li ul li .three {
  position: absolute;
  left: 100%;
  width: 100%;
  top: -10px;
  padding: 10px 0;
  display: none;
}
.nav ul li.active a {
  color: #1175b6;
  border-bottom: 3px solid #1175b6;
}
.nav ul li:last-child {
  border-right: 0;
}
.ui-box {
  text-decoration:none;
  border:none;
  position:relative;
  vertical-align:baseline;
}
.bottom-inOutSpread:before,.bottom-inOutSpread:after,.bottom-inOutSpread>.ui-border-element:before,.bottom-inOutSpread>.ui-border-element:after {
  content:'';
  position:absolute
}
.bottom-inOutSpread:after {
  border-bottom: 3px solid #1175b6;
  left:51%;
  right:51%;
  bottom:-3px;
  -webkit-transition-property:all;
  -moz-transition-property:all;
  -o-transition-property:all;
  transition-property:all;
  -webkit-transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration:500ms;
  -moz-transition-duration:500ms;
  -o-transition-duration:500ms;
  transition-duration:500ms;
  -webkit-transition-delay:0s;
  -moz-transition-delay:0s;
  -o-transition-delay:0s;
  transition-delay:0s;
  transition: all 0.5s;
}
.bottom-inOutSpread:hover:after {
  left:0%;
  right:0%
}
.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay:0s;
  -moz-transition-delay:0s;
  -o-transition-delay:0s;
  transition-delay:0s
}
.language {
  max-width: 140px;
  position: relative;
  line-height: 32px;
  border:1px solid #b5b5b5;
  margin-top:25px
}
.language a {
  color: #5c5c5c;
  display: block;
  padding:0 10px;
}
.language .lang-none {
  position: absolute;
  z-index: 99;
  display: none;
  width: 100%
}
.language .lang-none a{
  color: #333;
}
.language:hover .lang-none {
  display: block;
}
.language .lang-none a:hover{
  background: #5c5c5c;
  color: #fff;
}
.sytit-wrap {
  text-align: center;
}
.sytit-wrap p {
  line-height: 40px;
  font-size: 13px;
  color: #333;
}
.sytit {
  background: url(../images/sybg1.png) no-repeat center;
  margin-top: 70px;
}
.sytit .sytitwrap {
  position: relative;
  top: -15px;
}
.sytit h3 {
  font-family: "黑体";
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.sytit b {
  font-family: "HelveticaInserat";
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 100;
}
/* 首页产品中心 */
.sypro{
  padding: 0 1.5%;
}
.sypro>ul>li{
  margin-bottom: 45px;
}
.sypro .sypro_img{
  float: left;
  width: 55%;
  overflow: hidden;
}
.sypro .sypro_img>div{
  display: none;
}
.sypro .sypro_img>div img{
  transition: 2s;
}
.sypro .sypro_img>div:hover img{
  transform: scale(0.95);
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.sypro .sypro_nav{
  width: 45%;
  float: right;
  padding-left:3%;
  padding-right: 18%
}
.sypro .sypro_nav h3{
  font-size: 36px;
  color:#727272;
  text-transform: capitalize;
  margin:8% 0;
}
.sypro .sypro_nav span{
  display: block;
  line-height: 1.5;
  margin-bottom: 35px;
  color:#727272;
}
.sypro .sypro_nav ul li{
  float: left;
  width: 111px;
  height:111px;
  border:1px solid #dcdcdc;
  text-align: center;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.sypro .sypro_nav ul li a{
  display: block;
  height: 100%;
  padding-top: 45px;
  color:#727272;
  transition: 0.3s;
  position: relative;
}
.sypro .sypro_nav ul li a::before{
  content:'';
  width: 17px;
  height:17px;
  background: url(../images/add.png)no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  top:22px;
}
.sypro .sypro_nav ul li a:hover,.sypro .sypro_nav ul li.active a{
  background: #1175b6;
  color:#fff;
}
.sypro .sypro_img>div.active{
  display: block;
  -webkit-animation: fadeInLeft 1.5s both 0.5s;
  animation: fadeInLeft 1.5s both 0.5s;
}
.sypro li:nth-child(2n) .sypro_img{
  float: right;
}
.sypro li:nth-child(2n) .sypro_nav{
  float: left;
  padding-right:3%;
  padding-left: 18%
}
.sypro li:nth-child(2n) .sypro_img>div.active{
  display: block;
  -webkit-animation: fadeInRight 1.5s both 0.5s;
  animation: fadeInRight 1.5s both 0.5s;
}
.pro_search{
  width: 97%;
  margin: 0 auto;
  background: url(../images/product_search.png)no-repeat center center;
  padding-bottom: 60px;
}
.pro_search h3{
  font-weight: bold;
  font-size: 36px;
  color:#fff;
  padding:200px 0 25px;
  text-align: center;
}
.pro_search .search_box{
  width: 100%;
  max-width: 920px;
  margin:0 auto;
  background: #fff;
  padding: 30px 50px;
}
.pro_search .search_box p{
  color:#1e1e1e;
  font-size: 12px;
}
.pro_search .search_box .pull-left{
  position: relative;
}
.pro_search .search_box .pull-left input{
  line-height: 35px;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  width:390px;
  outline: none;
}
.pro_search .search_box .pull-left>i{
  border-bottom: 1px solid #dcdcdc;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
  padding: 0 10px;
  color:#1175b6;
}
.pro_search .search_box .pull-right{
  line-height:60px;
}
.pro_search .search_box .pull-right a{
  width: 160px;
  line-height: 40px;
  color:#fff;
  background: #1175b6;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
}
.pro_search .search_box .pull-right a:hover{
  box-shadow: 0 5px 10px rgba(29, 110, 163, 0.28);
}
.pro_search .search_box .pull-left input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
/* WebKit browsers */ 
  font-size: 16px;
  color: #a9a9a9; 
} 
.pro_search .search_box .pull-left input:-moz-placeholder, textarea:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
  font-size: 16px;
  color: #a9a9a9; 
} 
.pro_search .search_box .pull-left input::-moz-placeholder, textarea::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
  font-size: 16px;
  color: #a9a9a9; 
} 
.pro_search .search_box .pull-left input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
  font-size: 16px;
  color: #a9a9a9; 
}
.pro_search .search_box .pull-left .pdf{
  position: absolute;
  background: #fff;
  width: 100%;
  padding:10px 20px;
  z-index: 2;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: 0 5px 10px rgba(29, 110, 163, 0.28);
  display: none;
  -webkit-animation: fadeIn 1s both ;
  animation: fadeIn 1s both ;
}
.pro_search .search_box .pull-left .pdf.active{
  display: block;
}
.pro_search .search_box .pull-left .pdf li{
  
}
.pro_search .search_box .pull-left .pdf li p img{
  display: none;
}
.pro_search .search_box .pull-left .pdf li p a{
  color:#868686 !important;
  font-size: 14px !important;
  line-height: 30px;
}
/*首页关于我们*/
.syabout {
  margin:120px 0 170px;
}
.syabout .container>div{
  line-height: 1.5;
  color:#868686;
}
.syabout .container>a{
  display: block;
  width: 171px;
  text-align: center;
  line-height: 38px;
  border-radius: 38px;
  color:#fff;
  font-size: 12px;
  margin:33px auto 75px;
  background: #1175b6;
  transition: 0.5s;
}
.syabout .container>a:hover{
  box-shadow: 0 4px 9.3px 0.7px rgba(47, 94, 127, 0.3);
  transform: translateY(-2px);
}
.syabout .container>p{
  text-align: center;
  color:#000;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.syabout ul li{
  float: left;
  width: 32%;
  margin-right: 2%;
  height: 549px;
  color:#fff;
  position: relative;
  padding: 0 3%;
  transition: 0.8s;
}
.syabout ul li:nth-child(3){
  margin-right: 0;
}
.syabout ul li>div{
  position: absolute;
  bottom: 4%;
  width: 94%;
}
.syabout ul li>div h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.syabout ul li>div span{
  font-size: 12px;
  line-height: 2;
}
.syabout ul li:nth-child(2){
  margin-top:40px;
}
.syabout ul li:nth-child(3){
  margin-top:80px;
}
.syabout ul li:hover{
  transform: translateY(-5px);
  box-shadow: 0 4px 9.3px 0.7px rgba(47, 94, 127, 0.3);
}
/*首页新闻资讯*/
.synews {
  margin:75px 0;
}
.synews .container>h3{
  text-align: center;
  color:#303030;
  font-size: 36px;
  margin-bottom: 9px;
  font-weight: bold;
  text-transform: capitalize;
}
.synews .container>p{
  text-align: center;
  margin-bottom: 28px;
}
.synews .container>p a{
  text-decoration: underline;
  font-size: 12px;
  color:#868686;
  text-transform: capitalize;
  transition: 0.3s;
}
.synews .container>p a:hover{
  color:#1175b6;
}
.synews .swiper-slide{
  border:1px solid #dcdcdc;
  height: 420px;
  transition: 0.5s;
}
.synews .swiper-slide .synews_img{
  overflow: hidden;
}
.synews .swiper-slide .synews_img img{
  transition: 0.8s;width:100%;height:245px;object-fit: cover;
}
.synews .swiper-slide:hover .synews_img img{
  transform: scale(1.1);
}
.synews .swiper-slide .synews_cont{
  padding: 7% 4%;
}
.synews .swiper-slide .synews_cont h3{
  margin-bottom: 13px;
}
.synews .swiper-slide .synews_cont h3 a{
  font-size: 14px;
  color:#000;
  line-height: 1.5;
}
.synews .swiper-slide .synews_cont p{
  color:#aeaeae;
  font-family: arial;
}
.synews .swiper-slide .synews_cont p span{
  color:#1175b6;
}
.synews .swiper-slide .synews_cont>a{
  display: inline-block;
  padding: 6px 15px;
  background: #1175b6;
  color:#fff;
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 12px;
  font-family: arial;
}
.synews .swiper-slide:hover{
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.13);
}
.synews .swiper-container{
  padding-bottom: 25px;
}
/*首页案例展示*/
.sypicture .container{padding: 10px 0px 15px 0px;}
.sypicture .swiper-container {
  width: 100%;
  height: 100%;
  margin-top:30px;
  padding-bottom: 40px;
}
.sypicture .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f9f9f9;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
h4.sy_more{clear: both;margin: 0 auto;margin-top: 10px;width: 200px;text-align: center;}
h4.sy_more a{display: block;height: 40px;background: #e9280c;color: #fff;font-weight: normal;font-size: 14px;line-height: 40px;}
/*
.sypicture .container{padding: 10px 0px 15px 0px;}
.sypicture ul.slides{width:800%;}
.sypicture ul.slides li{width: 100%; height:100%;}
.sypicture ul.slides li dl{width: 25%;padding:10px 10px}
.sypicture ul.slides li dl dt a{display: block;overflow: hidden;margin: 0 auto;}
.sypicture ul.slides li dl dd{background:#e3e3e3;}
.sypicture ul.slides li dl dd h4{margin: 0 auto;height: 40px;line-height: 40px;text-align: center;font-weight: normal;font-size: 15px;overflow: hidden}
.sypicture ul.slides li dl dd h4 a{width:100%;height:100%;text-align: center;font-size: 14px}
h4.sy_more{clear: both;margin: 0 auto;padding-top: 30px;width: 200px;text-align: center;}
h4.sy_more a{display: block;height: 40px;background: #e9280c;color: #fff;font-weight: normal;font-size: 14px;line-height: 40px;}
*/

/*友情链接*/
.link {
  margin-top: 45px;
}
.link .container {
  border-top: 1px solid #e8e8e8;
  padding: 10px 15px 15px;
}
.link .container span {
  width: 55px;
  height: 8px;
  display: inline-block;
  background: url(../images/linkbg.jpg) no-repeat center;
}
.link .container p {
  margin-top: -5px;
}
.link .container p em {
  color: #333;
  margin-right: 20px;
}
.link .container p a {
  font-size: 12px;
}
.link .container p i {
  margin: 0 0.8%;
}
/*底部开始*/
.footer {
  background:#eeeeee;
}
.footer .msg{
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #d2d2d2;
}
.footer .msg h3{
  font-size: 36px;
  color:#303030;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer .msg span{
  color:#474747;
  font-size: 18px;
  display: block;
  line-height: 50px;
}
.footer .dot {
  animation: sploosh 4s cubic-bezier(0,0,1,1);
  margin-left: 20px;
}
.footer .dot2 {
  animation: sploosh2 4s cubic-bezier(0,0,1,1);
}
.footer .dot,.footer .dot2{
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 45px;
  font-size: 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  animation-iteration-count:infinite;
  background: transparent;
  cursor:pointer;
  background:rgba(255, 255, 255, 1);
  box-shadow: 0 0 7px rgba(0,0,0,0.12);
  line-height: 45px;
}
@keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 60px rgba(255,255,255, 0);
  }
  100% {
    box-shadow: 0 0 0 60px rgba(255,255,255, 0);
  }
}
@keyframes sploosh2 {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0.7);
  }
  30% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 60px rgba(255,255,255, 0);
  }
}
.footer_nav{
  padding: 50px 0 100px;
}
.footer_nav .pull-left>a{
  display: inline-block;
  margin-bottom: 25px;
}
.footer_nav .pull-left form{
  font-size: 0;
  margin-bottom: 10px;
}
.footer_nav .pull-left form input{
  font-size: 14px;
  line-height: 44px;
  color:#d6d6d6;
  outline: none;
}
.footer_nav .pull-left form input::-webkit-input-placeholder { /* WebKit browsers */
  color:#d6d6d6;
}
.footer_nav .pull-left form input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
  color:#d6d6d6;
}
.footer_nav .pull-left form input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:#d6d6d6;
} 
.footer_nav .pull-left form input:first-child{
  padding:0 14px;
  width: 200px;
  border:1px solid #dcdcdc;
  border-right:0;
}
.footer_nav .pull-left form input:last-child{
  line-height: 44px;
  border:none;
  background: #1175b6;
  padding: 0 20px;
}
.footer_nav .pull-left p:nth-child(3){
  color:#9b9b9b;
  margin-bottom: 15px;
}
.footer_nav .pull-left p:nth-child(4){
  color:#8c8c8c;
  line-height: 1.5;
}
.footer_nav .pull-left p:nth-child(5){
  color:#8c8c8c;
  line-height: 1.5;
}
.footer_nav .pull-right>ul>li{
  float: left;
  margin-right: 50px;
}
.footer_nav .pull-right>ul>li:last-child{
  margin:0;
}
.footer_nav .pull-right>ul>li>a{
  color:#000;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer_nav .pull-right>ul>li ul li{
  line-height: 2;
  font-size: 12px;
}
.footer_nav .pull-right>ul>li ul li a{
  color:#868686;
  transition: 0.3s;
}
.footer_nav .pull-right>ul>li ul li a:hover{
  color:#1175b6;
}
.footer_nav .pull-right>ul>li:last-child>p{
  margin-bottom: 15px;
}
.footer_nav .pull-right>ul>li:last-child>p a{
  color:#000;
}
.footer_nav .pull-right>ul>li:last-child ul{
  margin-bottom: 15px;
}
.copyright{
  padding-bottom: 35px; 
}
.copyright span{
  color:rgba(0,0,0,0.55);
}
.copyright div a{
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color:#fff;
  background: #696969;
}
/*内页开始*/
/*副导航开始*/
.vicenav {
  position: relative;
  top: -69px;
}
.vicenavwrap .menu {
  padding-left: 0;
  text-align: center;
}
.vicenavwrap .menu div ul {
  width: 150%;
  margin-left: 10%;
}
.vicenavwrap .menu div ul li {
  float: left;
  margin: 0 10px;
  background: url(../images/list-type.jpg) no-repeat left center;
  padding-left: 5px;
}
.vicenavwrap .menu div ul li a {
  width: auto;
  height: auto;
  line-height: 40px;
  background: none;
  border-right: 0;
  font-size: 12px;
  font-weight: 100;
  overflow: hidden;
}
.vicenavwrap .menu div ul li a:hover {
  background: none;
  color: #d80808;
}
.vicenavwrap .menu .slick-track {
  margin: 0 auto;
}
.vicenavwrap .menu a {
  background: url(../images/mbxbg.jpg) bottom;
  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-right: 1px solid #e1dfdc;
  font-weight: 600;
  color: #333;
}
.vicenavwrap .menu #gmcur{border-right:none;}
.vicenavwrap .menu a:hover {
  background: #d80808;
  color: #fff;
}
.vicenavwrap .menu a.cur {
  background: #d80808;
  color: #fff;
}
.vicenavwrap .slick-prev,
.vicenavwrap .slick-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.vicenavwrap .slick-prev {
  left: -20px;
}
.vicenavwrap .slick-next {
  right: -20px;
}
/*面包屑导航*/
.mbx{
  margin: 55px 0 28px;
}
.mbx i{
  font-size: 20px;
  color:#1175b6
}
.mbx a{
  color:#979797;
}
.mbx a:last-child{
  color:#323232;
}
/*关于我们*/
.profile{
  padding: 6% 0;
}
.profile .container{
  position: relative;
}
.profile table{
  width: 92%;
  margin:0 auto;
}
.profile table td p{
  word-wrap: break-word;
  word-break: normal;
}
.profile table td:first-child p:first-child{
  color:#1175b6;
  padding-left: 30px;
  margin-bottom: 20px;
}
.profile table td:first-child p{
  line-height: 1.5;
}
.profile table td:last-child{
  line-height: 2;
}
.profile video{
  margin-top:80px;
  outline: none;
}
.profile .dot {
  animation: sploosh3 4s cubic-bezier(0,0,1,1);
  margin-top:20px;
}
.profile .dot2 {
  animation: sploosh4 4s cubic-bezier(0,0,1,1);
}
.profile .dot,.profile .dot2{
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  font-size: 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  animation-iteration-count:infinite;
  background: transparent;
  cursor:pointer;
  background:rgba(17,117,182, 1);
  box-shadow: 0 0 7px rgba(17,117,182, 0.25);
  line-height: 14px;
  position: absolute;
  left: 4%;
  top: 0;
}
@keyframes sploosh3 {
  0% {
    box-shadow: 0 0 0 0px rgba(17,117,182, 0.25);
  }
  70% {
    box-shadow: 0 0 0 80px rgba(17,117,182, 0);
  }
  100% {
    box-shadow: 0 0 0 80px rgba(17,117,182, 0);
  }
}
@keyframes sploosh4 {
  0% {
    box-shadow: 0 0 0 0px rgba(17,117,182, 0.25);
  }
  30% {
    box-shadow: 0 0 0 0px rgba(17,117,182, 0.25);
  }
  100% {
    box-shadow: 0 0 0 80px rgba(17,117,182, 0);
  }
}
.develop{
  background: url(../images/develop_bg.png)no-repeat center bottom 20px;
  height: 620px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 110px;
}
.develop h3{
  text-align: center;
  font-weight: bold;
  color:#1175b6;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 36px;
}
.develop>p{
  text-align: center;
  font-size: 18px;
  color:#a3a3a3;
}
.develop .container{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -480px;
}
.develop .swiper-container-develop{
  width: 1150px;
  margin:0 auto;
  padding-top:230px;
}
.develop .swiper-slide{
  padding-top: 270px;
}
.develop .swiper-slide .develop_cont{
  position: absolute;
  left: 0;
  top:0;
  text-align: left;
  padding:25px;
  background: rgba(0,0,0,0.7);
  color:#fff;
  width: 390px;
  display: none;
}
.develop .swiper-slide:hover .develop_cont{
  display: block;
  -webkit-animation: fadeIn 0.8s both ;
  animation: fadeIn 0.8s both ;
}
.develop .swiper-slide .develop_cont h4{
  font-size: 24px;
  font-weight: bold;
}
.develop .swiper-slide .develop_cont span{
  font-size: 12px;
  font-weight: normal;
}
.develop .swiper-button{
  width: 45px;
  height:45px;
  background: #fff;
  color:#585858;
  font-family: '宋体';
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  border:1px solid #dcdcdc;
  border-radius: 100%;
  top:25px;
  transition: 0.3s;
}
.develop .swiper-button:hover{
  background: #1175b6;
  color:#fff;
}
.develop .swiper-button-prev{
  left: 40%;
  margin-left: -50px;
}
.develop .swiper-button-next{
  right: 60%;
  margin-right: -50px;
}
.develop .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .develop_cont{
  left: auto;
  right: 0;
  top: -170px;
}
.develop .swiper-slide.swiper-slide-next+.swiper-slide .develop_cont{
  top:-100px
}
.develop .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .develop_cont{
  top:-80px
}
.advantage .container{
  position: relative;
}
.advantage h3{
  text-align: right;
  font-weight: bold;
  color:#1175b6;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-right: 30px;
  font-size: 36px;
}
.advantage .dot {
  animation: sploosh3 4s cubic-bezier(0,0,1,1);
  margin-top:10px;
}
.advantage .dot2 {
  animation: sploosh4 4s cubic-bezier(0,0,1,1);
}
.advantage .dot,.advantage .dot2{
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  font-size: 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  animation-iteration-count:infinite;
  background: transparent;
  cursor:pointer;
  background:rgba(17,117,182, 1);
  box-shadow: 0 0 7px rgba(17,117,182, 0.25);
  line-height: 14px;
  position: absolute;
  right:0;
  top: 0;
}
.advantage .ad_1{
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 45px;
}
.advantage .ad_1>div{
  width:49%;
  margin-right:2%;
  float: left;
  background: rgba(238, 238, 238, 0.5)
}
.advantage .ad_1>div:last-child{
  margin-right: 0;
}
.advantage .ad_1>div>div{
  padding: 10px 50px 0;
  height: 260px;
}
.advantage .ad_1>div>div h4{
  font-size: 18px;
  color:#000;
  line-height: 65px;
  position: relative;
  z-index: 1;
}
.advantage .ad_1>div>div h4 i{
  font-size: 72px;
  color:#e3e3e3;
  font-style: italic;
  line-height: 65px;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
}
.advantage .ad_1>div>div span{
  line-height: 2;
  color:#000;
}
.advantage .ad_2{
  padding-bottom: 50px;
}
.advantage .ad_2 div{
  text-align: center;
}
.advantage .ad_2>div h4{
  font-size: 18px;
  color:#000;
  line-height: 65px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.advantage .ad_2>div h4 i{
  font-size: 72px;
  color:#e3e3e3;
  font-style: italic;
  line-height: 65px;
  position: absolute;
  z-index: -1;
  font-weight: normal;
  margin-left: 20px;
}
.advantage .ad_2>div span{
  color:#000;
  line-height: 2;
  margin-bottom: 30px;
  display: block;
}
.ledux{
  color:#fff;
}
.ledux .container{
  position: relative;
  padding-top:230px;
}
.ledux .container i:first-child{
  left: 80px;
}
.ledux .container i:last-child{
  right: 80px;
  bottom: 0
}
.ledux i{
  color:rgba(255,255,255, 0.15);
  position: absolute;
  font-size: 72px;
}
.team {
  margin:100px 0;
}
.team .container{
  position: relative;
}
.team h3{
  font-weight: bold;
  color: #1175b6;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 30px;
  font-size: 36px;
}
.team .dot {
  animation: sploosh3 4s cubic-bezier(0,0,1,1);
  margin-top:10px;
}
.team .dot2 {
  animation: sploosh4 4s cubic-bezier(0,0,1,1);
}
.team .dot,.team .dot2{
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  font-size: 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  animation-iteration-count:infinite;
  background: transparent;
  cursor:pointer;
  background:rgba(17,117,182, 1);
  box-shadow: 0 0 7px rgba(17,117,182, 0.25);
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.team .swiper-button{
  width: 45px;
  height:45px;
  background: #fff;
  color:#585858;
  font-family: '宋体';
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  border:1px solid #dcdcdc;
  border-radius: 100%;
  top:10px;
  outline: none;
  transition: 0.3s;
}
.team .swiper-button:hover{
  background: #1175b6;
  color:#fff;
}
.team .swiper-button-prev{
  left: auto;
  right: 60px;
  margin-left: -50px;
}
.team .swiper-button-next{
  right: 0;
}
.team .swiper-slide .team_img{
  overflow: hidden;
  -webkit-animation: fadeOutTop 1.5s both 1s;
  animation: fadeOutTop 1.5s both 1s;
}
.team .swiper-slide .team_title{
  width: 344px;
  height: 69px;
  line-height: 69px;
  background: #1175b6;
  color:#fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-animation: fadeOutLeft 1.5s both 1s;
  animation: fadeOutLeft 1.5s both 1s;
}
.team .swiper-slide .team_cont{
  padding: 42px 50px 0;
}
.team .swiper-slide .team_desc{
  line-height: 2;
  color:#565656;
  font-size: 16px;
  -webkit-animation: fadeOutRight 1.5s both 1s;
  animation: fadeOutRight 1.5s both 1s;
}
.team .swiper-slide.swiper-slide-active .team_img{
  -webkit-animation: fadeInDown 1.5s both 1s;
  animation: fadeInDown 1.5s both 1s;
}
.team .swiper-slide.swiper-slide-active .team_desc{
  -webkit-animation: fadeInRight 1.5s both 1s;
  animation: fadeInRight 1.5s both 1s;
}
.team .swiper-slide.swiper-slide-active .team_title{
  -webkit-animation: fadeInLeft 1.5s both 1s;
  animation: fadeInLeft 1.5s both 1s;
}
.network h3{
  font-weight: bold;
  color: #1175b6;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 36px;
  text-align: center;
}
.network span{
  text-align: center;
  font-size: 16px;
  color:#565656;
  line-height: 2;
  display: block;
  margin-bottom: 20px;
}
.network .container>div{
  position: relative;
  font-size: 0;
}
.network .dot {
  animation: sploosh5 4s cubic-bezier(0,0,1,1);
}
.network .dot2 {
  animation: sploosh6 4s cubic-bezier(0,0,1,1);
}
.network .dot,.network .dot2{
  vertical-align: middle;
  height: 7px;
  width: 7px;
  font-size: 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  animation-iteration-count:infinite;
  background: transparent;
  cursor:pointer;
  background:rgba(17,117,182, 1);
  /* box-shadow: 0 0 7px rgba(17,117,182, 0.25); */
  line-height: 7px;
  position: absolute;
}
@keyframes sploosh5 {
  0% {
    box-shadow: 0 0 0 0px rgba(17,117,182, 0.25);
  }
  70% {
    box-shadow: 0 0 0 80px rgba(17,117,182, 0);
  }
  100% {
    box-shadow: 0 0 0 80px rgba(17,117,182, 0);
  }
}
@keyframes sploosh6 {
  0% {
    box-shadow: 0 0 0 0px rgba(17,117,182, 0.25);
  }
  30% {
    box-shadow: 0 0 0 0px rgba(17,117,182, 0.25);
  }
  100% {
    box-shadow: 0 0 0 80px rgba(17,117,182, 0);
  }
}
/*内页新闻资讯*/
.tem_inner, .met_section {
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
}
.met_section {
  position: relative;
  /* background: #F8F8F8; */
}
.met_section_sehed {
  padding-top: 0;
}
.met_section article {
  margin:40px 0;
  float: left;
  width: 100%;
}
.met_section article .met_article {

}
.met_clear {
  clear: both;
}
.met_module2 h1.met_title {
  font-size: 28px;
  font-weight: normal;
  padding: 5px 0;
  color:#000;
}
.met_module2 .met_infos {
  color: #818181;
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.met_module2 .met_time {
  padding-right: 6px;
}
.met_module2 .met_source {
  padding-right: 6px;
}
.met_module2 .met_source a {
  color: #607fa6;
}
.met_module2 .met_editor {
  padding: 0 10px;
  color:#000;
}

.met_editor {
  line-height: 2;
}
.met_tools {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  position: relative;
  padding: 10px 10px 0;
  height: 50px;
  line-height: 50px;
}
.met_tools .met_page {
  clear: both;
  position: absolute;
  right: 5px;
  top: 0;
  color: #818181;
}
.met_tools .met_page li {
  display: inline;
  list-style: none;
  margin-left: 30px;
}
.met_tools .met_page li span {
  padding-right: 5px;
}
.met_tools .met_page a {
  color: #607fa6;
}
/*荣誉资质*/
.honorcon ul {
  margin: 60px 0 100px;
}
.honorcon ul li {
  background: url(../images/honorbg.jpg) no-repeat bottom center;
  width: 205px;
  margin: 0 7.78% 0 0;
  height: 260px;
  float: left;
  position: relative;
}
.honorcon ul li .pic {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  text-align: center;
}
.honorcon ul li .pic img {
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  padding: 12px 10px 0;
  max-height: 100%;
}
.honorcon ul li .pic .zzc {
  width: 100%;
  height: 100%;
  background: url(../images/hzzcbg.png);
  position: absolute;
  bottom: 0;
  /*opacity: 0;filter: alpha(opacity=0);*/ display: none;
}
.honorcon ul li .pic .zzc span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/honorbtn.png) no-repeat center;
}
.honorcon ul li:hover .zzc {
  display: block;
}
.honorcon ul li:nth-child(4n) {
  margin-right: 0;
}
.phonehonor {
  display: none;
}
.phonehonor ul {
  width: 100%;
}
.phonehonor ul li {
  width: 100%;
}
.phonehonor ul li .pic {
  width: 100%;
}
.phonehonor ul li .pic:after {
  padding-bottom: 45%;
}
.phonehonor .slick-dots li {
  display: inline-block;
  width: auto;
}
.phonehonor .slick-dots li button {
  background: #ddd;
}
.phonehonor .slick-dots li.slick-active button {
  background: #d80808;
}
/*生产实力*/
.rd{
  padding:90px 0 60px;
}
.rd table{
  width: 100%;
  margin-bottom: 55px;
}
.rd table td:first-child{
  font-size: 16px;
  color:#585858;
  width: 61%;
}
.rd table td:first-child p:first-child{
  color:#1175b6;
}
.rd .swiper-container-rd{
  padding-bottom: 75px;
}
.rd .swiper-button{
  width: 45px;
  height:45px;
  background: #fff;
  color:#585858;
  font-family: '宋体';
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  border:1px solid #dcdcdc;
  border-radius: 100%;
  top:auto;
  bottom: 0;
  transition: 0.3s;
}
.rd .swiper-button:hover{
  background: #1175b6;
  color:#fff;
}
.rd .swiper-button-prev{
  left: 50%;
  margin-left: -50px;
}
.rd .swiper-button-next{
  right: 50%;
  margin-right: -50px;
}
.qc h3{
  color:#1175b6;
  font-size: 36px;
  margin-bottom: 35px;
}
.qc .container>span{
  color:#585858;
  line-height: 1.75;
  font-size: 16px;
}
.qc .container>span>p:nth-child(3){
  margin-top:75px;
  padding-bottom: 215px;
  background: url(../images/qc_up.png)no-repeat center 20px;
  font-weight: bold;
  color:#000;
}
.qc table{
  width: calc(100% + 20px);
  border-spacing: 20px 0;
  border-collapse: separate;
  margin-bottom: 110px;
}
.qc table td{
  width: 25%;
  background: #fff;
  padding: 25px 18px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: 0.5s;
}
.qc table td p:first-child{
  width: 130px;
  height:130px;
  background:#1175b6;
  color:#fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 130px;
  margin:-75px auto 35px;
  border-radius: 100%;
}
.qc table td:hover{
  transform:translateY(-5px)
}
.equipment h3{
  color:#1175b6;
  font-size: 36px;
  margin-bottom: 35px;
}
.equipment{
  padding:90px 0 60px;
}
.equipment .swiper-container-rd{
  padding-bottom: 75px;
}
.equipment .swiper-button{
  width: 45px;
  height:45px;
  background: #fff;
  color:#585858;
  font-family: '宋体';
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  border:1px solid #dcdcdc;
  border-radius: 100%;
  top:auto;
  bottom: 0;
  transition: 0.3s;
}
.equipment .swiper-button:hover{
  background: #1175b6;
  color:#fff;
}
.equipment .swiper-button-prev{
  left: 50%;
  margin-left: -50px;
}
.equipment .swiper-button-next{
  right: 50%;
  margin-right: -50px;
}
/*生产实力详细页*/
.caseshow {
  margin-top: 55px;
}
.caseleft {
  width: 47%;
}
.caseleft .big .pic:after {
  padding-bottom: 67%;
}
.caseleft .small {
  margin-top: 6px;
}
.caseleft .small .pic {
  cursor: pointer;
}
.caseleft .small .pic:after {
  padding-bottom: 66.9%;
}
.caseleft .small .slick-current .pic {
  border: 3px solid #d80808;
}
.caseright {
  width: 47%;
}
.caseright h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #1175b6;
  margin: 0 0 35px;
}
.caseright .crighttxt {
  color: #6b6b6b;
  min-height: 160px;
}
.caseright .prenext {
  margin-top: 30px;
}
.caseright .prenext a {
  display: block;
  line-height: 30px;
}
.nyxg {
  margin-top: 70px;
}
/*联系我们*/
#allmap {
  width: 100%;
  height: 457px;
}
#allmap img {
  max-width: 1070px;
  max-height: 457px;
}
#allmap label {
  max-width: 1070px;
}
.contact{
  margin-top:20px;
  margin-bottom: 70px;
}
.contact .pull-left{
  line-height: 1.75;
  width: 50%;
  color:#868686;
  padding-right: 4%;
}
.contact .pull-left p:nth-child(3n){
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.contact .pull-left p:nth-child(12){
  border:none;
}
.contact .pull-left>div{
  padding: 15px;
  border:1px solid #e5e5e5;
}
.contact .pull-right{
  width: 50%;
}
.contact .pull-right>p{
  color:#000;
  font-size: 24px;
  margin-bottom: 10px;
}
.contact .pull-right form ul li{
  color:#868686;
  margin-bottom: 5px;
}
.contact .pull-right form ul li input[type='text']{
  line-height: 38px;
  border:1px solid #e5e5e5;
  padding: 0;
  outline: none;
  width: 100%;
}
.contact .pull-right form ul li span{
  line-height: 2;
}
.contact .pull-right form ul li:first-child{
  float: left;
  width: 60%;
}
.contact .pull-right form ul li:first-child input[type="text"]{
  width: 80%;
}
.contact .pull-right form ul li:nth-child(2){
  float: left;
  width: 40%;
  line-height: 40px;
}
.contact .pull-right form ul li:nth-child(2) div{
  float: left;
}
.contact .pull-right form ul li:nth-child(2) div input{
  margin:0 10px;
  vertical-align: middle
}
.contact .pull-right form ul li textarea{
  width: 100%;
  outline: none;
  min-height: 250px;
  border:1px solid #e5e5e5;
  
}
.contact .pull-right form ul li.codes>div{display:flex;align-items:center;gap:0 .25rem;}
.contact .pull-right form ul li.codes>div input {flex:0 0 40%}
.contact .pull-right form ul li.codes>div img {max-height:38px;}
.contact .pull-right form .sub{
  margin-top:30px;
}
.contact .pull-right form .sub input{
  width: 170px;
  height:49px;
  border:1px solid #e5e5e5;
  background: #fff;
  transition: 0.3s;
  color:#3e3e3e;
  margin-right: 10px;
}
.contact .pull-right form .sub input:hover{
  color:#fff;
  background:#1175b6;
}
.infowindow-content {padding:25px 15px;}
.infowindow-content h3{font-size:14px;color:#CC5522;font-weight:bold;white-space: nowrap;margin:0 0 10px;}
.infowindow-content p {font-size:12px;color:#333;margin:0 0 5px}
.amap-adcombo-close {background-color:#000}	
/*在线留言*/
.message {
  margin: 50px 0;
}
.message p {
  text-align: center;
}
.message .messagecon {
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  padding: 20px 5% 7% 5%;
}
.message .messagecon ul {
  width: 43.02%;
  float: left;
  margin-right: 6%;
}
.message .messagecon ul li span {
  display: block;
  color: #333;
  line-height: 40px;
}
.message .messagecon ul li input {
  width: 100%;
  line-height: 35px;
  border: 1px solid #e6e6e6;
}
.message .messagecon ul li input[type="radio"],.message .messagecon ul li input[type="checkbox"]{
  width: auto;
}
.message .messagecon ul li select{
  width: 100%;
  height: 35px;
  border: 1px solid #e6e6e6;
}
.message .messagecon ul li input:focus {
  border: 1px solid #d80808;
}
.message .messagecon ul li textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 395px;
  float: left;
}
.message .messagecon ul li textarea:focus {
  border: 1px solid #d80808;
}
.message .messagecon ul li.li4 {
  margin-top: 35px;
}
.message .messagecon ul li.li4 input {
  width: 38%;
  float: left;
  padding-left: 5px;
  color: #333;
}
.message .messagecon ul li.li4 img {
  float: left;
  cursor: pointer;
  margin: 0 5px;
}
.message .messagecon ul li.li4 a {
  float: left;
  line-height: 35px;
}
.message .messagecon ul.phonemessage {
  width: 95%;
  display: none;
}
.message .messagecon ul.phonemessage textarea {
  margin-bottom: 35px;
}
.message .sub {
  width: 86%;
  margin: 0 auto;
  text-align: right;
}
.message .sub input {
  height: 45px;
  width: 20%;
  background: #575757;
  border: 0;
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
.message .sub input:hover {
  background: #d80808;
}
/*人才招聘*/
.job ul {
  margin-top: 50px;
}
/*.job ul li {
  border-bottom: 1px solid #cecece;
}*/
.job ul li .jobtit {
  color: #333;
  line-height: 49px;
  cursor: pointer;
  background: url(../images/jobtitbg.png) no-repeat 99% center;
  position: relative;
  height: 49px;
  padding-right: 3%;
}
.job ul li .jobtit span {
  width: 63px;
  height: 49px;
  background: url(../images/jobbg1.png) no-repeat center;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}
.job ul li .jobtit span b {
  font-family: arial;
  font-size: 18px;
}
.job ul li .jobtit span.zhiwei {
  width: 90%;
  display: inline-block;
  height: 49px;
  overflow: hidden;
  background: none;
  color: #333;
  font-weight: normal;
  padding-left: 0;
}
.job ul li .jobtit span.zhiwei b {
  font-size: 14px;
}
.job ul li .jobtit i {
  width: 16px;
  height: 11px;
  background: #d80808;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 64px;
  transform: rotate(-39deg);
  display: none;
}
.job ul li .jobcon {
  background: #faf2db;
  padding: 25px 3% 38px 40px;
  display: none;
}
.job ul li .jobcon hr {
  border-top: 1px solid #cbc7bc;
}
.job ul li.active {
  border-bottom: 0;
}
.job ul li.active .jobtit {
  background: #d80808 url(../images/jobtit2.png) no-repeat 99% center;
  color: #fff;
}
.job ul li.active .jobtit i {
  display: block;
}
.job ul li.active .jobtit span.zhiwei {
  color: #fff;
}
.job ul li.active .jobcon {
  display: block;
}
/*产品中心*/
.product{
  margin:100px 0;
}
.product li{
  margin-bottom: 85px;
}
.product li .protit{
  padding: 0 50px;
  margin-bottom: 70px;
  position: relative;
}
.product li .protit h3{
  font-size: 36px;
  font-weight: bold;
  color:#1175b6;
  text-transform: uppercase;
  padding-left: 90px;
  margin-bottom: 35px;
  position: relative;
}
.product li .protit h3::before{
  content:'';
  width: 80px;
  height:73px;
  position: absolute;
  left: 0;
  top:50%;
  margin-top:-36.5px;
}
.product li:nth-child(3n-2) .protit h3::before{
  background: url(../images/pro1.png)no-repeat left bottom;
}
.product li:nth-child(3n-1) .protit h3::before{
  background: url(../images/pro2.png)no-repeat left bottom;
}
.product li:nth-child(3n) .protit h3::before{
  background: url(../images/pro3.png)no-repeat left bottom;
}
.product li .protit div{
  color:#444444;
  font-size: 16px;
  line-height: 1.5;
}
.product li .protit a{
  display: block;
  width: 200px;
  height:50px;
  line-height: 50px;
  text-align: center;
  color:#fff;
  background: #1175b6;
  font-size: 16px;
  position: absolute;
  right: 50px;
  bottom: 0;
  transition: 1s;
}
.product li .protit a:hover{
  box-shadow: -3px 16px 21px rgba(0,0,0,0.13);
  transform: translateY(-5px)
}
.product li .proimg{
  overflow: hidden;
  transition: 2s;
}
.product li .proimg img{
  transition: 2s ease-in-out;
}
.product li .proimg:hover {
  transform: scale(0.95);
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.prolist{
  margin: 75px 0;
}
.pronav{
  width: 20%;
}
.pronav h3{
  color:#1175b6;
  font-size: 36px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.pronav ul{
  border-top:1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b; 
}
.pronav ul li{
  line-height: 47px;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.3s;
  position: relative;
}
.pronav ul li:last-child{
  border:none;
}
.pronav ul li a{
  color:#868686;
  font-size: 12px;
  transition: 0.3s;
}
.pronav ul li.active,.pronav ul li:hover{
  background: #1175b6;
  padding-left: 25px;
}
.pronav ul li.active a,.pronav ul li:hover a{
  color:#fff;
}
.pronav ul li.active::after,.pronav ul li:hover::after{
  content: "";
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 20%;
  top:50%;
  margin-top:-4px;
}
.proli{
  width: 76%;
}
.proli .proli_top{
  text-align: right;
}
.proli .proli_top input{
  vertical-align: middle;
  line-height: 40px;
  border:none;
  outline: none;
  padding: 0;
}
.proli .proli_top .inpt3{
  border:1px solid #e5e5e5;
  padding-left: 12px;
  width: 270px;
}
.proli .proli_top .inpt4{
  width: 42px;
  height: 42px;
  background: url(../images/search.png)no-repeat center center #1175b6;
}
.proli .proli_top .pagination{
  margin:0;
  vertical-align: middle;
  margin-left: 30px;
}

.pagination a{
display:inline-block;vertical-align:middle;
  width: 42px;
  height: 42px;
  border:1px solid #e5e5e5;
  padding: 0;
  text-align: center;
  line-height: 42px;
  margin-left: 0;
  margin:0 5px;
  color:#868686;
}
.pagination  a.page-num-current, .pagination  a:hover{
  background: #eee;
  border-color: #e5e5e5;
  color:#1175b6;
  
}
.proli>ul{
  margin-top:35px;
}
.proli>ul li{
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  border:1px solid #e5e5e5;
  margin-bottom: 25px;
  padding: 20px 0;
  overflow: hidden;
}
.proli>ul li:nth-child(3n){
  margin-right: 0;
}
.proli>ul li>div{
  padding: 0 15%;
  height: 250px;
  line-height: 250px;
  margin-bottom: 35px;
}
.proli>ul li>div img{
  transition: 1.5s;
}
.proli>ul li:hover div img{
  transform: scale(1.1)
}
.proli>ul li h4{
  font-size: 18px;
  color:#0b0b0b;
  margin-bottom: 10px;
}
.proli>ul li p a{
  color:#1175b6;
}
/*产品详细页*/
.bigphone {
  display: none;
}
.bigphone .pic {
  width: 100%;
}
.bigphone .pic:after {
  padding-bottom: 58%;
}
.bigphone .slick-dots li button {
  background: #ddd;
}
.bigphone .slick-dots li.slick-active button {
  background: #d80808;
}
.pro_show .caseleft {
  width: 35%;
}
.pro_show .caseright{
  width: 60%;
}
.pro_show .caseright div{
  border-top:1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 2;
  color:#313131;
  text-align: center;
}
.pro_show .caseright div table tr:nth-child(2n-1){background: #eeeeee;}
.pro_show .caseright div table tr:first-child{height: 50px}
.pro_show .caseright div table td{word-wrap: break-word;
  word-break: break-all;}
.pro_show .caseleft .big {
  width: 74.156%;
  float: left;
}
.pro_show .caseleft .big .pic:after {
  padding-bottom: 113.3%;
}
.pro_show .caseleft .small {
  width: 24.454%;
  float: right;
  margin-top: -1px;
  height: 100%;
  overflow: hidden;
}
.pro_show .caseleft .small .pic:after {
  padding-bottom: 114.9%;
}
.pro_show .proshowcon .proshowh {
  line-height: 48px;
  background: #f6f6f6;
  margin-top: 64px;
}

.pro_show .proshowcon .proshowh b {
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 3px solid #de3131;
}

.pro_show .proshowcon .proshowimg {
  text-align: center;
  padding-top: 40px;
}
.pro_show .proshowcon .inquiry ul {
  width: 100%;
  margin: 40px auto 0;
}
.pro_show .proshowcon .inquiry ul li {
  margin: 10px 0;
}
.pro_show .proshowcon .inquiry ul li b {
  display: inline-block;
  width: 16%;
  text-align: right;
  color: #373737;
}
.pro_show .proshowcon .inquiry ul li input {
  width: 42.214%;
  height: 37px;
  border: 1px solid #dbdbdb;
}
.pro_show .proshowcon .inquiry ul li em {
  color: red;
  margin-left: 5px;
}
.pro_show .proshowcon .inquiry ul li.li2 input {
  width: 70%;
}
.pro_show .proshowcon .inquiry ul li.li5 b {
  float: left;
}
.pro_show .proshowcon .inquiry ul li.li5 textarea {
  width: 75.985%;
  height: 197px;
  border: 1px solid #dbdbdb;
  float: left;
  padding: 10px 10px 0 10px;
}
.pro_show .proshowcon .inquiry ul li.li6 b {
  float: left;
  line-height: 37px;
}
.pro_show .proshowcon .inquiry ul li.li6 input {
  width: 22.702%;
  float: left;
}
.pro_show .proshowcon .inquiry ul li.li6 em {
  float: left;
  line-height: 37px;
}
.pro_show .proshowcon .inquiry ul li.li6 img {
  float: left;
  line-height: 37px;
  margin: 0 5px;
  cursor: pointer;
}
.pro_show .proshowcon .inquiry ul li.li6 a {
  float: left;
  line-height: 37px;
}
.pro_show .proshowcon .inquiry ul li.li7 {
  padding-left: 15%;
  margin-top: 65px;
}
.pro_show .proshowcon .inquiry ul li.li7 input {
  width: 22%;
  font-size: 16px;
  color: #fff;
  border: 0;
  background: #727272;
  margin-right: 10px;
  transition: 0.3s;
}
.pro_show .proshowcon .inquiry ul li.li7 input:hover {
  background: #d80808;
}

#tab{position:relative;}
#tab .tabList ul li{
  float:left;
  background:#fefefe;
  background:-moz-linear-gradient(top, #fefefe, #ededed); 
  background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
  background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
  border:1px solid #ccc;
  padding:5px 0;
  width:100px;
  text-align:center;
  margin-left:-1px;
  position:relative;
  cursor:pointer;
}
#tab .tabCon{
  position:absolute;
  left:-1px;
  top:32px;
  border:1px solid #ccc;
  border-top:none;
  width:403px;
  height:100px;
}
#tab .tabCon div{
  padding:10px;
  position:absolute;
  opacity:0;
  filter:alpha(opacity=0);
}
#tab .tabList li.cur{
  border-bottom:none;
  background:#fff;
}
#tab .tabCon div.cur{
  opacity:1;
  filter:alpha(opacity=100);
}
.swiper-container-product{
  position: relative;
  overflow: hidden;
}
.jqueryzoom{
  width: 100%;
  overflow: hidden;
  border:1px solid #dcdcdc;
  background: #fff;
}
.jqueryzoom .cloudzoom{
  margin:0 auto;
  width: 100%;
  text-align: center;
}
.product-thumb{
  position: relative;
  margin-top:18px;
}
.product-thumb .swiper-slide{
  /* height:140px;
  line-height: 140px; */
  border:1px solid #dcdcdc;
  padding: 0 3%;
}
.product-thumb .cloudzoom-gallery{
  cursor: pointer;
}
.product-detail-prev{
  position: absolute;
  left: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.product-detail-next{
  position: absolute;
  right: 0;
  color:#000000;
  padding:6px 8px;
  top:50%;
  margin-top:-27px;
  font-size: 30px;
}
.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    /*background-image: url(ajax-loader.gif);*/
    width: 32px;
    height: 32px;
}

/* 产品详情页选项卡 */
.proshowcon_tab{
  margin:50px auto 0;
  background:#fff;
}
.proshowcon_tab ul li h3{
  line-height: 69px;
  background: #eeeeee;
  font-size: 16px;
  color:#5c5c5c;
  padding-left: 20px;
}
.proshowcon_tab ul li:nth-child(3) div{
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin:20px 0;
  position: relative;
}
.proshowcon_tab ul li:nth-child(3) div>a{
  position: absolute;
  right: 0;
  top:0;
  color:#000;
  font-size: 18px;
}
.proshowcon_tab ul li:nth-child(3) div p img{
  display: none;
}
.proshowcon_tab ul li:nth-child(3) div p a{
  font-size: 18px !important;
  text-transform: uppercase !important;
  color:#000 !important;
}
.proshowcon_tab .tab_menu{overflow:hidden;}
.proshowcon_tab .tab_menu li{
  width:130px;
  float:left;
  height:30px;
  line-height:30px;
  color:#fff;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.proshowcon_tab .tab_menu li.current{color:#333;background:#cdcdcd;}
.proshowcon_tab .tab_menu li a{color:#fff;text-decoration:none;}
.proshowcon_tab .tab_menu li.current a{color:#333;}
.proshowcon_tab .tab_box{padding:20px;}
.proshowcon_tab .tab_box li{height:24px;line-height:24px;overflow:hidden;}
.proshowcon_tab .tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.proshowcon_tab .tab_box .hide{display:none;}

/*新闻资讯*/
.news{
  padding-top:45px;
}
.news .pull-left{
  padding-top:20px;
  width: 20%;
}
.news .pull-left .newsnav{
  margin-bottom: 60px;
}
.news .pull-left .newsnav li{
  line-height: 2;
}
.news .pull-left .newsnav li a{
  color:#5f5f5f;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
}
.news .pull-left .newsnav li.active a,.news .pull-left .newsnav li:hover a{
  color:#1175b6;
}
.news .pull-left p{
  color:#000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news .pull-left .newslist {
}
.news .pull-left .newslist li{
  margin-bottom: 15px;
  position: relative;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 15px;
}
.news .pull-left .newslist li::before{
  content:'';
  width:4px;
  height:4px;
  background: #aaaaaa;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top:8px;
}
.news .pull-left .newslist li a{
  color:#a2a2a2;
  transition: 0.3s;
}
.news .pull-left .newslist li a:hover{
  color:#1175b6;
}
.news .pull-right{
  background: #fff;
  padding: 5% 6%;
  max-width: 920px;
}
.news .pull-right ul li{
  margin-bottom: 120px;
}
.news .pull-right ul li h3{
  line-height: 1.5;
}
.news .pull-right ul li h3 a{
  color:#000;
  font-size: 24px;
  text-transform: uppercase;
}
.news .pull-right ul li  p{
  color:#aeaeae;
  font-family: arial;
}
.news .pull-right ul li  p span{
  color:#1175b6;
}
.news .pull-right ul li>span{
  display: block;
  margin:30px 0;
  color:#323232;
}
.news .pull-right ul li>a{
  margin-top:30px;
  display: block;
  color:#1175b6;
}
/*站点地图*/
.mapwrap {
  margin: 40px auto;
  padding-bottom: 100px;
}
.mapwrap dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.mapwrap dl:hover {
  box-shadow: 0 0 2px #d80808;
}
.mapwrap dl:hover dt a {
  color: #d80808;
  font-weight: bold;
}
.mapwrap dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.mapwrap dt:hover {
  background: #d80808;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #d80808;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.mapwrap dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.mapwrap dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 85%;
  line-height: 40px;
}
.mapwrap dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.mapwrap dd .p2 a {
  color: #d80808;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.mapwrap dd .p2 a:hover {
  color: #000;
}
.mapwrap dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.mapwrap dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.mapwrap dd div a:hover {
  background: #d80808;
  color: #fff;
}
@media (max-width: 1630px) {
  .sypro .sypro_nav{
    padding-right: 15%;
  }
  .sypro li:nth-child(2n) .sypro_nav{
    padding-left: 15%;
  }
}
@media (max-width: 1500px) {
  .sypro .sypro_nav{
    padding-right: 10%;
  }
  .sypro li:nth-child(2n) .sypro_nav{
    padding-left: 10%;
  }
  .sypro .sypro_nav h3{
    margin:5% 0;
  }
}
@media (max-width: 1400px) {
  .develop{
    width: 1400px;
  }
  .develop .swiper-container-develop{
    width: 900px;
    margin-left: 30px;
  }
  .develop .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .develop_cont{
    left: auto;
    right: 0
  }
}
@media (max-width: 1300px) {
  .sypro .sypro_nav ul li{
    width: 95px;
    height:95px;
  }
}
@media (max-width: 1200px) {
  .qc table td{
    display: block;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 100px;
    height: 450px;
    text-align: center;
  }
  .qc table td:nth-child(2n){
    margin-right: 0;
  }
  .news .pull-right{
    width: 78%;
  }
  .network .container{
    width: 1200px;
  }
  .product li .protit a{
    bottom: 55px;
  }
}
@media (max-width: 1100px) {
  .contact .pull-right,.contact .pull-left{
    margin-bottom: 20px;
    width: 100%;
  }
  .advantage .ad_1>div{
    width: 80%;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  .advantage .ad_1>div:last-child{
    margin:0 auto;
  }
  .footer_nav .pull-right>ul>li{
    margin-right: 20px
  }
  .sypro .sypro_nav {
    padding-right:0;
    padding-left: 1%;
  }
  .sypro li:nth-child(2n) .sypro_nav{
    padding-left:0;
  }
}
@media (max-width: 768px) {
  .mapwrap dt {
    width: 15%;
  }
  .mapwrap dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .mapwrap dt {
    width: 20%;
  }
  .mapwrap dd {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .mapwrap dt {
    width: 100%;
  }
  .mapwrap dd {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .nytit h2 {
    font-size: 30px;
  }
  .honorcon ul {
    text-align: center;
  }
  .honorcon ul li {
    margin: 0 4% 0 0;
    display: inline-block;
    float: none;
  }
  .contactwrap ul li {
    margin-right: 1.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .nav,
  .language {
    display: none;
  }
  .syabout .syaredbg .syawhitebg .syaleft .pic {
    width: 100%;
    margin: 5% 0 0 0px;
  }
  .syabout .syaredbg .syawhitebg .syaright {
    width: 45.382%;
    margin-right: 10px;
  }
  .synews ul li .syntxt a.detailed {
    margin-top: 0;
  }
  .synews ul li .syntxt span {
    margin-top: 7%;
  }
  .footerright {
    width: 100%;
  }
  .vicenav {
    top: -49px;
  }
  .vicenav .vicenavwrap .menu a {
    height: 35px;
    line-height: 35px;
  }
  .nytit h2 {
    font-size: 25px;
  }
  .honorcon {
    display: none;
  }
  .phonehonor {
    display: block;
  }
  .case .casebg {
    display: none;
  }
  .case ul li {
    width: 48.767%;
  }
  .caseleft {
    width: 100%;
  }
  .caseleft .big .pic:after {
    padding-bottom: 46%;
  }
  .caseleft .small {
    padding-left: 5%;
  }
  .caseleft .pic {
    width: 64%;
  }
  .caseright {
    width: 100%;
  }
  .contactwrap ul li {
    margin-right: 0;
    width: 50%;
  }
  .message .messagecon {
    width: 100%;
  }
  .bigphone {
    display: block;
  }
  .pro_show .proshowcon .inquiry ul {
    width: 100%;
  }
  .pro_show .proshowcon .inquiry ul li input {
    width: 80%;
  }
  .pro_show .proshowcon .inquiry ul li.li2 input {
    width: 80%;
  }
  .pro_show .proshowcon .inquiry ul li.li5 textarea {
    width: 80%;
  }
  .pro_show .proshowcon .inquiry ul li.li7 {
    text-align: center;
    padding-left: 0;
  }
  .nleft {
    display: none;
  }
  .nright {
    width: 100%;
  }
  .nright .newscon {
    padding-top: 2px;
  }
  .nright .newscon .date {
    padding: 0 0 3.3% 1%;
  }
}
/*-phone-nav-*/
.phone-nav {
  position: absolute;
  font-size: 24px;
  right: 15px;
  display: none;
  color: #1175b6;
  top: 25px;
  z-index: 9;
}
.phone-nav:hover {
  color: #333;
}
@media (max-width: 1100px) {
  .phone-nav {
    display: block;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .nav,
  .language {
    display: none;
  }
  .banner .slick-dots {
    height: 30px;
  }
  nav:not(.mm-menu)
  {
    display: none;
  }
  /*.phone-nav {
    top: 20px !important;
    }*/
    .sytit-wrap p {
      line-height: 25px;
      margin-top: 10px;
    }
    .sytit-wrap .sytit h3 {
      font-size: 25px;
    }
    .syabout {
      height: auto;
      padding-bottom: 40px;
    }
    .syabout .syaredbg {
      width: 100%;
      float: none;
      height: auto;
    }
    .syabout .syaredbg .syawhitebg {
      width: 100%;
      position: static;
    }
    .syabout .syaredbg .syawhitebg .pic {
      width: 100% !important;
      margin: 0 !important;
    }
    .syabout .syaredbg .syawhitebg .syaleft {
      width: 100%;
      margin: 0;
    }
    .syabout .syaredbg .syawhitebg .syaright {
      width: 100%;
      margin: 50px 0 0;
      text-align: center;
    }
    .synews ul li .pic {
      width: 100%;
    }
    .synews ul li .syntxt {
      width: 100%;
      padding-bottom: 30px;
    }
    .synews ul li .syntxt span {
      margin-top: 10px;
    }
    .synews ul li .syntxt a.ntit {
      font-size: 20px;
      margin-bottom: 0;
    }

    /* 首页图片 */
    .sypicture ul.slides li dl{width: 50%;padding:10px 10px}

    .footerright {
      width: 100%;
    }
    .footerright ul li {
      width: 100% !important;
    }
    .copy {
      text-align: center;
    }
    .copy p {
      float: none !important;
      line-height: 25px;
      margin: 20px 0;
    }
    .vicenav {
      top: -14px;
    }
    .vicenav .vicenavwrap .menu a {
      height: 35px;
      line-height: 35px;
      font-size: 12px;
      font-weight: 100;
      overflow: hidden;
    }
    .nytit h2 {
      font-size: 25px;
      margin-bottom: 15px;
    }
    .nynewwrap ul li {
      width: 100%;
    }
    .honorcon {
      display: none;
    }
    .phonehonor {
      display: block;
    }
    .case ul li {
      width: 48.767%;
    }
    .caseleft {
      width: 100%;
    }
    .caseleft .big .pic:after {
      padding-bottom: 70%;
    }
    .caseleft .small {
      padding-left: 5%;
    }
    .caseleft .small .pic {
      width: 90%;
    }
    .caseleft .small .pic:after {
      padding-bottom: 66.9%;
    }
    .caseright {
      width: 100%;
    }
    .contactwrap ul li {
      margin-right: 0;
      width: 100%;
    }
    .message .messagecon {
      width: 100%;
    }
    .message .messagecon ul {
      width: 100%;
      float: left;
      margin-right: 6%;
    }
    .message .messagecon ul.phonemessage {
      display: block;
    }
    .job ul li .jobtit span.zhiwei {
      width: 85%;
    }
    .pro ul {
      text-align: center;
      margin-top: 50px;
    }
    .pro ul li {
      width: 33.739%;
      margin: 0 3.68% 5% 3.68%;
      display: inline-block;
      float: none;
    }
    .pro ul li .protxt {
      padding: 10px 0 10px 5px;
      text-align: left;
    }
    .pro ul li:nth-child(4n) {
      margin: 0 3.68% 5% 3.68%;
    }
    .bigphone {
      display: block;
    }
    .pro_show .proshowcon .inquiry ul {
      width: 100%;
    }
    .pro_show .proshowcon .inquiry ul li input {
      width: 80%;
    }
    .pro_show .proshowcon .inquiry ul li.li2 input {
      width: 80%;
    }
    .pro_show .proshowcon .inquiry ul li.li5 textarea {
      width: 80%;
    }
    .pro_show .proshowcon .inquiry ul li.li7 {
      text-align: center;
      padding-left: 0;
    }
    .nytit span {
      line-height: 15px;
      display: inline-block;
      margin-top: 15px;
    }
    .nleft {
      display: none;
    }
    .nright {
      width: 100%;
    }
    .nright .newscon {
      padding-top: 2px;
    }
    .nright .newscon .date {
      padding: 0 0 3.3% 1%;
      width: 23%;
      text-align: center;
    }
    .nright .newscon .newfirstcon {
      width: 70%;
    }
  }
  @media (max-width: 480px) {
    .phonehonor ul li .pic:after {
      padding-bottom: 94%;
    }
    .case ul li {
      width: 100%;
    }
    .case ul li .pic .casezzc .consu {
      margin-top: 15%;
    }
    .contactwrap ul li {
      margin-right: 0;
      width: 100%;
      line-height: 40px;
      font-size: 14px;
    }
    .message .sub {
      width: 100%;
    }
    .message .sub input {
      width: 45%;
    }
    .job ul li .jobtit span.zhiwei {
      width: 50%;
    }
    .pro ul li {
      width: 41%;
    }
    .bigphone .pic::after {
      padding-bottom: 98%;
    }
    .pro_show .proshowcon .inquiry ul li input {
      width: 70%;
    }
    .pro_show .proshowcon .inquiry ul li b {
      width: 22%;
      font-size: 12px;
    }
    .pro_show .proshowcon .inquiry ul li.li2 input {
      width: 70%;
    }
    .pro_show .proshowcon .inquiry ul li.li5 textarea {
      width: 70%;
    }
    .nytit span {
      line-height: 15px;
      display: inline-block;
      margin-top: 15px;
    }
    .nright .newscon .date {
      width: 23%;
    }
    .nright .newscon .newfirstcon {
      width: 70%;
    }
    .newshow .newshowtit h1 {
      font-size: 16px;
    }
    .vicenavwrap .menu div ul {
      width: 225%;
      margin-left: -15%;
    }
    .pro ul li {
      border-radius: 0;
    }
  }
  /*# sourceMappingURL=style.css.map */
  /*loading页面*/
  #loading  
  {  
    width: 100%;
    height:100%;
    position:fixed;  
    z-index:999;  
    background:#ffffff;
    text-align: center;
    display: table;
  }   
  #loading span{
    display: table-cell;
    vertical-align: middle;
  }
  #loading span p{color:#fff;font-size: 20px;}
  #loading img{   
    display: inline-block; 
  }
  .scoll_dis  
  {   
    overflow:hidden;  
  }
  /*产品分类*/
  #catalog{
    width:1100px;
    margin: 15px auto;
    padding: 0 15px;
  }
  #catalog .catalog_title{width:10%;}
  .sicatalog_head {
    font-size: 44px;
    font-weight:bold;
    color: #d80808;
    font-family: Verdana,Arial;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-left: 30px;
  }
  .f_l {
    float: left;
  }
  .dashed > ul > li{
    margin-left:30px; 
  }
  .dashed > div > span{
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
  }
  .sicatalog {
    overflow: hidden;
    margin: 0 80px;
  }
  .sicatalog .dashed:first-child {
    border-top: none;
  }
  .sicatalog .dashed {
    overflow: hidden;
    border-top: #aaa 1px dashed;
    padding: 13px 0px;
  }
  .sicatalog li {
    text-align: center;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 13px;
  }
  .sicatalog li:hover,
  .sicatalog .active{
    background:#d80808; 
  }
  .sicatalog li:hover a,
  .sicatalog .active a{
    color:#fff;
  }
  /*产品放大镜*/
  .small > .active{
    border: 3px solid #d80808;
  }
  #magnifier > img{
    width: 100%;
    height:100%
  }
  /*滑块*/
  .magnifyingBegin{
    width: 175px;
    height: 210px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
  }
  /*放大镜显示区域*/
  .magnifyingShow{
    width: 370px;
    height: 420px;
    display: none;
    position: absolute;
    right: -400px;
    top: 0;
    overflow: hidden;
    background-color: #454545;
  }
  .magnifyingShow > img{
    width: 790px !important;
    max-width: none;
    height: 865px;
    margin-left:0;
    margin-top: 0;
  }
  /*生产实力*/
  .carousel ul li{
    width: 100%;
    float: none;
  }
  /*站点地图*/
  #map .con{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 50px; 
  }
  .con .hd h1 {
    width: 122px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
    font-family: "微软雅黑","MicrosoftYahei","宋体","Arial Narrow",sans-serif;
    text-align: center;
  }
  .con .hd {
    height: 39px;
    background: #fcfcfc;
    border-bottom: #fff 1px solid;
  }
  .con .bd {
    padding: 10px 0;
    border-top: #d6dbe1 1px solid;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd dl {
    padding: 0 0 10px 10px;
    zoom: 1;
  }
  .con .bd dd {
    float: left;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd ul {
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    zoom: 1;
  }
  .con .bd li {
    float: left;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
  }
  .con .bd dd {
    margin: 6px;
  }
  /*站内搜索*/
  .goomay-keywords-light{
    background: #dc3545 !important;
    color:#ffffff !important;
  }
  #search{
    margin-bottom: 50px;
    overflow:hidden
  }
  .search_left{
    /*float: left;*/
    /*width: 25%;*/
    border: 1px solid #d6d6d6;
    padding-top:5px;
    padding-bottom:5px;
  }
  .s_head{
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
  }
  .s_head h2{
    line-height: 50px;
    /*margin-left: 15px;*/
  }
  .s_body ul{
    margin-top: 10px;
    margin-left: 20px;  
  }
  .s_body ul span{
    display: block;
    color: #333;
    line-height: 40px;
  }
  .s_body ul input,
  .s_body ul select{
    height: 35px;
    width: 80%;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .s_body .sub input{
    height: 35px;
    line-height: 35px;
    background: #575757;
    border: 0;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    text-align: center;
    padding-left: 0px;
  }
  .search_right{
    padding-left: 40px;
    /*float: right;*/
    /*width: 73%;*/
    /*border-top: 1px solid #d6d6d6;
    padding-bottom: 15px;
    padding-top: 20px; 
    padding-left: 20px;*/
  }
  .search_right .no-result{
    text-align: center;
    font-size: 30px;
    color:#d80808;
    margin-top:50px;
  }
  .search-result-title{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .entry-image {
    padding: 0 15%;
    margin-bottom: 35px;
    height: 210px;
    line-height: 210px;
  }
  .entry-c{
    position: relative;
    overflow: hidden;
  }
  .search-result-info{
    padding:5px 0;
  }
  .search-result-info li{
    display: inline-block;
  }
  .search_right em{
    color: #004cff;
  }
  .search_right .search-result{
    margin-left:25px;
  }
  .search_right .search-li{
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding: 20px 0;
    overflow: hidden;
  }
  .search_right .search-li:nth-child(3n){
    margin-right: 0;
  }
  .search_right .search-li h4{
    font-size: 18px;
    color: #0b0b0b;
    margin-bottom: 10px;
  }
  .search_right .search-li h4 span {    
	background: #dc3545 !important;
    color:#ffffff !important;
	}
  .search_right .search-li p a{
    color: #1175b6;
  }
  .search_right li{
    overflow: hidden;
  }
  .search-result-info li:before{
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5
  }
  .search-result-info li:first-child:before { display: none; }
  .product_list{
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6; 
    margin-bottom: 15px;
  }
  .product_img{
    float: left;
  }
  .product_img img{
    border-radius: 50%;
  }
  .product_img img:hover{
    width: 90px;
    height: 90px;
  }
  .product_body{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
  .se_news{
    float: right;
    width: 79%;
  }
  .search_right .news .date em{
    color: #fff;
  }
  /*下载*/
  #download li{
    margin-bottom: 25px;
  }
  #download ul{
    margin-top: 50px;
    margin-bottom: 110px;
  }
  .down_head{
    margin-left: 25px;
    margin-bottom: 5px;
  }
  .down_body{
    margin: 0 15px;
    padding-top: 5px;
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
  }
  .down_body div{
    margin:0 15px;
  }
  .down_body span{
    margin-right: 15px;
  }
  .f_r{
    float: right;
  }
  .f_l{
    float: left;
  }
  .download_title{
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px;
  }
  .download_button,
  .link_button{
    display: inline-block;
    background: #23b7e5;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px;
  }
  .download_button:hover,
  .link_button:hover{
    background: #38c4f0;
    color: #fff;
  }
  .content_title{
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
  }
  .line{
    border-bottom: 1px solid #d6d6d6;
    margin: 15px 0;
  }
  #link h3{
    margin: 10px 15px;
  }
  #img_link,
  #text_link{
    margin-bottom: 50px;
    overflow: hidden;
  }
  #img_link li,
  #text_link li{
    float: left;
    margin: 0 10px;
  }
  /*招聘*/
  .apply{
    position: absolute;
    bottom: 15px;
    right: 40px;
    border: 1px solid red;
    width: 75px;
    text-align: center;
    z-index: 99px
  }
  .apply a{
    color: red;
  }

/****询盘****/
.inquiry-container .row{margin-left:0px;margin-right:0px;}
.inquiry-container li img{height:30px;}
.inquiry-container a{color:#000000;}
.inquiry-col{padding:0!important;}
.inquiry-title{font-size: 24px;margin:0px 0px 40px;color:#cccccc;position: relative;}
.inquiry-title:before{width: 90%;content:"";position: absolute;border-top: 1px dashed #cccccc;right: 0;top:15px;}
.inquiry-title:after{width: 90%;content:"";position: absolute;border-bottom: 1px dashed #cccccc;right: 0;top:20px;}
.inquiry-chose{background-color:#162c4c;color:#ffffff;padding:0px 20px;line-height: 50px}
.inquiry-chose .inquiry-select select{height:30px;color:#000000;line-height: 30px;width: 100%;border:none;padding:0 20px;cursor:pointer;}
.inquiry-container .classification{padding:0;}
.inquiry-search{text-align: right;}
.inquiry-search input{width: 290px;height: 30px;line-height: 30px;padding:0 10px;color:#000000;display: inline-block;float: right;margin: 10px 0;border: 0}
.inquiry-search i{width: 40px;height: 30px;background: #a0a0a0;color: #ffffff;float: right;line-height: 30px;text-align: center;font-size: 20px;margin: 10px 0;cursor:pointer;}
.inquiry-container .product-list{padding:20px 0 30px;border-bottom: 1px dashed #737373;color:#000000;}
.inquiry-container .fa-play{color:#ffffff;background: #162c4c;width: 24px;height:24px;line-height: 24px;text-align: center;}
.inquiry-container .product-list .product-ul li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-add,.inquiry-submit{background: #e60012;color:#ffffff;padding:8px 20px;width:130px;text-align: center;border-radius: 10px;cursor: pointer;}
.inquiry-submit{margin-top: 30px;}
.inquiry-add .fa{font-size: 16px}
.inquiry-list{margin-top:20px;}
.inquiry-container .list-head{background: #f2f2f2;height:46px!important;line-height: 46px!important;}
.inquiry-list li{height:60px;line-height: 60px;color:#000000;border-bottom: 1px solid #f2f2f2;}
.inquiry-container .fa-times,.inquiry-container .fa-plus{font-size: 18px;cursor: pointer;}
.gm-row{margin:0;padding:0 !important;}
.inquiry-container .input-name{line-height: 40px;color:#0d0d0d;}
.inquiry-container .input-type input,.inquiry-container .input-type textarea{width: 100%;font-size: 12px;padding:5px;}
.inquiry-container .input-type textarea{height:140px;}
.inquiry-container .input-type input{height:40px;margin-bottom: 10px}
.inquiry-container .input-star{color:#cd0406;}
.inquiry-form{margin:50px 0 40px;}
.inquiry-submit{margin:0 auto;margin-top: 40px;}
.inquiry-add-page{margin-top:30px;}
.inquiry-page {padding:8px 0;text-align:right;}
.inquiry-page li {display: inline;}
.inquiry-page li a{font-family: arial;background: #ffffff;padding: 2px 6px;margin: 0 2px;font-size: 12px;display: inline;border:1px solid #cccccc;}
.inquiry-page li a:hover {background: #f3f3f3;}
.inquiry-page li.active a{background: #f3f3f3;color: #ababab;}
.inquiry-page li.bgnone a{display: none;}
.submit-hide{display: none;}
.inquiry-captcha .captcha_src{
  height:40px;
}
#BMapLib_search_bus_btn0{margin-right:0px!important;}
.tangram-suggestion-main{z-index: 99}
@media (max-width: 992px) {
  .banner,.banner .banner_slide{height:600px!important;}
}
.banner_slide{
  background-position: center!important;
      background-size: cover!important;
}
.baidu-map-content{
  margin:0;
  line-height:20px;
  padding:2px;
}
.baidu-map-content img{
  float:right;
  zoom:1;
  overflow:hidden;
  width:100px;
  height:100px;
  margin-left:3px;
}
/*产品规格*/
.spec-type{
  height: 32px;line-height: 32px;margin-top:3px
}
.spec-item{
  padding: 20px 0;
}
.spec-one-item{
  padding:5px 0;
}
.spec-val{
  padding-left: 0!important;
}
.choiceimg{
  width: 42px!important;
  height: 42px!important;
  padding: 2px!important;
}
.border-spec{
  border:1px solid #fff;
}
.border-spec:hover{
  border:1px dotted #f40;
}
.border-spec-active{
  border:1px dotted #f40;
}
.cartInvalid{
  background: #f0f0f0
}
.choice{
  padding: 0 10px;border: 1px solid #b8b7bd;cursor:pointer;float: left;margin-right: 5px;height: 32px;line-height: 32px;margin-top:3px;
}
.choice:hover{
  border: 1px solid #FF0036;
}
.choice-active{
  border: 1px solid #FF0036;
}
.choice-disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.click-disabled{
  pointer-events: none;
}
#gotoTop{
  display: none;
  z-index: 299;
  position: fixed;
  width: 52px;
  height: 52px;
  background-color: #fff;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  color: #868686;
  top: auto;
  left: auto;
  right: 80px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.13);
}
#gotoTop:hover{
  background-color: #1175b6;
  color:#fff;
}
.customer-service{
  z-index: 299;
  position: fixed;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 90px;
}
.customer-service li{
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 10px;
}
.customer-service li a{
  color: #FFF;
}
.customer-service li:hover{
  background-color: #1ABC9C !important;
}
/*普通产品询盘*/
.enquiry-area{width: 100%;height: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0 0 25px;border: 1px solid #eee;font-size: 14px;background: #fff;overflow: hidden;}
.enquiry-area .enquiry-head{cursor: default;background: #003e59;color: #ffffff;position: relative;width: 100%;height: 55px;line-height: 55px;font-size: 16px;padding-left: 22px;}
.enquiry-area .enquiry-item{position: relative;background: #fff;padding:0 20px;margin-top: 20px;}
.enquiry-area .enquiry-item button{background: #ff6f00;border: none;border-bottom: 2px solid #ef5a00;color: #ffffff;padding: 8px 22px;border-radius: 3px;text-decoration: none;transition: background 200ms ease;outline: none;cursor: pointer;width: 100%;}
.enquiry-area .enquiry-item button i{display: inline-block;margin-left: 8px;}
.enquiry-area .enquiry-item .enquiry-input{box-sizing: border-box;width: 50%;padding: 10px;font-family: 'Open Sans', sans-serif;background: #fff;margin: 0;height: 40px;font-size: 14px;border: 1px solid #eee;border-left: 2px solid #003e59;outline: none;resize: none;overflow: hidden;border-radius: 3px;transition: box-shadow 200ms ease;}
.enquiry-area .enquiry-item .enquiry-textarea{width:100%!important;height:95px!important;}