/*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:#000;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: #185fad;
	--main-color2: #109B04;
	--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: fixed;left: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 999;width: 100%;}
.headList{padding: 0 20px;width: 100%;height: 58px;}
.menuBtn{cursor: pointer;font-size: 24px;color: #fff;text-transform: uppercase;border-bottom-right-radius: 58px;line-height: 58px;font-weight:bold;}
.menuBtn.active span{display: none;}
.menuBtn.active:after{content: "close";}
.logo{line-height: 1;}
.logo img{max-height: 45px;vertical-align: middle;}

.headTc{padding: 20px;width: 100%;max-height: calc(100vh - 58px);overflow: auto;display: none;}
.headTc.active{display: block}
.headTc .warp{width: 100%;}
.menu{width: 100%;}
.menu>ul{width: 100%;}
.menu>ul>li{position: relative;line-height: 1.2;}
.menu>ul>li>a{font-size: 3.2vw;color: #fff;font-weight: bold;text-transform: uppercase;}
    .menu .t1 {
        display: flex;
        line-height: 1;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0.3s;
        align-items: center;
    }
    .menu .t1 em {
        display: flex;
        align-items: center;
        line-height: 1;
        text-transform: uppercase;
        font-size: 1vw;
        font-weight: normal;
        padding: 0 10px;
        position: relative;
        top: 5px;
    }
.menu .t2{line-height: 1;transition: 0.3s;}
.menu>ul>li>a:hover{}
.menu>ul>li>a:hover .t1{opacity: 1}
.menu>ul>li>a:hover .t1 em{}
.menu>ul>li>a:hover .t2{color: transparent;opacity: 0;}

.headTc .links{margin: 20px 0;}
.headTc .links ul li{line-height: 1.5;}
.headTc .links ul li a{display: block;font-size: 14px;color: #fff;font-weight: bold;}
.headTc .links ul li a:hover{opacity: 0.9;}
.headTc .txt{font-size: 16px;color: hsla(0,0%,100%,.5);text-transform: uppercase;font-weight: bold;}

.menu2{width: 100%;}
.menu2 ul li{width: 100%;}
.menu2 ul li a{color: #d6d3d1;font-weight: bold;font-size: 32px;text-transform: uppercase;}
.menu2 ul li.on a{color: #000;}

/*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:#0188FB;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;}

/*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;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*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;}

.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;}
.iTitCn{}
.iTitEn{}
.iTit{}
.iTxt{}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;height: 100vh;position: relative;overflow: hidden;}
.banner2{width: 100%;height: 100vh;position: relative;overflow: hidden; display:none;}
.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;}

.bannerSwiper2 .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper2 .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper2 .swiper-button-next:after,.bannerSwiper2 .swiper-button-prev:after{color: #fff;}


.innerHead{padding: 20px 50px;}

.mainFull{padding: 20px 50px;margin-bottom: 58px;}
.mainTop{font-size: 14px;color: #000;font-weight: bold;}
.mainTop a{color: #000;display: inline-block;margin-right: 10px;line-height: 1.6;text-transform: uppercase;}
.innerSelect a{font-size: 12px;}
.innerMenu ul li{display: inline-block;margin-right: 10px;}
.innerMenu ul li a{display: flex;align-items: center;}
.innerMenu ul li img{vertical-align: middle;width: 10px;filter: brightness(0%) contrast(200%) invert(0%) opacity(100%);opacity: 0;}
.innerMenu ul li.on img{opacity: 1;filter: none;margin: 0 5px;}

.innerTop{width: 100%;padding: 20px;font-size: 12px;color: #000;font-weight: bold;}
.return{color: #000;display: block;}
.return i{padding-right: 10px;font-size: 16px;}
.iTit{font-size: 36px;color: #000;text-transform: uppercase;}

.product{width: 100%;padding: 20px 0;}
.proList{width: 100%;}
.proList ul li{width: calc(20% - 8px);margin-right: 10px;margin-bottom: 10px;}
.proList ul li:nth-child(5n){margin-right: 0;}
.proList .part{display: block;width: 100%;height: 100%;}
.proList .part .imgBox{font-size: 0px;position: relative;overflow: hidden;}
.proList .part .img{width: 100%;height: 100%;transition: 0.3s;}
.proList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proList .part .img2{position: absolute;left: 0;top: 0;border: 2px solid #000;opacity: 0;z-index: 8;}
.proList .part .imgBox:before,
.proList .part .imgBox:after{position: absolute;left: 50%;transform: translateX(-50%);width: 40%;height: 2px;background: #fff;content: "";opacity: 0;transition: 0.3s;z-index: 9;}
.proList .part .imgBox:before{top: 0;}
.proList .part .imgBox:after{bottom: 0;}
.proList .part .desc{font-size: 12px;color: #000;padding: 10px 0;text-transform: uppercase;}
.proList .part .tit{font-weight: bold;margin-bottom: 5px;}

.proList .part:hover .imgBox .img1{opacity: 0;}
.proList .part:hover .imgBox .img2{opacity: 0;opacity: 1;}
.proList .part:hover .imgBox:before{opacity: 1;}
.proList .part:hover .imgBox:after{opacity: 1;}

/*prodetail*/

