/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:14px;font-family:''; color:#2b2e32;}
a{color:#666;}
a:hover{ color:#427ed1; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;padding: 0 15px;box-sizing: border-box;}


/*顶部*/
.indexTop{width: 100%;height: 54px;border-top: 3px solid #427ed1;border-bottom: 1px solid #eaeaea;color: #808080;font-size: 13px;background: #fff;box-sizing: border-box;}
.indexTop .Warp{display: flex;justify-content: flex-end;align-items: center;height: 54px;}
.indexTop .Warp a{color: #808080;}

/*头部*/
.header{ position:relative;width: 100%;background: #fff;border-bottom: 1px solid #eaeaea;box-sizing: border-box;}
.header.fixed{position: sticky;top: 0;left: 0;width: 100%;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 86px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{display: flex;justify-content: flex-end;align-items: center;}
.menu{height:86px;line-height:86px;}
.menu ul li{ float:left; position:relative;margin: 0 20px;}
/*二级*/
.m_nav2{ background:#fff;position:absolute; left:0px; top:86px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 99;min-width: 200px;border-top: 2px solid #427ed1;}
.m_nav2 .m_item{line-height:45px;border-bottom:#ddd dotted 1px;position: relative; }
.m_nav2 .m_item a{ font-size:14px;color:#2b2e32;display:block; padding:0 10px;text-align:left;font-weight:normal;}
.m_nav2 .m_item a:hover{background: #f6f6f6;color: #2b2e32;}
/*三级*/
.m_nav3{position: absolute;right: -100%;top: 0;background: #fff; box-shadow:2px 2px 5px rgba(0,0,0,0.2);min-width: 200px;box-sizing: border-box;display: none;border-top: 2px solid #427ed1;}
.m_nav3 dd{ line-height:45px;position: relative; }
/*链接样式*/
.menu a{ font-size:14px;color:#2b2e32; text-decoration:none;display:block;text-align:center;font-weight: bold;position: relative;}
.menu a:hover{color:#427ed1;}
a.menu_hover{color:#427ed1;}
.menu_down .icon{padding-left: 5px;}
.menu ul li span a:before{position: absolute;top: 0;left: 0;width: 100%;height: 2px;background: #427ed1;content: '';opacity: 0;}
.menu ul li.active span a:before,
.menu ul li span a:hover:before{opacity: 1;}

/*搜索*/
.iSearch{position: relative;margin-left: 10px;}
.iSearchBtn{width: 30px;height: 30px;color: #2b2e32;font-size: 15px;line-height: 30px;cursor: pointer;}
.iSearchBtn.active,
.iSearchBtn:hover{color: #427ed1;}
.iSearchPanel{position: absolute;top: 60px; right: 0; background: #fff;border: 1px solid #eaeaea;width: 305px;height: 90px;box-sizing: border-box;z-index: 9;padding: 25px;display: none;}
.iSearchPanel.active{display: block;}
.iSearchPanel .warp{width: 100%;height: 38px;position: relative;border: 1px solid #eaeaea;}
.iSearchPanel input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: #fff;outline: none;padding: 0 48px 0 10px;box-sizing: border-box;}
.iSearchPanel button{color: #fff;font-size: 15px;width: 38px;height: 38px;background: #000;position: absolute;top: 0;right: 0;}


/*mMenu*/
.m_header{width: 100%;display: none;}
.sp_header{height:auto;overflow:hidden;background:#fff;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{text-align: center;}
.sp_logo img{margin:auto;max-width: 100%;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#dadada;width:25px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:relative;z-index:999;background:#fff;width:100%;height:calc(100% - 52px);font-size:14px;line-height:40px;top:0;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom:1px #eaeaea solid;position:relative;line-height:50px;font-size:14px}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#2b2e32;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #427ed1;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#2b2e32;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#2b2e32}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 20px;}
.sjj_nav ul li.active{background: #f6f6f6;}



/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;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;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*banner*/
.banner{width: 100%;height: 500px;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.3);color: #fff;opacity: 0;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size: 30px;opacity: 0.6;}
.bannerSwiper:hover .swiper-button-next,.bannerSwiper:hover .swiper-button-prev{opacity: 1;}
.bannerSwiper .swiper-button-next:hover,.bannerSwiper .swiper-button-prev:hover{background: rgba(0,0,0,0.6);}
.bannerSwiper .part{position: relative;width: 100%;height: 100%;overflow: hidden;}
.bannerSwiper .part img{width: 100%;height: 100%;}
.bannerSwiper .imgTop{position: absolute;top: 35%;left: 20%;} 
.bannerSwiper .title{color: #fff;font-size: 50px;font-weight: bold;}
.bannerSwiper .title span{background: rgba(0,0,0, 0.4);display: inline-block;padding: 5px;}
.bannerSwiper .txt{font-size: 24px;color: rgb(53, 53, 53);padding: 10px 0;}
.bannerSwiper .more{display: inline-block;border: 2px solid #fff;border-radius: 20px;color: #fff;padding: 8px 20px;margin-top: 20px;background: rgba(255,255,255,0.2);font-size: 12px;}
.bannerSwiper .more:hover{background: none;}






/*common*/
.iComTitle{text-align: center;width: 100%;}
.iComTitle .title{position: relative;font-size: 34px;color: #2b2e32;font-weight: bold;margin-bottom: 10px;}
.iComTitle .title span{display: inline-block;background: #fff;}
.iComTitle .title:before,
.iComTitle .title:after{position: absolute;top: 25px;width: 30%;height: 1px;background: #eaeaea;content: '';left: 0;z-index: -1;}
.iComTitle .title:after{left: auto;right: 0;}
.iComTitle .txt{color: #494949;font-size: 17px;margin-bottom: 20px;}


.index1{padding: 20px 0;padding-top: 60px;}
.i1List{width: 100%;}
.i1List ul{display: flex;flex-wrap: wrap;}
.i1List ul li{width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.i1List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i1List .part .img{width: 100%;font-size: 0;overflow: hidden;}
.i1List .part .img img{width: 100%;}
.i1List .part .txt{line-height: 28px;color: #2b2e32;text-align: center;font-weight: bold;font-size: 15px;padding-top: 10px;}

.iProduct{width: 100%;padding: 20px 0;}
.iProWarp{width: 100%;display: flex;justify-content: space-between;}
.iProWarp .left{width: 280px;margin-right: 50px;}
.iProWarp .right{width: calc(100% - 330px);}

.proMenu{width: 100%;}
.proTitle{padding: 20px 0;color: #2b2e32;font-size: 14px;font-weight: bold;}

/*tab5*/
.tab_list5{width: 100%;}
.accordion {width: 100%;background: #FFF;}
.accordion .link {cursor: pointer;display: block;padding: 15px 10px;color: #2b2e32;font-size: 14px;border-bottom: 1px solid #eaeaea;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;}
.accordion .link:hover{color: #427ed1;}
.accordion .link a{color: #2b2e32;}
.accordion .link:hover a{color: #427ed1;}
.accordion li i{padding-right: 5px;}
.accordion li .icon {position: absolute;top: 15px;left: auto;font-size: 18px;color: #000;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;right: 0;}
.accordion .link:hover .icon{color: #427ed1;}
.accordion li i.fa-angle-down {right: 12px;left: auto;font-size: 16px;}
.accordion li.open .link {color: #427ed1;}
.accordion li.open .icon {color: #427ed1;}
.accordion li.open i.fa-angle-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px solid #ccc;}
.submenu a {display: block;text-decoration: none;color: #2b2e32;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #427ed1;}
/*tab5_____end*/

.iProList{width: 100%;}
.iProList ul{display: flex;flex-wrap: wrap;}
.iProList ul li{width: 25%;padding-right: 10px;padding-bottom: 10px;box-sizing: border-box;}
.iProList ul li:nth-child(4n){padding-right: 0;}
.iProList .part{display: block;width: 100%;border: 1px solid #efefef;}
.iProList .part .img{width: 100%;overflow: hidden;font-size: 0;height: 200px;position: relative;}
.iProList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: opacity .5s ease-in-out;position: absolute;top: 0;left: 0;}
.iProList .part .img .img2{opacity: 0;}
.iProList .part:hover .img .img2{opacity: 1;}
.iProList .part:hover .img .img1{opacity: 0;}
.iProList .part .txt{color: #2b2e32;font-size: 14px;font-weight: bold;text-align: center;padding: 15px 5px;box-sizing: border-box;}


.iNews{width: 100%;padding: 20px 0;}
.iNewList{width: 100%;}
.iNewList ul{display: flex;flex-wrap: wrap;}
.iNewList ul li{width: 25%;padding-right: 10px;padding-bottom: 40px;box-sizing: border-box;}
.iNewList ul li:nth-child(4n){padding-right: 0;}
.iNewList .part{display: block;width: 100%;}
.iNewList .part .img{width: 100%;overflow: hidden;font-size: 0;height: 140px;position: relative;display: block;}
.iNewList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.iNewList .part .img:hover img{transform: scale(1.2);}
.iNewList .part .desc{padding: 20px 0 10px;}
.iNewList .part .tit{display: block;text-align: center;color: #2b2e32;font-size: 14px;font-weight: bold;}
.iNewList .part .tit:hover{color: #427ed1;}

.iPartner{background: #f6f6f6;padding: 20px 0;padding-bottom: 80px;}
.iPartner .title{text-align: center;font-size: 18px;color: #494949;margin-bottom: 20px;}
.iPartSwiper{width: 100%;}
.iPartSwiper .swiper-slide{background: none;}




.footer{background: #2b2e32;padding: 55px 0;}
.footList{display: flex;flex-wrap: wrap;}
.fContact{width: 25%;padding: 0 15px;box-sizing: border-box;}
.flogo{display: block;}
.flogo img{max-width: 100%;}
.fContact .list{margin-top: 20px;}
.fContact .list a{display: inline-block;margin: 0 5px;}
.fContact .list a img{width: 25px;}

.fMenu{width: 25%;padding: 0 15px;box-sizing: border-box;}
.fMenu ul li{border-bottom: 1px solid #35383c;padding: 10px 10px 10px 12px;line-height: 28px;font-size: 14px;}
.fMenu ul li a{color: #eaeaea;}
.fMenu ul li a:hover{color: #427ed1;}
.fMenu ul li i{padding-right: 5px;}
.fTitle{font-size: 15px;color: #fff;margin-bottom: 30px;}

.fAddr{width: 25%;padding: 0 15px;box-sizing: border-box;}
.fAddr ul li{color: #eaeaea;font-size: 14px;line-height: 28px;}

.copyRight{background: #282a2b;padding: 20px 0;}
.copyRight .desc{color: #eaeaea;font-size: 13px;text-align: center;}

.toTop{background: #333;cursor: pointer; height: 35px;width: 48px;position: absolute;right: 60px;bottom: 0px;z-index: 9999;position: fixed;text-align: center;line-height: 35px;color: #fff;font-size: 15px;border-radius: 5px 5px 0 0;overflow: hidden;display: none;}
.toTop.open{display: block;}
.toTop:hover{background: #427ed1;}


/*导航*/
.pageNav{background: #eaeaea url(../images/page_title_bar_bg-1.png) center center no-repeat;background-size: cover;}
.pageNav .warp{text-align: center;height: 45px;line-height: 45px;}
.pageNav .warp a,
.pageNav .warp span{display: inline-block;margin: 0 5px;color: #fff;font-size: 13px;}

.mainContent{width: 100%;padding: 50px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: 280px;margin-right: 50px;}
.mainRight{width: calc(100% - 330px);}

.otherMenu{width: 100%;}
.otherMenu ul li{padding: 10px 0;margin-bottom: 10px;border-bottom: 1px solid #eaeaea;}
.otherMenu .part{display: flex;justify-content: space-between;}
.otherMenu .part .img{width: 58px;margin-left: 20px;}
.otherMenu .part .img img{width: 100%;}
.otherMenu .part .desc{flex: 1;}
.otherMenu .part .tit{font-size: 13px;color: #2b2e32;}
.otherMenu .part:hover .tit{color: #427ed1;}


/*分页*/
.page{width: 100%;text-align: right;padding: 15px 0 55px 0;}
.page li{font-size: 14px;display: inline-block;margin: 0 3px;line-height: 38px;}
.page li a{height: 38px;display: inline-block; padding: 0 15px;font-size: 14px; border: 1px solid #e2e2e2;background: none;line-height: 38px;}
.page li input{width: 38px;height: 38px;border: 1px solid #e2e2e2;box-sizing: border-box;text-align: center;margin: 0 10px;outline: none;}
.page li a:hover{border-color: #427ed1;}
.page li.on a{ background: #427ed1; color: #fff;}
.page span{color: #000;font-size: 16px;}

/*关于我们*/
.about{width: 100%;padding: 100px 0;}
.abWarp{width: 880px;margin: 0 auto;}
.abTitle{position: relative;font-size: 34px;color: #2b2e32;font-weight: bold;margin-bottom: 10px;}
.abTitle span{display: inline-block;background: #fff;}
.abTitle:before{position: absolute;top: 25px;width: 100%;height: 1px;background: #eaeaea;content: '';left: 0;z-index: -1;}

.abDesc{width: 100%;font-size: 14px;color: #494949;}
.abDesc img{max-width: 100%;}

/*产品*/
.product{width: 100%;}
.proList ul{display: flex;flex-wrap: wrap;}
.proList ul li{width: 33.3%;padding-right: 10px;padding-bottom: 10px;box-sizing: border-box;}
.proList ul li:nth-child(3n){padding-right: 0;}
.proList .part{display: block;width: 100%;border: 1px solid #efefef;}
.proList .part .img{width: 100%;overflow: hidden;font-size: 0;height: 278px;position: relative;}
.proList .part .img img{width: 100%;height: 100%;object-fit: cover;transition: opacity .5s ease-in-out;position: absolute;top: 0;left: 0;}
.proList .part .img .img2{opacity: 0;}
.proList .part:hover .img .img2{opacity: 1;}
.proList .part:hover .img .img1{opacity: 0;}
.proList .part .txt{color: #2b2e32;font-size: 13px;text-align: center;padding: 20px;box-sizing: border-box;}



/*产品详情*/
.ProDetail{width: 100%;}
.ProDWarp{display: flex;justify-content: space-between;margin-bottom: 50px;}
.ProDWarp .left{width: 50%;padding: 0 15px;box-sizing: border-box;}
.ProDWarp .right{width: 50%;padding: 0 15px;box-sizing: border-box;}

.ProDImg{width: 100%;}
.ProDImg img{width: 100%;transition: 0.5s;}

.imgPanel .item{overflow: hidden;position: relative;font-size: 0;width: 100%;}
.imgPanel img:hover{transform: scale(1.2);}
.imgTab{width: 100%;margin-top: 20px;}
.imgTab ul{display: flex;flex-wrap: wrap;}
.imgTab ul li{width: 25%;padding: 0 5px;box-sizing: border-box;}
.imgTab ul li img{opacity: 0.6;}
.imgTab ul li.on img{opacity: 1;}

.ProDDesc{width: 100%;}
.ProDDesc .title{color: #2B2E32;font-size: 24px;font-weight: bold;padding-bottom: 30px;border-bottom: 1px solid #EAEAEA;}
.ProDDesc .text{font-size: 14px;color: #494949;padding: 20px 0;}
.pdfTxt{font-size: 14px;color: #427ED1;font-weight: bold;}

.seadBtn{margin-top: 40px;}
.seadBtn a{display: inline-block;background: #427ED1;font-size: 12px;color: #fff;font-weight: bold;padding: 10px 20px;}
.seadBtn a .icon{padding-right: 10px;}
.seadBtn a:hover{opacity: 0.8;}

.fenlei{width: 100%;font-size: 14px;color: #2B2E32;margin-top: 10px;}
.fenlei a{color: #2B2E32;}
.fenlei a:hover{color: #427ED1;}


.zhezhao{position: fixed;left: 0px;top: 0px;background: rgba(0,0,0,0.5);width: 100%;height: 100%;z-index: 99;}
.tanchuang{position: relative;background: #fff;width: 360px;height: 460px;border-radius: 5px;margin: 5% auto;top: 5%;overflow: hidden;padding: 10px;box-sizing: border-box;}
.close1 {position: absolute;right: 10px;top: 10px;}
#closebt {float: right;}
#closebt img {width: 20px;}

.ProDSlide{width: 100%;margin-bottom: 50px;}
.ProDTab{width: 100%;}
.ProDTab ul{display: flex;flex-wrap: wrap;border-bottom: 1px solid #EAEAEA;}
.ProDTab ul li{line-height: 50px;padding: 0 20px;position: relative;bottom: -1px;}
.ProDTab ul li.on{border: 1px solid #EAEAEA;border-bottom-color:#fff;}
.ProDTab a{font-size: 14px;color: #2B2E32;}
.ProDTab ul li.on a,
.ProDTab ul li:hover a{color: #427ED1;}

.ProDPanel{width: 100%;border: 1px solid #EAEAEA;padding: 30px;box-sizing: border-box;border-top: none;}
.Descript{font-size: 14px;color: #494949;}
.formWarp{font-size: 14px;color: #494949;}
.formWarp ul li{margin: 10px 0;}
.formTit{font-size: 14px;color: #494949;margin-bottom: 8px;}
.form_control{width: 100%;border: 1px solid #EAEAEA;height: 38px;padding: 2px 10px;box-sizing: border-box;border-radius: 5px;}
textarea.form_control{height: 168px;padding: 10px;}
.formBtn{width: 100px;height: 38px;background: #427ED1;border-radius: 20px;color: #fff;font-size: 14px;font-weight: bold;border: none;margin-top: 20px;}
.formBtn:hover{opacity: 0.8;}

.otherPro{width: 100%;margin-top: 50px;}
.otherPro .abTitle{font-size: 20px;margin-bottom: 20px;}
.otherPro .abTitle:before{top: 15px;}

/*新闻*/
.news{width: 100%;}
.newList{width: 100%;}
.newList ul li{margin-bottom: 60px;}
.newList .part{display: flex;justify-content: space-between;}
.newList .part .imgWarp{width: 320px;margin-right: 20px;position: relative;overflow: hidden;}
.newList .part .img{width: 100%;overflow: hidden;}
.newList .part .img img{width: 100%;}
.newList .part .imgTop{position: absolute;bottom: -100%;left: 0;width: 100%;height: 100%;background-image: -webkit-linear-gradient(top, rgba(66,126,209,0.925) 0%, #38eef4 100%);display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 10px;box-sizing: border-box;text-align: center;transition: 0.5s;}
.newList .part .icon{display: block;width: 60px;height: 60px;background: rgba(255,255,255,0.8);border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 20px;color: #2B2E32;}
.newList .part .font{color: #fff;font-size: 13px;font-weight: bold;margin-top: 10px;}
.newList .part .desc{flex: 1;}
.newList .part .tit{display: block;margin-bottom: 20px;font-size: 24px;color: #2B2E32;font-weight: bold;}
.newList .part .txt{color: #494949;font-size: 14px;}

.newList .part .imgWarp:hover .imgTop{bottom: 0;}
.newList .part .tit:hover{color: #427ED1;}

/*新闻详情*/
.newdetail{width: 100%;}
.newdWarp{width: 100%;margin-bottom: 50px;}
.newdWarp .titles{font-size: 24px;color: #2B2E32;font-weight: bold;}
.newdWarp .desc{font-size: 14px;color: #494949;}
.newdWarp .desc img{max-width: 100%;}

.otherNews{width: 100%;margin-bottom: 50px;}
.otherNews .abTitle{font-size: 20px;margin-bottom: 20px;}
.otherNews .abTitle:before{top: 15px;}

.otherNewList{width: 100%;}
.otherNewList ul{display: flex;flex-wrap: wrap;}
.otherNewList ul li{width: 33.3%;padding: 0 8px;box-sizing: border-box;margin-bottom: 30px;}
.otherNewList .part{display: block !important;}
.otherNewList .part .imgWarp{width: 100%;margin: 0;}
.otherNewList .part .icon{width: 40px;height: 40px;font-size: 16px;}
.otherNewList .desc{padding-top: 10px;}
.otherNewList .part .tit{font-size: 14px;margin-bottom: 10px;}
.otherNewList .part .time{font-size: 12px;color: #494949;}


.pinglun{width: 100%;margin-bottom: 50px;}
.pinglun .abTitle{font-size: 20px;margin-bottom: 20px;}
.pinglun .abTitle:before{top: 15px;}

.form_cookies{text-align: center;width: 100%;margin-top: 10px;}


/*联系我们*/
.contact{width: 100%;padding: 80px 0;}
.contWarp{width: 880px;position: relative;}
.contDesc{width: 100%;font-size: 14px;color: #494949;}
.contForm{width: 100%;margin-top: 20px;}
.w30{width: 31.3%;margin: 1%;}
.contForm ul li{display: flex;}
.contLink{position: absolute;top: 0;left: 100%;width: 280px;padding: 0 20px;box-sizing: border-box;}
.contLink .title{font-size: 13px;color: #2B2E32;font-weight: bold;margin-top: 15px;}
.contLink .link{margin-top: 20px;}
.contLink .link a{display: inline-block;margin: 0 5px;font-size: 16px;color: #bebdbd;}

.insideBg{width: 100%;padding: 100px 0;}
.inside{width: 880px;margin: 0 auto;}






@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.m_nav3{right: auto;left: -100% !important;}
.bannerSwiper .imgTop{left: 10%;top: 15%;}
.bannerSwiper .title{font-size: 38px;}
.bannerSwiper .txt{font-size: 20px;}

.iProduct .wapper{padding: 0 5px;}
.iProWarp .left{width: 240px;margin-right: 20px;}
.iProWarp .right{width: calc(100% - 260px);}
.iProList .part .img{height: 180px;}

.mainLeft{width: 240px;margin-right: 20px;}
.mainRight{width: calc(100% - 260px);}
.proList .part .img{height: 240px;}

.contWarp{width: 80%;}
.contLink{width: 25%;}






}



@media only screen and (max-width: 980px) {
.header{ display:none}
.m_header{display: block;}
.sp_header{ display:block;}
.iComTitle .title{font-size: 24px;}
.iComTitle .title:before, .iComTitle .title:after{top: 15px;}
.indexTop .Warp{display: block;text-align: center;line-height: 54px;}
.i1List ul li{padding: 0 10px;}
.i1List .part .txt{font-size: 14px}
.iProList ul li{width: 33.3%;}
.abWarp{width: 100%;padding: 0 5%;box-sizing: border-box;}
.proList .part .img{height: 180px;}
.otherMenu .part .tit{font-size: 12px;}

.newList .part .imgWarp{width: 280px;}
.newList .part .icon{width: 50px;height: 50px;}
.newList .part .tit{font-size: 20px;margin-bottom: 10px;}
.newList .part .txt{font-size: 13px;}

.otherNews .newList .part .imgWarp{width: 100% !important;}
.otherNews .newList .part .tit{font-size: 18px;}

.inside{width: 100%;padding: 0 5%;box-sizing: border-box;}

}



@media only screen and (max-width: 780px) {
.banner{height: 400px;}
.bannerSwiper .title{font-size: 30px;}
.bannerSwiper .txt{font-size: 18px;margin: 8px 0;}
.i1List ul{display: block;}
.i1List ul li{width: 100%;padding: 0;}
.iProWarp{display: block;}
.iProWarp .left{width: 100%;margin: 0;}
.iProWarp .right{width: 100%;margin-top: 50px;}
.iProList ul li{width: 98%;margin: 1% !important;padding: 0;}
.iProList .part .img{height: auto;}
.iProList .part .img img{position: relative;}
.iProList .part .img .img2{display: none !important;}
.iProList .part:hover .img .img2{opacity: 0;display: none;}
.iProList .part:hover .img .img1{opacity: 1;}
.iNewList ul{display: block;}
.iNewList ul li{width: 98%;margin: 1%;padding: 0;}
.footList{display: block;}
.fContact{width: 100%;padding: 0;}
.fMenu{width: 100%;padding: 0;margin-top: 20px;}
.fAddr{width: 100%;padding: 0;margin-top: 20px;}
.toTop{right: 0;}
.about{padding: 60px 0;}
.abWarp{width: 100%;padding: 0;box-sizing: border-box;}
.abTitle{font-size: 24px;}
.abTitle:before{top: 15px;}
.mainWarp{flex-wrap: wrap;}
.mainLeft{width: 100%;margin: 0;order: 1;margin-top: 50px;}
.mainRight{width: 100%;order: 0;}
.proList ul li{width: 98%;margin: 1% !important;padding: 0;}
.proList .part .img{height: auto;}
.proList .part .img img{position: relative;}
.proList .part .img .img2{display: none !important;}
.proList .part:hover .img .img2{opacity: 0;display: none;}
.proList .part:hover .img .img1{opacity: 1;}

.ProDWarp{display: block;}
.ProDWarp .left{width: 100%;padding: 0;}
.ProDWarp .right{width: 100%;padding: 0;margin-top: 20px;}
.ProDDesc .title{font-size: 20px;padding-bottom: 15px;}
.ProDDesc .text{padding: 10px 0;}

.contWarp{width: 100%;padding-bottom: 60px;}
.contLink{width: 100%;top: auto;left: 0;padding: 0;bottom: -20px;}
.w30{width: 100%;margin: 1% 0;}
.contForm ul li{flex-wrap: wrap;}

.otherNewList ul{display: block;}
.otherNewList ul li{width: 100%;padding: 0;}

.insideBg{padding: 60px 0;}
.inside{width: 100%;padding: 0;box-sizing: border-box;}

}


@media only screen and (max-width: 600px) {
.banner{height: 200px;}
.bannerSwiper .title{font-size: 20px;}
.bannerSwiper .txt{font-size: 16px;margin: 8px 0;padding: 0;}
.bannerSwiper .more{margin-top: 0;padding: 5px 10px;}
.ProDPanel{padding: 20px;}
.tanchuang{width: 90%;}
.newList ul li{margin-bottom: 20px;}
.newList .part{display: block;}
.newList .part .imgWarp{width: 100%;margin: 0;}
.newList .part .desc{width: 100%;margin-top: 20px;}
}



