@charset "utf-8";
/* banner */
* {
	padding: 0;
	margin: 0;
}
body {
	font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
	color: #333;
	margin: 0;
	line-height: 1.5;
}
*:before, *:after {
	box-sizing: content-box;
}
a {
	color: #333;
	text-decoration: none;
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li, ul {
	list-style-type: none;
}
img {
	border: none;
}
.index {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.index * {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 1300px;
	overflow-x: hidden;
}
.header {
	width: 100%;
}
.head {
	height: 142px;
}
.head .logo {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 19px;
	line-height: 1;
	text-align: center;
}
.head .logo a img {
	display: block;
}
.head .dh {
	float: left;
	font-size: 18px;
	padding-left: 20px;
	margin-left: 22px;
	margin-top:50px;
	line-height: 1;
	font-weight: 100;
	letter-spacing: 2px;
	position: relative;
}
.head .dh .t2 {
	margin-top: 10px;
}
.head .tel {
	float: right;
	position: relative;
	line-height: 1;
	margin-top: 36px;
	text-align: right;
}
.nav_bg {
	width: 100%;
	background: #0168b6;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav_bg .menu {
	position: relative;
	text-align: center;
	margin: auto;
	width: 1280px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.nav_bg .menu > ul {
	font-size: 0;
	margin: 0 -30px;
}
.nav_bg .menu > ul > li {
	display: inline-block;
	position: relative;
	width: 210px;
	margin-left: 1px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav_bg .menu > ul > li:before {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background: url(../images/xian.png) 0 center no-repeat;
}
.nav_bg .menu > ul > li.cur {
	margin-left: 0;
	background-color:#0d5998;
	color:#ffffff
}
.nav_bg .menu > ul > li:first-child:before {
	display: none;
}
.nav_bg .menu > ul > li > a {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	font-weight:bolder;
	color:#fff
}
.nav_bg .menu > ul > li > a:hover {
	background-color: transparent;
	background-color:#0d5998;
	color:#ffffff
}
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 20px 5px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #999999;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

.nav_bg .menu > ul > li:hover .menuaa {
	height: auto;

}

.nav_bg .menu .menuaa {
	min-width: 100%;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(1, 81, 146, 0.95);
	display: none;
	font-size: 14px;
	text-align: left;
}
.nav_bg .menu .menuaa a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
	line-height: 39px;
	height: 39px;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}
.nav_bg .menu .menuaa a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
.home .header {
	width: 100%;
}
.home .header .nav_bg {
}
.home .header .fixedNav {
	box-shadow: none;
	background: #0068b5;
	border-bottom:1px solid #ccc
}
.home_top {
  background: #fbfbfb;
  height: 40px;
  border-bottom: 1px solid #e9e1e1;
}
.home_top .f-l {
  color: #888888;
  font-size: 12px;
  line-height: 39px;
  background: url(../images/icon1.jpg) no-repeat left center;
      padding-left: 22px;
}
.home_top .f-r a {
  color: #888888;
  font-size: 12px;
  display: inline-block;
  line-height: 39px;
  margin-left: 17px;
  padding-left: 18px;
}
.home_top .f-r .a1 {
  background: url(../images/icon2.jpg) no-repeat left center;
}
.home_top .f-r .a2 {
  background: url(../images/icon3.jpg) no-repeat left center;
}
.home_top .f-r .a3 {
  background: url(../images/icon4.jpg) no-repeat left center;
}
.w1200 {
    width: 1280px;
    margin: 0 auto;
}

