*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}

header{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	z-index: 999;
	box-shadow: 0px 1px 9.6px 0.4px 
		rgba(0, 0, 0, 0.1);
}
header div{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
header div img{
	display: inline-block;
	margin-top: 13px;
}
header div dl{
	overflow: hidden;
	float: right;
}
header div dl dd{
	float: left;
	line-height: 70px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #375c8a;
}
header div dl dt{
	float: left;
	margin-top: 5px;
}

.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 1200px;
	overflow: hidden;
}
.banner .box .left{
	float: left;
}
.banner .box .right{
	float: right;
}
.banner .tl{
	font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.3rem;
	color: #ffffff;
	margin-top: .9rem;
}
.banner .tx{
	font-family: 'SourceHanSansCN-Bold';
	font-size: 2.25rem;
	font-weight: normal;
	color: #ffffff;
	margin-top: .6rem;
}
.banner .sp{
	font-size: 1.2rem;
	color: #fff;
	margin-top: 1.3rem;
}
.banner .sp span{
	padding-right: 20px;
}
.banner .bt{
	margin-top: 2rem;
}
.banner .bt a{
	display: inline-block;
	width: 11.4rem;
	height: 2.1rem;
	border-radius: 0.5rem;
	border: solid 1px #ffffff;
	text-align: center;
	line-height: 2.1rem;
	font-size: 1.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
	margin-right: 2rem;
	cursor: pointer;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.banner .bt a:hover{
	background-color: #FFFFFF;
	color: #5c63e0;
}
.banner .right input{
	width: 210px;
	padding: 0 10px;
	height: 40px;
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #999999;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #ffba14;
    display: inline-block;
    margin-top: 20px;
}
.banner .right a{
	width: 230px;
	height: 40px;
	background-color: #ffba14;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #ffba14;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}
.banner .right a:hover{
	background-color:inherit;
	color: #ffba14;
}
.banner .box .boxs{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.banner .box .boxs .form{
	margin-right: 66px;
}

.content-title{
	width: 100%;
	text-align: center;
}
.content-title .up{
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	margin-bottom: 1.3rem;
}
.content-title .dn{
	font-size: 1.8rem;
	font-weight: 500;
	font-stretch: normal;
	color: #333333;
}

.future{
	padding: 5.7rem;
	background-color: #F6F6F6;
	text-align: center;
}
.future .box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.future .box dl{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.future .box dl dt{
	display: inline-block;
	/*width: 50%;*/
	vertical-align: middle;
}
.future .box dl dt img{
	border-radius: 0.6rem;
	max-width: 100%;
}
.future .box dl dd{
	display: inline-block;
	width: 45%;
	margin-left: 15px;
	vertical-align: middle;
}
.future .box dl dd ul li{
	background-color: #ffffff;
	box-shadow: 0rem 0.3rem 1.3rem 0rem 
		rgba(0, 34, 91, 0.1);
	border-radius: 0.6rem;
	width: 100%;
	text-align: center;
	height: 120px;
	line-height: 120px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.future .box dl dd ul li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.future .box a{
	width: 210px;
	height: 50px;
	background-color: #5c5afb;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #5c5afb;
    display: inline-block;
    cursor: pointer;
    margin-top: 50px;
}
.future .box a:hover{
	background-color: #F6F6F6;
	color: #5c5afb;
}

.suitable{
	width: 100%;
	text-align: center;
	padding: 90px 0;
}
.suitable .box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.suitable .box dl{
	width: 22%;
	margin: 0 1%;
	display: inline-block;
	box-shadow: 0px 6px 26px 0px 
		rgba(0, 34, 91, 0.17);
	border-radius: 10px 10px 14px 14px;
	overflow: hidden;
	transition:transform 0.1s;
}
.suitable .box dl:hover{transform:translate(0,-10px);}
.suitable .box dl dd{
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.suitable .box a{
	width: 210px;
	height: 50px;
	background-color: #5c5afb;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #5c5afb;
    display: inline-block;
    cursor: pointer;
    margin-top: 50px;
}
.suitable .box a:hover{
	background-color: #F6F6F6;
	color: #5c5afb;
}

.ability{
	width: 100%;
	background-color: #f6f6f6;
	padding: 100px 0;
	text-align: center;
}
.ability .box{
	width: 90%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
}
.ability .box .float{
	float: left;
	width: 24%;
	margin: 0 0.5%;
}
.ability .box dl{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.ability .box dl dd{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.ability .box dl dt img{
	vertical-align:top;
}
.ability .box div dl{
	margin-bottom: 20px;
}
.ability a{
	width: 210px;
	height: 50px;
	background-color: #5c5afb;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #5c5afb;
    display: inline-block;
    cursor: pointer;
    margin-top: 50px;
}
.ability a:hover{
	background-color: #F6F6F6;
	color: #5c5afb;
}

.era{
	width: 100%;
	background-image: url(img/5/beijing2.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.era .box-content{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
}
.era ul{
	float: left;
	position: absolute;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.era ul .tl{
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 6.8px;
	color: #ffffff;
	line-height: 45px;
}
.era ul .tx{
	font-size: 36px;
	font-weight: 500;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 45px;
}
.era .right{
	width: 50%;
	float: right;
	text-align: center;
}
.era .right dl{
	width: 30%;
	float: left;
	margin: 1.5%;
	text-align: center;
	color: 13px;
	color: #FFFFFF;
	transition:transform 0.1s;
}
.era .right dl:hover{transform:translate(0,-10px);}
.era .right dl img{
	border-radius: 10px;
}
.era .right dl dd{
	margin: 15px 0;
}
.era .right input{
	width: 210px;
	padding: 0 10px;
	height: 50px;
	background-color: #FFFFFF;
	border-radius: 10px;
	color: #999999;
	text-align: left;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #ffba14;
    display: inline-block;
    margin-top: 20px;
}
.era .right a{
	width: 230px;
	height: 50px;
	background-color: #ffba14;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #ffba14;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}
.era .right a:hover{
	background-color:inherit;
	color: #ffba14;
}

.notch{
	padding: 90px 0;
	text-align: center;
}
.notch .box{
	width: 90%;
	margin: 60px auto 0 auto;
	max-width: 1200px;
	background-color: #ffffff;
	box-shadow: 0px 6px 40px 0px 
		rgba(0, 34, 91, 0.1);
	border-radius: 10px;
	padding: 50px 20px;
}
.notch .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 50px 0;
}
.notch .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
	box-shadow: 0px 6px 20px 0px 
		rgba(0, 34, 91, 0.08);
	border-radius: 10px 10px 12px 12px;
	overflow: hidden;
	height: 420px;
}
.notch .tl{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 10px;
}
.notch .tx{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999;
	width: 90%;
	margin: 8px auto 0 auto;
	line-height: 25px;
}
.notch a{
	width: 210px;
	height: 50px;
	background-color: #5c5afb;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #5c5afb;
    display: inline-block;
    cursor: pointer;
    margin-top: 50px;
}
.notch a:hover{
	background-color: inherit;
	color: #5c5afb;
}

.base{
	padding: 90px 0;
	background-color: #F6F6F6;
}
.base div{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 58px 0;
}
.base div dl{
	float: left;
	width: 23%;
	margin: 0 1%;
	/*background-color: #ffffff;*/
	/*box-shadow: 0px 6px 40px 0px*/ 
		/*rgba(0, 34, 91, 0.1);*/
	/*border-radius: 10px;*/
	text-align: center;
	/*padding: 50px 0;*/
	transition:transform 0.1s;
	cursor: pointer;
}
.base div dl dd{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.2px;
	color: #333333;
	margin-top: 30px;
}
.base div dl dt{
	/*background-color: #000000;*/
	box-shadow: 0px 6px 26px 0px 
		rgba(0, 34, 91, 0.17);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.base div dl dt img{
	vertical-align:top;
}
.base div dl dt div{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	display: none;
}
.us{
	width:100%;
	background-image: url(img/5/beijing2.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 50px 0;
    color: #FFFFFF;
}
.us .box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.us .box .left{
	float: left;
	height: 57px;
	overflow: hidden;
}
.us .box .left .tl{
	float: left;
	height: 57px;
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.8px;
	color: #ffffff;
	line-height: 57px;
}
.us .box .left .tx{
	float: left;
	height: 57px;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #ffffff;
	border-left: 1px solid #FFFFFF;
	margin-left: 45px;
	padding-left: 45px;
}
.us .box a{
	float: right;
}
.us a{
	width: 230px;
	height: 50px;
	background-color: #ffba14;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    border: solid 1px #ffba14;
    display: inline-block;
    cursor: pointer;
    margin-top: 3px;
}
.us a:hover{
	background-color:inherit;
	color: #ffba14;
}

.erweicode {
	width: 100%;
	text-align: center;
	background-color: #E4F2FD;
	padding: 90px 0;
}
.erweicode .box {
	width: 100%;
	text-align: center;
	margin: 60px 0 30px 0;
}
.erweicode .box .tx,.erweicode .box ul,.erweicode .box img{
	display: inline-block;
}
.erweicode .box img{
	margin-bottom: -8px;
	margin:0 15px -8px 30px;
}
.erweicode .box .tx{
	font-size: 18.3px;
	letter-spacing: 0px;
	color: #333333;
}
.erweicode .box .tx span{
	display: inline-block;
	font-size: 40.6px;
	font-weight: 500;
	font-stretch: normal;
	letter-spacing: -0.6px;
	color: #0d5ed1;
	padding-left: 20px;

}
.erweicode .box ul{
	text-align: left;
	color: #666666;
}
.footer{
	width: 100%;
	text-align: center;
	padding: 50px 0;
	background-image: url(img/11/beijing5.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}
.footer dl{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.footer dd{
	position: absolute;
	top:0;
	width:100%;
	height: 100%;
	/*background-color: #FFFFFF;*/
	opacity: 0.3;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.footer dd:hover{
	background-color: #FFFFFF;
}
.footer img{
	vertical-align:top;
}
