/*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:1380px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #004186;
	--main-color2: #19599d;
	--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;background: #000000;background-image: linear-gradient(90deg,#000000 0%,#000000 100%);top: 0;left: 0;width: 100%;z-index: 9999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 110px;position: relative;}
.headList .logo{}
.headList .logo img{max-height: 55px;width: auto;}
.hHei{height: 110px;}

.hRight{height: 65px;color: #fff;margin-top: 0;margin-bottom: auto;position: relative;z-index: 99;padding: 0 20px;}
.hRight .icon img{max-height: 50px;vertical-align: middle;}
.language{position: relative;margin-right: 20px;}
.language dt{font-size: 16px;color: #fff;cursor: pointer;height: 65px;line-height: 65px;}
.language dt i{padding-left: 10px;}
.language dd{position: absolute;top: 65px;width: 100%;background: #fff;display: none;transition: 0.3s;min-width: 200px;box-shadow: var(--main-shadow);}
.language dt:after{
	content: '';
	opacity: 0;
	position: absolute;
	top: calc(100% - 6px);
	left: 50%;
	z-index: 10;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	-webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, transform .35s ease;
	transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
}
.language ul li a{display: block;padding: 12px 20px;color: #333;font-size: 16px;}
.language ul li a:hover{background: var(--main-color);color: #fff;}
.language:hover dd{display: block;}
.language:hover dt:after{opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);}

.to_timing{font-size: 14px;color: #fff;font-weight: bold;margin-right: 20px;}
.to_timing span{font-weight: bold;color: #8ec31f;font-size: 20px;vertical-align: middle;display: inline-block;padding: 0 5px;}

/*menu*/
.pc_menu{position: absolute;right: 0;top: 66px;z-index: 1;padding: 0 30px;width: 53%;}
.pc_menu:after{content: "";display: block;width: calc(100% + 30px);height: 100%;position: absolute;top: 0;right: -30px;-webkit-transform: skew(-18deg);transform: skew(-18deg);background: var(--main-color);}
.menu{height:52px;line-height:52px;}
.menu>ul>li{ float:left;}
.menu>ul>li>span>a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;font-weight: bold;position: relative;z-index: 2;}
.menu>ul>li.menu_down>span>a:after {
	content: '';
	opacity: 0;
	position: absolute;
	top: calc(100% - 6px);
	left: 50%;
	z-index: 10;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	-webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, transform .35s ease;
	transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
}

