body,html{
	font-family: arial;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background: #fff;
}

.loading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
}

.menu{
	width: 74%;
	height: 0.8rem;
	background: #fff;
	margin: 0 auto;
	z-index: 1002;
}
.menu .logo{
	float: left;
	width: 1.58rem;
	margin-top: 0.21rem;
}
.menu .logo img{
	width: 100%;
	height: auto;
}
.menu ul.nav{
	float: right;
	margin-top: 0.24rem;
}
.menu ul.nav li{
	float: left;
	font-size: 0.16rem;
	margin-left: 0.5rem;
	padding-bottom: 0.15rem;
}
.menu ul.nav li a.nav-btn{
	font-size: 0.16rem;
	display: inline-block;
	font-weight: bold;
	color: #333333;
	height: 0.32rem;
	line-height: 0.32rem;
	padding-right: 0.22rem;
	background-image: url(../img/arrow-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.menu ul.nav li.no a.nav-btn{
	padding-right: 0;
	background-image: none;
}
.menu ul.nav li.evl a.nav-btn{
	border-bottom: solid 1px #333333;
}
.menu ul.nav li:hover .drop{
	display: block;
}
.menu ul.nav li .drop{
	display: none;
	position: absolute;
	border-top: solid 1px #664d42;
	background: #fff;
	z-index: 1002;
}
.menu ul.nav li .drop .arrow{
	position: absolute;
	top: -0.06rem;
	left: 0.17rem;
	width: 0.12rem;
}
.menu ul.nav li .drop .arrow img{
	width: 100%;
	height: auto;
}
.menu ul.nav li .drop a{
	width: 2.38rem;
	display: block;
	padding-left: 0.15rem;
	font-size: 0.14rem;
	color: #111111;
	line-height: 0.23rem;
	background: #e5e5e5;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	margin-top: 1px;
	transition: all 0.8s;
}
.menu ul.nav li .drop a:first-child{
	margin-top: 0px;
}
.menu ul.nav li .drop a:hover{
	background: #fff;
}
.menu ul.nav li .drop a.evl{
	background: #fff;
}
.menu .m_nav{
	display: none;
	float: right;
	width: 0.5rem;
	height: 0.45rem;
	margin-right: 0.3rem;
	margin-top: 0.35rem;
	cursor: pointer;
}
.menu .m_nav span{
	display: block;
	width: 100%;
	height: 0.02rem;
	background: #111111;
	margin-top: 0.1rem;
}
.menu .m_nav span:first-child{
	margin-top: 0.06rem;
}
.menu .m_nav.close span{
	display: none;
}
.menu .m_nav.close .icon{
	display: block;
}
.menu .m_nav .icon{
	display: none;
	width: 0.25rem;
	margin-left: 0.13rem;
	margin-top: 0.1rem;
}
.menu .m_nav .icon img{
	width: 100%;
	height: auto;
}
.m_nav_group{
	position: fixed;
	transform: translateX(100%);
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: 1001;
	overflow-y: scroll;
	transition: all .5s;
}
.m_nav_group.show{
	transform: translateX(0px);
}
.m_nav_group ul{
	width: 100%;
	margin-top: 1.6rem;
}
.m_nav_group ul li{
	width: 100%;	
	font-size: 0.26rem;
}
.m_nav_group ul li a.nav-btn{
	font-weight: bold;
	color: #333333;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	margin-left: 0.8rem;
	margin-top: 0.08rem;
	display: inline-block;
	width: 83%;
	background-image: url(../img/m-arrow-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0.14rem auto;
}
.m_nav_group ul li.no a{
	background-image: none;
}
.m_nav_group ul li.evl a span{
	border-bottom: solid 1px #333333;
}
.m_nav_group ul li .drop{
	display: none;
	position: relative;
	width: 100%;
	border-top: solid 1px #e6e6e6;
	transition: all 0.5s;
}
.m_nav_group ul li .drop a{
	display: block;
	width: 87%;
	padding-left: 13%;
	line-height: 0.34rem;
	background: #e5e5e5;
	font-size: 0.24rem;
	color: #111111;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	margin-top: 1px;
}
.m_nav_group ul li .drop a:first-child{
	margin-top: 0px;
}
.m_nav_group ul li .drop a.evl{
	background: #fff;
	color: #664d42;
}
.m_nav_group ul li .drop.show{
	display: block;
}

.footer{
	width: 100%;
	height: 0.72rem;
	line-height: 0.72rem;
	text-align: center;
	font-size: 0.12rem;
	color: #999999;
}
.footer.other{
	width: 74%;
	margin: 0 auto;
	border-top: solid 1px #e5e5e5;
}

.main{
	width: 100%;
}

.banner{
	width: 74%;
	margin: 0 auto;
	margin-bottom: 0.3rem;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner .swiper-container{
	width: 100%;
}
.swiper-hot{
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 1000;
	/*margin-top: -1.55rem;*/
	bottom: 0.2rem;
}
.swiper-hot a{
	display: inline-block;
	width: 24%;
	margin-left: 0.3%;
	margin-right:0.3%;
	border-top: solid 1px #fff;
	padding: 0.17rem 0px 0.17rem 0px;
	background: #664d42;
}
.swiper-hot a .name{
	float: left;
	font-size: 0.15rem;
	font-weight: bold;
	color: #fff;
	line-height: 0.2rem;
	margin-left: 0.26rem;
	text-align: left;
}
.swiper-hot a .line{
	float: right;
	width: 1px;
	height: 0.23rem;
	background: #fff;
	margin-top: 0.06rem;
	margin-right: 0.1rem;
	opacity: 0.5;
}
.swiper-hot a .arrow-right{
	float: right;
	width: 0.16rem;
	margin-right: 0.2rem;
	margin-top: 0.13rem;
	opacity: 0.5;
}
.swiper-hot a .arrow-right img{
	width: 100%;
	height: auto;
	transform: translateX(0rem);
	transition: all 0.5s;
}
.swiper-hot a:hover .line{
	opacity: 1;
}
.swiper-hot a:hover .arrow-right{
	opacity: 1;
}
.swiper-hot a:hover .arrow-right img{
	transform: translateX(0.1rem);
}

.swiper-pagination{
	position: absolute;
	bottom: 0.3rem;
	display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 5.4rem;
}
.swiper-pagination-bullet{
	width: 0.34rem;
	height: 0.04rem;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 0px;
}
.swiper-pagination-bullet-active{
	opacity: 1;
}
.swiper-button-next{
	background: url(../img/arrow-right.png) no-repeat;
	width: 0.24rem;
	height: 0.4rem;
	background-size: 100% 100%;
	right: 6.5%;
}
.swiper-button-prev{
	background: url(../img/arrow-left.png) no-repeat;
	width: 0.24rem;
	height: 0.4rem;
	background-size: 100% 100%;
	left: 6.5%;
}


.title{
	position: relative;
	width: 74%;
	height: 1.7rem;
	margin: 0 auto;
	background: #664d42;
	font-size: 0.6rem;
}
.title span{
	position: absolute;
	bottom: 0px;
	color: #fff;
	height: 0.45rem;
	line-height: 0.45rem;
}

.other-banner{
	width: 74%;
	margin: 0 auto;
	margin-top: 0.18rem;
}
.other-banner img{
	width: 100%;
	height: auto;
}
.m-other-banner{
	width: 92%;
	margin: 0 auto;
	margin-top: 0.33rem;
	display: none;
}
.m-other-banner img{
	width: 100%;
	height: auto;
}

.text{
	width: 74%;
	margin: 0 auto;
	font-size: 0.24rem;
	color: #664d42;
	line-height: 0.36rem;
	margin-top: 0.85rem;
	margin-bottom: 0.2rem;
}

.warn{
	width: 74%;
	margin: 0 auto;
	color: #664d42;
	font-size: 0.26rem;
	margin-top: 0.5rem;
}

ul.pdf-list{
	width: 74%;
	margin: 0 auto;	
	margin-top: 0.45rem;
}
ul.pdf-list li{
	display: block;
	padding-left: 0.37rem;
	font-size: 0.18rem;
	height: 0.24rem;
	background: url(../img/down-icon1.png) no-repeat left center;
	margin-top: 0.25rem;
	background-size: 0.2rem auto;
}
ul.pdf-list li a{
	display: inline-block;
	color: #111111;
	height: 0.24rem;
	line-height: 0.24rem;
}
ul.pdf-list li:hover{
	background: url(../img/down-icon2.png) no-repeat left center;
	background-size: 0.2rem auto;
}
ul.pdf-list li:hover a{
	font-weight: bold;
	/*border-bottom: solid 1px #111111;*/
	text-decoration: underline;
}
ul.pdf-list li:last-child{
	margin-bottom: 0.45rem;
}

.test{
	width: 1rem;
	height: 6.7rem;
	background: #ff0000;
}

@media screen and (max-width: 1366px) {
	.menu, .banner, .title, .other-banner, .footer.other{
		width: 84%;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.menu{
		position: relative;
		width: 100%;
		height: 1.02rem;
	}
	.menu.fixed{
		position: fixed;
	}
	.menu .logo{
		margin-left: 0.3rem;
		margin-top: 0.35rem;
	}
	.menu ul.nav{
		display: none;
	}
	.menu .m_nav{
		display: block;
	}
	.footer{
		font-size: 0.18rem;
		height: 0.95rem;
		line-height: 0.95rem;
		margin-top: 0.25rem;
	}
	.footer.other{
		width: 92%;
	}
	
	.main.fixed{
		padding-top: 1.02rem;
	}
	
	/*banenr*/
	.banner{
		width: 100%;
		margin-bottom: 0px;
	}
	.banner .swiper-wrapper{
		margin-bottom: 0.22rem;
	}
	.swiper-pagination{
		display: block;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.swiper-hot{
		position: relative;
		bottom: 0;
		margin-top: 0px;
	}
	.swiper-hot a{
		display: block;
		width: 92%;
		margin: 0 auto;
		margin-top: 0.21rem;
		padding: 0.4rem 0px 0.4rem 0px;
	}
	.swiper-hot a .name{
		font-size: 0.28rem;
		margin-left: 0.37rem;
		line-height: 0.38rem;
	}
	.swiper-hot a .line{
		width: 0.03rem;
		height: 0.43rem;
		margin-right: 0.2rem;
		margin-top: 0.12rem;
	}
	.swiper-hot a .arrow-right{
		width: 0.29rem;
		margin-right: 0.5rem;
		margin-top: 0.25rem;
	}
	
	.title{
		width: 92%;
		height: 1.57rem;
	}
	.other-banner{
		display: none;
	}
	.m-other-banner{
		display: block;
	}
	.text{
		width: 92%;
		margin-top: 2.7rem;
		/*margin-bottom: 0.5rem;*/
		font-size: 0.36rem;
		line-height: 0.48rem;
	}
	
	.warn{
		width: 92%;
	}
	ul.pdf-list{
		width: 92%;
		margin-top: 0.03rem;
	}
	ul.pdf-list li{
		padding-left: 0.5rem;
		font-size: 0.24rem;
		height: 0.38rem;
		margin-top: 0.42rem;
		background-size: 0.38rem auto;
	}
	ul.pdf-list li:hover{
		background-size: 0.38rem auto;
	}
	ul.pdf-list li a{
		height: 0.38rem;
		line-height: 0.38rem;
	}
}
