::-webkit-scrollbar{
  width:0;
  height:0;
}


.main{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.navBox{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	height: 120px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	z-index: 3;
	box-shadow: 4px 6px 8px 2px rgb(226 226 226 / 19%);
  cursor: pointer;
}
.navBox nav{
	width: 1200px;
	margin: 0 auto;
	display: block;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height: 120px;
}
.navBox nav img{
	width: 157px;
	/*height: 48px;*/
}
.navBox nav ul{
	width: 75%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.navBox nav ul li>a{
	display: inline-block;
	font-size: 14px;
	color: #585EAA ;
	border-bottom: 2px solid transparent;
	border-radius: 2px;
	padding-bottom: 5px;
	cursor: pointer;
}
.navBox nav ul a.active{
	border-bottom: 2px solid #FB7769;
	border-radius: 2px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #FE4937;
}
.navBox nav button{
	display: inline-block;
	width: 100px;
	height: 40px;
	background: #FE4937;
	color: #fff;
	border-radius: 5px;
	outline: none;
	float: right;
	border: none;
	margin-top: -10px;
}
/* banner */
.banner{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 660px;
	box-sizing: border-box;
	background: url(../img/banner.png)no-repeat top center;
	background-size: 100% 100%;
}
.bannerBox{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.bannerBox img{
	display: block;
	margin-top: 205px;
	width: 645px;
	margin-bottom: 51px;
}

.bannerBox section{
	width: 100%;
	margin-top: 38px;
	box-sizing: border-box;
}
.bannerBox section button{
	width: 160px;
	height: 54px;
	background: url(../img/bt1.png)no-repeat top center;
	background-size: 100% 100%;
	border-radius: 23px;
	border: none;
	font-size: 16px;
	margin-right: 14px;
	font-weight: 400;
	color: #585EAA;
	font-weight: 400;
	line-height: 63px;
}

.bannerBox section button:hover,.bannerBox section .more{
	background:#3D05FB ;
	color: #FFFFFF;
	background: url(../img/bt2.png)no-repeat top center;
	background-size: 100% 100%;
}

.content{
	width: 100%;
	box-sizing: border-box;
	/* height: 658px; */
}
.contentBox{
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.title{
	width: 100%;
	padding-top:50px;
	box-sizing:  border-box;


}
.title p{
	width: 1200px;
	margin: 0 auto;
	box-sizing:  border-box;
	font-size: 30px;
	color: #232BB2;
	text-align:center;
	height: 75px;
	border-bottom: 2px solid #FAF8F7;
	letter-spacing: 10px;
}
.recruitList{
	width: 100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-top: 51px;
	margin-bottom: 88px;
	background: #fff;
}

.recruitList dl{
	width: 290px;
	height: 530px;
	background: #FFFFFF;
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
}

.recruitList dl img{
	display: block;
	margin: 0 auto;
	width: 80%;	
}
.recruitList dl dt{
	font-size: 20px;
	color: #232BB2;
	text-align: left;
	width: 80%;
	margin: 33px 19px 0;
	font-weight: 600;
}
.recruitList dl em{
	display: block;
	width: 25px;
	height: 4px;
	background: #FE6855;
	border-radius: 3px;
	margin: 27px 19px;
}
.recruitList dl dd{
	font-size:12px;
	color: #585EAA;
	line-height: 20px;
	width: 100%;
	text-align: left;
	padding: 0 19px;
	box-sizing: border-box;
}
.textTilte{
	width: 100%;
	text-align: center;
	background: #fff;
	margin-bottom: 44px;
}
.textTilte p{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.textTilte p span{
	font-size: 20px;
	color: #FE6855;
	padding: 0 15px;
}
.textTilte p img{
	width: 14px;
}
/*.advantage{
	width: 100%;
	background:url(../img/banner2.png)no-repeat top center;
	background-size:100% ;
}*/
.advantageBox{
	width: 1200px;
	box-sizing: border-box;
	/* overflow: hidden; */
	margin: 0 auto;
}
.advantageList,.industryList,.kernelList,.appreciationList,.aboutList,.serviceBox{
	width: 100%;
	box-sizing: border-box;
	/* overflow: hidden; */
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-top: 50px;
	flex-wrap: wrap;
}
.advantageBox dl{
	width: 48%;
	height: 227px;
	box-sizing: border-box;
	padding: 25px;
	background: #FFFFFF;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.advantageBox dl dt img{
	display: block;
	width: 159px;
	height: 159px;
}
.advantageBox dl dd h5{
	font-size: 20px;
	color: #224BB5;
	width: 100%;
}
.advantageBox dl dd{
	font-size: 14px;
	font-weight: 400;
	color: #585EAA;
	line-height: 18px;
	margin-left: 40px;
}
.advantageBox dl dd em{
	display: block;
	width: 25px;
	height: 4px;
	background: #FE6855;
	border-radius: 3px;
	margin:17px 0;
}
.serve{ 
	width: 100%;
	box-sizing: border-box;
}
.serveBox{
	width: 1200px;
	margin: 0 auto;
}
.serveImg img.titleLeft{
	display: block;
	width: 963px;
	margin: 30px auto;
}
.puzzleBox{
	width: 963px;
	box-sizing: border-box;
	/* overflow: hidden; */
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:50px auto 0;

}
.puzzleBox img{
	display: inline-block;
	width: 294px;
	height: 49px;
}
.puzzleBox div{
	width: 65%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.puzzleBox dl{
	width: 45%;
	margin-bottom:23px;
	box-sizing: border-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:justify;
	justify-content:flex-start;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.puzzleBox dl dt{
	margin-right: 15px;
}
.puzzleBox dl dt b{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #EE6654;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
}
.puzzleBox dl dd b{
	display: block;
	font-size: 14px;
	color: #224BB5;
	line-height: 24px;
}
.puzzleBox dl dd span{
	font-size: 14px;
	color: #585EAA;
	line-height: 24px;
}
.serverImgBox{
	display: block;
	width: 963px;
	margin: 77px auto;

}

.servicecase{
	width: 100%;
	background: #F9F9F9;
	height: 470px;
	box-sizing: border-box;
}
.servicecaseBox{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.servicecaseFixed{
	width: 100%;
	margin: 76px auto 0;
	box-sizing: border-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.servicecaseFixed dl{
	width: 304px;
	height: 391px;
	background: #FFFFFF;
	box-shadow: 4px 4px 5px 5px rgba(231, 231, 231, 0.23);
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;

}
.servicecaseFixed dl dt{
	width: 100%;
	padding: 0 37px;
	font-size: 20px;
	color: #3D05FB;
	margin-top: 40px;
	box-sizing: border-box;
}
.servicecaseFixed dl dd{
	padding: 0 37px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #6E6E6E;
	margin-top: 5px;
}
.servicecaseFixed dl a{
	width: 100%;
	display: block;
	height: 47px;
	background: #FF666B;
	border-radius: 0px 0px 2px 2px;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 47px;
}
.servicecaseFixed div ol{
	width: 284px;
	box-sizing: border-box;
	margin-bottom: 45px;
}
.servicecaseFixed div ol p img{
	display: inline-block;
	float: left;
	width: 26px;
}
.servicecaseFixed div ol p text{
	font-size: 20px;
	color: #000000;
	padding-left: 18px;
}
.servicecaseFixed div ol li{
	font-size: 12px;
	color: #5E5E5E;
	clear: both;
	margin-top: 10px;
}
.servicecaseFixed div ol:last-child{
	margin-bottom: 0;
}
.servicecaseFixed>img{
	display: block;
	width: 422px;
}



.industry{
	width: 100%;
	box-sizing: border-box;

}
.industryBox{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.industryList img{
	display: block;
	width: 1193px;
	margin: 0 auto 119px;
}

.kernel{
	width: 100%;
	height:745px ;
	/*background: #F9F9F9;*/
	box-sizing: border-box;
}
.kernelBox{
	width: 1200px;
	margin: 0 auto;
}

.kernelBox img.titleLeft{
	display: block;
	width: 324px;
	margin-top: 49px;
}
.kernelList{
	margin-top: 0;
}
.kernelList dl{
	width: 30%;
	margin-bottom: 33px;
}
.kernelList dl img{
	display: block;
	width: 60px;
	height: 60px;
	margin:58px auto 0 ;
	transition:width 1s, height 1s;
	-moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
	-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
	-o-transition:width 1s, height 1s, -o-transform 1s; /* Opera */
}
.kernelList dl:hover img{
	transform:rotate(360deg) ;
	-moz-transform:rotate(360deg) ; /* Firefox 4 */
	-webkit-transform:rotate(360deg) ; /* Safari and Chrome */
	-o-transform:rotate(360deg ) ; /* Opera */
}
.kernelList dl dt{
	width:100%;
	text-align: center;
	font-size: 18px;
	color: #232BB2;
	margin-top: 35px;
}
.kernelList dl dd{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #585EAA;
	line-height: 20px;
	margin-top: 10px;
}
.oneself{
	width: 100%;
	margin-bottom: 77px;
	/* height: 920px;
	background-size:100% 100% ; */
}
.oneself img{
	display: block;
	width: 100%;
}
.appreciation{
	width:100%;
	background: #FFFFFF;
	padding-bottom: 79px;
}
.appreciationBox{
	width: 1200px;
	margin: 0 auto;
}
.appreciationBox img.titleLeft{
	display: block;
	width: 324px;
	margin-top: 109px;
}
.appreciationList,.serviceBox{
	-webkit-box-pack:justify;
	-webkit-justify-content:center;
	-ms-flex-pack:justify;
	justify-content:center;
}
.appreciationList dl{
	width:450px;
	height: 222px;
	margin-right: 70px;
	background: #FFFFFF;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow: 2px 2px 4px 0px #F1F1F1;
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
	transform: scale(1);
	transition: transform 1s ease 0s;
	box-shadow: 4px 6px 8px 2px rgba(226, 226, 226, 0.19);

}
.appreciationList dl:hover{
	-webkit-box-shadow: #ccc 0px 10px 10px;
	-moz-box-shadow: #ccc 0px 10px 10px;
	box-shadow: #ccc 0px 10px 10px;
	transform: scale(1.05);
}
.appreciationList dl img{
	width: 222px;	
	height: 222px;
}
.appreciationList dl dt{
	text-align: center;
	width:222px;
	height: 222px;
}
.appreciationList dl dd{
	font-size:12px;
	color: #6E6E6E;
	line-height: 20px;
	width: 100%;
	text-align: left;
	width: 220px;
	margin: 0 16px;
	box-sizing: border-box;
	font-size: 12px;
	color: #585EAA;
}
.appreciationList dl dd p{
	color: #FE6855;
	font-size: 17px;
	margin: 20px 0 0;
	font-weight: 600;
}
.appreciationList dl dd section{
	margin-top: 10px;
}


.serviceBox dl{
	width: 525px;
}
.serviceBox dl img{
	display: block;
	width: 100%;
}
.serviceBox dl dt{
	width: 100%;
	font-size: 20px;
	color: #232BB2;
	text-align: center;
	margin: 25px auto 8px;
}
.serviceBox dl dd{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #585EAA;
}




/*关于我们*/
.about{
	width: 100%;
	height:413px;
	box-sizing: border-box;
}
.about img{
	display: block;
	width: 100%;
}

.cooperation{
	width: 100%;
	padding-bottom: 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.cooperationBox{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.cooperationBox dl{
	width: 1038px ;
	margin: 60px auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow: hidden;
}
.cooperationBox dl dt{
	width: 441px;
}
.cooperationBox dl dt img{
	display: block;
	width: 441px;
	height: 385px;
}
.cooperationBox dl dd{
	width: 444px;
}
.cooperationBox dl dd h5{
	font-size: 30px;
	color: #FE6855;
}
.cooperationBox dl dd em{
	display: block;
	width: 30px;
	height: 4px;
	background: #EE6654;
	border-radius: 5px;
	margin: 30px 0;
}
.cooperationBox dl dd p{
	font-size: 14px;
	color: #585EAA;
	margin-bottom: 5px;
}
.information{
	width: 100%;
	height: 640px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
}
.informationBox{
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.informationList{
	width: 100%;
	box-sizing: border-box;
	margin-top: 45px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:center;
	-ms-flex-pack:justify;
	justify-content:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.informationList dl{
	width: 427px;
	height: 370px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 4px;
	transform: scale(1);
	transition: transform 1s ease 0s;
	box-shadow: 4px 6px 8px 2px rgba(226, 226, 226, 0.19);
	cursor: pointer;
}
.informationList dl:hover{
	-webkit-box-shadow: #ccc 0px 10px 10px;
	-moz-box-shadow: #ccc 0px 10px 10px;
	box-shadow: #ccc 0px 10px 10px;
	transform: scale(1.05);
}
/*.informationList dl:last-child{
	margin-left: 139px;
}*/
.informationList dl dt{
	width: 100%;
	height: 215px;
	position:relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.informationList dl dt img{
	display: block;
	width: 100%;
}
.informationList dl dt h5{
	position: absolute;
	top: 47px;
	font-size: 20px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.informationList dl dt h5 b{
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
	border-radius: 2px;
}
.informationList dl dt p{
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top:109px ;
}
.informationList dl dd{
	width: 100%;
	padding:0 22px;
	box-sizing: border-box;
	margin-top: 10px;
	color: #585EAA;
}
.informationList dl dd:hover{
	color: #0FCAAD;
}
.informationList dl dd i{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #BDBDBD;
	border-radius: 10px;
	text-align: center;
	margin-right: 10px ;
	font-size: 14px;
	color: #6E6E6E;
}
.informationList dl dd text{
	font-size: 12px;
}

.relation{
	width: 100%;
	padding-bottom: 67px;
	background: #F9F9F9;
	background-size:100% 100% ;
}
.relationList{
	width: 600px;
	box-sizing: border-box;
	margin: 45px auto 0;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.relationBox{
	width: 1200px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	background: #F9F9F9;
}
.relationBox>p{
	width: 534px;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin: 30px auto;
}
.relationList>p{
	width: 100%;
	font-size: 20px;
	color: #232BB2;
	margin-bottom: 40px;
}
.relationList dl{
	width: 100%;
	box-sizing: border-box;
}

.relationList dl dd{
	width: 100%;
	position: relative;
	background: #ECECEC;
	border-radius: 5px;
	margin-top: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.relationList dl dd img{
	position: absolute;
	top: 17px;
	left: 17px;
	width: 28px;
}
.relationList dl input{
	/*float: right;*/
	display: block;
	width: 100%;
	height: 62px;
	background: #ECECEC;
	border-radius: 4px;
	border: none;
	padding: 0 20px 0 60px;
	box-sizing: border-box;
	color: #585EAA;
}
.relationList dl input::-webkit-input-placeholder{
	color: #585EAA;
}

.relationBox button{
	display: block;
	margin: 30px auto 0;
	width: 600px;
	height: 62px;
	background: #FB7769;
	border-radius: 4px;
	box-sizing: border-box;
	border: none;
	font-size: 20px;
	color: #FFFFFF;
}
.fotter{
	width: 100%;
	height: 263px;
	box-sizing: border-box;
	overflow: hidden;
	background: #FE6855;
}
.fotterBox{
	width: 1200px;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.fotterBox p img{
	display: block;
	width: 204px;
	/*height: 136px;*/
	margin-top:70px;
}
.fotterBox ul,.fotterBox dl{
	margin-top: 67px;
}
.fotterBox ul li{
	font-size:16px;
	color: #F9F9F9;
	overflow: hidden;
	margin-bottom:20px;
}
.fotterBox ul li img{
	float: left;
	width: 15px;
	margin-top: 4px;
}
.fotterBox ul li span{
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.fotterBox dl dt{
	font-size: 14px;
	color: #F9F9F9;
	margin-bottom: 20px;
}
.fotterBox dl dd{
	font-size:18px;
	font-weight: 600;
	color: #F9F9F9;
}
.fotterBox section{
	width: 214px;
	margin-top: 40px;
	overflow: hidden;
}
.fotterBox section li{
	float: left;
	width: 79px;
}
.fotterBox section li img{
	display: block;
	width: 79px;
	margin-bottom: 5px;
}
.fotterBox section li span{
	font-size:12px ;
	color: #F9F9F9;
	display: block;
	width: 100%;
	text-align: center;
}
.fotterBox section li:last-child{
	float: right;
}
.details{
	width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.detailsTitle{
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
.detailsTitle b{
	padding-bottom: 10px;
	border-bottom: 4px solid #3D05FB;
	border-radius: 4px;
	font-weight: normal;
}
.source{
	margin-top: 35px;
	font-size: 12px;
	color: #6E6E6E;
	text-align: center;
}
.source span{
	padding-right: 40px;
}
.detailsList{
	width: 100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow: hidden;
	/*margin-top: 45px;*/
}
.detailsList dt{
	width:1000px;
}

.detailsList  ul{
	margin-top: 66px;
	width: 100%;
	box-sizing: border-box;
}
.detailsList li,.detailsList p{
	font-size:12px;
	color: #6E6E6E;
	margin-bottom: 30px;
}
.pageBox{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 51px;
	margin-top: 20px;
	font-size: 14px;
	color: #000000;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.pageBox a{
	display: inline-block;
	width: 48%;
   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pageBox a:hover{
	color: #0FCAAD;
}
.pageBox a:last-child{
	text-align: right;
}
.fotterText{
	width:100%;
	background: #E73C3C;
	text-align: center;
	font-size: 12px;
	color:#fff ;
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
}
.oneselfTerrace{
	width: 100%;
	box-sizing: border-box;
	/*background: url(../img/banner5.png)no-repeat top center;*/
	position: relative;
	background-size: 100% 100%;
	min-height: 700px;
	overflow: hidden;
	object-fit: cover;
}
.oneselfTerrace img.bgimg{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
}

.oneselfBox{
	width: 1200px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.oneselfBox img{
	display: block;
	width: 324px;
	margin-top: 64px;
}

.platform{
	width: 100%;
	background: #fff;
	background-size:100% 100% ;
}
.platformBox{
	width: 1000px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.platformFixed,.preceptFixed{
	width: 100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-top: 81px;
}
.platformFixed img{
	display: block;
	width: 362px;
}
.preceptBox{
	width: 100%;
	margin-bottom: 179px;
}
.platformFixed ul{
	width:55%;
	box-sizing: border-box;
}
.platformFixed ul p,.preceptFixed ul p{
	font-size: 15px;
    color: #000;
    font-weight: 700;
    margin-bottom: 47px;
    line-height: 25px;
}
.platformFixed ul li{
	width: 100%;
	font-size: 14px;
	color: #6E6E6E;
	margin-bottom: 10px;
}
.preceptFixed img{
	display: block;
	width: 346px;
}
.preceptFixed ul{
	min-width: 346px;
}
.preceptFixed ul p{
	margin-bottom: 25px;
}
.preceptFixed ul li{
	font-size: 14px;
	color: #6E6E6E;
	margin-bottom: 5px;
}




/*@media (min-width: 1000px) {
  .oneselfTerrace{
  	height: 600px;
  }
}*/













