/* 通用样式 */
.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pointer:hover {
	cursor: pointer;
}
.ellipsis {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}



/* 头部样式开始 */
.ow_header {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 100;
}

.ow_header .logo {
	height: 80px;
	width: 380px;
	float: left;
	background: url(../images/logo.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	left: 137px;
	top: 30px;
}

/* 工具条开始 */
.ow_header .ow_header_bar ul,
li {
	list-style: none;
}

.ow_header .ow_header_bar ul li {
	float: left;
}

.ow_header_bar ul li {
	margin-left: 35px;
}

.ow_header_bar {
	position: relative;
	right: 120px;
	top: 50px;
}

.ow_header_bar ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #104892;
}

.ow_header_bar ul li a:link {
	text-decoration: none;
}

.ow_header_bar ul li a:visited {
	text-decoration: none;
}

.ow_header_bar ul li a:hover {
	text-decoration: none;
}

.ow_header_bar ul li a:active {
	text-decoration: none;
}

.ow_header_bar ul li {
	position: relative;
}

.ow_header_bar ul .active a {
	color: #FFFFFF;

}

.ow_header_bar ul .active a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 120%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active1 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 10%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active2 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 20%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active3 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 30%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active4 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 40%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active5 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 50%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active6 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 60%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active7 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 70%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active8 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 80%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active9 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 90%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active10 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

.ow_header_bar ul .active11 a::after {
	content: ' ';
	display: inline-block;
	background-color: #FFF;
	width: 110%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: -3px;
}

/* 工具条结束 */
/* 头部样式结束 */
/* 回到顶部开始 */
.huidaodingbu {
	position: fixed;
	bottom: 40px;
	right: 35px;
	width: 60px;
	z-index: 999;
	display: none;
}

/* 回到顶部结束 */

/* 网页脚开始 */
.footer {
	background-color: #003555;
	height: 468px;
	position: relative;
}

.footer .fl {
	margin-top: 116px;
}

.footer .service {
	width: 35%;
}

.footer .service span {
	display: block;
	margin: 0 auto;
	width: 40%;
	color: #FFF;
	letter-spacing: 2px;
}

.footer .service span:nth-child(1) {
	font-size: 12px;
}

.footer .service span:nth-child(2) {
	font-size: 24px;
	margin-top: 54px;
}

.footer .service span:nth-child(3) {
	font-size: 12px;
	margin-top: 60px;
}

.footer .contactUs {
	width: 40%;
}

.footer .contactUs {
	color: #FFF;
	font-size: 12px;
}

.footer .contactUs div span {
	position: relative;
	left: 32px;

}

.footer .contactUs div:nth-child(2) {
	margin-top: 64px;
}

.footer .contactUs div:nth-child(3) {
	margin-top: 65px;
}

.footer .officialAccounts {
	position: absolute;
	right: 114px;
}

.footer .officialAccounts img {
	height: 136px;
	width: auto;
}

.footer .officialAccounts span {
	position: absolute;
	color: #FFF;
	bottom: -25px;
	font-size: 12px;
	left: 28px;
}

.beian {
	position: absolute;
	bottom: 20px;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
@media (min-width:1350px) and (max-width:1510px) {
	.footer .service span:nth-child(2){
		font-size: 18px;
	}
}

/* 网页脚结束 */
