html,div,p,span,em,a,i,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0 auto;
}

a{
	text-decoration:none;
}

ul,li{
	list-style:none;
}


body{
	min-width:1440px;
	margin:0 auto;
}


.banner{
	width:100%;
	height:620px;
	background:url(../images/banner.png) no-repeat center center;
}

.banner a{
	width:100%;
	height:100%;
	display:block;
}

.topcontent{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:84px;
}


.timg{
	width:586px;
}

.timg img{
	display:block;
}


.ttext{
	width:614px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items:center;
	box-shadow:0 0 8px #66A0EA;
	border-radius:0 8px 8px 0;
}

.ttext dl{
	width:530px;
	height:auto;
	padding-left:40px;
}

.ttext dl dt{
	width:140px;
	height:46px;
	background:#659EEB;
	text-align:center;
	line-height:46px;
	color:#FFF;
	font-size:24px;
	display:inline-block;
	margin-bottom:5px;
}

.ttext dl dd{
	line-height:32px;
	font-size:18px;
}


.bigtitle{
	width:500px;
	margin:0 auto;
	margin-top:76px;
	position:relative;
	padding-top:20px;
}

.bigtitle h2{
	width:100%;
	text-align:center;
	color:#66A0EA;
	opacity:.3;
	font-size:66px;
	position:absolute;
	left:0;
	top:0;
}


.bigtitle h3{
	width:100%;
	text-align:center;
	color:#639CEB;
	font-size:70px;
}


.bigtitle h4{
	width:75px;
	height:6px;
	background:#639CEB;
	margin:0 auto;
	margin-top:8px;
}


.kecheng{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
}


.kecheng ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}

.kecheng ul li{
	width:380px;
	height:478px;
	display:flex;
	justify-content:space-between;
}

.kecheng ul li p{
	width:96px;
	height:250px;
	font-size:24px;
	color:#FFF;
	line-height:80px;
	writing-mode:lr-tb;
	writing-mode:tb-rl;
	text-align:center;
	letter-spacing:3px;
}

.kecheng ul li dl{
	width:264px;
	margin-top:40px;
}

.kecheng ul li dl dd{
	line-height:34px;
	font-size:18px;
	padding-left:10px;
}


.kecheng ul li:nth-child(1){
	background:url(../images/Pbc.png) no-repeat left top;
}
.kecheng ul li:nth-child(2){
	background:url(../images/Pcc.png) no-repeat left top;
}
.kecheng ul li:nth-child(3){
	background:url(../images/Sc.png) no-repeat left top;
}



.zixun{
	width:444px;
	height:60px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
}

.zixun a{
	width:100%;
	height:100%;
	line-height:60px;
	display:block;
	border:1px solid #000000;
	border-radius:10px;
	text-align:center;
	font-size:24px;
	color:#000;
}

.zixun a:hover{
	color:#649DEC;
	border:1px solid #649DEC;
}


.zhengshu{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:100px;
}


.zheng_left{
	width:310px;
}


.zheng_right{
	width:890px;
	position:relative;
}



.smtitle{
	width:310;
	margin:0 auto;
	margin-top:10px;
	position:relative;
	padding-top:10px;
}

.smtitle h2{
	width:100%;
	text-align:center;
	color:#66A0EA;
	opacity:.3;
	font-size:36px;
	position:absolute;
	left:0;
	top:0;
}


.smtitle h3{
	width:100%;
	text-align:left;
	color:#000;
	font-size:40px;
}


.smtitle h4{
	width:60px;
	height:6px;
	background:#639CEB;
	margin-top:8px;
	float:left;
}



.zheng_left dl{
	width:100%;
	clear:both;
	margin-top:30px;
}

.zheng_left dl dd{
	font-size:18px;
	line-height:36px;
	padding-right:40px;
}


.zheng_right .guiding{
	width:430px;
	height:470px;
	background:#FFF;
	position:absolute;
	right:160px;
	top:-30px;
	box-shadow:0 0 8px #EEE;
}


.zheng_right .guiding p{
	font-size:18px;
	padding:40px 40px;
	line-height:36px;
}


.jiuye{
	width:100%;
	background:#649DEC;
	overflow:hidden;
}


.jiuyefx{
	width:1040px;
	text-align:center;
	line-height:32px;
	font-size:18px;
	margin:0 auto;
	margin-top:40px;
	color:#FFF;
}


.jiuyezx{
	width:1200px;
	background:#FFF;
	border-radius:12px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:60px;
}


.jiuyezx ul{
	width:94%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.jiuyezx ul li{
	width:355px;
}

.jiuyezx ul li a{
	width:230px;
	height:40px;
	margin:0 auto;
	border:1px solid #333;
	border-radius:10px;
	display:block;
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:40px;
	margin-top:50px;
	margin-bottom:30px;
	transition:all .5s;
}


.jiuyezx ul li a:hover{
	background:#F00;
	color:#FFF;
}

.jiuyezx ul li p{
	margin-bottom:40px;
}


.baozhang{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.baozhang img{
	display:block;
}

.baozhang .bzimg{
	width:780px;
}

.baozhang .bzimg dl{
	width:780px;
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
}

.baozhang .bzimg p{
	width:776px;
	margin:0 auto;
}

.baozhang .bzimg dl dt{
	width:381px;
}


.baozhang .bztext{
	width:400px;
	border-radius:10px;
	background:#649DEC;
	display:flex;
	align-items:center;
}

.bztext p{
	padding:50px;
	font-size:18px;
	color:#FFF;
	line-height:42px;
}







