body{padding: 0;margin: 0;font-family: "Source Han Sans SC";font-size: 18px;color: rgb(102, 102, 102);overflow-x:hidden;line-height: 1.625;}
body.noscroll{height: 100vh;overflow-y: hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img,video{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.kuang:hover .imgH img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.container{padding: 0 16px;max-width: 1432px;margin: 0 auto;}
@media (max-width:1432px) {.container{max-width: 1232px;}}
@media (max-width:1232px) {.container{max-width: 1024px;}}
@media (max-width:1024px) {.container{max-width: 800px;}}
@media (max-width:800px) {.container{max-width: 100%};}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.imgB{position: relative;padding-top: 100%;display: block;}
.imgB .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgB .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}


header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
}
header .headTop{background: #ffffff;}
header .headTop .nrBox{height: 32px;}
header .welB{
	font-size: 13px;
	color: rgb(102, 102, 102);
}
.telB{font-size: 13px;color: rgb(102, 102, 102);}
.telB b{font-size: 16px;color: rgb(34, 34, 34);}
header .langB{
	margin-left: 30px;
	font-size: 13px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	position: relative;
	background-color: rgb(9, 92, 143);
	width: max-content;
	padding: 0 10px;
	height: 26px;
	border-radius: 26px;
}
header .langB img{
	display: block;
	height: 14px;
	margin-right: 6px;
}
header .langB span{display: block;}
header .nrBox2{height: 100px;transition: all 0.3s;}
header .logo{display: block;}
header .logo img{max-height: 70px;display: block;filter: grayscale(1) brightness(0%) invert(100%);transition: all 0.3s;}
header .menuUl>li{
	margin-right: 3.125vw;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 16px;
	color: #ffffff;
	line-height: 100px;
	display: block;
	position: relative; 
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #ffffff;
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before{
	width: 100%;
	left: 0;
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 100px;
	transition: all 0.3s;
	background: #000000;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 150px;
	padding: 8px 14px;
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl>li{
	border-bottom: 1px solid rgba(243, 214, 158,0.5);
}
header .menuUl .erjiUl>li:last-child{border-bottom: 0;}
header .menuUl .erjiUl>li>a{
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 18px;
}
header .findB{
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0);
	width: 13.4vw;
	height: 32px;
	position: relative;
}
header .findB input[type=text]{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 12px;
	border: 0;
	background: none;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
header .findB input[type=text]::placeholder{color: #ffffff;}
header .findB input[type=submit]{
	width: 32px;
	height: 32px;
	background: url(../img/find.png) center center no-repeat;
	background-size: 18px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	filter: grayscale(1) brightness(0%) invert(100%);
}
header .mopenBtn{display: none;}
@media (min-width:1024px) {
	header.onFix{top: -32px;background: #ffffff;}
	header.onFix .nrBox2{height: 64px;}
	header.onFix .logo img{filter:unset;transform: scale(0.72);}
	header.onFix .menuUl .yiji a{line-height: 64px;}
	header.onFix .menuUl .yiji a{color: #333333;}
	header.onFix .findB{border-color: #999999;}
	header.onFix .findB input[type=text]{color: #333333;}
	header.onFix .findB input[type=text]::placeholder{color: #333333;}
	header.onFix .findB input[type=submit]{filter:unset;}
	.nyTop{height: 132px;}
	header.nyHead .logo img{filter:unset;transform: scale(0.72);}
	header.nyHead .menuUl .yiji a{color: #333333;}
	header.nyHead .findB{border-color: #999999;}
	header.nyHead .findB input[type=text]{color: #333333;}
	header.nyHead .findB input[type=text]::placeholder{color: #333333;}
	header.nyHead .findB input[type=submit]{filter:unset;}
}
@media (max-width:1024px) {
	header .nrBox2{height: 56px;}
	header .logo img{max-height: 40px;}
	header .findB{width: 240px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
		margin-left: 16px;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		position: relative;
		vertical-align: middle;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		transition: color 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		left: 0;
		background-color: #fff;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.nofix{height: 100vh;overflow-y: hidden;}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 88px;
		display: block;
		width: 100%;
		height: calc(100vh - 88px);
		background: #ffffff;
		transition: all 0.3s;
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: rgba(243, 214, 158,0.3);
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: rgba(243, 214, 158,0.3);
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		opacity: 1;
		height: auto;
		visibility: visible;
		transform:unset;
		padding: 8px 0;
		display: none;
		transition: unset;
		width: 100%;
		border-radius: 0;
		background: none;
		border: 0;
		border-top: 1px dashed #d6d6d6;
	}
	header .menuUl .erjiUl>li{border: 0;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li>a{color: #333333;padding: 4px 16px;display: block;width: 100%;font-size: 15px;position: relative;background: none;}
	header .menuUl .erjiUl>li>a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #b1b1b1;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
	
	header.onFix{top: -32px;background: #ffffff;}
	header.onFix .logo img{filter:unset;}
	header.onFix .menuUl .yiji a{color: #333333;}
	header.onFix .findB{border-color: #999999;}
	header.onFix .findB input[type=text]{color: #333333;}
	header.onFix .findB input[type=submit]{filter:unset;}
	header.onFix .mopenBtn span,
	header.onFix .mopenBtn span:after,
	header.onFix .mopenBtn span:before{background: #333333;}
	header.onFix.open .mopenBtn span{background: transparent;}
	header.onFix .menuB{top: 56px;height: calc(100vh - 56px);}
	
	.nyTop{height: 88px;}
	header.nyHead{background: #ffffff;}
	header.nyHead .logo img{filter:unset;}
	header.nyHead .menuUl .yiji a{color: #333333;}
	header.nyHead .findB{border-color: #999999;}
	header.nyHead .findB input[type=text]{color: #333333;}
	header.nyHead .findB input[type=submit]{filter:unset;}
	header.nyHead .mopenBtn span,
	header.nyHead .mopenBtn span:after,
	header.nyHead .mopenBtn span:before{background: #333333;}
	header.nyHead.open .mopenBtn span{background: transparent;}
	header.nyHead .menuB{top: 56px;height: calc(100vh - 56px);}
	
}
@media (max-width:800px) {
	header .findB{width: 50vw;}
	header .headTop{display: none;}
	header.onFix{top: 0;}
	header .menuB,
	header.onFix .menuB{top: 56px;height: calc(100vh - 56px);}
}

footer .foot1{padding: 56px 0 0;}
footer .foot2{padding: 40px 0;}
footer .logo{display: block;}
footer .logo img{display: block;max-height: 70px;}
footer .fshare{
	font-size: 16px;
	color: rgb(102, 102, 102);
}
footer .fshare a{
	margin-left: 16px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	position: relative;
}
footer .fshare>img{max-width: 55%;max-height: 55%;display: block;transition: all 0.3s;}
footer .fshare .ewmDiv{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 110%;
	width: 100px;
	height: 106px;
	display: none;
	background: url(../img/ewm-bg.png) no-repeat center center / 100%;
	padding: 5px;
}
footer .fshare p img{display: block;width: 100%;max-width: unset;max-height: unset;}
footer .fshare a:hover{background-color: rgb(1, 81, 152);}
footer .fshare a:hover>img{filter: grayscale(1) brightness(0%) invert(100%);}
footer .fshare a:hover .ewmDiv{display: block;}
footer .fNav{width: 66%;}
footer .fTit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-bottom: 18px;
}
footer .fNav .fCon{
	font-size: 15px;
	color: rgb(102, 102, 102);
}
footer .fNav .fCon a{
	color: rgb(102, 102, 102);
	display: block;
	margin-bottom: 8px;
	line-height: 1.4;
}
footer .fNav .fCon a:last-child{margin-bottom: 0;}
footer .fNav .fCon a:hover{color: #015198;}
footer .fInfo{width: 268px;}
footer .fDesc{
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 1.2;
}
footer .footForm{margin-top: 24px;position: relative;}
footer .footForm input[type=text]{
	display: block;
	background-color: rgb(255, 255, 255);
	display: block;
	width: 100%;
	height: 46px;
	border-radius: 46px;
	border: 0;
	padding: 0 44px 0 18px;
}
footer .footForm input[type=submit]{
	width: 32px;
	height: 32px;
	background: url(../img/fi4.png) center center no-repeat rgb(1, 81, 152);
	background-size: 16px;
	border: 0;
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
footer .fBot{
	padding: 18px 0;
	border-top: 1px solid #d0d8db;
}
footer .banquan{
	font-size: 14px;
	color: rgb(153, 153, 153);
}
footer .banquan a{color: rgb(153, 153, 153);}
footer .banquan a:hover{color: #ffffff;}
footer .telB{font-size: 14px;}
footer .telB b{font-size: 20px;}
@media (max-width:1024px) {
	footer .foot2{display: block;}
	footer .fNav{width: 100%;}
	footer .fInfo{width: 100%;margin: 16px auto 0;}
	footer .fBot{padding: 12px 0;}
	footer .foot1{padding-top: 40px;}
	footer .logo img{max-height: 56px;}
}
@media (max-width:800px) {
	footer .foot1{display: block;padding-top: 16px;}
	footer .logo img{max-height: 48px;}
	footer .fshare{justify-content: flex-start;margin-top: 16px;flex-wrap: wrap;}
	footer .fshare a {margin-left: 10px;width: 36px;height: 36px;}
	footer .foot2{padding: 12px 0;}
	footer .fNav{padding: 0;flex-wrap: wrap;border-top: 1px solid #c1c1c1;}
	footer .fNav .fCol,
	footer .fNav .fCol:first-child{width: 100%;padding: 0;border-bottom: 1px solid #c1c1c1;}
	footer .fNav .fCol .fTit{
		font-size: 16px;
		position: relative;
		margin-bottom: 0;
		padding: 12px 0;
	}
	footer .fNav .fCol .fTit .ejBtn{
		position: absolute;
		right: 12px;
		top: 16px;
		width: 16px;
		height: 16px;
	}
	footer .fNav .fCol .fTit .ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #c1c1c1;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	footer .fNav .fCol .fTit .ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #c1c1c1;
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	footer .fNav .fCol.open .fTit .ejBtn::after{display: none;}
	footer .fNav .fCon{display: none;border-top: 1px solid #c1c1c1;margin: 0;padding: 16px;}
	footer .fNav .open .fCon{border-bottom: 1px solid rgba(255, 255, 255,0.2);}
	footer .fBot{display: block;text-align: center;}
	footer .fInfo{width: 100%;}
	footer .fTit{margin-bottom: 12px;}
	footer .fBot .container{display: block;}
	footer .telB b{font-size: 16px;}
}

.banner .tuB{padding-top: 44.27%;}
.banner .swiper-button-prev,
.banner .swiper-button-next{display: none;}
.banner .swiper-pagination{
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	background-color: rgb(255, 255, 255);
	opacity: 0.502;
	width: 40px;
	height: 4px;
	margin: 0 5px;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active{opacity: 1;}
.indp{padding: 90px 0;}
.indp3{padding-bottom: 0;}
.indp5{padding: 0;}
.pubTit{text-align: center;margin-bottom: 32px;}
.pubTit .tit{
	font-size: 46px;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 1.2;
}
.pubTit .desc{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.625;
	margin-top: 26px;
}
.moreB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	border-width: 1px;
	border-color: rgb(51, 51, 51);
	border-style: solid;
	background-color: rgba(0, 0, 0, 0);
	min-width: 184px;
	height: 46px;
	border-radius: 46px;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: all 0.3s;
}
.moreB:hover{
	background: #015198;
	border-color: #015198;
	color: #ffffff;
}
.ind1Ul{margin: -1.667vw;}
.ind1Ul li{padding: 1.667vw;}
.ind1Ul .kuang{
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
	min-height: 318px;
}
.ind1Ul .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
}
.ind1Ul .textB{
	position: relative;
	z-index: 2;
}
.ind1Ul .titB{
	font-size: 46px;
	color: rgb(255, 255, 255);
}
.ind1Ul .descB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-top: 12px;
}
.indp2 .nrBox{
	margin-top: 40px;
	max-width: 850px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.indp2 .playBtn{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.indp3 .nrBox{
	padding: 5vw 7.7vw 3.125vw;
	border-radius: 16px;
	overflow: hidden;
}
.indp3 .moreG{margin-top: 4.8vw;justify-content: center;}
.indp3 .moreB{margin: 0 10px;}
.indp4 .nrBox{
	width: calc(100% + 12.5vw);
	margin-left: -6.25vw;
	padding: 0 6.25vw;
}
.indp4 .swiper-button-prev,
.indp4 .swiper-button-next{
	border-width: 1px;
	border-color: rgb(1, 81, 152);
	border-style: solid;
	border-radius: 50%;
	width: 3.125vw;
	height: 3.125vw;
	transition: all 0.3s;
}
.indp4 .swiper-button-prev::after,
.indp4 .swiper-button-next::after{
	color: rgb(1, 81, 152);
	font-size: 24px;
	transition: all 0.3s;
}
.indp4 .swiper-button-prev:hover,
.indp4 .swiper-button-next:hover{
	background: rgb(1, 81, 152);
}
.indp4 .swiper-button-prev:hover::after,
.indp4 .swiper-button-next:hover::after{
	color: rgb(255, 255, 255);
}
.indp4 .swiper-button-prev{left: 0;}
.indp4 .swiper-button-next{right: 0;}
.swiper_indp4 .imgB{
	border-radius: 16px;
	overflow: hidden;
}
.swiper_indp4 .titB{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 1.2;
	margin-top: 20px;
	transition: all 0.3s;
}
.swiper_indp4 .kuang:hover .titB{color: #015198;}
.swiper_indp4 .descB{
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 1.2;
	margin-top: 8px;
}
.swiper_indp4 .moreB{
	border-color: rgb(204, 204, 204);
	min-width: 118px;
	height: 38px;
	font-size: 14px;
	margin: 16px 0 0;
}
.indp4 .swiper-scrollbar{
	background-color: rgb(204, 204, 204);
	width: 100%;
	height: 2px;
	position: relative;
	left: unset;
	bottom: unset;
	top: unset;
	margin: 3.125vw 0 0;
}
.indp4 .swiper-scrollbar-drag{background-color: rgb(0, 108, 175);}

.indp5 .pubTit{
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 3;
	width: 100%;
	text-align: left;
}
.indp5 .pubTit .tit{color: #ffffff;}
.swiper_indp5 .swiper-slide{
	position: relative;
	height: 44.27vw;
}
.swiper_indp5 .container{height: 100%;position: relative;z-index: 2;}
.swiper_indp5 .nrBox{height: 100%;display: flex;justify-content: flex-start;align-items: flex-end;padding-bottom: 90px;}
.swiper_indp5 .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
}
.swiper_indp5 .imgB::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -moz-linear-gradient( 90deg, rgb(1,23,43) 0%, rgba(1,23,43,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(1,23,43) 0%, rgba(1,23,43,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(1,23,43) 0%, rgba(1,23,43,0) 100%);

}
.swiper_indp5 .textB{width: 100%;max-width: 937px;}
.swiper_indp5 .titB{
	font-size: 30px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
}
.swiper_indp5 .descB{
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	margin-top: 20px;
}
.swiper_indp5 .moreB{
	border-color: rgb(255, 255, 255);
	min-width: 118px;
	height: 38px;
	color: #ffffff;
	margin: 44px 0 0;
}
.swiper_indp5 .moreB:hover{
	border-color: #015198;
}
.ind5Ul{
	position: absolute;
	right: 0;
	top: 0;
	width: 23.85vw;
	height: 100%;
	z-index: 4;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.ind5Ul li{
	height: calc(100% / 5);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 2vw;
	font-size: 20px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}
.ind5Ul li img{display: block;margin-right: 30px;}
.ind5Ul li.on{
	background: rgb(1, 81, 152);
}
.indp5 .swiper-pagination{display: none;}
.ind6Ul{margin: -5px;}
.ind6Ul li{padding: 5px;transition: all 0.5s;}
.ind6Ul .kuang{
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	height: 510px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.ind6Ul .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
}
.ind6Ul .imgB::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 70%;
	background: linear-gradient(to bottom,rgba(3,49,91,0),rgba(3,49,91,1));
	opacity: 0;
	transition: all 0.5s;
}
.ind6Ul .textB{
	position: relative;
	z-index: 2;
	padding: 24px 18px;
	width: 100%;
}
.ind6Ul .iconB{display: block;height: 32px;width: 32px;transition: all 0.3s;}
.ind6Ul .iconB img{display: block;width: 100%;}
.ind6Ul .titB{
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	margin-top: 14px;
}
.ind6Ul .descB{
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	margin: 8px 0 0;
	transform: translateY(100%);
	transition: all 0.5s;
	opacity: 0;
	height: 0;
}
.ind6Ul li.on{width: calc(100% / 3);}
.ind6Ul li.on .imgB::after{opacity: 1;}
.ind6Ul li.on .iconB{opacity: 0;height: 0;}
.ind6Ul li.on .descB{transform: translateY(0%);opacity: 1;height: auto;}
.indp7{background: #f1f7fa;}
.indp7 .nrBox{align-items: stretch;}
.ind7L{width: calc(50% - 5px);}
.ind7R{width: calc(50% - 5px);}
.ind7L .kuang{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	border-radius: 10px;
	overflow: hidden;
	min-height: 400px;
}
.ind7L .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
}
.ind7L .textB{
	position: relative;
	z-index: 2;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 100%);
	padding: 24px 32px;
	width: 100%;
}
.ind7L .catB{
	font-size: 14px;
	color: rgb(255, 255, 255);
}
.ind7L .catB i{font-style: normal;}
.ind7L .titB{
	font-size: 26px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.2;
	margin-top: 8px;
}
.ind7Ul{margin: -5px;}
.ind7Ul li{padding: 5px;}
.ind7Ul .kuang{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: block;
}
.ind7Ul .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
	border-radius: 12px;
	overflow: hidden;
}
.ind7Ul .textB{
	background-color: rgb(255, 255, 255);
	padding: 30px;
	z-index: 2;
	position: relative;
	transition: all 0.5s;
}
.ind7Ul .catB{
	font-size: 14px;
	color: rgb(1, 81, 152);
}
.ind7Ul .titB{
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.2;
	margin-top: 12px;
}
.ind7Ul .timeB{
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin-top: 3.75vw;
}
.ind7Ul .kuang:hover .textB{
	background-color: rgba(1, 81, 152,0.8);
}
.ind7Ul .kuang:hover .catB,
.ind7Ul .kuang:hover .titB,
.ind7Ul .kuang:hover .timeB{
	color: rgba(255, 255, 255, 1);
}
@media (max-width:1632px) {
	.indp4 .nrBox{width: 100%;margin-left: 0;}
}
@media (max-width:1432px) {
	.pubTit .tit{font-size: 44px;}
	.swiper_indp5 .textB{max-width: 800px;}
	.ind5Ul li img{width: 50px;}
	.ind1Ul .kuang{min-height: 268px;}
	.ind1Ul .titB{font-size: 40px;}
}
@media (max-width:1232px) {
	.indp{padding: 72px 0;}
	.indp3{padding-bottom: 0;}
	.indp5{padding: 0;}
	.pubTit .tit{font-size: 40px;}
	.ind1Ul .kuang{min-height: 224px;}
	.ind1Ul .titB{font-size: 32px;}
	.swiper_indp5 .textB{max-width: 640px;}
	.indp5 .pubTit{top: 56px;}
	.swiper_indp5 .nrBox{padding-bottom: 56px;}
	.ind5Ul li img{width: 40px;}
	.ind5Ul li{font-size: 18px;}
	.ind6Ul .kuang{height: 400px;}
}
@media (max-width:1024px) {
	.indp{padding: 64px 0;}
	.indp3{padding-bottom: 0;}
	.indp5{padding: 0;}
	.pubTit .tit{font-size: 32px;}
	.pubTit .desc{font-size: 14px;margin-top: 12px;}
	.ind1Ul .titB{font-size: 24px;}
	.indp5 .pubTit{top: 40px;}
	.swiper_indp5 .nrBox{padding-bottom: 40px;}
	.ind5Ul li img{width: 30px;}
	.ind1Ul .kuang{min-height: 172px;}
	.indp4 .swiper-button-prev, .indp4 .swiper-button-next{width: 36px;height: 36px;}
	.ind5Ul{display: none;}
	.indp5 .swiper-pagination{display: block;}
	.swiper_indp5 .swiper-slide{padding-top: 148px;height: unset;}
	.swiper_indp5 .titB{font-size: 24px;}
	.swiper_indp5 .moreB{margin-top: 16px;}
	.swiper_indp5 .textB{max-width: unset;}
	.swiper_indp5 .swiper-pagination-bullet{background: #ffffff;}
	.ind6Ul{flex-wrap: wrap;justify-content: center;}
	.ind6Ul li,.ind6Ul li.on{width: calc(100% / 3);}
	.indp7 .nrBox{display: block;}
	.ind7L{width: 100%;}
	.ind7R{width: 100%;margin-top: 10px;}
	.ind7L .titB{font-size: 20px;}
}
@media (max-width:800px) {
	.moreB{font-size: 14px;height: 40px;min-width: 120px;}
	.indp{padding: 48px 0;}
	.indp3{padding-bottom: 0;}
	.indp5{padding: 0;}
	.pubTit{margin-bottom: 16px;}
	.pubTit .tit{font-size: 24px;}
	.ind1Ul .titB{font-size: 24px;}
	.indp5 .pubTit{top: 40px;}
	.swiper_indp5 .nrBox{padding-bottom: 40px;}
	.ind5Ul li img{width: 20px;}
	.ind1Ul li{width: 100%;}
	.ind1Ul .kuang{min-height: unset;padding: 10vw 16px;}
	.ind1Ul .descB{font-size: 14px;}
	.indp2 .playBtn img{display: block;width: 40px;}
	.indp3 .nrBox{padding: 24px;}
	.indp4 .nrBox{padding: 0;}
	.indp4 .swiper-button-prev, .indp4 .swiper-button-next{display: none;}
	.indp5 .pubTit .tit{text-align: center;}
	.swiper_indp5 .titB{font-size: 18px;}
	.ind6Ul li, .ind6Ul li.on{width: 100%;}
	.ind6Ul .kuang{height: auto;}
	.ind6Ul li.on .iconB{height: 32px;opacity: 1;}
	.ind6Ul li .descB {
	    transform: translateY(0%);
	    opacity: 1;
	    height: auto;
	}
	.ind7L .textB{padding: 16px;}
	.ind7L .titB{font-size: 18px;}
	.ind7Ul .textB{padding: 12px;}
	.ind7Ul .titB{font-size: 16px;}
	.ind7Ul .timeB{margin-top: 24px;}
	.ind7L .kuang{min-height: 64vw;}
}