@charset 'utf-8';
/* CSS reset */
html{color:#1a1a1a;background:#ffffff;font-family:'Microsoft YaHei',Arial;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong{padding:0;margin:0;font-family:'Microsoft YaHei',Arial;}
table{border-collapse:collapse;border-spacing:0;}
em,i,strong {font-style: normal;}
li{list-style:none;}
fieldset,img{border:0;}
input {border: 0;outline: none;background: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration:none; color:#1a1a1a; outline:none;}/*此处待添加默认链接颜色*/
.clearfix:after {content: "\200B";display: block;height: 0;overflow: hidden;clear: both;}
.clearfix {*zoom: 1;}
/*自定义*/
a{ text-decoration: none; outline: none;position: relative;}

/*公共部分*/
.wrap {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}
/*头部导航*/
.nav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 98px;
	line-height: 98px;
	background: #fff;
	border-top: 2px solid #81c7e8;
	z-index: 1000;
}
.nav .logo {
	float: left;
	margin-top: 14px;
	width: 101px;
	height: 71px;
	cursor: pointer;
}
.nav-list {
	float: right;
}
.nav-sina{
	float: right;
	margin: 38px 0 0 0;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}
.nav-sina i {
	display: inline-block;
	margin: -5px 3px 0 0;
	width: 18px;
	height: 15px;
	vertical-align: middle;
	background:url('../images/sina.png') center left no-repeat;
}
.nav-list li {
	position: relative;
	float: left;
	padding: 0 23px;
}
.nav-list li a {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.nav-list li a:hover,.nav-list li.on a {
	color: #898989;
}
.nav-list li:before {
	position: absolute;
	content: "";
	right: 0;
	top: 45px;
	width: 1px;
	height: 11px;
	background: url('../images/nav_border.png') no-repeat;
}
.nav-list li:last-child:before{
	display: none;
}
.nav-line {
	position: absolute;
	right: 0;
	top:-2px;
	width:600px;
	height: 2px;
	background: url('../images/h_line.jpg') no-repeat;
}

.contact-way{
	margin: auto;
	width: 625px;
}
.contact-way {
	text-align: left;
}
.contact-way ul {
	float: left;
	font-size: 14px;
}
.contact-way ul + ul {
	float: right;
}
.contact-way ul li {
	line-height: 22px;
	font-size: 14px;
}