/*
@ly
*/

.phont_head {
	background: #fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: fixed;
	color: #000000;
	font-size: 1rem;
	top: 0px;
	width: 95%;
	padding: 5px 2.5%;
	z-index: 999;
}

.phont_head .click_on {
	position: absolute;
	right: 4%;
	top: 5px;
}

.phont_head .tel {
	width: 30px;
	position: absolute;
	right: 17%;
	top: 5px;
}

.phont_head .back {
	margin-right: 2.48%;
	position: absolute;
	right: 2.48%;
}

@media screen and (max-width: 1200px) {
	.phont_head {
		display: block;
	}
}


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

.phone_nav {
	position: fixed;
	right: -200px;
	top: 0px;
	overflow-y: auto;
	height: 100%;
	width: 200px;
	z-index: 10000;
	background: #fff;
	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: #fff;
	padding-left: 5px;
	line-height: 60px;
	padding: 5px 0;
	padding-left: 5px;
}

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

.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: 9999;
	width: 100%;
	height: 100%;
	display: none;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
}

.zzs {
	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 #f2f2f2;
	font-size: 0.9rem;
	padding-left: 15px;
}

.phone_nav ul li a {
	display: block;
	padding: 5px 0;
	margin: 5px 0px;
}

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

.phone_nav .forms {
	border-bottom: 0px none;
}

.phone_nav .forms .text {
	width: 98%;
	height: 30px;
	font-size: 0.8rem;
	text-indent: 5px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	margin: 5px 0;
}

.phone_nav .forms .but {
	width: 60px;
	height: 30px;
	cursor: pointer;
}

.phone_nav_click {
	display: none;
}

.phone_nav .ewm {
	margin-top: 20px;
	text-align: center;
	border-top: 0px none;
}

.phone_nav .ewm .info {
	line-height: 25px;
	text-align: center;
	font-size: 0.8rem;
}

.phone_nav .ewm .info a {
	color: #D7000F;
	margin: 0px;
}


/*end 手机导航*/


/*banner轮播图*/

.banner {
	position: relative;
}

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

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

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

.banner .hd ul li {
	width: 12px;
	overflow: hidden;
	text-indent: 100px;
	height: 12px;
	border-radius: 50%;
	margin: 0px 5px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner .hd ul .on {
	width: 30px;
	border-radius: 10px;
}

.banner .phone {
	display: none;
}

.banner .pic {
	display: block;
}

@media screen and (max-width: 1040px) {
	.banner .phone {
		display: block;
	}
	.banner .pic {
		display: none;
	}
}


/*banner轮播图 end*/


/*分页*/

.page_1 {
	text-align: center;
	padding: 10px 0;
}

.page_1 a {
	padding: 2px 6px;
	border: 1px solid #dcdcdd;
	display: inline-block;
	font-size: 0.7rem;
	text-align: center;
	margin: 0px 1px;
}

.page_1 a:hover {
	background: #ec000b;
	color: #fff;
}

.page_1 .on {
	background: #ec000b;
	color: #fff;
}


/**/

.child_head_info {
	text-align: center;
	color: #333333;
	font-size: 1.1rem;
}

.child_head_info .back {
	position: absolute;
	left: 2%;
	width: 20px;
	top: 20px;
}

.child_head_info .home {
	position: absolute;
	right: 2%;
	width: 30px;
	top: 20px;
}