.menu>ul>li>span>a.menu_hover:after {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.menuD{ background:#fff; width:100%; position:fixed; left: 0; top:110px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: -1;}
.menuD .warp{display: block;width: 100%;background: #fff;position: relative;padding: 20px 0;}
.menuD .warp:before{position: absolute;left: 0;top: 0;width: 35%;background: #f2f2f2;content: "";height: 100%;}
.menuD .list{width: 65%;margin-left: auto;line-height: 1.6;position: relative;z-index: 9;}
.menuD .list dl{width: 25%;padding: 10px;}
.menuD .list dl dt{margin-bottom: 10px;}
.menuD .list dl dt a{font-size: 16px;color: #333;font-weight: bold;}
.menuD .list dl dd{text-align: left;}
.menuD .list dl dd a{display: block;padding: 5px 0;font-size: 14px;color: #333;}
.menuD .list a:hover{color: var(--main-color);}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;position:fixed;z-index:9999;width:100%;display: none;top: 0;background: #9a0606;background-image: linear-gradient(90deg,#e45a38 0%,#c12f35 100%);}
.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: 35px;float:right;position:relative;cursor:pointer;height:30px;margin-top: 10px;display: none;}
.sp_nav1 span{display:block;background:#fff;width:22px;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:8px}
.sp_nav1 span:nth-of-type(3){top:16px}
.sp_nav_se1 span:nth-of-type(1){top:8px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:8px;transform:rotate(-45deg)}
.sjj_nav1 .language2{padding: 0 20px;}
.sjj_nav1 .language2 a{font-size: 16px;color: #333;font-weight: 300;}

.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 65px);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:65px;}
.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{font-size: 28px;color: #37474f;font-weight: bold;}
.iTit2{font-size: 20px;color: #37474f;font-weight: bold;}
.iTit3{font-size: 20px;color: #37474f;font-weight: 300;}
.iTxt{}
.iLine i{display: inline-block;width: 38px;height: 2px;background: var(--main-color);}
.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%;}
.iTitle{display: flex;justify-content: center;}
.iTitle .box{position: relative;max-width: 225px;min-height: 60px;margin: 0 auto;text-align: center;margin-bottom: 30px;padding: 0 50px;}
.iTitle .box:before,
.iTitle .box:after{position: absolute;top: 0;content: "";width: 24px;height: 60px;right: 0;background: url(../images/titBg2.png) center center no-repeat;}
.iTitle .box:before{left: 0;background: url(../images/titBg1.png) center center no-repeat;}
.iTitle .box span{text-transform: uppercase;color: #373636;line-height: 30px;font-size: 24px;font-weight: 300;display: block;}
.iTitle .box strong{line-height: 30px;font-size: 24px;color: #0c7ea4;font-weight: normal;display: block;}
.iMore a{display: inline-block;padding: 10px 25px;border: 1px solid var(--main-color);color: var(--main-color);font-size: 16px;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{padding: 40px 0 70px 0;}
.i1List{width: 100%;}
.i1List ul{justify-content: space-between;}
.i1List ul li{width: calc(33.3% - 16px);}
.i1List .part{display: block;width: 100%;border-radius: 5px;padding: 35px 20px;display: flex;justify-content: space-between;align-items: center;padding-left: 15%;color: #fff;background: #004186;}
.i1List .part .icon{width: 48px;margin-right: 10px;}
.i1List .part .icon img{width: 100%;vertical-align: middle;}
.i1List .part .desc{flex: 1;}
.i1List .part .desc strong{font-size: 24px;display: block;font-weight: bold;margin-bottom: 10px;}
.i1List .part .desc span{font-size: 14px;}
.i1List .part .icon2{width: 36px;margin-left: 10px;}

.i1List ul li:nth-child(2) .part{background: #EA5514;}
.i1List ul li:nth-child(3) .part{background: #8EC31F;}
.i1List .part:hover{background: #6C9711 !important;}

.i1Warp{width: 100%;}
.i1Warp .iVideo{width: 46%;}
.i1Warp .desc{width: 52%;}
.i1Warp .desc .tit{font-size: 24px;color: #333;font-weight: bold;}
.i1Warp .desc .txt{font-size: 16px;color: #333;}

.index2{background-color: #004186;background-image: linear-gradient(90deg, #004186 0%, #185ea9 100%);padding: 100px 0;}
.i2List{width: 100%;}
.i2List ul li{width: 25%;text-align: center;border-right: 1px solid rgba(255,255,255,0.3);}
.i2List ul li:last-child{border: none;}
.i2List .tit{font-size: 36px;color: #fff;}
.i2List .tit .timer{font-weight: bold;}
.i2List .tit span{font-size: 16px;font-weight: bold;vertical-align: super;}
.i2List .txt{font-size: 14px;color: #fff;}

.index3{background: #EEEEEE;padding: 70px 0;}
.i3List{width: 100%;}
.i3List ul li{width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;}
.i3List ul li:nth-child(4n){margin-right: 0;}
.i3List .part{display: block;width: 100%;height: 100%;background: #fff;display: flex;flex-direction: column;}
.i3List .part .img{width: 100%;height: 100%;flex: 1;display: flex;justify-content: center;align-items: center;padding: 10px;}
.i3List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i3List .part .desc{background: #004186;padding: 10px;}
.i3List .part .tit{color: #fff;font-size: 16px;}

.index4{padding: 70px 0;}
.i4Top{width: 100%;margin-bottom: 50px;}
.i4Tab{}
.i4Tab ul li{display: inline-block;}
.i4Tab ul li a{display: inline-block;padding: 0 20px;font-size: 13px;color: #37474F;font-weight: bold;line-height: 30px;}
.i4Tab ul li.on a{background: var(--main-color);color: #fff;}
.i4Warp{width: 100%;}
.i4Warp .left{width: 45%;}
.i4Warp .right{width: 52%;}
.i4Warp .part1{display: block;width: 100%;}
.i4Warp .part1 .img{width: 100%;}
.i4Warp .part1 .img img{width: 100%;}
.i4Warp .part1 .desc{background: var(--main-color);padding: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.i4Warp .part1 .date{width: 50px;text-align: center;margin-right: 50px;}
.i4Warp .part1 .date strong{font-size: 36px;color: #fff;font-weight: bold;display: block;margin-bottom: 5px;}
.i4Warp .part1 .date span{font-size: 16px;color: #fff9;}
.i4Warp .part1 .inner{width: calc(100% - 100px);}
.i4Warp .part1 .tit{font-size: 16px;color: #fff;font-weight: bold;}
.i4Warp .part1 .line{margin: 15px 0;width: 100%;height: 1px;background: #fff;opacity: 0.3;}
.i4Warp .part1 .txt{font-size: 16px;color: #fff;opacity: 0.6;line-height: 1.6;}

.i4List{width: 100%;}
.i4List ul li{padding: 0;border-bottom: 1px solid #000;}
.i4List .part{display: flex;justify-content: space-between;padding: 15px 0;}
.i4List .part .desc{flex: 1;}
.i4List .part .tit{color: #37474F;font-size: 14px;font-weight: bold;line-height: 30px;}
.i4List .part .time{font-size: 13px;color: #828282;font-weight: 300;}
.i4List .part .txt{font-size: 13px;color: #828282;line-height: 1.6;display: none;}
.i4List .part .line{width: 100%;height: 1px;background: #000;margin: 10px 0;display: none;}
.i4List .part .time2{text-align: center;font-size: 16px;color: #828282;}
.i4List .part .time2 .day{font-size: 36px;font-weight: bold;position: relative;letter-spacing: 1px;color: #828282;display: block;}
.i4List .part:hover{transform: translateX(10px);}
.i4List .part:hover .tit{color: var(--main-color);}

.i4List ul li:nth-child(1){border-bottom: none;}
.i4List ul li:nth-child(1) .part .desc{width: 80%;flex: initial;}
.i4List ul li:nth-child(1) .part .line{display: block;}
.i4List ul li:nth-child(1) .part .txt{display: block;}

.index5{padding: 30px 0;}
.i5Tit{font-size: 28px;color: #002e5f;}
.i5List{position: relative;padding: 0 50px;}
.i5List .part{width: 100%;height: 80px;border: 1px solid #ddd;border-radius: 5px;padding: 10px;display: flex;justify-content: center;align-items: center;}
.i5List .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i5List .swiper-button-next, .i5List .swiper-button-prev{}
.i5List .swiper-button-next:after, .i5List .swiper-button-prev:after{color: #999;font-size: 26px;}
.i5Item{margin-bottom: 70px;}
.index5 .i5Item:last-child{margin-bottom: 0;}

.footer{background: #4d4d4d;padding: 50px 0 18px 0;font-size: 14px;color: #fff;position: relative;}
.fWarp{width: 100%;}
.fEwm{}
.fEwm .ewm{width: 120px;text-align: center;margin-right: 20px;}
.fEwm .ewm:last-child{margin-right: 0;}
.fEwm .ewm img{width: 100%;}
.fMenu{}
.fMenu dl{margin-right: 35px;}
.fMenu dl dt{margin-bottom: 20px;}
.fMenu dl dt a{font-size: 18px;color: #fff;}
.fMenu dl dd{}
.fMenu ul li{}
.fMenu ul li a{display: block;padding: 5px 0;color: #fff;}

.fBtm{font-size: 12px;padding-top: 20px;border-top: 1px solid rgba(255, 255, 255, .2);margin-top: 30px;}
.fBtm a{color: #fff;}

.mainTop{position: relative;width: 100%;padding-top: 200px;overflow: hidden;}
.mainTopWarp{position: relative;width: 50%;}
.mainTop .bg {
	position: absolute;
	z-index: -1;
	top: -30px;
	top: -115px;
	left: -30px;
	left: -80px;
	right: -30px;
	bottom: -10px;
	overflow: hidden;
}

.mainTop .bg:before {
	width: 100vw;
	height: 15px;
	background: #fff;
	left: -30px;
	right: -30px;
	bottom: -18px;
	z-index: 10;
	-webkit-transform: rotateX(180deg) skewY(1deg) perspective(0.9em) rotateY(0) scale(1.1);
	transform: rotateX(180deg) skewY(1deg) perspective(0.9em) rotateY(0) scale(1.1);
	bottom: -20px;
}

.mainTop .bg:after {
	content: "";
	display: inline-block;
	width: calc(100% - 50px);
	height: calc(100% - 60px);
	position: absolute;
	right: 0;
	left: 50px;
	bottom: -20px;
	outline: 1px solid transparent;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: skewY(3deg) perspective(0.9em) rotateY(0) scaleY(1.1);
	transform: skewY(3deg) perspective(0.9em) rotateY(0) scaleY(1.1);
	background: linear-gradient(to right, #004186 15%, #0041867d 100%);
}

.mainTop .bg i {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 42%;
	height: 79.6344%;
	outline: 1px solid transparent;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: skew(0, 0) perspective(1.7em) rotateY(-1deg);
	transform: skew(0, 0) perspective(1.7em) rotateY(-1deg);
	-webkit-transform: skew(0, 2deg) perspective(1em) rotateY(-1deg);
	transform: skew(0, 2deg) perspective(1em) rotateY(-1deg);
	background: linear-gradient(to left, rgba(41 95 153) 0, rgba(0, 195, 137, 0) 100%);
}

.current{font-size: 12px;line-height: 1.2;font-weight: 700;margin-top: 0;padding-bottom: 5px;display: flex;flex-wrap: wrap;}
.current a{color: #fff;font-weight: bold;}
.current a:after{content: "/";display: inline-block;margin: 0 5px;}
.current a:last-child:after{display: none;}
.mainTit{font-size: 44px;line-height: 1.1;font-weight: 800;padding-bottom: 25px;color: #fff;}

.toTop{position: fixed;right: 10px;bottom: 0;width: 50px;height: 50px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.6);color: #fff;font-size: 26px;transition: 0.3s;opacity: 0;visibility: hidden;}
.toTop.active{opacity: 1;visibility: visible;bottom: 20px;}

.mainFull{padding: 80px 0;}

.news{width: 100%;}
.newsList{display: flex;justify-content: space-between;flex-wrap: wrap;}
.newsList li{width: calc(50% - 20px);margin-bottom: 40px;}
.newsList .part{display: block;width: 100%;height: 100%;}
.newsList .part .img{width: 100%;}
.newsList .part .img img{width: 100%;}
.newsList .part .desc{margin-top: 20px;}
.newsList .part .tit{font-size: 16px;color: #333;font-weight: bold;}
.newsList .part .txt{font-size: 14px;color: #333;line-height: 1.6;margin: 15px 0;}
.newsList .part .more{font-size: 12px;color: #002e5f;font-weight: bold;}
.newsList .part .more i{display: inline-block;margin-left: 10px;}
.newsList .part:hover .tit{color: var(--main-color);}
.newsList .part:hover .more{color: var(--main-color);}

.mainShare{position: relative;}
.mainShare:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;height: 1px;background: #eee;content: "";z-index: 1;}
.mainShare .box{position: relative;background: #fff;padding: 0 10px;font-size: 12px;color: #333;z-index: 2;}
.mainShare .box>span{display: inline-block;padding: 0 10px;}
.mainShare .box .icon{position: relative;width: 38px;height: 38px;text-align: center;line-height: 38px;}
.mainShare .box a{color: #333;font-size: 18px;}
.mainShare .box a:hover{color: var(--main-color);}
.mainShare .box .panel{position: absolute;bottom: 42px;left: 50%;transform: translateX(-50%);background: #fff;width: 200px;padding: 10px;color: #333;font-size: 14px;box-shadow: var(--main-shadow);display: none;}
.mainShare .box .panel p{line-height: 1.6;}
.mainShare .box .panel .ewm{width: 100%;}
.mainShare .box .panel .ewm img{width: 100%;}
.mainShare .box .panel:after{
	content: '';
	opacity: 1;
	position: absolute;
	bottom: -8px;
	left: 50%;
	z-index: 10;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, transform .35s ease;
	transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
}

.mainShare .icon:hover .panel{display: block;}

.newsList2{width: 100%;display: flex;flex-wrap: wrap;}
.newsList2 li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}
.newsList2 li:nth-child(3n){margin-right: 0;}
.newsList2 .part{display: block;width: 100%;height: 100%;background: #f2f2f2;overflow: hidden;}
.newsList2 .part .img{display: none;width: 100%;}
.newsList2 .part .img img{width: 100%;}
.newsList2 .part .desc{padding: 15px;padding-bottom: 0;position: relative;}
.newsList2 .part .tit{font-size: 16px;color: #333;font-weight: bold;line-height: 1.8;}
.newsList2 .part .info{font-size: 12px;color: #333;line-height: 1.8;}
.newsList2 .part .more {
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71;
	padding: 10px 22px;
	margin-left: -22px;
	position: relative;
	z-index: 1;
	margin-top: 15px;
	-webkit-transition: color .35s ease;
	transition: color .35s ease;
	color: #002e5f;
}

.newsList2 .part .more:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: calc(100% + 30px);
	height: 100%;
	background-color: transparent;
	-webkit-transform: skew(18deg) translate(-100%);
	transform: skew(18deg) translate(-100%);
	-webkit-transition: background-color .35s ease, -webkit-transform .35s ease;
	transition: background-color .35s ease, -webkit-transform .35s ease;
	transition: transform .35s ease, background-color .35s ease;
	transition: transform .35s ease, background-color .35s ease, -webkit-transform .35s ease;
}

.newsList2 .part:hover .more {color: #fff;}
.newsList2 .part:hover .more:after{background-color: #13adc5;-webkit-transform: skew(18deg);transform: skew(18deg);}

/*visitForm*/

.iForm{width: 100%;position: relative;overflow: hidden;padding-top: 300px;background: url(../images/cimeebg.jpg) no-repeat center top #001025;background-size: cover;padding-bottom: 80px;z-index: 2;}
.iFormBg{height: 455px;position: relative;background-color: #00319f;overflow: hidden;position: absolute;top: 0;left: 0;width: 100%;}
.iFormBg canvas{width: 100% !important;height: 100% !important;}
.iFormTit{text-align: right;margin-bottom: 35px;}
.iFormTit h2{font-size: 40px;color: #fff;line-height: 1;font-style: italic;font-weight: bold;position: relative;display: inline-block;text-shadow: 2px 2px 20px #35efd5;}
.iFormBox{background: #fff;position: relative;overflow: hidden;min-height: 500px;}
.iFormTop{padding: 30px 60px;border-bottom: 1px solid #eee;}
.iFormTop .current a{color: #333;font-size: 14px;font-weight: normal;}
.iFormTop .current a:after{color: #333;}

.iForm .icon_jellyfish{left: 120px;bottom: 340px;}
.icon_jellyfish{position: absolute;bottom: 170px;left: -130px;z-index: -1;}
.icon_jellyfish .icon_jellyfish1{position: absolute;width: 72px;height: 92px;background: url(../images/icon_jellyfish.png) no-repeat;background-size: cover;top: 20px;left: -20px;transform-origin: 50% 0;-webkit-transform-origin: 50% 0;-webkit-animation: swim 10s ease-in-out infinite,squash 10s 5s ease-in-out infinite;animation: swim 10s ease-in-out infinite,squash 10s 5s ease-in-out infinite;}
.icon_jellyfish .icon_jellyfish2{position: absolute;width: 50px;height: 68px;background: url(../images/icon_jellyfish2.png) no-repeat;background-size: cover;top: -95px;left: 0;transform-origin: 50% 0;-webkit-transform-origin: 50% 0;-webkit-animation: swim2 14s ease-in-out infinite,squash 14s 7s ease-in-out infinite;animation: swim2 14s ease-in-out infinite,squash 14s 7s ease-in-out infinite;}
.icon_jellyfish .icon_jellyfish3{position: absolute;width: 50px;height: 53px;background: url(../images/icon_jellyfish3.png) no-repeat;background-size: cover;top: -65px;left: 66px;transform-origin: 50% 0;-webkit-transform-origin: 50% 0;-webkit-animation: swim3 18s ease-in-out infinite,squash 18s 9s ease-in-out infinite;animation: swim3 18s ease-in-out infinite,squash 18s 9s ease-in-out infinite;}
.iForm .icon_whale{margin: 0;top: auto;right: 50px;bottom: -154px;}

.icon_whale{width: 484px;height: 265px;background: url(../images/icon_whale.png) no-repeat;position: absolute;top: 0;bottom: 0;right: -247px;margin: auto;z-index: -1;}
.iForm .icon_dolphin{margin: 0;top: auto;left: -90px;bottom: -237px;}
.icon_dolphin{width: 461px;height: 144px;background: url(../images/icon_dolphin.png) no-repeat;position: absolute;left: -390px;top: 0;bottom: 0;margin: auto;z-index: -1;}
.iForm .icon_fish{right: 195px;}
.icon_fish{width: 417px;height: 246px;background: url(../images/icon_fish.png) no-repeat;position: absolute;bottom: 94px;right: -101px;z-index: -1;}
.iForm .icon_fish2{top: 188px;left: 165px;}
.icon_fish2{width: 255px;height: 163px;background: url(../images/icon_fish2.png) no-repeat;position: absolute;top: 242px;left: -188px;z-index: -1;}

.iFormWarp{padding: 60px;}
.iFormWarp .ml{width: 300px;position: relative;}
.iFormWarp .mr{flex: 1;}
.mlTit{font-size: 42px;color: #0061ae;line-height: 42px;text-transform: uppercase;letter-spacing: -2px;margin-bottom: 20px;}
.mlLis{margin: 18px 0 0 0 !important;width: 70%;overflow: visible;position: relative;}
.mlList ul li{margin-bottom: 12px;}
.mlList ul li a{font-size: 16px;color: #8b9092;line-height: 24px;position: relative;display: inline-block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.mlList ul li.on a{color: #0061ae;}
.mlList ul li a:hover{color: #0061ae;}
.mlList ul li a span{position: relative;z-index: 2;}
.mlList ul li a:before {
	content: '';
	height: 16px;
	background: url(../images/ico1.png) no-repeat center;
	position: absolute;
	right: -32px;
	top: 5px;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition: all .4s .8s;
	-o-transition: all .4s .8s;
	transition: all .4s .8s;
	z-index: 2;
}

.mlList ul li a:after {
	content: '';
	width: 0;
	height: 138%;
	background-color: #f3f5fb;
	position: absolute;
	left: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

.mlList ul li a:hover:before {
	width: 34px;
	opacity: 1;
	filter: Alpha(opacity=100);
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

.mlList ul li a:hover:after {
	width: -moz-calc(100% + 140px);
	width: -webkit-calc(100% + 140px);
	width: calc(100% + 140px);
}

.mrTop{border-bottom: 1px solid #E2E2E2;text-align: center;padding-bottom: 20px;font-size: 24px;color: #E05238;line-height: 36px;margin-bottom: 25px;}
.iFormInner{width: 50%;margin: 0 auto;margin-top: 20px;}
.iFormInner .row{margin-bottom: 20px;}
.iFormInner .tit{margin-bottom: 20px;font-size: 16px;color: #333;font-weight: bold;}
.iFormInner .tit i{color: #f00;font-style: normal;}
.iFormInner .input{width: 100%;}
.iFormInner .input input,
.iFormInner .input select,
.iFormInner .input textarea{width: 100%;border: 1px solid #C1C1C1;line-height: 40px;border-radius: 5px;padding: 0 10px;font-size: 16px;height: 42px;}
.iFormInner .input textarea{height: 150px;}
.iFormInner .bottom .btn{background: #ccc;color: #fff;line-height: 50px;border-radius: 5px;font-size: 16px;text-align: center;width: 100px;display: inline-block;}
.iFormInner .bottom .btn1{display: inline-block;line-height: 50px;border-radius: 5px;background: #E05238;font-size: 16px;text-align: center;color: #fff;width: 200px;margin-right: 10px;}
.mrTips{padding: 20px;border-top: 1px solid #E2E2E2;margin-top: 20px;display: flex;color: #333;font-size: 14px;}

.inside{width: 100%;overflow: hidden;}
.inside img{max-width: 100%;}

@media only screen and (max-width: 1380px) {
.wapper{ width:100%;padding: 0 20px;}
.pc_menu{width: 70%;}
.menu>ul>li>span>a{padding: 0 15px;}
.i4Warp .part1 .date{margin-right: 20px;}
.i4Warp .part1 .inner{width: calc(100% - 70px);}
.i4Warp .part1 .txt{font-size: 14px;}


}

@media only screen and (max-width: 980px) {
.header{}
.headList{height: 65px;}
.hRight{padding: 0 10px;}
.hRight .language{display: none;}
.pc_menu{display: none;}
.headList .logo{padding-left: 10px;}
.headList .logo img{max-height: 40px;}
.hRight .icon{display: none;}
.to_timing{position: fixed;top: 65px;left: 0;width: 100%;background: rgba(0, 0, 0, .4);line-height: 40px;padding: 0 10px;text-align: right;}
.sp_nav1{display: block;}
.sjj_nav1{ display:block;}
body.head_on .to_timing{display: none;}
.hHei{height: 105px;}

.i1List ul li{width: 100%;margin-bottom: 20px;}
.i1Warp .iVideo{width: 100%;margin-bottom: 20px;}
.i1Warp .desc{width: 100%;}

.index2{padding: 50px 0;}
.i2List ul li{width: 100%;padding: 20px 0;border-right: none;border-bottom: 1px solid rgba(255,255,255,0.3);}
.i3List ul{justify-content: space-between;}
.i3List ul li{width: calc(50% - 5px);margin-bottom: 10px;margin-right: 0;}

.i4Top{display: block;}
.i4Top .left{text-align: center;}
.i4Tab{width: 100%;margin-top: 20px;}
.i4Tab ul{justify-content: center;}
.i4Warp .left{width: 100%;}
.i4Warp .right{width: 100%;}
.i4Warp .part1 .desc{padding: 20px;}
.i4List .part{align-items: center;}
.i4List .part .time{width: 80px;font-size: 12px;}
.i4List .part .desc{width: 80%;}
.i5Tit{font-size: 24px;}
.i5List{padding: 0;padding-bottom: 50px;}
.i5List .swiper-button-next{right: calc(50% - 50px);}
.i5List .swiper-button-prev{left: calc(50% - 50px);}
.i5List .swiper-button-next,
.i5List .swiper-button-prev{top: auto;bottom: 0px !important;background: rgba(0,0,0,0.3);width: 35px;height: 35px;}
.i5List .swiper-button-next:after,
.i5List .swiper-button-prev:after{font-size: 15px;color: #fff;}
.fMenu{width: 100%;text-align: center;}
.fMenu dl{width: 25%;margin-right: 0;}
.fMenu dl dt a{font-size: 15px;}
.fEwm{width: 100%;justify-content: center;margin-top: 10px;}
.fEwm .ewm{width: 95px;max-width: 95px;}

.mainTop{padding-top: 150px;}
.mainTopWarp{width: 100%;}
.mainTit{font-size: 32px;margin-top: 5px;}
.newsList li{width: 100%;}
.newsList2 li{width: 100%;margin-right: 0;}
.iForm{padding-top: 220px;}
.iFormBg{height: 328px;}
.iFormTit h2{font-size: 30px;}
.iFormTop{padding: 20px;}
.iFormWarp{padding: 20px;}
.iFormWarp .ml{width: 100%;}
.mlTit{font-size: 20px;}
.mlList ul li a:after{left: -20px;}
.mrTop{display: none;}
.iFormInner{width: 100%;max-width: 500px;}
.iFormInner .bottom .btn{width: 80px;}
.iFormInner .bottom .btn1{width: 120px;}


}
