html,body,div,p,ul,li{
	margin: 0;
	padding: 0;
}
htmi, body {
	font-size: 24px;
	font-family: "Noto Sans SC", sans-serif;
	font-weigth: 100;
}
body {
	background-color: #fff;
}
li {
	list-style: none;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner img {
	display: block;
	width: 100%;
}
.box {
	width: 1200px;
}
.box1 {
	background: -webkit-linear-gradient(#a7b9dd, #cfdbf0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#a7b9dd, #cfdbf0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#a7b9dd, #cfdbf0); /* Firefox 3.6 - 15 */
	background: linear-gradient(#a7b9dd', '#cfdbf0); /* 标准的语法（必须放在最后） */
}
.title {
	width: 1200px;
	padding: 134px 0 63px;
	margin: 0 auto;
	text-align: center;
}
.title .bgT {
	width: 364px;
	height: 50px;
	background: #DABEAE;
	border: 1px solid #FAE4D7;
	border-radius: 25px;
	line-height: 50px;
	margin: 0 auto 14px;
	font-size: 32px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
}
.title .borT {
	height: 63px;
	font-size: 68px;
	margin: 0 auto 28px;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: #338699;
	line-height: 84px;
	-webkit-text-stroke: 2px #FFFFFF;
	text-stroke: 2px #FFFFFF;
	/* background: linear-gradient(0deg, #338699 0%, #1C4B6C 100%);
	-webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
}
.title .en {
	font-size: 14px;
	font-family: zihun105hao;
	font-weight: normal;
	line-height: 20px;
	color: rgba(0,0,0, .2);
}
.range {
	margin: 0 auto;
	padding-bottom: 60px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.range li {
	width: 260px;
	height: 337px;
	background: url('/activePage/assets/img2/rangeBg.png') no-repeat;
	background-size: 100% 100%;
	margin-bottom: 36px;
	position: relative;
	z-index: 1;
}
.range li .imgBox {
	width: 122px;
	height: 133px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-shadow: 1px 6px 4px 0px rgba(49,129,149,0.1), 5px -3px 39px 7px #FFFFFF;
	border-radius: 10px;
	margin: 43px auto 16px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
/* .range li .imgBox img {
	width: 56px;
	height: 59px;
} */
.range li .line {
	width: 41px;
	height: 5px;
	background: #DABEAE;
	border-radius: 3px;
	margin: 0 auto;
}
.range li .bigT{
	font-size: 30px;
	font-family: zcoolwenyiti;
	font-weight: bold;
	color: #199BD0;
	line-height: 44px;
	-webkit-text-stroke: 2px #FFFFFF;
	text-stroke: 2px #FFFFFF;
	text-align: center;
	margin-top: 16px;
}
.range li .en{
	font-size: 10px;
	font-family: zihun105hao;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	color: rgba(255,255,255, .5);
}
.mask {
	position: absolute;
	left: 4px;
	top: 5px;
	z-index: 1;
	width: 250px;
	height: 318px;
	border-radius: 10px;
	padding: 36px 20px 20px 10px;
	box-sizing: border-box;
	background: rgba(0, 160,233, .65);
	font-size: 18px;
	line-height: 26px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #FFFFFF;
	display: none;
}
.range li:hover .mask{
	display: block;
}
.reason {
	margin: 0 auto 80px;
	position: relative;
	z-index: 1;
}
.reason .content {
	position: absolute;
	left: 620px;
	top: 124px;
	width: 685px;
	height: 589px;
	background: url("/activePage/assets/img2/rbg.png") no-repeat;
	background-size: 100% 100%;
}

@media screen and (min-width: 1600px){
	.reason .content {
		left: 700px;
	}
}
.reason .content .topT {
	margin: 74px 0 74px 104px;
	font-size: 48px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #1E5070;
	line-height: 22px;
}
.reason .content p {
	margin: 0 70px 0 104px;
	font-size: 30px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	line-height: 62px;
}
.videoBox {
	width: 1200px;
	margin: 0 auto 90px;
	overflow: hidden;
}
.videoBox .swiper-container {
	width: 1200px;
	height: 500px;
}
	
.videoBox .swiper-button-prev{
	width: 66px;
	height: 65px;
	background: url("/activePage/assets/img2/prev.png") no-repeat;
	background-size: 100% 100%;
}
.videoBox .swiper-button-next{
	width: 66px;
	height: 65px;
	background: url("/activePage/assets/img2/next.png") no-repeat;
	background-size: 100% 100%;
}
.videoBox .swiper-slide .content{
	width: 800px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.videoBox .swiper-slide .content .videoBg {
	width: 100%;
	height: 100%;
}
.videoBox .swiper-slide .content .playBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(204,204,204, .5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.videoBox .swiper-slide .content .playBox img {
	cursor: pointer;
}
/* e5eff6 84adc4*/
.footer {
	background: -webkit-linear-gradient(#e5eff6, #84adc4); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#e5eff6, #84adc4); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#e5eff6, #84adc4); /* Firefox 3.6 - 15 */
	background: linear-gradient(#e5eff6, #84adc4); /* 标准的语法（必须放在最后） */
	padding: 110px 0 53px;
}
.footer .fbox {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.footer .fbox .lbox {
	width: 600px;
	height: 540px;
	padding: 0 40px;
	box-sizing: border-box;
	background: rgba(255,255,255, .3);
}
.lbox .tit {
	text-align: center;
	padding: 30px 0 50px;
	font-size: 48px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #3399FF;
}
.lrbox {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.lbox .item {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	margin-bottom: 28px;
	border-radius: 10px;
	background: rgba(255,255,255, .3);
	font-size: 24px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #3399FF;
	position: relative;
	z-index: 1;
}
.suceess {
	text-align: center;
	color: #3399FF;
	display: none;
}
.lrbox .item {
	width: 230px;
}
.notice {
	position: absolute;
	left: 5px;
	top: 40px;
	width: 100%;
	font-size: 14px;
	color: #ff0000;
}
.lbox .item input,  .lbox .item input:focus{
	width: 65%;
	background: transparent !important;
	border: none;
	line-height: 46px;
	outline:none;
	padding -left: 8px;
	vertical-align: top;
	font-size: 24px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #3399FF;
}
.desc {
	position: relative;
	height: 120px;
	z-index: 1;
	font-size: 24px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #3399FF;
}
#phoneNotice, #descNotice,#successNotice{
	display: none;
}
.desc .content {
	position: absolute;
	left: 120px;
	top: 0;
	width: 400px;
	height: 120px;
	border-radius: 10px;
	background: rgba(255,255,255, .3);
}
.desc .content textarea {
	width: 380px;
	height: 110px;
	background: transparent !important;
	border: none;
	resize: none;
	outline:none;
	padding: 5px 10px;
	font-size: 16px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #3399FF;
	line-height: 26px;
}
.submit {
	width: 260px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 36px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	background: url("/activePage/assets/img2/btn.png") no-repeat;
	background-size: 100% 100%;
	margin: 30px auto 0;
	cursor: pointer;
}
.rbox {
	width: 500px;
	height: 540px;
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 72px;
	display: flex;
	align-items: center;
}
video::-webkit-media-controls-enclosure
 {overflow:hidden;}
 video::-webkit-media-controls-panel
 {width: calc(100% + 30px);}