.wrapper{
    padding: 0 8%;
}
@media (max-width: 1440px){
    .wrapper{
        padding: 0 5%;
    }
}
@media (max-width: 1366px){
    .wrapper{
        padding: 0 4%;
    }
	}
@media (max-width: 1280px){
    .wrapper{
        padding: 0 2%;
    }
}
@media (max-width:750px){
    .wrapper{
        padding: 0 3%;
    }
}
/* 头部 */
.header{
    width: 100%;
}
.header_top{
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: url(../images/header_topBg.jpg) no-repeat top center;
    color: #fff;
    font-size: 18px;
}
.header_bot{
    height: 96px;
    background: #fff;
}
.logo a{
    display: block;
    width: 405px;
    height: 62px;
    background-image: url(../images/logo.png);
    font-size: 0;
    margin-top: 10px; 
}
.nav{
    width: 70%;
}
.nav ul{
    width: 100%;
    text-align: right;
}
.nav ul li{
    display: inline-block;
    margin-left: 2%;
}
.nav a{
    display: inline-block;
    line-height: 96px;
    font-size: 18px;
}
.nav a:hover{
    color: #00883b;
}
/* 底部 */
.footer{
    overflow: hidden;
    background: #2d2d2d;
}
.footer_t{
    overflow: hidden;
    border-bottom: 1px solid #585858;
    padding: 30px 0;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
.footer_t span{
    color: #fff;
    display: inline-block;
}
.footer_t a{
    display: inline-block;
    color: #cecece;
    padding-right: 40px;
}
.footer_b{
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    background: #222222;
}
.footer_m{
    overflow: hidden; 
}
.footer_mc{
    overflow: hidden;
    margin: 0 12%;
    padding: 40px 0;
}
.footer_nav dl{
    float: left;
    margin-right: 30px;
}
.footer_nav dt a{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.footer_nav dd a{
    font-size: 14px;
    color: #cecece;
    line-height: 30px;
}
.footer_contact h3{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.footer_contact h4{
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
}
.footer_contact p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.footer .wrapper a{
		color:#FFF;
}
@media (max-width:1680px){
    .nav ul li{
        margin-left: 1.4%;
    }
    .nav a{
        font-size: 17px;
    }
    .nav{
        width: 68%;
    }
    .footer_mc{
        margin: 0;
    }
}
@media (max-width:1600px){
    .logo a{
        width: 335px;
        background-image: url(../images/logo1.png);
        margin-top: 17px;
    }
    .nav{
        width: 72%;
    }
}
@media (max-width:1366px){
    .nav{
        width: 70%;
    }
    .nav a{
        font-size: 16px;
    }
}
@media (max-width:1280px){
    .nav ul li{
        margin-left: 1.3%;
    }
}
@media (max-width:1200px){
    .nav{
        display: none;
    }
    .header{
        position: fixed;
        z-index: 999999;
    }
    .header_top{
        background: #00883b;
    }
}
@media (max-width:750px){
    .header_bot{
        border-bottom: 1px solid #eee;
    }
    .logo a{
        width: 300px;
        background-image: url(../images/logo750.png);
        margin-top: 17px;
    }
    .footer_nav{
        display: none;
    }
    .footer_t span{
        display: block;
    }
    .footer_t{
        text-align: left;
        padding: 20px 0 15px 0;
        font-size: 14px;
    }
    .footer_mc{
        padding: 20px 0;
    }
    .footer_contact{
        float: left;
    }
    .footer_contact h4{
        line-height: 30px;
    }
    .footer_b{
        height: auto;
        line-height: 22px;
        padding: 10px 0;
    }
    .footer_b span{
        display: block;
    }
    .footer_b span:first-child{
        display: none;
    }
}