@CHARSET "UTF-8";
body {
  background: none repeat scroll 0 0;
  color: #333;
  background-color: #fff;
  font-family: arial,"MicroSoft YaHei","微软雅黑";
  font-size: 16px;
  line-height: 22px;
	position:relative;
}

.header {
	background: url(../images/head.jpg) no-repeat center;
	height: 700px;
	position: relative;
}
.header a {
	display: block;
	position: absolute;
	top: 320px;
	left: 50%;
}
.header a.hr1, .header a.hr2 {
	width: 146px;
	height: 62px;
}
.header a.hr3 {
	width: 74px;
	height: 73px;
}
.header a.hr1 { margin-left: -236px;}
.header a.hr2 { margin-left: 153px;}
.header a.hr3 { margin-left: 330px;}

@media (max-width: 1250px) {
	.header {
		background-size: auto 343px;
		height: 343px;
	}
	.header a { top: 255px;}
	.header a.hr1, .header a.hr2 {
		width: 118px;
		height: 51px;
	}
	.header a.hr3 {
		width: 60px;
		height: 59px;
	}
	.header a.hr1 { margin-left: -190px;}
	.header a.hr2 { margin-left: 121px;}
	.header a.hr3 { margin-left: 263px;}
}
@media (max-width: 1040px) {
	.header {
		background-size: auto 257px;
		height: 257px;
	}
	.header a { top: 190px;}
	.header a.hr1, .header a.hr2 {
		width: 88px;
		height: 39px;
	}
	.header a.hr3 {
		width: 46px;
		height: 45px;
	}
	.header a.hr1 { margin-left: -142px;}
	.header a.hr2 { margin-left: 91px;}
	.header a.hr3 { margin-left: 197px;}
}
@media (max-width: 767px) {
	.header { height: auto;}
	.header a { display: none;}
}
.navi-bar {
	max-width: 1350px;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0;
	border: none;
}
.navbar-brand {
	color: #055aa1;
	font-weight: 600;
}
.navbar-header button {
	border-color: #036bc2;
}
.navbar-toggle .icon-bar {
	background-color: #036bc2;
}
.nav-tabs.nav-justified > li > a {
	border-color: transparent;
	border-radius: 0;
	border: none;
	display: block;
	color: #333;
}
.nav-tabs.nav-justified > li > a:focus {
	background-color: #fff;
	color: #333;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:focus {
	border: none;
	background-color: #055aa1;
	color: #fff;
}
.nav-tabs.nav-justified, .nav-justified { width: auto;}
@media (min-width: 768px) {
	.navbar {
		height: 75px;
		min-height: 75px;
	}
	.navbar .navbar-collapse,
	.navbar .navbar-collapse .nav-tabs.nav-justified
	 { width: 100%;}
	.nav-tabs.nav-justified > li { text-align: center;}
	.nav-tabs.nav-justified > li > a {
		border-color: transparent;
		border-radius: 0;
		font-size: 22px;
		font-weight: 500;
		color: #000;
		height: 75px;
		line-height: 75px;
		border: none;
		display: inline-block;
		padding: 0 10px;
	}
	.nav-tabs.nav-justified > li > a i {
		position: absolute;
		width: 25px;
		height: 12px;
		background: url(../images/arrow.png) no-repeat;
		bottom: -12px;
		left: 50%;
		margin-left: -12.5px;
		display: none;
		z-index: 1500;
	}
	.nav-tabs.nav-justified > li > a:hover i,
	.nav-tabs.nav-justified > li.active > a i {
		display: block;
	}
	.nav-tabs.nav-justified > li > a:hover,
	.nav-tabs.nav-justified > li.active > a,
	.nav-tabs.nav-justified > li.active > a:hover,
	.nav-tabs.nav-justified > li.active > a:focus {
		position: relative;
		border: none;
		border-color: transparent;
		background-color: #0371cd;
		background-image:-webkit-linear-gradient(135deg, #055aa1, #0376d7);
  	background-image:linear-gradient(135deg, #055aa1, #0376d7);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav-tabs.nav-justified > li > a {
		font-size: 20px;
	}
}

.view {
	background-color: #f5f5f5;
}

.text-overflow {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.footer {
	font-size: 12px;
	font-family: "宋体";
	color: #333;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 34px;
}
.footer .ulbg {
	background-color: #0376d7;
}
.footer .ulbg ul>li,
.footer .ulbg ul>li>a {
	color: #fff;
}
.footer .ulbg ul,
.footer p {
	margin-bottom: 0;
}
.footer p a {
	color: #333;
}
