*{
	margin: 0;
	padding: 0;
}

body{
	min-width: 1200px;
}

.wzck_imgblock{
	display: block;
	width: 100%;
	height: 100%;
}

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

.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: 10px;
}

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

.wzck_top{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 70px;
	background: #FFFFFF;
}

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

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

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

.wzck_top_nav_box{
	position: relative;
	height: 70px;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #333333;
	padding: 0 14px;
	cursor: pointer;
	text-decoration: none;
}

.wzck_top_nav_box i{
	-webkit-transition: all .5s;
}

.wzck_top_nav_box:hover{
	color: #17B361;
}

.wzck_top_nav_box:hover i{
	transform: rotate(180deg);
}

.wzck_top_nav_box_yxxtdj_box:hover .wzck_top_nav_box_yxxtdj{
	display: block;
	/* top: 70px; */
}

.wzck_top_nav_box_yxxtdj{
	display: none;
	position: absolute;
	/* top: -1110px; */
	top: 70px;
	left: 8px;
	background: #FFFFFF;
    box-shadow: 0 0 9px 0 rgba(142,142,142,0.52);
    border-radius: 2px;
    margin-top: -10px;
    /*width: 150px;*/
    padding:0 20px;
    box-sizing: border-box;
	transition: top 0.5s;
}

.wzck_top_nav_box_a{
	width: 140px;
	display: flex;
	align-items: center;
	font-size: 13px;
	margin: 20px 0;
	color: #666666;
	text-decoration: none;
	padding: 10px;
}

.wzck_top_nav_box_a:hover{
	background: #FFF4E8;
}

.wzck_top_nav_box_a img{
	width: 25px;
	margin-right: 8px;
}

.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: #2B2B2B;
}

.wzck_footer_cen{
	width: 1200px;
	margin: 0 auto;
}

.wzck_footer_top_title{
	font-size: 36px;
	color: #5D5D5D;
}

.wzck_footer_top_nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
}

.wzck_footer_top_nav_img{
	width: 190px;
	height: 52px;
	background-size: 100% 100%;
}

.wzck_footer_nav{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.wzck_footer_nav_title{
	font-size: 20px;
	color: #929799;
	margin-bottom: 25px;
}

.wzck_footer_nav_text{
	width: 300px;
	font-size: 13px;
	color: #929799;
	line-height: 25px;
}

.wzck_footer_nav_a{
	font-size: 13px;
	line-height: 13px;
	color: #929799;
	display: block;
	text-decoration: none;
	padding-bottom: 30px;
}

.wzck_footer_nav_a:hover{
	transition: color .5s;
	color: #FFFFFF;
}

.wzck_footer_bot{
	border-top: 2px solid #484545;
	width: 100%;
	height: 75px;
	text-align: center;
	line-height: 75px;
	font-size: 12px;
	color: #929799;
	margin-top: 60px;
	background: #3C3C3C;
}

.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);
}

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

.biaoti{
	position: fixed;
	bottom: 0;
	z-index: 600;
	width: 100%;
	height: 90px;
	background:#17B361;
	background-position: center;
	text-decoration: none;
}

.biaoti_box{
	width: 982px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.biaoti_box_left{
	font-size: 28px;
	color: #FFFFFF;
	font-weight: lighter;
}

.biaoti_box_right{
	text-decoration: none;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	background: #FFFFFF;
	color: rgba(23,179,97,1);
}

.biaoti_box_right:hover{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background: none;
	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;
}

@keyframes dx {
	0% {
		transform: scale(1.03);
		/*开始为原始大小*/
	}
	50% {
		transform: scale(0.98);
		/*开始为原始大小*/
	}
	100% {
		transform: scale(1.03);
		/*开始为原始大小*/
	}
}

/*悬浮客服模块*/

.float_right{
	position: fixed;
	top: calc(50% - 165px);
	right: 20px;
	z-index: 200;
	/*box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);*/
	/*border-radius:3px;*/
	/*overflow: hidden;*/
}

.kefu_ewm{
	/*position: absolute;
	bottom: 10px;
	right: 0px;*/
	position: relative;
	width:120px;
	height:148px;
	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:120px;
	height:120px;
	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;*/
}

.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: 120px;
	height: 95px;
	background:rgba(253,253,253,1);
	box-shadow:0px 0px 11px 2px rgba(22,175,96,0.11);
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	color: #666666;
	border-radius: 7px;
}

.float_right_top:hover{
	color: #17B361;
}

.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: 48px;
}

.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-radius: 7px;
	margin: 0 25px;
	padding-top: 55px;
	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_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;
}