/*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:1px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width: 62.5vw; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #9a1d23;
	--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:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height:80px;line-height:80px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 180px;}
.menu ul li dl dd{border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;line-height: 1.8;padding: 10px;}
.menu ul li dl dd a:hover{ color: var(--main-color);}
.menu a{ font-size:18px;color:#333;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}

.language a{display: inline-block;margin-right: 5px;}
.language a:last-child{margin-right: 0;}
.language a img{width: 45px;}

/*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;}
.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;}

.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;}
.pt70{padding-top: 70px;}
.pb70{padding-bottom: 70px;}
.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{font-size: 3.2vw;color: #333;}
.iTit2{font-size: 1.5vw;color: #333;font-weight: bold;}
.iTxt{font-size: 1.2vw;color: #333;}
.iTxt2{font-size: 1.98vw;color: #333;}
.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%;}
.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{padding: 150px 0 120px;}
.i1Warp{width: 100%;}
.i1Warp .desc{width: 52%;font-size: 1.4vw;}
.i1Warp .iTxt{margin: 1vw 0; text-align: justify;}
.i1Warp .iTxt strong{font-weight: bold;color: var(--main-color);font-size: 1.5vw;}
.i1Warp .iTxt p{line-height: 2;}
.i1Warp .img{width: 40%;}
.i1Warp .img img{width: 100%;}

.i1List{width: 100%;margin-top: 3vw;}
.i1List ul li{width: auto;}
.i1List .tit{font-size: 1.28vw;color: var(--main-color);}
.i1List .tit strong{font-size: 2vw;}
.i1List .tit span{}
.i1List .tit2{font-size: 1.2vw;color: #000;margin: 0.5vw 0;}
.i1List .txt{font-size: 16px;color: #000;}

.i1More{margin-top: 3vw;}
.i1More a{color: #000;font-size: 2vw;}
.i1More a img{width: auto;height: auto;max-height: 31px;vertical-align: middle;}

.index2{position: relative;}
.i2Top{position: relative;overflow: hidden;}
.i2Top .iImg{font-size: 0px;}
.i2Top .iImg img{width: 100%;}
.i2Top .imgTop{position: absolute;left: 0;bottom: 15%;width: 100%;z-index: 8;}
.i2Top .wapper{text-align: center;}
.i2Top .iTit1{opacity: 0.7;font-size: 4.6vw;}
.i2Top .iTit{opacity: 0.6;font-size: 3vw;}
.i2Top .line{margin: 2vw auto;width: 13vw;height: 3px;background:linear-gradient(244deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);}

.i2List{width: 100%;}
.i2List ul li{width: 50%;padding: 0 50px;margin-bottom: 50px;}
.i2List .part{display: block;width: 100%;height: 100%;padding: 10px;background: var(--main-color);}
.i2List .part .img{width: 100%;/*height: 400px;*/}
    .i2List .part .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
