﻿@charset "utf-8";
html{font: normal 20px "Arial", "Microsoft yahei"; }
body {  color:#333;max-width: 640px; margin: 0 auto;}
a { color:#333; text-decoration:none; }
a:hover {   text-decoration:none; }
em,i{ font-style: normal;}
/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.block20 {
	width:20%;
	overflow:hidden;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#wrap {
	width:100%;
	overflow:hidden;
}
/* 所有页面的内容区父级元素 */
.content {
    width:100%;
    max-width:640px;
    overflow:hidden;
}
/* 所有页面的内容区父级元素 */

/*头部开始*/
header {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}



.logobar {
	width: 100%;
	box-sizing: border-box;
	max-width:640px;
	margin:0 auto;
	overflow: hidden;
	padding: 1rem 0 1rem;
	display: flex;
	border-top: .25rem solid #e83820;
}
.logobar .zuobt{
	float: left;
	width: 32%;
	margin-left: 3%;
	margin-right: 3%;
	align-self: center;
}
.logobar .zuobt img{
	width: 100%;
}

.logobar .youdh{
	float: left;
	width: 60%;
	align-self: center;
	box-sizing: border-box;
}

.logobar .youdh em{
	font-style: normal;
	font-size: 1rem;
	color: #333333;
	display: block;
	line-height: 1.5rem;
}
.logobar .youdh span{
	font-size: 1rem;
	color: #e83820;
	display: block;
	line-height: 1.5rem;
}


/*头部结束*/

/*导航开始*/
nav {
	width:100%;
	/*height: 9rem;*/
	max-width: 640px;
	overflow:hidden;
	margin:0 auto;
	box-sizing: border-box;
	background: url("img/nav_bj.png") no-repeat;
	background-size: 100% 100%;
}
nav a:link, nav a:visited, nav a:hover, nav a:active { color:#fff; }
nav ul {
	width:100%;
	height:100%;
	max-height:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	font-size: .9rem;
	box-sizing: border-box;
}
nav li {
	float:left;
	height: 2.6rem;
	line-height: 2.6rem;
	box-sizing: border-box;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #fff;
	padding: 0 .1rem;
}
nav li:nth-of-type(1){
	width: 24.2%;
}
nav li:nth-of-type(2){
	width: 25.8%;
}
nav li:nth-of-type(3){
	width: 25.5%;
}
nav li:nth-of-type(4){
	width: 24.5%;
}
nav li:nth-of-type(5){
	width: 24.2%;
}
nav li:nth-of-type(6){
	width: 25.8%;
}
nav li:nth-of-type(7){
	width: 25.5%;
}
nav li:nth-of-type(8){
	width: 24.5%;
}
/*banner开始*/
.banner {
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
}
.banner .bannertu {
	width: 100%;
}
.banner .bannertu img{
	display: block;
	width: 100%;
}

.banner #bannerdian{
	width: 100%;
	text-align: center;
	position: absolute;
	left:0;
	bottom: .7rem;
}
.banner #bannerdian .swiper-pagination-bullet{
	display: inline-block;
	width: .7rem;
	height: .7rem;
	box-sizing: border-box;
	background-color: #e83820;
	opacity: .3;
}

.banner #bannerdian .swiper-pagination-bullet:first-of-type{
	/*margin-left: 9%;*/
}

.banner #bannerdian .swiper-pagination-bullet-active{
	/*background-color: #ff9000;*/
	opacity: 1;
}

/*banner结束*/

/*底部开始*/
.dibu { width:100%;  overflow:hidden;  padding: 1rem 0 1.5rem; margin:0 auto 5rem; background: #FFFFFF; }
.dibu img{
	display: block;
	width: 40%;
	margin: 0 auto 1rem;
}
.dibu p { line-height:1.5rem;  font-size:0.9rem; color: #333; width: 100%; text-align: center; box-sizing: border-box; padding: 0 4%;}
.dibu p span{
	display: inline-block;
	margin: 0 .4rem;
}
.dibu p a{color: #333;}


footer { width:100%; max-width: 640px;  overflow:hidden; text-align: center; padding: .8rem 0 .5rem; margin:0 auto; background: url("img/xf_bj.png") no-repeat; background-size: 100% 100%; position: fixed;  bottom: 0; z-index: 999;}
footer a{
	display: inline-block;
	width: 24%;
	text-align: center;

}
footer a img{
	width: 70%;
}
footer a p{
	color: #fff;
	margin-top: .4rem;
	/*opacity: .5;*/
}

/*底部结束*/

/*回到顶部*/
.hddb {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url("img/dzcy_53.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.hddb a {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  background: url("img/hy_72.png") left center no-repeat;
  background-size: 1.8rem 1.8rem;
  padding: 1rem 0 1rem 2.5rem;
}









@media screen and (min-width: 320px){
	html{
		font-size: 80%;
	}

}

@media screen and (min-width: 375px){
	html{
		font-size: 90%;
	}

}
@media screen and (min-width: 425px){
	html{
		font-size: 100%;
	}
}
@media screen and (min-width: 480px){
	html{
		font-size: 110%;
	}
}
@media screen and (min-width: 568px){
	html{
		font-size: 120%;
	}
}
@media screen and (min-width: 640px){
	html{
		font-size: 130%;
	}
}

