
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
/* 基础样式 */
html,body{
    margin:0px;
	padding:0px;
	font-size:14px;
	line-height:26px;
	font-family:"微软雅黑";
}

h1,h2,h3,h4,h5,h6,a,p{
	margin:0;
	padding:0;
}
a{;text-decoration:none;cursor:pointer; }
img{
	border:0;
}
ul,li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-width: thin;
}
.clear{
    clear:both;
	overflow:hidden;
}
.r{
	float:right;
}
.l{
	float:left;
}

p{
	text-indent: 2em;
}

.section_1{
	width:1000px;
	margin:auto;
}
.section_1 ul li{
	float:left;
	width:50%;
	text-align: center;
	line-height:50px;
    border-bottom:1px solid black;
	box-sizing: border-box;	
}
.section_1 ul li a{
	font-size:20px;
	color:#a8226b;
	font-weight: bold;
}
.section_1 ul li:hover a{
	font-size:18px;
	color::#a8226b;
}
.section_1 ul li:not(:first-child){
	border-left:none;
}
.section_1 ul li.active{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border:1px solid #fff;
	border-bottom:none;
	background-color:#a8226b;
}
.section_1 ul li.active a{
	color:#fff;
}
.section_1>.img_box{
	position: relative;
	width:1000px;
	margin:auto;
	height:100%;
}
.section_1  img{
	border:1px solid #fff;
	border-top:none;
	width:1000px;
	height:100%;
	box-sizing: border-box;
}
.section_1  img:last-child{
	border:1px solid #fff;
	border-top:none;
	width:1000px;
	height:100%;
	box-sizing: border-box;
}
.zh_text span{
	display:inline-block;
	width:30px;
	text-align:center;
	box-sizing: border-box;
}
.zh_text{
	width:1000px;
	height:30px;
	margin:auto;
}
.zh_text div{
	width:60px;
	border:1px solid black;
	border-radius: 6px;
}
.zh_text span:last-child{
	border-left:1px solid black;
}
.zh_text .blue{
	background:#a8226b;
}
.zh_text .blue a{
    color:#fff;
}
.main>h1{
	font-size:40px;font-weight: normal;text-align: center;font-family: 华文行楷;padding-top:50px;color:#a8226b;letter-spacing:8px;
	margin-bottom:20px;
}
.bottom_line{
	margin-top:60px;
	padding-top:20px;
	padding-bottom:12px;
	background-color: #839f3b;
}
