/*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:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; 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;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #233876;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 84px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.header.fixed{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background: #fff;}

/*menu*/
.pc_menu{}
.menu{height:84px;line-height:84px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:84px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:15px;color: #444;display:block;text-align:center;padding: 0 13px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}

.menu ul li span a{position: relative;}
.menu ul li span a:after{position: absolute;left: 0;bottom: 0;width: 0px;height: 2px;background: var(--main-color);content: "";transition: 0.3s;}
.menu ul li:hover span a:after{width: 100%;}
.menu ul li.cur span a:after{width: 100%;}
.menu ul li.cur span a{color: var(--main-color);}

.language{width: 120px;position: relative;margin-right: 20px;}
.langTab{width: 100%;height: 30px;line-height: 30px;text-align: center;border: 1px solid #ddd;border-radius: 30px;padding: 0 10px;box-sizing: border-box;}
.langTab a{display: flex;justify-content: space-between;align-items: center;color: #333;font-size: 15px;}
.langTab .icon{line-height: 30px;display: inline-block;}
.langTab .icon img{width: 20px;margin-right: 5px;display: inline-block;vertical-align: text-bottom;}
.langTab i{padding-left: 5px;}
.langTab.active i:before{content: "\f106";}
.langPanel{position: absolute;top: 40px;right: 0px;width: 100%;background: #fff;z-index: 9;box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);height: 0;opacity: 0;visibility: hidden;transition: 0.3s;}
.langPanel.active{height: auto;opacity: 1;visibility: visible;}
.langPanel ul li{height: 40px;color: #555;font-size: 15px;padding: 0 6px;box-sizing: border-box;border-bottom: 1px solid #ebebeb;line-height: 40px;}
.langPanel ul li a{color: #555;}
.langPanel .icon img{width: 20px;margin: 0 5px;vertical-align: middle;}
.langPanel ul li:hover{background: #f0f0f0;}
.langPanel ul li:hover a{color: #5c8ae6;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.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;*/
        /*height: 400px;
        object-fit: contain;*/
    }
.swiper-button-next:after,.swiper-button-prev:after{font-size: 30px !important;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{}
.iTxt{font-size: 18px;}
.iLine{}
.iTitCn{font-size: 26px;color: var(--main-color);}
.iTitEn{font-size: 12.6px;color: #999;}
.iMore a{display: block;width: 170px;height: 42px;border: 1px solid #D7D7D7;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #666;}
.iMore a:hover{color: #fff;background: var(--main-color);}
.iTitImg img{max-width: 100%;width: auto;}


/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{width: 100%;}
.index1 .i1List{position: relative;padding-bottom: 50px;}
.i1List{width: 100%;}
.i1List .part{display: block;width: 100%;position: relative;}
.i1List .part:after{position: absolute;left: 0;width: 100%;height: 2px;background: var(--main-color);content: "";opacity: 0;transition: 0.3s;bottom: 0;}
.i1List .part .img{width: 100%;position: relative;}
.i1List .part .img img{width: 100%;}
.i1List .part .desc{padding: 20px 0;}
.i1List .part .t1{font-size: 16px;color: #666;font-weight: bold;}
.i1List .part .txt{font-size: 14px;color: #555;margin-top: 10px;line-height: 1.6;}

.i1List .part .img i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.3);width: 0px;height: 0px;opacity: 0;z-index: 9;transition: 0.6s;}
.i1List .part .img i img{width: 44px;height: 44px;}

.i1List .part:hover:after{opacity: 1;width: 100%;}
.i1List .part:hover .img img{transform: scale(1.1);}
.i1List .part:hover .img i{width: 100%;height: 100%;opacity: 1;}
.i1List .part:hover .img i img{transform: rotate(360deg);}

.i2Warp{max-width: 465px;}
.index3{background: #f8f8f8;}
.i3Warp{width: 100%;}
.i3Warp .left{width: 50%;}
.i3Warp .img{width: 35%;}
.i3Warp .img img{width: 100%;}
.i3Warp .txt{font-size: 16px;color: #000;}

.i4Warp{width: 100%;}
.i4Warp .left{width: 34%;}
.i4Warp .right{width: 62%;}
.i4Warp .left .part{display: block;width: 100%;}
.i4Warp .left .part .img{width: 100%;}
.i4Warp .left .part .img img{width: 100%;}
.i4Warp .left .part .desc{padding-top: 20px;}
.i4Warp .left .part .t1{font-size: 15px;color: #666;font-weight: bold;}
.i4Warp .left .part .time{font-size: 14px;color: #999;}
.i4Warp .left .part .txt{font-size: 14px;color: #999;}
.i4Warp .left .part .more{margin-top: 35px;color: #333;text-decoration: underline;}

.i4List{width: 100%;}
.i4List ul li{padding: 30px 10px;border-top: 1px solid #E5E5E5;}
.i4List ul li:last-child{border-bottom: 1px solid #E5E5E5;}
.i4List .tit{font-size: 15px;}
.i4List .tit a{color: #333;}
.i4List .tit a:first-child{color: var(--main-color);}
.i4List .txt{margin-top: 10px;font-size: 14px;color: #333;}

.i5List .part{display: block;width: 100%;height: 100px;display: flex;justify-content: center;align-items: center;}
.i5List .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.footer{padding: 60px 0;background: var(--main-color);color: #bcc0cf;font-size: 14px;}
.fTel h3{margin-bottom: 10px;font-weight: normal;font-size: 18px;}
.footer .left{width: 35%;}
.footer .right{width: 50%;}
.fForm{width: 100%;}
.fForm ul li{width: 100%;padding: 10px 0;}
.fForm input,
.fForm textarea{width: 100%;height: 35px;outline: none;background: transparent;color: #bcc0cf;border: none;border-bottom: 1px solid rgba(255,255,255,0.3);}
.fForm textarea{height: 70px;}
.fForm input::placeholder,
.fForm textarea::placeholder{color: #bcc0cf;}
.fForm button{width: 100%;height: 35px;background: rgba(255,255,255,0.3);border: none;color: #fff;}

.toTop{position: fixed;right: 10px;bottom: 0;width: 50px;height: 50px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.6);color: #fff;font-size: 26px;transition: 0.3s;opacity: 0;visibility: hidden;}
.toTop.active{opacity: 1;visibility: visible;bottom: 20px;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.innerMenu ul li{margin: 2px;}
.innerMenu a{display: inline-block;padding: 8px 15px;color: #555;font-size: 14px;}
.innerMenu ul li.on a{background: var(--main-color);color: #fff;}
.innerMenu ul li a:hover{background: var(--main-color);color: #fff;}

.p_page{width: 100%;padding: 20px 0;}
.current a{font-size: 14px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}
/*news*/

.news{width: 100%;}
.news ul li{padding: 25px 0;border-bottom: 1px solid #ddd;}
.news .part{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news .part .img{width: 220px;margin-right: 30px;}
.news .part .img img{width: auto;max-width: 100%;border-radius: 10px;}
.news .part .desc{width: calc(100% - 250px);}
.news .part .t1{color: #333;font-size: 16px;}
.news .part .t1:hover{color: var(--main-color);text-decoration: underline;}
.news .part .time{color: #666;font-size: 14px;margin: 10px 0;}
.news .part .txt{color: #666;font-size: 14px;}

/*honor*/

.honor{width: 100%;}
.innerTit{font-size: 20px;color: #666;font-weight: bold;padding: 20px 0;}
.honorList{width: 100%;max-width: 980px;margin-left: auto;margin-right: auto;}
.honorList ul li{width: 33.3%;padding: 5px;}
.honorList .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 5px;border: 1px solid #ddd;}
.honorList .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}


/*partner*/

.partnerList{width: 100%;max-width: 980px;margin-left: auto;margin-right: auto;}
.partnerList ul li{width: 33.3%;padding: 5px;}
.partnerList .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.partnerList .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}


/*product*/

.i1List ul li{width: 33.3%;padding: 10px;}

<style type="text/css">
/*页码*/
.pagebar{margin: 0 auto;padding: 15px 0 10px;}
.pagebar a{margin: 2px;padding: 5px 10px; font-size: 14px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 14px;color: #fff; font-weight: 400;padding: 5px 10px;margin: 0 5px 5px;border: 1px solid #0188fb; border-radius: 2px; background: #0188fb;display: inline-block;}
.pagebar a:hover{color: #fff; border: 1px solid #0188fb; background: #0188fb;}

/*prodetail*/

.prodetail{width: 100%;}
.prodDesc{margin: 20px 0;font-size: 15px;color: #333;}
.prodDesc .title{padding: 10px 0;border-bottom: 1px solid #ddd;font-size: 24px;color: #666;margin-bottom: 10px;}
.prodDesc img{max-width: 100%;}

.news-prev,
.news-next{font-size: 14px;margin-top: 10px;}
.news-prev a,
.news-next a{color: #333;}

.inside img{max-width: 100%;}





@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;}

}


@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.language{float: right;height: 70px;display: flex;align-items: center;margin-right: 10px;}
.hHei{height: 70px;}
.iTxt{font-size: 16px;}
.i3Warp .left{width: 100%;margin-bottom: 20px;}
.i3Warp .img{width: 100%;}
.i4Warp .left{width: 100%;margin-bottom: 20px;}
.i4Warp .right{width: 100%;}
.footer .left{width: 100%;margin-bottom: 20px;}
.footer .right{width: 100%;}
.tongtu .t1{font-size: 16px;}
.tongtu .txt{font-size: 14px;}
.innerMenu a{padding: 5px 10px;font-size: 12px;}
.honorList ul li{width: 50%;}
.news .part .img{width: 100%;margin-right: 0;margin-bottom: 20px;}
.news .part .desc{width: 100%;}
.i1List ul li{width: 50%;padding: 5px;}











}
