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

.wzck_xcx_banner_cen{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 20px;
}

.wzck_xcx_banner_title{
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 100px;
}

.wzck_xcx_banner_text{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 50px;
}

.wzck_xcx_banner_btn{
	position: relative;
	width:159px;
	height:47px;
	background:rgba(255,255,255,1);
	border-radius:24px;
	margin-top: 20px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
	color: #17B362;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

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

.wzck_gzhbuild_tem1_boxs{
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
	overflow: hidden;
	padding-top: 10px;
}

.wzck_gzhbuild_tem1_box{
	float: left;
	text-align: center;
	margin: 0 50px;
	padding-bottom: 70px;
}

.wzck_gzhbuild_tem1_box:hover img{
	border-radius: 50%;
	box-shadow: 0px 2px 20px 0px rgba(74, 84, 101, 0.15);
	cursor: pointer;
}

.wzck_gzhbuild_tem1_box_text{
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}

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

.wzck_gzhbuild_tem2_nav{
	width: 1200px;
	height: 547px;
	margin: 0 auto;
	display: flex;
}

.wzck_gzhbuild_tem2_box{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}

.wzck_gzhbuild_tem2_name{
	font-size: 28px;
	color: #333333;
	padding-top: 150px;
}

.wzck_gzhbuild_tem2_text{
	width: 450px;
	font-size: 20px;
	color: #666666;
	margin-top: 30px;
	line-height: 35px;
}

.wzck_gzhbuild_tem2_btn{
	width: 180px;
	height: 50px;
	background: linear-gradient(0deg, #58E269, #2ED46F);
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 70px;
}

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


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

.bgok{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.lqok{
	position: relative;
	width: 585px;
	height: 341px;
	background: #FFFFFF;
	box-shadow: 0px 1px 11px 0px #858C90;
	border-radius: 6px;
	text-align: center;
	padding-top: 56px;
	box-sizing: border-box;
}


.bg{
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.tcbox{
	position: relative;
	width: 720px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px #858C90;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	padding-top: 45px;
	box-sizing: border-box;
}

.tcbox_left{
	width: 300px;
}

.tcbox_title{
	text-align: center;
	font-size: 27px;
	color: #17B361;
}

.tcbox_inp{
	display: block;
	width: 291px;
	height: 45px;
	border: 1px solid #E8EEEE;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 10px;
}

.tcbox_btn{
	width: 291px;
	height: 50px;
	background: #17B361;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 30px;
	transform: scale(1);
	animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}

.tcbox_cuo{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}


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

.kt_d_anli_bot_heads{
	width: 100px;
	display: flex;
	align-items: center;
}

.kt_d_anli_bot_head{
	width: 15px;
	height: 30px;
}

.kt_d_anli_bot_head img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}

.kt_d_anli_bot_li {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding: 10px;
	margin-top: 25px;
}

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

.float{
	position: fixed;
	bottom: 0;
	z-index: 200;
	width: 100%;
	height: 120px;
	background: rgba(0,0,0,1);
}

.float_cen{
	width: 1200px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.float_cen_left_title{
	line-height: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.float_cen_left_bot{
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.inp_name{
	width: 150px;
	height: 35px;
	padding:0 15px;
	border: none;
}

.inp_phone{
	width: 180px;
	height: 35px;
	margin-left: 30px;
	padding:0 15px;
	border: none;
}

input:focus{
	outline:none;
}

.float_cen_left_bot_btn{
	width: 120px;
	height: 35px;
	background: #02AD55;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 35px;
	margin-left: 30px;
	border-radius: 2px;
	cursor: pointer;
}

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

.float_cen_right_title{
	line-height: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.float_cen_right_num{
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	color: #f3b338;
	font-weight: bold;
}

.float_cen_right_text{
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #FFFFFF;
}


.float_cen_right_ewm{
	position: relative;
	cursor: pointer;
}

.float_cen_right_ewm img{
	width: 70px;
}

.float_cen_right_ewm:hover .float_cen_right_ewm_d{
	display: block;
}

.float_cen_right_ewm_d{
	display: none;
	position: absolute;
	bottom: 100px;
	left: -40px;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
}

.float_cen_right_ewm_d img{
	width: 120px;
}
