*{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
	display: block;
}
a{
	text-decoration: none;
}
video{
	object-fit:fill;
}
.other{
	width: 1200px;
	margin: 0 auto;
}
.nav_box{
	width: 100%;
	border-bottom: 1px solid #e7f0f6;
	padding: 10px 0;
	background: white;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.nav img{
	float: left;
}
.nav_btn{
	float: right;
	line-height: 64px;
} 
.nav_btn a{
	padding-left: 26px;
	font-size: 14px;
	color: #4c4c4c;
}
.nav_btn a:hover{
	cursor: pointer;
	color: lightseagreen;
}
.nav_btn a:first-child{
	padding-left: 0;
}
.banner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	/* margin-top: 80px; */
}
.banner a{
	display: block;
	width: 1200px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}
.banner a img{
	width: 1200px;
	height: 500px;
}
.banner ul{
	position: absolute;
	z-index: 999;
	bottom: 25px;
	left: 50%;
	margin-left: -40px;
}
.banner ul li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #bab8b7;
	margin: 0 5px;
}
.banner ul li:hover{
	background: white;
}
.banner .active{
	background: white;
}
.left{
	width: 30px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	left: 0;
	padding: 16px 10px;
	border-radius: 4px;
}
.right{
	width: 30px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	right: 0;
	padding: 16px 10px;
	border-radius: 4px;
}
.left:hover,.right:hover{
	background: rgb(108,136,239,0.5);
}

