/*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:1320px; margin:0 auto;padding: 0 15px;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #2f4d93;
	--main-color2: #cc0000;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.header{ position: fixed;top: 0;left: 0;width: 100%;z-index: 999;padding: 20px 0;transition: 0.3s;background: linear-gradient(to bottom,#04040442 0,#00000000 100%);}
.header.on{display: none;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;line-height: 1;font-size: 0px;}
.headList .logo img{max-height: 45px;width: auto;}
.headList .logo .img2{display: none;}

/*menu*/
.menu{height: 90px;line-height:90px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background: var(--main-color); width:100%; position:absolute; left:50%; top:90px; 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:45px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#fff;display:block;}
.menu ul li dl dd a:hover{background:var(--main-color2);color: #fff;}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;text-shadow: 1px 1px 1px rgb(0 0 0 / 80%);}
.menu a:hover{color: var(--main-color2);}
a.menu_hover{color: var(--main-color2);}
.menu ul li.cur span a{color: var(--main-color2) !important;}

.language{font-size:14px; color:#fff;}
.language img{width: 22px;}
.language em{display: inline-block; margin:0 5px;}
.language a{color:#fff;}
.language a:last-child{vertical-align: bottom;}
.language a.on{font-size:18px;}

.hSearch{position: relative;margin-right: 35px;margin-left: 20px;}
.hSearchBtn{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #ccc;font-size: 16px;}
.hSearchPanel{position: absolute;top: 0;right: 0;transition: 0.3s;opacity: 0;visibility: hidden;width: 0;}
.hSearchPanel.active{width: 265px;opacity: 1;visibility: visible;}
.hSearchPanel.active .box{opacity: 1;}

.hSearchPanel .box{width: 100%;height: 40px;background: #fff;border-radius: 5px;display: flex;justify-content: center;align-items: center;overflow: hidden;transition: 0.3s;opacity: 0;}
.search{width: 100%;flex: 1;display: flex;justify-content: space-between;align-items: center;}
.search input{width: 100%;height: 40px;background: #fff;border: none;outline: none;padding: 0 10px;font-size: 16px;}
.search button{width: 40px;color: #333;font-size: 16px;border: none;background: transparent;}
.search button i{vertical-align: middle;text-align: center;}

.hSearchClose{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;position: relative;font-size: 24px;color: #333;line-height: 1;cursor: pointer;}
.hSearchClose:before{position: absolute;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #ddd;content: "";left: 0;}
.hSearchClose i{font-style: normal;}

.header.fixed{padding: 0;box-shadow: var(--main-shadow);background: #fff;}
.header.fixed .headList .logo .img1{display: none;}
.header.fixed .headList .logo .img2{display: block;}
.header.fixed .menu ul li span a{color: #333;}
.header.fixed .menu ul li span a:hover,
.header.fixed .menu ul li span a.menu_hover{color: var(--main-color2);}
.header.fixed .language{color:#000;}
.header.fixed .language a{color:#000;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px; line-height:1; font-size:0px;}
.sp_logo1 img{margin:auto;max-height:30px;}
.sp_header1 .language{font-size:15px; color:#000;}
.sp_header1 .language img{width: 22px;}
.sp_header1 .language a{color:#000;}

.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;}
.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{font-size: 32px;color: #000;}
.iTitEn{font-size: 70px;color: #e7e7e7;text-transform: uppercase;line-height: 1;font-weight: bold;}
.iTit{font-size: 36px;color: #000;font-weight: bold;}
.iTit2{font-size: 20px;color: #666;font-weight: bold;}
.iTxt{font-size: 16px;color: #666;}
.iLine i{display: inline-block;}
.iLine img{width: auto;height: 6px;}
.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%;}
.iTop{}
.iTop .iTit{margin-top: -20px;}
.iTop .iLine{margin-top: 20px;}
.iTop2{text-align: center;}
.iTop2 .iTitEn{color: #fff;opacity: 0.5;}
.iTop2 .iTit{margin-top: -20px;color: #fff;}
.iTop2 .iLine{margin-top: 20px;color: #fff;display: flex;justify-content: center;}

.iMore a{display: flex;justify-content: center;align-items: center;width: 150px;height: 50px;font-size: 16px;color: #fff;background: var(--main-color2);}
.iMore a:hover{background: var(--main-color);}

.swiperNext,
.swiperPrev{width: 50px !important;height: 50px !important;border-radius: 50%;border: 1px solid #ddd;color: #d4d4d4 !important;}
.swiperNext.swiper-button-next:after,
.swiperPrev.swiper-button-prev:after{font-size: 24px;}
.swiperNext:hover,
.swiperPrev:hover{background: var(--main-color2);color: #fff !important;}

/*-------------------------------------------*/

.mainFull{width: 100%;height: 100%;overflow: hidden;}
.fullSwiper{width: 100%;height: 100%;}
.fullSwiper .swiper-slide-active .iproPart{opacity: 1;}
.fullSwiper .swiper-pagination-bullet{background: #111;opacity: 0.9;}
.fullSwiper .fullPages{right: 2% !important;}
.fullSwiper .fullPages .swiper-pagination{z-index: 9;}
.fullSwiper .fullPages .swiper-pagination-bullet{width: 15px;height: 15px;margin: 12px auto !important;transition: 0.3s;background: transparent;border: 2px solid var(--main-color2);position: relative;}
.fullSwiper .fullPages .swiper-pagination-bullet:after{position: absolute;right: 15px;top: 50%;transform: translateY(-50%);font-size: 13px;color: var(--main-color2);white-space: nowrap;padding: 0 10px;display: none;}
.fullSwiper .fullPages .swiper-pagination-bullet-active{background: var(--main-color2);}
.fullSwiper .fullPages .swiper-pagination-bullet:hover:after{display: block;}

.mPart{width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;padding-top: 0;box-sizing: border-box;}
.iInfo{font-size: 16px;color: #81888b;}
.iBtmslide{height: auto !important;width: 100%;}

/*banner*/
.banner{width: 100%;height: 100%;position: relative;}
.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;}

.banner .iVideo{width: 100%;height: 100%;font-size: 0px;}
.banner .iVideo video{width: 100%;height: 100%;object-fit: cover;}

.banTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;text-align: center;display: flex;justify-content: center;align-items: center;}
.banTit{font-size: 60px;color: #fff;font-weight: bold;}
.banTxt{font-size: 40px;color: #fff;margin-top: 20px;}
.banMore{display: flex;justify-content: center;margin-top: 35px;}
.banMore a{display: inline-block;width: 100%;max-width: 520px;height: 50px;border: 1px solid #fffc;border-radius: 50px;font-size: 16px;color: #fffc;display: flex;justify-content: center;align-items: center;}
.banMore a:hover{color: #fff;border-color: #fff;}

.index1{width: 100%;height: 100%;}
.index1 .wapper{height: 100%;}
.i1Warp{width: 100%;height: 100%;}
.i1Warp .left{border-right: 1px solid #ddd;width: 340px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;padding: 12% 0;padding-right: 30px;}
.i1Warp .left .iTxt{max-width: 300px;}

.i1Warp .right{width: calc(100% - 340px);height: 100%;}
.i1Menu{width: 100%;height: 40%;border-bottom: 1px solid #ddd;padding: 5%;display: flex;align-items: center;}
.i1Menu>ul{width: 100%;padding-top: 8%;}
.i1Menu>ul>li{width: 33%;position: relative;}
.i1Menu .tab{padding-bottom: 10px;}
.i1Menu .part{display: block;}
.i1Menu .part .icon{margin: 0 auto;display: flex;justify-content: center;}
.i1Menu .part .icon img{width: 72px;height: 72px;object-fit: contain;}
.i1Menu .part .tit{height: 50px;line-height: 50px;position: relative;text-align: center;font-size: 15px;color: #434343;}
.i1Menu .part .tit:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 5px;width: 60px;height: 2px;background: var(--main-color2);content: "";transition: 0.3s;opacity: 0;}
.i1Menu .panel{position: absolute;top: 100%;left: 0;width: 100%;background: #ededed;display: none;    z-index: 99;}
.i1Menu .panel ul li{line-height: 50px; position:relative;}
.i1Menu .panel a{display: block;padding: 0 5px;text-align: center;font-size: 15px;color: #333;}
.i1Menu .panel a:hover{background: var(--main-color2);color: #fff;}

.i1Menu .panel ul li dl{position:absolute; left:100%; top:0; width:100%; background: #ededed; display:none;}
.i1Menu .panel ul li dl dd{line-height: 50px; position:relative;}
.i1Menu .panel ul li:hover dl{display:block;}

.i1Menu>ul>li:hover .part .tit{color: var(--main-color2);}
.i1Menu>ul>li:hover .part .tit:after{opacity: 1;}
.i1Menu>ul>li:hover .panel{display: block;}

.i1List{width: 100%;height: 60%;padding: 5%;position: relative;}
.i1List .swiper-slide{background: transparent;}
.i1List .part{display: block;width: 100%;height: 100%;padding: 10px;}
.i1List .part .img{width: 100%;height: 300px;display: flex;justify-content: center;align-items: center;}
.i1List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i1List .part .tit{font-size: 18px;color: #5a5a5a;font-weight: bold;text-align: center;margin-top: 20px;}

.index2{padding: 5% 0;}
.i2List{width: 100%;margin-top: 60px;}
.i2List ul li{width: 25%;padding: 0 15px;}
.i2List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;border-radius: 15px;}
.i2List .part .img{width: 100%;height: 100%;}
.i2List .part .img img{width: 100%;height: 400px;object-fit: cover;}
.i2List .part .titBox{position: absolute;left: 0;bottom: 25px;width: 100%;padding: 20px;text-align: center;z-index: 2;}
.i2List .part .tit{font-size: 24px;color: #fff;font-weight: bold;}
.i2List .part .imgTop{position: absolute;left: 0;top: -100%;padding: 45px;padding-bottom: 60px;background: rgba(47,77,147,0.9);transition: 0.3s;width: 100%;height: 100%;}
.i2List .part .desc{width: 100%;}
.i2List .part dl{width: 100%;}
.i2List .part dl dd{margin: 10px 0;}
.i2List .part dl dd a{display: block;text-align: center;font-size: 16px;color: #fff;}

.i2List .part:hover .img img{transform: scale(1.1);}
.i2List .part:hover .imgTop{top: 0;}

.i2List ul li:nth-child(odd){margin-bottom: 50px;}
.i2List ul li:nth-child(even){margin-top: 50px;}

.index3{width: 100%;}
.i3Warp{width: 100%;}
.i3Warp .left{width: 40%;display: flex;flex-direction: column;justify-content: space-between;}
.i3Warp .img{width: 50%;}
.i3Warp .img img{max-height: 450px;width: 100%;object-fit: cover;}
.i3Warp .iTxt{margin: 20px 0;}

.i3List{margin-top: 8%;}
.i3List ul li{width: 25%;}
.i3List .part{width: 100%;display: flex;}
.i3List .part .icon{width: 60px;height: 60px;}
.i3List .part .icon img{width: 100%;height: 100%;object-fit: contain;}
.i3List .part .desc{width: calc(100% - 60px);padding: 0 20px;}
.i3List .part .tit{font-size: 24px;color: #333;font-weight: bold;}
.i3List .part .tit strong{font-size: 52px;color: var(--main-color);font-weight: bold;}
.i3List .part .txt{font-size: 16px;color: #666;margin-top: 10px;}

.index4{width: 100%;}
.i4List{margin-top: 6%;}
.i4List ul li{width: 25%;/*padding: 0 15px;*/}
.i4List .part{display: block;width: 100%;height: 100%;/*background: rgba(255,255,255,0.9);padding: 20px;*/text-align: center;}
.i4List .part .icon{width: 100%;/*display: flex;*/justify-content: center;}
.i4List .part .icon img{width: 100%;height: auto}
.abo3List .part img{height: 100%;object-fit:contain;}
.i4List .part .tit{font-size: 20px;font-weight: bold;margin-top: 20px;}
.i4List .part .tit a{color: #000;}
.i4List .part .tit a:hover{color: var(--main-color2);}
.i4List .part .titEn{margin-top: 10px;font-size: 15px;text-transform: uppercase;}
.i4List .part .titEn a{color: #999;}
.i4List .part .titEn a:hover{color: var(--main-color2);}
.i4List .part .line{margin: 5px 0;}
.i4List .part .line i{display: inline-block;width: 100%;max-width: 120px;height: 1px;background: #ddd;}
.i4List .part .txt{font-size: 13px;color: #666;line-height: 1.5;}

.index5{width: 100%;}
.i5List{width: 100%;margin-top: 50px;}
.i5List ul li{width: 33.3%;padding: 10px;}
.i5List .part{width: 100%;}
.i5List .part .img{width: 100%;}
.i5List .part .img img{width: 100%;object-fit: cover;    height: 240px;}
.i5List .part .desc{margin-top: 15px;}
.i5List .part .tit{font-size: 18px;color: #333;font-weight: bold;}
.i5List .part .tit:hover{color: var(--main-color);}
.i5List .part .time{font-size: 16px;color: #999;margin-top: 10px;}
.i5List .part .txt{margin-top: 10px;font-size: 16px;color: #666;line-height: 1.8;}
.i5List .part:hover .img img{transform: scale(1.1);}

.i5Top .iBtn{position: relative;width: 150px;}

/*footer*/
.iFoot{width: 100%;}
.footer{background: #00428e;position: relative;overflow: hidden;font-size: 13px;color: #ccc;}
.footer .wapper{position: relative;z-index: 2;}
.footer .svg-line{position: absolute;bottom: -40px;left: 0;width: 100%;}
.waves {position: relative;width: 100%;height: 15vh;margin-bottom: -7px;min-height: 100px;max-height: 150px;}
.parallax>use {animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;}
.parallax>use:nth-child(1) {animation-delay: -2s;animation-duration: 7s;}
.parallax>use:nth-child(2) {animation-delay: -3s;animation-duration: 10s;}
.parallax>use:nth-child(3) {animation-delay: -4s;animation-duration: 13s;}
.parallax>use:nth-child(4) {animation-delay: -5s;animation-duration: 20s;}
@keyframes move-forever {
	0% {transform: translate3d(-90px, 0, 0);}
	100% {transform: translate3d(85px, 0, 0);}
}

.fWarp{padding: 60px 0;}
.fWarp .item{}
.fWarp .item1{width: 25%;}
.fWarp .item2{width: 70%;}
.fWarp .tit{color: #fff;font-size: 16px;}
.fTel{margin-top: 10px;}
.fTel strong{font-size: 24px;color: #fc0;font-weight: normal;}
.fTel span{font-size: 12px;color: #fff;opacity: 0.6;}

.fEwm{width: 110px;background: #fff;padding: 10px;margin-top: 30px;}
.fEwm img{width: 100%;}
.fEwm span{display: block;text-align: center;font-size: 12px;color: #333;margin-top: 10px;}
.fMenu{width: 100%;}
.fMenu dl{width: 20%;}
.fMenu dl dt{font-size: 17px;font-weight: bold;margin-bottom: 20px;border-bottom: 1px solid rgba(255,255,255,0.3);padding-bottom: 35px;}
.fMenu dl dt a{color: #fff;}
.fMenu ul li{margin: 15px 0;}
.fMenu ul li a{font-size: 15px;color: #fff;}
.fMenu ul li a:hover{color: #fc0;}

.fBtm{width: 100%;padding: 35px 0;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;height: 480px;object-fit: cover;}
.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_top{border-bottom: 1px solid #ddd;}
.p_menu{width: 100%;}
.p_menu ul{justify-content: center;}
.p_menu>ul>li{padding: 0 15px;font-size: 15px;position: relative;}
.p_menu>ul>li>a{color: #000;width: 128px;height: 70px;position: relative;display: block;line-height: 70px;text-align: center;}
.p_menu>ul>li>a span{display: inline-block;border-bottom: 1px solid transparent;position: relative;bottom: 1px;}
.p_menu>ul>li.on>a{color: var(--main-color2);}
.p_menu>ul>li.on>a>span{border-color: var(--main-color2);}

.p_menu dl{position: absolute;left: 0;top: 100%;width: 100%;background: #ddd;display: none;
    z-index: 99999;}
.p_menu dl dd{ position:relative;}
.p_menu dl dd a{display: block;padding: 10px;color: #333;font-size: 15px;line-height: 1.6;text-align: center;}
.p_menu dl dd a:hover{background: var(--main-color2);color: #fff;}
.p_menu>ul>li:hover>dl{display: block;}
.p_menu dl dd dl{left:100%; display:none; top:0;}
.p_menu dl dd:hover dl{display:block;}

/*about*/

.about1{width: 100%;background: url(../images/map_bg.png) center left no-repeat;margin: 70px 0;}
.abo1Warp{width: 100%;}
.abo1Warp .left{width: 30%;}
.abo1Warp .right{width: 60%;}

.abo1Box .video_bg{width: 100%;height: 100%;position: relative;}
.abo1Box .video_bg:before{width: 100%;height: 100%;background: rgba(0,0,0,0.1);position: absolute;top: 0;left: 0;z-index: 1;content: "";}
.abo1Box .video_bg img{width: 100%;height: 400px;object-fit: cover;}
.abo1Box .video_bg video{width: 100%;height: 100%;object-fit: cover;}
.abo1Box .video_bg .i2Btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}
.abo1Box .video_bg .i2Btn img{width: 60px;height: auto;}

.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%);}

.abo1List{width: 100%;}
.abo1List ul li{width: 50%;margin-top: 35px;}
.abo1List .tit{font-size: 14px;color: #000;}
.abo1List .tit strong{font-size: 40px;font-weight: bold;color: var(--main-color);}
.abo1List .txt{font-size: 14px;color: #666;margin-top: 10px;}

.about2{margin: 70px 0;}
.abo2List{width: 100%;border: 1px solid #ddd;padding: 20px;}
.abo2List ul li{width: 33.3%;padding: 20px;}
.abo2List .part{display: block;width: 100%;height: 100%;}
.abo2List .part .img{width: 100%;height: 100%;object-fit: cover;}
.abo2List .part .img img{width: 100%;height: 100%;object-fit: cover;}

.about3{margin: 70px 0;}
.abo3Slide{width: 100%;overflow: hidden;}
.abo3List{width: 100%;}
.abo3List ul li{float: left;margin-bottom: 20px;margin-right: 20px;}
.abo3List .part{width: 200px;height: 100px;display: flex;justify-content: center;align-items: center;}

.about4{padding: 70px 0;}
.abo4List{width: 100%;}
.abo4List ul li{width: calc(33.3% - 30px);margin-right: 45px;margin-bottom: 45px;}
.abo4List ul li:nth-child(3n){margin-right: 0;}
.abo4List .part{display: block;width: 100%;height: 100%;position: relative;}
.abo4List .part .img{width: 100%;height: 100%;}
.abo4List .part .img img{width: 100%;height: 520px;object-fit: cover;}
.abo4List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 5%;text-align: center;display: flex;align-items: flex-end;}
.abo4List .part .desc{color: #fff;width: 100%;}
.abo4List .part .tit{font-size: 24px;}
.abo4List .part .txt{font-size: 18px;margin-top: 20px;line-height: 1.6;}
.abo4List .part:hover .img img{transform: scale(1.1);}

/*honor*/

.honor{width: 100%;padding: 60px 0;}
.honorList{width: 100%;margin-bottom: 50px;}
.honorList .title{margin: 30px 0;font-size: 24px;color: #333;border-left: 3px solid var(--main-color2);padding: 0 20px;line-height: 1;}
/*.honorList ul li{width: 33.3%;padding: 15px;}*/
.honorList .part{display: block;width: 100%;height: 400px;border: 1px solid #ddd;}
.honorList .part .img{width: 100%;height: 100%;padding: 20px;display: flex;justify-content: center;align-items: center;}
.honorList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

/*history*/

.history{width: 100%;padding: 50px 0;}
.historyWarp{width: 100%;}
.historyWarp .left{width: 30%;}
.historyWarp .left .img{width: 100%;}
.historyWarp .left .img img{width: 100%;}
.historyWarp .left ul li{width: 100%;border-bottom: 1px solid #fff;}
.historyWarp .left ul li a{display: block;display: flex;justify-content: center;align-items: center;height: 79px;background: #eeeeee;font-size: 22px;color: #333;}
.historyWarp .left ul li a:hover,
.historyWarp .left ul li.on a{background: var(--main-color);color: #fff;}

.historyWarp .right{width: 65%;}
.historyList{width: 100%;}
.historyList ul li{margin-bottom: 20px;}
.historyList .part{display: block;width: 100%;padding: 35px;border: 1px solid #ddd;}
.historyList .part .img{width: 100%;}
.historyList .part .img img{width: 100%;}
.historyList .part .desc{padding-top: 20px;}
.historyList .part .time{font-size: 32px;color: var(--main-color);font-weight: bold;}
.historyList .part .txt{font-size: 16px;color: #666;margin-top: 20px;}
.historyList .part:hover{border-color: var(--main-color);}

/*product*/
.product{background: #f9f9f9;padding: 30px 0;}
.proList{width: 100%;}
.proList ul li{width: calc(25% - 18.75px);margin-right: 25px;margin-bottom: 25px;}
.proList ul li:nth-child(4n){margin-right: 0;}
.proList .part{display: block;width: 100%;height: 100%;background: #fff;}
.proList .part .img{width: 100%;height: 300px;display: flex;justify-content: center;align-items: center;}
.proList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.proList .part .desc{padding: 20px;text-align: center;}
.proList .part .tit{font-size: 17px;color: #666;font-weight: bold;}
.proList .part:hover{box-shadow: var(--main-shadow);}
.proList .part:hover .img img{transform: scale(1.1);}

/*prodetail*/

.pro_box{background: #fff;margin-bottom: 30px;padding: 60px;}
.prod1{width: 100%;}
.prod1 .left{width: 45%;max-width: 500px;}
.prod1 .right{width: 48%;}
.prod1_tit{font-size: 20px;color: #333;font-weight: bold;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #ddd;}

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;
	
}

.prod_info{font-size: 16px;color: #5a5a5a;overflow: auto;}
.prod_info img{max-width: 100%;}

.prod1 .swiper-button-next,.prod1 .swiper-button-prev{color: #333;}
.prod1 .swiper-button-next:after,.prod1 .swiper-button-prev:after{font-size: 42px;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper .swiper-slide img:hover{transform: scale(1.1);}
.prodpSwiper{z-index: 98 !important;}
.prodtSwiper{margin-top: 10px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;}
.prodtSwiper .swiper-slide img{opacity: 0.6;}
.prodtSwiper .swiper-slide-thumb-active{border-color: #000;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}
.prodpSwiper .part{width: 100%;height: 100%;display: block;height: 400px;display: flex;justify-content: center;align-items: center;}
.prodpSwiper .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.pageBar{margin-top: 50px;padding-top: 50px;border-top: 1px solid #ddd;font-size: 14px;}
.pageBar .item{width: auto;max-width: 50%;}

.prod_tab{width: 100%;}
.prod_tab ul li{padding: 10px 20px;margin-right: 20px;font-size: 18px;color: #555;font-weight: bold;border-bottom: 2px solid transparent;cursor: pointer;}
.prod_tab ul li:hover{color: var(--main-color2);}
.prod_tab ul li.on{color: var(--main-color2);border-color: var(--main-color2);}
.prod_panel{margin-top: 20px;width: 100%;}

.prod3{width: 100%;}
.prod3 .item{width: 48%;padding: 0 2%;}
.prod3_tit{font-size: 36px;color: #000;margin-bottom: 35px;}
.prod3_form{width: 100%;}
.prod3_form ul li{padding-right: 10px;position: relative;margin-bottom: 20px;}
.prod3_form ul li i{position: absolute;right: 0;color: #f00;font-style: normal;top: 16px;}
.prod3_form input,
.prod3_form textarea{width: 100%;height: 50px;border: 1px solid #ddd;border-radius: 5px;padding: 0 10px;font-size: 16px;color: #333;}
.prod3_form textarea{padding: 10px;height: 100px;}

.prod3_form button{width: 100%;height: 50px;background: var(--main-color);color: #fff;font-size: 16px;border-radius: 5px;border: none;}
.prod3_form button:hover{background: var(--main-color2);}

.prod3_tel{width: 100%;}
.prod3_tel dl{margin-bottom: 35px;}
.prod3_tel dt{padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ddd;font-size: 22px;color: var(--main-color);font-weight: bold;}
.prod3_tel dd{font-size: 20px;color: #444;}
.prod3_tel dd p{display: flex;}
.prod3_tel dd img{width: 24px;vertical-align: middle;margin-right: 12px;}

/*application*/

.appl1List{width: 100%;}
.appl1List ul li{padding: 80px 0;}
.appl1List .part{max-width: 1320px;margin: 0 auto;padding: 0 15px;}
.appl1List .part .img{width: 50%;}
.appl1List .part .img img{width: 100%;    height: 420px;object-fit: cover;}
.appl1List .part .img:hover img{transform: scale(1.1);}
.appl1List .part .desc{width: 45%;}
.appl1List .part .prod3_tit{margin-bottom: 20px;}
.appl1List ul li:nth-child(even){background: rgb(249, 249, 249);}
.appl1List ul li:nth-child(even) .part .img{order: 1;}
.appl1List ul li:nth-child(even) .part .desc{order: 0;}

.application2{background: url(../images/about_qsv8.jpg) center no-repeat;background-size: cover;background-attachment: fixed;padding: 120px 0;}
.application2 .wapper{max-width: 1040px;text-align: center;}
.application2 .iTit{font-weight: normal;font-size: 48px;color: var(--main-color);}
.iMore2 a{background: var(--main-color);}
.iMore2 a:hover{background: var(--main-color2);}

.application3{padding: 70px 0;}

/*support*/
.support{padding: 50px 0;}
.supportMes{max-width: 800px;margin: 0 auto;}
.supportMes ul li{display: flex;align-items: center;}
.supportMes .tit{width: 120px;text-align: center;line-height: 50px;font-size: 15px;color: #555;}
.supportMes .input{flex: 1;}

/*news*/
.news{padding: 30px 0;}
.newsList1 .part{border: 1px solid #ddd;padding: 20px;display: block;}
.newsList1 .part:hover{border-color: var(--main-color);}

.newsList2{width: 100%;}
.newsList2 ul li{margin-bottom: 20px;}
.newsList2 .part{display: block;display: flex;justify-content: space-between;flex-wrap: wrap;padding: 30px;border: 1px solid #ddd;}
.newsList2 .part .img{width: 240px;margin-right: 30px;display: block;}
.newsList2 .part .img img{width: 100%;}
.newsList2 .part .desc{width: calc(100%  - 270px);}
.newsList2 .part .title{display: flex;}
.newsList2 .part .tag{font-size: 18px;color: var(--main-color);display: inline-block;margin-right: 10px;}
.newsList2 .part .tit{font-size: 18px;color: #333;font-weight: bold;flex: 1;font-weight: bold;}
.newsList2 .part .tit:hover{color: var(--main-color);}
.newsList2 .part .time{font-size: 16px;color: #999;margin-top: 10px;}
.newsList2 .part .txt{margin-top: 10px;font-size: 16px;color: #666;line-height: 1.8;}

.newsList2 .part:hover .img img{transform: scale(1.1);}

/*newsdetail*/

.newsdetail{width: 100%;padding: 30px 0;overflow: hidden;background: rgb(249, 249, 249);}
.newsdBox{background: #fff;padding: 50px;}
.newsdCon{max-width: 1080px;margin: 0 auto;}
.newsdTit{font-size: 20px;color: var(--main-color);font-weight: bold;text-align: center}
.newsdTag{font-size: 12px;color: #666;}
.newsdTag span{display: inline-block;margin: 0 10px;}
.newsdInfo{font-size: 16px;color: #434343;overflow: hidden;}
.newsdInfo img{max-width: 100%;}
.newsdTips{display: block;font-size: 12px;color: #868686;font-weight: normal;text-decoration: none;line-height: 24px;background: #F5F5F5;border: 1px solid #E5E5E5;padding: 10px;}

/*inside*/

.inside{padding: 60px 0;overflow: hidden;min-height: 500px;}
.inside img{max-width: 100%;}




@media only screen and (max-width: 1320px) {
.wapper{ width:100%;}
.iTitEn{font-size: 60px;font-weight: bold;}
.p_menu>ul>li>a{width: auto;padding: 0 20px;}
.menu a{font-size: 15px;}



}

@media only screen and (max-width: 1160px) {
.wapper{ width:100%;}
.menu a{padding: 0 12px;}
.p_menu>ul>li{padding: 0;}
.i2List .part .img img{height: 350px;}
.i2List .part .imgTop{padding: 20px;}
.i4List .part{padding: 20px;}

}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.sp_header1.on{display: none;}
.language{float: right;height: 70px;margin-right: 10px;display: flex;align-items: center;}
.p_menu>ul>li>a{padding: 0 15px;height: 50px;line-height: 50px;}
.abo1Warp .left{width: 100%;margin-bottom: 20px;}
.abo1Warp .right{width: 100%;}
.i2-video2{width: 100%;padding: 5%;}
.abo2List ul li{padding: 10px;}
.abo4List ul li{width: 33.3%;margin: 0;padding: 10px;}
.i5List ul li{width: 50%;}
.proList ul li{width: 50%;margin: 0;padding: 10px;}
.pro_box{padding: 35px;}




}

@media only screen and (max-width: 768px) {
.wapper{padding: 0 10px;}
.iTxt{font-size: 14px;}
.iTitEn{font-size: 48px;}
.iTit{font-size: 32px;}
.iTop .iLine{margin-top: 10px;}
.iMore a{width: 120px;height: 42px;font-size: 14px;}

.banTit{font-size: 32px;}
.banTxt{font-size: 20px;}
.banMore a{font-size: 14px;}
.i1Warp{height: auto;}
.i1Warp .left{width: 100%;padding: 20px 0;border-right: none;border-bottom: 1px solid #ddd;height: auto;}
.i1Warp .right{width: 100%;height: auto;}
.i1Warp .left .iTxt{max-width: 100%;margin: 10px 0;}
.i1Menu{height: auto;padding: 20px 0;}
.i1List{width: 100%;height: auto;padding: 10px 0;}
.i1Menu>ul{padding: 0;}
.i1Menu .part .icon img{width: 50px;height: 50px}
.i1Menu .part .tit{height: 45px;line-height: 45px;}
.i1List .part{padding: 5px;}
.i1List .part .img{height: 120px;}
.i1List .part .tit{margin-top: 10px;font-size: 16px;}
.i2List{margin-top: 45px;}
.i2List ul li{width: 50%;padding: 5px;margin: 0 !important;}
.i2List .part .img img{height: 220px;}
.i2List .part .titBox{padding: 10px;bottom: 0;}
.i2List .part .tit{font-size: 20px;}
.i2List .part .imgTop{padding-bottom: 25px;}

.i3Warp .left{width: 100%;}
.i3Warp .img{width: 100%;}
.i3Warp .img img{height: 100px;object-fit: cover;margin: 10px 0;}
.i3List ul li{width: 50%;}

.i3List{margin: 0;}
.i3List .part .icon{width: 35px;height: 35px;}
.i3List .part .desc{width: calc(100% - 40px);padding: 0 5px;}
.i3List .part .tit{font-size: 16px;}
.i3List .part .tit strong{font-size: 32px;}
.i3List .part .txt{font-size: 13px}

.i4List{margin-top: 25px;}
.i4List ul li{width: 50%;padding: 5px;}
.i4List .part{padding: 10px;}
.i4List .part .icon img{width: auto; max-width:100%}
.i4List .part .tit{font-size: 16px;margin-top: 20px;}
.i4List .part .titEn{font-size: 14px;}
.i4List .part .txt{font-size: px;}
.i5Top {display: block;}
.i5Top .iBtn{margin: 0 auto;margin-top: 10px;}
.i5List .part .img img{height: 200px;}
.i5List .part .time{font-size: 14px;}
.i5List .part .txt{font-size: 14px;}
.fWarp{padding: 40px 0;}
.fWarp .item{width: 100% !important;}
.fWarp .item1{position: relative;padding-right: 110px;margin-bottom: 15px;}
.fTel strong{display: block;}
.fEwm{width: 100px;padding: 5px;margin: 0;position: absolute;top: 0;right: 0;}
.fMenu dl{width: 100%;}
.fMenu dl dt{font-size: 15px;padding: 10px;margin-bottom: 10px;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{margin: 10px 0;width: 25%;}
.fBtm{padding: 20px 0;}
.i2-video2{padding: 35px 10px;}
.abo2List{padding: 10px;}
.abo2List ul li{width: 50%;padding: 10px;}
.abo3List .part{width: 150px;height: 60px;}
.tongtu .img img{height: 220px;}
.tongtu .t1{font-size: 24px;}
.appl1List ul li{padding: 50px 0;}
.appl1List .part{padding: 0 10px;display: block;}
.appl1List .part .img{width: 100%;margin-bottom: 20px;}
.appl1List .part .desc{width: 100%;}
.supportMes ul li{flex-wrap: wrap;}
.supportMes .tit{width: 100%;margin-bottom: 5px;text-align: left;}
.prod3_tit{font-size: 32px;}
.application2{padding: 100px 0;}
.application2 .iTit{font-size: 32px;}
.prod3 .item{width: 100%;padding: 20px 0;}
.abo4List ul li{width: 100%;}
.historyWarp .left{width: 100%;margin-bottom: 20px;}
.historyWarp .right{width: 100%;}
.historyList .part{padding: 20px;}
.historyList .part .time{font-size: 24px;}
.honorList ul li{width: 50%;padding: 5px;}
.i5List ul li{width: 100%;}
.newsList2 .part{padding: 20px;}
.newsList2 .part .img{width: 100%;margin-bottom: 20px;margin-right: 0;}
.newsList2 .part .desc{width: 100%;}
.newsdBox{padding: 20px;}
.proList ul li{width: 100%;}
.pro_box{padding: 20px;}
.prod1 .left{width: 100%;margin: 0 auto;}
.prod1 .right{width: 100%;max-width: 500px;margin: 0 auto;margin-top: 20px;}
.prod_tab ul li{font-size: 16px;padding: 5px 10px;margin-right: 10px;}
.pageBar .item{max-width: 100%;margin: 10px 0;}

.honorList .part{height: 250px;}
.p_menu>ul>li>a{padding:0 10px;}
.sp_logo1 img{max-height: 26px;}
.sp_header1 .language{font-size:14px;}
.sp_header1 .language a.on{font-size:16px;}

}