/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width: 1600px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #ff0000;
	--main-color2: #001937;
	--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;
}

.indexTop{width: 100%;background: #17191b;}
.indexTop .warp{display: flex;justify-content: space-between;align-items: center;height: 40px;line-height: 40px;font-size: 12px;color: rgba(255, 255, 255, .6);}
.indexTop a{color: rgba(255, 255, 255, .6);}
.indexTop .email i{padding-right: 10px;}
.iTopTel{display: flex;align-items: center;}
.iTopTel .fa{color: #a2a3a4;margin-right: 6px;font-size: 14px;vertical-align: middle;}
.iTopTel a{display: inline-block;padding: 5px 10px;background: #fff;border-radius: 30px;color: #666;line-height: 1;margin-left: 10px;}
.iTopTel a:hover{background: var(--main-color);color: #fff;}


.header{ position:relative;z-index: 9999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 96px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}

.hSearch{position: relative;margin-left: 20px;}
.hSeBtn{color: #333;font-size: 16px;height: 60px;display: block;line-height: 60px;}
.hSeBtn img{width: 20px;vertical-align: middle;}
.hSeBtn.active i:before{content: "\f00d";color: #fed03d;}
.hSeBtn:hover{color: #fed03d;}
.hSePanel{width: 280px;height: 90px;padding: 25px 20px;box-sizing: border-box;top: 60px;right: 0;background: #f4f4f4;position: absolute;display: none;}
.hSePanel.active{display: block;}
.hSearch .search{width: 100%;height: 40px;border: 1px solid #e0e0e0;border-radius: 3px;position: relative;overflow: hidden;}
.hSearch .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 10px 0 50px;box-sizing: border-box;outline: none;}
.hSearch .search button{width: 50px;height: 100%;position: absolute;top: 0;left: 0;text-align: center;border: none;background: none;color: #333;font-size: 16px;}

/*menu*/
.pc_menu{}
.menu{height: 96px;line-height: 96px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top: 96px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color: var(--main-color);}
.menu a{ font-size:16px;color:#333;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}
.menu ul li.on span a{color: var(--main-color);}

/*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;}

/*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;}
.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{color: #17191b;font-size: 36px;}
.iTit i{color: var(--main-color);font-size: 36px;font-weight: bold;font-style: normal;}
.iTxt{font-size: 18px;color: #666;}
.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{border-bottom: 1px #d7d7d7 solid;}
.i1List{width: 100%;}
.i1List ul li{height: 100px;display: flex;align-items: center;}
.i1List .icon{width: 36px;height: 36px;border-radius: 50%;border: 2px #1b1a1a solid;display: flex;justify-content: center;align-items: center;}
.i1List .icon img{width: 22px;}
.i1List .tit{color: #333333;font-size: 36px;margin: 0 6px 0 10px;}
.i1List .txt{color: #333333;font-size: 14px;}

.index2{background: url(../images/i-pro-bg.jpg);background-size: cover;}
.i2Warp{width: 100%;}
.i2Warp .left{width: 20%;}
.i2Warp .right{width: 80%;}
.i2Warp .iTit{margin-bottom: 10px;}
.i2Menu {width: 100%;}
.i2Menu ul li{margin: 10px 0;}
.i2Menu a{color: #17191b;font-size: 18px;}
.i2Menu a:hover{color: var(--main-color);}

.i2List{width: 100%;}
.i2List .part{display: block;width: 100%;height: 100%;padding: 40px;background: #fff;}
.i2List .part .desc{width: 100%;height: 120px;}
.i2List .part .tit{font-size: 18px;color: #333;}
.i2List .part .txt{font-size: 16px;color: #666;line-height: 1.6;margin-top: 10px;}
.i2List .part .img{width: 100%;height: 340px;display: flex;justify-content: center;align-items: center;}
.i2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.i2Btm{margin-top: 15px;}
.i2Btm .i2Prev,
.i2Btm .i2Next{color: #999;font-size: 32px;transition: 0.3s;width: 30px;text-align: center;}
.i2Btm .i2Prev:hover,
.i2Btm .i2Next:hover{color: var(--main-color);}
.i2Btm .i2Prev i,
.i2Btm .i2Next i{vertical-align: middle;}
.i2Btm .line{margin: 0 10px;width: 100%;height: 1px;background: #ddd;flex: 1;position: relative;top: 5px;}

.index3{width: 100%;overflow: hidden;}
.i3Top{padding: 60px 0;max-width: 1024px;margin-left: auto;margin-right: auto;}
.i3List{width: 100%;position: relative;overflow: hidden;}
.i3List ul{display: flex;}
.i3List ul li{width: 18%;position: relative;height: 33vw;transition: 0.8s;-moz-transition: 0.8s;-webkit-transition: 0.8s;-o-transition: 0.8s;}
.i3List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i3List .part .img{width: 100%;height: 100%;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);display: flex;justify-content: center;align-items: center;padding: 5%;transition: 0.3s}
.i3List .part .desc{width: 100%;}
.i3List .part .tit{font-size: 1.82vw;color: #fff;}
.i3List .part .box{width: 100%;display: none;}
.i3List .part .txt{font-size: 18px;color: #fff;margin-top: 15px;}
.i3List .part .tag{display: flex;flex-wrap: wrap;margin-top: 15px;}
.i3List .part .tag span{display: flex;justify-content: center;align-items: center;width: 74px;height: 74px;border: 1px solid #fff;border-radius: 50%;margin-right: 10px;margin-bottom: 10px;font-size: 20px;color: #fff;}

.i3List ul li.active{width: 64%;}
.i3List ul li.active .part .imgTop{background: rgba(0, 0, 0, .2);align-items: flex-end;}
.i3List ul li.active .part .box{display: block;}

.index4{width: 100%;position: relative;overflow: hidden;}
.i4Bg{position: absolute;top: 0;right: 0;font-size: 0px;width: 32%;}
.i4Bg img{width: 100%;}

.i4List1{padding: 10vw 0;}
.i4List1 ul{max-width: 1080px;}
.i4List1 ul li{width: 50%;}
.i4List1 .part{display: block;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.i4List1 .part .img{width: 100%;height: 50%;}
.i4List1 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List1 .part .desc{height: 50%;width: 100%;padding: 2%;display: flex;justify-content: center;align-items: center;flex-direction: column;color: #fff;background: #d0112b;text-align: center;position: relative;}
.i4List1 .part .desc:after{position: absolute;width: 0;height: 12px;font-size: 0;line-height: 0;overflow: hidden;border-width: 14px;left: 0;right: 0;margin: auto;content: "";}
.i4List1 .part .tit{font-size: 1.875vw;}
.i4List1 .part .txt{font-size: 1.25vw;margin: 0.5vw 0;}
.i4List1 .part .icon{font-size: 1.83vw;margin: 0.5vw 0;line-height: 1;}
.i4List1 .part .more{display: flex;justify-content: center;align-items: center;}
.i4List1 .part .more a{color: #ffffff;font-size: 16px;width: 106px;height: 30px;display: flex;justify-content: center;align-items: center;transform: skew(-10deg);border: 2px #fff solid;margin-top: 12px;transition: .5s;}

.i4List1 ul li:nth-child(2) .part .img{order: 1;}
.i4List1 ul li:nth-child(2) .part .desc{order: 0;background: #05264c;}

.i4List1 ul li:nth-child(1) .part .desc:after{border-style: dashed dashed dashed solid;border-color: transparent transparent #d0112b transparent;top: -28px;}
.i4List1 ul li:nth-child(2) .part .desc:after{border-style: dashed dashed dashed solid;border-color: #05264c transparent transparent transparent;bottom: -28px;}

.i4Btm{padding: 6vw 0 5vw;}
.i4Btm .titBox{max-width: 1120px;margin: 0 auto;}
.i4BtnWarp{display: flex;justify-content: center;margin: 3vw 0;}

.i4Btn{width: 5.2vw;height: 5.2vw;border: 3px #fff solid;transition: .5s;border-radius: 12px;display: flex;justify-content: center;align-items: center;color: #fff;}
.i4Btn i{font-size: 1.5vw;}

.tcClose2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}
.i2-video2{width: 50%;position: relative;z-index: 9;}
.i2-video2 video{width: 100%;height: auto;max-height: 100%;}


.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 280px;height: 210px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 15px;overflow: hidden;position: relative;}
.tcClose{font-size: 20px;cursor: pointer;position: absolute;top: -45px;right: 0;}
.tcClose img{width: 25px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.i4List2{position: relative;padding: 0 5vw;}
.i4List2 .part{display: block;width: 100%;color: #fff;}
.i4List2 .part .tit{font-size: 48px;}
.i4List2 .part .txt{font-size: 14px;margin-top: 10px;}
.i4List2 .swiper-slide{background: transparent;}
.i4List2 .swiper-button-next:after, .i4List2 .swiper-button-prev:after{font-size: 32px;color: #fff;}

.index5{margin-bottom: 50px;}

.i5Tit{padding: 60px 0;display: flex;align-items: center;}
.i5Tit strong{font-size: 1.875vw;color: #333;font-weight: bold;}
.i5Tit i{color: var(--main-color);font-size: 1.8vw;margin: 0 1vw;display: inline-block;}
.i5Tit span{color: #666666;font-size: 1.25vw;width: 40%;}

.i5List{position: relative;overflow: hidden;}
.i5List .swiper-slide .img{width: 100%;height: 450px;}
.i5List .swiper-slide .img:hover img{transform: scale(1.1);}
.i5List .swiper-button-next{right: 10%;}
.i5List .swiper-button-prev{left: 10%;}
.i5List .swiper-button-next:after, .i5List .swiper-button-prev:after{font-size: 32px;color: #fff;}
.i5List .btn{width: 100%;max-width: 1060px;margin: 0 auto;margin-top: 50px;height: 2px;overflow: hidden;position: relative;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: var(--main-color) !important;}

.index6{background: #eff0f0;padding: 3.65vw 0 5.2vw;}
.i6Menu ul li{margin-right: 1.2vw;}
.i6Menu ul li:last-child{margin-right: 0;}
.i6Menu a{display: inline-block;font-size: 18px;color: #666;}
.i6Menu a:hover{color: var(--main-color);}

.i6List{width: 100%;}
.i6List ul li{width: calc(33.3% - 20px);margin-bottom: 30px;margin-right: 30px;}
.i6List ul li:nth-child(3n){margin-right: 0;}
.i6List .part{display: block;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.i6List .part .img{width: 45%;}
.i6List .part .img img{width: 100%;}
.i6List .part .desc{width: 50%;}
.i6List .part .tit{font-size: 1vw;color: #333;}
.i6List .part .time{font-size: 16px;color: #999;margin-top: 10px;}
.i6List .part:hover .img img{transform: scale(1.1);}
.i6List .part:hover .tit{color: var(--main-color);}

/*footer*/
.footer{background: var(--main-color2);font-size: 14px;color: rgba(255, 255, 255, .6);}
.footer a{color: rgba(255, 255, 255, .6);}
.footer a:hover{color: #fff;}
.footer .warp1{padding: 60px 0;}
.footer .warp2{ border-top: 1px #1a304b solid;padding: 35px 0;}
.fWarp{width: 100%;}
.fWarp .item{width: auto;max-width: 260px;}
.fTit{color: #fff;font-size: 20px;margin-bottom: 20px;}
.fTxt{margin: 10px 0;}
.fMenu{}
.fMenu ul li{margin-bottom: 10px;}
.fMenu ul li a{}

.fWarp .email{display: flex;align-items: center;margin-top: 20px;}
.fWarp .email .icon{font-size: 32px;margin-right: 10px;}
.fWarp .email .txt{flex: 1;}

.fShare{width: 100%;}
.fShare ul li{}
.fShare a{display: flex;align-items: center;}
.fShare .icon{width: 60px;height: 60px;border: 1px solid rgba(255,255,255,0.3);border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.fShare .icon img{width: 35px;}
.fShare .txt{font-size: 18px;color: #fff;}

.copyright{font-size: 12px;color: rgba(255, 255, 255, .6);padding: 12px 0;background: #d0112b;line-height: 30px;}
.copyright .warp{width: 100%;}
.copyright a{color: rgba(255, 255, 255, .6);opacity: 0.6;display: flex;justify-content: center;align-items: center;width: 30px;height: 30px;border: 1px solid #fff;border-radius: 50%;margin-right: 10px;line-height: 1;}
.copyright a:last-child{margin-right: 0;}
.copyright a:hover{opacity: 1;}

.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: 58px;color: #fff;font-weight: bold;position: relative;padding-bottom: 20px;}
.tongtu .t1:after{background: #fff;width: 42px;height: 4px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;content: "";}
.tongtu .txt{text-align: center;font-size: 16px;color: #fff;margin-top: 20px;}

.p_page{width: 100%;border-top: 1px #dedede solid;border-bottom: 1px #dedede solid;background: #f6f6f6;}
.current{padding: 20px 0;font-size: 14px;color: #888;}
.current a{color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

/*service*/

.service{width: 100%;background: #f4f4f4;padding: 100px 0;}
.service .titBox{max-width: 1140px;margin: 0 auto;margin-bottom: 70px;}
.service1{position: relative;width: 91.7%;}
.service1 .box{width: 100%;}
.service1 .img{width: 72%;}
.service1 .img img{width: 100%;height: 100%;}
.service1 .desc{width: 28%;background: var(--main-color);display: flex;align-items: center;justify-content: center;padding: 5%;}
.service1 .info{width: 100%;}
.service1 .iTit{color: #fff;}
.service1 .iTit i{display: block;color: #fff;line-height: 1;margin-top: 0.5vw;font-size: 1.6vw;}
.service1 .iTxt{margin-top: 1vw;color: #fff;}

.service2{padding: 90px 0;}
.service2 .box{background: #fff;padding: 10px 0;}
.service2 .box .iTit{padding: 2.6vw 4.16vw;}
.service2 .imgList{width: 100%;}
.service2 .imgList ul li{width: 25%;padding: 10px;}
.service2 .imgList .part{display: block;width: 100%;height: 100%;}
.service2 .imgList .part .img{width: 100%;height: 100%;}
.service2 .imgList .part .img img{width: 100%;height: 100%;object-fit: cover;}

.service2 .btm{padding: 2.6vw 4.16vw;}
.service2 .btm .iTxt{width: 30%;}
.service2 .btm span{display: flex;justify-content: center;align-items: center;width: 74px;height: 74px;border: 1px solid #000;border-radius: 50%;margin-right: 10px;margin-bottom: 10px;font-size: 20px;color: #000;}
.service2 .btm span:last-child{margin-right: 0;}

.service1_2 .img{order: 1;}
.service1_2 .desc{order: 0;background: var(--main-color2);}

/*product*/

.product{width: 100%;}
.product .i2Warp .right{padding-left: 60px;}
.i2List ul li{width: 33.3%;padding: 10px;}
.i2List ul li .part:hover{box-shadow: var(--main-shadow);}

.pro-tel{width: 100%;height: 330px;background: #b61111 url(../images/pro-tel.png) bottom right no-repeat;background-size: 220px;padding: 30px;box-sizing: border-box;display: flex;margin-top: 40px;flex-direction: column;}
.pro-tel h3{color: #fff;font-size: 1.875vw;}
.pro-tel p {color: #fff;font-size: 16px;line-height: 18px;margin: 8px 0;}
.pro-tel .icon {width: 30px;height: 30px;overflow: hidden;color: #fff;margin: 8px 0 16px;}
.pro-tel span {color: #fff;font-size: 0.92vw;line-height: 24px;border-radius: 12px;border: 1px #db9695 solid;display: flex;align-items: center;justify-content: center;}

/*prodetail*/
.iMore a{color: #333;font-size: 16px;width: 140px;height: 40px;border: 1px #ff0000 solid;transform: skew(10deg);display: flex;justify-content: center;align-items: center;transition: .5s;box-sizing: border-box;}
.iMore a:hover{transform: skew(0);}

.prodetail{width: 100%;padding-top: 50px;}
.prod1{width: 100%;}
.prod1 .left{width: 50%;display: flex;justify-content: space-between;border: 1px solid #ddd;}
.prod1 .right{width: 45%;}
.prod1 .tel{font-size: 24px;color: #333;}
.prod1 .tel img{vertical-align: middle;margin-right: 10px;}

.prodpNext,.prodpPrev{color: #999;font-size: 32px;left: 50%;transform: translateX(-50%);position: absolute;z-index: 9;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.prodpNext:hover,.prodpPrev:hover{color: var(--main-color);}
.prodpNext{bottom: 15%;}
.prodpPrev{top: 15%;}

.prodpSwiper{width: calc(100% - 160px);}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper .swiper-slide img:hover{transform: scale(1.1);}
.prodpSwiper{max-height: 880px;}
.prodpSwiper{z-index: 98 !important;}
.prodtSwiper{width: 160px;border-left: 1px solid #ddd;}
.prodtSwiper .img{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 20px;}
.prodtSwiper .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.prodtSwiper .swiper-slide img{opacity: 0.6;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}

.prod2{border-top: 1px #dadada solid;padding: 30px 0;}
.prodetail .iTit2{margin: 20px 0;font-size: 26px;}
.prodetail .iTit2 i{font-size: 20px;}

.prodTxt{color: #666666;font-size: 18px;line-height: 30px;width: 80%;margin: auto;}
.prodTxt img{max-width: 100%;}

.prod3{border-top: 1px #dadada solid;display: flex;justify-content: space-between;padding: 30px 0;}
.prod3 .row{margin: 10px 0;font-size: 14px;color: #333;}
.prod3 .row a{color: #333;}
.prod3 .row a:hover{color: var(--main-color);}
.prod3 .more{}
.prod3 .more a{color: #fff;font-size: 16px;width: 140px;height: 40px;background: #ff0000;transform: skew(10deg);display: flex;justify-content: center;align-items: center;transition: .5s;box-sizing: border-box;}

.prodetail2{padding: 80px 0;background: #f4f4f4;}
.prodetail2 .iTop .btn{font-size: 30px;}
.prodetail2 .iTop .btn div{width: 30px;text-align: center;cursor: pointer;}
.prodetail2 .iTop .btn div:hover{color: var(--main-color);}

/*factory*/

.factory{width: 100%;padding: 60px 0;}
.factory .titBox{max-width: 640px;margin-left: auto;margin-right: auto;}

.factoryWarp1{width: 100%;position: relative;}
.factoryWarp1 .img{width: 100%;}
.factoryWarp1 .img img{width: 100%;}
.factoryWarp1 .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.factoryWarp1 .links{width: 285px;height: 285px;display: flex;justify-content: center;align-items: center;flex-direction: column;border: 4px #fff solid;border-radius: 50%;font-size: 20px;color: #fff;}
.factoryWarp1 .links img{width: auto;max-width: 100%;max-height: 90px;}
.factoryWarp1 .links p{margin-top: 10px;}
.factoryWarp1 .links:hover{transform: translateY(-10px);}

.factoryList{width: 100%;}
.factoryList ul li{width: calc(50% - 10px);margin-bottom: 10px;}
.factoryList .part{display: block;width: 100%;}
.factoryList .part .img{width: 100%;}
.factoryList .part .img img{width: 100%;}
.factoryList .part .tit{padding: 20px 0;font-size: 18px;color: #333;text-align: center;}

/*about*/

.about1{width: 100%;background: #f4f4f4;padding: 120px 0;}
.about1 .wapper{max-width: 1400px;}
.about1 .iTxt{max-width: 960px;margin-left: auto;margin-right: auto;}
.about1 .i1List .tit strong{font-weight: normal;margin: 0 10px;}

.about3{padding: 120px 0;}
.about3 .i4List2{margin-top: 100px;}
.about3 .i4List2 .part{color: #333;opacity: 0.8;}
.about3 .i4List2 .part .tit{font-size: 3.6vw;}
.about3 .i4List2 .swiper-button-next:after, .about3 .i4List2 .swiper-button-prev:after{color: #333;}

.about3 .i4List2 .swiper-slide-active .part{opacity: 1}
.about3 .i4List2 .swiper-slide-active .part .tit{color: var(--main-color);}

/*news*/

.news{width: 100%;}
.pMenu{}
.pMenu ul li a{display: block;padding: 20px;font-size: 16px;color: #333;}
.pMenu ul li.on a{color: var(--main-color);}
.pMenu ul li a:hover{color: var(--main-color);}

.news{background: #f4f4f4;padding: 80px 0;}
.newsList{width: 100%;}
.newsList ul li{width: 25%;padding: 10px;}
.newsList .part{display: block;width: 100%;height: 100%;background: #fff;}
.newsList .part .img{width: 100%;height: 280px;}
.newsList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newsList .part .desc{padding: 30px;}
.newsList .part .tit{font-size: 20px;color: #333;line-height: 1.8;}
.newsList .part .time{color: var(--main-color);font-size: 16px;margin-top: 10px;}
.newsList .part:hover{box-shadow: var(--main-shadow);}
.newsList .part:hover .img img{transform: scale(1.1);}
.newsList .part:hover .tit{color: var(--main-color);}

/*contact*/

.contact{width: 100%;background: #f4f4f4;padding: 60px 0;}
.contact .iTit{margin-bottom: 60px;}
.contactBox{width: 100%;background: #fff;padding: 20px;margin-top: 20px;}
.contactBox .fShare .icon{border-color: #333;display: flex;justify-content: center;align-items: center;line-height: 1;}
.contactBox .fShare .icon img{width: 28px;}
.contactBox .fShare .txt{color: #333;}

.contactBox .map{width: 100%;overflow: hidden;}
.contactBox .map img{width: 100%;}

.contForm{width: 100%;}
.contForm ul li{width: 49%;margin-bottom: 20px;}
.contForm ul li.w100{width: 100%;}
.contForm input,
.contForm textarea{width: 100%;height: 54px;border: 2px solid #eee;padding: 0 10px;font-size: 16px;outline: none;}
.contForm textarea{height: 200px;padding: 10px;}
.contForm button{width: 110px;height: 38px;margin: 12px .5%;display: flex;justify-content: center;align-items: center;font-size: 14px;background: #464646;color: #fff;border: none;cursor: pointer;transition: .4s;}
.contForm button.btn2{background: #d4273f;color: #fff;}

.inside{padding: 80px 0;width: 100%;overflow: hidden;}
.inside img{max-width: 100%;}


@media only screen and (max-width: 1600px) {
.wapper{ width:100%;padding: 0 45px;}

}

@media only screen and (max-width: 1400px) {
.wapper{ width:100%;padding: 0 25px;}
.menu a{font-size: 15px;padding: 0 12px;}
.i2List .part .img{height: 300px;}



}

@media only screen and (max-width: 1220px) {
.wapper{ width:100%;padding: 0 20px;}
.headList .logo img{max-height: 40px;}
.menu a{font-size: 14px;padding: 0 12px;}
.i4List1{position: relative;z-index: 9;}
.newsList .part .img{height: 250px;}
.service1 .desc{padding: 3%;}
.service1 .iTit{font-size: 26px;}
.service1 .iTxt{font-size: 14px;margin-top: 10px;}
.i2List ul li{width: 50%;}

}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.indexTop{display: none;}
.hHei{height: 70px;}

.iTit{font-size: 32px;}
.iTxt{font-size: 16px;}

.wapper{ width:100%;padding: 0 10px;}
.i1List{padding: 20px 0;}
.i1List ul li{height: auto;padding: 20px 0;width: 100%;}
.i2Warp .left{width: 100%;margin-bottom: 20px;}
.i2Warp .right{width: 100%;}
.i6List ul li{width: 50%;padding: 10px;margin: 0;}
.i6List .part .tit{font-size: 20px}
.i6List .part .time{font-size: 16px;}
.fShare .txt{font-size: 16px;}
.fShare .icon{width: 50px;height: 50px;margin-right: 15px;}
.fShare .icon img{width: 20px;}
.i3List .part .tit{font-size: 20px;}
.i3List .part .txt{font-size: 15px;}
.i3List .part .tag span{width: 45px;height: 45px;font-size: 14px;}
.i4BtnWarp{margin: 60px 0;}
.fShare ul li{padding: 10px;}
.factoryWarp1 .links{height: 200px;width: 200px;}
.factoryWarp1 .links img{width: 60%;}
.newsList ul li{width: 50%;}
.newsList .part .desc{padding: 20px;}
.product .i2Warp .right{padding: 0;}
.service2 .btm span{width: 50px;height: 50px;font-size: 16px;}

.i4Btn{width: 60px;height: 60px;font-size: 20px;}
.i2-video2{width: 100%;padding: 10px;}

}

@media only screen and (max-width: 791px) {

.iTit{font-size: 28px;}
.iTxt{font-size: 14px;}

.i2List .part{padding: 20px;}
.i2List .part .img{height: 220px;}

.i3List ul{display: block;height: auto;}
.i3List ul li,
.i3List ul li.active{display: block;width: 100%;}

.i4List1 ul li{width: 100%;}
.i4List1 .part .desc{padding: 20px;}
.i4List1 .part .tit{font-size: 24px;}
.i4List1 .part .txt{font-size: 16px;margin: 10px 0;}
.i4List1 .part .icon{font-size: 24px;margin: 10px 0;}
.i4Btm{padding: 60px 0;}
.i4List2 .part .tit{font-size: 40px;}

.i5Tit strong{font-size: 24px;}
.i5Tit i{font-size: 20px;margin: 0 10px;}
.i5Tit span{width: auto;flex: 1;font-size: 14px;}

.i5List .swiper-slide .img{height: 220px;}
.index6{padding: 60px 0;}
.i6Menu{margin-top: 20px;}
.i6Menu ul li{margin-right: 10px;margin-bottom: 5px;}
.i6Menu ul li a{font-size: 14px;}
.i6List ul li{width: 100%;}
.i6List .part .img{width: 100%;margin-bottom: 20px;}
.i6List .part .desc{width: 100%;}
.fWarp .item{width: 100%;max-width: 100%;padding: 10px 0;}

.tongtu .t1{font-size: 20px;padding-bottom: 10px;margin-bottom: 10px;}
.tongtu .t1:after{height: 1px;}
.tongtu .txt{display: none;}
.about1{padding: 60px 0;}
.about3{padding: 60px 0;}
.about3 .i4List2 .part .tit{font-size: 36px}

.i4List2{padding: 0;}
.i4List2 .swiper-button-next:after, .i4List2 .swiper-button-prev:after{font-size: 22px;}
.i4List2 .swiper-button-next:after, .i4List2 .swiper-button-prev:after{width: 100%;}

.factoryList ul li{width: 100%;}
.factoryWarp1 .img img{height: 250px;object-fit: cover;}

.contForm ul li{width: 100%;}
.p_page{padding-bottom: 10px;}
.pMenu ul li a{padding: 6px;font-size: 14px;}
.newsList ul li{width: 100%;}
.newsList .part .img{height: auto;}
.service1{width: 100%;}
.service1 .img{width: 100%;}
.service1 .desc{width: 100%;padding: 20px;}
.service2 .imgList ul li{width: 50%;}
.service2 .btm .iTxt{width: 100%;margin-bottom: 20px;}
.i2List ul li{width: 100%;}

.prod1 .left{width: 100%;margin-bottom: 20px;}
.prod1 .right{width: 100%;}
.prodpSwiper{width: calc(100% - 100px);}
.prodtSwiper{width: 100px;}
.prod3{display: block;}
.prod3 .left{margin-bottom: 10px;}
.prodTxt{width: 100%;font-size: 14px;}




}
