*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	margin: 0 auto;
}


.banner{
	width: 100%;
}


.banner1{
	width: 100%;
	height: 125px;
	background: url(../images/banner_01.jpg) no-repeat center top;
}

.banner2{
	width: 100%;
	height: 125px;
	background: url(../images/banner_02.jpg) no-repeat center top;
}

.banner3{
	width: 100%;
	height: 125px;
	background: url(../images/banner_03.jpg) no-repeat center top;
}

.banner4{
	width: 100%;
	height: 125px;
	background: url(../images/banner_04.jpg) no-repeat center top;
}


.banner4 a{
	width: 100%;
	height: 100%;
	display: block;
}

.content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}



.con1{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 100px;
}

.con1_l{
	width: 748px;
}

.con1_l h3{
	width: 100%;
	height: 52px;
	background: #3B4493;
	font-size: 26px;
	text-indent: 30px;
	color: #fff;
	line-height: 52px;
	margin-bottom: 30px;
}

.con1_l p{
	margin-bottom: 16px;
}

.con1_r{
	width: 452px;
}


.btns{
	width: 510px;
	height: 62px;
	background: url(../images/btnbg.jpg) repeat-x;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
}

.w510{
	width: 510px;
}

.w270{
	width: 270px;
}


.btns a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 62px;
}

.btns a:hover{
	transition:1s;
	background: #f00;
	color: #fff;
	border-radius: 4px;
}


.con2{
	width: 100%;
	height: 800px;
	background: url(../images/bg01.jpg) no-repeat center top;
	overflow: hidden;
}


.con2 h3{
	width: 510px;
	height: 83px;
	margin: 0 auto;
	margin-top: 40px;
}


.youzhi{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 70px;
	position: relative;
}


.youzhi dl{
	width: 520px;
	margin-bottom: 30px;
}


.youzhi dl dd{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	line-height: 32px; 
}


.yzfont{
	width: 220px;
	height: 220px;
	position: absolute;
	left: 490px;
	top: 125px;
	background: #F9E000;
	line-height: 220px;
	font-size: 50px;
	border-radius: 50%;
	font-weight: bold;
	letter-spacing:10px;
	text-align: center;
}


.zytitle{
	width: 466px;
	margin: 0 auto;
	margin-top: 100px;
}


.zhuanye{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 50px;
}


.zylists{
	width: 585px;
	height: 245px;
	border: 1px solid #BFBFBF;
	border-top: none;
	box-sizing:border-box;
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}

.zylists h3{
	width: 100%;
	height: 60px;
	background: #3C4594;
	line-height: 60px;
	color: #FBE000;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}


.zylists h3 .lren{
	display: block;
	position: absolute;
	left: 10px;
	bottom: -19px;
}

.zylists h3 .rren{
	position: absolute;
	right: 10px;
	bottom: -19px;
}

.zylists p{
	width: 305px;
	display: inline-block;
	vertical-align: top;
}


.zylists dl{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 30px;
	margin-top: 20px;
}


.zylists dl dt{
	font-size: 20px;
	height: 36px;
}

.zylists dl dt.fontw{
	font-weight: bold;
	font-size: 22px;
}

.zylists dl dd a{
	width: 108px;
	height: 30px;
	background: #F9C801;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}


.zylists dl dd a:hover{
	transition:1s;
	background: #f00;
	color: #fff;
}



.jh{
	width: 100%;
	height: 360px;
	background: url(../images/footbn.jpg) no-repeat center top;
	margin-top: 60px;
	margin-bottom: 60px;
}


.jh a{
	width: 100%;
	height: 100%;
	display: block;
}