.header{
	background: #fff;
	border-top: 7px solid #0A93D0;
	position: relative;
	z-index: 2000;
	overflow: hidden;
	min-width: 1200px;
}


.header:after{
	content: " ";
	display: block;
	clear: both;
	position: relative;
}
.logo{
	display: block;
	float: left;
	margin: 0 120px;
	background: #fff;
	position: absolute;
	z-index: 2000;
	left: 0;
	top: 0;
}
.logo img{
	display: block;
	height: 76px;
	margin-top: 27px;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	/*float: left;*/
	background: #fff;
	position: relative;
	z-index: 2000;
}
.nav:after{
	content: " ";
	display: block;
	clear: both;
}
.nav li{
	float: left;
	border-right:1px solid #E0E0E0;
	width: 190px;
}
.nav li:first-child{
	border-left: 1px solid #E0E0E0;
}

.nav li>a{
	display: block;
	width: 100%;
	text-align: center;
	height: 130px;
	line-height: 130px;
	font-size: 24px;
	color: #636363;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 4px solid #fff;
	
}
.nav li>a:hover{
	border-bottom: 4px solid #0394D6;
}
.nav li> .nav-active{
	border-bottom: 4px solid #0394D6;
}
iframe{
	width: 100%;
	padding: 0;
	margin: 0;
}
html,body{
	padding: 0;
	margin: 0
}
/*.nav li>a:before{
	content: " ";
	display: block;
	height: 4px;
	background: #0394D6;
	width: 191px;
	position: absolute;
	left: -1px;
	bottom: 0;
	display: none;
	z-index: 1999;
}*/
/*.nav li>a:hover::before{
	display: block;
}*/
/*.nav li .nav-active:before{
	display: block;
}*/
.tel{
	/*float: right;*/
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 40px;
	height: 130px;
	line-height: 130px;
	font-size: 16px;
	color: #636363;
}
.tel img{
	display: block;
	float: left;
	width: 26px;
	height: 24px;
	margin-top: 53px;
	margin-right: 12px;
}
@media only screen and (max-width:1600px ) {
	.tel{
		margin-right: 10px;
	}
	.logo{
		margin: 0 10px;
	}
}
/*.header-hide{
	position: absolute;
	left: 0;
	top: 130px;
}
.nav .nav-select:after{
	content: " ";
	display: block;
	position: fixed;
	left: 0;
	top:137px;
	width: 100%;
	background: #F8FDFF;
	height: 0;
	z-index: 200;
	opacity: 0;
	transition: all .4s;
}
.nav .nav-select:hover::after{
	height: 240px;
	opacity: 1;
}

.navHide{
	width: 1200px;
	position: fixed;
	left: 50%;
	margin-left: -600px;
	top: 137px;
	z-index: 201;
	transition: all .4s;
	overflow: hidden;
	height: 0;
}
.nav .nav-select:hover .navHide{
	height: 240px;
}
.navHide-animate{
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transform: translateY(-300px);
}

.nav .nav-select:hover .navHide-animate{
	transform: translateY(0);
}
.navHide a{
	display: block;
	width: 25%;
	height: 240px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #524F51;
	text-decoration: none;
}
.navHide a:hover{
	color: #0394D6;
}
.navHide a span{
	display: block;
	width: 68px;
	height: 56px;
	border: 1px solid red;
	margin: 56px auto 25px;
}*/


