/*标题*/
p{
	text-align: justify;
	font-size: 14px;
}
.backGauge{
	padding: 16px;
}
.title>h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 10px;
}
.logo{
	width: 33.33%;
	/*margin: 10px 0;*/
}
.logo>a>img{
	width: 100%;
}
/*banner*/
.banner{
	width: 100%;
	position: relative;
}
.banner>img{
	width: 100%;
}
.box{
	padding: 10px;
}
.box>h3{
	font-weight: 700;
	padding: 10px 0;
	border-bottom: 2px solid #f4aab4;
	font-size: 16px;
}
.box>h4{
	font-weight: 700;
	padding: 10px;
}
.box>p{
	line-height: 24px;
	padding: 10px;
	text-indent: 2em;
}
.box>p>a{
	color: #a01f62;
}
.nav{
	width: 100%;
	line-height: 40px;
	background-color: #f9f8f5;
}
.nav>ul{
	overflow: hidden;
}
.nav>ul>li{
	float: left;
	width: 26%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
.nav>ul>li:hover{
	border-bottom: 2px solid #f88f8f;
}
.box>ul{
	line-height: 40px;
	color: #9f1c60;
}
.box>ul>li{
	border-bottom: 1px dotted #9f1c60;
}
.box>ul>li:first-child{
	font-weight: 700;
	font-size: 16px;
}
.main>ul{
	overflow: hidden;
}
.main{
	padding: 20px;
}
.main>ul>li{
	float: left;
	width: 33.3%;
	padding-bottom: 20px;
	text-align: center;  
}
.bg{
	color: #9f1256;
	border-bottom: 2px solid #9f1256;
	font-weight: 700;
}
.box-in{
	display: none;
}
.box-in>ul>li{
	margin: 20px 0;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: justify;
	padding: 6px;
}
.block{
	display: block;
}
