*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	font-family: '微软雅黑';
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html{
	height: 100%;
	font-size: 625%;
}
body{
	max-width:750px;
	margin: 0 auto;
	height: 100%;
	font-size: 16px;
	font-size: 0.16rem;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    outline:none;
    background: none;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
em{
	font-style: normal;
}
input{
	text-indent: 0;
    background: transparent;
    border: 0 none;
    resize:none; 
    outline:none;  /*清除选中效果的默认蓝色边框 */
    -webkit-appearance:none;  /*清除浏览器默认的样式 */
	line-height: normal;   /*光标问题*/ 
}
input::-webkit-input-placeholder{
	color: #b3b3b3;
	font-size: 0.26rem;
}
input::-moz-placeholder{
	color: #b3b3b3;
	font-size: 0.26rem;
}
input::-ms-input-placeholder{
	color: #b3b3b3;
	font-size: 0.26rem;
}
textarea{
	text-indent: 0;
	background: transparent;
	border: 0 none;
	resize:none; 
	outline:none;
	-webkit-appearance:none;
	line-height: normal;
}
textarea::-webkit-input-placeholder{
	color: #b3b3b3;
}
textarea::-moz-placeholder{
	color: #b3b3b3
}
textarea::-ms-input-placeholder{
	color: #b3b3b3;
}
.clear{clear:both;}
 /*
	字体比例：0.75：100 
	列如：PSD字体为12px css样式字体需设计为：12/0.75/100=0.16rem
	列如：PSD字体为16px css样式字体需设计为：16/0.75/100=0.21rem
	列如：PSD字体为20px css样式字体需设计为：20/0.75/100=0.26rem
	列如：PSD字体为24px css样式字体需设计为：24/0.75/100=0.32rem
	
	宽高比列：1：100
	列如：PSD宽10px css样式字体需设计为：10/100=0.1rem
	列如：PSD高10px css样式字体需设计为：10/100=0.1rem
	列如：PSD宽40px css样式字体需设计为：40/100=0.4rem
	列如：PSD高40px css样式字体需设计为：40/100=0.4rem
	*/
/*header部分样式*/
body{background: #ebebeb;}
#header{width:100%;}
#header img{ width:100%;}

#navigation{width:100%; background:#d20001;}
#navigation .content{width:94%; margin:0 auto;}
#navigation .content ul li{ float: left; margin-right: 0.25rem; height: 0.6rem; line-height:  0.6rem;}
#navigation .content ul .li1{margin-right: 0rem;}
#navigation .content ul li a{display: inline-block; color:#ffdd3f; font-size:0.26rem;font-family:'微软雅黑';}

#banner{width:100%; }
#banner .content{width:94%; margin:0.2rem auto; overflow: hidden;position: relative;}
#banner .content ul li{position: relative;}
#banner .content ul li img{ width:100%;}
#banner .content ul li p{ padding-left:0.5rem; position: absolute; bottom: 0; line-height: 0.5rem;  height: 0.5rem;background: rgba(0, 0, 0, 0.7); width: 100%; color:#ffffff;font-size:0.2rem;font-family:'微软雅黑';}
#banner .content .but{ position: absolute; bottom: 0;right: 0;  z-index: 99;}
#banner .content .but .swiper-pagination-bullets{right: 0.5rem; bottom: 0.08rem;}
#banner .content .but .swiper-pagination-bullet{ background: #fff; margin-left: 0.2rem; } 
#banner .content .but .swiper-pagination-bullet-active{ background: #d20001;}

/*footer*/
#footer{ width:100%; margin-top: 0.4rem; background: #cc0000;}
#footer .content{ width:94%; margin: 0 auto;}
#footer .content .list{ padding:0.2rem 0; margin-left:0.8rem; }
#footer .content .list p{color:#fff; font-size:0.26rem;font-family:'微软雅黑'; margin-bottom:0.2rem;} 