@charset "gb2312";

html {
	-webkit-text-size-adjust: none;
	max-height: 100%
}

body {font-size: 0.16rem;}

body,p,h1,ul,li,input,img,figure,h3,h1,h2,dl,dd,dt,span {
	margin: 0;
	padding: 0;font-family: "microsoft yahei";
}

ul, ol, li, dl, dt, dd {list-style: none;}

a {
	text-decoration: none;
	outline: 0px;
	color: #333;
}

fieldset, img {border: 0;}

img {
	display: block;
	max-width: 100%
}

input[type="text"],input[type="password"],input[type="submit"],input[type="reset"],input[type="button"],textarea {
	-webkit-appearance: none;
}

.clear {
	clear: both;
	width: 100%;
}

.c {
	clear: both;
	width: 100%;
}
/* common */
.content {
	min-height: 8rem;
	overflow: hidden;
	font-size: 0.2rem;
	margin-top: 6%;
	background-color: transparent;
	padding-bottom: 18%;
}

.content_new {
	margin-top: 0!important;
	padding-bottom: 15%;
} /* Ê×Ò³²»ÒªÉÏ±ß¾à */
.common_bg {
	background-color: #b30f1a!important;
}
/* index style */

/*header*/
.header {
	width: 100%;
	height: 0.691rem;
	background: #1d1d1d;
	position: relative;
	z-index: 9999;
}

.head {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 0.691rem;
	top: 0;
	
	box-shadow: 0 0 2px rgba(9,2,4,.55);
	line-height: 0.791rem;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	overflow:hidden;
}

.logo { position:relative;
	width: 62.8125%;
	height: auto;
}
.logo img{height:100%;}

.top-nav {
	position: absolute;
	right: 1.09375%;
	top: 100%;
	width: 14.0625%;
}

