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

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

.wzck_dsls_banner_cen{
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wzck_dsls_banner_title{
	font-size: 46px;
	color: #0BBF90;
	font-weight: bold;
	/* padding-top: 84px; */
}

.wzck_dsls_banner_text{
	font-size: 24px;
	color: #0BBF90;
	line-height: 45px;
	margin-top: 10px;
}

.wzck_dsls_banner_btn{
	position: relative;
	width:250px;
	height:55px;
	background: #0BBF90;
	border-radius:28px;
	margin-top: 30px;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

/* ---------------- */
.wzck_zhyl_box1{
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.wzck_zhyl_box1_items{
	display: flex;
	align-items: center;
}

.wzck_zhyl_box1_items>div{
	margin-left: 20px;
}

.wzck_zhyl_box1_title{
	font-size: 16px;
	color: #666666;
}

.wzck_zhyl_box1_data{
	margin-top: 12px;
	font-size: 20px;
}

/* ---------------- */
.wzck_zhyl_box2{
	width: 1200px;
	margin: 55px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wzck_zhyl_box2_item{
	width: 280px;
	height: 264px;
	border-radius: 5px;
	/* box-shadow: 0px 2px 12px 0px rgba(55,63,68,0.1); */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wzck_zhyl_box2_item:last-child{
	margin: 0;
}

.wzck_zhyl_box2_item div{
	flex: 1;
	/* padding: 20px; */
	/* box-sizing: border-box; */
	padding-top: 20px;
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}

/* --------------------- */
.wzck_zhyl_box3{
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wzck_zhyl_box3_items{
	width: 386px;
	height: 153px;
	margin-bottom: 20px;
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.08); */
	border: 1px solid #F2F2F2;
	border-radius: 7px;
	display: flex;
	align-items: center;
}

.wzck_zhyl_box3_items>div{
	margin-left: 20px;
}

.wzck_zhyl_box3_title{
	font-size: 20px;
}

.wzck_zhyl_box3_text{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}

/* ------------------ */
.center_item1 {
    width: 100%;
    height: 880px;
		background: url(image/back.png);
		background-position: center;
}

.center_header {
    width: 435px;
    height: 40px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
		padding-top: 50px;
    margin: 0 auto 20px;
    line-height: 40px;
}

.center_span {
    width: 180px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: auto;
}

.center_container {
    width: 1200px;
    height: 620px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1000); */
    border-radius: 10px;
    margin: 50px auto 0;
    display: flex;
}

.center_container_list {
    width: 205px;
    height: 620px;
    background: rgba(11, 191, 143, 0.04);
    border-radius: 10px 0px 0px 10px;
}

.center_container_item {
    width: 100%;
    height: 124px;
    padding: 50px 0 0 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    box-sizing: border-box;
    cursor:pointer;
}

.center_container_item:nth-of-type(1) {
    border-radius: 7px 0px 0px 0px;
}

.center_container_item:nth-of-type(5) {
    border-radius: 0px 0px 0px 7px;
}

.container_item_active {
    background: #0BBF90;
    color: #FFFFFF;
}

.center_container_right {
    width: 1000px;
    height: 620px;
    padding: 50px 0px 0px 40px;
    box-sizing: border-box;
}

.container_right_header {
    width: 400px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.container_right_span {
    width: 928px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
}


.container_right_item img {
    margin-top: 20px;
}

.container_right_item {
    display: none;
}


/* -------------------- */
.center_item2 {
    width: 100%;
    height: 820px;
    background: #F7F8FB;
    overflow: hidden;
}

.center_item2 .center_header {
    width: 145px;
    height: 37px;
    margin: 50px auto 0;
		padding: 0;
}

.center_item2 .center_list {
    width: 840px;
    height: 60px;
    display: flex;
    margin: auto;
    margin-top: 50px;
}

.center_list .center_items {
    width: 110px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    margin: 0 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor:pointer;
}

.center_items_active {
    color: #05AE7F !important;
    border-bottom: 2px solid #05AE7F;

}

.center_bottom_item {
    width: 1200px;
    height: 500px;
    margin: auto;
    margin-top: 50px;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.center_bottom_items {
    width: 370px;
    height: 140px;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 12px 0px rgba(55, 63, 68, 0.1500); */
		border: 1px solid #F2F2F2;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.center_bottom_items img {
    margin-left: 30px;
}

.center_bottom_items div {
    width: 240px;
    height: 70px;
    margin-left: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5D5F62;
}

.center_bottom_items span {
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    margin-top: 15px;
}

.center_bottom_active {
    display: flex;
}

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