@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 #efefef inset; 
  -webkit-text-fill-color: #000;
}
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;
}
/* 清除浮动
-----------------------------------------*/
.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;
}
.ellipsis2 {
  overflow: hidden;     
  text-overflow: ellipsis;     
  display: -webkit-box;     
  -webkit-line-clamp: 2;     
  line-clamp: 2;     
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;     
  text-overflow: ellipsis;     
  display: -webkit-box;     
  -webkit-line-clamp: 3;     
  line-clamp: 3;     
  -webkit-box-orient: vertical;
}
.ellipsis5 {
  overflow: hidden;     
  text-overflow: ellipsis;     
  display: -webkit-box;     
  -webkit-line-clamp: 5;     
  line-clamp: 5;     
  -webkit-box-orient: vertical;
}
.ll {float: left;}
.rr {float: right;}

@media (min-width:1400px){
   .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;top:15px;transition: all 0.3s;}
.header-min {background: #0c62ba;top:0;} 
.head {width: 90%;height:100px;margin:0 auto;transition: all 0.3s;background: #0c62ba;padding: 0 2%;}
.header .head .logo {height: 100px;}
.header .head .logo a {display: block;height: 100%;background: #0c62ba;}
.header .head .logo h1 {line-height: 100px;height: 100px;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;display: table-cell;}
.header .head .onetel {padding: 0;overflow: hidden;height: 100px;}
.header .head .onetel a {display: block;width: 100%;height: 100%;background: url(../images/tel24.png) no-repeat center;}
/*-------header end-------*/

/*-------nav-------*/
.nav {padding: 0;position: relative;background: #fff;}
.navBox{position: relative;width: 100%;}
.nav_transform1 ul.navCont li.child{position:relative;float:left;width:12.5%;line-height:100px;text-align:center;color:#000;}
.nav_transform1 ul.navCont li.child a{display: block;color: #fff;}
.nav_transform1 ul.navCont li.child .title{font-size:16px;color:#000;line-height: 100px; 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:after {content: '';  width: 100%; height: 3px; position: absolute; left: 0; bottom: 0; background-color: #0c62ba; -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:#0c62ba;}
.nav_transform1 ul.navCont li.child.on .title{color:#0c62ba;}
.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;}
/* 导航按钮*/
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:#fff;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:#0c62ba;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:#0c62ba;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:#0c62ba}
.navigation-is-visible .nav-icon:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;background-color:#0c62ba}
/*二级*/
.child .childContent { display: none; position: absolute; top:100px; width: 120%; z-index: 999;padding:0;overflow: hidden;left: -10%; }
.child .childContent .childContentLi { color: #fff; font-size: 14px; line-height: 40px; background: rgba(135,196,43,0.8);border-bottom: 1px solid #b1ff39;}
.child .childContent .childContentLi:last-child {border-bottom:none;};
.child .childContent .childContentLi a {color: #fff;}
.child .childContent .childContentLi:hover { background: #0c62ba;; color: #fff !important; }
.child .childContent .childContentLi:hover a {color: #fff;}
/*-------nav end-------*/


/*-------banner-------*/
.ibanner{ height:900px;position: relative;}
.ibanner .swiper-container {width: 100%;height: 100%; overflow:hidden;}
.ibanner .swiper-slide{ background-repeat:no-repeat; background-position:center center; background-size:auto 100%;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-image:none ; width: 50px; height: 44px; text-align: center; line-height: 44px;}
.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%;}
/*-------banner end-------*/

/*-----热门词汇-------*/
.sect_hot {padding:0;margin:-94px 0 15px;position: relative;z-index: 1;}
.sect_hot .sethotbox {background: #fff;border-radius: 0 25px 0 25px;box-shadow: 0px 5px 5px 0 #f0f0f0;padding:0;overflow: hidden;}
.sect_hot .hotword {padding: 35px 40px 20px;overflow: hidden;}
.sect_hot .hot_words {color: #2f2f2f;font-size: 28px;line-height: 25px;font-weight: bold;}
.sect_hot .hot_words a {display: inline-block;color: #838383;font-size: 14px;font-weight: normal;margin-right: 3px;}
.sect_hot .hot_words a:first-child {margin-left: 38px;margin-right: 0px;}
.sect_hot .hot_words a:hover {color: #0c62ba;}
.sect_hot .s_search{ padding:37px 0 10px;overflow: hidden;}
.sect_hot .s_search form {line-height: 48px;border-radius:50px;padding: 0;overflow: hidden;width: 100%;margin:0 auto;border:none;outline: none;}
.sect_hot .s_search form label {display: block;width: 15%;background: #efefef;color: #fff;font-size: 16px;line-height: 48px;float: left;text-align: center;}
.sect_hot .s_search form label i {display: block;width: 100%;line-height: 48px;border-radius: 50px;background: #0c62ba;}
.sect_hot .s_search .text{background:none;float: left;height:48px; line-height:48px;margin:0; padding:0 3%;width:68%;color:#7c7c7c;font-size:14px;outline: none;border: none;background: #efefef;}
.sect_hot .s_search input::placeholder {color: #7c7c7c;}
.sect_hot .s_search .btn{background:url(../images/sdot.png) no-repeat center #0c62ba;border:none; border-radius: 0 50px 50px 0; cursor: pointer;float:right;height:48px;margin:0;width:15%; padding:0; text-align: center; color:#111; outline: none;}
.sect_hot .s_search .btn:hover {background:url(../images/sdot.png) no-repeat center center #0c62ba;}
.sect_hot .hottel {background: #0c62ba;padding: 25px 30px 35px;overflow: hidden;text-align: center;}
.sect_hot .hottel h4 {color: #fff;font-size: 28px;line-height: 35px;font-weight: bold;}
.sect_hot .hottel span {color: #fff;font-size: 28px;line-height: 55px;letter-spacing: 1px;display: block;margin-bottom: 10px;}
.sect_hot .hottel i {display: block;width: 48px;height: 48px;background: url(../images/hottel.png) no-repeat center;margin:0 auto;}

/* -------产品中心------- */
.sect_pro {padding: 25px 0 40px;overflow: hidden;background:#fff;}
.title_1 {padding: 0;overflow: hidden;margin-bottom: 35px;}
.title_1 a {display: block;width: 100%;}
.title_1 h3 {color: #2f2f2f;font-size: 30px;text-transform: uppercase;line-height: 45px;font-weight: bold;}
.title_1 h2 {color: #2f2f2f;font-size:24px;line-height: 55px;}
.title_1 p {color: #fff;font-size: 14px;line-height: 35px;text-transform:uppercase;}

/*产品分类*/
.pronav {padding: 0;overflow: hidden;margin-bottom: 25px;}
.pronav .proitem {padding: 0;overflow: hidden;text-align: right;}
.pronav .proitem a {display: inline-block;color: #2f2f2f;font-size: 16px;line-height: 45px;background: #f5f5f5;border-radius: 5px;overflow: hidden;min-width:30%;text-align: left; margin-left: 2%;margin-bottom: 10px;}
.pronav .proitem a i {display: inline-block;width: 40px;height: 45px;background: url(../images/picon.png) no-repeat center;float: left;background-size: contain;}
.pronav .proitem a span{display: inline-block;color: #2f2f2f;font-size: 16px;line-height: 45px;text-align: center;float: left;padding: 0 10px;}
.pronav .proitem a:hover span {color: #0c62ba;}
/*产品分类end*/

/*产品列表*/
.sect_pro .product {padding: 0;overflow: hidden;}
.sect_pro .protj {padding: 0;overflow: hidden;margin-bottom: 12px;}
.sect_pro .protj .procen {padding: 0;overflow: hidden;background: #e3ebee;height: 520px;position: relative;}
.sect_pro .protj .procen a {display: block;height: 100%;width: 100%;position: relative;z-index: 2;}
.sect_pro .protj .procen .propic {padding: 0;overflow: hidden;height: 100%;}
.sect_pro .protj .procen .propic img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.sect_pro .protj .procen .pronr {background: rgba(35,113,192,0.9);width: 335px;
  padding: 50px;position: absolute;left: 68px;top: 50%;transform: translate(-0%,-50%);}
.sect_pro .protj .procen .pronr h2 {color: #fff;font-size: 30px;line-height: 45px;font-weight: bold;}
.sect_pro .protj .procen .pronr p {color: #fff;font-size: 15px;line-height: 30px;margin:20px 0;}
.sect_pro .protj .procen .pronr span {cursor: pointer;display: block;background: #86c328;width: 100%;line-height: 47px;color: #fff;font-size: 16px;text-align: center;border-radius: 5px;}
.sect_pro .protj .procen:hover .propic img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
.sect_pro .protj .procen:hover span {background:#fff;color: #86c328;}
/*产品列表*/
.sect_pro .prolist {padding: 0;overflow: hidden;position: relative;height: 255px;}
.sect_pro .prolist .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.sect_pro .prolist .swiper-container .swiper-slide { height: 255px;}
.sect_pro .product .proitem {padding: 0;overflow: hidden;margin-bottom: 15px;border:1px solid #d0d0d0;}
.sect_pro .product .proitem a {display: block;}
.sect_pro .product .proimg{padding: 0;overflow: hidden;width: 100%;height: 207px;}
.sect_pro .product .proimg img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.sect_pro .product .proitem p{height: 43px;line-height: 43px;background: #f5f5f5;color:#2f2f2f;font-size: 15px;transition: all 0.3s;padding: 0 15px;text-align: center;}
.sect_pro .product .proitem:hover p {background: #0c62ba;color: #fff;}
.sect_pro .product .proitem:hover .proimg img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
/* -------产品中心 end------- */

/*-------4大优势-------*/
.sect_ys {padding: 0;overflow: hidden;}
.sect_ys .ysT {text-align: center;}
.sect_ys .ysT h2 {color: #2f2f2f}
.sect_ys .ysT p {color: #2f2f2f;}
.sect_ys .ysbox {padding: 40px 0 90px;background: url(../images/ysbg.jpg) no-repeat center;background-size: cover;overflow: hidden;}
.sect_ys .ysbt {padding: 0;overflow: hidden;}
.sect_ys .ysbt .title_1 h3 {color: #fff;font-style:italic;font-size: 48px;line-height: 60px;margin-bottom: 10px;}
.sect_ys .ysbt .title_1 h2 {color: #e3e3e3;font-weight: 200;letter-spacing: 5px;}
.sect_ys .ysbt .title_1 p {color: #dfdfdf;font-weight: 200;}
.sect_ys .ysbt .yslx {padding: 0;overflow: hidden;}
.sect_ys .ysbt .yslx .ystel {text-align: right;color: #fff;font-size: 28px;line-height: 65px;}
.sect_ys .ysbt .yslx .ystel i {display: inline-block;width:30px;height: 65px;background: url(../images/ystel.png)no-repeat center;vertical-align: middle;margin-right: 10px; }
.sect_ys .ysbt .yslx .ysfx {padding: 0;overflow: hidden;text-align: right;    margin-top: 15px;}
.sect_ys .ysbt .yslx .ysfx a {display: inline-block;padding: 0 40px 0 60px;text-align: center;margin-left: 20px;color: #fff;font-size: 16px;line-height: 45px;background: #0c62ba;transition: all 0.3s ease;}
.sect_ys .ysbt .yslx .ysfx a:first-child {background: url(../images/ysyx.png) no-repeat 25px center #0c62ba;}
.sect_ys .ysbt .yslx .ysfx a:last-child {background: url(../images/ysdh.png) no-repeat 25px center #0c62ba;}
.sect_ys .ysbt .yslx .ysfx a:hover {background-color: #0c62ba;}
.sect_ys .yslist {padding: 0;overflow: hidden;}
.sect_ys .yslist .ysitem {padding:95px 35px 60px;overflow: hidden;cursor:pointer;text-align: center;transition: all 1s ease;position: relative;background-size: cover;background-repeat: no-repeat;}
.sect_ys .yslist .ysitem:after {content: '';
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 100%;
height: 100%;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
background-color: rgba(0,0,0,0.5);}
.sect_ys .yslist .ysitem .ys_con {position: relative;z-index: 2;}
.sect_ys .yslist .ysitem .ys_con h2 {color: #fff;font-size: 30px;line-height: 50px;transition: all .3s ease;}
.sect_ys .yslist .ysitem .ys_pic {width: 88px;height: 88px;margin:80px auto 20px;transition: all .3s ease;}
.sect_ys .yslist .ysitem .ys_pic img {width: 100%;height: auto;}
.sect_ys .yslist .ysitem h3 {color: #fff;font-size: 30px;line-height: 40px;margin-bottom: 20px;opacity: 0;transition: all .3s ease;}
.sect_ys .yslist .ysitem p {color: #fff;font-size: 15px;line-height: 25px;height: 75px;}
.sect_ys .yslist .ysitem:hover:after {-webkit-transform: scale(1.5);transform: scale(1.5);}
.sect_ys .yslist .ysitem:hover .ys_pic {margin:0px auto 100px;}
.sect_ys .yslist .ysitem:hover h2 {opacity: 0;}
.sect_ys .yslist .ysitem:hover h3 {opacity: 1;}
/*-------4大优势 end -------*/

/*-------案例展示 -------*/
.sect_case {padding: 45px 0;overflow: hidden;background: #fff;}
.sect_case .title_1 {text-align: center;}
.sect_case .caselist {padding: 0;overflow: hidden;height: 350px;}
.sect_case .caselist .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.sect_case .caselist .swiper-slide {opacity: 0.4; height: 350px;}
.sect_case .caselist .swiper-slide-active,.sect_case .caselist .swiper-slide-prev, .sect_case .caselist .swiper-slide-next{opacity: 1;}
.sect_case .caselist .caseitem {padding: 0;overflow: hidden;}
.sect_case .caselist .caseitem a {display: block;width: 100%;}
.sect_case .caselist .caseitem .caseimg {width: 100%;height: 310px;padding: 0;overflow: hidden;}
.sect_case .caselist .caseitem .caseimg img {display: block;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease;}
.sect_case .caselist .caseitem .casecon {padding: 0 20px;overflow: hidden;margin-top: -30px;position: relative;z-index: 0;}
.sect_case .caselist .caseitem .casecon h3 {line-height: 60px;color:#fff;font-size: 18px;transition: all 0.3s;background: #0c62ba;text-align: center;}
.sect_case .caselist .caseitem:hover .caseimg 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); }
.sect_case .caselist .cprev {left: 8%;background: url(../images/cprev.png) no-repeat center;}
.sect_case .caselist .cnext {right: 8%;background: url(../images/cnext.png) no-repeat center;}
.sect_case .caselist .swiper-button-prev:after, .sect_case .caselist 
.swiper-button-next:after {content: "";}
/*-------案例展示 end-------*/
 
/*-------关于我们-------*/
.sect_about {padding: 80px 0 35px;overflow: hidden;background: url(../images/aboutbg.jpg) no-repeat;background-size: cover;}
.sect_about .title_1 {margin-bottom: 0;}
.sect_about .title_1 h3,.sect_about .title_1 h2 {color: #2f2f2f;}
.sect_about .mainabout {padding: 0;overflow: hidden;}
.sect_about .aboutbox {padding: 50px 50px 0 0;overflow: hidden;}
.sect_about .about {padding: 0;overflow: hidden;}
.sect_about .about .aboutname {color: #2f2f2f;font-size: 26px;line-height:40px;margin-bottom: 10px; }
.sect_about .about .aboutcon{margin-bottom: 30px;}
.sect_about .about .aboutcon,.sect_about .about .aboutcon p,.sect_about .about .aboutcon span {color: #898989;font-size: 15px;line-height: 30px;}
.sect_about .about .aboutlc {padding: 0;overflow: hidden;}
.sect_about .about .aboutmore {width: 240px;height: 50px;overflow: hidden;border:1px solid #cecece; text-align: center;background: #fff;}
.sect_about .about .aboutmore a {display: block;width: 100%;height: 100%;color: #000;font-size: 14px;transition: all 0.3s;}
.sect_about .about .aboutmore a i {display: inline-block;width: 22px;height: 50px;background: url(../images/eyes.png) no-repeat center;vertical-align: middle;margin-right: 10px;}
.sect_about .about .aboutmore a:hover {background: #fff; color: #fe9900;}
.sect_about .aboutpic {padding: 0;overflow: hidden;}
.sect_about .about_pic {padding: 0;overflow: hidden;height: 355px;width:75%;float: left;}
.sect_about .about_pic img {width: 100%;height: 100%;object-fit: cover;}
.sect_about .aboutlist {width: 25%;float: right;padding: 0;overflow: hidden;}
.sect_about .aboutlist li {color: #fff;font-size: 40px;/*line-height: 88px;*/text-align: right;font-weight: 600;padding: 20px 0;}
.sect_about .aboutlist li h3 {color: #0c62ba;font-size: 46px;line-height: 50px;font-weight: bold;}
.sect_about .aboutlist li p {color: #888c89;font-size: 15px;line-height: 20px;font-weight: normal;}
/*-------关于我们 end-------*/

/*-----定制流程-----*/
.sect_lc {padding: 35px 0 40px;overflow: hidden;}
.sect_lc .title_1 {text-align: center;}
.sect_lc .lclist {padding: 0;overflow: hidden;margin-bottom: 35px;}
.sect_lc .lclist .lcitem {padding: 10px 0 0;text-align: center;width: 90%;position: relative;cursor: pointer;}
.sect_lc .lclist .lcitem:after {content: "";width: 16%;height: 20px;background: url(../images/lcjt.png) no-repeat center;background-size: contain;position: absolute;top: 50%;margin-top: 25px;right: -22%;z-index: 2;}
.sect_lc .lclist .last-lc:after{background: none;}
.sect_lc .lclist .lcitem .lcimg {width: 106px;height: 106px;background: #0c62ba;border-radius: 50%;text-align: center;margin-left: -53px;position: relative;left: 50%;}
.sect_lc .lclist .lcitem .lcimg:after {content: '';display: block;width: 126px;height: 126px;background: #0c62ba;opacity: 0.3;border-radius: 50%;z-index: -1;animation: consult linear 2s infinite;position: absolute;left: -10px;top:-10px;}
 @keyframes consult{
    0%,100%{transform:scale(.8);}
    50%{transform:scale(1);}  
  }
.sect_lc .lclist .lcitem .lcimg p {width: 106px;height: 106px;display: table-cell;line-height: 106px;vertical-align: middle;position: relative;z-index: 2;}
.sect_lc .lclist .lcitem .lcimg p img {max-width: 100%;max-height: 100%;width: auto;height: auto;vertical-align: middle;}
.sect_lc .lclist .lcitem .lcbox {border:2px solid #2f2f2f;border-radius: 15px;padding: 67px 50px 15px;margin-top: -45px;}
.sect_lc .lclist .lcitem .lcbox h5 {color: #0c62ba;font-size: 25px;line-height: 35px;font-weight: bold;}
.sect_lc .lclist .lcitem .lcbox em {display: block;width: 17px;height: 2px;background: #b9b9b9;margin:10px auto;}
.sect_lc .lclist .lcitem .lcbox p {color: #2f2f2f;font-size: 18px;line-height: 30px;}
.sect_lc .lclx {padding: 0;overflow: hidden;text-align: center;}
.sect_lc .lclx .lctel {text-align: center;color: #000;font-size: 18px;line-height: 45px;}
.sect_lc .lclx .lctel i {display: inline-block;width: 45px;height: 45px;background: url(../images/lctel.png) no-repeat center;margin-right: 10px;vertical-align: middle;}
.sect_lc .lclx .lctel span {display: inline-block;color: #000;font-size: 18px;line-height: 45px;}
.sect_lc .lclx .lctel strong {color: #0c62ba;font-size: 32px;line-height: 45px;font-weight: bold;display: inline-block;vertical-align: middle;}
.sect_lc .lclx .lczx {border:1px solid #aaa;color: #000;font-size: 18px;line-height:50px;text-align: center;padding: 0 120px;display: inline-block;margin:15px auto 0;}
/*-----定制流程 end-----*/

/*-------公司动态-------*/
.sect_news {padding: 38px 0;overflow: hidden;background: #0c62ba;position: relative;}
.sect_news:after {content: "";width: 100%;height: 40%;background: #fff;position: absolute;z-index: 0;bottom: 0;left: 0;}
.sect_news .container {position: relative;z-index: 2;}
.sect_news .title_1 {text-align: center;}
.sect_news .title_1 h3,.sect_news .title_1 h2 {color: #fff;}
.sect_news .xwcenter {background: #f9f9f9;padding: 50px;overflow: hidden;}
.sect_news .xwcenter .gsxw {padding: 0;overflow: hidden;}
.sect_news .xwcenter .gsxw .xwitem {padding:20px 0;overflow: hidden;border-bottom: 1px dashed #d7d7d7;}
.sect_news .gsxw .xwitem:last-child {border-bottom: 1px solid #b1b1b1;}
.sect_news .gsxw .xwitem a {display: block;width: 100%;}
.sect_news .gsxw .xwitem .xwdate {width: 20%;float: left;padding: 0;overflow: hidden;}
.sect_news .gsxw .xwitem .xwdate h4 {color: #1e1e1e;font-size: 50px;line-height: 55px;}
.sect_news .gsxw .xwitem .xwdate p {color: #9b9b9b;font-size: 16px;line-height: 30px;}
.sect_news .gsxw .xwitem .xwcon {width: 80%;float: right;padding: 0;overflow: hidden;}
.sect_news .gsxw .xwitem .xwcon h3 {color: #1e1e1e;font-size: 20px;line-height: 30px;margin-bottom: 10px;}
.sect_news .gsxw .xwitem .xwcon p {color: #9b9b9b;font-size: 15px;line-height: 25px;}
.sect_news .gsxw .xwitem .xwcon .date {color: #9b9b9b;font-size: 15px;line-height: 25px;display: none;}
.sect_news .gsxw .xwitem:hover .xwcon h3,.sect_news .gsxw .xwitem:hover .xwcon p,.sect_news .gsxw .xwitem:hover .xwdate h4,.sect_news .gsxw .xwitem:hover .xwdate p {color: #0c62ba;}
.sect_news .gsxw .xwtj {padding: 0;overflow: hidden;}
.sect_news .gsxw .xwtj a {display: block;width: 100%;}
.sect_news .gsxw .xwtj .xwtjimg {width: 100%;height: 267px;padding: 0;overflow: hidden;}
.sect_news .gsxw .xwtj .xwtjimg img {width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease;}
.sect_news .gsxw .xwtj .xwcon {padding: 20px 0;overflow: hidden;border-bottom: 1px solid #b1b1b1;}
.sect_news .gsxw .xwtj .xwcon .xwbt {padding: 0;overflow: hidden;margin-bottom: 5px;}
.sect_news .gsxw .xwtj .xwcon .xwbt h3 {width: 70%;float: left;color: #1e1e1e;font-size: 20px;line-height: 30px;}
.sect_news .gsxw .xwtj .xwcon .xwbt span {width: 30%;float: right;color: #9b9b9b;font-size: 16px;line-height: 30px;text-align: right;display: inline-block;}
.sect_news .gsxw .xwtj .xwcon p {color: #9b9b9b;font-size: 15px;line-height: 25px;}
.sect_news .gsxw .xwtj:hover .xwtjimg 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); }
.sect_news .gsxw .xwtj:hover .xwbt h3,.sect_news .gsxw .xwtj:hover .xwbt span,.sect_news .gsxw .xwtj:hover .xwbt p {color: #0c62ba;}
.sect_news .question {padding: 20px 0 0;overflow: hidden;}
.sect_news .question .quetit {padding: 0;overflow: hidden;}
.sect_news .question .quetit h3 {color: #1e1e1e;font-size: 25px;line-height: 30px;}
.sect_news .question .quetit p {color: #a7a7a7;font-size: 18px;line-height: 30px;text-transform: uppercase;}
.sect_news .question .quetit a {display: block;color: #0c62ba;font-size: 14px;line-height: 20px;margin-top:20px;transition: all 0.3s ease;}
.sect_news .question .quetit a:hover {padding-left: 10px;}
.sect_news .question .queitem {padding: 20px;overflow: hidden;border:1px solid #e7e7e7;background: #fff;}
.sect_news .question .queitem h2 {color: #0c62ba;font-size: 16px;line-height: 26px;padding-left: 35px;margin-bottom: 5px;position: relative;}
.sect_news .question .queitem p {color: #818181;font-size: 14px;line-height: 20px;padding-left: 35px;position:relative;}
.sect_news .question .queitem h2:before,.sect_news .question .queitem p:before {content: "";width: 26px;height: 26px;background: #0c62ba;border-radius: 50%;line-height: 26px;text-align: center;color: #fff;font-size: 14px;position: absolute;left: 0;}
.sect_news .question .queitem h2:before {content: "问";}
.sect_news .question .queitem p:before{content: "答";}
.sect_news .question .queitem:hover h2 {color: #fe9900;}
/*-------公司动态 end-------*/

/*-------footer -------*/
.footer {overflow: hidden;background: url(../images/footbg.jpg) no-repeat center;background-size: cover;}
.footer .ftop {padding: 50px 0;overflow: hidden;border-bottom: 1px solid #656f78;}
.footer .ftop .flogo {height:60px;}
.footer .ftop .flogo a {display: block;height: 100%;}
.footer .ftop .flogo h1 {line-height: 60px;height: 60px;margin:0;display: table-cell;vertical-align: middle;}
.footer .ftop .flogo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;}
.footer .ftop .htel {height: 60px;margin-top:2px;text-align: right;}
.footer .ftop  .htel a {display: block;}
.footer .ftop  .htel h4 {color: #fff;font-size: 30px;line-height:60px;font-weight: bold;display: inline-block;}
.footer .ftop  .htel h4 i{display: inline-block;width: 30px;height: 60px;background: url(../images/toptela.png) no-repeat left center;vertical-align: middle;}
.footer .footcon {border-bottom: 1px solid #6e7378;}
.footer .flm {padding: 0;overflow: hidden;position: relative;min-height: 370px;}
.footer .flm:after {content: "";width: 1px;height: 100%;background: #656f78;position: absolute;right:0;top:0;bottom: 0;}
.footer .fnav {padding: 0;overflow: hidden;}
.footer .fnav {padding-top:40px;margin-bottom: 10px;}
.footer .fnav dl{float: left;width: 16.5%;}
.footer .fnav dt a {color: #fff;font-size: 16px;line-height: 40px;display: block;margin-bottom: 10px;font-weight: normal;}
.footer .fnav dd a {display: block;color: #818181;font-size: 14px;line-height: 30px;}
.footer .fnav dt a:hover,.footer .fnav dd a:hover {color: #ff5a54;}
.footer .flx {padding: 0;overflow: hidden;}
.footer .flx h3 {color: #fff;font-size: 16px;line-height: 40px;display: block;padding-top: 40px;margin-bottom: 10px;}
.footer .flx p {color: #818181;font-size: 14px;line-height: 30px}
.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: 105px;margin:0 auto 12px;text-align: center;}
.footer .fewm .fewml .fewmimg img {height: 100%;width: auto;max-width: 100%;object-fit: contain;}
.footer .fewm .fewml p {color: #637182;font-size: 15px;line-height: 30px;text-align: center;}
/*-------友链-------*/
.links {padding: 0 0 10px;overflow: hidden;color: #818181;font-size: 14px;line-height: 25px;}
.links a {display: inline-block;color: #818181;font-size: 14px;line-height: 25px;margin-right: 15px;}
.links a:hover {color: #ff5a54;}
/*-------友链 end-------*/
.footer .copryright {padding:31px 0;overflow: hidden;border-top:1px solid #282e36;}
.footer .copryright,.footer .copryright p,.footer .copryright span,.footer .copryright a {color: #818181;font-size: 14px;line-height: 30px;}
.footer .copryright a:hover {color: #fff;}

/*-------footer end-----*/
/*-------piaofu-----*/
.rightnav {
    position: fixed;
    right: 12px;
    top: 60%;
    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: #292f3b;
}
.rightnav li a img {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}
.rightnav li>a:hover {
    background-color: #292f3b;
}
.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: #292f3b;
    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)
}


/*内页栏目分类*/
.sider {padding: 0;overflow: hidden;border-bottom: 1px solid #d9d9d8;}
.sider .snav {padding: 0;overflow: hidden;text-align: center;}
.sider .snav a {display: inline-block;color: #363636;font-size: 18px;line-height: 65px;padding: 0 50px;position: relative;}
.sider .snav a:after {content: "";width: 2px;height: 16px;background: #363636;position: absolute;right: 0;top:50%;margin-top:-8px;z-index: 1;    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.sider .snav a:last-child:after {background: none;}
.sider .snav a:hover {color: #0c62ba;}
.sider .snav a:hover:after { -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);background: #0c62ba;}

.sider .snava {padding:15px 0 10px;overflow: hidden;}
.sider .snava a {display: inline-block;color: #2f2f2f;font-size: 15px;line-height: 45px;background: #f5f5f5;border-radius: 5px;overflow: hidden;min-width:10%;text-align: left; margin-left: 2%;margin-bottom: 10px;}
.sider .snava a i {display: inline-block;width: 40px;height: 40px;background: url(../images/picon.png) no-repeat center;float: left;}
.sider .snava a span{display: inline-block;color: #2f2f2f;font-size: 15px;line-height: 45px;text-align: center;float: left;padding: 0 10px;}
.sider .snava a:hover span {color: #0c62ba;}

/*-----------------------------------*/
/*             内页样式             */
/*---------------------------------*/
/*nbanner and crumbs */
.nbanner {padding:0;overflow: hidden;background-size: cover;background-repeat: no-repeat;height: 500px;background-position: center;}
.nbanner .container {position: relative;padding: 0;overflow: hidden;height: 100%;}
.nbanner .crumbs {padding: 0;overflow: hidden;position: absolute;bottom: 15px;left: 0;right: 0;}
.nbanner .crumbs .catname {float: left;width: 50%;padding: 0;overflow: hidden;}
.nbanner .crumbs .catname h2 {color: #fff;font-size: 22px;line-height: 40px;}
.nbanner .crumbs .catname span {color: #fff;font-size: 20px;line-height: 40px;font-family: "";}
.nbanner .crumbs .current {padding: 0;overflow: hidden;width: 50%;float: right;text-align: right;}
.nbanner .crumbs .current,.nbanner .crumbs .current a {color: #fff;font-size: 14px;line-height: 40px;}

/*content 公用样式*/
.content {padding:40px 0;overflow: hidden;background: #fff;}
.content .catename {padding: 0 0 10px;overflow: hidden;margin-bottom: 20px;text-align: center;}
.content .catename h3 {color: #f7f7f7;font-size:65px;line-height: 70px;text-transform: uppercase;font-weight: bolder;}
.content .catename h2 {color: #fff;font-size:38px;line-height: 70px;margin-top: -50px;background: #0c62ba;display: inline-block;padding: 0 25px;font-weight: bold;}
.maininfo {padding: 0;overflow: hidden;}
.maininfo img {max-width: 100%;}

/*内页产品列表*/
/*项目列表页*/
.content .prolist {padding: 0;overflow: hidden;}
.content .prolist .proitem {padding: 0;overflow: hidden;width: 100%;margin-bottom: 30px;}
.content .prolist .proitem a {display: block;width: 100%;position: relative;}
.content .prolist .proitem .proimg{padding: 0;overflow: hidden;width: 100%;height: 240px;}
.content .prolist .proitem .proimg img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.content .prolist .proname {padding:0 10px;height: 60px;overflow: hidden;}
.content .prolist .proname h2 {color: #3d3d3d;font-size: 18px;line-height: 60px;text-align: center;}
.content .prolist .proview {position: absolute;left: 0;right:0;top:0;bottom: 0;background: rgba(0,0,0,0.2);opacity: .2;transition: all .5s ease;height: 240px;}
.content .prolist .proitem:hover .proview {opacity: 0;}
.content .prolist .proitem:hover .proimg img {  
  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); 

}
/*内页产品详情*/
.maininfo .prophoto {padding: 0;overflow: hidden;margin-bottom: 35px;}
/*相册*/
.maininfo  .photo{ width: 100%; overflow: hidden; }
.maininfo  .photo .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.maininfo  .photo .swiper-slide {background-size: contain;background-position: center; text-align: center; overflow: hidden;background-repeat: no-repeat;background-color: #fff;}
.maininfo  .photo .gallery-top {height: 458px;width: 100%;border:1px solid #d5d5d5;}
.maininfo  .photo .gallery-top img{ height: 100%;}
.maininfo  .photo .gallery-thumbs { width: 100%;height:110px;box-sizing: border-box; margin-top: 10px;}
.maininfo  .photo .gallery-thumbs .swiper-slide {width: 25%;height: 100%; opacity: 1; overflow: hidden;background-color: #fff;border:1px solid #d5d5d5;}
.maininfo  .photo .gallery-thumbs img{ height: 100%;}
.maininfo  .photo .gallery-thumbs .swiper-slide div{ width:99%; height:99%; border:1px solid #ccc; background-color: #000; opacity: 0.5;}
.maininfo  .photo .gallery-thumbs .swiper-slide-active {opacity: 1;}
.maininfo  .photo .swiper-button-prev:after,.maininfo  .photo .swiper-button-next:after {font-size: 30px;}
/*详情参数*/
.maininfo .cpleft {padding: 0 40px;overflow: hidden;min-height: 458px;background: #f5f5f5;}
.maininfo .cpleft h2 {color: #292f3b;font-size: 32px;font-weight: bold;line-height:50px;margin:20px 0;}
.maininfo .cpleft .cppara {padding: 0 0 20px;overflow: hidden;border-bottom: 1px dashed #e5e5e5;margin-bottom: 30px;}
.maininfo .cpleft .cppara p {color: #616161;font-size: 16px;line-height: 30px;}
.maininfo .cpleft .cpst {padding: 0;overflow: hidden;}
.maininfo .cpleft .cpst h4 {color: #616161;font-size: 15px;line-height: 30px;}
.maininfo .cpleft .cpst p {color: #616161;font-size: 14px;line-height: 25px;}
.maininfo .cpleft .cptel {padding: 0;overflow: hidden;display: block;color: #646464;font-size: 16px;line-height: 35px;margin-bottom: 20px;margin-top: 50px;}
.maininfo .cpleft .cptel strong {color: #0c62ba;font-size: 24px;line-height: 35px;display: inline-block;vertical-align: middle;}
.maininfo .cpleft .ordernow{width: 215px;height: 50px;line-height: 50px;background: #0c62ba;text-align: center;border-radius: 10px;overflow: hidden;}
.maininfo .cpleft .ordernow a{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;transition: all 0.3s;}
.maininfo .proxq {padding: 0;overflow:hidden;margin-bottom: 30px;}
.maininfo .xqtit {padding: 0 50px;overflow: hidden;background: #292f3b;border-radius: 5px;margin-bottom: 30px;}
.maininfo .xqtit h2 {color: #fff;font-size: 20px;line-height: 50px;font-weight: bold;}
.maininfo .mainxqcon {padding: 0;overflow: hidden;}
.maininfo .mainxqcon,.maininfo .mainxqcon p,.maininfo .mainxqcon span {color: #636363;font-size: 15px;line-height: 35px;}
.maininfo .hxlist {padding: 0;overflow: hidden;}
.maininfo .hxlist .hxitem h3 {color: #0c62ba;font-size: 26px;line-height: 60px;font-weight: bold;}
.maininfo .hxlist .hxitem p {color: #292f3b;font-size: 15px;line-height: 30px;height: 90px;}
.maininfo .hximg {padding: 0;overflow: hidden;margin-top: 110px;}
.maininfo .hximg img {width: 100%;height: auto;}
.maininfo .cppic {padding: 0;overflow: hidden;margin-bottom: 30px;}
.maininfo .cppic .cppica {padding: 0 5px;overflow: hidden;margin-bottom: 5px;} 
/*售后*/
.maininfo .shlist {padding: 0;overflow: hidden;margin-bottom: 30px;}
.maininfo .shlist .shitem {background: #0c62ba;padding: 25px;overflow: hidden;border-radius: 10px;margin:0 1px 3px;text-align: center;}
.maininfo .shlist .shitem h2 {color: #fff;font-size: 36px;line-height: 70px;margin-top:10px;position: relative;font-weight: bold;}
.maininfo .shlist .shitem h2:after {content:"";width:70%;margin:0 auto;height: 1px;background: #dcdcdc;position: absolute;left: 15%;bottom: 0; }
.maininfo .shlist .shitem p {color: #fff;font-size: 18px;line-height: 48px;    font-weight: bold;}
.maininfo .shlist .shitem h3 {color: #fff;font-size: 26px;line-height: 40px;font-weight: bold;}
.maininfo .shlist .shitem .shimg {height: 78px;padding: 0;overflow: hidden;margin-bottom: 10px;}
.maininfo .shlist .shitem .shimg img {height: 100%;width: auto;}
.maininfo .shlist .sha {background: #292f3b;}
/*关于我们*/
.content .cflist {padding: 0;overflow: hidden;}
.content .cflist .cfitem {padding: 0;overflow: hidden;width: 100%;margin-bottom: 30px;}
.content .cflist .cfitem a {display: block;}
.content .cflist .cfitem .cfimg{padding: 0;overflow: hidden;width: 100%;height: 240px;}
.content .cflist .cfitem .cfimg img {width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.content .cflist .cfcon {left: 0;right: 0;bottom: 0;height: 60px;}
.content .cflist .cfcon h3 {color: #3d3d3d;font-size: 18px;line-height: 60px;text-align: center;}
.content .cflist .cfitem:hover .cfimg 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); 

}

/*相关推荐*/
.maininfo .prolist {padding: 0;overflow: hidden;height: 260px;}
/*文章列表*/
.content .newslist {padding:0;overflow: hidden;}
.content .newslist .newsitem {padding: 20px;overflow: hidden;}
.content .newslist .newsitem a {display: block;}
.content .newslist .xwrpic {padding: 0;overflow: hidden;height: 200px;background: #e5e5e5;}
.content .newslist .xwrpic img {width: 100%;height: 100%;object-fit: contain;}
.content .newslist .newsitem .date {width: 73px;float: left;text-align:center;padding:0;overflow: hidden;margin-right: 15px;border-right: 1px solid #d1d1d1;}
.content .newslist .newsitem .date h6 {color: #e0e0e0;font-size: 40px;line-height: 45px;font-weight: bold;}
.content .newslist .newsitem .date p {color: #444;font-size: 14px;line-height: 25px;}
.content .newslist .newsitem .xwcon {width: calc(100% - 88px);float: right;padding: 0;overflow: hidden;}
.content .newslist .newsitem .xwcon h3 {color: #010101;font-size: 22px;line-height: 40px;margin-bottom: 5px;}
.content .newslist .newsitem .xwcon p {color: #7c7c7c;font-size: 15px;line-height: 30px;}
.content .newslist .newsitem .xwcon span {display: inline-block;padding: 0 20px;overflow: hidden;background: #e5e5e5;color: #fff;line-height: 22px;font-size: 14px;margin-top: 10px;}
.content .newslist .newsitem:hover {background: #f1f1f1;}
.content .newslist .newsitem:hover .xwcon h3{color: #0c62ba;}
.content .newslist .newsitem:hover .xwcon span {background: #0c62ba;color: #fff;}
/*文章详情页*/
.maininfo .artTit {color: #2b2b2b;font-size: 24px;line-height: 35px;text-align: center;padding-bottom: 10px;}
.maininfo .times {color: #aaa;font-size: 16px;line-height: 25px;margin-bottom: 20px;}
/*文章相关推荐*/
.xgnews {padding: 0;overflow: hidden;}
.xgnews .xwxgtit {color: #545454;font-size: 26px;line-height: 40px;margin-bottom: 10px;font-weight: bold;}
.xgnews ul {padding: 0;overflow: hidden;}
.xgnews li {padding: 0 15px 0 0;overflow: hidden;line-height: 35px;}
.xgnews li a {display: block;}
.xgnews li div.ll {width: 70%;}
.xgnews li div.rr {width: 30%;text-align: right;}
.xgnews li h5 {color: #797979;font-size: 15px;line-height: 35px;font-weight: normal;}
.xgnews li p {color: #797979;font-size: 15px;line-height: 35px;}
.xgnews li:hover h5,.xgnews li:hover p {color: #0c62ba;}

/*无数据提示*/
.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;}


/*在线留言*/
#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;
}
/*contact us*/
.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;
}
.nmap {padding: 0;overflow: hidden;}
.nmap #map {height: 540px;}


/*上下篇*/
.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: #3f3f3f;
  background: #3f3f3f;
}
.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:1400px){
  .header .head .htel h4 {font-size: 20px;}
  .ibanner {height: 656px;}
  /*.sect_pro:after {width: 98%;}*/
  .sect_about {padding: 50px 0;}
  .sect_about .aboutbox .title_2 h2 {margin-bottom: 10px;}
  .sect_about .about .aboutmore {width: 140px;}
  .sect_news .xwright .xwmore span {font-size: 14px;}

  .pronav .proitem a i {width: 25px;background: url(../images/picon.png) no-repeat center #0c62ba;background-size: contain;}
  .pronav .proitem a span {font-size: 15px;}
  .sect_ys .ysbt .title_1 p {font-size: 13px;}
  .sect_lc .lclist .lcitem .lcbox {padding: 67px 35px 15px;}
}

@media (min-width:768px){
  .pronav .proitem {text-align: left;}
}
@media (max-width:1200px){
  /*header*/
  .header .head {height: 90px;}
  .header .head .logo {height: 90px;}
  .header .head .logo h1 {height: 90px;line-height: 90px;}
  .header .head .htel {padding-left: 32px;padding-top: 18px;}
  .header .head .htel p {padding-top: 5px;}
  .header .head .htel h4 {font-size: 15px;}
  .header .head .onetel {height: 90px;}
  /*nav*/
  .nav_transform1 ul.navCont li.child .title {line-height: 90px;}
  .nav_transform1 ul.navCont li.child {line-height: 90px;}
  .child .childContent {top:90px;}
  /*banner */
  .ibanner {height: 563px;}
  .header .head .logotit {padding-top:25px;}
  .header .head .logotit h2 {font-size: 16px;}
  .child .childContent .childContentLi {margin: 0 5px;}
  .child .childContent .childContentLi a {padding: 0 10px;}
  /*热门词汇*/
  .sect_hot .s_search {padding: 22px 0 10px;}
  .sect_hot .hot_words {font-size: 18px;}
  .sect_hot .hot_words a {margin-left: 10px;}
  .sect_hot .hottel {padding: 30px 10px;}
  .sect_hot .hottel h4 {font-size: 18px;}
  .sect_hot .hottel span {font-size: 20px;}
  .sect_hot .hottel i {width: 30px;height: 30px;background-size: contain;}

  /*首页产品*/
  .title_1 h3 {font-size: 26px;}
  .title_1 h2 { font-size: 32px;line-height: 45px;}
  .pronav .proitem a {margin-left: 1%;}
  .pronav .proitem a span {font-size: 13px;padding: 0 5px;}
  .pronav .proitem a i {display: inline-block;width: 15px;height: 45px;}
  /*核心优势*/
  .sect_ys .yslist .ysitem {padding: 60px 10px;}
  .sect_ys .yslist .ysitem .ys_con h2,.sect_ys .yslist .ysitem h3 {font-size: 24px;line-height: 40px;}
  .sect_ys .yslist .ysitem .ys_pic {margin:60px auto 20px;}
  .sect_ys .yslist .ysitem p {height: 125px;}
  .sect_ys .yslist .ysitem:hover .ys_pic {margin:0 auto 80px;}
  .sect_ys .ysbt .title_1 h3 {font-size: 35px;}
  .sect_ys .ysbt .title_1 h2 {font-size: 15px;}
  /*案例展示*/
  .sect_case .caselist .caseitem .caseimg {height: 265px;}
  /*定制流程*/
  .sect_lc .lclist .lcitem .lcbox {padding: 67px 5px 15px;}
  /*footer*/
  .footer .ftop .htel h4 {font-size: 18px;}
  /*nbanner*/
  .nbanner {height:380px;}
  .nbanner .crumbs .catname h2 {font-size: 18px;line-height: 20px;font-weight: bold;}
  /*内页*/
  .content .catename h3 {font-size: 60px;}
  /*关于我们内页*/
  .content .cflist .cfitem .cfimg {height: 150px;}
  /*内页产品列表*/
  .sider .snav a {font-size: 15px;line-height: 50px;padding: 0 15px;}
  .content .prolist .proitem .proimg {height:150px;}
  .content .prolist .proview {height: 150px;}
  .content .prolist .proitem p {height: 55px;line-height: 55px;}
  /*内页产品详情*/
  .maininfo .cpleft h2 {font-size: 26px;}
  .maininfo .photo .gallery-top {height: 340px;}
  .maininfo .photo .gallery-thumbs {height: 80px;}
  .maininfo .hxlist .hxitem h3 {font-size: 20px;line-height: 45px;}
  .maininfo .shlist .shitem h2 {font-size: 26px;line-height: 60px;}
  .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: 65px;}

}
@media (max-width:992px){
 /*banner */
.ibanner {height: 465px;} 
.nav {background: none;position: relative;height: 90px;}  
/* 导航 */
.nav_transform1 ul.navCont li.child .title {line-height: 40px;}
.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;}
/*热门词汇*/
.sect_hot .hotword {padding: 25px;}
.sect_hot .hot_words {line-height: 25px;}
.sect_hot .s_search .text {width: 60%;}
.sect_hot .s_search form {line-height: 45px;}
.sect_hot .s_search form label {line-height: 45px;width: 20%;}
.sect_hot .s_search form label i {line-height: 45px;}
.sect_hot .s_search .text{height:45px; line-height:45px;}
.sect_hot .s_search .btn{height:45px;width: 18%;}
/*产品展示*/
.title_1 h3 {font-size: 22px;}
.title_1 h2 {font-size: 28px;}
.sect_pro .protj .procen {height: 450px;}
.sect_pro .product .proimg {height: 172px;}
.sect_pro .protj .procen .pronr {padding: 20px;right: 20px;width: 50%;}
.sect_pro .protj .procen .pronr h2 {font-size: 26px;line-height: 30px;}
.sect_pro .protj .procen .pronr p {font-size: 15px;line-height: 25px;}
/*为什么选择我们*/
.sect_ys .ysbt .title_1 h2 {letter-spacing: 2px;}
.sect_ys .ysbt .title_1 p {line-height: 20px;}
.sect_ys .ysbt .yslx .ystel {font-size: 20px;}
.sect_ys .ysbt .yslx .ysfx a {padding: 0 20px 0 40px;font-size: 15px;}
.sect_ys .ysbt .yslx .ysfx a:first-child {background: url(../images/ysyx.png) no-repeat 10px center #fe9900;}
.sect_ys .ysbt .yslx .ysfx a:last-child {background: url(../images/ysdh.png) no-repeat 10px center #fe9900;}
.sect_ys .yslist .ysitem {margin-bottom: 25px;}
/*案例展示*/
.sect_case {padding: 30px 0;}
.sect_case .caselist {height: 250px;}
.sect_case .caselist .caseitem .caseimg {height: 225px;}
.sect_case .caselist .caseitem .casecon {margin-top: -25px;}
.sect_case .caselist .caseitem .casecon h3 {line-height: 50px;font-size: 15px;}
/*关于我们*/
.sect_about {padding: 30px 0;}
.sect_about .aboutbox {padding: 20px 0 0;}
.sect_about .about .aboutname {font-size: 22px;line-height: 35px;margin-bottom: 5px;}
.sect_about .about_pic {height: 330px;}
.sect_about .aboutlist li {font-size: 30px;/*line-height: 80px;*/padding: 10px 0;}
.sect_about .aboutlist li h3 {font-size: 30px;line-height: 45px;}
/*定制流程*/
.sect_lc .lclist .lcitem {margin-bottom: 15px;}
.sect_lc .lclist .three_lc:after{background: none;}
/*动态*/
.sect_news {padding: 30px 0;}
.sect_news .xwcenter {padding: 10px;}
.sect_news .gsxw .xwitem .xwdate h4 {font-size: 36px;}
.sect_news .gsxw .xwitem .xwdate p ,.sect_news .gsxw .xwtj .xwcon .xwbt span,.sect_news .gsxw .xwtj .xwcon p{font-size: 13px;}
.sect_news .gsxw .xwitem .xwcon h3,.sect_news .gsxw .xwtj .xwcon .xwbt h3 {font-size: 18px;}
.sect_news .question .quetit h3 {font-size: 18px;}
/*产品详情*/
.maininfo .cpleft  {padding: 0 20px 20px;min-height: 300px;}



}
@media (max-width:768px){
  .header {position: relative;top:0;}
  .head {width: 100%;overflow-x: hidden;}
  /*banner */
  .ibanner {height: 360px;}
  .nbanner {height: 250px;}
  /*-------4大优势-------*/
  .sect_ys .ysbox {padding: 40px 0;}
 .sect_ys .yslist .ysitem {padding: 30px 10px;height: 453px;}
  /*首页关于我们*/
 .sect_about .aboutbox {margin-bottom: 10px;}
 /*首页新闻*/
 .sect_news .question .quetit {padding-top:30px;}
 .sect_news .question .queitem {margin-bottom: 5px;padding: 10px;}
  .pronav .proitem {text-align: left;}
  
  /*sidebar*/
  .sidebar {margin-bottom: 10px;}
  .sider .snava a {line-height: 35px;font-size: 12px;margin-left: 1%;}
  .sider .snava a i {width: 10px;background: url(../images/picon.png) no-repeat center #0c62ba;background-size: contain;height: 35px;}
  .sider .snava a span {font-size: 12px;line-height: 35px;padding: 0 5px;}
  .content .catename h3 {font-size: 24px;line-height: 35px;}
    /*
   * footerbar
   */
  .footer {padding: 10px 0 80px;}
  .footbar {padding: 0;overflow: hidden;position: fixed;bottom: 0;z-index: 9999;background: #292f3b;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;}
  .footer .fnav dl {width: 16.5%;}
  .footer .ftop .htel h4 {font-size: 18px;}
  /*图片列表*/
  .content .prolist .proitem .proimg {height: 225px;}
  .content .prolist .proview {height: 225px;}
  /*公司动态*/
  .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%;}
  .content .catename h2 {font-size: 24px;line-height: 45px;}
}
@media (max-width:650px){ 
  /*banner */
  .ibanner {height: 305px;}
  
  /*热门词汇*/
  .sect_hot {margin: 10px 0 15px;}
  /*产品展示*/
  .sect_pro .title_1 {text-align: center;}
  .pronav .proitem {text-align: center;}
  .sect_pro .prolist {height: 225px;}
  .sect_pro .prolist .swiper-container .swiper-slide { height: 225px;}
  /*4大核心优势*/
  .sect_ys .ysbt .yslx {margin-bottom: 10px;}
  .sect_ys .ysbt .yslx .ystel,.sect_ys .ysbt .yslx .ysfx {text-align: center;}
  .sect_ys .yslist .ysitem {height: auto;}
  .sect_ys .yslist .ysitem .ys_pic {margin:10px auto;width:65px;height: 65px;}
  .sect_ys .yslist .ysitem h3 {display: none;}
  .sect_ys .yslist .ysitem p {height: auto;}
  .sect_ys .yslist .ysitem:hover h2 {opacity: 1;}
  .sect_ys .yslist .ysitem:hover .ys_pic {margin:10px auto;}
  .sect_ys .yslist .ysitem:hover h3 {opacity: 0;}
  




  /*footer*/
  .footer .ftop {padding: 10px 0;}
  .footer .ftop .htel h4 {font-size: 17px;}
  .footer .ftop .htel h4 i {width: 20px;background-size: contain;}
  .footer .flx h3 {padding-top:20px;}
  .footer .copryright {padding: 15px 0;}
  .footer .copryright, .footer .copryright p, .footer .copryright span, .footer .copryright a {font-size: 14px;line-height: 25px;}
}
@media (max-width:500px){
  /*header*/
  .header .headtop span {font-size: 13px;}
  .header .head {height: 60px;}
  .header .head .logo {height: 60px;}
  .header .head .logo h1 {height: 60px;line-height: 60px;}
  .header .head .logo h1 img {max-height: 90%;}
  .nav {height: 60px;}
  /*banner */
  .ibanner {height: 230px;}
   /*nbanner */
  .nbanner {height:150px; }
  .nbanner .crumbs {padding: 0;bottom: 0;}
  .nbanner .crumbs .catname {width: 100%;text-align: center;}
  .nbanner .crumbs h2 {font-size: 24px;line-height: 35px;}
  .nbanner .crumbs .current, .nbanner .crumbs .current a {font-size: 15px;}
  /*nav*/
  button.nav-trigger {height: 40px;width: 40px;margin-top: -20px;}
  .nav-icon {width: 20px;left: -2px;}
  /*热门词汇*/ 
  .sect_hot .hot_words {font-size: 16px;}
  /*首页标题*/
  .title_1 h3 {font-size: 20px;line-height: 30px;}
  .title_1 h2 {font-size: 22px;line-height: 35px;}

  /*首页产品*/
  .pronav .proitem a {font-size: 12px;margin-left: 0;}
  .pronav .proitem a i {width: 10px;background: url(../images/picon.png) no-repeat center #0c62ba;background-size: contain;height: 35px;}
  .pronav .proitem a span {font-size: 12px;line-height: 35px;}

  .sect_pro .protj .procen {height: 195px;}
  .sect_pro .protj .procen .pronr {padding: 8px;width: 55%;right: 10px;}
  .sect_pro .protj .procen .pronr h2 {font-size: 18px;line-height: 30px;}
  .sect_pro .protj .procen .pronr p {font-size: 13px;line-height: 20px;margin:5px 0;}
  .sect_pro .protj .procen .pronr span {font-size: 14px;line-height: 35px;width: 80%;margin:5px auto 0;}

  /*首页简介*/
  .sect_about .about_pic {height: 200px;}
  .sect_about .aboutlist li {font-size: 20px;/*line-height: 50px;*/padding: 6px 0;}
  .sect_about .aboutlist li h3 {font-size: 20px;line-height: 30px;}
  .sect_about .aboutlist li  p {font-size: 12px;}
  /*案例展示*/
  .sect_case {padding: 25px 0;}
  .sect_case .caselist {height:220px;}
  .sect_case .caselist .caseitem .caseimg {height: 190px;}
  .sect_case .caselist .swiper-slide-active{opacity: 1;}
  .sect_case .caselist .swiper-slide-prev, .sect_case .caselist .swiper-slide-next {opacity: 0.4;}
   /*首页流程*/
  .sect_lc .lclist .lcitem .lcimg {width: 60px;height: 60px;margin-left: -30px;}
  .sect_lc .lclist .lcitem .lcimg:after {content: '';display: block;width: 80px;height: 80px;}
  .sect_lc .lclist .lcitem .lcimg p {width: 60px;height: 60px;line-height: 60px;}
  .sect_lc .lclist .lcitem .lcimg p img {max-width: 50%;max-height: 50%;}
  .sect_lc .lclx .lctel strong {font-size: 20px;}
  .sect_lc .lclx .lczx {padding: 0 25px;font-size: 15px;}
  .sect_lc .lclist .lcitem .lcbox p {font-size: 15px;}
  /*首页新闻*/
  .sect_news .gsxw .xwtj .xwtjimg {height: 145px;} 
  .sect_news .question .quetit h3 {font-size: 16px;} 
  .sect_news .question .quetit a {font-size: 12px;}
  /*sidebar*/
  .sidebar {margin-bottom: 10px;}
  .sider .snav a {line-height: 35px;}
  .sidebar .sidetit h3 {font-size: 24px;line-height: 35px;}
  .sidebar .sidelist li {width: 50%;float: left;}
  .sidebar .sidelist li, .sidebar .sidelist li a {line-height: 40px;font-size: 15px;}
  .sidebar .sidelist li a{border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
  /*内页公用样式*/
  .content .catename h2 {font-size: 24px;line-height: 40px;}
  .nbanner .crumbs .current {width: 100%;}
  /*产品列表*/
  .content .prolist .proitem .proimg, .content .prolist .proview {height: 120px;}
  .content .prolist .proitem p {height: 40px;line-height: 40px;font-size: 15px;}
  .content .prolist .proname {height: 35px;}
  .content .prolist .proname h2 {font-size: 15px;line-height: 35px;}
  /*产品相册*/
  .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;}
  
  .content .cflist .cfitem .cfimg {height: 130px;}
  .content .cflist .cfcon {height: 35px;}
  .content .cflist .cfcon h3 {line-height: 35px;font-size: 15px;}
  .content .cflist .cfitem {margin-bottom: 10px;}
  /*分页*/
  .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;}

  .footer .ftop .htel {text-align: left;}
}
@media (max-width:380px){
  .footer .ftop .htel h4 {font-size: 16px;}
  .sect_about .about_pic {width: 70%;}
  .sect_about .aboutlist {width: 30%;}
  .ibanner {height: 178px;}
}

@media (max-width:340px){
  .footer .ftop .htel h4 {font-size: 14px;}
  .ibanner {height: 175px;}
}