.prodetail{padding: 0 20px;margin-bottom: 60px;}
.prodetail .left{width: 45%;}
.prodetail .right{width: 53%;}
.prodTop{padding: 0 15px;}
.prodTop .title{border-bottom: 1px solid #000;margin-bottom: 35px;font-size: 14px;color: #000;text-transform: uppercase;font-weight: bold;padding-bottom: 10px;}

.prodList{width: 100%;}
.prodList ul li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.prodList .part{display: block;width: 100%;height: 100%;}
.prodList .part .imgBox{font-size: 0px;position: relative;overflow: hidden;}
.prodList .part .img{width: 100%;height: 100%;transition: 0.3s;position: relative;border: 2px solid transparent;}
.prodList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.prodList .part .imgBox:before,
.prodList .part .imgBox:after{position: absolute;left: 50%;transform: translateX(-50%);width: 40%;height: 2px;background: #fff;content: "";opacity: 0;transition: 0.3s;z-index: 9;}
.prodList .part .imgBox:before{top: 0;}
.prodList .part .imgBox:after{bottom: 0;}
.prodList .part .desc{font-size: 12px;color: #000;padding: 10px 0;text-transform: uppercase;}
.prodList .part .tit{font-weight: bold;font-size: 1.56vw;}

.prodList .part:hover .img{border-color: #000;}
.prodList .part:hover .imgBox:before{opacity: 1;}
.prodList .part:hover .imgBox:after{opacity: 1;}

.prodImg{display: block;width: 100%;}
.prodImg img{width: 100%;}

/*contact*/

.contact{width: 100%;}
.contact ul li{margin-bottom: 45px;display: flex;flex-wrap: wrap;font-size: 14px;color: #000;line-height: 1.5;font-weight: bold;}
.contact ul li a{color: #000;text-decoration: underline;}
.contact ul li a:hover{color: #2563eb;}
.contact .tit{width: 320px;}
.contact .txt{flex: 1;max-width: 245px;}

.inside{overflow: hidden;min-height: 600px;}
.inside img{max-width: 100%;}





@media only screen and (max-width: 1280px) {
.wapper{ width:100%;}
.innerHead{padding: 20px;}
.mainFull{padding: 20px;}


}

@media only screen and (max-width: 980px) {
.menu>ul>li{line-height: 1.5;}
.menu>ul>li>a{font-size: 24px;}
.headTc .txt{font-size: 14px;}
.menu .t1 em{font-size: 14px;}
.menu2 ul li a{font-size: 20px;}
.mainTop{padding: 0 5px;}
.innerMenu{margin-bottom: 10px;}
.proList ul li{width: 33.3%;margin-right: 0;padding: 0 5px;}
.prodetail .left{width: 100%;margin-bottom: 35px;}
.prodImg{text-align: center;}
.prodImg img{max-width: 580px;}
.prodetail .right{width: 100%;}















}

@media only screen and (max-width: 680px) {
.innerHead{padding: 20px 10px;}
.mainFull{padding: 20px 10px;}
.proList ul li{width: 50%;margin-right: 0;padding: 0 5px;}
.prodList ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.prodList .part .tit{font-size: 16px;}
.prodTop{padding: 0 5px;}
.contact .tit{width: 100%;margin-bottom: 15px;}
.contact .txt{width: 100%;}
.banner{display:none;}
.banner2{ display:block;}
    .menuBtn {
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        border-bottom-right-radius: 58px;
        line-height: 58px;
        
    }

}