@charset "utf-8";
/* CSS Document */
/* Reset */
html, body, div, img, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, fieldset, input, textarea, select, label, ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
}
body, html {
	height: 100%;
	width: 100%;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	clear: both;
}
img {
	border: 0;
	display: block;
}
em {
	font-style: normal;
}
hr {
	height: 0;
	clear: both;
}
.none {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/*通用*/
body {
	font-size: 12px;
	font-family: "宋体";
	color: #454545;
	line-height: 22px;
}
.widthMain {
	margin: 0 auto;
	width: 1000px;
	padding: 0 10px;
}
.fl, .partL {
	float: left;
}
.fr, .partR {
	float: right;
}

/*内容*/
.domPC, .domMobile {
	display: none;
}
.topBar {
	background: #eef8ff;
	border-bottom: 1px solid #4e86b7;
	height: 33px;
	line-height: 33px;
}
.topBar .fl a {
	margin: 0 10px;
	color: #0d518c;
	font-size: 14px
}
.head {
	background: url(https://libvpn.swfu.edu.cn/vpn/89/http/P75YPLUZNFYGR7LBN3TYILUDN7XB/2015/xhcppub/images/topbarbg.png;vpn_img) 0 0 repeat;
	width: 100%;
	height: 66px;
	border-bottom:1px solid #305798;
}
.head h3{ font-family:微软雅黑; font-size:24px; line-height:40px; color:#fff; padding-top:10px;}
/*.head .logo .fl {
	width: 720px;
	height: 90px;
	background: url(https://libvpn.swfu.edu.cn/vpn/89/http/P75YPLUZNFYGR7LBN3TYILUDN7XB/2015/xhcppub/images/logo.png;vpn_img) 0 -5px no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.head .logo .search {
	position: relative;
	margin-top: 20px;
}*/

.adBottom {
	background: #282828;
	padding: 20px 0;
}
.footer {
	padding: 10px 0 30px 0;
	background: #4eb3f1;
	text-align: center;
	font-size: 14px;
}
.footer p {
	line-height: 26px;
	color: #FFF
}
