/*
@ly
*/


/*手机导航--公用*/

.phone_nav {
	position: absolute;
	display: none;
	top: 60px;
	overflow-y: auto;
	width: 100%;
	z-index: 1000;
	background: #242424;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari and Chrome */
	-o-transition: all 0.5s;
	/* Opera */
}

.phone_logo {
	height: 60px;
	background: #242424;
	padding-left: 5px;
	line-height: 60px;
	border-bottom: 1px solid #464545;
	padding-bottom: 10px;
}

.phone_logo span {
	color: #C7000C;
	margin-right: 10px;
	font-size: 0.8rem;
}

.phone_logo img {
	height: 100%;
}

.phone_nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.phone_nav::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.phone_nav::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.zz {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
}

.phone_nav ul li {
	border-bottom: 1px solid #464545;
	font-size: 0.9rem;
	padding-left: 15px;
	position: relative;
}

.phone_nav ul li a {
	display: block;
	padding: 10px 0;
	margin: 5px 0px;
	color: #fff;
	font-size: 0.9rem;
}

.phone_nav ul .on a {
	color: #c7000c;
}

.phone_nav ul li dl a {
	color: #7f7f7f;
}

.child_click {
	width: 14px;
	height: 17px;
	display: inline-block;
	background: url(../img/img66.jpg) center no-repeat;
	margin-right: 2%;
	position: absolute;
	top: 10px;
	right: 10px;
}

.child_click_on {
	background: url(../img/65.jpg) center no-repeat;
	background-size: 14px 17px;
}

.phone_nav ul li dd {
	display: none;
}

.phone_nav ul li .dd_on {
	display: block;
}


/*end 手机导航*/


/*banner轮播图*/

.banner {
	position: relative;
}

.banner .bd ul img {
	width: 100%;
}

.banner .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.banner .hd ul {
	width: 100%;
	text-align: center;
}

.banner .hd ul li {
	width: 13px;
	overflow: hidden;
	text-indent: 50px;
	height: 13px;
	margin: 0px 5px;
	background: url(../img/p2.png) center no-repeat;
	display: inline-block;
}

.banner .hd ul .on {
	background: url(../img/p1.png) center no-repeat;
}


/*banner轮播图 end*/