@charset "utf-8";
/* CSS Document akakaz */
* {margin: 0;padding: 0;}
.clear {clear: both;} 
strong,a,span,li {font-size: 14px;}
 img {border: none;}
a, a:link, a:active, a:visited, a:hover {color: #707070;text-decoration: none;}
ul, li, ol {list-style: none;}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置--------------------*/
::-webkit-input-placeholder{
  color:#acacac;
}
:-moz-placeholder{
caret-color:#acacac;
}
::-moz-placeholder{
  color:#acacac;
}
:-ms-input-placeholder{
flood-color:#acacac;
}
 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #019395 inset; 
  -webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
 
ul {
  list-style: none;
}

/*浏览器滚动条*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#d3d3d3;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#b0b0b0}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
/* 清除浮动
-----------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* 兼容清除浮动和错位 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ec3b02;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.f-oh{
  overflow: hidden;
}
.f-cb {
  zoom:1;
}
.scale {
  transition: 1s;
  transform:scale(1.2,1.2); 
  -ms-transform:scale(1.2,1.2);   /* IE 9 */
  -moz-transform:scale(1.2,1.2);  /* Firefox */
  -webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.2,1.2); 
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.ll {float: left;}
.rr {float: right;}

@media (min-width:1500px){
   .container {width: 1500px !important;padding: 0px;max-width: none;}
}
@media (min-width:1400px) and (max-width: 1500px){
   .container {width: 1400px !important;padding: 0px;max-width: none;}
}
@media (min-width:1200px) and (max-width: 1400px){
  .container {width: 1200px !important;padding: 0px;max-width: none;}
}

