
*{
	margin: 0;
	padding: 0;
}

.title{
	text-align: center;
	font-size: 38px;
	color: #333333;
	/* padding-top: 70px; */
}

.banner{
	position: relative;
	width: 100%;
	height: 830px;
	background-image: url(imgs/banner.png);
	background-position: center;
	overflow: hidden;
	margin-top: 70px;
}

.banner_title{
	text-align: center;
	font-size: 72px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 60px;
}

.banenr_text{
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 25px;
}

.banenr_text_i{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 30px;
}

.banenr_tps{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 30px;
}

.banner_nav{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 45px;
}

.banner_nav_i{
	width: 51px;
	height: 70px;
	background-image: url(imgs/banner-i.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
	color: #FF900E;
	margin: 0 10px;
}

.banner_btn{
	position: absolute;
	top: -40px;
	left: 425px;
	width: 350px;
	height: 60px;
	background: #FF9A22;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #FFFFFF;
}

.banner_bot{
	position: relative;
	width: 1200px;
	height: 238px;
	margin: 0 auto;
	margin-top: 50px;
	background: #FFFFFF;
	background-size: 100% 100%;
	border-radius: 10px;
}

.banner_bot_nav{
	display: flex;
	justify-content: space-around;
	padding-top: 55px;
}

.banner_bot_box{
	width: 120px;
	text-align: center;
}

.banner_bot_title{
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
}

.banner_bot_text{
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
}

.banner_ly{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}

.banner_ly input{
	width: 290px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 0;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 14px;
}

.banner_ly_btn{
	width: 150px;
	height: 48px;
	background: #FF9A22;
	border-radius: 3px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 14px;
	cursor: pointer;
}

/* ------ */

.thead{
	position: absolute;
	top: 100px;
	right: 0;
}

.thead_box{
	width: 254px;
	height: 58px;
	background: rgba(0,0,0,0.2);
	border-radius: 29px 0 0 29px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-right: -30px;
}

.thead_box img{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 10px;
}

.thead_box_text{
	font-size: 14px;
	color: #FFFFFF;
}

/*第一部分*/

.box1{
	width: 100%;
	height: 180px;
	background: #FFFFFF;
}

.box1-nav{
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.box1-nav-box{
	width: 299px;
}

.box1-nav-box-num{
	display: flex;
	justify-content: center;
	font-size: 48px;
	color: #02AD55;
	/*font-weight: bold;*/
}

.box1-nav-box-s{
	position: relative;
}

.box1-nav-box-index{
	width: 40px;
	position: absolute;
	top: 0px;
	right: -45px;
	font-size: 48px;
}


.box1-nav-box-title{
	font-size: 24px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}

.box1-nav-line{
	width: 1px;
	height: 105px;
	background: #ebebeb;
}

/*-----------*/

.box2{
	width: 100%;
	background: #F6F8FA;
	/* padding-bottom: 70px; */
}

.box2_nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.box2_nav_box{
	width: 280px;
	height: 400px;
	background: #FFFFFF;
	border-radius: 7px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
	/* box-shadow: 0px 2px 15px 0px rgba(28, 62, 124, 0.15); */
	border: 1px solid #F0F0F0;
	-webkit-transition: all .5s;
	text-decoration: none;
}

.box2_nav_box:hover{
	margin-top: -10px;
}

.box2_nav_box_title{
	font-size: 18px;
	color: #333333;
	padding-top: 45px;
	font-weight: bold;
}

.box2_nav_box_text{
	width: 240px;
	margin: 0 auto;
	font-size: 16px;
	color: #666666;
	padding-top: 20px;
	line-height: 30px;
}

.box2_btn{
	width: 260px;
	height: 54px;
	background: #FF9A22;
	box-shadow: 0px 5px 10px 0px rgba(17, 179, 96, 0.3);
	border-radius: 27px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #FFFFFF;
}

/* ---------------------- */

.wzck_gzhqy_tem1_nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 50px;
}

.wzck_gzhqy_tem1_nav_box{
	position: relative;
	width: 300px;
	height: 423px;
	background: #FFFFFF;
	background-size: 100% 100%;
}

.wzck_gzhqy_tem1_nav_box_title{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	color: #333333;
	background: #FFFFFF;
}

/*----------*/

.qylcimg{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	/* padding-bottom: 55px; */
}

.qylcimg img{
	width: 100%;
	height: auto;
}

/*-------------*/

.box3{
	width: 100%;
	background: #F6F8FA;
	/* padding-bottom: 80px; */
}

.box3_nav{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 50px;
}

.box3_nav_box{
	width: 250px;
	height: 129px;
	background: linear-gradient(0deg, #11B360, #4ED182);
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.box3_nav_lin{
	width: 66px;
	border: 1px dashed #1DB966;
}

/*-----------------------*/

.box4_nav{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.box4_nav_box{
	width: 360px;
	height: 233px;
	background: #FFFFFF;
	
	border-radius: 7px;
	text-align: center;
	padding-top: 45px;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	text-decoration: none;
}

.box4_nav_box:hover{
	box-shadow: 0px 2px 15px 0px rgba(28, 62, 124, 0.15);
	margin-top: -10px;
}

.box4_nav_box_title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
}

.box4_nav_box_text{
	font-size: 18px;
	color: #666666;
	padding-top: 10px;
}

/*------------------*/

.box5{
	/* padding-bottom: 90px; */
}

.box_5_img{
	width: 1200px;
	height: 530px;
	margin: 0 auto;
	background-image: url(imgs/box5.png);
	background-size: 100% 100%;
	margin-top: 50px;
}