*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	font-family: "微软雅黑";
}
img{border:none;}
.FontColor{
	color: #ea5504 !important; /*字体色*/
}
.BgColor{
	background-color: #EA5504 !important; /*背景色*/
}
.BorderColor{
	border-color: #EA5504 !important; /*边框色*/
}


/*头部*/
.header{
	width: 1200px;
	margin: 0 auto;
	padding-top: 34px;
}
.header .box1{
	height: 24px;
	width: 100%;
}
.header .box1 a{
	display: inline-block;
	width: 55px;
	height: 20px;
	border: 1px solid #fff;
	font-size: 12px;
	float: right;
	text-align: center;
	line-height: 20px;
}
.header .box1 img{
	height: 24px;
	float: right;
	margin: -1px 0 0 5px;
}
.header .box2{
	width: 100%;
	height: 105px;
}
.header .box2 .logo{
	height: 47px;
	float: left;
	margin-top: 20px;
}
.header .box2 .nav{
	float: right;
	height: 18px;
	margin-top: 35px;
}
.header .box2 .nav a{
	width: 80px;
	height: 18px;
	display: block;
	font-size: 18px;
	color: #49444f;
	line-height: 18px;
	padding: 0 14px;
	border-right: 1px solid #d7dadd;
	float: left;
	text-align: center;
	overflow: hidden;
}
.header .box2 .nav p{
	transition: all 0.5s;
}
.header .box2 .nav a:hover .p1{
	transform: translateY(-20px);
}
.header .box2 .nav a:hover .p2{
	transform: translateY(-20px);
	color: #EA5504;
}

/*轮播*/
.lunboBox{
	overflow: hidden;
	position: relative;
}
.lunboBox ul{
	position: relative;
	/*overflow: hidden;*/
}
.lunboBox li{
	float: left;
	overflow: hidden;
	position: relative;
}
.lunboBox img{
	width: 100%;
	border-top: 10px solid #EA5504;
}
.lunboBox ol{
	position: absolute;
	bottom: 50px;
	left: 50%;
}
.lunboBox ol li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: white;
	float: left;
	margin: 0 5px;
}
.lunboBox ol li:hover{
	cursor: pointer;
}
.lunboBox ol .active_ol{
	background: #EA5504;
}

/*标题*/
.biaoti{
	width: 100%;
	text-align: center;
	color: #48434e;
}
.biaoti .p1{
	font-size: 38px;
	line-height: 38px;
}
.biaoti .p2{
	font-size: 24px;
	line-height: 24px;
	padding-top: 30px;
}




/*底部*/
.foot{
	width: 100%;
	background: #48434e;
	color: white;
	position: relative;
}
.foot .main{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.foot .left{
	width: 700px;
	float: left;
	padding-top: 57px;
	margin-left: 20px;
	font-size: 30px;
}
.foot .left img{
	height: 47px;
}
.foot .left .p1{
	line-height: 24px;
	padding: 97px 0 34px;
	letter-spacing: 10px;
}
.foot .left .p2{
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.foot .left .p2 b{
	display: block;
	font-weight: bold;
}
.foot .right{
	width: 374px;
	height: 233px;
	border-left: 1px solid white;
	float: right;
	margin-top: 57px;
}
.foot .right .div1{
	float: left;
	margin-left: 50px;
}
.foot .right .div1 a{
	display: block;
	font-size: 20px;
	color: white;
	line-height: 20px;
	padding-bottom: 32px;
}
.foot .right .div1 a:hover{
	color: #EA5504;
}
.foot .right .div2{
	width: 140px;
	float: right;
}
.foot .right .div2 img{
	width: 140px;
	height: 140px;
}
.foot .right .div2 p{
	font-size: 22px;
	text-align: center;
	padding-top: 12px;
	line-height: 22px;
	white-space: nowrap;
}
.footBg{
	width: 100%;
}
.banquan{
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
}
.banquan span{
	margin-right: 30px;
	letter-spacing: 3px;
}
