﻿

/* CSS Document */
*{
	font-size: 0.16rem;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
sub,
sup,
var,
i,
dl,
dd,
dt,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	zoom: 1;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
menu,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
select {
	vertical-align: middle;
}

textarea {
	resize: none;
}

a,
button {
	outline: none;
	*star: expression(this.onFocus=this.blur());
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #01598b;
}

img {
	vertical-align: top;
	border: none;
}

ul,
li {
	list-style: none;
}

input:focus,
textarea:focus {
	outline: none;
}


/**全局样式编写***/

body,
html {
	width: 100%;
	position: relative;
	font-size: 0.16rem;
	/*font-family: "microsoft yahei";*/
	font-family: 'PingFang', Helvetica, Arial, Microsoft YaHei, Simsun, sans-serif;
	color: #353535;
	overflow-x: hidden;
	background: #fff;
}

*::after,
*::before {
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.hidden {
	display: none;
}

.none {
	opacity: 0;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


#wrap1 {
	width:100%;
	margin: 0 auto;
}

/*分页*/

.page {
	margin: 0 auto;
	text-align: center;
}

.page ul {
	display: table;
	margin:0 auto;
	padding-top: 4%;
}

.page li {
	display: table-cell;
}

.page li a {
	font-size:14px;
	color: #666;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	height: 37px;
	margin: 0 8px;
	line-height: 37px;
}

.page li a:hover {
	font-size:14px;
	color: #01598b;
	background: #f4f4f4;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	height: 37px;
	margin: 0 8px;
	line-height: 37px;
}
.page li a.active {
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #4196e0;
	display: block;
	margin: 0 8px;
	padding: 0 15px;
}

.page img {
	margin-top:18px;
}

.listtop{
	border-top: #0066ca 3px solid;
	height: 75px;
	border-bottom: #dcdcdc 1px solid;
	box-shadow: 0 0 5px #888;
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
}
.list-t{
	width: 70%;
	margin: 0 auto;
}
.list-logo{
	width: 13%;
	margin-top: 1%;
}
.list-logo img{
	width: 100%;
}
.list-ul{
	width: 80%;
}
.list-ul ul{
	display: table;
	width: 100%;
	text-align: right;
}
.list-ul li{
	line-height: 75px;
	display:inline-block;
	text-align: right;
	margin-left: 4%;
}
.list-ul li a{
	font-size: 14px;
	color: #999;
}
.list-ul li a:hover{
	font-size: 14px;
	color: #0066ca;
}
.list-ul li.cur{
	font-size: 14px;
	color: #0066ca;
}


@media (min-width:320px) and (max-width: 768px){
	.list-ul li.cur{
		display: none;
	}
	.list-t{
		width: 100%;
		padding:1.5% 2% 0 2%;
	}
	.list-ul{
		display: none;
	}
	.listtop{
		height: 50px;
		position: relative;
		z-index: 10000;
		width: 100%;
		position: fixed;
		top: 0;
	}
	.list-logo{
		width: 22%;
		margin: 0;
	}	
	.page{
		display: none;
	}
}
@media (max-width: 1000px) and (min-width: 768px){
	.listtop{
		height: 86px;
	}
}
@media (max-width: 1920px) and (min-width: 1680px){
	.list-logo{
		width: 10%;
	}
}


