* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1200px;
	color: #333333;
	font-family: "Microsoft YaHei";
}

.wzck_imgblock {
	display: block;
	width: 100%;
	height: 100%;
}

/*------------------------*/
.wzck_box60{
	padding: 60px 0;
}

.wzck_box50{
	padding: 50px 0;
}

.wzck_title {
	text-align: center;
	font-size: 32px;
	color: #333333;
	/*font-weight: bold;*/
	/* padding-top: 40px; */
}

.wzck_text {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-top: 16px;
}

/*------------------------*/

.wzck_top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 68px;
	background: #FFFFFF;
	box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.08);
}

.wzck_top_cen {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wzck_top_logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.wzck_top_logo div{
	margin-top: 3px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #999;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #999;
}

.wzck_top_nav {
	display: flex;
	align-items: center;
}

.wzck_top_nav_box {
	position: relative;
	height: 68px;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #333333;
	padding: 0 20px;
	cursor: pointer;
	text-decoration: none;
}

.wzck_top_nav_box i {
	margin-left: 5px;
	-webkit-transition: all .5s;
}

.wzck_top_nav_box:hover {
	color: #17B361;
}

.wzck_top_nav_box:hover i {
	transform: rotate(180deg);
}

.wzck_top_nav_box_sjzf_box:hover .wzck_top_nav_box_sjzf {
	display: block;
	/* top: 70px; */
}

.wzck_top_nav_box_sjzf{
	display: none;
	position: absolute;
	top: 68px;
	left: -21px;
	background: #FFFFFF;
	box-shadow: 0 0 9px 0 rgba(142, 142, 142, 0.52);
	border-radius: 5px;
	margin-top: -10px;
	padding: 20px 0;
	box-sizing: border-box;
	transition: top 0.5s;
}

.wzck_top_nav_box_gjhd_box:hover .wzck_top_nav_box_gjhd {
	display: block;
}

.wzck_top_nav_box_gjhd{
	display: none;
	position: absolute;
	top: 68px;
	left: -21px;
	background: #FFFFFF;
	box-shadow: 0 0 9px 0 rgba(142, 142, 142, 0.52);
	border-radius: 5px;
	margin-top: -10px;
	padding: 0 40px;
	box-sizing: border-box;
	transition: top 0.5s;
}

.wzck_top_nav_box_gjhd_title{
	width: 136px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 10px;
}

.wzck_top_nav_box_yxxtdj_box:hover .wzck_top_nav_box_yxxtdj {
	display: block;
}

.wzck_top_nav_box_yxxtdj {
	display: none;
	position: absolute;
	/* top: -1110px; */
	top: 68px;
	left: 1px;
	background: #FFFFFF;
	box-shadow: 0 0 9px 0 rgba(142, 142, 142, 0.52);
	border-radius: 5px;
	margin-top: -10px;
	/*width: 150px;*/
	padding: 0 20px;
	box-sizing: border-box;
	transition: top 0.5s;
}

.wzck_top_nav_box_b{
	width: 136px;
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	padding-left: 28px;
	height: 60px;
	box-sizing: border-box;
	white-space: nowrap;
}

.wzck_top_nav_box_b img{
	width: 25px;
	margin-right: 14px;
}

.wzck_top_nav_box_a {
	width: 230px;
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 20px 0;
	color: #666666;
	text-decoration: none;
	padding: 10px;
	height: 50px;
	border-bottom: 1px solid #F1F4F5;
}

.wzck_top_nav_box_c{
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	height: 50px;
}

.wzck_top_nav_box_c img, .wzck_top_nav_box_d img{
	margin-right: 14px;
}

.wzck_top_nav_box_d{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	height: 50px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.wzck_top_nav_box_d:hover {
	color: #14be5f;
}

.wzck_top_nav_box_c:hover {
	color: #14be5f;
}

.wzck_top_nav_box_b:hover {
	color: #14be5f;
}

.wzck_top_nav_box_a:hover {
	color: #14be5f;
}

.wzck_top_nav_box_zzfw_title{
	width: 175px;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 26px;
}

.wzck_top_nav_box_a_title{
	font-size: 15px;
	line-height: 15px;
	color: #666666;
}

.wzck_top_nav_box_a_text{
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	padding-top: 7px;
}

.wzck_top_nav_box_d:hover .wzck_top_nav_box_a_title{
	color: #14be5f;
}

.wzck_top_nav_box_d:hover .wzck_top_nav_box_a_text{
	color: #14be5f;
}

.wzck_top_nav_box_a:hover .wzck_top_nav_box_a_title{
	color: #14be5f;
}

.wzck_top_nav_box_a:hover .wzck_top_nav_box_a_text{
	color: #14be5f;
}

.wzck_top_nav_box_a img {
	width: 35px;
	margin-right: 10px;
}

.wzck_top_nav_box_hklb {}

.wzck_top_nav_box_yxxtdj_i {
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 5px;
	border-color: #fff #fff transparent transparent;
	transform: translateX(-50%) rotate(-45deg);
	box-shadow: 3px -3px 6px #ccc;
	position: absolute;
	top: -5px;
	right: 24px;
}

.wzck_top_nav_zc {
	width: 101px;
	height: 40px;
	background: rgba(23, 179, 97, 1);
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 20px;
}

.wzck_top_nav_dl {
	width: 101px;
	height: 30px;
	border: 1px solid #333333;
	border-radius: 20px;
	box-sizing: border-box;
	margin-left: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

.wzck_top_nav_dl:hover {
	border: 1px solid rgba(23, 179, 97, 1);
	color: #FFFFFF;
	background: rgba(23, 179, 97, 1);
}

/*@media screen and (min-width: 1600px) {
    .wzck_top_cen {
        width: 1380px;
    }
}*/

/*------------------------------*/

.wzck_footer {
	width: 100%;
	background: #484848;
}

.footer-top {
	width: 1200px;
	padding-bottom: 30px;
	margin: 0 auto;
	padding-top: 35px;
	box-sizing: border-box;
}

.footer-logo {
	display: block;
	width: 200px;
	height: 27px;
	background-image: url(../imgs/header/logo-2.png);
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.footer-nav {
	display: flex;
	justify-content: space-between;
}

.footer-nav-box {
	position: relative;
}

.footer-nav-box a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.footer-nav-box-title {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 30px;
	font-weight: bold;
}

.footer-gywm {
	width: 340px;
	font-size: 12px;
	line-height: 30px;
	color: #dfdfdf;
}

.footer-wmdfw {
	display: block;
	width: 120px;
	font-size: 12px;
	color: #dfdfdf;
	margin-bottom: 20px;
	text-decoration: none;
}

.footer-lxwm {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 14px;
	color: #dfdfdf;
}

.footer-lxwm-img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.wzck_footer_cen {
	width: 1200px;
	margin: 0 auto;
	color: #AEAEAE;
	font-size: 14px;
}

.wzck_footer_cen_title{
	padding-top: 30px;
	font-size: 24px;
	line-height: 48px;
	color: #FFFFFF;
}

.wzck_footer_cen_lists{
	margin-top: 5px;
	display: flex;
}

.wzck_footer_cen_lists_item{
	margin-right: 40px;
}

.wzck_footer_cen_lists_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	color: #FFFFFF;
}

.wzck_footer_cen_lists_navs{
	display: flex;
}

.wzck_footer_cen_lists_navs_cen:first-child{
	margin-right: 20px;
}

.wzck_footer_cen_lists_navs_cen>img{
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 10px;
}

.wzck_footer_cen_lists_nav, .wzck_footer_cen_lists_nav_txt{
	display: block;
	color: #AEAEAE;
	text-decoration: none;
	margin-bottom: 10px;
	white-space: nowrap;
}

.wzck_footer_cen_lists_nav:hover{
	color: #FFFFFF;
}


.wzck_footer_cen_infor{
	margin-top: 20px;
	line-height: 30px;
	display: flex;
}

.wzck_footer_cen_infor_items{
	margin-right: 50px;
}

.wzck_footer_cen_infor_items:first-child{
	width: 580px;
}

.wzck_footer_cen_infor_items:last-child{
	margin-right: 0;
}

.wzck_footer_cen_infor_title{
	font-weight: bold;
}

.wzck_footer_bot {
	border-top: 1px solid #363636;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #AEAEAE;
	background: #3C3C3C;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wzck_btn_hover {
	/*-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
	display: block;
	text-decoration: none;
	transition: transform .5s;
	cursor: pointer;
}

.wzck_btn_hover:hover {
	/*animation-name: rubberBand;*/
	transform: scale(1.1);
}

/*--------------------------*/
.wzck_index_bot{
	height: 90px;
}

.biaoti {
	position: fixed;
	bottom: -100px;
	z-index: 600;
	width: 100%;
	height: 90px;
	background: #17B361;
	background-position: center;
	text-decoration: none;
	transition: bottom 0.5s;
}

.biaoti_box {
	width: 882px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.biaoti_box_left {
	font-size: 34px;
	color: #FFFFFF;
	font-weight: lighter;
}

.biaoti_box_right {
	text-decoration: none;
	width: 200px;
	height: 48px;
	border-radius: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 22px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.biaoti_box_right:hover {
	color: #17b361;
	background: #FFFFFF;
	cursor: pointer;
}

.wzck_dx {
	transform: scale(1.23);
	animation-name: dxs;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes dxs {
	0% {
		transform: scale(1.23);
		/*开始为原始大小*/
	}

	50% {
		transform: scale(0.78);
		/*开始为原始大小*/
	}

	100% {
		transform: scale(1.23);
		/*开始为原始大小*/
	}
}

.wzck_btn_dx {
	display: block;
	text-decoration: none;
	transform: scale(1.03);
	animation-name: dx;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

.wzck_btn_qdx {
	display: block;
	text-decoration: none;
	transform: scale(1.3);
	animation-name: qdx;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

@keyframes dx {
	0% {
		transform: scale(1.03);
		/*开始为原始大小*/
	}

	50% {
		transform: scale(0.98);
		/*开始为原始大小*/
	}

	100% {
		transform: scale(1.03);
		/*开始为原始大小*/
	}
}

@keyframes qdx {
	0% {
		transform: scale(1.3);
		/*开始为原始大小*/
	}

	50% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	100% {
		transform: scale(1.3);
		/*开始为原始大小*/
	}
}

/*悬浮客服模块*/
/* top: calc(50% - 165px); */
.float_right {
	cursor: pointer;
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 700;
	/*box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);*/
	/*border-radius:3px;*/
	/*overflow: hidden;*/
}

/* ------------------ */

.float_right_cust{
	width: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.float_right_cust_img{
	width: 45px;
	height: 45px;
	background-image: url(https://wzck-1252188577.cos.ap-beijing.myqcloud.com/www/kf/kefu.png);
	background-size: 100% 100%;
}

.float_right_cust_act{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid rgba(255,123,57,.5);
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	position: absolute;
}

@keyframes example {
    0% {
        width: 40px;
        height: 40px;
        border: 2px solid rgba(255,123,57,.5)
    }

    to {
        width: 75px;
        height: 75px;
        border: 1px solid rgba(255,123,57,0)
    }
}

.float_right_cust_txt{
	width: 75px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px 0px rgba(88,43,0,0.14);
	border-radius: 2px;
	font-size: 12px;
	color: #FF8400;
	position: absolute;;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.float_right_list{
	width: 75px;
	margin-top: 55px;
	border-radius: 4px;
	background: #FEFEFE;
	box-shadow: 0px 2px 8px 0px rgba(34,55,107,0.15);
	font-size: 12px;
	color: #666666;
}

.float_right_list_item{
	padding: 13px;
	box-sizing: border-box;
	border-bottom: 1px solid #EBECF0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.float_right_list_item:hover>div:first-of-type{
	color: #FB991B;
}

.float_right_list_item:hover .float_right_list_item_del{
	display: none;
}

.float_right_list_item:hover .float_right_list_item_act, .float_right_list_item:hover .float_right_list_item_alert{
	display: block;
}

.float_right_list_item img{
	margin-bottom: 10px;
}

.float_right_list_item_act{
	display: none;
}

.float_right_list_item_alert{
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
	border-radius: 4px;
	display: none;
	position: absolute;
	top: -45px;
	left: -230px;
}

.float_right_list_item_alert_cen{
	width: 205px;
	padding: 16px 30px 30px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.float_right_list_item_alert_cen>img:last-of-type{
	position: absolute;
	right: -14px;
	top: 78px;
}

/* ------------------ */

.kefu_ewm {
	/*position: absolute;
	bottom: 10px;
	right: 0px;*/
	position: relative;
	width: 136px;
	height: 166px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 11px 2px rgba(22, 175, 96, 0.11);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #666666;
	/*border-bottom: 1px solid #EDEDF2;*/
	border-radius: 7px;
}

.kefu_ewm:hover {
	color: #16AF60;
}

.kefu_ewm:hover .kefu_ewm_box {
	display: block;
}

.kefu_ewm_box {
	display: none;
	position: absolute;
	top: -30px;
	left: -270px;
	width: 230px;
	height: 230px;
	background: #FFFFFF;
	box-shadow: 0px 0px 11px 2px rgba(22, 175, 96, 0.11);
	border-radius: 12px;
}

.kefu_ewm_box_img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 220px;
	height: 220px;
}

.kefu_ewm_box_i {
	position: absolute;
	top: 60px;
	right: -25px;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	transform: rotate(45deg);
}

.kefu_ewm_title {
	text-align: center;
	font-size: 16px;
	color: #FB991B;
}

.kefu_t1 {
	text-align: center;
	font-size: 13px;
	/*color: #16AF60;*/
}

.kefu_ewm_img {
	width: 110px;
	height: 110px;
}

.kefu1 {
	width: 136px;
	/* height: 120px; */
	height: 180px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 11px 2px rgba(22, 175, 96, 0.11);
	border-radius: 12px;
	padding-top: 7px;
	box-sizing: border-box;
	/*cursor: pointer;*/
	margin: 10px 0;
}

.kefu1_i {
	width: 45px;
	height: 45px;
	background-image: url(https://wzck-1252188577.cos.ap-beijing.myqcloud.com/www/kf/kefu.png);
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.kefu_btn {
	width: 110px;
	height: 30px;
	background: #FB991B;
	border-radius: 15px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	/*transform: scale(1.03);*/
	/*animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;*/
}

.kefu_text{
	margin-top: 8px;
	font-size: 12px;
	line-height: 26px;
	color: #999999;
	text-align: center;
}

.float_right_kefu2 {
	/*position: absolute;
	right: 0;
	top: 0;*/
	width: 120px;
	height: 100px;
	background: rgba(253, 253, 253, 1);
	/*box-shadow:0px 0px 11px 2px rgba(22,175,96,0.11);*/
	border-bottom: 1px solid #EDEDF2;
	cursor: pointer;
	color: #15AF5F;
}

.float_right_kefu2:hover {
	background: #15AF5F;
	color: #FFFFFF;
}

.float_right_kefu2_img1 {
	display: block;
}

.float_right_kefu2_img2 {
	display: none;
}

.float_right_kefu2:hover .float_right_kefu2_img1 {
	display: none;
}

.float_right_kefu2:hover .float_right_kefu2_img2 {
	display: block;
}

.float_right_kefu2_title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding-top: 25px;
}

.float_right_kefu2_text {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
}

.float_right_kefu2_title img {
	margin-right: 5px;
}

.float_right_top {
	/* position: absolute; */
	/* top: 100px;
	right: 0px; */
	width: 75px;
	height: 80px;
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	color: #9DA2A8;
}

.float_right_top:hover {
	color: #FF8400;
}

.kefu_title {
	text-align: center;
	font-size: 13px;
	color: #16AF60;
	margin-top: 5px;
}

/*悬浮客服模块 end*/

.wzck_btn_ds {
	position: relative;
	overflow: hidden;
}

.wzck_btn_dss {
	position: relative;
	overflow: hidden;
}

.wzck_btn_dss:after {
	position: absolute;
	left: -100%;
	/*改变left的值，让其相对box影藏*/
	top: 0;
	width: 30%;
	height: 100%;
	content: "";
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-45deg);
	transition: 1.5s ease;
	animation-name: dss;
	/* animation-delay:5s; */
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
}

@keyframes dss {
	0% {
		left: -100%;
	}

	100% {
		left: 150%;
	}
}

.wzck_btn_ds:after {
	position: absolute;
	left: -100%;
	/*改变left的值，让其相对box影藏*/
	top: 0;
	width: 30%;
	height: 100%;
	content: "";
	/* Safari 5.1 - 6.0 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	/* Opera 11.1 - 12.0 */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	/* Firefox 3.6 - 15 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	/* 标准的语法 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-45deg);
}

.wzck_btn_ds:hover:after {
	left: 150%;
	transition: 1s ease;
}

/* --------他们都在用------------ */

.wzck_tmdzy {
	width: 1200px;
	height: 370px;
	margin: 0 auto;
	margin-top: 50px;
}

.wzck_tmdzy_box_nav {
	display: flex;
	height: 370px;
	/* padding-top: 20px; */
}

.wzck_tmdzy_box {
	position: relative;
	width: 260px;
	height: 360px;
	background: #FFFFFF;
	/* box-shadow: 0px 2px 20px 0px rgba(74, 84, 101, 0.15); */
	border: 1px solid #F0F0F0;
	border-radius: 7px;
	margin: 0 25px;
	padding: 55px 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.wzck_tmdzy_box:hover .wzck_tmdzy_box_hover {
	display: block;
}

.wzck_tmdzy_box_hover {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding-top: 50px;
	box-sizing: border-box;
}

.wzck_tmdzy_box_hover_i {
	width: 180px;
	height: 180px;
	margin: 0 auto;
}

.wzck_tmdzy_box_hover_t {
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 40px;
}

.wzck_tmdzy_box_img {
	width: 120px;
	height: 120px;
	border-radius: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.wzck_tmdzy_box_bg {
	width: 30px;
	height: 4px;
	background: #FF824A;
	margin: 0 auto;
	margin-top: 50px;
}

.wzck_tmdzy_box_name {
	width: 230px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 45px;
}

.wzck_tmdzy_box_intro{
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}

/* ---------页面右侧客服--------- */

.wzck_kefu {
	position: fixed;
	bottom: 40%;
	right: 0;
	z-index: 100;
	width: 50px;
	background: #FEFEFE;
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	/* overflow: hidden; */
}

.wzck_kefu_box {
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.wzck_kefu_box_i {
	width: 25px;
}

.wzck_kefu_box:hover .wzck_kefu_box_hover {
	display: block;
}

.wzck_kefu_box_hover {
	display: none;
	position: absolute;
	left: -190px;
	padding: 14px;
	background: #FFFFFF;
	border-radius: 15px;
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.15);
}

.wzck_kefu_box_hover_text {
	font-size: 18px;
	color: #17B362;
	font-weight: bold;
}

.wzck_kefu_box_hover_i {
	position: absolute;
	top: calc(50% - 8px);
	right: -8px;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	transform: rotate(45deg);
}

#wzck_kefu_top {
	display: none;
}