
.banner{
	width: 100%;
	height: 510px;
	background: #17B362;
}

.banner_title{
	text-align: center;
	font-size: 70px;
	color: #FFFFFF;
	padding-top: 80px;
}

.banner_text{
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 50px;
	padding-top: 20px;
}

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

.banenr_inp{
	width: 370px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
}

.banenr_btn{
	width: 147px;
	height: 45px;
	background: #FF9A22;
	border-radius: 3px;
	margin-left: 13px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.banner_bot{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 35px;
}


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

.main_left{
	width: 925px;
	height: 710px;
	background: #FFFFFF;
	border: 1px solid #F3F5F6;
	box-shadow: 0px 2px 13px 0px rgba(65, 93, 79, 0.15);
}


.wzck_kbbk_tem2_left_top{
	text-align: center;
	font-size: 24px;
	color: #333333;
	padding-top: 50px;
}

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

.wzck_kbbk_tem2_left_nav_box{
	padding: 5px 5px;
	border-bottom: 4px solid #FFFFFF;
	font-size: 16px;
	color: #666666;
	margin: 0 20px;
	cursor: pointer;
}

.wzck_kbbk_tem2_left_nav_boxac{
	color: #23C362;
	border-bottom: 4px solid #23C362;
}

.wzck_kbbk_tem2_left_img{
	width: 878px;
	height: 418px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	background: #F7F8FA;
}

.main_left_btn{
	width: 210px;
	height: 45px;
	background: #18B263;
	border-radius: 23px;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 30px;
	cursor: pointer;
}

.main_right{
	width: 250px;
	height: 710px;
	background: #FFFFFF;
	border: 1px solid #F3F5F6;
	box-shadow: 0px 2px 13px 0px rgba(65, 93, 79, 0.15);
	padding-top: 20px;
	box-sizing: border-box;
}

.wzck_kbbk_tem1_right_top{
	width: 204px;
	height: 50px;
	background: #23C362;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #FFFFFF;
}

.wzck_kbbk_tem1_right_boxs{
	width: 100%;
	height: calc(100% - 80px);
	box-sizing: border-box;
	margin-top: 10px;
	overflow: hidden;
}

.wzck_kbbk_tem1_right_boxs_ul{
	list-style-type: none;
	padding: 10px;
}

.wzck_kbbk_tem1_right_boxs_li{
	height: 60px;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding: 10px 0px;
	border-bottom: 1px dashed #DDDDDD;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
}

/* ------客户案例----- */

.wzck_tmdzy_box{
	width: 200px;
	height: 200px;
	padding-top: 30px;
}

.wzck_tmdzy_box_hover{
	padding-top: 10px;
}

.wzck_tmdzy_box_hover_i{
	width: 130px;
	height: 130px;
}

.wzck_tmdzy_box_hover_t{
	margin-top: 20px;
}

.wzck_tmdzy_box_img{
	width: 67px;
	height: 67px;
	border-radius: 50%;
}

.wzck_tmdzy_box_bg{
	width: 26px;
	height: 2px;
	background: #FF824A;
	margin-top: 22px;
}

.wzck_tmdzy_box_name{
	width: 100%;
	margin-top: 30px;
}

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

.qrxx_nav_box{
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	cursor: pointer;
}

.qrxx_nav_box_checked{
	width: 18px;
	height: 18px;
	background-image: url(imgs/tc/checked-1.png);
	margin-right: 10px;
	background-size: 100% 100%;
}

.qrxx_nav_boxac .qrxx_nav_box_checked{
	background-image: url(imgs/tc/checked-2.png);
}

.qrxx_nav_box_i{
	padding: 0 5px;
	height: 20px;
	background: #FFF4F1;
	border: 1px solid #FF6E4C;
	border-radius: 5px;
	text-align: center;
	color: #FF6E4C;
	line-height: 20px;
	font-size: 12px;
	margin-left: 10px;
}