﻿@charset "utf-8";
/* CSS Document */
img{
	max-width: 100%;
}
.mainBody{
	background: #fff;
	width: 1200px;
	margin:30px auto 0;
	overflow: hidden;
}

.header{
	z-index: 10;
	position: relative;
}
.logo{
	float: left;
	z-index: 10;
	overflow: hidden;
}
.logo img{
	float: left;
}
.top{
	margin-top: 43px;
	margin-left: 60px;
}
.header .r{
	float: right;
	margin-top: 45px;
}
.header .r a{
	display: block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #f67524;
	width: 100px;
	border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	font-size: 14px;
	color: #f67524;
	margin-top: 6px;
}
.header .r a:hover{
	background: #f67524;
	color: #FFFFFF;
}
.header .r span{
	padding-left: 28px;
	background: url('../img/tel.jpg') 0 center no-repeat;
	font-size: 26px;
	font-family: "Century Gothic";
	color: #f67524;
	font-weight: bold;
}
.banner{
	width: 100%;
	overflow: hidden;	
	position: relative;
	min-width:1200px;
	margin:0 auto;
	z-index: 0;
}
.slideBox{ 
	width: 100%; 
	overflow:hidden;
	z-index: 1;
	position: relative;
}
.slideBox .hd{ 
	/* height:16px;  */
	overflow:hidden; 
	position:absolute; 
	width: 1200px;
	text-align: center;
	left:50%;
	margin-left: -600px;
	bottom: 20px;
	z-index:10; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	width: 100%;
	float: right;
}
.slideBox .hd ul li{ 
	display: inline-block;
	margin:0 10px;
	cursor:pointer; 
	*zoom:1;
	border: 1px solid transparent;
	overflow: hidden;
	height: 16px;
	/* padding: 1px; */
}
.slideBox .hd span{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	float: left;;
	float: left;
	transition: all 0.3s;
}
/* .slideBox .hd ul li.on{ border-color: #fff;} */
.slideBox .hd ul li.on span{
	width: 70px;
	height: 6px;
	border-radius: 3px;
	margin-top: 4px;
}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd a{
	display: block;
	height: 600px;
}
.slideBox .bd img{ width: 100%;  display:block;}
.slideBox .apn{
	top: 249px;
	width: 1300px;
	left: 50%;
	margin-left: -650px;
}
/*.banner .wp{
	width: 1200px;
	position: absolute;
	top: 84px;
	left: 50%;
	margin-left: -600px;
	z-index: 10;
}
.bform{
	width: 330px;
	padding: 0 35px;
	background: url('../img/bf.png') 0 0 repeat;
	border-radius: 4px;
	height: 420px;
	float: right;
}
.bform h3{
	font-size: 24px;
	color: #333;
	line-height: 107px;
	text-align: center
}
.bform label{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 1px;
	margin-bottom: 20px;
}
.bform label span{
	float: left;
	font-size: 16px;
	padding-left: 20px;
	color: #333;
}
.bform .ipt1{
	float: left;
	width: 260px;
	font-size: 16px;
	line-height: 40px;
}
.bform .sub{
	display: block;
	width: 100%;
	height: 40px;
	background: #f67524;
	border-radius: 1px;
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
	margin-top: 32px;
}*/
.foot{
	background: #cccccc;
	overflow: hidden;
	padding: 40px 0 25px;
	text-align: center;
}
.foot p{
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
.foot a{
	font-size: 14px;
	color: #333;
	padding-bottom: 15px;
}
