* {
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑';
    line-height: 1.7;
    font-size: 16px;
    background: #f9eee2 url(../images/db_bg.jpg) no-repeat center bottom;
    background-attachment: fixed;
}

a {
    color: #333;
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

img {
    display: block;
}

.w12 {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
.new-header-content{
    width: 1200px;
    margin: 0 auto;
}
.new-header{
    margin-top: 0 auto 0 !important;
    overflow: hidden;
    height: 128px;
    background-image: url(../images/header_bj.jpg) ;
    background-repeat: repeat-x;
    position: relative;
    z-index: 10;
}
.new-header-nav{
    width: 398px;
   overflow: hidden; 
}
.new-header-nav li{
    width: 132px;
    float: left;
    text-align: center;
}
.new-header-nav li a{
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-top: 32px;
    transition: all 0.3s ease-in-out;
    }
.new-header-nav li a:hover{
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: rgba(253, 149, 53, 0.5);
    border-radius: 100px;    
}
.fl {
    float: left;
}
.fr {
    float: right;
}

#banner {
    margin-top: -9px;
    z-index: 8;
}

.swiper-pagination-bullet-active {
    background: #fd9535 !important;
}
.foot-cont {
    overflow: hidden;
    margin-top: 30px;
    height: 289px;
    background: url(../images/foot_bg.png) no-repeat center top;
}
.foot-wenzhi {
    width: 470px;
    font-size: 14px;
    line-height: 1.9;
    margin: 80px 0 0 37%;
    color: #fff;
}