html{
    background-color: #fff;
    font-size: 14px;
    font-family: '微软雅黑';
}
body{
    font-size: 14px;
}
.w970{
    width: 970px;
    margin: 0 auto;
}
#banner{
    width: 100%;
    height: 360px;
    background: url("../images/zizhan/banner.jpg") no-repeat center center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#banner .zhuban{
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
	font-weight: 600;
	color: #fff;
	text-shadow: -1px -1px 0 #399a00, 1px -1px 0 #399a00, -1px 1px 0 #399a00, 1px 1px 0 #399a00;
}
#banner h5{
    font-size: 55px;
	letter-spacing: 5px;
    color: #fff;
    text-shadow: -3px -3px 0 #399a00, 3px -3px 0 #399a00, -3px 3px 0 #399a00, 3px 3px 0 #399a00;
    -moz-text-shadow: -3px -3px 0 #399a00, 3px -3px 0 #399a00, -3px 3px 0 #399a00, 3px 3px 0 #399a00;
    -webkit-text-shadow: -3px -3px 0 #399a00, 3px -3px 0 #399a00, -3px 3px 0 #399a00, 3px 3px 0 #399a00;
    margin-top: 100px;
    display: flex;
	align-items: center;
	justify-content: center;
}
#banner h5 img{
	width: 85px;
	margin-right: 20px;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}
#banner .canyu{
    font-size: 18px;
    font-weight: bold;
    color: #389A00;
    text-align: center;
    margin-top: 30px;
}
#banner .orgin{
    color: #DC9100;
}
#banner .nav{
    position: absolute;
    bottom: 0;
	left: 0;
    width: 100%;
    height: 50px;
    background: #69b82b;
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#banner .nav a{
    color: #fff;
    font-size: 18px;
}
#banner .nav a b{
    color: rgba(255,255,255,.3);
    font-size: 14px;
    margin: 0 10px;
}
.w820{
    width: 820px;
    margin: 0 auto;
}
.content_white{
    border: 1px solid #fff;
    width: 998px;
    margin: 0 auto;
    background: #fff;
}
.dangqianweizhi{
    margin-top: 15px;
    color: #7F7F7F;
}
.zizhanbiaoti{
    height: 30px;
    border-bottom: 2px dashed #dedede;
    position: relative;
    margin-bottom: 50px;
}
.bt_beijing{
    width: 192px;
    height: 60px;
    background: url("../images/zizhanfenye/btbj.png") no-repeat;
    position: absolute;
    top: 12px;
    left: -101px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}