﻿@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;
    margin:0 auto ;
}
/* 所有页面的内容区父级元素 */

/*头部开始*/
header {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

.logobar {
	width: 100%;
	box-sizing: border-box;
	max-width:640px;
	margin:0 auto;
	border-top: .25rem solid #00428e;
	background: url("img/head_bg.jpg") no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
	padding: .8rem 0 1rem;
	position: relative;
}

.logobar .zuobt{
	float: left;
	/*width: 40%;*/
	width: 35%;
	margin-left: 3%;
	margin-right: 3%;
	position: absolute;
	top:1.5rem;
}
.logobar .zuobt img{
	display: block;
	width: 100%;
}

.logobar .youdh{
	float: right;
	/*width: 54%;*/
	width: 58%;
	/*padding-left: 4.5%;*/
	/*margin-right: 2%;*/
}
.logobar .youdh h3{
	/*font-size: 1.1rem;
	color: #000;
	font-weight: bold;
	line-height: 1.8rem;*/
	font-size: 1.0rem;
	color: #000;
	font-weight: bold;
	line-height: 2.4rem;
}
.logobar .youdh h3 span{
	color: #00428e;
}
.logobar .youdh p{
	/*font-size: 1rem;
	color: #000;
	line-height: 1.2rem;*/
	font-size: 0.9rem;
	color: #000;
	line-height: 1.6rem;
}
.logobar .youdh p span{
	color: #00428e;
}

/*头部结束*/

/*导航开始*/
nav {
	width:100%;
	max-width: 640px;
	overflow:hidden;
	margin:0 auto 0.1rem;
	/*padding: .rem 0;*/
	background: #00428e;
}
nav a:link, nav a:visited, nav a:hover, nav a:active { color:#FFFFFF; }
nav ul {
	width:100%;
	height:100%;
	max-height:100%;
	margin:0 auto ;
	overflow:hidden;
	text-align:center;
	font-size: .9rem;
	line-height: 2.8rem;
}
nav li {
	width:20%;
	float:left;
	box-sizing: border-box;
	border-right: 0.05rem solid #fff;
	border-bottom: 0.05rem solid #fff;

}
nav li:nth-child(1){
	width:32%;
}
nav li:nth-child(2){
	width:28%;
}
nav li:nth-child(5){
	width:32%;
}
nav li:nth-child(6){
	width:28%;
}
nav li:nth-child(4){
	border-right: none;
}
nav li:nth-child(8){
	border-right: none;
}
/*导航开始*/

/*banner开始*/
.banner {
	width: 100%;
	height: 100%;

}
.banner .bannertu {
	width: 100%;
}
.banner .bannertu img{
	display: block;
	width: 100%;
}
.banner #bannerD{
	width: 100%;
	text-align: center;
	position: absolute;
	left:0;
	bottom: .6rem;
}
.banner #bannerD .swiper-pagination-bullet{
	display: inline-block;
	width: .5rem;
	height: .5rem;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 50%;
	opacity:1;
}
.banner #bannerD .swiper-pagination-bullet-active{
	display: inline-block;
	width: .5rem;
	height: .5rem;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #1b2128;
	opacity: 1;
}

/*banner结束*/

/*底部开始*/
.dibu { width:94%;  overflow:hidden; padding-top: 1rem;padding-bottom: 1rem; margin:0 auto 5rem; background-color: #FFFFFF;}
.dibu p { width: 96%; line-height:1.6rem; font-size:0.9rem; color: #7a7a7a;}
.dibu p a{ color: #7a7a7a;}
.dibu p span{
	display: inline-block;
	width: 6%;
}
.dibu p span img{
	width: 85%;
}
.dibuT{
	width: 74%;
	float: left;
}
.dibuE{
	width: 26%;
	float: left;
}
.dibuE img{
	width: 90%;
	border: 0.05rem solid #ccc;
}
footer { width:100%; max-width: 640px;  overflow:hidden; text-align: center; padding: .8rem 0 .5rem; margin:0 auto; background-color: #1b2128; position: fixed;  bottom: 0; z-index: 99;}
footer a{
	display: inline-block;
	width: 24%;
	text-align: center;

}
footer a img{
	width: 60%;
}

/*底部结束*/
/*回到顶部*/
.hddb {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #1b2128;
  text-align: center;
}
.hddb a {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFFFFF;
  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.2rem;
}










@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%;
	}
}

