/*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:#222;}
body.active{overflow:hidden}
a{color:#222;transition: 0.3s;}
a:hover{ color: #bd0102; 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:1640px; margin:0 auto;padding: 0 10px;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #9b0837;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-222: #222;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.headTop{padding:10px 0;}

.header {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(0deg, #bd0102, #000000);
    transition: 0.3s;
}
.header.active.fixed{top: 0;}
.header.fixed{top: -100%;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 85px;}
.headList .logo{display: block;padding: 0 60px;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height:85px;line-height:85px;}
.menu ul li{ float:left; position:relative;}
    .menu ul li dl {
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0;
        top: 85px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
        display: none;
        z-index: 9;
        min-width: max-content;
    }
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;text-align: left;padding: 0 20px;display: flex;justify-content: space-between;align-items: center;}
.menu ul li dl dd a:hover{ color: #bd0102;}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;}
a.menu_hover{color: rgba(255,255,255,0.8);}
.menu span a{font-weight: bold;}
.menu span a:hover{color: rgba(255,255,255,0.8);}

.menu ul li dl dd dl{left: 100%;top: 0;display: none;}
.menu ul li dl dd:hover dl{display: block;}

.hRight{height: 85px;}
.hTalk {margin-right: 25px;}
.hTalk a{display: block;padding: 20px 24px;line-height: 1;background: var(--main-color-222);color: #fff;font-size: 16px;font-weight: bold;}
.hTalk a img{vertical-align: middle;margin-left: 10px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.hTalk a:hover{background: #fff;color: #bd0102;}
.hTalk a:hover img{filter: none;}

.hLine{width: 1px;height: 100%;background: #ffffff80;}
.searchBtn{display: block;width: auto;height: 100%;padding: 35px;cursor: pointer;color: #fff;font-size: 20px;display: flex;justify-content: center;align-items: center;}


.languageBtn{padding: 0 25px;color: #fff;cursor: pointer;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;height: 100%;}
.languageBtn span{margin-left: 20px;}
.languageBtn span img{vertical-align: middle;}
.languageBtn i{transition: 0.3s;position: relative;font-size: 26px;}
.languageBtn:hover i{transform: translateX(-10px);} 

.hMenuBtn{width: 85px;height: 85px;display: flex;justify-content: center;align-items: center;color: #fff;position: relative;}
.hMenuBtn .sp_nav1{display: block;margin-top: 10px;}
.hMenuBtn .sp_nav1 span{background: #fff;}

.hMenuBtn2{width: 85px;height: 85px;display: flex;justify-content: center;align-items: center;color: #fff;position: relative;}
.hMenuBtn2 .sp_nav1{display: block;margin-top: 10px;}
.hMenuBtn2 .sp_nav1 span{background: #fff;}

body.active1{overflow: hidden;}
body.active1 .header{background: #222;border-bottom: 1px solid #444;}
body.active1 .header .hTalk a{background: #bd0102;}
body.active1 .header .searchBtn{background: #bd0102;}

body.active2{overflow: hidden;}
body.active2 .header{background: #222;border-bottom: 1px solid #444;}
body.active2 .header .hTalk a{background: #bd0102;}
body.active2 .header .searchBtn{background: #bd0102;}

body.active3{overflow: hidden;}
body.active3 .header{background: #222;border-bottom: 1px solid #444;}
body.active3 .header .hTalk a{background: #bd0102;}
body.active3 .header .searchBtn{background: #bd0102;}

body.active4{overflow: hidden;}
body.active4 .header{background: #222;border-bottom: 1px solid #444;}
body.active4 .header .hTalk a{background: #bd0102;}
body.active4 .header .searchBtn{background: #bd0102;}

body.active5{overflow: hidden;}
body.active5 .header{background: #222;border-bottom: 1px solid #444;}
body.active5 .header .hTalk a{background: #bd0102;}
body.active6 .header .searchBtn{background: #bd0102;}

/*tanchuang*/

