* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

body {
	min-width: 1200px;
	position: relative;
}

a {
	text-decoration: none;
}

/* 头部 */
.headerShowBox {
	position: absolute;
	width: 100%;
	height: 629px;
	overflow: hidden;
}

.headerBg {
	width: 100%;
	height: 580px;
	transition: margin-left 1.5s;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#headerBg1 {
	margin-left: 0;
	background-image: url("../images/banner01.png");
}

#headerBg2 {
	margin-left: 100%;
	background-image: url("../images/banner02.png");
}

#headerBg3 {
	margin-left: -100%;
	background-image: url("../images/banner03.png");
}

.header {
	width: 100%;
	height: 580px;
	text-align: center;
	position: relative;
	z-index: 11000;
}

.title {
	width: 100%;
	padding-top: 170px;
}

.title img {
	width: 600px;
	height: 77px;
}

.inputBox {
	padding-top: 22px;
}

.inputBox input {
	width: 695px;
	height: 68px;
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	outline: none;
	padding: 0 15px;
	font-size: 18px;
	vertical-align: top;
}

#sousuo {
	width: 73px;
	height: 68px;
	background-color: rgb(227, 77, 77);
	border: 0;
	background-image: url("../images/shousuo.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-left: -5px;
}

.contentTitle {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 42px;
}

.contentTitle>span {
	color: #F47A47;
}


/* 热点应用 */
.contentRdyy {
	padding: 50px 0;
}

.rdyy {
	width: 1200px;
	margin: 0 auto;
}

.rdyyUl {
	display: flex;
	justify-content: space-between;
}


.rdyyUl>li {
	display: inline-block;
}

.rdyyUl li a {
	display: block;
	width: 220px;
	height: 150px;
}

.circleBox1 .iconBox {
	border: 2px solid #2C74DB;
	border-radius: 50%;
}

.circleBox1 .iconBox {
	background: url("../images/icon_01_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox1 .iconBox {
	background: #2C74DB url("../images/icon_01_02.png") no-repeat center center;
}

.circleBox2 .iconBox {
	border: 2px solid #F47A47;
	border-radius: 50%;
}

.circleBox2 .iconBox {
	background: url("../images/icon_02_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox2 .iconBox {
	background: #F47A47 url("../images/icon_02_02.png") no-repeat center center;
}

.circleBox3 .iconBox {
	border: 2px solid #45B85E;
	border-radius: 50%;
}

.circleBox3 .iconBox {
	background: url("../images/icon_03_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox3 .iconBox {
	background: #45B85E url("../images/icon_03_02.png") no-repeat center center;
}

.circleBox4 .iconBox {
	border: 2px solid #8775C8;
	border-radius: 50%;
}

.circleBox4 .iconBox {
	background: url("../images/icon_04_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox4 .iconBox {
	background: #8775C8 url("../images/icon_04_02.png") no-repeat center center;
}

.circleBox5 .iconBox {
	border: 2px solid #04c3aa;
	border-radius: 50%;
}

.circleBox5 .iconBox {
	background: url("../images/icon_05_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox5 .iconBox {
	background: #04c3aa url("../images/icon_05_02.png") no-repeat center center;
}


.circleBox6 .iconBox {
	border: 2px solid #8775c8;
	border-radius: 50%;
}

.circleBox6 .iconBox {
	background: url("../images/icon_06_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox6 .iconBox {
	background: #8775c8 url("../images/icon_06_02.png") no-repeat center center;
}
.circleBox7 .iconBox {
	border: 2px solid #04c3aa;
	border-radius: 50%;
}

.circleBox7 .iconBox {
	background: url("../images/icon_07_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox7 .iconBox {
	background: #04c3aa url("../images/icon_07_02.png") no-repeat center center;
}

.circleBox8 .iconBox {
	border: 2px solid #2c74db;
	border-radius: 50%;
}

.circleBox8 .iconBox {
	background: url("../images/icon_08_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox8 .iconBox {
	background: #2c74db url("../images/icon_08_02.png") no-repeat center center;
}

.circleBox9 .iconBox {
	border: 2px solid #45b85e;
	border-radius: 50%;
}

.circleBox9 .iconBox {
	background: url("../images/icon_09_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox9 .iconBox {
	background: #45b85e url("../images/icon_09_02.png") no-repeat center center;
}

.circleBox10 .iconBox {
	border: 2px solid #f47a47;
	border-radius: 50%;
}

.circleBox10 .iconBox {
	background: url("../images/icon_10_01.png") no-repeat center center;
}

.rdyyUl li a:hover .circleBox10 .iconBox {
	background: #f47a47 url("../images/icon_10_02.png") no-repeat center center;
}








.circleBox {
	width: 100%;
}

.circle {
	width: 120px;
	height: 120px;
	border-radius: 51px;
	text-align: center;
	margin: 0 auto;
}

.iconBox {
	width: 100%;
	height: 100%;
}

.rdyyText {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: black
}


/* 资讯政策 */
.contentZjxc {
	height: 620px;
	box-sizing: border-box;
	padding-top: 40px;
	position: relative;
	background: url("./images/tu22.png") no-repeat center center;
}

.zjxc {
	width: 1200px;
	margin: 0 auto;
}

.zjxcBox_txt {
	font-size: 15px;
	color: #696969;
	text-align: center;
	line-height: 34px;
	padding-bottom: 47px;
}

.zjxcBox_img {
	display: flex;
	margin-top: 83px;
	justify-content: space-between;
}

.zjxcBox_border {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 388px;
	background-color: #e0e0e0;
}



/* 咨询政策 */
.contentZxzc {
	height: 560px;
	box-sizing: border-box;
	padding-top: 77px;
}

.zxzc {
	width: 1200px;
	margin: 0 auto;

}

.zxzcBox {
	height: 332px;
	display: flex;
	justify-content: space-between;
}

.zxzcBox_left {
	width: 590px;
	height: 332px;
	position: relative;
}

.zxzcBox_left>img {
	width: 100%;
	height: 100%;
}

.zxzcBox_left_imgTitle {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 17px;
	box-sizing: border-box;
}

.zxzcBox_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.zxzcBox_right .zxzcBox_link {
	width: 591px;
	height: 156px;
	box-sizing: border-box;
	padding: 30px 26px 24px;
	background-color: #F5F5F5;
}

.zxzcBox_link_title {
	font-size: 18px;
	color: #333;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zxzcBox_link_date {
	font-size: 12px;
	color: #999999;
}

.zxzcBox_link_solid {
	color: #999999;
}

.zxzcBox_link_content {
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 45px;


}




/* 主题服务 */
.contentZtfw {
	height: 391px;
	box-sizing: border-box;
	background-color: #F5F5F5;
	padding: 80px 0;
}

.ztfw {
	width: 1200px;
	margin: 0 auto;
}

.ztfwTitle {
	background: url("../images/icon3.png") no-repeat 0 center;
}

.ztfwUl {
	display: flex;
	justify-content: space-between;
}

.ztfwUl li {
	display: inline-block;
}

.ztfwUl li a {
	display: block;
	width: 285px;
	height: 160px;
}
