body{
	overflow-x: hidden;
}
.header{
	width:100%;
}
.ct_1440{
	width: 96%;
}
/* logo */
.logo{
	width:100%; height:76px; background:#fff; position: relative; z-index: 9999; 
}
.logo_los{
	width:96%; padding:0 2%; height:76px; background:#fff; box-shadow:0 4px 10px rgba(0,0,0,.1); z-index: 999; position:relative;
}
.logoLeft{
	height:76px; float:left;
}
.logoLeft img{
	width:65px; margin: 5px 0 0; float: left; margin-right: 8px;
}
.logoLeft p{
	float: left; font-size: 15px; color: #333; 
}
.logoLeft p strong{
	font-size: 18px; color: #333; display: block; letter-spacing: 3px; margin-top: 14px;
}
.logoRight,.logoMure{
	width:45px; height:45px; float:right; margin-top:17px;
}
.logoRight i,.logoMure i{
	display:block; width:40px; height:3px; background:#fe004f; position:relative; -webkit-transition:.3s; transition:.3s;
}
.logoRight i:nth-child(2),.logoMure i:nth-child(2){
	margin:14px 0;
}
.logoMure i{
	/* background: #ed162e !important; */
}
/* 导航 */
.nav{
	width:100%; height:0px; overflow:hidden; background:#fff; position:absolute; top:76px; left:0; z-index:99; -webkit-transition:.3s; transition:.3s;
}
.navOne{
	width:100%; height:auto; margin:0 auto;
}
.navOne > li{
	width:100%;
}
.navOne > li > a{
	display:block; font-size:16px; color:#333; line-height:66px; background:#fff; margin: 0 25px; border-bottom: 1px solid #dedede;
}
.navOne > li > a:hover{
	color:#d80129;
}
.logo_fixed{
	position:fixed; top:0;
}
.logoMure .mu01{
	    -webkit-transform: rotate(45deg) translate(15px,11px); transform: rotate(45deg) translate(15px,11px);
}
.logoMure .mu02{
	opacity:0;
}
.logoMure .mu03{
	    -webkit-transform: rotate(-45deg) translate(12px,-10px); transform: rotate(-45deg) translate(12px,-10px);
}
/* banner */
.banner01_content{

}
.banner01_content ul li{
width: 600px;
height: 360px;
float: left;
background-repeat: no-repeat !important;
background-position: center !important;
}
.banner01_content span{
width: 50px;
line-height: 50px;
margin-top: -25px;
background: #fff;
opacity: .2;
font-size: 36px;
text-align: center;
color: #000;
font-family: '宋体';
}
#banner01_index{
height: 15px;
bottom: 5%;
}
#banner01_index i{
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
margin: 0 5px;
}
#banner01_left{
left: 2%;
}
#banner01_right{
right: 2%;
}
footer{
	width: 100%;
	background: #333;
	padding-top: 30px;
	text-align: center;
	color: #fff;
   font-size: 14px;
   line-height: 30px;
}
footer a{
	display: inline-block;
	color: #fff;
	padding: 0 8px;
}
footer p > a{
	position: relative;
}
footer p > a::before{
	content: '';
	width: 1px; 
	height: 12px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 12px;
}
footer p > a:first-child::before{
	display: none;
}
footer p > a:hover{
	color: #fe004f;
   text-decoration: underline;
}

footer span{
	padding: 0 10px;
}
footer span > a{
	padding: 0;
}
footer dl{
	display: block;
	width: 100%;
	height: 40px;
	background: #222;
	margin-top: 20px;
}
footer dl p{
	line-height: 40px;
}