/*-------header-------*/
.header {position: fixed;z-index: 10;left: 0;right: 0;height: 120px;}
.head {width: 90%;height:120px;border-bottom: 1px solid #7c7e81;transition: all 0.3s;margin:0 auto;}
.header-min {background: rgba(0,0,0,0.6);}
.header-min .head {border-bottom: none;} 
.header .head .logo {height: 120px;}
.header .head .logo a {display: block;height: 100%;}
.header .head .logo h1 {line-height: 120px;height: 120px;margin:0;display: table-cell;vertical-align: middle;}
.header .head .logo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;}
.header .head .htel {color: #fff;font-size: 22px;line-height: 120px;font-weight: bold;text-align: right;}
.header .head .htel i {display: inline-block;width: 24px;height: 24px;background: url(../images/htel.png) no-repeat center;margin-right: 5px;}
/*-------header end-------*/

/*-------nav-------*/
.nav {padding: 0;position: relative;}
.navBox{position: relative;width: 100%;}
.nav_transform1 ul.navCont li.child{position:relative;float:left;width:12.5%;line-height:120px;text-align:center;color:#fff;}
.nav_transform1 ul.navCont li.child a{display: block;color: #fff;}
.nav_transform1 ul.navCont li.child .title{font-size:16px;color:#fff;line-height: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.nav_transform1 ul.navCont li.child .title{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.nav_transform1 ul.navCont li.child .title i {display: inline-block;width: 14px;height: 8px;background: url(../images/jt.png) no-repeat center;margin-left: 10px;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.nav_transform1 ul.navCont li.child .title:after {content: '';  width: 100%; height: 3px; position: absolute; left: 0; bottom: 0; background-color: #29dcdf; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; left: 0; }
.nav_transform1 ul.navCont li.child a:hover .title{color:#29dcdf;}
.nav_transform1 ul.navCont li.child.on .title{color:#29dcdf;}
.nav_transform1 ul.navCont li.child a:hover .title:after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; right: 0; }
.nav-overlay {position: fixed;top: 0;left: 0;z-index: 10;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .6);opacity: 0;transition: opacity .3s linear;pointer-events: none;}
.nav_transform1 ul.navCont li.child a:hover .title i {background:url(../images/jta.png) no-repeat center;}
/* 导航按钮*/
button.nav-trigger{display:none;position:absolute;top:50%;right:10px;z-index:20;height:60px;width:60px;margin-top:-30px;padding:0 12px;background:#0b9799;border:0;outline:0;border-radius: 50%;}
.nav-trigger{transition:-webkit-transform .3s cubic-bezier(.86,0,.07,1);transition:transform .3s cubic-bezier(.86,0,.07,1)}
.nav-icon{position:relative;top:0px;left:5px;right:inherit;display:block;width:26px;height:2px;background-color:#fff;border-radius:2.5rem;transition:all .3s}
.nav-icon:after,.nav-icon:before{content:"";position:absolute;z-index:-1;display:block;height:2px;width:100%;border-radius:2.5rem;background-color:#fff;transition:all .3s}
.nav-icon:before{top:7px}
.nav-icon:after{top:-7px}
/*.navigation-is-visible .nav-trigger{-webkit-transform:translate3d(84vw,0,0);transform:translate3d(84vw,0,0)}*/
.navigation-is-visible .nav-icon{background-color:transparent!important}
.navigation-is-visible .nav-icon:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0;background-color:#fff}
.navigation-is-visible .nav-icon:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;background-color:#fff}
/*二级*/
.child .childContent { display: none; position: absolute; top:120px; width: 140%; z-index: 999;padding:0;overflow: hidden;left: -20%; }
.child .childContent .childContentLi { color: #fff; font-size: 14px; line-height: 45px; background: rgba(0,0,0,0.3);border-bottom: 1px solid #5d5f62;}
.child .childContent .childContentLi:hover { background: #29dcdf;; color: #fff !important; }
.child .childContent .childContentLi:hover a {color: #fff;}
/*-------nav end-------*/

/*-------banner-------*/
.ibanner{ height:950px;position: relative;}
.ibanner .swiper-container {width: 100%;height: 100%; overflow:hidden;}
.ibanner .swiper-slide{text-align: center;font-size: 18px;/* 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; position:relative; opacity:0; transition:all 0.5s;}
.ibanner .swiper-button-prev,.ibanner .swiper-button-next{ background:#eda700; background-image:none ; width: 55px; height: 85px; text-align: center; line-height: 85px;}
.ibanner .swiper-button-prev i,.ibanner .swiper-button-next i{ color: #fff; font-size: 3rem;}
.ibanner .swiper-button-prev{ left: 5px;}
.ibanner .swiper-button-next{ right: 5px;}
.ibanner .swiper-pagination-bullet {background: #fff;opacity: 0.5;}
.ibanner .swiper-pagination-bullet-active { background: #fff;opacity: 1;}
.ibanner .ban-img {display: block;width: 100%;height: 100%;}
.ibanner .ban-img img { width: 100%;height:100%;object-fit: cover;-webkit-transition: all 7s;transition: all 7s;}
.ibanner .swiper-slide-active .ban-img img {transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.ibanner .index_ban .idot{ position: absolute; bottom:30px; width: 23px; height: 83px; left: 0; right: 0; margin: 0 auto; z-index: 10; cursor: pointer;}
.ibanner .index_ban .idot span{ background: url(../images/mouse.png) no-repeat  center center; width: 23px; height: 63px; display: block; width: 100%; margin-top: 10px; animation: ascroll 3s infinite;}
@keyframes ascroll{
  0%{transform: translate3d(0,0,0);}
  50%{transform: translate3d(0,20px,0);}
  100%{transform: translate3d(0,0,0);}
}
/*-------banner end-------*/

/*三大板块*/
.sect_three {padding: 0;overflow: hidden;}
.sect_three .thitem {padding: 70px 100px 80px;overflow: hidden;background: #019395;position: relative;}
.sect_three .st:nth-child(2) .thitem {background: #abb53f;}
.sect_three .st:nth-child(3) .thitem {background: #5b58a0;}
.sect_three .thitem a {display: block;width: 100%;}
.sect_three .thitem h2 {color: #fff;font-size: 32px;line-height: 50px;}
.sect_three .thitem p {margin:20px 0 0;color: #fff;font-size: 16px;line-height: 30px;min-height: 90px;}
.sect_three .thitem span {display: block;width: 148px;height: 40px;border:2px solid #fff;border-radius: 20px;line-height: 40px;text-align: center;color: #fff;font-size: 16px;position: relative;z-index: 1;}
.sect_three .thitem:after {content: "";width: 95px;height: 95px;background: url(../images/th_1.png) no-repeat center;right:35px;bottom: 30px;position: absolute;animation:scroll_on22 1s forwards linear;}
.sect_three .st:nth-child(2) .thitem:after {background: url(../images/th_2.png) no-repeat center;}
.sect_three .st:nth-child(3) .thitem:after {background: url(../images/th_3.png) no-repeat center;} 
@keyframes scroll_on22 {
  0% { left:10%; }
  100% { left:70%; }
}
.sect_three .thitem span::before {content: "";display: block;width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0,0);background: #fff;transition: ease 0.5s;border-radius: 20px;z-index: -1;}
.sect_three .thitem:hover span {color: #019395;}
.sect_three .thitem:hover span::before{ transform: translate(-50%,-50%) scale(1,1);}
/*产品展示*/
.sect_pro {padding: 75px 0 80px;overflow: hidden;background: url(../images/sprobg.jpg) no-repeat top center;background-size: cover;}
.sect_pro .pro_top {padding: 0;overflow: hidden;margin-bottom: 75px;}
.title_1 {padding: 0;overflow: hidden;}
.title_1 h2 {color: #000;font-size: 38px;line-height: 80px;}
.title_1 h2 strong {color: #019395;font-size: 38px;line-height: 80px;font-weight: 500;}
.title_1 p {color: #595959;font-size: 16px;line-height: 30px;}
/*产品栏目*/
.sect_pro .pro_top .pronav {padding: 0;overflow: hidden; margin-top:24px;}
.sect_pro .pro_top .pronav a {display: inline-block;width: 16%;text-align: center;position: relative;padding: 0;overflow: hidden;}
.sect_pro .pro_top .pronav a .picon {width: 66px;height: 66px;padding: 0;overflow: hidden;margin:0 auto 20px;border-radius: 50%;position: relative;transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;border:2px solid #8f8f8f;}
.sect_pro .pro_top .pronav a .picon:before {content: "";background: url(../images/tl.png) no-repeat center;position: absolute;top: 50%;left: 50%;width: 30px;height: 30px;margin-top: -15px;margin-left: -15px;transition:0.6s;-moz-transition:0.6s;-ms-transition:0.6s;-o-transition:0.6s;-webkit-transition:0.6s;background-size: contain;}
.sect_pro .pro_top .pronav a .picon:after {content:"";background: url(../images/tla.png) no-repeat center;position: absolute;top: 50%;left: 50%;width: 30px;height: 30px;margin-top: -15px;margin-left: 72px;transition:0.6s;-moz-transition:0.6s;-ms-transition:0.6s;-o-transition:0.6s;-webkit-transition:0.6s;background-size: contain;}
.sect_pro .pro_top .pronav a p {color: #000;font-size: 16px;line-height: 30px;}
.sect_pro .pro_top .pronav a:hover .picon{border:2px solid #019395;}
.sect_pro .pro_top .pronav a:hover .picon:before{margin-left: -72px;}
.sect_pro .pro_top .pronav a:hover .picon:after{margin-left: -15px;}
.sect_pro .pro_top .pronav a:hover p {color: #019395;}
/*产品列表*/
.sect_pro .prolist {padding: 0;overflow: hidden;position: relative;height: 620px;}
.sect_pro .prolist .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.sect_pro .prolist .swiper-container .swiper-slide { height: 620px;}
.sect_pro .prolist .proitem {padding:90px 0 50px;overflow: hidden;width: 100%;height: 100%;position: relative;z-index: 2;}
.sect_pro .prolist .proitem:after {content: "";width: 100%;height: 357px;background: #fff;border-radius: 10px;overflow: hidden;position: absolute;left: 0;right: 0;bottom: 0;z-index: -2;transition:0.6s;-moz-transition:0.6s;-ms-transition:0.6s;-o-transition:0.6s;-webkit-transition:0.6s;}
.sect_pro .prolist .proitem a {display: block;height: 100%;}
.sect_pro .prolist .cpimg {padding: 0;height: 250px;position: relative;margin-bottom: 70px;}
.sect_pro .prolist .cpimg:after {content: "";width: 100%;height: 77px;background: url(../images/cpbg.png) no-repeat center;position: absolute;left: 0;bottom: -45px;z-index: 0;background-size: contain;}
.sect_pro .prolist .proimg{padding: 0;overflow: hidden;width: 100%;height: 250px;position: relative;z-index: 2;}
.sect_pro .prolist .proimg img {width: 100%;height:100%;object-fit: contain;display: block;transition: all 1s ease;}
.sect_pro .prolist .proitem .proT,.sect_pro .prolist .proitem .procon  h2 {color: #000;font-size: 24px;line-height: 40px;text-align: center;} 
.sect_pro .prolist .proitem .proT {opacity: 0;transition:0.6s;-moz-transition:0.6s;-ms-transition:0.6s;-o-transition:0.6s;-webkit-transition:0.6s;}
.sect_pro .prolist .proitem .procon {padding: 0 10px;overflow: hidden;text-align: center;}
.sect_pro .prolist .proitem .procon p {color: #969696;font-size: 15px;line-height: 30px;height: 60px;} 
.sect_pro .prolist .proitem .procon span {display: block;width: 50%;height: 47px;background: #019395;margin:0 auto;border-radius: 0 20px 0 20px;overflow: hidden;color: #fff;font-size: 15px;line-height: 47px;}
.sect_pro .prolist .proitem:hover:after {background: url(../images/probg.jpg) no-repeat center;background-size: 100% 100%;height: 100%;border-radius: 0;}
.sect_pro .prolist .proitem:hover .proT {opacity: 1;margin-bottom: 40px;}
.sect_pro .prolist .proitem:hover {padding: 60px 0;}
.sect_pro .prolist .proitem:hover .procon h2,.sect_pro .prolist .proitem:hover .procon p {display: none;}
/*-------关于我们-------*/
.sect_about {padding: 45px 0 75px;overflow: hidden;background: #fff;}
/*搜索*/
.sousuo {padding: 0;overflow: hidden;margin-bottom: 40px;}
.sousuo .stit {padding: 0;overflow: hidden;text-align: center;margin-bottom: 10px;}
.sousuo .stit h2 {color: #000;font-size: 38px;line-height: 60px;}
.sousuo .stit h2 strong {color:019395;font-size: 38px;line-height: 60px;font-weight: normal;}
.s_search{ padding:10px 0;overflow: hidden;}
.s_search form {line-height: 58px;border-radius:50px;padding: 0;overflow: hidden;background: #f3f6f6;width: 50%;margin:0 auto;border:none;outline: none;}
.s_search .text{background:none;float: left;height:58px; line-height:58px;margin:0; padding:0 3%;width:70%;color:#7c7c7c;font-size:14px;outline: none;border: none;text-align: center;}
.s_search input::placeholder {color: #7c7c7c;}
.s_search .btn{background:url(../images/sdot.png) no-repeat center center;border:none; border-radius: 0 50px 50px 0; cursor: pointer;float:right;height:58px;margin:0;width:23%; padding:0; text-align: center; color:#111; outline: none;}
.s_search .btn:hover {background:url(../images/sdot.png) no-repeat center center #f3f6f6;}
.sousuo .s_word {padding: 0;overflow: hidden;text-align: center;}
.sousuo .s_word a {display: inline-block;color: #898989;font-size: 16px;line-height: 40px;padding: 0 27px;margin:0 15px;transition:0.6s ease;-moz-transition:0.6s ease;-ms-transition:0.6s ease;-o-transition:0.6s ease;-webkit-transition:0.6s ease;}
.sousuo .s_word a:first-child,.sousuo .s_word a:hover {color: #d81e06;background: url(../images/fire.png)no-repeat left center;}
/*简介*/
.sabout_box {padding:60px 110px;overflow: hidden;background: #019395; border-radius: 20px;}
.sabout_box .alogo {padding:0;overflow: hidden;margin-bottom: 35px;height: 42px;}
.sabout_box .alogo img {width: auto;height: 100%;object-fit: contain;    max-width: 100%;}
.sabout_box .about {padding:0;overflow: hidden;}
.sabout_box .about .aboutt {padding:0;overflow: hidden;margin-bottom: 35px;}
.sabout_box .about .aboutt h2 {color: #fff;font-size: 38px;line-height: 55px;font-weight: bold;}
.sabout_box .about .aboutt em {display: block;width: 43px;height: 3px;background: #fff;margin-top:20px;}
.sabout_box .about .aboutcon,.sabout_box .about .aboutcon p,.sabout_box .about .aboutcon span {color: #fff;font-size: 16px;line-height: 35px;min-height: 105px;}
.sabout_box .about .amore{display: block;line-height: 50px;text-align: center;color: #019395;font-size: 18px;font-weight: 600;width: 210px;height: 50px;background: #fff;border-radius: 20px;transition: all 0.3s;margin:10px 0;}
.sabout_box .about .amore:hover {box-shadow: 3px 3px 5px 1px #014142;}
.sabout_box .about_pic {margin:15px;height: 385px;position: relative;}
.sabout_box .about_pic:before{content: "";width: 45px;height: 45px;background:#fff;opacity: 0.5;border-radius: 10px;position: absolute;left: -15px;top:-15px;z-index: 2;animation: consult linear 4s infinite;}
.sabout_box .about_pic:after {content: "";width: 70px;height: 70px;background:#fff;opacity: 0.2;border-radius: 10px;position: absolute;right: -15px;bottom:-15px;z-index: 0;animation: consult linear 4s infinite;}
.sabout_box .about_pic .aimg {width: 100%;height: 100%;position: relative;z-index: 1;overflow: hidden;border:2px solid #fff;border-radius: 10px;}
.sabout_box .about_pic .aimg img {width: 100%;height: 100%;object-fit: cover;}
 @keyframes consult{
    0%,100%{transform:scale(.6);}
    50%{transform:scale(1);}  
  }
/*-------关于我们 end-------*/

/* -------施工流程------- */
.sect_sg {padding: 110px 0;overflow: hidden;background: url(../images/lcbg.jpg) no-repeat center;background-size: cover;}
.sect_sg .sg_title {padding: 0;overflow: hidden;}
.sect_sg .sg_title h2 {background: url(../images/lctbg.png) no-repeat left center;color: #fff;font-size: 38px;line-height: 63px;padding-left: 15px;}
.sect_sg .sg_title p {color: #f3f3f2;font-size: 16px;line-height: 50px;}
.sect_sg .sglist {padding: 0;overflow: hidden;}
.sect_sg .sglist .sgitem {padding: 35px 55px;overflow: hidden;background: #fff;border-radius: 15px;text-align: center;cursor: pointer;margin: 75px 2px 10px;transition: all 0.3s;box-shadow: 4px 4px 5px 0px #747272;}
.sect_sg .sglist .sgitem .sgimg {width: 55px;height: 55px;position: relative;margin:0 auto 15px;}
.sect_sg .sglist .sgitem .sgimg img {width: auto;height: 100%;object-fit: contain;position: relative;z-index: 1;}
.sect_sg .sglist .sgitem .sgimg:after {content: "";width: 25px;height: 25px;background: #019395;border-radius: 50%;position: absolute;z-index: 0;animation: consult linear 4s infinite;left:35px;top:12px; }
.sect_sg .sglist .sgitem .licon {padding: 0;overflow: hidden;}
.sect_sg .sglist .sgitem .licon h2 {color: #000;font-size: 28px;line-height: 40px;margin-bottom: 10px;}
.sect_sg .sglist .sgitem .licon p {color: #737373;font-size: 16px;line-height: 30px;min-height: 60px;}
.sect_sg .sglist .sgitem:hover {padding: 35px 55px 60px;margin:50px 2px 10px;}
/* -------施工流程 end------- */

/*-------资讯中心 -------*/
.sect_news {padding: 40px 0 60px;overflow: hidden;background:#fff;}
.sect_news .xwtit {margin-bottom: 35px;padding: 0;overflow: hidden;}
.sect_news .xwlm {text-align: right;}
.sect_news .xwlm a {display: inline-block;padding: 0 40px;line-height: 40px;text-align: center;color: #6d6d6d;font-size: 16px;border: 2px solid #019395;border-radius: 0 25px 0 25px;margin-left: 15px;}
.sect_news .xwlm a:first-child,.sect_news .xwlm a:hover {background: #019395;color: #fff;}
.sect_news .xwlist {padding: 0;overflow: hidden;height: 480px;}
.sect_news .xwlist .swiper-container {width: 100%;height: 100%;padding: 0;overflow: hidden;}
.sect_news .xwlist .xwitem {padding: 0;overflow: hidden;}
.sect_news .xwlist .xwitem a {display: block;width: 100%;height: 100%;}
.sect_news .xwlist .xwitem .xwimg {width: 100%;height: 260px;padding: 0;overflow: hidden;margin-bottom: 30px;}
.sect_news .xwlist .xwitem .xwimg img {display: block;width: 100%;height: 100%;object-fit: cover;transition:all 0.3s ease;}
.sect_news .xwlist .xwitem .xwcon {padding: 0;overflow: hidden;transition: all 0.3s;}
.sect_news .xwlist .xwitem .xwcon h3 {color: #232323;font-size: 18px;line-height: 35px;font-weight: bold;transition: all 0.3s;}
.sect_news .xwlist .xwitem .xwcon h3 i {display: inline-block;color: #019395;font-size: 24px;font-weight: bolder;float:right;line-height: 35px;}
.sect_news .xwlist .xwitem .xwcon span {display: block;color: #777;font-size: 16px;margin:10px 0;line-height: 30px;font-weight: bold;transition: all 0.3s;}
.sect_news .xwlist .xwitem .xwcon p {color: #777;font-size: 15px;line-height: 25px;min-height: 75px;transition: all 0.3s;}
.sect_news .xwlist .xwitem:hover .xwimg img {transition: ease 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.sect_news .xwlist .xwitem:hover .xwcon h3 {color: #019395;}
.sect_news .xwmore {padding: 0;overflow: hidden;}
.sect_news .xwmore a {display: block;width: 148px;height: 40px;border: 2px solid #777;border-radius: 20px;line-height: 40px;text-align: center;color: #777;font-size: 16px;position: relative;z-index: 1;margin:0 auto;}
.sect_news .xwmore a::before {content: "";display: block;width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0,0);background: #019395;transition: ease 0.5s;border-radius: 20px;z-index: -1;}
.sect_news .xwmore a:hover {color: #fff;border:2px solid #019395;}
.sect_news .xwmore a:hover::before{ transform: translate(-50%,-50%) scale(1,1);}
/*-------资讯中心 end-------*/

/*------企业视频------*/
.z_jt_video{ width: 100%; position: relative; height: 500px;}
.z_jt_video::before{ content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.2); position: absolute; left: 0; top: 0; z-index: 1;}
.z_jt_video .z_play{ position: absolute; top: 50%; cursor: pointer; transform: translate(10%,-50%); z-index: 2; text-align: center; color: #fff;width: 80%;}
.z_jt_video .z_play h2 {color: #fff;font-size: 36px;line-height: 60px;}
.z_jt_video .z_play h3{ font-size: 18px; color:#ebebeb;line-height:30px;    margin: 25px 0 10px;}
.z_jt_video .z_play .icon{ display: block; margin: 0 auto; height:3.75vw ;}
.video_pop{display: block; width: 100%; height: 100%; background: #000; position: fixed; left: 0; top: 0; z-index: 999!important; display: flex; justify-content: center; align-items: center; display: none;}
.close_btn{width: 40px; height: 40px; position: absolute; right: 0; top: 0; background: url(../images/close.png) no-repeat center; z-index: 100; cursor: pointer;}
#video{width:100%; max-height: 100%;}
.video_pop .warp{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100vh;}
.video_pop .clvideo {width: 80%;margin:0 auto;height: 80vh;}
.jw-skin-bce .jw-controlbar {width: 100% !important;}
/*------企业视频 end------*/

/*-------footer -------*/
.footer {padding:50px 0 35px;overflow: hidden;background: #262626;border-top: 5px solid #019395;}
.footer .foottit {color:#fff;font-size: 16px;font-weight: bold;line-height: 45px;margin-bottom: 20px;}
.footer .fnav {padding: 0;overflow: hidden;}
.footer .fnav a {display: inline-block;color: #fff;font-size: 15px;line-height: 35px;width: 22%;}
.footer .fnav a:hover {color: #09b4b7;}
.footer .flx {padding:0;overflow: hidden;}
.footer .flx p {padding-left: 23px;}
.footer .flx p,.footer .flx p span,.footer .flx a {color: #fff;font-size: 15px;line-height: 35px;}
.footer .flx p span {margin-right: 15px;}
.footer .flx p.ftel {background: url(../images/ftel.png) no-repeat left center;}
.footer .flx p.fdz {background: url(../images/fadress.png) no-repeat left 7px;}
.footer .fewm {padding: 10px 0 0;overflow: hidden;}
.footer .fewm .fewml {width: 50%;float: right;padding: 0;overflow: hidden;}
.footer .fewm .fewml .fewmimg {width: 90%;height: 85px;margin:0 auto 5px;text-align: center;}
.footer .fewm .fewml .fewmimg img {height: 100%;width: auto;max-width: 100%;object-fit: contain;}
.footer .fewm .fewml p {color: #fff;font-size: 15px;line-height: 30px;text-align: center;}
.footer .copryright {padding:30px 0 5px;overflow: hidden;}
.footer .copryright,.footer .copryright p,.footer .copryright span,.footer .copryright a {color: #969696;font-size: 15px;line-height: 30px;}
.footer .copryright a:hover {color: #fff;}
/*-------footer end-----*/
/*-------友链-------*/
.sect_links {padding: 10px 0;overflow: hidden;border-bottom:1px solid #3c3c3c;margin-top: 30px;}
.sect_links .links {padding: 0;overflow: hidden;}
.sect_links .links a {display: inline-block;color: #aaa;font-size: 14px;line-height: 30px;margin-right: 15px;}
.sect_links .links a:hover {color: #09b4b7;}
/*-------友链 end-------*/
/*-----------------------------------*/
/*             内页样式             */
/*---------------------------------*/
/*nbanner and crumbs */
.nbanner {padding: 0;overflow:hidden;background-repeat: no-repeat;height: 750px;background-size: auto 100%;} 
.nbanner .container{ position: relative; height: 100%;}
.nbanner .crumbs{ position: absolute;top: 50%; cursor: pointer; transform: translate(-0%,-50%); z-index: 2; color: #fff;}
.nbanner .crumbs .catname {padding: 0;overflow: hidden;}
.nbanner .crumbs .catname h2 {color: #fff;font-size: 55px;line-height: 85px;font-weight: bold;}
.nbanner .crumbs .current {padding: 0;overflow: hidden;}
.nbanner .crumbs .current,.nbanner .crumbs .current a {color: #fff;font-size: 16px;line-height: 40px;}

/*content 公用样式*/
.content {padding:40px 0;overflow: hidden;background: #fff;}
.maininfo {padding: 0;overflow: hidden;}
.maininfo img {max-width: 100%;}
/*内页栏目分类*/
.sect_sider {padding: 0;overflow: hidden;background: #f8f8f8;}
.sect_sider .sider {padding: 0;overflow: hidden;text-align: center;}
.sect_sider .sider a {color: #2e2e2e;font-size: 18px;font-weight: bold;line-height: 85px;text-align: center;display: inline-block;border-right:1px solid #d1d1d1;}
.sect_sider .sider a:last-child {border-right: none;}
.sect_sider .sider_about a {width: 33%;}
.sect_sider .sider a:hover,.sect_sider .sider a.on {background: url(../images/ajt.png) no-repeat top center #fff;color: #019395;}
.sect_sider .sider_pro a{width: 12%;}
.sect_sider .sider_xw a{width: 48%;}

/*关于我们*/
.nabout {padding: 0;overflow: hidden;}
.nabout .about1f {padding:30px 0 0;overflow: hidden;margin-bottom: 30px;}
.nabout .about1f .avideo {height: 430px;padding: 0;overflow: hidden;background: #aaaaaa;width: 96%;}
.nabout .about1f .about1f_con {padding: 0;overflow: hidden;}
.nabout .about1f .about_t {color: #019395;font-size: 36px;line-height: 50px;margin-bottom: 20px;}
.nabout .about1f .aboutlist {padding: 0;overflow: hidden;margin-top: 20px;}
.nabout .about1f .aboutlist a {display: inline-block;width: 22%;text-align: center;}
.nabout .about1f .aboutlist a .aicon {width: 98px;height: 98px;border:1px solid #d8d8d8;border-radius: 50%;text-align: center;margin:0 auto;position: relative;z-index: 1;}
.nabout .about1f .aboutlist a .aicon:after {content: "";display: block;width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0,0);background: #019395;transition: ease 0.6s;border-radius: 50%;}
.nabout .about1f .aboutlist a .aicon i {display: block;width: 100%;height: 100%;position: relative;z-index: 1;transition: all 0.3s ease;background-repeat: no-repeat;background-position: center;}
.nabout .about1f .aboutlist a .a1 {background: url(../images/a_1.png) no-repeat center;}
.nabout .about1f .aboutlist a .a2 {background: url(../images/a_2.png) no-repeat center;}
.nabout .about1f .aboutlist a .a3 {background: url(../images/a_3.png) no-repeat center;}
.nabout .about1f .aboutlist a .a4 {background: url(../images/a_4.png) no-repeat center;}
.nabout .about1f .aboutlist p {color: #b4b4b4;font-size: 15px;line-height: 40px;}
.nabout .about1f .aboutlist a:hover .aicon:after{ transform: translate(-50%,-50%) scale(0.9,0.9);}
.nabout .about1f .aboutlist a:hover .a1 {background-image: url(../images/a_1a.png);}
.nabout .about1f .aboutlist a:hover .a2 {background-image: url(../images/a_2a.png);}
.nabout .about1f .aboutlist a:hover .a3 {background-image: url(../images/a_3a.png);}
.nabout .about1f .aboutlist a:hover .a4 {background-image: url(../images/a_4a.png);}
.nabout .about1f .aboutlist a:hover  p {color: #019395;}
.nabout .mainxqcon,.nabout .mainxqcon p,.nabout .mainxqcon span {color: #424242;font-size: 15px;line-height: 35px;}
/*企业文化*/
.sect_wh {padding: 60px 0 380px;overflow: hidden;background: url(../images/baoutbg.jpg) no-repeat bottom center;background-size:100% auto;}
.sect_wh .about2f {padding: 0;overflow: hidden;}
.sect_wh .about2f .qywh {padding: 0;overflow: hidden;width: 90%;margin:0 auto;}
.sect_wh .about2f .qywh .qicon {width: 79px;margin-bottom: 10px;}
.sect_wh .about2f .qywh .qicon img {width: 100%;height: auto;}
.sect_wh .about2f .qywh h3 {color: #2e2e2e;font-size: 32px;line-height: 50px;font-weight: bold;}
.sect_wh .about2f .qywh h2 {color: #2e2e2e;font-size: 30px;line-height: 50px;margin-bottom: 35px;}
.sect_wh .about2f .qywh p {color: #787878;font-size: 16px;line-height: 35px;}
/*   内页产品列表   */
/*项目列表页*/
.content .prolist {padding: 0;overflow: hidden;}
.content .prolist .proitem {padding:20px 0;overflow: hidden;width: 100%;height: 550px;position: relative;z-index: 2;margin-bottom: 30px;}
.content .prolist .proitem:after {content: "";width: 100%;height: 357px;background: #f3f6f6;border-radius: 10px;overflow: hidden;position: absolute;left: 0;right: 0;bottom: 0;z-index: -2;transition:0.6s;-moz-transition:0.6s;-ms-transition:0.6s;-o-transition:0.6s;-webkit-transition:0.6s;}
.content .prolist .proitem a {display: block;height: 100%;}
.content .prolist .cpimg {padding: 0;height: 250px;position: relative;margin-bottom: 45px;}
.content .prolist .cpimg:after {content: "";width: 100%;height: 77px;background: url(../images/cpbg.png) no-repeat center;position: absolute;left: 0;bottom: -45px;z-index: 0;}
.content .prolist .proimg{padding: 0;overflow: hidden;width: 100%;height: 250px;position: relative;z-index: 2;}
.content .prolist .proimg img {width: 100%;height:100%;object-fit: contain;display: block;transition: all 1s ease;}
.content .prolist .proitem .proT,.content .prolist .proitem .procon  h2 {color: #000;font-size: 24px;line-height: 40px;text-align: center;} 
.content .prolist .proitem .proT {opacity: 0;transition:0.6s;-moz-transition:0.6s;-ms-transition:0.6s;-o-transition:0.6s;-webkit-transition:0.6s;}
.content .prolist .proitem .procon {padding: 0 10px;overflow: hidden;text-align: center;}
.content .prolist .proitem .procon p {color: #969696;font-size: 15px;line-height: 30px;height: 60px;} 
.content .prolist .proitem .procon span {display: block;width: 50%;height: 47px;background: #019395;margin:0 auto;border-radius: 0 20px 0 20px;overflow: hidden;color: #fff;font-size: 15px;line-height: 47px;}
.content .prolist .proitem:hover:after {background: url(../images/probg.jpg) no-repeat center;background-size: 100% 100%;height: 100%;border-radius: 0;}
.content .prolist .proitem:hover .proT {opacity: 1;margin-bottom: 20px;}
.content .prolist .proitem:hover {padding: 40px 0;}
.content .prolist .proitem:hover .procon h2,.sect_pro .prolist .proitem:hover .procon p {display: none;}
/*内页项目详情*/
/*相册*/
.content .goback {padding: 0;overflow: hidden;margin-bottom: 15px;}
.content .goback a {color: #8f8f8f;font-size: 16px;line-height: 40px;}
.cpxq {padding: 0;overflow: hidden;}
.cpxq .prophoto {padding: 0;overflow: hidden;margin-bottom:30px;}
.cpxq .photo{ width: 95%; overflow: hidden;background:#f3f6f6; }
.cpxq .photo .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.cpxq .photo .swiper-slide {background-color: #f3f6f6;}
.cpxq .photo .cpphoto {width: 100%;height: 450px;background: #f3f6f6;padding: 60px 0;}
.cpxq .photo .cpphoto img {width: 100%;height: 100%;object-fit: contain;}
.cpxq .photo .swiper-button-prev:after,.cpxq  .photo .swiper-button-next:after {font-size: 30px;}
/*详情参数*/
.cpxq .cpcanshu {padding: 20px 0 0;overflow: hidden;}
.cpxq .cpcanshu .cpcsT {color: #2e2e2e;font-size: 28px;line-height: 45px;}
.cpxq .cpcanshu .cpcst {background: #019395;color: #fff;font-size: 15px;line-height: 35px;width: 120px;border-radius: 5px;overflow: hidden;margin:15px 0;text-align: center;}
.cpxq .cpcanshu .cpcscon {color: #676767;font-size: 16px;line-height: 35px;min-height: 175px;}
.cpxq .cpcanshu .cpshare {padding: 0;overflow: hidden;}
.cpxq .cpcanshu .cpsl {line-height: 70px;background: #019395;text-align: center;border-radius: 10px;display: inline-block;padding: 0 57px;overflow: hidden;margin-right: 7px;}
.cpxq .cpcanshu .cpsl a {display: block;color: #fff;font-size: 20px;}
.cpxq .cpcanshu .cpsr {display: inline-block;border:2px solid #019395;line-height: 68px;color: #019395;font-size: 20px;border-radius: 10px;font-weight: bold;padding: 0 30px;overflow: hidden;}
.cpxq .cpcanshu .cpsr i {display: inline-block;width: 21px;height: 68px;background: url(../images/ptel.png) no-repeat center;margin-right: 10px;float: left;}
.maininfo .mainxqcon {padding: 0;overflow: hidden;}
.maininfo .mainxqcon,.maininfo .mainxqcon p,.maininfo .mainxqcon span {color: #636363;font-size: 15px;line-height: 35px;}
.content .cpxq .teamcom {padding: 0;overflow: hidden;}
.content .cpxq .teamcom li {padding: 50px 0 30px;overflow: hidden;}
.content .cpxq .teamcom li:first-child {border-bottom: 1px solid #d4d4d4;border-top: 1px solid #d4d4d4;padding: 50px 0;}
.content .cpxq .teamcom .teal {width: 15%;padding: 0;overflow: hidden;}
.content .cpxq .teamcom .teal h3 {color: #272727;font-size: 26px;line-height: 35px;}
.content .cpxq .teamcom .tear {width: 85%;padding: 0;overflow: hidden;}
.content .cpxq .teamcom .tear,.content .cpxq .teamcom .tear p {color: #696969;font-size: 18px;line-height: 35px;}
.content .cpxq .teamcom .tear img {max-width: 100%;}

/*图片列表*/
.content .plist {padding: 0;overflow: hidden;}
.content .plist .pitem {padding: 0;overflow: hidden;width: 100%;margin-bottom: 30px;background: #f3f2f2;}
.content .plist .pitem a {display: block;}
.content .plist .pitem .pimg{padding: 0;overflow: hidden;width: 100%;height: 255px;}
.content .plist .pitem .pimg img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.content .plist .procs {padding: 20px 20px 45px;overflow: hidden;text-align: center;}
.content .plist .procs h2 {color: #000;font-size: 20px;line-height: 35px;}
.content .plist .procs p {color: #909090;font-size: 15px;line-height: 35px;}
.content .plist .procs span {display: inline-block;padding: 0 40px;line-height: 40px;text-align: center;color: #fff;font-size: 15px;border-radius: 0 25px 0 25px;background: #019395;margin-top:15px;transition: all 0.6s ease;}
.content .plist .pitem:hover .pimg img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.content .plist .pitem:hover .procs span {border-radius: 0;}
/*关于我们视频推荐*/
.content .ptj {padding: 0;overflow: hidden;margin-bottom: 40px;background: #f3f2f2;}
.content .ptj a {display: block;width: 100%;height: 540px;overflow: hidden;padding: 0;}
.content .ptj .ptjimg {padding: 0;overflow: hidden;width: 100%;height: 540px;}
.content .ptj .ptjimg img {width: 100%;height: 100%;object-fit: cover;transition: all 1s ease;}
.content .ptj .ptjcon {padding:100px 40px 0;overflow: hidden;}
.content .ptj .ptjcon  h2 {color: #000;font-size: 32px;line-height: 45px;}
.content .ptj .ptjcon p {color: #656565;font-size: 16px;line-height: 35px;margin:20px 0;min-height: 140px;}
.content .ptj .ptjcon span {display: inline-block;padding: 0 40px;line-height: 40px;text-align: center;color: #fff;font-size: 15px;border-radius: 0 25px 0 25px;background: #019395;margin-top:15px;transition: all 0.6s ease;}
.content .ptj:hover .ptjimg img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.content .ptj:hover .ptjcon span {border-radius: 0;}

/*文章列表*/
.content .newslist {padding:0;overflow: hidden;}
.content .newslist .newsitem {padding: 30px 0;overflow: hidden;margin: 0 0;border-bottom: 1px solid #eaeaea;position: relative;}
.content .newslist .newsitem:after {content: "";width: 0;height: 100%;background: #f8f8f8;position: absolute;left: 50%;right: 0;top:0;bottom:0;z-index: 1;transition: all 0.3s;}
.content .newslist .newsitem a {display: block;width: 100%;position: relative;z-index: 2;}
.content .newslist .newsitem .newimg {width: 100%;height: 205px;padding: 0;overflow: hidden;}
.content .newslist .newsitem .newimg img {display: block;width: 100%;height: 100%;object-fit: cover;transition: all 1s ease;}
.content .newslist .newsitem .newcon {padding: 0 0 0px 25px;overflow: hidden;transition: all 0.3s;}
.content .newslist .newsitem .newconl {padding: 0;overflow: hidden;width: 80%;}
.content .newslist .newsitem .newconr {padding: 0;overflow: hidden;width: 20%;text-align: right;}
.content .newslist .newsitem .newconl h2 {color: #232323;font-size: 25px;line-height:50px;transition: all 0.3s;}
.content .newslist .newsitem .newconl p {color: #777;font-size: 16px;line-height: 25px;min-height: 75px;transition: all 0.3s;margin:10px 0;}
.content .newslist .newsitem .newconl span {display: inline-block;padding: 0 50px;line-height: 40px;text-align: center;color: #fff;font-size: 15px;overflow: hidden;border-radius: 0 25px 0 25px;background: #019395;transition: all 0.6s ease;}
.content .newslist .newsitem .newconr h4 {color: #000;font-size: 38px;line-height: 50px;}
.content .newslist .newsitem .newconr p {color: #000;font-size: 16px;line-height:35px;}
.content .newslist .newsitem:hover .newimg img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.content .newslist .newsitem:hover:after {width: 100%;left: 0; } 
.content .newslist .newsitem:hover .newconl h2,.content .newslist .newsitem:hover .newconl p {color: #019395;}
.content .newslist .newsitem:hover .newconl span {border-radius: 0;}

/*文章详情页*/
.maininfo .artTit {color: #2b2b2b;font-size: 26px;line-height: 35px;text-align: center;padding-bottom: 10px;}
.maininfo .times {color: #7f7f7f;font-size: 18px;line-height: 25px;margin-bottom: 20px;text-align: center;padding-bottom: 20px;border-bottom: 1px solid #cfcfcf;}

/*文章相关推荐*/
.xgtjtit {padding: 0;overflow: hidden;margin-bottom: 20px;}
.xgtjtit span {display: inline-block;background: #019395;padding: 0 50px;line-height: 50px;font-size: 20px;color:#fff;text-align: center;}
.xwlist li .newsitem {padding: 25px 15px;overflow: hidden;position: relative;margin: 0 10px 10px;box-shadow: 3px 3px 6px 0px #eaeaea}
.xwlist li .newsitem:after {content: ""; width: 0;height: 100%;background: #f9f9f9;position: absolute;left: 50%;right: 0;top:0;bottom:0;z-index: 1;transition: all 0.3s;}
.xwlist li a {display:block;width: 100%;height: 100%;position: relative;z-index: 2;}
.xwlist li .newtit {padding: 0;overflow: hidden;margin-bottom: 10px;}
.xwlist li .newtit h2 {color: #171616;font-size: 22px;line-height: 45px;}
.xwlist li .newtit span {display: block;text-align: right;color: #797979;font-size: 15px;line-height: 45px;}
.xwlist li p {color: #797979;font-size: 15px;line-height: 30px;min-height: 60px;margin-bottom: 15px;}
.xwlist li .newmore {cursor: pointer;width: 140px;height: 40px;background: #2c2c2c;text-align: center;line-height: 40px;color: #fff;font-size: 14px;margin-bottom: 5px;transition: all 0.3s;}
.xwlist li:hover .newsitem:after { width: 100%;left: 0;} 
.xwlist li:hover .newsitem h2 {color: #019395;}
.xwlist li:hover .newmore {background: #019395;color: #fff;box-shadow: 3px 3px 5px 1px #2c2c2c;}

/*视频详情*/
#videoiFrame {height: 470px;width:100%;margin:0 auto;}

/*无数据提示*/
.no-goods {padding: 10px 0;overflow: hidden;text-align: center;}
.no-goods p {color: #7d7979;font-size: 15px;line-height: 35px;}

/*联系我们*/
.nycontact {padding: 0;overflow: hidden;margin-bottom: 30px;}
.nycontact .nctit {color: #000;font-size: 35px;text-transform: uppercase;font-weight: bold;text-align: center;margin-bottom: 35px;}
.nycontact .nlxlist {padding: 0;overflow: hidden;}
.nycontact .nlxlist .nlxitema {border-right: 1px solid #e6e6e6;}
.nycontact .nlxlist .nlxitem {padding: 0;overflow: hidden;text-align: center;}
.nycontact .nlxlist .nlxitem .nlxpic {width:56px;margin:0 auto 15px;}
.nycontact .nlxlist .nlxitem .nlxpic img {max-width: 100%;}
.nycontact .nlxlist .nlxitem h2 {color: #000;font-size: 24px;line-height: 32px;}
.nycontact .nlxlist .nlxitem span {display: block;color: #a8a8a8;font-size: 14px;line-height: 25px;margin-bottom: 15px;}
.nycontact .nlxlist .nlxitem p {color: #000;font-size: 18px;line-height: 25px;}
.nmap {padding: 0;overflow: hidden;}
.nmap #map {height: 540px;}

/*在线留言*/
#formData{
    width: 100%;
    margin:0 auto;
    padding: 0;
    overflow: hidden;
}
#formData:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #acacac;  
}
#formData::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #acacac;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 96%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 96%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #202020;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 100px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
/*在线留言*/
.mlxmess .form-trinput {
  width: 33%;
  float: left;
  padding: 0;
  overflow: hidden;
  padding-right: 0;
}
.mlxmess .form-trinput input {
  color: #000 !important;
  background: #fff !important;
  height: 58px !important;
  line-height: 58px !important;
}
.mlxmess textarea {
  width: 98% !important;
  background: #fff !important;
  height: 180px !important;
}
.mlxmess .code input {
  width: 50% !important;
  float: left;
}
.mlxmess .verify {
  width: 40% !important;
  float: right;
}
.mlxmess .verify img {
  max-width: 100%;
  height: 46px;
}
.mlxmess .submit {
  margin-top:0 !important;
  height: 46px !important;
  line-height: 46px !important;
}
/*加入我们*/
.content .joblist {padding: 0;overflow: hidden;}
.content .joblist .jobtit {padding: 15px 0;overflow: hidden;background: #019395;margin-bottom: 15px;}
.content .joblist .jobtit h2 {color: #fff;font-size: 16px;line-height: 35px;text-align: center;}
.content .joblist .jonitem {padding: 0;overflow: hidden;margin-bottom: 8px;}
.content .joblist .jonitem .jontab {padding:15px 0;overflow: hidden;background: #f8f8f8;} 
.content .joblist .jonitem p {color: #6f6f6f;font-size: 15px;line-height: 25px;text-align: center;}
.content .joblist .jonitem #job-stn {display: block;width: 35px;height: 35px;background: url(../images/down.png) no-repeat;background-size: contain;}
.content .joblist .jobcentent {padding: 15px 20px;overflow: hidden;background: #f8f8f8;display: none;}
.content .joblist .jobcentent,.content .joblist .jobcentent p {color: #5a5a5a;font-size: 16px;line-height: 30px;text-align: left;}
.content .joblist .jonitem .on {background: #e4e4e4;}
.content .joblist .jonitem .on p {color: #000;}
.content .joblist .jobcentent .jobtel strong {color: #019395;font-size: 18px;line-height: 30px;}


/*-------piaofu-----*/
.rightnav {
    position: fixed;
    right: 12px;
    top: 38%;
    z-index: 9
}
.rightnav li {
    width: 55px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a {
}
.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}
.weightcons a {
}
.rightnav li a {
    color: #fff;
    font-size: 14px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
    background-color: #0b9799;
}
.rightnav li a img {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}
.rightnav li>a:hover {
    background-color: #0b9799;
}
.rightnav .hover_con a {
    font-weight: bolder
}
.rightnav li .hover_con {
    width: 166px;
    border-radius: 15px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #0b9799;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{
  margin: auto;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}

/*上下篇*/
.DetailCur {padding:15px;overflow: hidden;margin:20px auto;border: 1px solid #f2f2f2;background: #f2f2f2;}
.DetailCur li {width:48%;padding: 0;overflow: hidden;}
.DetailCur li .page-a {font-size: 14px;line-height: 25px;color: #8d8d8d;}
.DetailCur li .page-a a {font-size: 14px;line-height: 25px;color: #8d8d8d;}
.DetailCur li.rr .page-a {text-align: right;}
.DetailCur li .page-a a:hover {color: #000;}


/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  background: #f3f3f3;
  padding: 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #019395;
  background: #019395;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

@media (max-width:1440px){
  /*banner*/
  .ibanner {height: 680px;}
  /*nbanner*/
  .nbanner {height: 600px;}
  .nbanner .crumbs .catname h2 {font-size: 45px;}
  /*-------header-------*/
  .header {height: 90px;}
  .head {height: 90px;}
  .header .head .logo {height: 90px;}
  .header .head .logo h1 {line-height: 90px;height: 90px;}
  .header .head .htel {line-height: 90px;font-size: 18px;}
  /*nav*/
  .nav_transform1 ul.navCont li.child {line-height: 90px;}
  .nav_transform1 ul.navCont li.child .title {line-height: 90px;font-size: 13px;}
  .child .childContent {top:90px;}
  /*三大板块*/
  .sect_three .thitem {padding: 70px 55px 80px;}
  /*产品中心*/
  .sect_pro {padding: 40px 0 60px;}
  .sect_pro .pro_top {margin-bottom: 20px;}
  .title_1 h2 {font-size: 32px;line-height: 70px;}
  .title_1 h2 strong {font-size: 32px;line-height: 70px;}
  .sect_pro .pro_top .pronav {margin-top: 12px;}
  .sect_pro .prolist .proitem .proT, .sect_pro .prolist .proitem .procon h2 {font-size: 22px;}
  /*关于我们*/
  .sect_about {padding: 30px 0 45px;}
  .sousuo .stit h2,.sousuo .stit h2 strong {font-size: 32px;}
  .sabout_box .about .aboutt h2 {font-size: 30px;line-height: 45px;}
  .sabout_box .about .aboutt {margin-bottom: 20px;}
  /*施工流程*/
  .sect_sg {padding: 80px 0;}
  .sect_sg .sg_title h2 {font-size: 32px;}
  .sect_sg .sglist .sgitem {padding: 35px 30px;}
  .sect_sg .sglist .sgitem .licon h2 {font-size: 26px;}
  /*资讯中心*/
  /*企业视频*/
  .z_jt_video .z_play h2 {font-size: 32px;}
}

@media (max-width:1200px){
  /*-------header-------*/

  /*nav*/
  .nav_transform1 ul.navCont li.child .title {font-size: 12px;}
  .nav_transform1 ul.navCont li.child .title i {width: 6px;}
  .header .head .htel {font-size: 14px;}
  /*banner*/
  .ibanner {height: 600px;}
  /*三大板块*/
  .sect_three .thitem {padding: 70px 30px;}
  .sect_three .thitem h2 {font-size: 28px;}
  .sect_three .thitem p {font-size: 15px;line-height: 25px;min-height: 100px;}
  .sect_three .thitem span {font-size: 14px;line-height: 38px;}
  /*产品中心*/
  .title_1 h2,.title_1 h2 strong  {font-size: 24px;line-height: 50px;}
  .title_1 p {font-size: 15px;line-height: 25px;}
  .sect_pro .pro_top .pronav {margin-top:40px;}
  .sect_pro .pro_top .pronav a {width: 15.9%;}
  .sect_pro .pro_top .pronav a .picon {width: 46px;height: 46px;margin-bottom: 10px;}
  .sect_pro .pro_top .pronav a .picon:before {width: 26px;height: 26px;margin-top:-13px;margin-left: -13px;}
   .sect_pro .pro_top .pronav a .picon:after {width: 26px;height: 26px;margin-top: -13px;margin-left: 72px;}
  .sect_pro .pro_top .pronav a:hover .picon:before{margin-left: -72px;}
  .sect_pro .pro_top .pronav a:hover .picon:after{margin-left: -13px;}
  .sect_pro .pro_top .pronav a p {height: 50px;line-height: 25px;font-size: 15px;}
  .sect_pro .prolist ,.sect_pro .prolist .swiper-container .swiper-slide{height: 522px;}
  .sect_pro .prolist .proitem {padding: 40px 0 30px;}
  .sect_pro .prolist .cpimg {height: 210px;margin-bottom: 55px;}
  .sect_pro .prolist .proimg {height: 210px;}
  .sect_pro .prolist .proitem .proT, .sect_pro .prolist .proitem .procon h2 {font-size: 18px;}
  .sect_pro .prolist .proitem .procon span {width:70%;}
  /*关于我们*/
  /*施工流程*/
  .sect_sg .sglist .sgitem {padding: 30px 15px;}
  .sect_sg .sglist .sgitem .licon h2 {font-size: 24px;}
  .sect_sg .sglist .sgitem .licon p {font-size: 15px;}
  /*资讯中心*/
  .sect_news .xwlist .xwitem .xwimg {height: 185px;}
  /*企业视频*/
  .z_jt_video .z_play h2 {font-size: 26px;}
  /*footer*/
  .footer .flx p, .footer .flx p span, .footer .flx a {font-size: 13px;}
  /*内页公用样式*/
  /*nbanner*/
  .nbanner {height:470px;}
  .nbanner .crumbs .catname h2 {font-size: 32px;line-height: 55px;}
  /*sider*/
  .sect_sider .sider a {font-size: 14px;line-height: 55px;}
  .sect_sider .sider_about a {width: 30%;}
  /*简介*/
  .nabout .about1f .about_t {font-size: 20px;line-height: 35px;margin-bottom: 15px;}
  .nabout .mainxqcon, .nabout .mainxqcon p, .nabout .mainxqcon span {line-height: 30px;}
  .nabout .about1f .aboutlist a .aicon {width:66px;height: 66px;}
  .nabout .about1f .aboutlist a .aicon i {background-size: 50%;}
  .sect_wh .about2f .qywh h3 {font-size: 28px;}
  .sect_wh .about2f .qywh h2 {font-size: 28px;line-height: 45px;margin-bottom: 25px;}
  /*产品列表*/
  .content .prolist .proitem {height: 472px;}
  .content .prolist .cpimg {height: 210px;margin-bottom: 35px;}
  .content .prolist .cpimg:after {bottom: -30px;}
  .content .prolist .proimg {height: 210px;}
  .content .prolist .proitem .proT, .content .prolist .proitem .procon h2 {font-size: 18px;}
  .content .prolist .proitem .procon span {width: 70%;}
  /*产品详情*/
  .cpxq .photo .cpphoto {height: 370px;}
  .cpxq .cpcanshu .cpcsT {font-size: 24px;line-height: 35px;}
  .cpxq .cpcanshu .cpcst {margin:10px 0;}
  .cpxq .cpcanshu .cpcscon {font-size: 15px;line-height: 30px;}
  .cpxq .cpcanshu .cpsl {padding: 0 15px;line-height: 50px;}
  .cpxq .cpcanshu .cpsl a {font-size: 16px;}
  .cpxq .cpcanshu .cpsr {line-height: 46px;font-size: 16px;}
  .cpxq .cpcanshu .cpsr i {height: 46px;}
  .content .cpxq .teamcom .teal h3 {font-size: 20px;line-height: 35px;}
  .content .cpxq .teamcom .tear, .content .cpxq .teamcom .tear p {font-size: 16px;line-height: 30px;}
  /*图片列表*/
  .content .plist .pitem .pimg {height: 210px;}
  .content .plist .procs {padding: 15px 15px 25px;}
  .content .plist .procs h2 {font-size: 18px;}
  /*视频中心*/
  .content .ptj a,.content .ptj .ptjimg {height: 350px;}
  .content .ptj .ptjcon {padding: 60px 10px 0;}
  .content .ptj .ptjcon h2 {font-size: 20px;line-height: 35px;}
  .content .ptj .ptjcon p {font-size: 15px;margin:10px 0;min-height: auto;}
  /*文章列表*/
  .content .newslist .newsitem .newconl h2 {font-size: 20px;}
  .content .newslist .newsitem .newconl p {font-size: 15px;}
  .content .newslist .newsitem .newconr h4 {font-size: 28px;line-height: 40px;}
  /*联系我们*/
  /*留言*/
  /*招聘*/
}
@media (max-width:992px){
  /*-------header-------*/
  /*nav*/
  /* 导航 */
  .nav {height: 90px;}
  .child .childContent { display: none !important }
  button.nav-trigger { display: block; }
  .nav_transform1 { position: fixed; top: 0; bottom: 0; left: 0; z-index: 20; overflow-y: scroll; box-sizing: border-box; padding: 44px; width: 84vw; border: 0; background: #262526; text-align: left; text-transform: none; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-overflow-scrolling: touch; }
  .nav_transform1 { transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1); transition: transform .3s cubic-bezier(.86, 0, .07, 1); }
  .navigation-is-visible .nav_transform1 {-webkit-transform: none;transform: none;}
  .nav-overlay { position: fixed; top: 0; left: 0; z-index: 10; width: 100vw; height: 100vh; background: rgba(0, 0, 0, .6); opacity: 0; transition: opacity .3s linear; pointer-events: none; }
  .navigation-is-visible .nav-overlay { opacity: 1; pointer-events: auto; }
  .nav_transform1 ul.navCont li.child { float: none; margin: 0 auto; width: auto; padding: 0; line-height: 35px; }
  .nav_transform1 ul.navCont li.child a { padding: 1rem 0;line-height: inherit;color:#fff;font-size: 14px}
  .nav_transform1 ul.navCont li.child.last { margin-right: auto; }
  .nav_transform1 ul.navCont li.child a:after{display: none}
  .nav_transform1 ul.navCont li.child .childcont{display: none!important}
  .nav_transform1 ul.navCont li.child .title {color: #fff !important;font-size: 16px;line-height: 35px;}

  /*banner*/
  .ibanner {height: 565px;}
  /*nbanner*/
  .nbanner {height: 400px;}
  /*三大板块*/
  /*产品中心*/
  /*关于我们*/
  .sousuo .stit h2, .sousuo .stit h2 strong {font-size: 28px;}
  .sousuo .s_word a {padding: 0 0 0 27px;margin:0 5px;font-size: 15px;}
  .sabout_box {padding: 30px 10px;}
  .sabout_box .alogo {margin-bottom: 15px;}
  .sabout_box .about .aboutt h2 {font-size: 22px;line-height: 35px;}
  .sabout_box .about .aboutt em {margin-top:10px;}
  /*施工流程*/
  .sect_sg {padding: 40px 0;}
  .sect_sg .sg_title h2 {font-size: 24px;}
  .sect_sg .sglist .sgitem {margin: 25px 2px 10px;padding: 30px 10px;}
  .sect_sg .sglist .sgitem .licon h2 {font-size: 20px;}
  .sect_sg .sglist .sgitem:hover {padding: 30px 10px;margin: 25px 2px 10px;}
  /*资讯中心*/
  .sect_news .xwlist .xwitem .xwimg {height: 140px;margin-bottom: 15px;}
  .sect_news .xwlist .xwitem .xwcon h3 {font-size: 16px;}
  .sect_news .xwlist .xwitem .xwcon h3 i {display: none;}
  .sect_news .xwlist .xwitem .xwcon span {font-size: 14px;margin:5px 0;}
  .sect_news .xwlist .xwitem .xwcon p {font-size: 13px;}
  /*企业视频*/
  /*内页公用样式*/
  /*简介*/
  .nabout .about1f .about_t {font-size: 18px;}
  .sect_wh {padding:60px 0 220px; }
  .sect_wh .about2f .qywh h3 {font-size: 24px;}
  .sect_wh .about2f .qywh h2 {font-size: 26px;}
  /*产品列表*/
  /*产品详情*/
  /* 新闻列表*/
  .content .newslist .newsitem .newconl h2 {font-size: 18px;line-height: 40px;}
  .content .newslist .newsitem .newconr h4 {font-size: 20px;line-height: 40px;}
  .content .newslist .newsitem .newconr p {font-size: 15px;line-height: 30px;}
  /*联系我们*/
  .nycontact .nlxlist .nlxitem p {font-size: 15px;}
  /*留言*/
  /*招聘*/
  .content .joblist .jonitem #job-stn {width:30px;height: 30px;}
}
@media (max-width:768px){
  /*-------header-------*/
  .header {height: 70px;}
  .head {height: 70px;}
  .header .head .logo {height: 70px;}
  .header .head .logo h1 {line-height: 70px;height: 70px;}
  .nav {height: 70px;}
  button.nav-trigger {height: 50px;width: 50px;margin-top:-25px;}
  .nav-icon {left: 2px;}
  /*banner */
  .ibanner {height: 410px;}
  /*sidebar*/
  .sidebar {margin-bottom: 10px;}
  /*资讯中心*/
  .sect_news .xwlist {height: 325px;}
  /*企业视频*/
  .z_jt_video .z_play h2 {font-size: 20px;}

    /*
   * footerbar
   */
  .footer {padding: 10px 0 80px;}
  .footbar {padding: 0;overflow: hidden;position: fixed;bottom: 0;z-index: 9999;background: #0b9799;width: 100%;max-width: 750px;}
  .footbar ul {max-width: 750px;}
  .footbar li {width: 25%;float: left;text-align: center;}
  .footbar li a {display: block;padding: 8px 0;overflow: hidden;border-right: 1px solid #cccccc;}
  .footbar li:last-child a {border-right: none;} 
  .footbar li .fimg {width: 25%;margin:0 auto 5px;}
  .footbar li .fimg img {max-width: 100%;}
  .footbar li p {color: #fff;font-size: 14px;line-height: 20px;}
  /*nbanner*/
  .nbanner {height: 335px;}
  .nbanner .crumbs .catname h2 {font-size: 24px;}
  .nbanner .crumbs .current, .nbanner .crumbs .current a {font-size: 15px;line-height: 35px;}
  /*产品详情*/
  .cpxq .cpcanshu .cpsl a {font-size: 15px;}
  .cpxq .cpcanshu .cpsr {padding: 0 10px;font-size: 15px;}
  /*公司动态*/
  .content .newslist .newsitem .date {display: none;}
  .content .newslist .newsitem .xwcon {width: 100%;}
  /*新闻详情*/
  .maininfo .artTit {font-size: 18px;line-height: 30px;}
  .maininfo .times {font-size: 14px;}
  /*在线留言*/
  .mlxmess .form-trinput {width: 100%;}
}
@media (max-width:650px){ 
  .head {width: 100%;}
  /*banner */
  .ibanner {height: 730px;}
  /*三大板块*/
  .sect_three .thitem {padding: 25px 15px;}
  .sect_three .thitem h2 {font-size: 24px;}
  .sect_three .thitem p {margin-top:10px;}
  /*产品中心*/
  .title_1 p {font-size: 14px;}
  .sect_pro .pro_top .pronav {margin-top:20px;}
  .sect_pro .pro_top .pronav a {width: 15%;}
  .sect_pro .prolist ,.sect_pro .prolist .swiper-container .swiper-slide{height: 445px;}
  .sect_pro .prolist .proitem {padding: 25px 0 20px;}
  .sect_pro .prolist .proitem:after {height: 310px;}
  .sect_pro .prolist .cpimg {height: 170px;margin-bottom: 30px;}
  .sect_pro .prolist .proimg {height: 170px;}
  .sect_pro .prolist .cpimg:after {height: 50px;bottom:-25px;}
  .sect_pro .prolist .proitem .proT, .sect_pro .prolist .proitem .procon h2 {font-size: 16px;}
  .sect_pro .prolist .proitem .procon span {width:70%;}
  /*关于我们*/
  .s_search form {width:98%;}
  .sousuo .s_word a {line-height: 25px;}
  .sousuo .stit h2, .sousuo .stit h2 strong {font-size: 24px;line-height: 45px;}
  /*施工流程*/
  .sect_sg .sglist .sgitem {margin: 10px 0 10px; padding: 25px 5px 10px;}
  .sect_sg .sglist .sgitem .licon p {font-size: 14px;line-height: 25px;height: 75px;}
  .sect_sg .sg_title p {font-size: 16px;line-height: 30px;}
  .sect_sg .sglist .sgitem:hover {margin: 10px 0 10px; padding: 25px 5px 10px;}
  /*资讯中心*/
  /*企业视频*/
  .z_jt_video {height: 350px;background-size: cover;}
  .z_jt_video .z_play h2 {line-height: 35px;font-size: 18px;}
  .video_pop .clvideo {width: 96%;margin:0 auto;height: 80vh;}
  /*footer*/
  .footer .foottit {margin-bottom: 5px;}
  /*内页公用样式*/
  .nbanner {height: 250px;}
  .nbanner .crumbs {top:60%;}
  .nbanner .crumbs .catname h2 {font-size: 20px;line-height: 35px;}
  .z_jt_video .z_play h3 {font-size: 16px;margin:10px 0;}
  .z_jt_video .z_play .icon {height: 8.75vw;}
  /*简介*/
  .nabout .about1f .avideo {height: 325px;margin-bottom: 20px;width:100%;}
  .nabout .about1f .about_t {text-align: center;}
  .sect_wh{padding: 40px 0 130px;}
  .sect_wh .about2f .qywh {text-align: center;margin-bottom: 10px;}
  .sect_wh .about2f .qywh .qicon {margin:0 auto 10px;}
  .sect_wh .about2f .qywh h3 {font-size: 20px;}
  .sect_wh .about2f .qywh h2 {font-size: 24px;line-height: 35px;margin-bottom: 15px;}
  .sect_wh .about2f .qywh p {font-size: 15px;}
  /*产品列表*/
  .sect_sider .sider_pro a {width: 24%;background: #fff;border-radius: 10px;    margin: 5px 0;border-right: none;font-size: 12px;line-height: 45px;}
  .sect_sider .sider a:nth-child(4) {border-right: none;}
  .sect_sider .sider a:hover {background: #019395;color: #fff;}
  .content .prolist .proitem {height: 380px;margin-bottom: 10px;}
  .content .prolist .proitem:after {height: 280px;}
  .content .prolist .cpimg {height: 170px;margin-bottom: 15px;}
  .content .prolist .cpimg:after {bottom: -30px;}
  .content .prolist .proimg {height: 170px;}
  .content .prolist .proitem .proT, .content .prolist .proitem .procon h2 {font-size: 15px;line-height: 30px;}
  .content .prolist .proitem .procon p {font-size: 13px;line-height: 25px;height: 50px;}
  .content .prolist .proitem .procon span {width: 80%;height: 40px;line-height: 40px;font-size: 14px;}
  .content .prolist .proitem:hover {padding: 30px 0;}
  /*产品详情*/
  .cpxq .photo .cpphoto {height: 340px;padding: 40px 0;}
  .cpxq .cpcanshu .cpcsT {font-size: 18px;line-height: 30px;}
  .cpxq .cpcanshu .cpcscon {font-size: 15px;line-height: 30px;min-height: auto;margin-bottom: 15px;}
  .cpxq .cpcanshu .cpsl {padding: 0;width: 100%;}
  .cpxq .cpcanshu .cpsr {padding: 0 10px;font-size: 18px;width: 100%;}
  .content .cpxq .teamcom li {padding: 25px 0;}
  .content .cpxq .teamcom li:first-child {padding: 25px 0;}
  .content .cpxq .teamcom .teal {width: 100%;}
  .content .cpxq .teamcom .teal h3 {font-size: 20px;color: #0b9799;font-weight: bold;margin-bottom: 10px;}
  .content .cpxq .teamcom .tear {width: 100%;}
  .content .cpxq .teamcom .tear, .content .cpxq .teamcom .tear p {font-size: 15px;line-height: 30px;}
  /*上下篇*/
  .DetailCur li {width: 100%;}
  .DetailCur li.rr .page-a {text-align: left !important;}
  /* 图片列表*/
  .content .plist .pitem .pimg {height: 135px;}
  .content .plist .procs {padding: 10px 10px 15px;}
  .content .plist .procs h2 {font-size: 16px;}
  .content .plist .procs p {font-size: 14px;}
  .content .plist .procs span {padding: 0 10px;width: 86%;margin:10px auto 5px;font-size: 15px;}
  /*新闻列表*/
  .content .newslist .newsitem {padding: 15px 0;}
  .content .newslist .newsitem .newconl p {font-size: 14px;}
  .xwlist li .newtit h2 {font-size: 16px;}
  .xwlist li p {font-size: 14px;line-height: 25px;min-height: 50px;}
  /*联系我们*/
  /*留言*/
  /*招聘*/
  .content .joblist .jobtit h2 {font-size: 14px;}
}
@media (max-width:500px){
  /*header*/
  /*banner */
  .ibanner {height: 625px;}
  /*三大板块*/
  .sect_three .thitem {padding: 25px 15px;}
  .sect_three .thitem h2 {font-size: 24px;}
  .sect_three .thitem p {margin-top:10px;}
  /*产品中心*/
  /*关于我们*/
  /*施工流程*/
  /*资讯中心*/
  /*企业视频*/
  /*内页公用样式*/
  /*footer*/
  .footer .fewm .fewml p {font-size: 14px;line-height: 20px;}
  /*简介*/
  /*产品列表*/

  /*产品详情*/
  /* 新闻列表*/
  /*联系我们*/
  /*留言*/
  /*招聘*/
  /*产品相册*/
  .maininfo .photo .gallery-top {height: 275px;}
  .maininfo .photo .gallery-thumbs {height: 63px;}
  .maininfo .cpleft h2 {font-size: 24px;line-height: 40px;margin: 10px 0;}
  .maininfo .cpleft .cppara p {font-size: 15px;}
  .maininfo .xqtit {padding: 0 10px;}
  .maininfo .prolist {height: 170px;}
  /*分页*/
  .de-page-mian .page-inner span,.de-page-mian .page-inner input,.de-page-mian .page-inner a.page-btn {display: none;}
  /*立即订购*/
  .layui-layer-iframe {width: 90% !important;margin:0 auto;}
  .maininfo .shlist .shitem {padding: 10px;}
  .maininfo .hxlist .hxitem h3 {font-size: 20px;line-height: 45px;}
  .maininfo .shlist .shitem h2 {font-size: 20px;line-height: 50px;}
  .maininfo .shlist .shitem p {font-size: 15px;line-height: 35px;}
  .maininfo .shlist .shitem h3 {font-size: 20px;line-height: 30px;}
  .maininfo .shlist .shitem .shimg {height: 55px;}
  .layui-layer-dialog {width: 90% !important;margin:0 auto;}
}
