*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


body{
	min-width: 1440px;
}


.banner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat;
}


.btitle{
	width: 600px;
	height: 60px;
	margin: 0 auto;
	margin-top: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
}


.liucheng{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}


.liucheng .libox{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	border: 1px solid #00BFFF;
	display: flex;
	justify-content:center;
	align-items: center;
	position: relative;
}


.libox p{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 80px;
	bottom: -30px;
	border-radius: 30px;
	text-align: center;
	vertical-align: bottom;
	line-height: 20px;
	font-size: 16px;
	background: #00BFFF;
	color: #fff;
}


.libox p span{
	display: block;
	padding-top: 9px;
}


.libox img{
	display: block;
	margin: 0 auto;
}


.xukuang{
	width: 1200px;
	height: 100px;
	margin:0 auto;
	border: 1px dashed #00BFFF;
	margin-top: 60px;
}

.xukuang p{
	padding: 20px;
	line-height: 32px;
}


.jiance{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}


.jiance p img{
    height: 220px;
}


.xiaodu{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 30px;
}

.xiaodu p{
	width: 380px;
}

.xiaodu ul{
	width: 790px;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xiaodu ul li{
	width: 380px;
	height: 320px;
	margin-bottom: 20px;
}

.xiaodu ul li img{
	width: 380px;
	display: block;
}



.xianchuan-t{
	width: 575px;
	height: 108px;
	margin: 0 auto;
	margin-top: 60px;
}



.xianchuan{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	background: #CEA972;
	border-radius: 20px;
	overflow: hidden;
}

.xianchuan-body{
	width: 1180px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	background: #fff;
	border-radius: 20px;
}

.xianchuan-body h3{
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
}

.fhlist{
	width: 1160px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.fhlist ul{
	width: 570px;
	margin-bottom: 10px;
}




.fhlist ul li{
	margin-bottom: 10px;
}

.fhlist ul li span{
	width: 40px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

.fhlist ul li p{
	width: 530px;
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}

.fhlist dl{
	width: 570px;
	margin-bottom: 10px;
}

.fhlist dl dt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


.fhlist dl dd{
	line-height: 30px;
	margin-top: 20px;
}


.fhlist dl dd img{
	width: 500px;
	display: block;
	margin: 0 auto;
}




.zixun{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom:60px;
	display: flex;
	justify-content: space-between;
}

.zixun a{
    background: #FF950A;
	border-radius: 10px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	transition: 1s;
}


.zixun a.chang{
	width: 600px;
	height: 100%;
	display: block;
	color: #fff;
}


.zixun a.duan{
	width: 300px;
	height: 100%;
	display: block;
	color: #fff;
	background: #CC3433;
}


.zixun a:hover{
	background: #17A1FF;
}