.smallbanner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	border-radius: 10px;
	border: 1px solid #e5e4e3;
	margin-top: 30px;
	overflow: hidden;
}
.smallbannerinfo{
	width: 25%;
	border-right: 2px solid #e5e4e3;
	height: 194px;
	transition: all 0.5s;
	background: white;
}
.smallbannerinfo a{
	display: block;
}
.smallbannerinfo:hover{
	transform: scale(1.1);
}
.smallbannerinfo:last-child{
	border-right: 0;
}
.smallbannerinfo:nth-child(odd){
	background: #efefef;
}
.smallbannerinfo h1{
	font-size: 14px;
	color: #0ca8f5;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}
.smallbannerinfo p{
	font-size: 12px;
	color: #979898;
	text-align: center;
}
.smallbannerinfo:last-child p{
	max-width: 170px;
	margin: 0 auto;
}
.smallbannerinfo img{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 0px;
}

.guanlixitong{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #e2e2e1;
	margin-top: 30px;
	overflow: hidden;
	background: #fcfcfc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.guanlixitong .title,.msl .title{
	display: block;
	width: 100%;
	text-indent: 30px;
	line-height: 60px;
	font-size: 16px;
	color: #4a4c4c;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e1;
}
.guanlixitong_videobox{
	width: 50%;
	height: 428px;
}
.guanlixitong_videobox img{
	width: 100%;
	height: 100%;
}
.guanlixitong video{
	width: 100%;
	height: 100%;
}
.guanlixitong_right{
	width: 298px;
	border-left: 2px solid #e2e2e1;
	text-align: center;
	height: 428px;
}
.guanlixitong_right a{
	display: block;
}
.guanlixitong_right:hover img,.guanlixitong_right:hover h1,.guanlixitong_right:hover p{
	transition: all 0.5s;
	transform: scale(1.1);
}
.guanlixitong_right img{
	margin: 40px auto 30px;
}
.guanlixitong_right h1{
	font-size: 12px;
	color: #5c5d5d;
}
.guanlixitong_right p{
	font-size: 12px;
	color: #a9a8a9;
	padding: 16px 0 30px 0;
}

.msl{
	width: 1200px;
	margin: 0 auto;
	background: #fcfcfc;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	border: 1px solid #e2e2e1;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.msl text{
	display: block;
	width: 100%;
	text-indent: 30px;
	line-height: 60px;
	font-size: 16px;
	color: #4a4c4c;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e1;
	background: #fcfcfc;
}
.msl_videobox{
	width: 599px;
	margin-top: 2px;
	height: 428px;
}
.msl_videobox:nth-child(odd){
	margin-left: 2px;
}
.msl_videobox video{
	width: 100%;
	height: 100%;
}
.msl_videobox img{
	width: 100%;
	height: 100%;
}

.zhinengxinlv{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #e2e2e1;
	margin-top: 30px;
	overflow: hidden;
	background: #fcfcfc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.zhinengxinlv .title{
	display: block;
	width: 100%;
	text-indent: 30px;
	line-height: 60px;
	font-size: 16px;
	color: #4a4c4c;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e1;
}
.zhinengxinlv_videobox{
	width: 50%;
	height: 428px;
}
.zhinengxinlv_videobox img{
	width: 100%;
	height: 100%;
}
.zhinengxinlv video{
	width: 100%;
	height: 100%;
}
.zhinengxinlv_right{
	width: 298px;
	border-left: 2px solid #e2e2e1;
	text-align: center;
	height: 428px;
}
.zhinengxinlv_right:hover img,.zhinengxinlv_right:hover h1,.zhinengxinlv_right:hover p{
	transition: all 0.5s;
	transform: scale(1.1);
}
.zhinengxinlv_right img{
	margin: 40px auto 30px;
}
.zhinengxinlv_right h1{
	font-size: 12px;
	color: #5c5d5d;
}
.zhinengxinlv_right p{
	font-size: 12px;
	color: #a9a8a9;
	padding: 16px 0 30px 0;
}

.zhinengtiaosheng{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #e2e2e1;
	margin-top: 30px;
	overflow: hidden;
	background: #fcfcfc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.zhinengtiaosheng .title{
	display: block;
	width: 100%;
	text-indent: 30px;
	line-height: 60px;
	font-size: 16px;
	color: #4a4c4c;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e1;
}
.zhinengtiaosheng_videobox{
	width: 50%;
	height: 428px;
}
.zhinengtiaosheng_videobox img{
	width: 100%;
	height: 100%;
}
.zhinengtiaosheng video{
	width: 100%;
	height: 100%;
}
.zhinengtiaosheng_right{
	width: 298px;
	border-left: 2px solid #e2e2e1;
	text-align: center;
	height: 428px;
}
.zhinengtiaosheng_right:hover img,.zhinengtiaosheng_right:hover h1,.zhinengtiaosheng_right:hover p{
	transition: all 0.5s;
	transform: scale(1.1);
}
.zhinengtiaosheng_right img{
	margin: 40px auto 30px;
}
.zhinengtiaosheng_right h1{
	font-size: 12px;
	color: #5c5d5d;
}
.zhinengtiaosheng_right p{
	font-size: 12px;
	color: #a9a8a9;
	padding: 16px 0 30px 0;
}

.meiguokidfit{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #e2e2e1;
	margin-top: 30px;
	overflow: hidden;
	background: #fcfcfc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.meiguokidfit .title{
	display: block;
	width: 100%;
	text-indent: 30px;
	line-height: 60px;
	font-size: 16px;
	color: #4a4c4c;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e1;
}
.meiguokidfit_videobox{
	width: 50%;
	height: 428px;
}
.meiguokidfit_videobox img{
	width: 100%;
	height: 213.5px;
	margin-top: 1px;
}
.meiguokidfit_videobox img:first-child{
	margin-top: 0;
}
.meiguokidfit video{
	width: 100%;
	height: 100%;
}
.meiguokidfit_right{
	width: 298px;
	height: 428px;
	border-left: 2px solid #e2e2e1;
	text-align: center;
}
.meiguokidfit_right:hover img,.meiguokidfit_right:hover h1,.meiguokidfit_right:hover p{
	transition: all 0.5s;
	transform: scale(1.1);
}
.meiguokidfit_right img{
	margin: 40px auto 30px;
}
.meiguokidfit_right h1{
	font-size: 12px;
	color: #5c5d5d;
}
.meiguokidfit_right p{
	font-size: 12px;
	color: #a9a8a9;
	padding: 16px 0 30px 0;
}


.renzhengpeixun{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border: 1px solid #e2e2e1;
	margin-top: 30px;
	overflow: hidden;
	background: #fcfcfc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.renzhengpeixun .title{
	display: block;
	width: 100%;
	text-indent: 30px;
	line-height: 60px;
	font-size: 16px;
	color: #4a4c4c;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e1;
}
.renzhengpeixun_videobox{
	width: 50%;
	height: 428px;
}
.renzhengpeixun_videobox img{
	width: 100%;
	height: 100%;
}
.renzhengpeixun video{
	width: 100%;
	height: 100%;
}
.renzhengpeixun_right{
	display: block;
	width: 25%;
	height: 428px;
	text-align: center;
	background: url(../img/renzhengpeixun1.png) no-repeat center center/100% 100%;
}
.renzhengpeixun_right:hover h1,.renzhengpeixun_right:hover p{
	transition: all 0.5s;
	transform: scale(1.1);
}
.renzhengpeixun_right:last-child{
	background: url(../img/renzhengpeixun2.png) no-repeat center center/100% 100%;
}
.renzhengpeixun_right h1{
	font-size: 12px;
	color: #ffffff;
	margin-top: 350px;
}
.renzhengpeixun_right p{
	font-size: 12px;
	color: #ffffff;
	padding: 16px 0 30px 0;
}

.dianxinganli{
	width: 1200px;
	margin: 60px auto 0;
	padding-bottom: 60px;
}
.dianxinganli .title{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #4a4c4c;
	font-weight: 600;
}
.anlibox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.anlibox img{
	width: 178px;
	height: 78px;
	margin:0 10px;
	border: 1px solid #e6e5e5;
	margin-top: 20px;
	transition: all 0.5s;
}
.anlibox img:hover{
	transform: scale(1.2);
}
.footer_nav{
	width: 100%;
	background: #f5f5f5;
	padding-top: 45px;
	padding-bottom: 50px;
	border-top: 1px solid #f0f1f1;
}
.footer_nav_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	background: #f5f5f5;
}
.footer_nav_box ul li a{
	color: #666666;
}
.footer_nav_box ul{
	width: 19%;
	border-right: 1px solid #d7dadb;
	margin-right: 2%;
}
.footer_nav_box .yulantu{
	width: 16%;
	cursor: pointer;
	height: auto;
}
.footer_nav_box ul li{
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}
.footer_nav_box ul li:last-child{
	margin-bottom: 0;
}

.footer_copyright{
	width: 100%;
	background: #e6e6e6;
}
.footer_copyright_box{
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	color: #666666;
	line-height: 48px;
	background: #e6e6e6;
}
.footer_copyright_box span{
	margin-left: 40px;
}
.yulan{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 2000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.yulan img{
	width: 40%;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}