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

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

.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(../image/checked-1.png);
	margin-right: 10px;
	background-size: 100% 100%;
}

.qrxx_nav_boxac .qrxx_nav_box_checked{
	background-image: url(../image/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;
}

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

.sqbb_nav{
	display: flex;
}

.sqbb_box{
	position: relative;
	width: 80px;
	height: 30px;
	border: 1px solid #EBEEF5;
	border-radius: 3px;
	margin-right: 19px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.sqbb_boxac{
	position: relative;
	width: 80px;
	height: 30px;
	border: 1px solid #FBD1AF;
	background-color: #FFF8F3;
	border-radius: 3px;
	margin-right: 19px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.sqbb_box_i{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 38px;
	height: 23px;
	background: #FF7836;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #FFFFFF;
}

.sqbb_box_title{
	line-height: 30px;
	font-size: 13px;
	color: #333333;
}

.sqbb_box_text{
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}

.sqbb_box_num{
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

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

.wzck_hykallcj{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	margin-top: 30px;
}

.wzck_hykallcj_box{
	float: left;
	width: 226px;
	height: 304px;
	background: #FFFFFF;
	box-shadow: 0px 2px 13px 0px rgba(74,84,101,0.11);
	border-radius: 7px;
	overflow: hidden;
	margin-right: 17px;
	margin-bottom: 17px;
}

.wzck_hykallcj_box:nth-child(5n){
	margin-right: 0;
}

.wzck_hykallcj_box_img{
	width: 100%;
	height: 190px;
	background-position: center;
	background-size: 100%;
	transition: all 0.5s;
}

.wzck_hykallcj_box_img:hover{
	background-size: 110%;
}

.wzck_hykallcj_box_logo{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -33px;
	box-shadow: 0px 2px 13px 0px rgba(74,84,101,0.11);
}

.wzck_hykallcj_box_title{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin-top: 20px;
}

.wzck_hykallcj_box_text{
	text-align: center;
	font-size: 13px;
	color: #828282;
	margin-top: 10px;
}

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

.wzck_skm_types{
	width: 1248px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}

.wzck_skm_type{
	float: left;
	width: 362px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 0px rgba(86,104,114,0.19);
	border-radius: 14px;
	margin: 27px;
	text-align: center;
	padding-top: 55px;
	box-sizing: border-box;
}

.wzck_skm_type_text{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}

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

.wzck_skm_boxs{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 65px;
}

.wzck_skm_box{
	float: left;
	width: 140px;
	text-align: center;
	margin-right: 125px;
	margin-bottom: 80px;
}

.wzck_skm_box:nth-child(5n){
	margin-right: 0;
}

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