@charset "utf-8";
/* CSS Document */
body, div, p, ul, li,h2,h3,h1, i, em, span, dd, dt, dl, form, table, th, td, tr, input {
	border: 0 none;
    margin: 0;
    padding: 0;
	list-style-type:none;
}
select{
	padding: 0;
	margin: 0;
}
html{
	font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; 
	font-size: 12px; 
	color:#121212;
	background-color:#ffffff;
	height:100%; 
	width:100%;
	min-width: 1366px;
}
a{ 
    text-decoration:none;
	color:#333333;
	outline:none;
	border: none;
}
a:hover{ text-decoration:none;}
img{ border:none;}
h2,h3,h4,i,b{
	font-weight: normal;
	font-style: normal;
}
input,textarea{ font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; outline:none;}

.wrap{
	width: 100%;
	height: auto;
	min-width: 1366px;
}
.wraper{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.ofhd{ overflow: hidden; }
.fl{ float: left; }
.fr{ float: right; }
.cb{ clear: both; }


.header .wraper{
	width: 1300px;
	position: relative;
}
.header{
	height: 100px;
	margin-bottom: 10px;
	position: relative;
	position: fixed;
	z-index: 99999;
	background-color: rgba(255,255,255,0.8);
	top: 0px;
}
.logo{
	width: 600px;
	height: auto;
	overflow: hidden;
	float: left;
}
.logo img{
	margin-top: 18px;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
	-webkit-transition:all 0.3s linear; 
	-moz-transition:all 0.3s linear; 
}
.logo img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}

/*µ¼º½*/
.nav{
	width:700px;
	height:70px;
	float: right;
	margin-top: 30px;
	margin-right: -60px;
}
.nav ul{
	width:700px;
	height:70px;
}
.nav li{
	float:left;
}
.nav li:first-child{ background:none; }
.nav li a{
	display:inline-block;
	height:70px;
	line-height:70px;
	vertical-align:middle;
	font-size:15px;
	color:#666666;
	text-align:center;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 18px;
}
.nav li a:hover{ 
	text-decoration:none;
	color:#000000;
}
.nav li a.sel{
	color:#000000;
	background: url(/css/../images/nav_bg.jpg) center 60px no-repeat;
}
.nav li .nav_zi{ 
	display:none;
	height: auto;
	padding-bottom: 10px;
	background-color: #ffffff;
    border-top: 1px #dedede solid;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav li p{
    height: auto;
    overflow: hidden;
}
.nav li p a{
	display: block;
	margin: 0;
	height:40px;
	text-align: center;
	line-height:40px;
	color: #333333;
	font-size: 14px;
	border-bottom: 1px #dedede solid;
	font-weight: normal;
}
.nav li p a:hover{
    color:#333333;
}
.tell{
	width: 210px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	color: #006699;
}
.tell img{
	float: left;
	margin-top: 9px;
	margin-right: 5px;
}
.tell span{
	font-size: 16px;
	color: #025796;
	font-weight: bold;
}
/*banenr*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 600px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	margin-top: 100px;
}
.banner2{ 
	width: 200%; 
	height: 600px; 
	left: -50%; 
	top: 0; 
	position: absolute; 
}
.slideBox{ 
	width:1920px; 
	height:600px; 
	overflow:hidden; 
	position:relative; 
	margin: 0 auto;
}
.slideBox .hd{
	width: 100%;
	height:20px; 
	overflow:hidden; 
	position:absolute; 
	left:0; 
	bottom:35px; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	text-align: center;
}
.slideBox .hd ul li{ 
	display: inline-block;
	margin:0 3px;  
	width:15px; 
	height:15px; 
	border-radius: 50%;
	cursor:pointer; 
	border: 1px #005791 solid;
}
.slideBox .hd ul li.on{ background:#005791;  }
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle;
	width:1920px; 
	height:600px; 
}
.slideBox .bd img{ 
	display:block;
	width:1920px; 
	height:600px;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.slideBox .bd img:hover{ 
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}





/*footer*/
.footer{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
	background-color: #242643;
	padding: 15px 0;
	padding-bottom: 0px;
}
.wx_code{
	width: 180px;
	height: auto;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.wx_code p{
	width: 110px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.wx_code p img{
	width: 110px;
	height: 110px;
}
.wx_code span{
	display: block;
	width: 30px;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	font-weight: bold;
}
.footer_text{
	width: 810px;
	height: auto;
	overflow: hidden;
    margin-top: 20px;
}
.footer_nav{
	width: 810px;
	height: 42px;
	overflow: hidden;
	font-size: 15px;
	color: #ffffff;
	line-height: 42px;
    vertical-align: middle;
    border-bottom: 1px #414257 solid;
    margin-bottom: 10px;
}
.footer_nav li{
	display: inline-block;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
    vertical-align: middle;
}
.footer_nav li a{
	font-size: 15px;
	color: #ffffff;
	padding-right: 40px;
}
.footer_info{
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
}
.link{
	width: 86px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.link select{
	width: 84px;
	height: 30px;
	border:1px #414257 solid;
	background-color: transparent;
	color: #ffffff;
	outline: none;
}
.link select option{
	color: #333333;
}
.footer_copy{
	width: 1200px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	clear: both;
}
.footer_copy span{
	float: right;
}