﻿@charset "utf-8";
@font-face {
	font-family: AbrilFatface-Regular;
	/*这里是说明调用来的字体名字*/
	src: url('../family/AbrilFatface-Regular.ttf');
	/*这里是字体文件路径*/
}


/*----------------------------------------PC----------------------------------------*/

html,
body {
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

video::-webkit-media-controls-panel {
	opacity: 0.4 !important;
	background-color: #E5E5E5;
}


/*轮播*/

.wk_slide-nav-wrap {
	position: absolute;
	bottom: 35px;
	left: 0;
	z-index: 8;
	overflow: hidden;
	margin-bottom: -22px;
	padding-top: 25px;
	width: 100%;
	height: 84px;
	opacity: 1;
	-webkit-transform: translateY(100%);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: translateY(100%);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: translateY(100%);
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
	-ms-transform: translateY(100%);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
}

#wk_slide-nav {
	position: relative;
	z-index: 10;
	margin: auto;
	width: 100%;
	height: 26px;
}

.wk_nav-line {
	position: relative;
	top: 13px;
	float: left;
	width: 90px;
	height: 1px;
}

.wk_nav-line:after {
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	background-color: #fff;
	content: '';
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
}

.wk_nav-line.small:after {
	width: 78px;
}

.wk_nav-line.x-small:after {
	width: 63px;
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	transition: all 1s cubic-bezier(.77, 0, .175, 1);
}

.wk_nav-line.prev:after {
	left: 0;
}

.wk_nav-line.next:after {
	right: 0;
}

.wk_nav-line:first-child:before,
.wk_nav-line:last-child:before {
	position: absolute;
	top: 0;
	width: 8000px;
	height: 1px;
	background-color: #fff;
	content: '';
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wk_nav-line:first-child:before {
	left: -8000px;
}

.wk_nav-line:last-child:before {
	right: -8000px;
}

.wk_nav-bullet-container {
	position: relative;
	width: 26px;
	height: 26px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wk_nav-bullet-container:before {
	position: absolute;
	top: -15px;
	left: 8px;
	width: 0;
	height: 0;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	content: '';
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	-ms-transform: translateY(-10px);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#wk_slide-nav .wk_nav-bullet-container:hover:before {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-link:before {
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	transform: scale(2, 2);
	-ms-transform: scale(2, 2);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-link:after {
	opacity: .2;
	-webkit-transform: scale(3.3, 3.3);
	-moz-transform: scale(3.3, 3.3);
	transform: scale(3.3, 3.3);
	-ms-transform: scale(3.3, 3.3);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-bullet {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0);
}

.wk_nav-bullet-container.active .nav-link:after {
	opacity: 1;
}

#wk_slide-nav .wk_nav-bullet-container.wk_nav-bullet-on:before {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0);
}

#wk_slide-nav .wk_nav-bullet-container.wk_nav-bullet-on .nav-link:before {
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	transform: scale(2, 2);
	-ms-transform: scale(2, 2);
}

#wk_slide-nav .wk_nav-bullet-container.wk_nav-bullet-on .nav-link:after {
	opacity: .2;
	-webkit-transform: scale(3.3, 3.3);
	-moz-transform: scale(3.3, 3.3);
	transform: scale(3.3, 3.3);
	-ms-transform: scale(3.3, 3.3);
}

#wk_slide-nav .wk_nav-bullet-container.wk_nav-bullet-on .nav-bullet {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

#wk_slide-nav .wk_nav-bullet-container.wk_nav-bullet-on .nav-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0);
}

.nav-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.nav-link:before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	opacity: 1;
	-webkit-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	-o-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	transition: all .8s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:after {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	content: '';
	opacity: 1;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-bullet {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	transform: scale(0, 0);
	-ms-transform: scale(0, 0);
}

.nav-text {
	position: absolute;
	bottom: -22px;
	left: -44px;
	width: 113px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	pointer-events: none;
	-ms-transform: translateY(10px);
}

.wk_nav-bullet-container {
	background: transparent;
	opacity: 1;
	margin: 0 40px;
}

#wk_slide-nav {
	position: relative;
}

#wk_slide-nav:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: 1;
	width: 100%;
	background-color: #FFF;
	height: 1px;
}


/*/轮播*/


/*点击加盟*/

.call_use {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 80px;
	right: 45px;
	display: block;
	z-index: 999999;
	cursor: pointer;
}

.kefus {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 99;
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.2);
		opacity: 1;
	}
	100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

.spinner1 {
	opacity: 0;
	position: absolute;
	width: 110px;
	height: 110px;
	top: -25px;
	left: -25px;
	/* top: -106px; */
	/* margin: 100px auto; */
	background-color: #ffa200;
	border-radius: 100%;
	-webkit-animation: scaleout 2s 1s infinite ease-in-out;
	animation: scaleout 2s 1s infinite ease-in-out;
}

.spinner2 {
	opacity: 0;
	position: absolute;
	top: -30px;
	left: -30px;
	width: 120px;
	height: 120px;
	/* margin: 100px auto; */
	background-color: #ffa200;
	border-radius: 100%;
	-webkit-animation: scaleout 2s .5s infinite ease-in-out;
	animation: scaleout 2s .5s infinite ease-in-out;
}

.spinner3 {
	opacity: 0;
	position: absolute;
	top: -40px;
	left: -40px;
	width: 140px;
	height: 140px;
	/* margin: 100px auto; */
	background-color: #ffa200;
	border-radius: 100%;
	-webkit-animation: scaleout 2s 0s infinite ease-in-out;
	animation: scaleout 2s 0s infinite ease-in-out;
}


/*/点击加盟*/

.zhicwl-nav-pc {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding: 15px 60px;
	background: rgba(0, 0, 0, .4);
	-moz-transition: opacity 0.4s linear;
	-webkit-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

.zhicwl-nav-pc.on {
	opacity: 0;
}

.zhicwl-nav-pc.on:hover {
	opacity: 1;
}

.zhicwl-nav-pc-logo {
	position: relative;
	top: -3px;
}

.zhicwl-nav-pc-logo img {
	height: 42px;
}

.wrap {
	position: relative;
}

.nav li:first-child {
	margin-left: 0;
}

.nav li span {
	color: #8C9498;
	position: relative;
	top: 0;
	font-size: 12px;
}

.nav li:first-child span {
	display: none;
}

.nav li a {
	color: #FFF;
	font-size: 14px;
	padding: 8px 23px;
}

.nav li.on a {
	color: #d3943b;
}

.zhicwl-lxdhre h6 {
	color: #fc9b09;
	font-size: 15px;
	padding-left: 14px;
}

.zhicwl-vider {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999997;
	background-color: #FFF;
	-webkit-transform: translate(100%, 0%);
	-webkit-transition-duration: .6s, .6s, .6s;
}

.zhicwl-vider.on {
	-webkit-transform: translate(0%, 0%);
}

.zhicwl-vider-sicr {
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999998;
	opacity: 0;
	-webkit-transition: opacity .6s linear .4s;
}

.zhicwl-vider.on .zhicwl-vider-sicr {
	opacity: 1;
}

.zhicwl-vider-but {
	background: url(../images/gbico.png) center center no-repeat;
	width: .34rem;
	height: .34rem;
	background-size: .34rem .34rem;
	position: absolute;
	padding: .3rem;
	right: .5rem;
	top: .5rem;
	z-index: 999999999;
	background-color: rgba(255, 162, 0, .7);
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s linear;
}

.zhicwl-vider-but:hover {
	background-color: rgba(255, 162, 0, 1);
}

.swiper-container-h .swiper-slide {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: move/*-webkit-grab*/
	;
}

.alsv1 .swiper-slide>div {
	position: relative;
}

.alsv1 .swiper-slide>div>img {
	width: 10.02rem;
	height: 5.48rem;
}


/*css3变大缩小动画*/

.zhicwl-alsv-but {
	-webkit-animation: scale .88s linear 0s infinite alternate;
	animation: scale .88s linear 0s infinite alternate;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(.8);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.zhicwl-apread {
	color: #FFF;
	position: relative;
	padding-bottom: .36rem;
}

.zhicwl-bkxrep {
	position: relative;
}

.zhicwl-bkxrep:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	height: 1px;
	background-color: #98A5AC;
	width: 2.6rem;
	margin-left: -1.3rem;
}

.zhicwl-bkxrep:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	z-index: 1;
	height: 3px;
	background-color: #CCD2D5;
	width: .86rem;
	margin-left: -.43rem;
}

