/*引导页*/
.login-box{
	width: 100%;
	height: 100vh;
	position: relative;
}
.login-bg{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.login-bg-fl{
	width: 50%;
	height: 100%;
	background: url(../images/login-bg01.jpg) no-repeat center center;
	background-size: cover;
}
.login-bg-fr{
	width: 50%;
	height: 100%;
	background: url(../images/login-bg02.jpg) no-repeat center center;
	background-size: cover;
}
.earth{
	width: 4.94rem;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	margin-left: -2.47rem;
	z-index: 5;
	animation: spin 20s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.login-content{
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	z-index: 10;
}
.login-fl{
	width: 50%;
	height: 100%;
	position: relative;
}
.login-fr{
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	position: relative;
}
.login-fl img,.login-fr img{
	display: block;
	width: 7.2rem;
	position: absolute;
	top: 3.1rem;
}
.login-fl img{
	right: 0;
	animation: dh3 1 2.5s;
}
.login-fr img{
	left: 0.15rem;
	animation: dh2 1 2.5s;
}
.login-logo{
	width: 5.78rem;
	position: absolute;
	left: 0.6rem;
	top: 0.6rem;
	z-index: 20;
}
.login-logo img{
	display: block;
	width: 100%;
}
.login-ewm{
	position: absolute;
	right: 0.8rem;
	top: 0.64rem;
	z-index: 20;
}
.login-ewm ul li{
	float: left;
	width: 1rem;
	border-radius: 1px;
	margin-left: 0.16rem;
}
.login-ewm ul li img{
	border: 2px solid #bbbbbb;
	display: block;
	width: 100%;
}
.login-ewm ul li span{
	display: block;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.05rem;
}
.login-ewm ul li:first-child{
	margin-left: 0;
}

.login-bei{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.1rem;
	z-index: 20;
}
.login-bei p{
	width: 100%;
	display: flex;
	font-size: 0.16rem;
	line-height: 1.4;
}
.login-bei p span:nth-child(1){
	display: block;
	width: 50%;
	text-align: right;
	color: #333333;
	text-transform: uppercase;
	padding-right: 0.02rem;
}
.login-bei p span:nth-child(2){
	display: block;
	width: 50%;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 0.04rem;
}
.login-menu{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.65rem;
	z-index: 20;
	text-align: center;
}
.login-menu ul{
	display: inline-flex;
}
.login-menu ul li{
	margin: 0 0.34rem;
	width: 2.18rem;
	height: 2.02rem;
	/*background: url(../images/login-btn-b01.png) no-repeat;*/
	background-size: 100% 100%;
	transition-duration: 0.3s;
	overflow: hidden;
}
.login-menu ul li:hover{
	background: url(../images/login-btn-b02.png) no-repeat;
	background-size: 100% 100%;
}
.login-menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.login-menu ul li a img{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: 0.3s;
}
.bt-w{
	opacity: 1;
	visibility: visible;
}
.bt-y{
	opacity: 0;
	visibility: hidden;
}
.login-menu ul li:hover .bt-w{
	opacity: 0;
	visibility: hidden;
}
.login-menu ul li:hover .bt-y{
	opacity: 1;
	visibility: visible;
}
/*引导页*/

/*首页*/
.home-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bannerSwiper{
	position: relative;
	z-index: 5;
}
.bannerSwiper img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.bannerSwiper .swiper-slide-active img{
	animation: changeScale 1 2.5s;
}
.home-banner .swiper-pagination{
	bottom: 0.35rem !important;
}
.home-banner .swiper-pagination .swiper-pagination-bullet{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.3rem;
	background: none;
	opacity: 1 !important;
	font-size: 0.2rem;
	color: #fff;
	margin: 0 0.1rem;
	position: relative;
}
.home-banner .swiper-pagination .swiper-pagination-bullet:before{
	display: block;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: url(../images/dot-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
	z-index: -1;
	clip-path: circle(50% at 50% -70%);
	transition-duration: 0.5s;
}
.home-banner .swiper-pagination-bullet-active:before{
	clip-path: circle(50% at 50% 50%) !important;
}

.banner-title{
	width: 100%;
	position: absolute;
	top: 0.8rem;
	left: 0;
	z-index: 10;
}
.banner-title .w1498{
	zoom: 1;
}
.banner-title .w1498:after{
	display: block;
	content: '';
	clear: both;
}
.banner-title .w1498 span{
	float: left;
	display: block;
	width: 1rem;
	font-size: 0.84rem;
	color: #fff;
	font-family: 'systB';
	text-align: center;
	line-height: 1;
	text-shadow: 2px 2px 2px #333;
}
.banner-title .w1498 span:nth-child(2){
	margin-left: 0.1rem;
	margin-top: 0.95rem;
	position: relative;
}
.banner-title .w1498 span:nth-child(2):after{
	display: block;
	content: '';
	width: 0.32rem;
	height: 100%;
	background: #6a310f;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.swiper-slide-active .banner-title span:nth-child(1){
	animation: dh2 1 2.5s;
}
.swiper-slide-active .banner-title span:nth-child(2){
	animation: dh3 1 2.5s;
}

.home-jyzn{
	padding: 0.82rem 0 1.22rem;
	background: #ffffff;
}
.home-title{
	text-align: center;
	margin-bottom: 0.3rem;
}
.home-title-box{
	display: inline-flex;
}
.home-title-fl{
	width: 1.58rem;
	padding-right: 0.38rem;
	zoom: 1;
}
.home-title-fl:after{
	display: block;
	content: '';
	clear: both;
}
.home-title-fl-nr{
	float: right;
	width: 1.04rem;
	height: 1.04rem;
	position: relative;
}
.title-line{
	width: 100%;
	height: 100%;
	background: url(../images/line01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.title-dot{
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	border: 2px solid #773d31;
	position: absolute;
	right: -0.04rem;
	top: 0.25rem;
	z-index: 3;
}
.home-title-fl-nr span:nth-child(1){
	font-size: 0.52rem;
	color: #773d31;
	font-family: 'systB';
	line-height: 1;
	position: absolute;
	top: 0.48rem;
	left: 0.6rem;
	transform: translate(-50%,-50%);
}
.home-title-fl-nr span:nth-child(2){
	font-size: 0.52rem;
	color: #773d31;
	line-height: 1;
	font-family: 'systB';
	position: absolute;
	top: 0.38rem;
	right: -0.38rem;
}
.home-title-fr{
	width: 1.58rem;
	/*margin-left: 0.4rem;*/
	margin-top: 0.28rem;
	zoom: 1;
}
.home-title-fr:after{
	display: block;
	content: '';
	clear: both;
}
.home-title-fr-nr{
	float: left;
	position: relative;
}
.home-title-fr-nr span:nth-child(1){
	display: block;
	font-size: 0.14rem;
	color: #d0b071;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'systM';
}
.home-title-fr-nr span:nth-child(2){
	display: block;
	font-size: 0.46rem;
	color: #222222;
	line-height: 1;
	font-family: 'systM';
}

.home-jyzn-box{
	padding: 0 0.14rem;
	display: flex;
	position: relative;
}
.home-jyzn-yy{
	position: relative;
	z-index: 2;
	width: 50%;
	overflow: hidden;
}
.home-jyzn-yy img{
	display: block;
	width: 100%;
	-webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
}
@keyframes scaleDraw {
        0%{
			-webkit-transform: scale(1, 1);
		    transform: scale(1, 1);
		}
		50%{
			-webkit-transform: scale(1.2, 1.2);
		    transform: scale(1.2, 1.2);
		}
		100% {
			-webkit-transform: scale(1, 1);
		    transform: scale(1, 1);
		}
}
.home-jyzn-link{
	position: relative;
	z-index: 10;
	width: 50%;
}
.home-jyzn-link ul li:nth-child(1){
	float: left;
	width: 49.5%;
	height: 2.76rem;
	background: url(../images/zn-bg01.png) no-repeat right bottom #773d31;
	background-size: 1.58rem;
	text-align: center;
	padding-top: 0.7rem;
}
.home-jyzn-link ul li:nth-child(2){
	float: left;
	width: 49.5%;
	height: 2.76rem;
	background: url(../images/zn-bg01.png) no-repeat right bottom #a05a3f;
	background-size: 1.58rem;
	margin-left: 1%;
	text-align: center;
	padding-top: 0.7rem;
}
.home-jyzn-link ul li:nth-child(3){
	width: 117%;
	height: 2.9rem;
	background: url(../images/zn-bg02.jpg) no-repeat right bottom;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 2.76rem;
}
.home-jyzn-link ul li a{
	display: inline-block;
}
.home-jyzn-b{
	width: 101%;
	position: absolute;
	right: 0.14rem;
	bottom: 0;
	z-index: 8;
}
.home-jyzn-b img{
	display: block;
	width: 100%;
}
.home-jyzn-link ul li img{
	display: block;
	width: 0.99rem;
	margin: 0 auto;
}
.home-jyzn-link ul li a:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;	
}
.home-jyzn-link ul li p{
	font-size: 0.28rem;
	color: #fff;
	font-family: 'systB';
	line-height: 1.4;
	margin-top: 0.1rem;
}
.home-jyzn-link ul li:nth-child(3) a{
	display: inline-flex;
	position: absolute;
	left: 1.9rem;
	top: 50%;
	transform: translateY(-50%);
}
.home-jyzn-link ul li:nth-child(3) img{
	width: 1.21rem;
}
.home-jyzn-link ul li:nth-child(3) p{
	color: #773d31;
	font-family: 'systB';
	margin-top: 0.3rem;
	margin-left: 0.3rem;
}
.home-jyzn-link ul li:nth-child(3) span{
	font-size: 0.3rem;
	width: 0.3rem;
	text-align: center;
	color: #333333;
	line-height: 1;
	font-family: 'systB';
	position: absolute;
	left: 0.55rem;
	top: 50%;
	transform: translateY(-50%);
}

.home-news{
	padding: 0.5rem 0 0.98rem;
	background: #f8f8f8;
}
.home-news-box{
	zoom: 1;
	position: relative;
}
.home-news-box:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-kp,.home-news-ln{
	width: 35.51%;
	height: 7.81rem;
	background: url(../images/news-bg01.png) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.home-news-kp{
	float: left;
	padding: 0.3rem 0.7rem 0.2rem 0.4rem;
}
.home-news-ln{
	float: right;
	padding: 0.3rem 0.4rem 0.2rem 0.7rem;
}
.home-news-xw{
	width: 34.04%;
	height: 6.8rem;
	padding: 0.3rem 0.42rem;
	background: url(../images/news-bg02.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	left: 32.98%;
	top: 50%;
	margin-top: -3.4rem;
	z-index: 4;
}
.home-news-title{
	zoom: 1;
	margin-bottom: 0.3rem;
}
.home-news-title:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-title h3{
	float: left;
	font-size: 0.28rem;
	color: #773d31;
	font-family: 'systM';
	line-height: 0.32rem;
	font-weight: normal;
	padding: 0 0.3rem;
	position: relative;
}
.home-news-title h3:before{
	display: block;
	content: '';
	width: 0.25rem;
	height: 0.13rem;
	background: url(../images/h-news-t01a.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.065rem;
}
.home-news-title h3:after{
	display: block;
	content: '';
	width: 0.25rem;
	height: 0.13rem;
	background: url(../images/h-news-t01b.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.065rem;
}
.home-news-title a{
	float: right;
	display: block;
	width: 0.29rem;
	height: 0.29rem;
	font-size: 0.22rem;
	color: #773d31;
	text-align: center;
	line-height: 0.29rem;
	margin-top: 0.015rem;
	position: relative;
}
.home-news-title a:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/jt-bg01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition-duration: 0.5s;
}
.home-news-title a:hover:before{
	transform: rotate(360deg);
}
.home-news-xw .home-news-title h3{
	color: #ffffff;
}
.home-news-xw .home-news-title h3:before{
	background: url(../images/h-news-t02a.png) no-repeat;
	background-size: 100% 100%;
}
.home-news-xw .home-news-title h3:after{
	background: url(../images/h-news-t02b.png) no-repeat;
	background-size: 100% 100%;
}
.home-news-xw .home-news-title a{
	color: rgba(255,255,255,0.65);
}
.home-news-xw .home-news-title a:before{
	background: url(../images/jt-bg02.png) no-repeat;
	background-size: 100% 100%;
}

.home-news-img{
	width: 100%;
	overflow: hidden;
}
.home-news-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-news-img:hover img{
	transform: scale(1.1);
}

.home-news-list{
	margin-top: 0.2rem;
}
.home-news-list ul li{
	margin-bottom: 0.18rem;
}
.home-news-list ul li:last-child{
	margin-bottom: 0;
}
.home-news-list ul li p{
	font-size: 0.18rem;
	color: #222222;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-news-list ul li:hover p{
	color: #773d31;
}
.home-news-list ul li span{
	display: inline-block;
	font-size: 0.17rem;
	color: #773d31;
	line-height: 1.4;
	padding-left: 0.22rem;
	position: relative;
}
.home-news-list ul li span:before{
	display: block;
	content: '';
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/time01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.08rem;
}
.home-news-xw .home-news-list ul li p{
	color: #f7d4cd;
}
.home-news-xw .home-news-list ul li span{
	color: #ffffff;
	opacity: 0.4;
}
.home-news-xw .home-news-list ul li span:before{
	background: url(../images/time02.png) no-repeat;
	background-size: 100% 100%;
}
.home-news-xw .home-news-list ul li:hover p{
	color: #fff;
}

.home-zdzk{
	width: 100%;
	padding: 1.52rem 0 1.82rem;
	position: relative;
}
.home-zdzk-menu{
	width: 44.06%;
	height: 5.5rem;
	border-left: 0.06rem solid #e2d1c9;
}
.home-zdzk-menu ul{
	display: flex;
	width: 100%;
	height: 100%;
}
.home-zdzk-menu ul li{
	width: 20%;
	height: 100%;
	position: relative;
	border-right: 0.02rem solid #e2d1c9;
	padding-top: 0.3rem;
	text-align: center;
	cursor: pointer;
}
.zdzk-menu-icon{
	margin: 0 auto;
	width: 0.98rem;
	height: 0.98rem;
	border-radius: 50%;
	position: relative;
}
.icon-zb,.icon-zw{
	display: block;
	width: 0.44rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	transition-duration: 0.3s;
}
.icon-zb{
	opacity: 1;
	visibility: visible;
}
.icon-zw{
	opacity: 0;
	visibility: hidden;
}
.zk-active .icon-zb{
	opacity: 0;
	visibility: hidden;
}
.zk-active .icon-zw{
	opacity: 1;
	visibility: visible;
}
.zdzk-circle01{
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background: #f2e1c7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	transition-duration: 0.3s;
}
.zdzk-circle02{
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	border: 0.02rem solid #f2e1c7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	transition-duration: 0.3s;
}
.zk-active .zdzk-circle01{
	width: 0.84rem;
	height: 0.84rem;
	background: #773d31;
}
.zk-active .zdzk-circle02{
	width: 0.98rem;
	height: 0.98rem;
	border: 0.02rem solid #773d31;
}
.zdzk-menu-name{
	margin-top: 0.22rem;
	width: 100%;
	padding: 0 0.4rem;
	font-size: 0.3rem;
	color: #222222;
	font-family: 'systB';
	text-align: center;
	line-height: 1.1;
	transition-duration: 0.3s;
}
.zk-active .zdzk-menu-name{
	color: #773d31;
}
.zdzk-menu-add{
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	bottom: 0.35rem;
	left: 50%;
	margin-left: -0.18rem;
}
.zdzk-menu-add:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/zk-jt-b01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	transition-duration: 0.3s;
}
.zdzk-menu-add span{
	display: block;
	font-size: 0.28rem;
	color: #b0b0b0;
	text-align: center;
	line-height: 0.36rem;
	position: relative;
	z-index: 10;
	transition-duration: 0.3s;
}
.zk-active .zdzk-menu-add:before{
	background: url(../images/zk-jt-b02.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(360deg);
}
.zk-active .zdzk-menu-add span{
	color: #773d31;
}
.home-zdzk-choose{
	width: 5.65rem;
	height: 6.5rem;
	padding: 0.65rem 0.4rem 0;
	background: url(../images/zk-bg02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -3.25rem;
	right: 4.47rem;
	z-index: 40;
}
.zdzk-bg{
	width: 7.5rem;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
}
.zk-bgImg{
	width: 100%;
	height: 100%;
	background: url(../images/ks-large.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
}
.zdzk-choose-contenter{
	display: none;
}
.show-ks{
	display: block !important;
}
.zdzk-choose-contenter ul li{
	float: left;
	width: 32%;
	height: 0.51rem;
	background: url(../images/zk-btn01.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 2%;
	margin-bottom: 0.15rem;
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	line-height: 0.51rem;
	cursor: pointer;
}
.zdzk-choose-contenter ul li:nth-child(3n){
	margin-right: 0;
}
.hover-ks{
	background: url(../images/zk-btn02.png) no-repeat !important;
	background-size: 100% 100% !important;
	color: #fff !important;
}
.home-ksjs{
	display: none;
	zoom: 1;
}
.home-ksjs:after{
	display: block;
	content: '';
	clear: both;
}
.home-ksjs p{
	display: block;
	width: 100%;
	font-size: 0.17rem;
	color: #333333;
	line-height: 1.4;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home-ksjs a{
	float: right;
	font-size: 0.16rem;
	color: #773d31;
	line-height: 1.4;
	margin-top: 0.05rem;
}
.home-ksjs a:hover{
	font-weight: bold;
}

.home-ztzl{
	padding: 0.52rem 0 1.9rem;
	/*background: url(../images/ztzl-bg.png) no-repeat bottom left #eee4d9;
	background-size: cover;*/
}

.home-ztzl .w1498{
	display: none;
}


.home-ztzl-box{
	padding: 0 0.22rem;
}
.home-ztzl-box ul li{
	float: left;
	width: 21.31%;
	margin-right: 4.92%;
	position: relative;
}
.home-ztzl-box ul li:nth-child(1){
	margin-top: 0.4rem;
}
.home-ztzl-box ul li:nth-child(2){
	margin-top: 0.86rem;
}
.home-ztzl-box ul li:nth-child(3){
	margin-top: 0.16rem;
}
.home-ztzl-box ul li:nth-child(4){
	margin-right: 0;
	margin-top: 0.9rem;
}
.home-ztzl-list{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.home-ztzl-list img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-ztzl-box ul li:hover .home-ztzl-list img{
	transform: scale(1.1);
}
.zt-name{
	width: 0.44rem;
	padding-bottom: 0.6rem;
	position: absolute;
	top: 0.4rem;
	left: 0.38rem;
}
.zt-name h4{
	font-size: 0.29rem;
	color: #773d31;
	text-align: center;
	line-height: 1.1;
	font-family: 'systB';
}
.zt-name p{
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.zt-name p:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/zt-jt-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition-duration: 0.3s;
}
.home-ztzl-box ul li:hover .zt-name p:before{
	transform: rotate(360deg);
}
.zt-name p span{
	display: block;
	font-size: 0.34rem;
	color: #773d31;
	text-align: center;
	line-height: 0.44rem;
	position: relative;
	z-index: 4;
}
.home-ztzl-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -0.16rem;
	top: -0.16rem;
	z-index: 5;
}
.home-ztzl-box ul li:nth-child(1) .home-ztzl-bg{
	background: #793e32;
}
.home-ztzl-box ul li:nth-child(2) .home-ztzl-bg{
	background: #995146;
}
.home-ztzl-box ul li:nth-child(3) .home-ztzl-bg{
	background: #af8674;
}
.home-ztzl-box ul li:nth-child(4) .home-ztzl-bg{
	background: #a69168;
}

.tj-mask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	z-index: 998;
}
.tj-ewm{
	display: none;
	width: 2rem;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.close-ewm-btn{
	position: absolute;
	top: -0.3rem;
	right: -0.5rem;
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.4;
	cursor: pointer;
}
.tj-ewm-img{
	width: 100%;
	padding: 0.05rem;
	background: #fff;
}
.tj-ewm-img img{
	display: block;
	width: 100%;
}
.tj-ewm h5{
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.05rem;
}

@media only screen and (max-width: 1450px) {
    
}
@media only screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1090px) {
    .home-news-kp, .home-news-ln{
    	height: 8.82rem;
    }
    .home-news-xw{
    	height: 7.8rem;
    	margin-top: -3.9rem;
    }
    .home-zdzk-choose{
    	right: 3.47rem;
    }
}
@media only screen and (max-width: 769px){
	.login-fl img, .login-fr img{
		top: 4.1rem;
	}
	.earth{
		top: 2.5rem;
	}
}
@media only screen and (max-width: 540px) {
    .login-bg{
    	display: block;
    }
    .login-bg-fl{
    	width: 100%;
    	height: 50%;
    }
    .login-bg-fr{
    	width: 100%;
    	height: 50%;
    }
    .login-content{
    	display: block;
    }
    .login-fl{
    	width: 100%;
    	height: 50%;
    }
    .login-fr{
    	width: 100%;
    	height: 50%;
    }
    .login-logo{
    	width: 80%;
    	left: 10%;
    	top: 30px;
    }
    .login-ewm{
    	width: 100%;
    	right: 0;
    	top: 90px;
    	text-align: center;
    }
    .login-ewm ul{
    	display: inline-flex;
    }
    .login-ewm ul li{
    	float: none;
    	width: 80px;
    }
    .login-fl img,.login-fr img{
    	width: 5.2rem;
    	left: 50%;
    	right: auto;
    	margin-left: -2.6rem;
    }
    .login-fl img{
    	top: auto;
    	bottom: 10px;
    }
    .login-fr img{
    	top: 10px;
    }
    .earth{
    	top: 50%;
    	margin-top: -2.47rem;
    }
    .login-menu{
    	bottom: 80px;
    }
    .login-menu ul li{
    	width: 90px;
    	height: 80px;
    	margin: 0 5px;
    }
    .login-bei{
    	bottom: 10px;
    }
    .login-bei p{
    	display: block;
    	font-size: 14px;
    	text-align: center !important;
    }
    .login-bei p span{
    	width: 100% !important;
    	color: #fff !important;
    	text-align: center !important;
    }
    
    .home-banner{
    	margin-top: 55px;
    }
    .banner-title .w1498 span{
    	width: auto;
    	font-size: 32px;
    }
    .banner-title .w1498 span:nth-child(2){
    	margin-top: 0;
    }
    .home-banner .swiper-pagination{
    	bottom: 10px !important;
    }
    .home-banner .swiper-pagination .swiper-pagination-bullet{
    	font-size: 12px;
    }
    .home-jyzn{
    	padding: 40px 0 50px;
    }
    .home-jyzn-box{
    	display: block;
    	padding: 0;
    }
    .home-jyzn-yy{
    	width: 100%;
    }
    .home-jyzn-yy img{
    	-webkit-animation-name:none;
    }
    .home-jyzn-b{
    	display: none;
    }
    .home-jyzn-link{
    	width: 100%;
    	margin-top: 4px;
    }
    .home-jyzn-link ul li:nth-child(3){
    	position: relative;
    	width: 100%;
    	top: 0;
    	float: left;
    	margin-top: 4px;
    }
    .home-jyzn-link ul li:nth-child(3) span{
    	font-size: 20px;
    	width: 30px;
    }
    .home-jyzn-link ul li:nth-child(3) a{
    	left: 1.4rem;
    }
    .home-jyzn-link ul li p{
    	font-size: 16px;
    }
    .home-jyzn-link ul li:nth-child(3) p{
    	font-size: 18px;
    }
    .home-news{
    	padding: 40px 0 50px;
    }
    .home-news-kp, .home-news-ln{
    	float: none;
    	width: 100%;
    	height: auto;
    	padding: 20px 15px;
    }
    .home-news-kp{
    	margin-bottom: 4px;
    }
    .home-news-ln{
    	margin-top: 4px;
    }
    .home-news-xw{
    	width: 100%;
    	height: auto;
    	padding: 20px 15px;
    	position: relative;
    	left: 0;
    	top: 0;
    	margin-top: 0;
    }
    .home-news-title h3{
    	font-size: 20px;
    	line-height: 26px;
    }
    .home-news-title a{
    	width: 24px;
    	height: 24px;
    	font-size: 16px;
    	line-height: 24px;
    	margin-top: 1px;
    }
    .home-news-list ul li p{
    	font-size: 16px;
    }
    .home-news-list ul li span{
    	font-size: 14px;
    	padding-left: 20px;
    }
    .home-news-list ul li span:before{
    	width: 14px;
    	height: 14px;
    	margin-top: -8px;
    }
    .home-zdzk{
    	padding: 40px 0 50px;
    }
    .home-zdzk-menu{
    	width: 100%;
    	z-index: 60;
    	position: relative;
    }
    .home-zdzk-choose{
    	width: 100%;
    	height: auto;
    	padding: 0.65rem 0.4rem;
    	position: relative;
    	top: 0;
    	margin-top: 0;
    	right: 0;
    }
    .zdzk-bg{
    	width: 100%;
    	height: 40%;
    	top: auto;
    	bottom: 0;
    }
    .zdzk-choose-contenter ul li{
    	width: 49%;
    	height: 46px;
    	font-size: 16px;
    	line-height: 46px;
    }
    .zdzk-choose-contenter ul li:nth-child(3n){
    	margin-right: 2%;
    }
    .zdzk-choose-contenter ul li:nth-child(2n){
    	margin-right: 0;
    }
    .home-ksjs p{
    	font-size: 16px;
    }
    .home-ksjs a{
    	font-size: 16px;
    }
    .home-ztzl-box ul li{
    	margin-top: 0 !important;
    	width: 46%;
    	margin-right: 8%;
    	margin-bottom: 20px;
    }
    .home-ztzl-box ul li:nth-child(2n){
    	margin-right: 0;
    }
    .zt-name h4{
    	font-size: 18px;
    }
    
    .home-ztzl{
    	padding: 40px 0 50px;
    }
    
    .login-ewm ul li span{
    	font-size: 16px;
    	color: #333;
    }
    .tj-ewm{
    	width: 120px;
    }
    .tj-ewm-img{
    	padding: 5px;
    }
    .tj-ewm h5{
    	font-size: 16px;
    }
    .close-ewm-btn{
    	font-size: 16px;
    	top: -25px;
    	right: -50px;
    }
}








