body{
	background-image: url("../skin/cover.png");
	background-repeat: repeat;
	background-size: contain;
}
#turn_to:hover{
	background-color: #9c9de8;
}

/*电脑端*/
@media screen and (min-width: 1000px) {
.webhead{
	background-color: #5f8e65;
	height: 95px;
    margin: auto;
}
.webhead #headbg{
	position: absolute;
	right: 8px;
	top: 8px;
	width: auto;
	height: 95px;
}


.webhead #bigtitle{
	color: white;
	font-size: 40px;
	position: absolute;
	left: 100px;
	top: -15px;
}
.webhead #smalltitle{
	color: white;
	font-size: 22px;
	position: absolute;
	left: 250px;
	top: 45px;
}
.webhead #headline{
	position: absolute;
	top: 15px;
	left: 680px;
	height: 80px;
	width: 3px;
	background-color: white;
}
.leader ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}
.leader{
	background-color: #333;
	height:49px;
}
.leader li {
    float: left;
    border-right:2px solid #bbb;
}
.leader li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 微软雅黑;
}
.leader li a:hover:not(.active) {
    background-color: #111;
}
.leader li:last-child {
    border-right: none;
}
.active {
    background-color: #4CAF50;
}
#address{
	padding: 10px;
	height: 25px;
	margin: auto;
	background-color: #333333d9;
	font-size:15px;
}
.label{
	margin-left: 50px;
	margin-right: 50px;
	border: 2px solid #333333;
	border-radius: 16px;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #f0f2f4;
}
.label .text{
	font-size: 30px;
	padding: 20px;
}
.label .ltitle{
	border: 1px solid gray;
	border-radius: 16px;
	height: 30px;
	margin: auto;
	font-size: 20px;
	background-color: gray;
	color: white;
}
.listlabel{
	padding: 0 40px;
}
iframe {
    margin: 20px;
    width:90%;
    height: 600px;
}
.label .list{
	border-bottom: 1px solid gray;
	height: 30px;
	margin: 5px 30px 0px 20px;
}
}
/*移动端*/
@media screen and (max-width: 1000px) {
.webhead{
	background-color: #5f8e65;
	height: 290px;
    margin: auto;
}



.webhead #bigtitle{
	color: white;
	font-size: 90px;
	position: absolute;
	left: 20px;
	top: -15px;
}
.webhead #smalltitle{
	color: white;
	font-size: 70px;
	position: absolute;
	left: 20px;
	top: 120px;
}
.webhead #headline{

}
.leader ul {
    list-style-type: none;
    font-size: 35px;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    
}
.leader{
	background-color: #333;
	height:50px;
}
.leader li {
    float: left;
    border-right:2px solid #bbb;
}
.leader li a {
    font-size: 35px;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 微软雅黑;
}
.leader li a:hover:not(.active) {
    background-color: #111;
}
.leader li:last-child {
    border-right: none;
}
.active {
    background-color: #4CAF50;
}
#address{
	padding: 10px;
	height: 70px;
	margin: auto;
	background-color: #333333d9;
	font-size:50px;
}

.label{
	margin-left: 50px;
	margin-right: 50px;
	border: 2px solid #333333;
	border-radius: 16px;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #f0f2f4;
}
.label .text{
	font-size: 35px;
	padding: 20px;
}
.label .ltitle{
	border: 1px solid gray;
	border-radius: 16px;
	margin: auto;
	font-size: 35px;
	background-color: gray;
	color: white;
}
.listlabel{
	padding: 0 40px;
}
iframe {
    margin: 20px;
    width:90%;
    height: 600px;
}
.label .list{
	border-bottom: 1px solid gray;
	height: 30px;
	margin: 5px 30px 0px 20px;
}
a {
    font-size: 35px;
}




}