.i2List .part .desc{padding: 20px 10px;text-align: center;}
.i2List .part .tit{color: #fff;font-size: 2vw;}

.index3{position: relative;overflow: hidden;margin-bottom: 70px;}
.i3Warp{width: 100%;position: relative;}
.i3Warp .iImg{width: 100%;font-size: 0px;}
.i3Warp .iImg img{width: 100%;}
.i3Warp .imgTop{position: absolute;left: 0;bottom: 0;z-index: 9;width: 100%;}
.i3Warp .part{display: flex;justify-content: space-between;background: rgba(255,255,255,0.8);padding: 3vw 2vw;}
.i3Warp .part .tit{width: 70%;}
.i3Warp .part .tit i{display: block;width: 60px;height: 2px;background: #333;margin-right: 10px;}
.i3Warp .part .tit span{font-size: 1.2vw;color: #333;flex: 1;}
.i3Warp .part .icon{font-size: 1.8vw;color: #000;}
.i3Warp .part .icon img{height: 26px;}

.footer{background: var(--main-color);padding: 70px 0;font-size: 1vw;color: #fff;}
.fWarp{width: 100%;}
.fWarp .left{width: 46%;}
.fWarp .right{width: 40%;text-align: right;}
.fTit{font-size: 3vw;}
.fTxt{margin: 1vw 0;font-size: 1vw;}
.fEwm{margin: 1vw 0;}
.fEwm .ewm{width: 30%;margin-right: 50px;text-align: center;font-size: 16px;max-width: 125px;}
.fEwm .ewm img{width: 100%;}
.fEwm .ewm:nth-child(3){margin-right: 0;}

.fLogo{margin-bottom: 1vw;}
.fLogo img{max-width: 100%;max-height: 55px;}

.fAddr{margin-top: 2vw;font-size: 16px;}
.fAddr h3{font-size: 1vw;color: #fff;font-weight: bold;margin-bottom: 10px;}
.fAddr p{padding: 0;}

.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;}

.p_page{box-shadow: var(--main-shadow);}
.mMenu ul li{width: auto;}
.mMenu ul li a{display: inline-block;padding: 1.2vw;font-size: 1.12vw;color: #333;position: relative;}
.mMenu ul li a i{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0.2vw;color: #fff;opacity: 0;}
.mMenu ul li.on a{color: #fff;background: var(--main-color);}
.mMenu ul li.on a i{opacity: 1;}

/*about*/

.about{width: 100%;padding: 8vw 0;overflow: hidden;}
.about1{width: 100%;}
.about1 .left{width: 30%;}
.about1 .right{width: 68%;}
.about1 .img{width: 100%;}
.about1 .img img{width: 100%;}
.abo1List{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.abo1List .item{padding-left: 1vw;}
.abo1List .tit{font-size: 2vw;color: #716e6d;font-weight: bold;padding-left: 0;position: relative;}
.abo1List .tit:before{content: "●";left: -25px;position: absolute;font-size: 1vw;top: 50%;transform: translateY(-50%);}
.abo1List .txt{color: #9a9a9a;font-size: 1.2vw;padding-left: 0;}

.about2{margin-top: 3vw;}
.abo2List{margin-top: 3vw;}
.abo2List ul li{width: 24%;}
.abo2List .part{display: block;width: 100%;}
.abo2List .part .img{width: 100%;}
.abo2List .part .img img{width: 100%;}
.innerTop{width: 100%;margin-bottom: 1vw;align-items: center;}
.innerTop .icon{width: 40px;height: 40px;border-radius: 50%;background: #787878;color: #fff;font-size: 20px;display: flex;justify-content: center;align-items: center;}
.innerTit{display: flex;font-size: 2.6vw;}
.innerTit strong{color: #333;font-weight: bold;}
.innerTit em{color: var(--main-color);}
.innerTit span{color: #e6e6e6;}
.innerTit i{display: inline-block;margin: 0 10px;position: relative;top: -15px;}

.about3{margin-top: 3vw;}
.abo3List{width: 100%;}
.abo3List .panel{position: relative;margin-top: 3vw;}
.abo3Tab{width: 100%;}
.abo3Tab:before{position: absolute;left: 0;width: 100%;height: 8px;border-radius: 10px;content: "";top: 48px;background-image: linear-gradient(to right,#9c222a 0,#c27c83 100%);}

.abo3Tab .swiper-slide{background: transparent;}
.abo3Tab .year{position: relative;width: 100%;text-align: center;padding-top: 80px;cursor: pointer;}
.abo3Tab .year span{display: block;padding: 10px;border-radius: 30px;width: 100%;display: flex;justify-content: center;align-items: center;height: 40px;color: #333;font-size: 26px;}
.abo3Tab .year .icon{position: absolute;width: 45px;height: 60px;position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 48px;opacity: 0;}
.abo3Tab .year .icon img{width: 100%;height: 100%;object-fit: contain;}

/*.abo3Tab .swiper-slide-thumb-active .icon{opacity: 1;}
.abo3Tab .swiper-slide-thumb-active span{background: var(--main-color);color: #fff;}*/

.abo3Tab .swiper-slide.on .icon{opacity: 1;}
.abo3Tab .swiper-slide.on span{background: var(--main-color);color: #fff;}

.abo3Panel{width: 100%;}
.abo3Panel .swiper-slide{padding: 20px 10px;}
.abo3Panel .part{display: block;width: 100%;border-radius: 20px;box-shadow: var(--main-shadow);}
.abo3Panel .part .year{padding: 10px;text-align: center;font-size: 26px;color: #666;font-weight: bold;}
.abo3Panel .part .img{width: 100%;height: 180px;padding: 0 10px;}
.abo3Panel .part .img img{width: 100%;height: 100%;}
    .abo3Panel .part .desc {
        padding: 10px;
        height: 80px;
        display: flex;
        align-items: flex-start;
    }
.abo3Panel .part .txt{width: 100%;height: auto;overflow: auto;font-size: 14px;color: #333;text-align: left;max-height: 100%;}
.abo3Panel .part .txt span{color: var(--main-color);}

.abo3List .panel .swiper-button-next{right: -50px;}
.abo3List .panel .swiper-button-prev{left: -50px;}
.abo3List .panel .swiper-button-next:after, .abo3List .panel .swiper-button-prev:after{color: #666;}

.about4{margin-top: 5vw;}
.about4 .iImg{margin-top: 3vw;}
.about4 .iTxt2{margin-top: 3vw;}

/*product*/

.product{width: 100%;padding: 5vw 0;}
.product .iLine{margin: 1.5vw 0;text-align: center;}
.product .iLine img{width: 13.5vw;}
.product .iTxt{margin-top: 1.5vw;}
.pro_list{width: 100%;margin-top: 5vw;}
.pro_item{margin-bottom: 6vw;}
.pro_tit{text-align: center;margin-bottom: 5vw;}
.pro_tit span{width: 27.3vw;height: 6.25vw;display: flex;justify-content: center;align-items: center;background: var(--main-color);color: #fff;font-size: 2.8vw;border-radius: 3vw 0 3vw 0;margin: 0 auto;}

.pro_warp{width: 100%;}
.pro_warp .left{width: 50%;}
.pro_warp .right{width: 40%;}
.pro_tab{width: 100%;}
.pro_tab ul li{width: 20%;padding: 0.5vw;}
.pro_tab .part{display: block;width: 100%;text-align: center;}
.pro_tab .part .img{/*width: 5.58vw;height: 5.58vw;*/border-radius: 50%;margin: 0 auto;border-radius: 50%;}
.pro_tab .part .img img{width: 100%;height: 100%;object-fit: cover;}
.pro_tab .part .tit{margin-top: 1vw;font-size: 0.92vw;color: #333;font-weight: 300;}
.pro_tab ul li.on .part .tit{color: var(--main-color);}

.pro_panel{width: 100%;}
.pro_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.pro_inner .img{width: 50%;}
.pro_inner .img img {object-fit: contain;height: auto;width: auto;max-width: 100%;}
.pro_inner .desc{width: 100%;}
.pro_inner .tit{margin: 1vw 0 0vw 0;color: #333;font-size: 1.68vw;}
.pro_inner .txt{font-size: 1vw;color: #333;}

.pro_list_2 .pro_warp{align-items: center;}
.pro_list_2 .pro_warp .left{width: 50%;}
.pro_list_2 .pro_warp .right{width: 50%;}
.pro_list_2 .pro_tab ul{justify-content: center;}
.pro_list_2 .pro_inner{justify-content: space-between;}
.pro_list_2 .pro_inner .img{text-align: center;}
.pro_list_2 .pro_inner .desc{width: 50%;}

/*store*/

.store{padding: 6vw 0;}
.store .iTit{font-size: 2.2vw;}
.store .iTxt{margin: 2vw 0;}
.img_List{margin-top: 3vw;}
.img_List ul li{width: 33.3%;padding: 5px;}
.img_List .part{display: block;width: 100%;}
.img_List img{width: 100%;}

.case{padding: 6vw 0;}
.caseItem{margin-bottom: 5vw;}

/*equipment*/

.equipment{width: 100%;}
.equipment .iImg{width: 100%;}
    .equipment .iImg img {
        max-height: 100px;
        max-width: 100%;
        width: auto;
    }
.equipment .warp{margin-top: 3vw;}
.equipment .warp .item{width: 50%;padding: 0 3vw;text-align: center;}
.equipment .warp .item .img{width: 100%;}
.equipment .warp .item .img img{max-width: 100%;}
.equipment .warp .item .desc{margin-top: 2vw;}
.equipment .warp .item .iTit2{margin-bottom: 2vw;}

.eqpList{width: 100%;margin-top: 3vw;}
.eqpList .item{margin-bottom: 3vw;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;width: 100%;}
.eqpList .img{width: 45%;text-align: center;}
.eqpList .img img{width: auto;max-width: 100%;}
.eqpList .desc{width: 50%;}
.eqpList .iTit2{margin-bottom: 2vw;}
.eqpList .iTxt{}

/*technical*/

.technical{width: 100%;}
.technical .item{margin-bottom: 3vw;}
    .technical .iTit2 {
        font-size: 38px;
        margin-bottom: 1vw;
    }
.technical .iTxt{margin-bottom: 2vw;text-align: center;}
.technical .list{width: 80%; margin: 0 auto;}
.technical .list ul{display: flex;justify-content: center;}
.technical .list ul li{width: auto;flex: 1;padding: 5px;}
.technical .list .img{width: 100%;height: 100%;}
.technical .list .img img{width: 100%;height: 100%;object-fit: cover;}

.case1{width: 100%;}
.case1 .img{margin: 3vw 0;text-align: center;}
.case1 .img img{max-width: 100%;width: auto;}
.case1 .iTxt{text-align: center;}

.case2{width: 100%;}
.case2 .innerTit{margin-bottom: 2vw;}
.case2 .innerTit img{vertical-align: middle;height: auto;max-height: 60px;}
.case2Item{margin-bottom: 5vw;}
.case2Item .list{margin-top: 3vw;}
.case2Item .list ul li{width: 50%; padding: 0 3%;margin-bottom: 2vw;text-align: center;}
.case2Item .list .img{width: 100%;text-align: center;}
.case2Item .list .img img{width: auto;max-width: 100%;}
.case2Item .list .desc{margin-top: 2vw;}
.case2Item .list .tit{font-size: 2vw;color: #333;font-weight: bold;}
.case2Item .list .txt{font-size: 1vw;color: #555;margin-top: 1vw;}
    .case2Item .list .txt p {
        line-height: 1.2;
    }
.case2 .case2Item:last-child{margin-bottom: 0;}

.case3 {
    width: 100%;
}

    .case3 .innerTit {
        margin-bottom: 2vw;
    }

        .case2 .innerTit img {
            vertical-align: middle;
            height: auto;
            max-height: 60px;
        }

.case3Item {
    margin-bottom: 5vw;
}

    .case3Item .list {
        margin-top: 3vw;
    }

        .case3Item .list ul li {
            width: 33.3333333%;
            padding: 0 3%;
            margin-bottom: 2vw;
            text-align: center;
        }

        .case3Item .list .img {
            width: 100%;
            text-align: center;
        }

            .case3Item .list .img img {
                width: auto;
                max-width: 100%;
            }

        .case3Item .list .desc {
            margin-top: 2vw;
        }

        .case3Item .list .tit {
            font-size: 2vw;
            color: #333;
            font-weight: bold;
        }

        .case3Item .list .txt {
            font-size: 1vw;
            color: #555;
            margin-top: 1vw;
        }

.case2 .case3Item:last-child {
    margin-bottom: 0;
} 


/*about2*/

.about2Warp{width: 100%;margin-top: 3vw;}
.about2Warp .item{width: 33.3334%;}
.about2Warp .part{width: 100%;height: 100%;padding: 2vw;text-align: center;background: #a5232b;color: #fff;}
.about2Warp .part .icon{}
.about2Warp .part .icon img{max-width: 100%;}
.about2Warp .part .tit{margin: 2vw 0;font-size: 2vw;}
.about2Warp .part .txt{font-size: 1.32vw;line-height: 1.8;font-weight: 300;}

.about2Warp .item:nth-child(2) .part{background: #bc434c;}
.about2Warp .item:nth-child(3) .part{background: #f3767e;}

.inside{padding: 6vw 0;overflow: hidden;}
.inside img{max-width: 100%;}


@media only screen and (max-width: 1920px) {
.wapper{ width: 1200px; margin:0 auto;}
.mMenu ul li a{padding: 1vw;}

}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 20px;}
.menu a{font-size: 16px;padding: 0 16px;}
.language a img{width: 35px;}
.headList .logo img{max-height: 45px;}
.iTit{font-size: 32px;}
.iTxt{font-size: 20px;}


.fEwm .ewm{margin-right: 5%;width: 26%;}
.i1Warp .iTxt strong{font-size: 32px;}
.i1List .tit{font-size: 20px;}
.i1List .tit strong{font-size: 32px;}
.i1List .tit2{font-size: 20px;}
.i1More{margin-top: 60px;}
.i1More a img{max-height: 18px;position: relative;top: -5px;}
.i2List ul li{padding: 0 35px;}
.i3Warp .part .tit span{font-size: 16px;}
.fTxt{font-size: 16px;}
.fAddr h3{font-size: 20px;}

.about2Warp .part{padding: 35px;}
.about2Warp .part .tit{margin: 20px 0;font-size: 28px;}
.about2Warp .part .txt{font-size: 20px;}
.abo3List .panel .swiper-button-next{right: 10px;}
.abo3List .panel .swiper-button-prev{left: 10px;}
.abo1List .tit{font-size: 32px;}
.abo1List .txt{font-size: 16px;}
.pro_inner .tit{margin: 15px 0;font-size: 20px;}
.pro_inner .txt{font-size: 16px;}
.store .iTit{font-size: 26px;}
.pro_tit span{width: 200px;height: 60px;font-size: 26px;border-radius: 30px 0 30px 0;}



}

@media only screen and (max-width: 980px) {
.wapper{width: 100%;max-width: 780px;padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.iTit{font-size: 32px;}
.iTxt{font-size: 16px;}
.language{padding: 10px 20px;}

.index1{padding: 60px 0;}
.i1Warp .desc{width: 100%;margin-bottom: 20px;}
.i1Warp .img{width: 100%;}
.i1Warp .iTxt{margin: 15px 0;}
.i1Warp .iTxt strong{font-size: 26px;}
.i1List ul li{width: 50%;padding: 20px 10px;}
.i1More a{font-size: 20px;}
.i1More a img{max-height: 12px;}

.i2Top .iTit1{font-size: 32px;}
.i2Top .line{margin: 10px auto;width: 100px;height: 3px;}
.i2Top .iTit{font-size: 16px;}
.i2List ul li{width: 100%;padding: 0;margin-bottom: 20px;}
.i2List .part .img{height: auto;}
.i2List .part .tit{font-size: 16px;}
.i2List .part .desc{padding-bottom: 10px;}
.i3Warp .part .tit i{width: 30px;}
.i3Warp .part .tit span{font-size: 16px;}
.i3Warp .part .icon{font-size: 16px;text-align: right;}
.i3Warp .part .icon img{height: 12px;}

.footer{padding: 60px 0;font-size: 14px;}
.fWarp .left{width: 100%;}
.fTit{font-size: 28px;text-align: center;}
.fTxt{margin: 15px 0;font-size: 16px;text-align: center;}
.fEwm{margin: 15px 0;}
.fEwm .ewm{width: 33.3%;margin: 0;padding: 0 10px;font-size: 14px;}

.fWarp .right{width: 100%;text-align: left;}
.fLogo{margin-bottom: 20px;text-align: center;}
.fAddr{margin-top: 20px;font-size: 16px;}
.fAddr h3{font-size: 20px;}

.inside{padding: 60px 0;}
.about2Warp{flex-wrap: wrap;margin-top: 60px;}
.about2Warp .item{width: 100%;}

.about1 .left{width: 100%;margin-bottom: 20px;}
.abo1List{flex-direction: row;flex-wrap: wrap;}
.abo1List .item{width: 50%;padding: 20px 10px;}
.about1 .right{width: 100%;text-align: center;}
.about1 .img img{width: auto;max-width: 100%;}

.about{padding: 60px 0;}
.about2{margin-top: 60px;}
.about3{margin-top: 60px;}
.about4{margin-top: 60px;}
.about5{margin-top: 60px;}

.innerTit {font-size: 26px;flex-wrap: wrap;margin-bottom: 20px;}
.innerTit span{display: block;width: 100%;margin: 10px 0;}
.innerTit i img{width: 16px;}
.innerTop .icon{display: none;}
.mMenu ul li a{padding: 10px 15px;font-size: 14px;padding-bottom: 20px;}
.mMenu ul li a i{bottom: 5px;}
.iTit2{font-size: 24px;}

.iTxt2{font-size: 16px;}
.abo2List{margin-top: 30px;}
.abo2List ul li{width: 50%;padding: 10px;}
.abo3Tab .year span{font-size: 22px;}
.abo3Panel .part .txt{font-size: 16px;}

.case2Item .list ul li{margin-bottom: 20px;}
.case2Item .list .desc{margin-top: 20px;}
.case2Item .list .tit{font-size: 20px;}
.case2Item .list .txt{font-size: 16px;margin-top: 20px;}

.equipment .warp .item{width: 100%;padding: 20px 0;}
.equipment .warp .item .iTit2{margin-bottom: 20px;}
.eqpList .item{margin-bottom: 50px;}
.eqpList .img{width: 100%;margin-bottom: 20px;}
.eqpList .desc{width: 100%;}
.eqpList .iTit2{margin-bottom: 20px;}

.case{padding: 60px 0;}
.caseItem{margin-bottom: 50px;}
.img_List{margin-top: 30px;}
.img_List ul li{width: 50%;}

.pro_item{margin-bottom: 60px;}
.pro_warp .left{width: 100%;margin-bottom: 20px;}
.pro_warp .right{width: 100%;}
.technical .iTxt{margin-bottom: 25px;}
.technical .item{margin-bottom: 50px;}

.pro_list_2 .pro_inner .img{width: 45%;}


}

@media only screen and (max-width: 680px) {
.pro_tab .part .img{width: 50px;height: 50px;}
.pro_tab .part .tit{font-size: 16px;margin-top: 10px;}
.pro_inner .img{width: 100%;margin-bottom: 20px;text-align: center;}
.pro_inner .img img{max-width: 260px;}
.pro_inner .desc{width: 100%;}
.img_List ul li{width: 100%;}
.pro_list_2 .pro_warp .left{width: 100%;}
.pro_list_2 .pro_warp .right{width: 100%;}
.pro_list_2 .pro_inner .img{width: 42%;}
.pro_inner .img img{max-width: 100%;}

.mMenu ul li a{padding: 6px 10px;font-size: 12px;padding-bottom: 12px;}
.mMenu ul li a i{bottom: 2px;}

.product .innerTit{margin-bottom: 15px;}
.product .iLine img{width: 45%;}

}