.class-btn {
	position: absolute;
	right: 16%;
	top: 0%;
	width: 14.0625%;
	font-size: 0.24rem;
	line-height: 0.82rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.top-home {
	position: absolute;
	left: 1.09375%;
	top: 0;
	width: 14.0625%;
	font-size: 0.4rem;
	line-height: 0.82rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.top-title {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 0;
	font-size: 0.3rem;
	line-height: 0.71rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.sub_page {
	min-height: 6rem;
	overflow: hidden;
	font-size: 0.16rem
}

.sub_page center {
	padding: 0.4rem 0;
	font-size: 0.2rem
}

.sub_page center a {
	color: red
}

.search_hl {
	width: 14.0625%;
	top: -1px;
	position: absolute;
	height: 100%;
	font-size: 0.38rem;
	line-height: 0.8rem;
	color: #2269d5;
	text-align: center;
	overflow: hidden;
}

.search_l {
	left: 0%;
}
/*header end*/

/* nav */
body {
	position: relative;
	width: 100%;
	background: #fff;
	height: 100%;
}

.allpage {
	position: relative;
	z-index: 10;
	background: #fff;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	right: 0;
	min-height: 6rem;
}

.clicked {
	right: 220px!important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav {
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.fixed {
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav li {
	width: 220px;
	margin: 0 auto;
	border-bottom: 1px solid #ffffff;
}

.nav li a {
	display: block;
	width: 100%;
	font: 100 16px/50px "microsoft yahei";
	color: #fff;
	text-indent: 60px;
}

.nav li a span {
	margin-right: 3%
}

.nav li p {
	text-indent: 70px;
}

.nav li:last-child {
	margin-bottom: 20%;
}

#allmap {
	width: 100%;
	height: 8rem;
	font-size: 0.18rem
}

.share {
	width: 160px;
	margin: 0.5rem auto;
}

.black-fixed {
	position: fixed;
	z-index: 99999!important;
	left: 0;
	width: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.9);
	text-align: right;
	font-size: 0.4rem;
	color: #fff;
	line-height: 2;
	right: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0
}

.black-clicked {
	width: 100%;
	padding-right: 2%;
	left: -227px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 1
}
/* nav end*/



/* sub header */


.home-btn {
	width: 14.0625%;
	left: 1.09375%;
	top: 0;
	position: absolute;
	height: 100%;
	font-size: 0.4rem;
	line-height: 0.71rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: block;
}

.top-nav {
	position: absolute;
	right: 1.09375%;
	top: 100%;
	width: 14.0625%;
}

.top-home {
	position: absolute;
	left: 1.09375%;
	top: 0;
	width: 14.0625%;
	font-size: 0.4rem;
	line-height: 0.82rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.class-btn {
	position: absolute;
	right:0%;
	top: 0%;
	width: 18.0625%;
	font-size: 0.24rem;
	line-height: 0.666rem;
	color: #3cc7d8;
	text-align: center;
	overflow: hidden;
}

.class-btn span.commonfont {
	font-size: 0.28rem
}


/*font*/
@font-face {
	font-family:"iconfont";src:url('../fonts/iconfont.woff') format('woff'),url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

/*font*/
@font-face {
	font-family:"commonfont";src:url('../fonts/common.woff') format('woff'),url('../fonts/common.ttf') format('truetype');
}

.commonfont {
	font-family: "commonfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}



/* top class */
.type {
	width: 100%;
	top: 0.691rem;
	position: fixed;
	right: 0;
	background: #232323;
	z-index: 999;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 3rem;
	padding: 0.1rem 0;
	display: none
}

.type li {
	width: 90%;
	background: #fff;
	font: 0.2rem/0.46rem "microsoft yahei";
	margin: 2% auto;
	overflow: hidden;
	position: relative;
}

.type li a {
	display: block;
	float: left;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 4%;
	color: #666
}

.type li span.commonfont {
	font-size: 0.3rem;
	line-height: 0.46rem;
	display: block;
	width: 16%;
	text-align: center;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
}

.type li dl {
	float: left;
	border-top: 2px solid #232323;
	width: 100%;
	display: none
}

.type li dl dd {
	overflow: hidden
}

.type li dl dd a {
	width: 100%
}

.type h1 {
	font: 0.2rem/2 "microsoft yahei";
	width: 90%;
	margin: 0 auto;
	color: #fff;
}

/* top class */
.class {
	width: 100%;
	top: 8.33em;
	position: fixed;
	background: #232323;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 3rem;
	padding: 0.1rem 0;
	display: none
}

.class li {
	width: 90%;
	background: #fff;
	font: 0.2rem/0.46rem "microsoft yahei";
	margin: 2% auto;
	overflow: hidden;
	position: relative;
}

.class li a {
	display: block;
	float: left;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 4%;
	color: #666
}

.class li span.iconfont {
	font-size: 0.3rem;
	line-height: 0.46rem;
	display: block;
	width: 16%;
	text-align: center;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: -moz-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.class li span.iconfont.class-up {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: -moz-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.class li dl {
	float: left;
	border-top: 2px solid #232323;
	width: 100%;
	display: none
}

.class li dl dd {
	overflow: hidden
}

.class li dl dd a {
	width: 100%
}

/* subpage */
.about {
	width: 92.5%;
	margin: 0% auto;
	font: 0.22rem/2.4 "microsoft yahei";
	color: #1d1d1d;
}



.about h1 {
	line-height: 0.6rem;
	text-align: center;
	font: 0.28rem/0.5rem "microsoft yahei";
	font-weight: bold;
}

.time {
	text-align: center;
	margin-bottom: 3%;
	padding-bottom: 1%;
	border-bottom: 1px solid #dfdfdf;color: #9f9f9f;
}

.page div {
	display: block;
	width: 100%;
	height: 0.38rem;
	font: 0.22rem/0.38rem "microsoft yahei";
	color: #777;
	background: #ddd;
	border-radius: 0.38rem;
	margin: 2% auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 0.1rem;
}

.back {
	display: block;
	width: 36%;
	margin: 2% auto;
	overflow: hidden;
	border-radius: 0.3rem;
	background: #b30f1a;
	text-align: center;
	color: #fff;
	font: 0.20rem/2.2 "microsoft yahei";
	clear: both;
}

.news a {
	width: 100%;
	height: auto;
	overflow: hidden;
	font: 0.2rem/0.691rem "microsoft yahei";
	display: block;
}

.news {
	width: 92%;
	margin: 0 auto;
	border-bottom: 1px solid #dfdfdf;
}

.news a span:nth-child(1),.news2 a span:nth-child(1) {
	display: block;
	float: left;
	width: 70%;
	height: 0.691rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #1d1d1d
}

.news a span:nth-child(2),.news2 a span:nth-child(2) {
	display: block;
	float: right;
	width: 29%;
	height: 0.691rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
	color: #9f9f9f
}

.header {
	height: 0.691rem!important;
}

@media all and (min-width:640px) {
	.content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-top: 6%;
		padding-bottom: 10%;
	}
}

@media only screen and (max-width: 479px) and (min-width: 321px) {
	html {
		font-size: 70px;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 60px;
	}
}


/* search*/
input {
	outline: none;
}

.search {
	width: 96%;
	height: 0.691rem;
	padding: 0 2%;
	position: absolute;
	top: -120%;
	left: 0;
	background-color: #2269d5;
	font-family: "microsoft yahei";
}

.search-input {
	width: 75%;
	border: 1px solid #2269d5;
	border-radius: 15px 0 0 15px;
	float: left;
	border-right: none;
	height: 0.461rem;
	font-size: 0.18rem;
	font-family: "microsoft yahei";
	text-indent: 5%;
	margin-top: 2%;
	background-color: #FFFFFF
}

.search-btn {
	width: 15%;
	float: left;
	background-color: #fff;
	border-radius: 0 15px 15px 0;
	border: 1px solid #2269d5;
	border-left: none;
	height: 0.48rem;
	font-size: 0.25rem;
	margin-top: 2%;
}

.search a {
	display: inline-block;
	width: 9%;
	float: left;
	color: #fff;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
}

.index_text {
	width: 90%;
	font-size: 14px;
	height: 0.5rem;
	background: #fff url(../images/search_bg_05.png) no-repeat 95% center;
	-webkit-background-size: 7%;
	background-size: 7%;
	border: none;
	font-size: 0.21rem;
	font-family: "microsoft yahei";
	text-indent: 3%;
	margin: 2% 0;
	border-radius: 7px;
}
