﻿* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p{ font-size:0.55rem}
a {
	text-decoration: none;
	border: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
ul, li {
	list-style: none;
}

img {

	border: none;
	vertical-align: middle;
}
.yyzj  img {
	width:100%;
display:block;
border: none;
	vertical-align: middle;
	}
.clear {
	zoom: 1;
	font-size:0.55rem
}
.clear:after {
	height: 0;
	display: block;
	content: "\20";
	clear: both;
}


.box11 {
	width: 16rem;
	margin: 0 auto;
	overflow: hidden;
}



/*header*/

.logo {
	padding-right: 1rem;
	border-right: 1px solid #fff;
}
.logo img {
	width: 7rem;
}

.yygh_head {
	text-align: center;
	padding: 0.5rem 0;
	text-align: center;
	position: relative;
	background:#ff94ab;
	color: #fff;
	font-size: 0.75rem;
}
.head_home {
	position: absolute;
	left: 0.75rem;
	top: 0.55rem;
	width: 1.075rem;
}
.head_phone {
	position: absolute;
	right: 0.75rem;
	top: 0.55rem;
	width: 1.25rem;
}



/*nav*/

nav a {
	display: block;
	width: 3.98rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	font-size: 0.65rem;
}
nav a:first-child, nav a:nth-child(5) {
	border-left: 0;
}
nav a:nth-child(-n+4) {
	border-top: none;
}








.banner img {
	width: 16rem;
	height: 8.5rem;
}


/*add*/



/*banner切换*/
.banner{ width:16rem; height:auto; position:relative}
.banner ul {width: 100%;height: 100%;position: relative;}
.banner ul li {width: 100%;height: 100%;position: relative;left: 0;top: 0;}
.banner .bd { position: relative;z-index: 0;}
.banner .hd { width: 100%;height: 0.55rem;position: absolute; z-index: 1; bottom: 0.1rem; text-align: right;}
.banner .hd ul li {display: inline-block;width: 0.4rem;height: 0.4rem;-webkit-border-radius:0.25rem; -moz-border-radius:0.25rem; border-radius:0.25rem;  background: #8C8C8C;margin: 0 0.1rem;vertical-align: top;overflow: hidden;}
.banner .hd ul .on {background: #a06732; color: #fff;}