﻿@charset "UTF-8";
/*======== CSS初始化 ========*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td { margin:0; padding:0;}
body {color:#666;font:12px Microsoft YaHei;}
fieldset, img { border:0; }
ol,ul,li{ list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight:normal;}
em { font-style:normal; }
input, button,textarea { outline:none; border:0 none;}
textarea { resize:none; }/* 禁用了文本的拖拉，尤其在谷歌下*/
p{text-justify: distribute;} /*为了使文本段落左右两边对齐*/
/*======== Link ========*/
a{color:#666;text-decoration: none;}
a:hover{text-decoration:none;}
/*tools*/
.fl{float: left;}
.fr{float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.block{display: block;}
.none{display: none;}
.fs14{font-size: 14px;}
.mb19{margin-bottom: 19px;}
.mr0{margin-right: 0;}
.border-bottom{border-bottom: 1px dotted #bfbfbf;}
.wordwrap {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    visibility: hidden;
}
.clearfix{zoom: 1;}
/*layout*/
.container,.w1200{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header{
	height: 86px;
	background-color: #fff;
    padding-bottom: 20px;
}
.logo{
	width: 337px;
	height: 112px;
	background: url("../images/11.png") no-repeat left bottom;
	margin-right: 25px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
.nav{
	height: 46px;
	padding-top: 40px;
	overflow: hidden;
}
.nav li{
	float: left;
	height: 46px;
	padding: 0 18px;
	font: 20px/46px "microsoft yahei";
}
.nav li a:link,.nav li a:visited{color: #3e3e3e;}
.login-reg{
	padding-top: 52px;
	font: 16px/32px "microsoft yahei";
	color: #707070;
}
/*footer*/
.footer-links{
	background-color: #272b2e;
	padding: 45px 0 32px;
}
.link-item{margin-right: 45px;}
.link-item h6{
	font-size: 14px;
	line-height: 24px;
	color: #24ceff;
	margin-bottom: 10px;
}
.link-item li{font: 14px/26px "microsoft YaHei";}
.link-item li a:link,.link-item li a:visited{color: #fff;}
.contact{
	border-left: 1px solid #fff;
	padding-left: 46px;
}
.contact p{
	font: 14px/28px "microsoft YaHei";
	color: #fff;
}
.contact .phone{
	font: bold 18px/24px "microsoft YaHei";
	color: #ffae00;
}
.footer-copyrigh{
	background-color: #6f7378;
	padding: 45px 0 42px;
	color: #fff;
}
.erweima{
	width: 333px;
	margin: 0 auto 20px;
}
.erweima li{
	float: left;
	margin-right: 13px;
}
.footer-copyrigh p{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
form .nextPage select{
	width:38px;
	height:18px;
	line-height: 18px;
	border:1px solid #d2d2d2;
}
form .nextPage span,form .nextPage a{
	display: inline-block;
	height:18px;
	line-height: 18px;
	border:1px solid #d2d2d2;
	text-align: center;
	margin-right: 5px;
}
form .nextPage span{
	width:34px;
}
form .nextPage .disabled{
	width:52px;
}
form .nextPage a{
	width:32px;
	color:#666;
}
form .nextPage .currentNext{
	border:0 none;
	width:22px;
}