.zhicwl-apread h3 {
	font-size: .7rem;
	font-weight: bold;
	letter-spacing: .13rem;
}

.zhicwl-apread h4 {
	color: #E5E8EA;
	font-size: .28rem;
	margin-top: .26rem;
}

.zhicwl-fsilre {
	color: #E5E8EA;
	font-size: .20rem;
	margin-top: .25rem;
	line-height: 1.9;
}

.zhicwl-alsv-but {
	display: block;
	width: .4rem;
	height: .4rem;
	background: url(../images/banner-img-but.png) left top no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	margin: 0 auto;
	margin-top: .16rem;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on1 {
	-webkit-animation: vlsv1s 1s linear 0s alternate;
	animation: vlsv1s 1s linear 0s alternate;
}

@-webkit-keyframes vlsv1s {
	0% {
		-webkit-transform: scale(.1);
		opacity: .1;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: .5;
	}
	75% {
		-webkit-transform: scale(.9);
		opacity: .7;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.alsv1.swiper-slide-active .swiper-slide .zhicwl-ye1-on2 .zhicwl-apread {
	-webkit-transition: transform 1s, opacity 1s;
	-webkit-transform: translate3d(-1.7rem, 0, 0);
	opacity: 0;
}

.alsv1.swiper-slide-active .swiper-slide .zhicwl-ye1-on2 .zhicwl-fsilre {
	-webkit-transition: transform 1s, opacity 1s;
	-webkit-transform: translate3d(1.7rem, 0, 0);
	opacity: 0;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on2 .zhicwl-apread {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on2 .zhicwl-fsilre {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.alsv1.swiper-slide-active .swiper-slide .zhicwl-ye1-on2 .zhicwl-alsv-but {
	position: relative;
	top: .36rem;
	-webkit-transition: top 1s;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on2 .zhicwl-alsv-but {
	top: 0;
}

.alsv1.swiper-slide-active .swiper-slide .zhicwl-ye1-on3 .zhicwl-apread {
	-webkit-transition: transform 1s, opacity 1s;
	-webkit-transform: translate3d(0, -1.7rem, 0);
	opacity: 0;
}

.alsv1.swiper-slide-active .swiper-slide .zhicwl-ye1-on3 .zhicwl-fsilre {
	-webkit-transition: transform 1s, opacity 1s;
	-webkit-transform: translate3d(0, 1.7rem, 0);
	opacity: 0;
}

.alsv1.swiper-slide-active .swiper-slide .zhicwl-ye1-on3 .zhicwl-alsv-but {
	position: relative;
	top: 1.7rem;
	-webkit-transition: top 1s;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on3 .zhicwl-apread {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on3 .zhicwl-fsilre {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on3 .zhicwl-alsv-but {
	top: 0;
	opacity: 1;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3 h3 {
	font-size: .6rem;
	letter-spacing: .03rem;
	font-weight: normal;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3 h4 {
	font-size: .66rem;
	letter-spacing: .03rem;
	margin-top: .2rem;
	padding-bottom: .2rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3 .zhicwl-apread {
	padding-bottom: .2rem;
}

.alsv1 .swiper-slide>div {
	width: 100%;
	height: 100%;
}

.alsv1 .swiper-slide .zhicwl-ye1-on1 {
	padding-top: 1.7rem;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on1 {
	background: url(../images/img33.png) center center no-repeat;
	background-size: 9.57rem auto;
}

.alsv1 .swiper-slide .zhicwl-ye1-on2 h3 {
	font-size: .66rem;
	letter-spacing: .03rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on2 h4 {
	color: #8BC50F;
	font-size: .66rem;
	letter-spacing: .03rem;
	margin-top: .2rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on2 .zhicwl-apread {
	padding-bottom: .2rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on2 .zhicwl-bkxrep:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	height: 1px;
	background-color: #8BC50F;
	width: 7rem;
	margin-left: -3.5rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on2 .zhicwl-bkxrep:after {
	height: 0;
}

.alsv1 .swiper-slide .zhicwl-ye1-on2 .zhicwl-fsilre {
	margin-top: .15rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3 .zhicwl-apread img {
	width: 5.48rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3 .zhicwl-fsilre {
	letter-spacing: .05rem;
	font-size: .2rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3 .zhicwl-bkxrep:before {
	width: 5.48rem;
	margin-left: -2.82rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3>div {
	position: relative;
	padding-top: .5rem;
	padding-left: .66rem;
	padding-right: .66rem;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3>div:after {
	content: "";
	position: absolute;
	left: 3rem;
	top: 0;
	z-index: 1;
	height: 100%;

	width: .5rem;
	-webkit-transform: translate3d(-1.5rem, 0, 0);
	-webkit-transition: transform 1s;
}

.alsv1 .swiper-slide .zhicwl-ye1-on3>div:before {
	content: "";
	position: absolute;
	right: 3rem;
	top: 0;
	z-index: 1;
	height: 100%;

	width: .5rem;
	-webkit-transform: translate3d(1.5rem, 0, 0);
	-webkit-transition: transform 1s;
}

.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on3>div:after,
.alsv1.swiper-slide-active .swiper-slide.swiper-slide-active .zhicwl-ye1-on3>div:before {
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv1 .zhicwl-cnma{
	cursor: pointer;
}


.alsv1 .zhicwl-pagrs1-xsycle {
	display: none;
}

.zhicwl-pagrs1 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color .6s linear;
}

.zhicwl-pagrs1-sicr {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-webkit-transform: translate(100%, 0%);
	-webkit-transition-duration: .6s, .6s, .6s;
}

.zhicwl-pagrs1.on {
	z-index: 999999997;
	display: block;
	background-color: rgba(0, 0, 0, .7);
}

.zhicwl-pagrs1.on2 {
	z-index: 999999997;
}

.zhicwl-pagrs1.on .zhicwl-pagrs1-sicr {
	-webkit-transform: translate(0%, 0%);
}

.zhicwl-pagrs1-div {
	padding: .5rem .5rem;
}

.zhicwl-pagrs1-tit h3 {
	font-size: 28px;
	line-height: 1.5;
	position: relative;
}

.zhicwl-pagrs1-tit h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
	width: 88px;
	height: 2px;
	background-color: #FFA200;
}

.zhicwl-pagrs1-tit .burt {
	cursor: pointer;
}

.zhicwl-pagrs1-tit .burt:hover {
	opacity: .7;
}

.zhicwl-pagrs1-div .txt {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding-top: 60px;
}


.alsv2 {
	/*background: url(../images/page2-img.jpg) center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;*/
	cursor: n-resize;
}

.alsv2 .zhicwl-pagrs2-xsycle {
	display: none;
}

.zhicwl-pagrs2 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color .6s linear;
}

.zhicwl-pagrs2-sicr {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-webkit-transform: translate(100%, 0%);
	-webkit-transition-duration: .6s, .6s, .6s;
}

.zhicwl-pagrs2.on {
	z-index: 999999997;
	display: block;
	background-color: rgba(0, 0, 0, .7);
}

.zhicwl-pagrs2.on2 {
	z-index: 999999997;
}

.zhicwl-pagrs2.on .zhicwl-pagrs2-sicr {
	-webkit-transform: translate(0%, 0%);
}

.zhicwl-pagrs2-div {
	padding: .5rem .5rem;
}

.zhicwl-pagrs2-tit h3 {
	font-size: 28px;
	line-height: 1.5;
	position: relative;
}

.zhicwl-pagrs2-tit h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
	width: 88px;
	height: 2px;
	background-color: #FFA200;
}

.zhicwl-pagrs2-tit .burt {
	cursor: pointer;
}

.zhicwl-pagrs2-tit .burt:hover {
	opacity: .7;
}

.zhicwl-pagrs2-div .txt {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding-top: 60px;
}

.alsv2 {
	position: relative;
}

.alsv2 .zhicwl-ercnm-div h3 {
	font-size: .7rem;
	font-weight: bold;
	letter-spacing: .13rem;
	color: #000;
}

.alsv2 .zhicwl-ercnm-div h4 {
	color: #000;
	font-size: .28rem;
	margin-top: .3rem;
	padding-bottom: .2rem;
}

.alsv2 .zhicwl-ercnm-div .zhicwl-apread {
	padding-bottom: .2rem;
}

.zhicwl-bkxrep2 {
	position: relative;
}

.zhicwl-bkxrep2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	height: 1px;
	background-color: #C2B8B2;
	width: 2.6rem;
	margin-left: -1.3rem;
}

.zhicwl-bkxrep2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	z-index: 1;
	height: 3px;
	background-color: #645E5B;
	width: .86rem;
	margin-left: -.43rem;
}

.alsv2 .zhicwl-apread {
	-webkit-transition: transform 1s, opacity 1s;
	-webkit-transform: translate3d(0, -1.7rem, 0);
	opacity: 0;
}

.alsv2 .zhicwl-fsilre {
	-webkit-transition: transform 1s, opacity 1s;
	-webkit-transform: translate3d(0, 1.7rem, 0);
	opacity: 0;
	color: #000;
}

.alsv2.swiper-slide-active .zhicwl-ercnm .zhicwl-apread {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.alsv2.swiper-slide-active .zhicwl-ercnm .zhicwl-fsilre {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.alsv2.on .wk_fwxm {
	opacity: 1;
}

/*.alsv2.on.swiper-slide-active .wk_fwxm ul {
	-webkit-animation: vlsv2s .8s linear 0s alternate;
	animation: vlsv2s .8s linear 0s alternate;
}*/

@-webkit-keyframes vlsv2s {
	0% {
		-webkit-transform: scale(.7);
		opacity: .1;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: .6;
	}
	75% {
		-webkit-transform: scale(.95);
		opacity: .8;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.zhicwl-ercnm {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(../images/img44.jpg) center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.wk_fwxm {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: url(../images/page2-img.jpg) center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	opacity: 0;
}

.wk_fwxm ul {
	width: 100%;
	height: 100%;
}

.wk_fwxm li {
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
	color: #fff;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.wk_fwxm li .wk_fwxm_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.wk_fwxm li .wk_fwxm_main {
	position: absolute;
	top: 50%;
	right: .35rem;
	left: .35rem;
	margin-top: -2.5rem;
}

.wk_fwxm li .wk_fwxm_ico {
	overflow: hidden;
	margin: 0 auto;
	width: 1.82rem;
	height: 1.82rem;
	border-radius: 50%;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	background-size: 100% auto !important;
}

.wk_fwxm li:hover .wk_fwxm_bg {
	height: 100%;
}

.wk_fwxm li.wk_li .zhicwl-but {
	background-color: #8AD037;
	font-size: .18rem;
	color: #FFF;
	border-radius: 2px;
	overflow: hidden;
	padding: 0;
	height: .5rem;
	line-height: .5rem;
	margin-top: .24rem;
	display: inline-block;
	width: 1.8rem;
	cursor: pointer;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.wk_fwxm li.wk_li .zhicwl-but span {
	display: block;
	height: .5rem;
	line-height: .5rem;
	overflow: hidden;
	-moz-transition: margin-top 0.15s linear;
	-webkit-transition: margin-top 0.15s linear;
	-o-transition: margin-top 0.15s linear;
	-ms-transition: margin-top 0.15s linear;
	transition: margin-top 0.15s linear;
}

.wk_fwxm li.wk_li .zhicwl-but samp {
	display: block;
	height: .5rem;
	line-height: .5rem;
	overflow: hidden;
}

.wk_fwxm li.wk_li .zhicwl-but:hover span {
	margin-top: -.5rem;
}

.wk_fwxm li.wk_li1 .wk_fwxm_bg {
	background: #8AD037;
}

.wk_fwxm li.wk_li2 .wk_fwxm_bg {
	background: #5DB2F3;
}

.wk_fwxm li.wk_li3 .wk_fwxm_bg {
	background: #FDB157;
}

.wk_fwxm li.wk_li4 .wk_fwxm_bg {
	background: #CB88E4;
}

.wk_fwxm li.wk_li5 .wk_fwxm_bg {
	background: #5BC3D6;
}

.wk_fwxm li.wk_li1 .wk_fwxm_ico {
	background: url(../images/img02.png) left top no-repeat;
}

.wk_fwxm li.wk_li1 .zhicwl-but {
	background-color: #8AD037;
	color: #FFF;
}

.wk_fwxm li.wk_li1:hover .zhicwl-but {
	background-color: #FFF;
	color: #8AD037;
}

.wk_fwxm li.wk_li1:hover .wk_fwxm_ico {
	background-position: left bottom;
}

.wk_fwxm li.wk_li2 .wk_fwxm_ico {
	background: url(../images/img03.png) no-repeat;
}

.wk_fwxm li.wk_li2 .zhicwl-but {
	background-color: #5DB2F3;
	color: #FFF;
}

.wk_fwxm li.wk_li2:hover .zhicwl-but {
	background-color: #FFF;
	color: #5DB2F3;
}

.wk_fwxm li.wk_li2:hover .wk_fwxm_ico {
	background-position: left bottom;
}

.wk_fwxm li.wk_li3 .wk_fwxm_ico {
	background: url(../images/img04.png) no-repeat;
}

.wk_fwxm li.wk_li3 .zhicwl-but {
	background-color: #FDB157;
	color: #FFF;
}

.wk_fwxm li.wk_li3:hover .zhicwl-but {
	background-color: #FFF;
	color: #FDB157;
}

.wk_fwxm li.wk_li3:hover .wk_fwxm_ico {
	background-position: left bottom;
}

.wk_fwxm li.wk_li4 .wk_fwxm_ico {
	background: url(../images/img05.png) no-repeat;
}

.wk_fwxm li.wk_li4 .zhicwl-but {
	background-color: #CB88E4;
	color: #FFF;
}

.wk_fwxm li.wk_li4:hover .zhicwl-but {
	background-color: #FFF;
	color: #CB88E4;
}

.wk_fwxm li.wk_li4:hover .wk_fwxm_ico {
	background-position: left bottom;
}

.wk_fwxm li.wk_li5 .wk_fwxm_ico {
	background: url(../images/img06.png) no-repeat;
}

.wk_fwxm li.wk_li5 .zhicwl-but {
	background-color: #5BC3D6;
	color: #FFF;
}

.wk_fwxm li.wk_li5:hover .zhicwl-but {
	background-color: #FFF;
	color: #5BC3D6;
}

.wk_fwxm li.wk_li5:hover .wk_fwxm_ico {
	background-position: left bottom;
}

.wk_fwxm li h2 {
	margin-top: 16px;
	font-weight: bold;
	font-size: .3rem;
	line-height: .44rem;
	color: #000;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}

.wk_fwxm li h2 span {
	display: inline-block;
	position: relative;
	padding: 0 .15rem;
	padding-bottom: .22rem;
}

.wk_fwxm li h2 span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 2px;
	background-color: #BAB9B7;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}

.wk_fwxm li h2 span:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	width: .52rem;
	margin-left: -.26rem;
	height: 2px;
	background-color: #565553;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}

.wk_fwxm li .wk_fwxm_des {
	margin-top: .2rem;
	font-size: .26rem;
	line-height: 1.6;
	color: #333232;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.alsv2.active li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	/* -webkit-opacity: 1; */
	-moz-opacity: 1;
}

.wk_fwxm li:hover h2 {
	color: #FFF;
}

.wk_fwxm li:hover .wk_fwxm_des {
	color: #FFF;
}

.wk_fwxm li:hover h2 span:before {
	background-color: #C7C6C4;
}

.wk_fwxm li:hover h2 span:after {
	background-color: #F5F5F5;
}

.alsv3 {
	background: url(../images/page3-img.jpg) center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.alsv3 .zhicwl-parefg ul li {
	opacity: 0;
	-webkit-transition: transform 1s, opacity 1s;
	-moz-transition: transform 1s, opacity 1s;
	-o-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-ms-transform: translate3d(0, 100px, 0);
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li:nth-child(2) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li:nth-child(3) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	transition-delay: 200ms;
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li:nth-child(4) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	transition-delay: 300ms;
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li:nth-child(5) {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	transition-delay: 400ms;
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li:nth-child(6) {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	transition-delay: 500ms;
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li:nth-child(7) {
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	transition-delay: 600ms;
}

.alsv3.swiper-slide-active .zhicwl-parefg ul li:nth-child(8) {
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	transition-delay: 700ms;
}

.alsv3 .zhicwl-pagrs3-xsycle {
	display: none;
}

.zhicwl-pagrs3 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color .6s linear;
}

.zhicwl-pagrs3-sicr {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
	-webkit-transform: translate(100%, 0%);
	-webkit-transition-duration: .6s, .6s, .6s;
}

.zhicwl-pagrs3.on {
	z-index: 999999997;
	display: block;
	background-color: rgba(0, 0, 0, .7);
}

.zhicwl-pagrs3.on2 {
	z-index: 999999997;
}

.zhicwl-pagrs3.on .zhicwl-pagrs3-sicr {
	-webkit-transform: translate(0%, 0%);
}

.zhicwl-pagrs3-div {
	padding: .5rem .5rem;
}

.zhicwl-pagrs3-tit h3 {
	font-size: 28px;
	line-height: 1.5;
	position: relative;
}

.zhicwl-pagrs3-tit h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
	width: 88px;
	height: 2px;
	background-color: #FFA200;
}

.zhicwl-pagrs3-tit .burt {
	cursor: pointer;
}

.zhicwl-pagrs3-tit .burt:hover {
	opacity: .7;
}

.zhicwl-pagrs3-div .txt {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding-top: 60px;
}

.alsv4 .zhicwl-pagrs4-xsycle {
	display: none;
}

.zhicwl-pagrs4 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color .6s linear;
}

.zhicwl-amnv1 {
	opacity: 0;
	-webkit-transition: transform .8s, opacity 2.5s;
	-webkit-transform: translate3d(0, 1rem, 0);
}

.alsv8 .zhicwl-amnv1 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv5.swiper-slide-active .zhicwl-amnv1 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv6.swiper-slide-active .zhicwl-amnv1 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv7.swiper-slide-active .zhicwl-amnv1 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv5 .zhicwl-arre1 {
	opacity: 0;
	-webkit-transition: transform .8s, opacity 2.5s;
	-webkit-transform: translate3d(0, 1rem, 0);
}

.alsv5.swiper-slide-active .zhicwl-arre1 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv6 .zhicwl-ylaile {
	opacity: 0;
	-webkit-transition: transform .8s, opacity 2.5s;
	-webkit-transform: translate3d(0, 1rem, 0);
}

.alsv6.swiper-slide-active .zhicwl-ylaile {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv7 .zhicwl-ditre {
	opacity: 0;
	-webkit-transition: transform .8s, opacity 2.5s;
	-webkit-transform: translate3d(0, 1rem, 0);
}

.alsv7.swiper-slide-active .zhicwl-ditre {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv8 .zhicwl-pahr8 {
	opacity: 0;
	-webkit-transition: transform .8s, opacity 2.5s;
	-webkit-transform: translate3d(0, 1rem, 0);
}

.alsv8.swiper-slide-active .zhicwl-pahr8 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.alsv8.swiper-slide-prev .zhicwl-pahr8 {
	-webkit-transform: translate3d(0, .8rem, 0);
	-webkit-animation: vlsv5s 1.5s linear forwards;
}

@-webkit-keyframes vlsv5s {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.zhicwl-apsqle {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.zhicwl-pagrs4-sicr {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
	-webkit-transform: translate(100%, 0%);
	-webkit-transition-duration: .6s, .6s, .6s;
}

.zhicwl-pagrs4.on {
	z-index: 999999997;
	display: block;
	background-color: rgba(0, 0, 0, .7);
}

.zhicwl-pagrs4.on2 {
	z-index: 999999997;
}

.zhicwl-pagrs4.on .zhicwl-pagrs4-sicr {
	-webkit-transform: translate(0%, 0%);
}

.zhicwl-pagrs4-div {
	padding: .5rem .5rem;
}

.zhicwl-pagrs4-tit h3 {
	font-size: 28px;
	line-height: 1.5;
	position: relative;
}

.zhicwl-pagrs4-tit h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
	width: 88px;
	height: 2px;
	background-color: #FFA200;
}

.zhicwl-pagrs4-tit .burt {
	cursor: pointer;
}

.zhicwl-pagrs4-tit .burt:hover {
	opacity: .7;
}

.zhicwl-pagrs4-div .txt {
	font-size: 14px;
	line-height: 23px;
	color: #333;
	padding-top: 30px;
}
.zhicwl-pagrs4-div .txt h3{ font-size:16px; line-height:28px;}

.zhicwl-pagrs5 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color .6s linear;
}

.zhicwl-pagrs5-xsycle {
	display: none;
}

.zhicwl-pagrs5-sicr {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
	-webkit-transform: translate(100%, 0%);
	-webkit-transition-duration: .6s, .6s, .6s;
}

.zhicwl-pagrs5.on {
	z-index: 999999997;
	display: block;
	background-color: rgba(0, 0, 0, .7);
}

.zhicwl-pagrs5.on2 {
	z-index: 999999997;
}

.zhicwl-pagrs5.on .zhicwl-pagrs5-sicr {
	-webkit-transform: translate(0%, 0%);
}

.zhicwl-pagrs5-div {
	padding: .5rem .5rem;
}

.zhicwl-pagrs5-tit h3 {
	font-size: 28px;
	line-height: 1.5;
	position: relative;
}

.zhicwl-pagrs5-tit h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
	width: 88px;
	height: 2px;
	background-color: #FFA200;
}

.zhicwl-pagrs5-tit .burt {
	cursor: pointer;
}

.zhicwl-pagrs5-tit .burt:hover {
	opacity: .7;
}

.zhicwl-pagrs5-div .txt {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding-top: 60px;
}

.zhicwl-pagrs6 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color .6s linear;
}

.zhicwl-pagrs6-xsycle {
	display: none;
}

.zhicwl-pagrs6-sicr {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
	-webkit-transform: translate(100%, 0%);
	-webkit-transition-duration: .6s, .6s, .6s;
}

.zhicwl-pagrs6.on {
	z-index: 999999997;
	display: block;
	background-color: rgba(0, 0, 0, .7);
}

.zhicwl-pagrs6.on2 {
	z-index: 999999997;
}

.zhicwl-pagrs6.on .zhicwl-pagrs6-sicr {
	-webkit-transform: translate(0%, 0%);
}

.zhicwl-pagrs6-div {
	padding: .5rem .5rem;
}

.zhicwl-pagrs6-tit h3 {
	font-size: 28px;
	line-height: 1.5;
	position: relative;
}

.zhicwl-pagrs6-tit h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
	width: 88px;
	height: 2px;
	background-color: #FFA200;
}

.zhicwl-pagrs6-tit .burt {
	cursor: pointer;
}

.zhicwl-pagrs6-tit .burt:hover {
	opacity: .7;
}

.zhicwl-pagrs6-div .txt {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding-top: 60px;
}

.zhicwl-parefg ul {
	padding-right: .2rem;
}

.zhicwl-parefg ul li {
	width: 25%;
	float: left;
	padding-left: .2rem;
	margin-top: .2rem;
	overflow: hidden;
}

.zhicwl-parefg ul li a {
	display: block;
	position: relative;
}

.zhicwl-parefg ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}

.zhicwl-parefg ul li a>img {
	display: block;
	width: 100%;
}

.zhicwl-trelp {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding-top: .05rem;
}

.zhicwl-trelp h5 {
	color: #FFF;
	font-size: .3rem;
	line-height: 1.5;
	font-weight: bold;
	padding-top: .16rem;
}

.zhicwl-trelp img {
	width: .96rem;
	height: .96rem;
	margin: 0 auto;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.zhicwl-trelp p {
	line-height: 1.6;
	color: #FFF;
	font-size: 14px;
	margin-top: .1rem;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.zhicwl-parefg ul li a .zhicwl-trelp>div {
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.zhicwl-dspwl {
	position: relative;
}

.zhicwl-dspwl p {
	padding: 0 .4rem;
	position: absolute;
	left: 0;
	top: .63rem;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.zhicwl-parefg ul li a:hover:before {
	background-color: rgba(0, 0, 0, .2);
}

.zhicwl-parefg ul li a:hover .zhicwl-trelp img {
	opacity: 0;
}

.zhicwl-parefg ul li a:hover .zhicwl-trelp>div {
	-moz-transform: translate(0, -1.02rem);
	-webkit-transform: translate(0, -1.02rem);
	-o-transform: translate(0, -1.02rem);
	-ms-transform: translate(0, -1.02rem);
	transform: translate(0, -75%);
}

.zhicwl-parefg ul li a:hover .zhicwl-dspwl p {
	opacity: 1;
}

.alsv4 {
	background: url(../images/page3-img.jpg) center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.zhicwl-zxmfla {
	width: 100%;
	height: 100%;
}

.zhicwl-zxmfla-left {
	background: url(../images/img18.jpg) center bottom no-repeat;
	background-size: cover;
	height: 100%;
	width: 44%;
}

.zhicwl-mafles {
	padding: 0 .2rem;
}

.zhicwl-mafles h3 {
	font-size: .6rem;
	font-weight: bold;
	color: #FFF;
}

.zhicwl-mafles p {
	color: #FFF;
	font-size: 16px;
	line-height: 1.7;
	padding-bottom: .35rem;
	padding-top: .3rem;
}

.zhicwl-mafles a {
	color: #5183c0;
	background-color: #FFF;
	padding: 0 .14rem;
	font-size: 15px;
	display: inline-block;
}

.zhicwl-zxmfla-right {
	background-color: #000;
	height: 100%;
	width: 56%;
}

.zhicwl-zxmfla-flx {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.zs1 {
	background-color: #000;
}

.zhicwl-szt1 {
	background-color: #000;
	height: 50%;
}

.zhicwl-szt2 {
	height: 50%;
	overflow: hidden;
}

.zhicwl-szt2 img {
	width: auto;
	height: 100%;
	-webkit-transition: all 0.36s linear;
	opacity: 1;
}

.zhicwl-szt3 {
	height: 50%;
	background-color: #497fc8;
	-webkit-transition: background-color 0.25s linear;
	position: relative;
	padding: 0 .3rem;
}

.zhicwl-szt3:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -.23rem;
	top: -.19rem;
	width: .46rem;
	height: .19rem;
	background: url(../images/img22.png) left top no-repeat;
	-webkit-transition: background 0.25s linear;
	background-size: 100% 100%;
}

.zhicwl-szt3>div {
	height: 100%;
}

.zhicwl-szt3 h3 {
	color: #FFF;
	font-size: 30px;
}

.zhicwl-szt3 p {
	font-size: 14px;
	color: #FFF;
	line-height: 1.7;
	padding: .2rem 0;
}

.zhicwl-szt3 p span {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zhicwl-szt3 a {
	color: #8BC50F;
	background-color: #FFF;
	padding: 0 .12rem;
	font-size: 14px;
	display: inline-block;
}

.zhicwl-zxmfla-flx.zs1 .zhicwl-szt3 {
	background-color: #FFA200;
}

.zhicwl-zxmfla-flx.zs1 .zhicwl-szt3:before {
	bottom: -.19rem;
	top: auto;
	background: url(../images/img23.png) left top no-repeat;
	-webkit-transition: background 0.25s linear;
	background-size: 100% 100%;
	z-index: 99;
}

.zhicwl-zxmfla-flx.zs1 .zhicwl-szt3 a {
	color: #FFA200;
}

.zhicwl-zxmfla-flx.zs2 .zhicwl-szt3 a {
	color: #FFA200;
}

.zhicwl-zxmfla-flx.zs1 .zhicwl-szt3:hover {
	background-color: #B17000;
}

.zhicwl-zxmfla-flx.zs1 .zhicwl-szt3:hover:before {
	background: url(../images/img23-2.png) left top no-repeat;
	background-size: 100% 100%;
}

.zhicwl-zxmfla-flx.zs2 .zhicwl-szt3:hover {
	background-color: #1f5cad;
}

.zhicwl-zxmfla-flx.zs2 .zhicwl-szt3:hover:before {
	background: url(../images/img22-2.png) left top no-repeat;
	background-size: 100% 100%;
}

.zhicwl-zxmfla {
	background-color: #000;
}

.alsv4 .zhicwl-qxs_on1,
.alsv4 .zhicwl-qxs_on2,
.alsv4 .zhicwl-qxs_on3,
.alsv4 .zhicwl-qxs_on4,
.alsv4 .zhicwl-qxs_on5 {
	opacity: .3;
	-webkit-transition: opacity 1s linear;
}

.alsv4.swiper-slide-active .zhicwl-qxs_on1,
.alsv4.swiper-slide-active .zhicwl-qxs_on2,
.alsv4.swiper-slide-active .zhicwl-qxs_on3,
.alsv4.swiper-slide-active .zhicwl-qxs_on4,
.alsv4.swiper-slide-active .zhicwl-qxs_on5 {
	opacity: 1;
}

.alsv4 .zhicwl-qxs_on1 {
	-webkit-transition-delay: 150ms;
}

.alsv4 .zhicwl-qxs_on2 {
	-webkit-transition-delay: 300ms;
}

.alsv4 .zhicwl-qxs_on3 {
	-webkit-transition-delay: 450ms;
}

.alsv4 .zhicwl-qxs_on4 {
	-webkit-transition-delay: 600ms;
}

.alsv4 .zhicwl-qxs_on5 {
	-webkit-transition-delay: 750ms;
}

.alsv4.swiper-slide-active .zhicwl-qxs_on1 {
	opacity: .85;
}
.alsv4.swiper-slide-active .zhicwl-qxs_on1:hover {
	-webkit-transition: opacity .15s linear;
	opacity: 1 !important;
}


/*.alsv4 .zhicwl-zxmfla-left:hover .zhicwl-mafles h3{
	text-shadow:2px 2px 5px #333333;
}
.alsv4 .zhicwl-zxmfla-left:hover .zhicwl-mafles p{
	text-shadow:2px 2px 5px #333333;
}
.alsv4 .zhicwl-zxmfla-right .zhicwl-szt3:hover h3{
	text-shadow:2px 2px 5px #333333;
}
.alsv4 .zhicwl-zxmfla-right .zhicwl-szt3:hover p{
	text-shadow:2px 2px 5px #333333;
}*/

.zhicwl-dhlref {
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.zhicwl-dhlref * {
	display: block;
}

.zhicwl-dhlref span {
	-webkit-transition: margin-top 0.15s linear;
}

.zhicwl-dhlref:hover span {
	margin-top: -26px;
}

.zhicwl-szt1:hover .zhicwl-szt2 img {
	-webkit-transform: scale(1.1, 1.1);
	opacity: .75;
}

.alsv9 .zhicwl-footer1 {
	opacity: 0;
	-webkit-transform: scale(.9, .9);
	-webkit-transition: opacity 2.5s, transform .5s;
}

.alsv9.swiper-slide-active .zhicwl-footer1 {
	opacity: 1;
	-webkit-transform: scale(1, 1);
}

@media (min-width: 1450px) {
	.zhicwl-szt2 img {
		width: 100%;
	}
}

.zhicwl-qh1 {
	width: 8.2rem;
	max-width: 820px;
	margin: 0;
}

.zhicwl-qh1 .swiper-slide {
	background: transparent;
}

.zhicwl-qh1 .swiper-slide a {
	width: 100%;
}

.zhicwl-qh1 .swiper-slide .zhicwl-qh1-left img {
	display: block;
	width: 3.55rem;
	height: 2.68rem;
}

.zhicwl-qh1 .swiper-slide .zhicwl-qh1-tit {
	text-align: left;
	color: #FFF;
	padding-left: .43rem;
	width: 100%;
}

.zhicwl-qh1 .swiper-slide .zhicwl-qh1-tit h3 {
	font-size: .26rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zhicwl-qh1 .swiper-slide .zhicwl-qh1-tit time {
	font-size: 14px;
	color: #D1DDEF;
	display: block;
	padding-top: .2rem;
}

.zhicwl-qh1 .swiper-slide .zhicwl-qh1-tit p {
	padding-top: .55rem;
}

.zhicwl-qh1 .swiper-slide .zhicwl-qh1-tit p span {
	font-size: 14px;
	color: #D1DDEF;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zhicwl-qh1 .swiper-pagination-bullet {
	width: .62rem;
	height: .07rem;
	display: inline-block;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	margin: 0 3px !important;
}

.zhicwl-qh1 .swiper-pagination-bullets {
	bottom: -2px;
	left: .92rem;
}

.zhicwl-qh1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFA200;
}

.alsv5 {
	background: #497FC9 url(../images/img24.jpg) left top no-repeat;
	background-size: contain;
}

.zhicwl-salre {
	width: 100%;
	padding: 0 1rem;
	padding-top: 88px;
}

.zhicwl-amnv1 {
	text-align: left;
}

.zhicwl-amnv2 {
	display: inline-block;
	position: relative;
}

.zhicwl-amnv2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: .98rem;
	height: .1rem;
	background-color: #FFA200;
	border-right: 2px solid transparent;
}

.zhicwl-amnv2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 3.63rem;
	height: .1rem;
	background-color: rgba(255, 255, 255, .5);
}

.zhicwl-amnv2 h3 {
	color: #FFF;
	font-size: .6rem;
	font-weight: bold;
	padding-top: .7rem;
	position: relative;
	display: block;
}

.zhicwl-amnv2 span {
	font-size: 18px;
	color: #FFF;
	display: block;
	padding-top: .7rem;
}

.zhicwl-arre1 {
	width: 100%;
	text-align: left;
	margin-top: 1.2rem;
}

.zhicwl-listxw ul li {
	border-top: 1px solid #80A6D9;
}

.zhicwl-listxw ul li:first-child {
	border-top: none;
}

.zhicwl-listxw a {
	padding: .22rem .2rem .19rem;
}

.zhicwl-listxw ul li:first-child a {
	padding-top: 0;
}

.zhicwl-listxw ul li:last-child a {
	padding-bottom: 0;
}

.zhicwl-listxw .time {
	text-align: center;
}

.zhicwl-listxw .time strong {
	color: #FFF;
	font-size: .3rem;
	display: block;
	padding-bottom: .15rem;
}

.zhicwl-listxw .time span {
	display: block;
	font-size: 14px;
	color: #D1DDEF;
	font-weight: normal;
	padding-bottom: .07rem;
}

.zhicwl-listxw .con {
	padding-left: .68rem;
	overflow: hidden;	
	width:910px;
}

.zhicwl-listxw .titslh {
	color: #FFF;
	font-size: .27rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zhicwl-listxw .con p {
	padding-top: .04rem;
}

.zhicwl-listxw .con p span {
	font-size: 14px;
	color: #D1DDEF;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zhicwl-pahr6 {
	width: 100%;
	padding: 0 1rem;
	padding-top: 1rem;
}

.zhicwl-ylaile {
	display: block;
	width: 100%;
}

.alsv6 {
	background: url(../images/img26.jpg) left top no-repeat;
	background-size: cover;
}

.zhicwl-ylaile {
	width: 100%;
	padding-top: .63rem;
}

.zhicwl-ylaile .swiper-slide {
	background-color: transparent;
}

.zhicwl-ayow1 img {
	width: 6.15rem;
	height: 4.6rem;
}

.zhicwl-ayow2 {
	text-align: left;
	padding-left: .75rem;
}

.zhicwl-ayow2 h3 {
	font-size: .6rem;
	font-weight: bold;
}

.zhicwl-ayow2 h4 {
	font-size: .25rem;
	padding-top: .32rem;
	padding-bottom: .45rem;
}

.zhicwl-ayow2 h4 strong {
	font-weight: normal;
	font-size: .34rem;
}

.zhicwl-ayow3 {
	text-align: left;
	padding-left: 0;
	padding-top:50px;
}

.zhicwl-ayow3 p {
	font-size: 16px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zhicwl-qh3 .swiper-pagination-bullet {
	width: .62rem;
	height: .07rem;
	display: inline-block;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	margin: 0 3px !important;
}

.zhicwl-qh3 .swiper-pagination-bullets {
	bottom: -2px;
	left: -.7rem;
}

.zhicwl-qh3 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFA200;
}

.alsv7 {
	background-color: #9DCA3E;
}

.zhicwl-pahr7 {
	width: 100%;
	height: 100%;
	padding: 0 .7rem;
}

.zhicwl-amnv2 span {
	font-size: 18px;
	color: #FFF;
	display: block;
	padding-top: .7rem;
}

.zhicwl-amnv2-div {
	padding-top: .14rem;
}

.zhicwl-amnv2-div strong {
	font-size: .26rem;
	color: #FFF;
	display: inline-block;
	font-weight: normal;
	padding-right: .18rem;
}

.zhicwl-amnv2-div samp {
	font-size: .16rem;
	color: #FFF;
}

.zhicwl-nbsregl {
	position: relative;
}

.zhicwl-nbsregl .zhicwl-amnv1 {
	position: relative;
	left: -4.5rem;
}

.zhicwl-nbsregl h3 {
	font-size: .44rem;
}

.zhicwl-ditre {
	margin-top: -1.5rem;
}

.zhicwl-ditre-ditu {
	position: relative;
	z-index: 5;
}

.zhicwl-ditre-ditu>img {
	width: 8.35rem;
	height: 7.2rem;
	margin: 0 auto;
}

.zhicwl-mfsles1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.zhicwl-mfsles1 ul li {
	cursor: pointer;
	-webkit-animation: 1s linear 0s normal none infinite bounce-down;
	position: relative;
}

.zhicwl-mfsles1 ul li.on samp {
	visibility: visible;
	display: inline-block;
	text-align: left;
	font-size: 17px;
    line-height: 1.26;
    padding-left: 10px;
    text-decoration: underline;
    text-shadow: 2px 5px 10px #333333;
}

.zhicwl-mfsles1 ul li.on .dt-icon {
	-webkit-transform: scale(1.4, 1.4);
}

.zhicwl-mfsles2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.zhicwl-mfsles2 .dt-icon {
	background: url(../images/img28.png) left top no-repeat;
	width: 13px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.zhicwl-mfsles2 samp {
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 5px;
	visibility: hidden;
}

.zhicwl-mfsles2:hover samp {
	/*visibility: visible;*/
}

@-webkit-keyframes bounce-down {
	25% {
		margin-top: -5px;
	}
	50%,
	100% {
		margin-top: 0;
	}
	75% {
		margin-top: 5px;
	}
}

.zhicwl-lequsi {
	display: none;
}

.zhicwl-kdulpr {
	width: 240px;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 999;
	display: none;
}

.zhicwl-kdulpr h3 {
	background-color: #497FC8;
	padding: 13px 0;
	overflow: hidden;
	text-align: center;
}

.zhicwl-kdulpr h3 span {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.zhicwl-kdulpr h3 i {
	font-style: normal;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	float: right;
	position: relative;
	top: 7px;
	right: 13px;
}

.zhicwl-cnmbde {
	color: #5A5A5A;
	font-size: 12px;
	line-height: 2;
	padding: 10px;
	text-align: left;
	background-color: #FFF;
}

.zhicwl-cnmbde img {
	width: 100%;
}

.zhicwl-cnmbde h4 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}

.zhicwl-cnmbde h5 {
	color: #5A5A5A;
	font-size: 13px;
	padding-top: 5px;
	font-weight: bold;
}

.zhicwl-cnmbde p samp {
	font-weight: bold;
	font-size: 20px;
	color: #497FC8;
}


/*地区定位*/

.zhicwl-mfsles2.no1 {
	left: 1.4rem;
	top: 2.3rem;
}

.zhicwl-mfsles2.no2 {
	left: 1.3rem;
	top: 4rem;
}

.zhicwl-mfsles2.no3 {
	left: 4rem;
	top: 3rem;
}

.zhicwl-mfsles2.no4 {
	left: 3.9rem;
	top: 4.5rem;
}

.zhicwl-mfsles2.no5 {
	left: 4.7rem;
	top: 3.3rem;
}

.zhicwl-mfsles2.no6 {
	left: 5rem;
	top: 4.7rem;
}

.zhicwl-mfsles2.no7 {
	left: 5.2rem;
	top: 3.6rem;
}

.zhicwl-mfsles2.no8 {
	left: 5.6rem;
	top: 2.1rem;
}

.zhicwl-mfsles2.no9 {
	left: 5.6rem;
	top: 3.1rem;
}

.zhicwl-mfsles2.no10 {
	left: 5.8rem;
	top: 3.85rem;
}

.zhicwl-mfsles2.no11 {
	left: 5.6rem;
	top: 4.4rem;
}

.zhicwl-mfsles2.no12 {
	left: 5.5rem;
	top: 5.1rem;
}

.zhicwl-mfsles2.no13 {
	left: 5.4rem;
	top: 6.4rem;
}

.zhicwl-mfsles2.no14 {
	left: 5.9rem;
	top: 6.1rem;
}

.zhicwl-mfsles2.no15 {
	left: 6.1rem;
	top: 3rem;
}

.zhicwl-mfsles2.no16 {
	left: 6.2rem;
	top: 2.5rem;
}

.zhicwl-mfsles2.no17 {
	left: 6.4rem;
	top: 3.36rem;
}

.zhicwl-mfsles2.no18 {
	left: 6.7rem;
	top: 3.2rem;
}

.zhicwl-mfsles2.no19 {
	left: 6.5rem;
	top: 4.2rem;
}

.zhicwl-mfsles2.no20 {
	left: 6.8rem;
	top: 5.4rem;
}

.zhicwl-mfsles2.no21 {
	left: 6.95rem;
	top: 4.7rem;
}

.zhicwl-mfsles2.no22 {
	left: 6.95rem;
	top: 4.1rem;
}

.zhicwl-mfsles2.no23 {
	left: 7.2rem;
	top: 4.2rem;
}

.zhicwl-mfsles2.no24 {
	left: 7.1rem;
	top: 2.16rem;
}

.zhicwl-mfsles2.no25 {
	left: 7.5rem;
	top: 1.7rem;
}

.zhicwl-mfsles2.no26 {
	left: 7.62rem;
	top: 1rem;
}


/*/地区定位*/

.alsv8 {
	background-size: contain;
	background-color: #497FC9;
}

.zhicwl-pahr8 {
	width: 100%;
	padding: 0 3.6rem;
	padding-top: 1rem;
}

.zhicwl-pahr8 .con_lc{}
.zhicwl-pahr8 .con_lc img{ width:1120px; margin-top:30px; margin-left:auto; margin-right:auto;}
.zhicwl-pahr8 .con_lc ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
	margin-left:50px;
}
.zhicwl-pahr8 .con_lc ul li{
    float: left;
    color: #fff;
    font-size: 16px;
    width: 130px;
    text-align: justify;
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-right:120px;
}
.zhicwl-pahr8 .con_lc ul li:last-child{ margin-right:0px;}

.zhicwl-dbbtre {
	padding-top: 1rem;
}

.zhicwl-hlmre2 {
	padding-left: .8rem;
}

.zhicwl-hlmre5 {
	margin-top: -15px;
}

.zhicwl-hlmre6 {
	line-height: 36px;
	margin-top: 15px;
}

.zhicwl-hlmre7 {
	display: block;
	color: #FFF;
	font-size: 14px;
}

.zhicwl-hlmre8 {
	padding-left: .4rem;
}

.zhicwl-hlmre8 input {
	display: block;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #BABABA;
	background-color: #FFF;
	height: 36px;
}

.zhicwl-hlmre8 select {
	padding: 0 13px;
	font-size: 14px;
	border: 1px solid #BABABA;
	background-color: #FFF;
	height: 36px;
}

.zhicwl-hlmre8 textarea {
	padding: 11px 15px;
	font-size: 14px;
	border: 1px solid #BABABA;
	background-color: #FFF;
	height: 87px;
	width: 100%;
	line-height: 1.5;
	vertical-align: top;
}

.zhicwl-hlmre8-dq {
	display: flex;
	margin-left: -.16rem;
}

.zhicwl-hlmre8-dq select {
	flex: 1;
	margin-left: .16rem;
	width: 33.3333%;
}

.zhicwl-serrg {
	margin-left: -.8rem;
}

.zhicwl-serrg .zhicwl-hlmre4 {
	width: 50%;
	padding-left: .8rem;
	padding-right: .4rem;
}

.zhicwl-tjczhi {
	display: flex;
	margin-left: -15px;
}

.zhicwl-tjczhi input {
	flex: 1;
	margin-left: 15px;
	font-size: 18px;
	background-color: #FFA200;
	color: #FFF;
	border-color: #FFA200;
	cursor: pointer;
}

.zhicwl-tjczhi input:first-child {
	background-color: #8BC50F;
	border-color: #8BC50F;
	-webkit-transition: all 0.15s linear;
}

.zhicwl-tjczhi input:first-child:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #18191D;
}

.zhicwl-tjczhi input {
	-webkit-transition: all 0.15s linear;
}

.zhicwl-tjczhi input:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #18191D;
}

.alsv-x {
	height: 0 !important;
}

.alsv9 {
	background-color: #497FC9;
	width: 100%;
}

#zhicwl-gao {
	width: 100%;
}

.zhicwl-footer1 {
	width: 100%;
	background-color: #2A2B2A;
	padding-top: 30px;
}

.zhicwl-footer1-cen {
	padding-bottom: 30px;
}

.zhicwl-bnvlp-l {
	width: 356px;
	line-height: 1.4;
	text-align: left;
}

.zhicwl-bnvlp-l dl dd a:hover {
	color: #8BC50F;
}

.zhicwl-bnvlp-l>div {
	width: 114px;
	border-right: 1px solid #474646;
}

.zhicwl-bnvlp-l>div:last-child {
	width: 242px;
	padding-left: 36px;
	padding-right: 36px;
}

.zhicwl-bnvlp-l h2 {
	color: #999;
	font-size: 20px;
	margin-bottom: 12px;
}

.zhicwl-bnvlp-l dl {
	margin-top: 6px;
}

.zhicwl-bnvlp-l dt {
	font-size: 14px;
	color: #999;
}

.zhicwl-bnvlp-l dd {
	font-size: 14px;
	color: #999;
}

.zhicwl-bnvlp-r {
	padding-left: 18px;
}

.zhicwl-bnvlp-r>div {
	padding-left: 38px;
}

.zhicwl-bnvlp-r-i {
	font-size: 15px;
	color: #999999;
	line-height: 1.8;
	font-weight: bold;
	padding-left: 17px;
	text-align: left;
}

.zhicwl-bnvlp-c {
	text-align: center;
	border-right: 1px solid #474646;
}

.zhicwl-bnvlp-c-t img {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
}

.zhicwl-bnvlp-c-t b {
	color: #FFF;
	font-size: 24px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.zhicwl-bnvlp-c p {
	color: #FFF;
	font-size: 15px;
	padding-top: 18px;
}

.zhicwl-bnvlp-c-im {
	padding-top: 16px;
	padding-bottom: 13px;
}

.zhicwl-bnvlp-c-im img {
	display: inline-block;
	margin: 0 6px;
}

.zhicwl-bqshj {
	line-height: 1.5;
	color: #999999;
	font-size: 14px;
	padding: 9px 0;
	background-color: #1E1F1E;
	text-align: center;
}

.swiper-container-v .swiper-pagination-v.swiper-pagination-bullets {
	left: 10px;
	right: auto;
}

.swiper-container-v .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8BC50F;
}

.dock {
	position: fixed;
	right: 0;
	top: 50%;
	height: 346px;
	margin-top: -150px;
	width: 50px;
	-moz-opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: rgba(0, 0, 0, .5);
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 46px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -154px;
	height: 34px;
}

.dock ul.icons li.tel i {
	background: url(../images/img40.png) no-repeat center;
}

.dock ul.icons li.im i {
	background: url(../images/img39.png) no-repeat center;
}

.dock ul.icons li.wechat i {
	background: url(../images/img42.png) no-repeat center;
}

.dock ul.icons li.yx i {
	background: url(../images/img41.png) no-repeat center;
}

.dock ul.icons li.yx2 i {
	background: url(../images/img43.png) no-repeat center;
}

.dock ul.icons li.down i {
	background-position: -63px -203px;
	height: 32px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px 15px;
	height: auto;
	width: 160px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: rgba(0, 0, 0, .5);
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
	font-size: 14px;
}

.dock ul.icons li.active p {
	right: 49px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.im p {
	padding-top: 5px;
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #8bc50f;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8bc50f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: #FFF;
	background: #8bc50f;
	border: 1px solid #8bc50f;
}

.dock ul.icons li.wechat p img {
	width: 115px;
	border: 2px solid White;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 310px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}

.dock a.switch:hover {
	opacity: .8;
}

.dock a.switch.off:hover {
	opacity: 1;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.alsv8-sjkre {
	width: 100%;
	height: 100%;
	position: relative;
}

.zhicwl-pahr8 {
	padding-top: 0 !important;
	padding-bottom: 76px !important;
}

@media (max-width: 1800px) {
	.zhicwl-pahr8 {
		padding: 0 2.8rem;
	}
}

@media (max-width: 1650px) {
	.zhicwl-pahr8 {
		padding: 0 2.2rem;
	}
}

@media (max-width: 1500px) {
	.zhicwl-pahr8 {
		padding: 0 1.8rem;
	}
}

@media (max-width: 1400px) {
	.zhicwl-pahr8 {
		padding: 0 1.5rem;
	}
}

@media (max-width: 1400px) {
	.zhicwl-pahr8 {
		padding: 0 1rem;
	}
}

@media (max-width: 1450px) {
	.zhicwl-qh1 .swiper-slide .zhicwl-qh1-tit p {
		padding-top: .3rem;
	}
	.zhicwl-salre {
		padding: 0 .5rem;
	}
	.zhicwl-listxw .con {
		padding-left: .34rem;
	}
	.zhicwl-ayow3 p {
		-webkit-line-clamp: 6;
	}
	.zhicwl-pahr6 {
		padding: 0 .5rem;
	}
	.zhicwl-ayow2 {
		padding-left: .4rem;
	}
}
.zxzx{-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
	border-radius: 20px;
	width:300px;
	padding:20px; text-align:center; background-color:#fc9b09;}
.zxzx h3{ font-size:24px; line-height:30px; color:#fff;}
.zxzx img{ width:60%; height:auto; margin-left:auto; margin-right:auto; margin-top:15px;}
.zxzx p{ font-size:16px; line-height:35px; margin-top:15px;}

/*----------------------------------------/PC----------------------------------------*/