.headTcPanel{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: #222;z-index: 998;padding-top: 85px;display: none;}
.headTcPanel.active{display: block;}
.headTcPanel>.box{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}

.telPanel .warp{width: 100%;height: 100%;overflow: hidden;overflow-y: auto;}
.otherTxt::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}/*下拉条样式隐藏*/
/*滚动条样式*/
.otherTxt::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.otherTxt::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.otherTxt::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.telPanel .telPanelWarp{width: 100%;max-width: 620px;padding: 0 10px;margin: 0 auto;padding-top: 15%;}
.telPanel .telPanelWarp .title{color: #fff;color: #fff;font-weight: bold;font-size: 40px;margin-bottom: 30px;text-align: center;}
.telPanel .layui-form p{color: #8b8b8b;font-size: 12px;display: block;margin-bottom: 5px;}
.telPanel .telTab{position: relative;}
.telPanel .telTab dt{width: 100%;height: 60px;border: 1px solid #8b8b8b;background: #222;color: #fff;}
.telPanel .telTab dt .tit{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;padding: 0 20px;font-size: 16px;cursor: pointer;}
.telPanel .telTab dt.on .tit i:before{content: "\f106";}
.telPanel .telTab dd{position: absolute;left: 0;top: 60px;width: 100%;border: 1px solid #8b8b8b;border-top: none;padding: 10px 0;height: 155px;overflow: hidden;overflow-y: auto;background: #222;z-index: 9;display: none;}
.telPanel .telTab ul li{width: 100%;height: 35px;line-height: 35px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;font-size: 16px;color: #fff;padding: 0 20px;cursor: pointer;}
.telPanel .telTab ul li.on{background: #8b8b8b;}
.telPanel .telTab ul li:hover{background: #8b8b8b;}


.headFormSlide{width: 100%;margin-top: 5vw;padding: 0 70px;}
.headFormSlide .item{display: none;}
.headForm{width: 100%;}
.headForm ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.headForm ul li{width: 48%;margin-bottom: 40px;}
.headForm ul li.w100{width: 100%;}
.headForm input,
.headForm textarea{width: 100%;height: 60px;background: #222222;border: 1px solid #8b8b8b;padding: 0 10px;font-size: 16px;color: #8b8b8b;}
.headForm input:placeholder,
.headForm textarea:placeholder{color: #8b8b8b;}
.headForm textarea{height: 80px;padding: 10px;}
.headForm .btn{text-align: center;}
.headForm button{width: 120px;height: 35px;border: 1px solid #8b8b8b;color: #222;background: #fff;}
.headForm button:hover{background: transparent;color: #fff;}

.searchPanel .warp{width: 100%;max-width: 780px;padding: 0 20px;}
.searchPanel .warp .tit{color: #fff;font-weight: 700;margin-bottom: 75px;text-align: center;font-size: 32px;}
.searchPanel .search{width: 100%;height: 80px;background: #fff;position: relative;}
.searchPanel .search input{width: 100%;height: 100%;padding: 0 220px 0 30px;height: 100%;position: absolute;left: 0;top: 0;background: transparent;outline: none;font-size: 16px;color: #666;}
.searchPanel .search button{position: absolute;top: 0;right: 0;width: 200px;height: 100%;background: #bd0102;border: none;color: #fff;font-size: 16px;}
.searchPanel .search button i{margin-left: 10px;font-size: 20px;}

.languageTc .warp{width: 100%;padding: 0 60px;height: 100%;display: flex;flex-direction: column;}
.languageTc .title{padding: 30px 0;border-bottom: 1px solid #444;color: #fff;font-size: 18px;}
.languageTc .title strong{font-weight: bold;font-size: 32px;display: inline-block;margin-right: 20px;}
.languageTc .title img{vertical-align: middle;margin-right: 20px;}
.languageWarp{width: 100%;display: flex;flex: 1;}
.languageWarp .list{width: 50%;border-right: 1px solid #444;padding: 50px;padding-left: 0;}
.languageWarp .list ul li{margin: 25px 0;}
.languageWarp .list a{font-size: 24px;color: #8b8b8b;display: block;position: relative;}
.languageWarp .list a:hover{color: #fff;padding-left: 30px;}
.languageWarp .list a:hover:before{position: absolute;width: 16px;height: 16px;background: url(../images/icon-Line1.png) center no-repeat;background-size: contain;content: "";left: 0;top: 18px;}

.hMenuPanel{width: 100%;}
.hMenuWarp{width: 100%;height: 100%;display: flex;justify-content: space-between;}
.hMenuWarp .left{width: 50%;border-right: 1px solid #444;padding: 50px;position:relative; padding-top:100px;}
.hMenuWarp .list{width:33%;}
.hMenuWarp .list>ul>li{margin: 15px 0;}
.hMenuWarp .list>ul>li>a{font-size: 28px;color: #8b8b8b;display: block;position: relative;font-weight: bold; padding:10px 0; padding-right:20px;}
.hMenuWarp .list>ul>li:hover>a{color: #fff;padding-left: 30px;}
.hMenuWarp .list>ul>li:hover>a:before{position: absolute;width: 16px;height: 16px;background: url(../images/icon-Line1.png) center no-repeat;background-size: contain;content: "";left: 0;top: 18px;}
.hMenuWarp .list>ul>li dl{position:absolute; top: 100px;width:33%;height:100%; display:none; left:33%;}
.hMenuWarp .list>ul>li dl dd{width:100%;margin: 15px 0;}
.hMenuWarp .list>ul>li dl dd a{display:block; padding:10px 0; font-size:22px; color:#8b8b8b;}
.hMenuWarp .list>ul>li dl dd dl{ position:absolute; top: 0; left: 66%; display:none; width:100%; padding:0 20px}
.hMenuWarp .list>ul>li dl dd dl a{font-size:22px; }

.hMenuWarp .list>ul>li dl dd a:hover{color:#fff;}
.hMenuWarp .list>ul>li:hover>dl{display:block;}
.hMenuWarp .list>ul>li dl dd:hover dl{display:block;}



.hMenuWarp .right{width: 50%;overflow: hidden;overflow-y: auto;height: 100%;}
.hMenuWarp .list2{width: 100%;height: 100%;}
.hMenuWarp .list2 ul{width: 100%;height: 100%;}
.hMenuWarp .list2 ul li{width: 100%;height: 33.3%;}
.hMenuWarp .list2 .part{display: flex;justify-content: space-between;position: relative;width: 100%;height: 100%;}
.hMenuWarp .list2 .part .desc{width: 50%;padding: 50px;}
.hMenuWarp .list2 .part .img{width: 50%;}
.hMenuWarp .list2 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.hMenuWarp .list2 .part .conBtn{position: absolute;right: 50px;bottom: 50px;}
.hMenuWarp .list2 .part .tag{color: #fff;font-weight: bold;font-size: 14px;}
.hMenuWarp .list2 .part .t1{color: #8b8b8b;font-size: 21px;line-height: 1.2;margin-top: 20px;}

/*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_nav{position:fixed;z-index: 998;background:#222;width:100%;height:calc(100% - 85px);font-size:14px;line-height:40px;top:85px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;padding: 30px 25px;box-sizing: border-box;}
.nav_show{right: 0;}
.sjj_nav ul li a{color: #fff;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;color: #fff;}
.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 #444 solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}

.sjj_nav2{position:fixed;z-index:9;background:#222;width:100%;height:calc(100% - 85px);font-size:14px;line-height:40px;top:85px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;padding: 30px 15px;box-sizing: border-box;}
.sjj_nav2Show{right: 0;}

.ToSjjNav{width: 100%;line-height: 40px;}
.ToSjjNav .ToSjjNavBtn{color: #fff;font-size: 16px;padding: 0;display: inline-block;}
.ToSjjNav .ToSjjNavBtn .icon{padding-right: 10px;}

.mMenuTitle{color: #fff;font-size: 20px;font-weight: bold;padding: 10px 0;border-bottom: 1px solid #444;}

.mMList2{width: 100%;}
.mMList2 ul{display: flex;flex-wrap: wrap;padding: 40px 0;}
.mMList2 ul li{width: 33.3%;margin: 1% 0;border: none;line-height: 0;}
.mMList2 .part{display: block;width: 100%;text-align: center;}
.mMList2 .part .img img{width: 60px;}
.mMList2 .part .txt{color: #666666;font-size: 16px;}

.mMList1{width: 100%;padding: 10px 0 20px 0;}
.mMList1 ul li{border-bottom: 1px solid #444;line-height: normal;}
.mMList1 ul li a{color:#fff;width:100%;padding: 0;display: block;box-sizing: border-box;line-height: 30px;padding: 10px 0;}
.mMList1 ul li dl{display:none;border-top: 1px solid #444;padding: 0 20px;box-sizing: border-box;}
.mMList1 ul li .title{padding: 10px 0; font-weight: bold;font-size: 14px;color: #fff;}
.mMList1 ul li dl dd{border-bottom: 1px solid #444;padding: 2px 0;}
.mMList1 ul li dl dd:last-child{border: none;}
.mMList1 ul li dl dd a{color:#fff;display:block;text-align:left;font-size: 14px;padding: 0;border: none;}
.mMList1Btn{top: 12px !important;}
.mMList1Btn.active:before{content: "\f106";}

.hTalk2{display: flex;align-items: center;}
.hTalk2 a{display: block;padding: 20px 0;display: flex;align-items: center;color: #fff;font-size: 16px;}
.hTalk2 a .icon{margin-right: 10px;display: block;padding: 5px 10px;background: #bd0102;}
.hTalk2 a img{vertical-align: middle;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

/*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;}
.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: 50px;font-weight: bold;color: var(--main-color-222);}
.iTxt{font-size: 20px;color:  var(--main-color-222);}
.iLine{}
.iMore a {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #bd0102;
    color: #bd0102;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}
.iMore a:hover{color:#bd0102;}
.iMore a:before{position: absolute;right: -1px;bottom: 0;width: 3px;height: 14px;background: #bd0102;content: "";transition: 0.3s;}
.iMore a:after{position: absolute;bottom: -1px;right: 0;width: 14px;height: 3px;background: #bd0102;content: "";transition: 0.3s;}

.iMore a:hover:before{width: 6px;height: 20px;}
.iMore a:hover:after{width: 20px;height: 6px;}

.conBtn .btn {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
}
.conBtn .btn:before{position: absolute;right: -1px;bottom: 0;width: 3px;height: 14px;background: #fff;content: "";transition: 0.3s;}
.conBtn .btn:after{position: absolute;bottom: -1px;right: 0;width: 14px;height: 3px;background: #fff;content: "";transition: 0.3s;}
.conBtn .btn:hover:before{width: 6px;height: 20px;}
.conBtn .btn:hover:after{width: 20px;height: 6px;}
.part:hover .conBtn .btn:before{width: 6px;height: 20px;}
.part:hover .conBtn .btn:after{width: 20px;height: 6px;}
.iTop1{width: calc(100% - 6.94444vw);margin: 0 auto;}

.iMore2.iMore a{color: #fff;border-color: #fff;}
.iMore2.iMore a:before,
.iMore2.iMore a:after{background: #fff;}
.iImg img{width: auto;max-width: 100%;}
.iTag{font-size: 16px;color: #222;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;/*height: 100vh;*/padding-top: 85px;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #bd0102;width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.banner .bannerVideo{width: 100%;height: 100%;font-size: 0px;overflow: hidden;}
.banner .bannerVideo p{width: 100%;height: 100%;font-size: 0px;display: block;padding: 0;}
.bannerVideo video{width: 100%;height: 100%;object-fit: cover;}

.banTop{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;z-index: 9;padding: 0 90px;}
.banTop .desc{color: #fff;max-width: 850px;}
    .banTop .t1 {
        font-weight: bold;
        line-height: 2;
        font-size: 40px;
    }
    .banTop .t2 {
        font-size: 38px;
        line-height: 1.5;
        font-weight: 700;
    }
.banTop .img{width: 100%;margin-top: 30px;}
.banTop .img img{width: auto;max-width: 100%;max-height: 70px}

.index1{width: 100%;padding-bottom: 100px;}
.i1Top{padding: 125px 0 150px;}
.i1Top .left{flex: 1;padding: 0 15px;}
.i1Top .right{width: 30%;padding: 0 15px;padding-top: 70px;}
.i1Txt{padding-left: 35px;position: relative;font-size: 16px;color: var(--main-color-222);}
.i1Txt:before{position: absolute;width: 16px;height: 16px;background: url(../images/icon-Line1.png) center no-repeat;background-size: contain;content: "";left: 0;top: 10px;}

.i1List{width: 100%;padding: 100px 0 200px;}
.i1List ul li{width: 33.3%;}
.i1List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i1List .part:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;content: "";z-index: 2;}
.i1List .part .img{width: 100%;height: 100%;}
.i1List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i1List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;padding: 50px;z-index: 9;}
.i1List .part .numb{color: #fff;font-size: 14px;}
.i1List .part .tit{color: #fff;font-size: 25px;font-weight: bold;margin-top: 20px;}
.i1List .part .icon{position: absolute;right: 50px;bottom: 50px;z-index: 9;}
.i1List .part:hover .img img{transform: scale(1.1);}

.i1List ul li:nth-child(2) .part{top: 100px;}
.i1List ul li:nth-child(3) .part{top: 200px;}

.index2{width: 100%;padding-bottom: 7.29167vw;}
.index2 .iTop1{padding: 80px 0;}

.i2List{width: 100%;position: relative;}
.i2List .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;}
.i2List .part .img{width: 100%;height: 207px;overflow: hidden;}
    .i2List .part .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .i2List .part .desc {
        padding: 10px 15px 0px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.i2List .part .desc .tag{margin-bottom: 24px;font-size: 14px;}
.i2List .part .desc .t1{font-size: 25px;font-weight: bold;height: 60px;line-height: 30px;margin-bottom: 24px;}
.i2List .part .desc .txt{height: 44px;line-height: 22px;font-size: 16px;}
.i2List .part .desc .txt p{padding: 0;line-height: 22px;}
.i2List .part .desc .box{height: 80px;}
.i2List .part .desc .icon{display: flex;justify-content: flex-end;}

.i2List .part:hover .img img{transform: scale(1.1);}

    .i2List .i2Swiper .swiper-slide:nth-child(1) .part .desc {
        color: #fff;
    }
    .i2List .i2Swiper .swiper-slide:nth-child(1) .part .conBtn .btn {
        color: #bd0102;
        border-color: #bd0102
    }
        .i2List .i2Swiper .swiper-slide:nth-child(1) .part .conBtn .btn:before,
        .i2List .i2Swiper .swiper-slide:nth-child(1) .part .conBtn .btn:after {
            background: #bd0102;
        }

.i2List .i2Swiper .swiper-button-next, .i2List .i2Swiper .swiper-button-prev{background: #fff;border: 1px solid #ddd;width: 60px;height: 60px;}
.i2List .i2Swiper .swiper-button-next{right: -20px;}
.i2List .i2Swiper .swiper-button-prev{left: -20px;}
.i2List .i2Swiper .swiper-button-next:after, .i2List .i2Swiper .swiper-button-prev:after{font-size: 20px;color: #bd0102;}
.i2List .swiper-button-next.swiper-button-disabled, .i2List .swiper-button-prev.swiper-button-disabled{opacity: 1;cursor: auto;pointer-events: auto;}

.index3{width: 100%;padding-bottom: 0;}
.i3Warp{width: 100%;}
    .i3Warp .desc {
        width: 100%;
        background: linear-gradient( 0deg, #bd0102, #000000);
        padding: 7.29167vw;
        color: #fff;
    }
.i3Warp .img{width: 50%;position: relative;top: 100px;}
.i3Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.i3Warp .t1{font-size: 16px;}
.i3Warp .t1{font-size: 16px;}
.i3Warp .t1{font-size: 16px;}

.index4{width: 100%;margin: 50px 0;}
.i4List{width: 100%;overflow: hidden;}
.i4List ul li{width: 25%;}
.i4List .part{display: block;width: 100%;position: relative;height: 100%;}
.i4List .part:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.1;content: "";z-index: 2;}
.i4List .part .img{width: 100%;height: 100%;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;padding: 45px;z-index: 9;}
.i4List .part .numb{color: #fff;font-size: 14px;}
.i4List .part .tit{color: #fff;font-size: 25px;font-weight: bold;margin-top: 20px;}
.i4List .part .icon{position: absolute;right: 45px;bottom: 45px;z-index: 9;}
.i4List .part:hover .img img{transform: scale(1.1);}

.index5 {
    margin: 0 100px 100px;
}
.index5 .iTop1{padding: 100px 0 0;}
.i5More{margin-top: 60px;text-align: right;}
.i5More a{color: var(--main-color-222);font-size: 16px;display: inline-block;}
.i5More a i{font-size: 20px;padding-left: 10px;}
.i5More a:hover{transform: scale(1.1);}

.i5Warp{width: 100%;}
.i5Warp .item{width: 50%;}
.i5Warp .right .part{display: block;width: 100%;position: relative;height: 100%;}
.i5Warp .right .part:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.1;content: "";z-index: 2;}
.i5Warp .right .part .img{width: 100%;height: 100%;}
.i5Warp .right .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;padding: 45px;z-index: 9;}

.i5List{width: 100%;}
.i5List .part{display: flex;justify-content: space-between;flex-wrap: wrap;}
.i5List .part .img{width: 50%;}
.i5Warp .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i5List .part .desc{width: 50%;padding: 40px;color: #222;position: relative;border: 1px solid #ddd;}
.i5Warp .part .tag{font-size: 14px;}
.i5Warp .part .tit{font-size: 25px;font-weight: bold;margin-top: 20px;}
.i5Warp .part .txt{font-size: 16px;margin-top: 20px;}
.i5Warp .part .icon{position: absolute;right: 40px;bottom: 40px;z-index: 9;}
.i5Warp .part:hover .img img{transform: scale(1.1);}

.i5Warp .left .row:nth-child(odd) .part .img{order: 1;}
.i5Warp .left .row:nth-child(odd) .part .desc{order: 0;}
.i5Warp .left .conBtn .btn {
    color: #bd0102;
    border-color: #bd0102;
}
    .i5Warp .left .conBtn .btn:before,
    .i5Warp .left .conBtn .btn:after {
        background: #bd0102;
    }

.index6{padding: 120px 0;}
.index6 .iTop1 .iTxt{max-width: 760px;margin-top: 3vw;}


.i6List{width: 100%;}
.i6List .swiper-slide{width: 410px;}
.i6List .part{display: block;width: 100%;height: 410px;padding: 30px;display: flex;flex-direction: column;justify-content: space-between;}
.i6List .part .t1{font-size: 4vw;font-weight: bold;color: #fff;}
.i6List .part .txt{font-size: 1.2vw;color: #fff;}
.i6List .swiper-slide:nth-child(2n) .part .t1{color: #bd0102;}
.i6List .swiper-slide:nth-child(2n) .part .txt{color: #bd0102;}
.i6List .swiper .swiper-button-next{right: 60px;}
.i6List .swiper .swiper-button-prev{left: 60px;}
.index6 .swiper-button-next,.index6 .swiper-button-prev{width: 60px;height: 60px;background: #fff;border: 1px solid #ddd;color: #bd0102;}
.index6 .swiper-button-next:after,.index6 .swiper-button-prev:after{font-size: 20px;}
.index6 .swiper-button-next.swiper-button-disabled, .index6 .swiper-button-prev.swiper-button-disabled{opacity: 1;cursor: auto;pointer-events: auto;}

.i6List .swiper-slide:nth-child(1){margin-left: 65px;}
.i6Btn .swiper-button-next,.i6Btn .swiper-button-prev{position: relative;top: auto;left: auto;right: auto;width: 45px;height: 45px;}


.index7{padding: 100px 0;}
.index8{padding: 100px 0;}
.index8 .iImg img{width: 100%;}

.footer{padding: 20px 0;font-size: 14px;color: #222;}
.fLogo img{width: auto;height: auto;max-height: 45px;}
.fShare span{font-size: 16px;}
.fShare span img{width: 30px;margin-right: 10px;vertical-align: middle;}
.fShare a{display: inline-block;margin-left: 10px;color: #222;}
.fShare a i{font-size: 20px;color: #222;margin-left: 5px;}
.fShare a:hover{color: #000;}

/*tongtu*/
.tongtu{width: 100%;/*height: 100vh;*/position: relative;overflow: hidden;}
.tongtu .img{width: 100%;height: 100%;}
    .tongtu .img img {
        width: 100%;
        /*height: 100%;*/
        /*object-fit: contain;*/
    }
.tongtu .imgTop2{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;z-index: 9;}
.tongtu .imgTop2 .wapper{max-width: 1480px;}
.tongtu .imgTop2 .tit{font-size: 16px;margin-bottom: 20px;}
.tongtu .imgTop2 .iTit{font-size: 67px;}
.tongtu .imgTop2 .iTxt{max-width: 50%;margin-left: auto;margin-top: 50px;text-align: left;font-size: 16px;}
.tongtu .imgTop1{position: absolute;left: 0;top: 85px;width: 100%;padding: 20px 0;}
.current a{color: #fff;font-size: 14px;}
.current a:after{content: "•";margin: 0 5px;vertical-align: middle;}
.current a:last-child:after{display: none;}

.engineering{width: 100%;}
.enginerList{width: 100%;}
.enginerWarp{padding: 80px 0;}
.enginerWarp .desc{width: 50%;}
.enginerWarp .img{width: 42%;}
.enginerWarp .img img{width: 100%;}
.enginerWarp .iTxt{margin-top: 20px;}
.enginerWarp .txt{font-size: 16px;color: #222;margin-top: 20px;}
.enginerList .enginerWarp:nth-child(2n) .img{order: 0;}
.enginerList .enginerWarp:nth-child(2n) .desc{order: 1;}

.mainMenu{position: fixed;left: 50%;transform: translateX(-50%);width: 100%;max-width: 1280px;bottom: 20px;z-index: 99;transition: 0.3s;}
.mainMenu.active{bottom: -100%;opacity: 0;visibility: hidden;}
.mainMenu ul{background: #fff;box-shadow: var(--main-shadow);}
.mainMenu ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.mainMenu ul li{ float:left; position:relative;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;float: left\0;height: 50px;line-height: 50px;text-align: center;}
.mainMenu ul li a{font-size: 16px;color: #222;position: relative;display: block;}
.mainMenu ul li a:after{position: absolute;left: 0;bottom: 0;background: #bd0102;width: 100%;height: 5px;content: "";opacity: 0;}
.mainMenu ul li a.active:after{opacity: 1;}

/*news*/

.news{width: 100%;padding: 100px 0;}
.news .iTop1{margin-bottom: 100px;}
.newsMenu{width: 100%;position: relative;left: 0;background: #fff;border-bottom: 1px solid #ddd;z-index: 99999;padding: 0 60px;}
.newsMenu ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.newsMenu ul li{ float:left; position:relative;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;float: left\0;height: 85px;line-height: 85px;text-align: center;}
.newsMenu ul li a{font-size: 30px;color: #222;position: relative;display: block;opacity: 0.8;font-weight: bold;}
.newsMenu ul li a span{font-size: 16px;font-weight: normal;vertical-align: super;}
.newsMenu ul li a:after{position: absolute;left: 0;bottom: 5px;background: #bd0102;width: 100%;height: 5px;content: "";opacity: 0;}
.newsMenu ul li.active a{opacity: 1;}
.newsMenu ul li.active a:after{opacity: 1;}
.newsMenu.fixed{position: fixed;top: 0;}

.newsList{width: 100%;margin-top: 100px;}
.newsList ul li{width: 33.3%;}
.newsList .part{display: block;width: 100%;height: 100%;background: #fff;border: 1px solid #ddd;}
.newsList .part .img{width: 100%;height: 320px;overflow: hidden;}
.newsList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newsList .part .desc{position: relative;padding: 32px;}
.newsList .part .top{font-size: 14px;color: #222;font-weight: bold;}
.newsList .part .top .time{font-weight: normal;}
.newsList .part .top i{display: inline-block;margin: 0 5px;font-weight: normal;}
.newsList .part .t1{margin-top: 24px;font-size: 25px;color: #222;font-weight: bold;height: 60px;line-height: 30px;}
.newsList .part .txt{font-size: 16px;color: #222;margin-top: 20px;}
.newsList .part .icon{display: flex;justify-content: flex-end;margin-top: 20px;}
    .newsList .part .conBtn .btn {
        color: #bd0102;
        border-color: #bd0102;
    }
        .newsList .part .conBtn .btn:after,
        .newsList .part .conBtn .btn:before {
            background: #bd0102;
        }
.newsList .part:hover .img img{transform: scale(1.1);}

.news2{padding: 100px 0;}
.news2 .iTit{font-size: 35px;font-weight: normal;}
.news2List{max-width: 1280px;padding: 0 15px;margin: 0 auto;margin-top: 60px;}
.news2List ul li{width: 33.3%;}
.news2List .part{display: block;width: 100%;height: 100%;background: #f0f0f0;border: 1px solid #fff;}
.news2List .part .img{width: 100%;height: 210px;overflow: hidden;}
.news2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.news2List .part .desc{position: relative;padding: 32px;}
.news2List .part .box{min-height: 260px;}
.news2List .part .tag{font-size: 14px;color: #222;text-transform: uppercase;}
.news2List .part .t1{margin-top: 24px;font-size: 25px;color: #222;font-weight: bold;}
.news2List .part .icon{display: flex;justify-content: flex-end;margin-top: 20px;}
.news2List .part .conBtn .btn{color: #222;border-color: #222;}
.news2List .part .conBtn .btn:after,
.news2List .part .conBtn .btn:before{background: #bd0102;}
.news2List .part:hover .img img{transform: scale(1.1);}

.newDetail{width: 100%;padding: 100px 0;}
.newDetail .title{text-align: center;font-size: 28px;color: #222;font-weight: bold;}
.newDetail .info{text-align: center;font-size: 16px;color: #222;margin-top: 24px;border-bottom: 1px solid #ddd;margin-bottom: 24px;padding-bottom: 24px;}
.newDetail .desc{font-size: 16px;color: #222;margin-top: 10px;overflow: hidden;}
.newDetail .desc img{width: auto;max-width: 100%;}

.prod1Page{margin-top: 60px;}
.prod1Page .box{width: 48%;background: rgba(245,245,245,1);padding: 0 20px;height: 50px;line-height: 50px;display: flex;align-items: center;}
.prod1Page .box span{display: inline-block;width: 80px;font-size: 14px;color: #666;}
.prod1Page .box a{color: #212121;flex: 1;font-size: 16px;}
.prod1Page .box a:hover{color: #000;}

/*about*/

.about1{width: 100%;margin: 80px 0;}
.abo1Warp{width: 100%;}
.abo1Warp .img{width: 42%;}
.abo1Warp .img img{width: 100%;}
.abo1Warp .desc{width: 50%;}
.abo1Warp .desc .txt{font-size: 16px;}

.abo1Warp2{margin-top: 100px;}
.abo1Warp2 .img{order: 0;}
.abo1Warp2 .desc{order: 1;}

.about2{padding: 150px 0 120px;width: 100%;background-size: cover;background-repeat: no-repeat;}
.about2 .desc{text-align: center;max-width: 780px;margin: 0 auto;}

.about3{padding-top: 100px;position: relative;}
.about3:before{position: absolute;left: 0;top: 0;width: 100%;height: 50%;background: #222;content: "";}
.about3 .index3{position: relative;z-index: 9;}
.about3 .index3 .i3Warp .desc{background: #7d8284;}

.comPad{padding: 100px 0;}
.abo4Warp{width: 100%;}
.abo4Warp .left{width: 46%;}
.abo4Warp .right{width: 46%;padding-top: 150px;}

.abo4List{width: 100%;border-top: 1px solid #ddd;}
.abo4List ul li{border-bottom: 1px solid #ddd;}
.abo4List .tab{width: 100%;padding: 20px 0;display: flex;justify-content: space-between;align-items: center;padding-left: 35px;position: relative;cursor: pointer;}
.abo4List .tab:before{position: absolute;width: 16px;height: 16px;background: url(../images/icon-Line1.png) center no-repeat;background-size: contain;content: "";left: 0;top: 50%;transform: translateY(-50%);}
.abo4List .tab .year{font-size: 24px;font-weight: bold;}
.abo4List .tab i{font-size: 24px;color: #666;}
.abo4List .panel{display: none;}
.abo4List .panel.active{display: block;}
.abo4List .panel .txt{font-size: 18px;padding: 20px 0;padding-left: 35px;}

/*products*/
.product1{width: 100%;}
.pro1Item{width: 100%;padding: 50px 0;}
.pro1Item .img{width: 42%;}
.pro1Item .img img{width: 100%;}
.pro1Item .desc{width: 50%;}
.pro1List .pro1Item:nth-child(even) .img{order: 0;}
.pro1List .pro1Item:nth-child(even) .desc{order: 1;}

.product2{width: 100%;padding: 60px 0;}
.pro2List{padding-top: 100px;}
.pro2List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.pro2List .part .img{width: 100%;height: 100%;position: absolute;top: 0;right: 0;transition: 0.3s;}
.pro2List .part .img img{width: 100%;height: 100%;}
.pro2List .part .imgTop{width: 100%;height: 100%;background: transparent;padding: 40px;display: flex;flex-direction: column;justify-content: space-between;position: relative;z-index: 9;transition: 0.3s;}
.pro2List .part .imgTop .t1{color: #fff;font-size: 25px;font-weight: bold;transition: 0.3s;}
.pro2List .part .imgTop .icon img{width: 55px;}
.pro2List .part .imgTop .txt{margin-top: 10px;min-height: 420px;font-size: 16px;color: #222;opacity: 0;}

.pro2List .part:hover .img{right: -100%;}
.pro2List .part:hover .imgTop{background: #f0f0f0;}
.pro2List .part:hover .imgTop .txt{opacity: 1}
.pro2List .part:hover .imgTop .t1{color: #222;}


.pro2List .pro2Swiper .swiper-button-next, .pro2List .pro2Swiper .swiper-button-prev{background: #fff;border: 1px solid #ddd;width: 60px;height: 60px;}
.pro2List .pro2Swiper .swiper-button-next{right: 60px;}
.pro2List .pro2Swiper .swiper-button-prev{left: 60px;}
.pro2List .pro2Swiper .swiper-button-next:after, .pro2List .pro2Swiper .swiper-button-prev:after{font-size: 20px;color: #bd0102;}

.product3{padding: 100px 0;}
.product3 .wapper{max-width: 1200px;}
.pro3Tit{font-size: 25px;color: #222;}
.pro3List{width: 100%;}
.pro3List .part{display: block;width: 100%;height: 100%;background: #bd0102;border: 1px solid #ddd;}
.pro3List .part .img{width: 100%;}
.pro3List .part .img img{width: 100%;}
.pro3List .part .desc{padding: 2.34375vw;color: #fff;}
.pro3List .part .desc .tag{font-size: 14px;}
.pro3List .part .desc .tit{font-size: 25px;margin-top: 20px;font-weight: bold;}
.pro3List .part .desc .txt{font-size: 16px;margin-top: 20px;}
.pro3List .part .desc .icon{display: flex;justify-content: flex-end;}
.pro3List .part .desc .box{height: 426px;}
.pro3List .swiper-slide:nth-child(2n) .part{background: #a3acaf;}
.pro3List .part:hover .img img{transform: scale(1.1);}

.pro3List .swiper .swiper-button-next, .pro3List .swiper .swiper-button-prev{background: #fff;border: 1px solid #ddd;width: 60px;height: 60px;}
.pro3List .swiper .swiper-button-next{right: -20px;}
.pro3List .swiper .swiper-button-prev{left: -20px;}
.pro3List .swiper .swiper-button-next:after, .pro3List .swiper .swiper-button-prev:after{font-size: 20px;color: #bd0102;}
.pro3List .swiper-button-next.swiper-button-disabled, .pro3List .swiper-button-prev.swiper-button-disabled{opacity: 1;cursor: auto;pointer-events: auto;}

/*prodetail*/


.prodetail1{width: 100%;padding: 40px 0;margin-top: 100px;}
.prod1{width: 100%;}
.prod1Left{width: 45%;}
.prod1Right{width: 50%;display: flex;flex-direction: column;}
.prodPanel{width: 100%;height: 500px;border: 1px solid #ddd;}
.prodPanel .part{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 35px;position: relative;}
.prodPanel .part:after{position: absolute;right: 0;bottom: 0;font-size: 16px;width: 30px;height: 30px;background: #ccc;text-align: center;line-height: 30px;color: #fff;content: "\f00e";font-family: "fontawesome";}
.prodPanel .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.prodetail .swiper-button-next,.prodetail .swiper-button-prev{color: #333;}
.prodetail .swiper-button-next:after,.prodetail .swiper-button-prev:after{font-size: 42px;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper{z-index: 98 !important;}

.prodTab{height: 80px;}
.prodtSwiper{margin-top: 10px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;}
.prodtSwiper .swiper-slide img{opacity: 0.6;max-height: 100%;max-width: 100%;width: auto;height: auto;}
.prodtSwiper .swiper-slide-thumb-active{border-color: #000;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}

div.zoomDiv{z-index:999999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;border: 1px solid rgb(229, 229, 229);}
div.zoomMask{background-position: 0px 0px;float: right;overflow: hidden;z-index: 999;transform: translateZ(0px);opacity: 0.4;zoom: 1;width: 140px;height: 140px;background-color: white;cursor: default;border: 1px solid rgb(0, 0, 0);background-repeat: no-repeat;position: absolute;left: 63.5px;top: 410.5px;display: block;}

.prod1Tit{font-size: 28px;text-align: center;margin-bottom: 25px;font-weight: bold;color: #bd0102;}
.prodInfo{text-align: center;font-size: 14px;color: #666;}
.prod1Txt{font-size: 16px;color: #666;}
.prod1Txt p strong{color: #bd0102;font-weight: bold;}
.prodTel a {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(357deg, #bd0102, #000000);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.prod1Line{margin: 20px 0;width: 100%;height: 1px;background: #ddd;}

.prodTip {
	width: 100%;
	display: inline-block;
	position: relative;
	background: #fff;
	border: 2px #bd0102 double;
	padding: 20px;
	margin-top: 35px;
	font-size: 16px;
	text-align: center;
	color: #666;
}

.prodTip:before,
.prodTip:after {
	content: "";
	background: #fff;
	position: absolute;
	height: 1.5em;
}

.prodTip:before {
	border: 2px #bd0102 double;
	border-bottom: none;
	border-right: none;
	width: 1.5em;
	left: 50%;
	margin-left: -0.75em;
	transform: rotate(45deg);
	top: -0.85em;
	z-index: 0;
}

.prodTip:after {
	width: 3em;
	top: 0;
	left: 50%;
	margin-left: -1.5em;
	z-index: 1;
}

.prodShare{margin-top: 20px;}
.prodShare a{display: inline-block;width: 30px;margin-right: 10px;}
.prodShare a img{width: 100%;}

.returnPage{font-size: 14px;}
.returnPage i{color: #e77b2c;vertical-align: middle;margin-right: 5px;}
.returnPage a{color: #212121;}

.prod1Page{margin-top: 25px;}
.prod1Page .box{width: 48%;background: rgba(245,245,245,1);padding: 0 20px;height: 50px;line-height: 50px;display: flex;align-items: center;}
.prod1Page .box span{display: inline-block;width: 80px;font-size: 14px;color: #666;}
.prod1Page .box a{color: #212121;flex: 1;font-size: 16px;}
.prod1Page .box a:hover{color: #000;}

.prod2{width: 100%;margin: 50px 0;}

table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;width: 100%;}
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 8px;
	vertical-align: middle;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	text-align: center;
}

table>thead>tr{background: #eee;}

.prod2Desc{margin-top: 50px;font-size: 16px;color: #666;}
.prod2Desc p{padding: 5px 0;}
.prod2Desc h4{font-size: 20px;color: #bd0102;margin: 10px 0;font-weight: bold;}
.prod2Desc img{max-width: 100%;}

.prod3{margin-top: 50px;}
.prod3Tit{font-size: 28px;padding: 15px 20px;color: #333;font-weight: 600;margin-bottom: 25px;text-align: center;}
.prod3Tit i{display: block;}
.prod3List{width: 100%;overflow: hidden;position: relative;padding-bottom: 60px;}
.prod3List{width: 100%;}
.prod3List .part{display: block;width: 100%;height: 100%;}
.prod3List .part .img{width: 100%;height: 320px;border: 1px solid #ddd;padding: 5px;display: flex;justify-content: center;align-items: center;}
.prod3List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.prod3List .part .desc{margin-top: 20px;}
.prod3List .part .t1{font-size: 16px;color: #222;line-height: 1.8;}
.prod3List .swiper-button-next,.prod3List .swiper-button-prev{width: 30px;height: 60px;background: #666;color: #fff;}
.prod3List .swiper-button-next:after,.prod3List .swiper-button-prev:after{font-size: 20px;}

.prod2Tab{width: 100%;height: 40px;line-height: 40px;border-bottom: 1px solid #bd0102;}
.prod2Tab ul{display: flex;flex-wrap: wrap;}
.prod2Tab ul li{margin-right: 20px;position: relative;color: #bd0102;font-size: 20px;font-weight: bold;position: relative;}
.prod2Tab ul li:after{position: absolute;left: 0;bottom: -2px;width: 100%;height: 5px;background: #bd0102;content: "";}

/*contact*/
.contactBg{width: 100%;background: rgba(247,247,247,1);padding: 80px 0;}
.contact{width: 100%;background: #fff;padding: 50px;margin-bottom: 50px;}
.contact .iTit{font-weight: normal;}
.contact .iTxt{color: #999;}

.contWarp{width: 100%;margin-top: 0px;}
.contWarp .desc{width: 46%;}
.contWarp .map{width: 46%;}
.contWarp .map img{width: 100%;}
.contWarp .desc h3{font-size: 24px;font-weight: bold;margin: 20px 0;color: #212121;}
.contWarp .desc ul li{display: flex;margin: 15px 0;font-size: 16px;color: #212121;}
.contWarp .desc .icon{width: 30px;margin-right: 10px;text-align: center;}
.contWarp .desc .icon img{width: 20px;position: relative;top: 10px;}
.contWarp .desc .txt{flex: 1;}

.contTit{font-size: 24px;color: #333;font-weight: bold;}
.contForm2{width: 100%;}
.contForm2 ul li{width: 100%;}
.contForm2 ul li:nth-child(1),
.contForm2 ul li:nth-child(2),
.contForm2 ul li:nth-child(3){width: 32%;}
.contForm2 .tit{margin-bottom: 10px;font-size: 14px;color: #666;}
.contForm2 input,
.contForm2 textarea{width: 100%;height: 50px;border: 2px solid #ced4da;border-radius: 5px;padding: 0 10px;background: #fbfbfb;font-size: 16px;}
.contForm2 textarea{height: 80px;}

.contForm2 button{width: 200px;height: 48px;display: block;margin: 20px auto;border-radius: 5px;background: #bd0102;border: none;color: #fff;font-size: 16px;}
.contForm2 button:hover{background: #4a4c52;color: #fff;}

.job1 .iTop1{}
.job1 .iTop1 .iTxt{width: 50%;margin-left: auto;margin-top: 50px;}

.job1 .pro2List .part .imgTop .t1 span{font-size: 14px;margin-bottom: 20px;font-weight: normal;display: block;}
.job1 .pro2List .part .imgTop .t1 strong{font-weight: normal;}

.job2{width: 100%;position: relative;margin-top: 100px;}
.job2Img{font-size: 0px;width: 100%;height: 100%;overflow: hidden;background: #222;}
.job2Img img{width: 100%;height: 100%;object-fit: cover;opacity: 0.8;}
.job2 .imgTop{position: absolute;top: 0;left: 0;width: 100%;z-index: 9;padding: 12vw 0;}

.job3{position: relative;}
.job3 .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.job3 .part .img{width: 100%;height: 100%;}
.job3 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.job3 .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: flex-end;background: linear-gradient(180deg,transparent 67.01%,rgba(0,0,0,.45) 82.99%),linear-gradient(0deg,rgba(0,0,0,.35),rgba(0,0,0,.35));z-index: 9;}
.job3 .part .logo{padding: 20px 0;border-bottom: 1px solid #fff;}
.job3 .part .logo img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.job3 .part .desc{padding: 35px 0;color: #fff;}
.job3 .part .desc .t1{font-weight: bold;font-size: 25px;}
.job3 .part .desc .txt{font-size: 16px;margin-top: 10px;}

.job3 .swiper .swiper-button-next{right: 3.8vw;}
.job3 .swiper .swiper-button-prev{left: auto;right: calc(4vw + 45px);}
.job3 .swiper-button-next,.job3 .swiper-button-prev{width: 45px;height: 45px;background: transparent;border: 1px solid #fff;color: #fff;top: auto;bottom: 60px;}
.job3 .swiper-button-next:after,.job3 .swiper-button-prev:after{font-size: 20px;}

.inside{width: 100%;}
.inside img{max-width: 100%;}

@media only screen and (max-width: 1480px) {
.wapper{ width:100%;}
.headList .logo{padding: 0 20px;}
.menu span a{padding: 0 15px;font-size: 15px;}
.hTalk{margin-right: 20px;}
.hTalk a{padding: 15px 20px;}
.languageBtn{padding: 0 20px;}
.banTop .t1{font-size: 54px;}
.iTit{font-size: 42px;}
.tongtu .imgTop2 .iTit{font-size: 58px;}


}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 10px;}
.headList .logo{padding: 0 10px;}
.headList .logo img{max-height: 38px;}
.menu span a{padding: 0 12px;}
.hTalk a{padding: 12px 15px;}
.hTalk a img{width: 35px;}
.searchBtn{padding: 20px;}
.languageBtn{padding: 0 10px;}
.languageBtn span:nth-child(1){margin: 0;}
.languageBtn span:nth-child(2){display: none;}
.hMenuWarp .list a{font-size: 24px;}
.banTop .t1{font-size: 42px;}
.iTit{font-size: 32px;}
.i1Top .right{width: 50%;}
.i1List .part .imgTop{padding: 20px;}
.iTxt{font-size: 16px;}
.i4List .part .imgTop{padding: 20px;}
.i4List .part .icon{right: 20px;bottom: 20px;}
.tongtu .imgTop2 .iTit{font-size: 48px;}






}

@media only screen and (max-width: 1024px) {
    .banTop .t2 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        margin-left: 17px;
    }
    .header {
        top: 0;
    }
    .headTop {
        display: none;
    }
    .m_header {
        display: block;
    }
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.menu{display: none;}
.hTalk{display: none;}
.pc_show{display: none;}
.m_show{display: block;}
.hMenuBtn2 {display: flex;justify-content: center;align-items: center;}
    .banTop .t1 {
        margin: 0px 24px;
        margin-top: 74px;
        font-size: 28px;
        line-height: 1;
    }
.iTit{font-size: 26px;}
.banTop{padding: 0 50px;}
.index1{padding-bottom: 60px;}
.i1Top{padding: 60px 0;}
.i1Top .left{width: 100%;padding: 15px 0;}
.i1Top .right{width: 100%;padding: 15px 0;}
.index2{padding-bottom: 60px;}
.i1List{padding: 10px;}
.i1List ul li{width: 100%;margin: 10px 0;}
.i1List ul li:nth-child(2) .part{top: 0;}
.i1List ul li:nth-child(3) .part{top: 0;}
.i1List .part .icon{right: 20px;bottom: 20px;}
    .index2 .iTop1 {
        text-align: center;
        padding: 35px 0;
    }
.i2List .i2Swiper .swiper-button-next, .i2List .i2Swiper .swiper-button-prev{}
.languageTc .warp{padding: 0 20px;}
.languageWarp .list{width: 100%;padding: 20px 0;border: none;}
.i2List .part .desc .icon{display: none;}
.index3{padding-bottom: 0;}
.i3Warp .desc{width: 100%;padding: 20px;}
.i3Warp .img{width: 100%;top: 0;}
.iTxt{font-size: 15px;}
.iTop1{width: 100%;padding: 0 10px;}
.index4{margin: 20px 0;}
.i4List ul li{width: 50%;}
    .index5 {
        margin: 0 0 30px;
    }
    .index5 .iTop1 {
        padding: 35px 10px;
    }
    .i5More {
        margin-top: 20px;
        display: none;
    }
.i5Warp{padding: 0 10px;}
.i5Warp .item{width: 100%;}
.i5List .part{display: block;}
.i5List .part .desc{width: 100%;}
.i5List .part .img{width: 100%;}
.i5List .part .desc{padding: 20px;}
.i5Warp .left .part .icon{position: relative;right: auto;bottom: auto;display: flex;justify-content: flex-end;margin-top: 20px;}

.i5Warp .right .part .imgTop{padding: 20px;}
.i5Warp .right .part .img img{height: 480px;}
.index6{padding: 60px 0;}
.i6List .swiper-slide:nth-child(1){margin: 0;}
.i6List .swiper-slide{width: 210px;}
.i6List .part{height: 210px;}
.i6List .part .t1{font-size: 32px;}
.i6List .part .txt{font-size: 16px;}
.index7{padding: 60px 0;}
.index8{padding: 60px 0;}
.fShare {width: 100%;}
.fShare span{display: block;width: 100%;margin-bottom: 10px;}
.fShare a{margin-left: 0;margin-right: 10px;}
.copright{width: 100%;margin: 10px 0;text-align: center;}
.fLogo{width: 100%;text-align: center;}
.comPad{padding: 50px 0;}
    .tongtu .img {
        margin-top: 85px;
    }
    .tongtu .imgTop2 .iTit {
        font-size: 38px;
    }
.tongtu .imgTop2 .tit{font-size: 14px;}
.abo1Warp .desc{width: 100%;padding: 15px 0;}
.abo1Warp .img{width: 100%;}
.abo4Warp .left{width: 100%;padding: 15px 0;}
.abo4Warp .right{width: 100%;padding: 15px 0;}
.abo4List .tab{padding: 15px 0;padding-left: 25px;}
.abo4List .tab .year{font-size: 20px;}
.abo4List .panel .txt{padding: 20px 0;padding-left: 25px;font-size: 14px;}
.news2{padding: 50px 0;}
.news2 .iTit{font-size: 26px;}
.news2List ul li{width: 100%;margin: 10px 0;}
.news2List{padding: 0;}
.contact{padding: 20px;}
.contWarp{margin-top: 35px;}
.contWarp .desc{width: 100%;margin-bottom: 20px;}
.contWarp .map{width: 100%;}
.contForm2 ul li:nth-child(1), .contForm2 ul li:nth-child(2), .contForm2 ul li:nth-child(3){width: 100%;margin-bottom: 10px;}
.mainMenu ul li a{font-size: 14px;}
.enginerWarp{padding: 35px 0;display: block;}
.enginerWarp .desc{width: 100%;padding: 15px 0;}
.enginerWarp .img{width: 100%;padding: 15px 0;}

.job3 .part .logo{padding: 10px 0;}
.job3 .part .logo img{max-height: 35px;}
.job3 .part .desc{padding: 20px 0;}
.job3 .part .desc .txt{display: none;}
.job3 .swiper-button-next, .job3 .swiper-button-prev{bottom: 10px;}
.prod1Page .box{width: 100%;margin: 5px 0;}
.job1 .iTop1 .iTxt{width: 100%;}
.pro2List .pro2Swiper .swiper-button-next{right: 0px;}
.pro2List .pro2Swiper .swiper-button-prev{left: 0px;}
.newsMenu{padding: 0;}
.newsMenu ul{justify-content: space-between;}
.newsMenu ul li{flex: auto;}
.newsMenu ul li a{font-size: 14px;}
.newsMenu ul li a span{font-size: 12px;}
.newsList ul li{width: 100%;}
.newsList .part .desc{padding: 20px;}

.pro1Item{padding: 35px 0;display: block;}
.pro1Item .desc{width: 100%;padding: 15px 0;}
.pro1Item .img{width: 100%;}
.prod1Tit{font-size: 20px;}
.prodTip{font-size: 14px;}
.prod1Left{width: 100%;margin-bottom: 20px;}
.prodPanel{height: 380px;}
.prod1Right{width: 100%;}
.prodTel a{font-size: 14px;padding: 6px 12px;margin-bottom: 10px;}



}

@media only screen and (max-width: 780px) {
.searchBtn{padding: 10px;}
.languageBtn{padding: 0 10px;}
.languageBtn span{margin: 0;}
.languageBtn span:nth-child(1){display: none;}
.banTop{padding: 0 20px;}
.searchPanel .warp .tit{margin-bottom: 50px;}
.searchPanel .search{height: 45px;}
.searchPanel .search input{padding: 0 80px 0 10px;}
.searchPanel .search button{width: 80px;}
.searchPanel .search button i{display: none;}
.tongtu .imgTop2{padding-top: 60px;}
.tongtu .imgTop2 .iTit{font-size: 24px;}
.tongtu .imgTop2 .iTxt{max-width: 100%;font-size: 13px;margin-top: 20px;}
.telPanel .telPanelWarp .tit{font-size: 20px;}
.headForm ul li{width: 100%;margin-bottom: 10px;}
.headForm input, .headForm textarea{ height:40px;}
.headForm textarea{ height:60px;}
}



.caseTit{color: #bd0102;font-weight: bold;font-size: 2.2vw;text-shadow: 3px 3px 2px rgb(0 0 0 / 25%);}
.caseWarp{width: 100%;margin-top: 50px;}
.caseWarp .img{width: 55%;}
.caseWarp .img img{width: 100%;}
.caseWarp .desc{width: 40%;}
.caseWarp .tit{font-size: 2vw;color: #bd0102;}
.caseWarp .txt{margin-top: 2vw;font-size: 1vw;color: #333;}
.caseWarp .txt p{padding: 10px 0;}
.caseWarp .txt i img{width: 30px;margin-right: 20px;vertical-align: middle;}

@media only screen and (max-width: 780px) {
.caseTit{font-size: 24px;}
.caseWarp .img{width: 100%;margin-bottom: 20px;}
.caseWarp .desc{width: 100%;}
.caseWarp .tit{font-size: 20px;}
.caseWarp .txt{font-size: 16px;margin-top: 20px;}
}