.footer{
	width: 100%;
	height: 460px;
	background: url(/static/home/img/footerBag.png) no-repeat left;
	overflow: hidden;
	min-width: 1200px;
}
.foot{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	margin-top: 88px;
}
.foot-item{
	overflow: hidden;
}
.foot ul{
	float: left;
	/*width: 15%;*/
	width: 64px;
	margin-right: 100px;
}
.foot ul li{
	text-align: center;
	line-height: 36px;
}
.foot ul li:first-child{
	height: 60px;
	position: relative;
	margin-bottom: 10px;
	
}
.foot ul li:first-child a{
	display: block;
	width: 100%;
	line-height: 60px;
	position: relative;
}
.foot ul li:first-child a::before{
	content: " ";
	display: block;
	width: 42px;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -21px;
}
.foot ul li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.foot .foot-ul{
	float: right;
	width: 130px;
	margin-right: 0;
}
.foot .foot-ul  li{
	text-align: left;
	line-height: 16px;
}
.foot .foot-ul li h1{
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-top: 22px;
}
.foot .foot-ul li p{
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-top: 5px;
}
.foot .foot-ul li img{
	display: block;
	width: 95px;
}
.foot>h2{
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-top: 50px;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
.foot>h3{
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.foot>h3 span{
	padding: 0 18px;
}

.headImg{
	width: 100%;
	position: relative;
	min-width: 1200px;
}
.headImg img{
	display: block;
	width: 100%;
}
.pageTitle{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 130px;
	height: 58px;
	margin-left: -65px;
	/*margin-top: -29px;*/
	text-align: center;
}
.pageTitle h1{
	font-size: 30px;
	color: #fff;
}
.pageTitle p{
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

/*
 * ================左导航
 * */
.sideNav{
	position: absolute;
	width: 240px;
	left: -260px;
	top: 70px;
	-webkit-box-shadow:0 0 15px #ccc;
  	-moz-box-shadow:0 0 15px #ccc;
  	box-shadow:0 0 15px #ccc;
  	background: #fff;
  	padding-bottom: 20px;
  	z-index: 600;
}
.sideNav h1{
	text-align: left;
	color: #3E3E3E;
	font-size: 24px;
	padding: 40px 30px 20px;
}
.sideNav h1 strong{
	color: #C9CFD7;
	display: block;
	font-size: 16px;
}
.sideNav ul{
	
	box-sizing: border-box;
}
.sideNav ul li{
	
	position: relative;
	box-sizing: border-box;
	padding:0 20px;
}

.sideNav ul li>a{
	display: block;
	width: 100%;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	color: #3E3E3E;
	text-decoration: none;
	border-top: 1px solid #EEEEEE;
}
.sideNav ul li:first-child>a{
	border: none;
}
.sideNav ul li>a:hover{
	color: #2394E4;
}
.sideNav ul li>a:hover::after{
	display: block;
}
.sideNav ul li>a:after{
	display: block;
	content: " ";
	height: 16px;
	width: 3px;
	background: #2394E4;
	position: absolute;
	left: 0;
	top: 15px;
	display: none;
}
.sideNav ul li .sideActive{
	color: #2394E4;
}
.sideNav ul li .sideActive:after{
	display: block;
}
.sideHide{
	width: 200px;
	position: absolute;
	left: 240px;
	top: 0;
	background: #fff;
	z-index: 500;
	-webkit-box-shadow:0 0 15px #ccc;
  	-moz-box-shadow:0 0 15px #ccc;
  	box-shadow:0 0 15px #ccc;
  	display: none;
}
.sideHide>a{
	display: block;
	padding: 15px 0 15px 50px;
	font-size: 16px;
	color: #3E3E3E;
	text-decoration: none;
}
.sideHide>a:hover{
	color: #2394E4;
}
.sideNav ul li:hover .sideHide{
	display: block;
}

/*
 * ================分页
 * */
.paging{
	overflow: hidden;
	position: relative;
	margin: 80px 0;
}
.paging a{
	display: block;
	width: 318px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #CDCDCD;
	text-decoration: none;
	font-size: 18px;
	color: #6B6B6B;
	transition: all .3s;
}
.paging a:hover{
	background: #FFB100;
	color: #fff;
	border: 1px solid #FFB100;
}
.prev{
	float: left;
}
.next{
	float: right;
}
.pagNum{
	font-size: 18px;
	color: #6B6B6B;
	height: 24px;
	line-height: 24px;
	width: 75px;
	position: absolute;
	left: 50%;
	margin-left: -37.5px;
	top: 13px;
}
.pagNum input{
	padding: 0;
	margin: 0;
	width: 34px;
	height: 22px;
	text-align: center;
	color: #FFBE38;
	font-size: 18px;
	border: 1px solid #CDCDCD;
	outline: none;
	margin-right: 5px;
}
.pagNum span{
	color: #FFBE38;
	margin-left: 5px;
}