
*{margin: 0 auto;padding: 0;font-family: "微软雅黑";}
ul{list-style-type: none;overflow: hidden;}
a{text-decoration: none;/* cursor: pointer; */}
table,table tr th, table tr td {border:0.8px solid #666666; }

#header{
	width: 1100px;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
#header a.tel{color:#fff;font-size:26px;margin-top: 20px;float: right;}

#banner{/* width: 100%; */height:640px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:1920px 630px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/* text-align: center; */
}
.section{
	text-align: center;
}
h2{
	line-height: 87px;
	color: #07b195;
	font-size: 48px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section p{
	font-size: 21px;
	color: #666666;
	line-height: 40px;
}
.section span{
	font-weight: 600;

}
#nav{
    width: 1300px;height: 50px;text-align: center;line-height: 50px;font-size: 20px;
    background: #dbdbdb;margin-top: 20px;
}
#nav li{
    width: 19.5%;height: 50px;float: left;border: 3.25px solid #fff;
    border-bottom: none;cursor: pointer;
}
#nav li.active{
    background: #ffd000;
    color: #000;
}
#content{
    width:1290px;height:490px;position: relative;border-top: none;
}
#content li{width: 100%;height: 100%;position: absolute;display: none;margin-top: 20px;}
#content li table{width: 1290px;position: absolute;}
#content li table tr th{height: 35px;padding: 5px}
#content li table tr td{height: 30px;padding: 5px}

.btn_zixun{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn_zixun button{
	font-size:21px;
	font-weight: 400;
	letter-spacing:3px;
	width: 350px;
	height: 45px;
	background-color: #ffd000;
	color: #424542;
	border:none;
	box-shadow: 6px 6px 10px  rgba(0,0,0,0.2);
	-webkit-transition-duration: 0.4s; /* Safari */
				transition-duration: 0.4s;
				cursor: pointer;
}

.yellow{
	line-height: 87px;
	color: #ffd000;
	font-size: 48px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pic img{
	width: 220px;
	height: 255px;
	margin: 5px;
}

.btn_zixun2{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn_zixun2 button{
	font-size:21px;
	font-weight: 600;
	letter-spacing:3px;
	width: 300px;
	height: 45px;
	background-color: #ffd000;
	color: #000;
	border:none;
	box-shadow: 6px 6px 10px  rgba(0,0,0,0.2);
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;

}

.banner1{text-align: center;margin-top: 20px}

.banner1 .link img{
	float: left;
	padding: 10px ;
}

.banner1 .link ul{
margin-left: 25%;
}

.banner1 .link li{ 
	float: left;
	width: 35%;   
	border-bottom: 1px dashed #ccc;
    overflow: hidden;
    padding: 0 10px;
}


.banner1 .link li a{  
	float: left;  
	 font-size: 16px;
    display: block;
    line-height: 25px;
    padding: 15px 20px;
    color: #555454;
}

.n-footer{background: #e5e5e5;padding: 20px 0;}
.copyright {clear: both;color: #666;line-height: 24px;margin: 0 auto;padding: 0;text-align: center;width: 980px;}

