﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
a:hover,.scence_color{
	color: #F1B900;
}
li{
	list-style: none;
}
body{
	width: 100%;
	font-family: "微软雅黑";
	color: #666;
	font-size: 12px;
}
.clear{
	clear: both;
}
/*头部      */
header{
	position: relative;
}
.head{
	width: 1080px;
	margin: 0 auto;
	zoom: 1;
	position: absolute;
	left:50%;
	margin-left: -540px;
	top: 0;
	z-index: 1;
}
.logo{
	float: left;
	text-align: center;
	line-height: 136px;
	margin-top: 20px;
}
.logo img{
	max-width: 260px;
}
.head .toolsbar{
	margin-left: 90%;
	margin-top: 10px;
}
.toolsbar a{
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}
.toolsbar a:hover{
	color: #000000;
	text-decoration: underline;
}
.toolsbar a i{
	margin-right: 5px;
}
.head form select{
	border: 0;
	height: 34px;
	line-height: 34px;
	width: 100px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}


/*banner*/
.slide{
	width: 100%;
	height: 566px;
	position: relative;
	overflow: hidden;
}
.slide .bd{
	height: 566px;
	position: relative;
	left: 0;
	margin-left: 0;
}
.slide .bd a{
	display: block;
	height: 566px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.slide .bd a img {
    width: 100%;
    height: 566px;
    display: block;
}
.slide .prev,
.slide .next {
	position: absolute;
    display: block;
    width: 41px;
    height: 119px;
    z-index: 33;
    opacity: 0.2;
}
.slide .prev:hover,.slide .next:hover{
	opacity: 1;
}
.slide .prev{
	
	left: 170px;
	top: 270px;
	background: url(../images/ban_pre.png) no-repeat;
}
.slide .next{
	right: 170px;
	top: 270px;
	background: url(../images/ban_next.png) no-repeat;
}
.slide .hd{
	position: absolute;
	left: 50%;
	top: 500px;
	z-index: 99;
}
.slide .hd li{
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 5px;
	border-radius: 50%;
	overflow: hidden;
		background-color: #fff;
	box-shadow: 0 0 5px #666 inset;
	cursor: pointer;
}
.slide .hd li.on{
	background-color: #55ddff;
}

/*banner 结束*/
.icon1{
	background: url(../images/1.png) no-repeat 150px center;
	border: 0;
	background-color: #fff;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
}
/*导航*/
.nav{
	background-color: #006599;
	height: 54px;
	line-height: 54px;
	width: 60%;
	float: right;
	margin-top: 20px;
	border-radius: 10px;
}
.nav li{
	float: left;
}
.nav .li1{
	margin-left: 10px;
}
.nav a{
	padding: 0 15px;
	color: #fff;
	display: block;
}
.nav a:hover,.scence{
	background-color: #F1B900;
}
.nav li:hover .sub_nav{
	display: block;
}
.nav .sub_nav{
	display: none;
	position: absolute;
	z-index: 99;
	background-color: #006599;
}
.nav .sub_nav li{
	float: none;
	width: 100px;
	height: 42px;
	line-height: 42px;
}
.nav .sub_nav li a{
	padding: 0 10px;
}
/*当前位置*/
.main-top{
	width: 800px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-bottom: 20px;
	border-bottom: 1px #c3c3c3 solid;
}
.position{
	font-size: 12px;
	float: right;
	background: url(../images/company_03.jpg) no-repeat left center;
	padding-left: 25px;
}

/*头部结束*/
/*foot*/
.foot{
	background-color: #006599;
	height: 100px;
	padding-top: 20px;
}
.foot .foot-con{
	height: 100px;
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.foot .foot-con span{
	display: block;
	color: rgba(255,255,255,.6);
	text-align: center;
	line-height: 18px;
}
.foot a{ color: #ffff;}
.foot-nav{
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.foot-nav li{
	display: inline-block;
	color: #fff;
}
.foot-nav li a{
	color: rgba(255,255,255,.6);
	display: block;
	line-height:20px;
	padding: 0 10px;
	border-left: 1px solid rgba(255,255,255,.6);
}
.foot-nav li:first-child a{
	border-left:none;
}
.foot-nav li a:hover{
	color: rgba(255,255,255,1);
}