@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:#000;
}
:-moz-placeholder{
caret-color:#000;
}
::-moz-placeholder{
  color:#000;
}
:-ms-input-placeholder{
flood-color:#000;
}
 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #f5f5f5 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-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.ll {float: left;}
.rr {float: right;}

@media (min-width:1400px){
   .container {width: 1200px !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; padding: 0;height: 100px;transition: all 0.3s;text-align: center;width: 100%;background-color: #fff;z-index: 99999;}
.head {width: 100%;height:100px;margin:0 auto;transition: all 0.3s;padding: 0 2%;}
.header .head .logo {height: 100px;}
.header .head .logo a {display: block;height: 100%;}
.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 .headright {padding: 0;overflow: hidden;text-align: right;}
.header .headright a {display: inline-block;color: #417eb1;font-size: 18px;line-height: 100px;min-width: 60px;text-align: center;}
.header .headright a.on,.header .headright a:hover {background: url(../images/kk.png) no-repeat center;}
.header .headright a:last-child {background: url(../images/toptel.png) no-repeat left center;padding-left: 25px;color: #d60000;font-weight: bolder;}
.header .headright a:last-child:hover {background: url(../images/toptel.png) no-repeat left center;}

/*-------header end-------*/

/*-------nav-------*/
.nav {padding: 0;background: #0061b4; position: relative;top: 100px;}
.navBox{position: relative;width: 100%;}
.nav_transform1 ul.navCont li.child{position:relative;float:left;width:16.6%;line-height:60px;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: 60px; 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: #fff; -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:#fff;}
.nav_transform1 ul.navCont li.child.on .title{color:#fff;}
.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:0px;z-index:20;height:60px;width:60px;margin-top:-30px;padding:0 12px;background:#0061b4;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:60px; width: 100%; z-index: 999;padding:0;overflow: hidden;left: 0%; }
.child .childContent .childContentLi { color: #fff; font-size: 14px; line-height: 40px; background: rgba(0,97,180,0.8);border-bottom: 1px solid #1f83d8;}
.child .childContent .childContentLi:last-child {border-bottom:none;};
.child .childContent .childContentLi a {color: #fff;}
.child .childContent .childContentLi:hover { background: #0061b4;; color: #fff !important; }
.child .childContent .childContentLi:hover a {color: #fff;}
/*-------nav end-------*/

.h-top{width: 100%;z-index: 999;background-color: #fff;}
/*-------banner-------*/
.ibanner{ height:596px;position: relative;margin-top: 100px;}
.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: 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%;}
/*-------banner end-------*/


.flex-between {
  display: -webkit-flex; 
  display: -moz-flex; 
  display: -ms-flex;
  display: -o-flex; 
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content:space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
/* -------产品中心------- */
.sect_pro {padding: 50px 0 20px;overflow: hidden;background:#fff;}
.title_1 {padding: 0;overflow: hidden;margin-bottom: 35px;}
.title_1 a {display: block;width: 100%;}
.title_1 h2 {color: #0061b4;font-size: 36px;line-height: 50px;text-align: center;font-weight: bold;}
.title_1 em {display: block;width: 55px;height: 4px;background: #0061b4;margin:10px auto 0;}

/*产品分类*/
.pronav {padding: 0;overflow: hidden;margin-bottom: 25px;text-align: center;}
.pronav a {display: inline-block;color: #0061b4;font-size: 16px;line-height: 45px;background: #fff;border:2px solid #0061b4;overflow: hidden;padding:0 30px;transition: all 0.3s;margin:0 40px 10px;}
.pronav a:hover {color: #fff;background:#0061b4;}
/*产品分类end*/

/*产品列表*/
.sect_pro .product {padding: 0;overflow: hidden;}
/*产品列表*/
.sect_pro .prolist {padding: 0;overflow: hidden;position: relative;
    transition: all .7s linear;
    opacity: 0;
    z-index: -1;
    height: 0;
    width: 100%;}
.sect_pro .prolist.show {
  height: auto;
  opacity: 1;
  top: 0;
  z-index: 1
}
.sect_pro .prolist .swiper-container {width: 100%;overflow: hidden;}
.sect_pro .prolist .swiper-container .swiper-wrapper,.sect_pro .prolist .swiper-container .swiper-slide { height: auto;}
.sect_pro .prolist .proitem {padding: 0;overflow: hidden;border:1px solid #417eb1;}
.sect_pro .prolist .proitem a {display: block;}
.sect_pro .prolist .proimg {width:100%;height: 0;overflow: hidden;padding-bottom: 100%;position: relative;}
.sect_pro .prolist .proimg p {position: absolute;left: 0;top:0;width: 100%;height: 100%;transition-duration: .8s;}
.sect_pro .prolist .proimg img {width: 100%;height:100%;object-fit: cover;transition: all 1s ease;}
.sect_pro .prolist .proitem h2 {line-height: 30px;background: #0061b4;color:#fff;font-size: 13px;transition: all 0.3s;padding: 0 15px;text-align: center;}
.sect_pro .prolist .proitem:hover h2 {color: #fff;}
.sect_pro .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); }
/* -------产品中心 end------- */

/*简介和新闻*/
.sect_mainbox {padding: 15px 0;overflow: hidden;}
/*-------公司动态-------*/
.sect_news {padding: 0;overflow: hidden;}
.sect_mainbox .title_1 {margin-bottom:10px;}
.sect_mainbox .title_1 h2 {color: #444;font-size: 26px;text-align: left;}
.sect_news .gsxw {padding: 0;overflow: hidden;}
.sect_news .gsxw .xwitem {padding:0 0 30px;overflow: hidden;border-bottom: 1px dashed #cfcfcf;margin-bottom: 30px;}
.sect_news .gsxw .xwitem:last-child {margin-bottom: 0;}
.sect_news .gsxw .xwitem a {display: block;width: 100%;}
.sect_news .gsxw .xwitem .xwtjimg {width: 100%;height: 125px;padding: 0;overflow: hidden;}
.sect_news .gsxw .xwitem .xwtjimg img {width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease;}
.sect_news .gsxw .xwitem .xwcon {padding: 0;overflow: hidden;}
.sect_news .gsxw .xwitem .xwcon h3 {color: #444;font-size:18px;line-height: 35px;margin-bottom: 5px;font-weight: bolder;}
.sect_news .gsxw .xwitem .xwcon p {color: #7a7a7a;font-size: 14px;line-height: 23px;margin-bottom: 10px;}
.sect_news .gsxw .xwitem .xwcon .date {color: #444;font-size: 14px;line-height: 25px;text-align: right;font-weight: bold;}
.sect_news .gsxw .xwitem:hover .xwcon h3,.sect_news .gsxw .xwitem:hover .xwcon p,.sect_news .gsxw .xwitem:hover .date {color: #0061b4;}
.sect_news .gsxw .xwitem:hover .xwtjimg 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-------*/

/*-------关于我们-------*/
.sect_about {padding:0 0 0 20px;overflow: hidden;}
.sect_about .about {padding: 0;overflow: hidden;}
.sect_about .about .aboutcon{margin-bottom: 10px;}
.sect_about .about .aboutcon,.sect_about .about .aboutcon p,.sect_about .about .aboutcon span {color: #7a7a7a;font-size: 15px;line-height: 27px;}
.sect_about .about_pic {width: 100%;height: 300px;}
.sect_about .about_pic img {width: 100%;height: 100%;object-fit: cover;}
/*-------关于我们 end-------*/

/*-------友链-------*/
.sect_link {padding:0;overflow: hidden;} 
.links {padding: 15px 0;overflow: hidden;color: #333;font-size: 18px;line-height: 25px;}
.links .linkt {color: #333;font-size: 18px;line-height: 25px;font-weight: bold;}
.links a {display: inline-block;color: #333;font-size: 14px;line-height: 25px;margin-right: 15px;}
.links a:hover {color: #ff5a54;}
/*-------友链 end-------*/

/*-------footer -------*/
.footer {padding:35px 0;overflow: hidden;background:url(../images/footbg.jpg) no-repeat center;background-size: cover;}
.footer .ftitle_1 {padding: 0;overflow: hidden;}
.footer .ftitle_1 h2 {color: #fff;font-size: 25px;line-height: 40px;margin-bottom: 5px;}
.footer .ftitle_1 p {color: #fff;font-size: 15px;line-height: 25px;}
/*footer 留言*/
.footer .ftop .online-form {padding:10px 0 0;overflow: hidden;}
.footer .ftop .online-form input {float: left;display: block;width: 46%;margin:0 2% 10px;padding: 0 9px;height: 50px;line-height: 50px;border: 1px solid #b4cee4;font-size: 14px;color: #666;background: #b4cee4;outline: none;}
.footer .ftop .online-form a {display: block;}
.footer .ftop .online-form a.code {float: right;height: 50px;width: 46%;line-height: 50px;font-size: 0;text-align: center;margin:0 2%;}
.footer .ftop .online-form a.code img {display: inline-block;vertical-align: middle;width: 100%;max-height: 100%;}
.footer .ftop .online-form textarea {display: block;font-size: 14px;color: #666;width: 96%;margin:0 2% 10px;border:none;height: 60px;line-height: 30px;padding: 5px 9px;background: #b4cee4;outline: none;}
.footer .ftop .online-form .btn-box {float: left;width: 47%;margin:0 2%;overflow: hidden;}
.footer .ftop .online-form .btn-box a.btn {display: block;width: 100%;height: 50px;text-align: center;line-height: 40px;background: #fff;color: #0061b4;margin: 0 auto;}
.footer .ftop .online-form .btn-box a.btn:hover {background: #0061b4;border:1px solid #fff;color: #fff;}
.footer .htel {padding: 0;overflow: hidden;width: 65%;}
.footer .htel .ftitle_1 {margin-bottom: 20px;}
.footer .flx p {color: #fff;font-size: 15px;line-height: 35px;margin-bottom: 10px;padding-left: 32px;}
.footer .flx p:nth-child(1) {background: url(../images/fyx.png) no-repeat left center;}
.footer .flx p:nth-child(2) {background: url(../images/fdh.png) no-repeat left center;}
.footer .flx p:nth-child(3) {background: url(../images/fsj.png) no-repeat left center;}
.footer .flx p:nth-child(4) {background: url(../images/skype.png) no-repeat left center;}
.footer .fewm {width: 30%;padding:13px;overflow: hidden;background: url(../images/fewmbg.png) no-repeat center;background-size: contain;text-align: center;    margin-top: 50px;}
.footer .fewm img {width: auto;height: auto;max-height: 130px;max-width: 100%;}
/*内页footer*/
.footer.foota {background: url(../images/footabg.jpg) no-repeat center;background-size: cover;}
.foota .ftop .ftitle_1 h2 {color: #007be5;}
.foota .ftop .ftitle_1 p {color: #282828;}
.foota .ftop .flx {padding: 15px 2% 0;overflow: hidden;}
.foota .ftop .flx p {color: #070707;line-height: 28px;margin-bottom: 0;}
.foota .flx p:nth-child(1) {background: url(../images/fyxa.png) no-repeat left center;}
.foota .flx p:nth-child(2) {background: url(../images/fdha.png) no-repeat left center;}
.foota .flx p:nth-child(3) {background: url(../images/fsja.png) no-repeat left center;}
.foota .flx p:nth-child(4) {background: url(../images/skype.png) no-repeat left center;}
/*常见问题*/
.foota .fright {padding: 0 0 0 15%;overflow: hidden;}
.foota .fright .quelist {padding: 20px 0 0;overflow: hidden;}
.foota .fright .queitem {padding: 0;overflow: hidden;margin-bottom: 25px;}
.foota .fright .queitem:last-child {margin-bottom: 10px;}
.foota .fright .queitem a {display: block;width: 100%;}
.foota .fright .queitem h2 {color: #fff;font-size: 16px;line-height: 26px;padding-left: 35px;margin-bottom: 12px;position: relative;font-weight: bolder;}
.foota .fright .queitem p {color: #fff;font-size: 14px;line-height: 25px;padding-left: 35px;position:relative;}
.foota .fright .queitem h2:before,.foota .fright .queitem p:before {content: "";width: 26px;height: 26px;background: #fff;border-radius: 50%;line-height: 26px;text-align: center;color: #0061b4;font-size: 16px;position: absolute;left: 0;}
.foota .fright .queitem h2:before {content: "Q";}
.foota .fright .queitem p:before{content: "A";}
.foota .fright .queitem:hover h2 {color: #30f8ff;}
.foota .fright .quemore {padding: 0;overflow: hidden;text-align: right;}
.foota .fright .quemore a {color: #30f8ff;font-size: 16px;line-height: 30px;}
.foota .fright .quemore a:hover {color: #d60000;}
/*footer 留言end*/
.copryright {padding:10px 0;overflow: hidden;background: #000;}
.copryright .fshare {padding: 0;overflow: hidden;display: inline-block;text-align: center;height: 30px;}
.copryright .fshare a {display: inline-block;width: 24px;height: 30px;margin-right: 10px;}
.copryright .fshare a:first-child {background: url(../images/face.png) no-repeat center;background-size: contain;}
.copryright .fshare a:nth-child(2) {background: url(../images/skype.png) no-repeat center;background-size: contain;}
.copryright .fshare a:nth-child(3) {background: url(../images/ins.png) no-repeat center;background-size: contain;}
.copryright,.copryright p,.copryright span,.copryright a {color: #98989b;font-size: 15px;line-height: 30px;}
.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)
}

/*-----------------------------------*/
/*             内页样式             */
/*---------------------------------*/
/*nbanner and crumbs */
.nbanner {padding:0;overflow: hidden;background-size: cover;background-repeat: no-repeat;height:283px;background-position: center;}
.nbanner .container {position: relative;padding: 0;overflow: hidden;height: 100%;}
.nbanner .catname {padding: 0;position: absolute;bottom: 20px;left: 0;right: 0;text-align: right;}
.nbanner .catname h2 {color: #fff;font-size: 84px;line-height: 90px;font-weight: bold;text-transform: uppercase;}
.nbanner .catname h3 {color: #fff;font-size: 27px;line-height: 40px;}
.crumbs {padding:20px 0 0;overflow: hidden;}
.crumbs .container {padding: 0;border-bottom: 4px solid #ebebeb;}
.crumbs .current {padding: 0 0 0 20px;overflow: hidden;background: url(../images/crumbs.png) no-repeat left center;}
.crumbs .current,.crumbs .current a {color: #666;font-size: 15px;line-height: 40px;}
.crumbs .current a:hover {color: #0061b4;}
.crumbs .cpxqnav {display: inline-block;text-align: right;}
.crumbs .cpxqnav a {color: #666;font-size: 16px;line-height: 40px;display: inline-block;position: relative;margin-right: 30px;}
.crumbs .cpxqnav a:after {content:"";width: 0%;height: 4px;background: #0061b4;position: absolute;left: 0;bottom: -4px;opacity: 0;transition: all 0.3s;}
.crumbs .cpxqnav a:hover:after,.crumbs .cpxqnav a.on:after {width:100%;opacity: 1;} 
.crumbs .cpxqnav a:hover,.crumbs .cpxqnav a.on {color: #0061b4;}

/*内页栏目分类*/
.sider {padding: 20px 0;overflow: hidden;}
.sider .snav {padding: 0;overflow: hidden;text-align: center;}
.sider .snav a {display: inline-block;color: #0061b4;font-size: 16px;line-height: 45px;background: #fff;border:2px solid #0061b4;overflow: hidden;padding:0 30px;transition: all 0.3s;margin:0 40px 10px;}
.sider .snav a:hover {color: #fff;background:#0061b4;}

/*content 公用样式*/
.content {padding: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: #0061b4;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;margin-bottom: 20px;width:17%;float: left;margin:0 1.5% 20px;}
.content .prolist .proitem a {display: block;border:1px solid #0061b4;}
.content .prolist .proitem .proimg{ width: 100%;height: 0;overflow: hidden;padding-bottom: 100%;position: relative;}
.content .prolist .proitem .proimg .propic {position: absolute;left: 0;top:0;width: 100%;height: 100%;transition-duration: .8s;}
.content .prolist .proitem .proimg .propic img {width: 100%;height:100%;object-fit: cover;transition: all 1s ease;}
.content .prolist .proitem .proname h2 {line-height:30px;background: #0061b4;color:#fff;font-size: 13px;transition: all 0.3s;padding: 0 15px;text-align: center;}
.content .prolist .proitem:hover .proname h2 {color: #fff;}
.content .prolist .proitem: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); 
}
/*内页产品详情*/
.maininfo .cpname {padding:5px 0 5px 20px;overflow: hidden;color: #0061b4;font-size: 35px;line-height: 60px;margin-bottom: 10px;}
.maininfo .mainxqcon {padding: 0;overflow: hidden;}
.maininfo .mainxqcon,.maininfo .mainxqcon p {color: #666;font-size: 15px;line-height: 30px;}
.maininfo .mainxqcon #cpxq1,.maininfo .mainxqcon #cpxq2,.maininfo .mainxqcon #cpxq3,.maininfo .mainxqcon #cpxq4,.maininfo .mainxqcon #cpxq5 {padding:30px 0 20px;overflow: hidden;}
.maininfo .mainxqcon #cpxq1 span, .maininfo .mainxqcon #cpxq2 span, .maininfo .mainxqcon #cpxq3 span, .maininfo .mainxqcon #cpxq4 span, .maininfo .mainxqcon #cpxq5 span {color: #007be5;font-size: 25px !important;line-height: 45px;font-weight: normal;}
.maininfo .mainxqcon p strong span {color: #007be5;font-size: 25px !important;line-height: 45px;font-weight: normal;}

/* Table Styles */
.mainxqcon table {
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100% !important;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}
.mainxqcon thead ,.mainxqcon table tr:first-child{
  padding: 0;
  overflow: hidden;
  background: #ccdff0!important;
  background: -webkit-linear-gradient(left,#ccdff0,#ccdff0);
  background: -o-linear-gradient(right,#ccdff0,#ccdff0);
  background: -moz-linear-gradient(right,#ccdff0,#ccdff0);
  background: linear-gradient(to right,#ccdff0,#ccdff0);
}
.mainxqcon td, .mainxqcon th{
  text-align: center;
  padding:5px;
  height: auto!important;
  width: auto!important;
  white-space: normal;
}
.mainxqcon td{
  border-right: 1px solid #fff !important;
  color: #000;
  font-size: 15px !important;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.mainxqcon th,.mainxqcon table tr:first-child td,.mainxqcon table tr:first-child td span {
  color: #000 !important;
  line-height: 40px;
  font-size: 15px;
}
.mainxqcon td span {font-size: 15px !important;}
.mainxqcon tbody tr {background: #f5f9fc;}
/*.xqbox .cpxqcon tbody tr:nth-child(odd) ,.xqbox .cpxqcon tbody tr:nth-child(odd) {background: #fff;}*/
/*.xqbox .cpxqcon table tbody tr:hover td, .procontent .xqcon2 .xqcontent table tbody tr:hover th {background: #f9b73a;}*/
/* Table Styles end */

/*制作工艺*/
.maininfo .prophoto {padding: 0;overflow: hidden;}
.maininfo  .photo{ width: 100%; overflow: hidden; }
.maininfo  .photo .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.maininfo  .photo .gallery-top {height: 155px;width: 100%;background: #f5f9fc;border-radius: 10px;}
.maininfo  .photo .gallery-top .gycon {padding: 20px 100px;overflow: hidden;text-align: center;}
.maininfo  .photo .gallery-top .gycon h3 {color: #007be5;font-size: 25px;line-height: 40px;margin-bottom: 5px;}
.maininfo  .photo .gallery-top .gycon p {color: #666;font-size: 15px;line-height: 25px;}
.maininfo  .photo .gallery-thumbs { width: 100%;box-sizing: border-box; margin-top: 10px;}
.maininfo  .photo .gallery-thumbs .swiper-slide {height: 100%; opacity: 1; overflow: hidden;}
.maininfo  .photo .gallery-thumbs .swiper-slide .gyitem {padding: 0;overflow: hidden;text-align: center;cursor: pointer;}
.maininfo  .photo .gallery-thumbs .swiper-slide .gyitem .gypic {width: 100%;padding: 0;overflow: hidden;}
.maininfo  .photo .gallery-thumbs .swiper-slide .gyitem .gypic img {max-width: 100%;}
.maininfo  .photo .gallery-thumbs .swiper-slide .gyitem p {color: #666;font-size: 15px;line-height:30px;margin-top:10px; }
.maininfo  .photo .gallery-thumbs .swiper-slide-thumb-active .gyitem p {color: #007be5;}


/*图片列表页面*/
.content .plist {padding: 0;overflow: hidden;}
.content .plist .proitem {padding: 0;overflow: hidden;text-align: center;margin-bottom: 30px;}
.content .plist .proitem a {display: block;width: 100%;}
.content .plist .proitem .proimg {width: 100%;height:143px;padding: 0;overflow: hidden;}
.content .plist .proitem .proimg img {max-width: 100%;height: 100%;}
.content .plist .proitem .proname {padding: 0;overflow: hidden;text-align: center;}
.content .plist .proitem .proname h2 {color: #0061b4;font-size: 16px;line-height: 40px;}

/*关于我们*/
.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); 

}

/*文章列表*/
.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: #fbfbfb;}
.content .newslist .xwrpic img {width: 100%;height: 100%;object-fit: cover;}
.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: #0061b4;}
.content .newslist .newsitem:hover .xwcon span {background: #0061b4;color: #fff;}
.content .newslist .newsitem .xwcon .quep {width: 80%;}

/*文章详情页*/
.maininfo .artTit {padding:5px 0;overflow: hidden;color: #0061b4;font-size: 35px;line-height: 60px;margin-bottom: 10px;}
.maininfo .times {color: #aaa;font-size: 16px;line-height: 25px;margin-bottom: 20px;}
.maininfo .mainxqcs {padding: 20px 0;overflow: hidden;}
.maininfo .mainxqcs span {display: inline-block;color:#0061b4;font-size: 16px;line-height: 55px;background: #ccdff0;text-align: center;min-width: 17%;    box-shadow: 1px 3px 5px 0 #7c7171;margin: 0 1% 15px;}

/*文章相关推荐*/
.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: #0061b4;}

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

/*联系我们*/
.nycontact {padding:30px 0 0;overflow: hidden;margin-bottom: 30px;}
.nycontact .nlxlist {padding: 20px;overflow: hidden;background: url(../images/footabg.jpg) no-repeat left center;background-size: auto 100%;}
.nycontact .nlxlist .nlxitem {width: 46%;margin:0 2%;float: left;padding: 35px 0;}
.nycontact .nlxitem:nth-child(1),.nycontact .nlxitem:nth-child(2) {border-bottom: 1px dashed #fff;} 
.nycontact .nlxlist p {color: #384359;line-height: 30px;margin-bottom: 0;font-size: 15px;padding-left: 32px;font-weight: bold;margin-bottom: 8px;}
.nycontact .nlxlist p span {color: #6d7e91;font-size: 15px;line-height: 25px;display: block;}
.nycontact .nlxlist p:nth-child(1) {background: url(../images/fyxm.png) no-repeat left 1px;}
.nycontact .nlxlist p:nth-child(2) {background: url(../images/fdha.png) no-repeat left 1px;min-height: 65px;}
.nycontact .nlxitem:nth-child(1) p:nth-child(2) {line-height: 20px;}
.nycontact .nlxlist p:nth-child(3) {background: url(../images/fyxa.png) no-repeat left 1px;}
.nmap {padding: 0;overflow: hidden;}
.nmap #map {height: 579px;}


/*在线留言*/
#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;
}

/*上下篇*/
.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){
  .ibanner {height: 530px;}
}

@media (max-width:1200px){
  /*banner */
  .ibanner {height: 450px;}
  .child .childContent .childContentLi {margin: 0 5px;}
  .child .childContent .childContentLi a {padding: 0 10px;}
  /*首页产品*/
  .pronav a {margin:0 10px 10px;}
  
  /*关于我们*/
  .sect_about .about_pic {height: 220px;}

  /*footer*/
  .copryright .fshare a {width: 15px;margin-right: 5px;}
  /*nbanner*/
  .nbanner {height: 230px;}
  .nbanner .catname h2 {font-size: 60px;line-height: 60px;}
  /*内页*/
  .content .catename h3 {font-size: 60px;}
  /*关于我们内页*/

  /*内页产品列表*/
  .sider .snav a {font-size: 15px;line-height: 35px;padding: 0 20px;margin:0 10px 10px;}

  /*内页产品详情*/

  /*内页应用详情*/
  .maininfo .artTit {font-size: 30px;}
  .maininfo .mainxqcs span {padding: 0 15px;font-size: 14px;}


}
@media (max-width:992px){
 .header {top:0px;}
 /*banner */
.ibanner {height: 340px;margin-top: 100px;} 
.nav {background: none;position: relative;}
.header .headright a:last-child {display: none;}  
/* 导航 */
.nav_transform1 ul.navCont li.child .title {line-height: 40px;}
.child .childContent { display: none !important }
button.nav-trigger { display: block;right: 10px; }
.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;}
/*热门词汇*/
/*产品展示*/
.title_1 h2 {font-size: 28px;line-height: 40px;}
.sect_pro {padding: 30px 0 20px;}
.pronav a {padding: 0 15px;line-height: 35px;font-size: 15px;}


/*为什么选择我们*/
.ysbox .tabItem {padding: 10px 0;}
.ysbox .tabItem .tabicon {width: 30px;}
.ysbox .tabItem h3 {font-size: 16px;line-height: 30px;}
.ysbox .tabItem p {text-transform: capitalize;}
.ysbox .ysitem .ysnr {width: 50%;padding: 20px;}
.ysbox .ysitem .ysnr h3 {font-size: 26px;line-height: 50px;}
.ysbox .ysitem .ysnr em {height: 30px;}
.ysbox .ysitem .ysnr .ysp {font-size: 14px;line-height: 25px;min-height: 75px;}
.ysbox .ysitem .ysnr a {width: 135px; line-height: 40px;font-size: 15px;margin-bottom: 20px;}
.ysbox .ysitem .ysnr span {font-size: 22px;line-height: 35px;}
/*关于我们*/
.sect_about .aboutbox {padding: 0;}
.sect_about .about .aboutcon, .sect_about .about .aboutcon p, .sect_about .about .aboutcon span {font-size: 14px;line-height: 25px;}
.sect_about .about_pic {height: 210px;}

/*动态*/
.sect_news .gsxw .xwtj .xwbt {margin-bottom: 10px;}
.sect_news .gsxw .xwtj .xwbt h3,.sect_news .gsxw .xwitem .xwcon h3 {font-size: 16px;line-height: 35px;}
.sect_news .xwcenter .gsxw .xwitem {padding: 0 0 10px;margin-bottom: 10px;}
.sect_news .gsxw .xwitem .xwcon .date {margin-bottom: 10px;}
.sect_news .gsxw .xwitem .xwcon p {font-size: 13px;}
.sect_news .gsxw .xwtj .xwtjimg {height: 175px;}
.sect_news .gsxw .xwtj .xwcon {padding: 20px 0 0;}

/*footer*/
.footer .fewm {padding: 0;}
 /*内页新闻列表*/
 .content .newslist .newsitem {padding: 15px;}
 .content .newslist .xwrpic {height: 145px;}
 .content .newslist .newsitem .xwcon h3 {font-size: 18px;line-height: 30px;}
 .content .newslist .newsitem .xwcon p {font-size: 13px;line-height: 25px;}

/*产品详情*/
.maininfo .cpleft  {padding: 0 20px 20px;min-height: 300px;}
.mainxqcon .goodsxq {overflow-x: scroll;}
.mainxqcon .goodsxq table {width: 900px !important;}
}

@media (max-width:768px){
  .head {width: 100%;overflow-x: hidden;}
  /*banner */
  .ibanner {height: 325px;}
  .nbanner {height: 200px;}
  /*-------4大优势-------*/
  /*首页关于我们*/
 .sect_about .aboutbox {margin-bottom: 10px;}
 /*首页新闻*/
  
  /*sidebar*/
  .sidebar {margin-bottom: 10px;}
  .sider .snava a i {width: 15px;background:#0061b4;background-size: contain;}
  .sider .snava a span {font-size: 14px;line-height: 40px;}
  .content .catename h3 {font-size: 24px;line-height: 35px;}
    /*
   * footerbar
   */
  .copryright {padding: 10px 0 90px;}
  .footbar {padding: 0;overflow: hidden;position: fixed;bottom: 0;z-index: 9999;background: #0061b4;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;}
  /*产品详情*/
  .maininfo .photo .gallery-top {height: auto;}
  .maininfo .photo .gallery-top .gycon {padding: 20px;}
  .maininfo .photo .gallery-top .gycon p {font-size: 13px;line-height: 25px;}
  .maininfo .photo .gallery-thumbs .swiper-slide .gyitem p {font-size: 13px;line-height: 20px;}

  /*公司动态*/
  .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;}
  /*联系我们*/
  .nycontact .nlxlist {margin-bottom: 10px;}
}
@media (max-width:767px){ 
  .footer.foota {background: url(../images/footabg.jpg) no-repeat right center;}
  .foota .fright {padding: 0;}
  .footer .htel {width: 100%;}
}
@media (max-width:650px){ 
  /*header*/
  .header {position: relative;top:0;height: 60px; }
  .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%;}
  /*banner */
  .ibanner {height: 215px;margin-top: 60px;}
  /*产品展示*/
  .title_1 h2 {font-size: 26px;}

  /*首页新闻*/
  .sect_news .gsxw .xwitem {padding:0 0 10px;margin-bottom: 10px;}
  .sect_about {padding: 20px 0 0;}

  /*footer*/
  .footer .fewm {text-align: center;}
  .footer .copryright {padding: 15px 0;}
  .footer .copryright, .footer .copryright p, .footer .copryright span, .footer .copryright a {font-size: 14px;line-height: 25px;}
   .footer .ftop .online-form {margin-bottom: 15px;}
   /*内页nbanner*/
   .nbanner .crumbs .catname h2 ,.nbanner .crumbs .current, .nbanner .crumbs .current a{color: #000;}
   .nbanner .catname {right:5px;}
   /*内页产品列表*/
   .content .prolist .proitem {width: 47%;}


}
@media (max-width:500px){
  /*banner */
  .ibanner {height: 175px;}
   /*nbanner */
  .nbanner {height:150px; }
  .nbanner .catname h2 {font-size: 28px;line-height: 35px;}
  .nbanner .catname h3 {font-size: 18px;line-height: 30px;}

  /*nav*/
  button.nav-trigger {height: 40px;width: 40px;margin-top: -20px;}
  .nav-icon {width: 20px;left: -2px;}
  /*热门词汇*/ 
  /*首页标题*/

  /*首页产品*/
  .pronav .proitem a {font-size: 14px;margin-left: 0;}
  .pronav .proitem a span {font-size: 14px;}

  /*首页简介*/
  .sect_about .about_pic {height: 200px;}
  /*案例展示*/
  .sect_case {padding: 25px 0;}
  /*首页新闻*/
  /*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%;}
  .crumbs .cpxqnav a {margin-right: 10px;}
  /*产品列表*/
  .content .prolist .proitem .proname h2 {padding: 0;}
  /*产品相册*/
  /*联系我们*/
  .nycontact .nlxlist .nlxitem {width:100%;margin:0 0 15px;border-bottom: 1px dashed #fff;}
  .nycontact .nlxlist p {line-height: 30px;}
  /*分页*/
  .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;}
  .layui-layer-dialog {width: 90% !important;margin:0 auto;}

}
@media (max-width:380px){
  .ibanner {height: 155px;}
}

@media (max-width:340px){
  .ibanner {height: 140px;}
}

.nbanner{margin-top: 160px;}
@media (max-width:992px){
  .nbanner{margin-top: 100px;}
}
@media (max-width:650px){
  .nbanner{margin-top: 60px;}
}