/*导航栏*/

* {padding: 0;margin: 0;font-family: "微软雅黑";font-size: 14px;}
ul,li {list-style: none;}
a {text-decoration: none;color: black;}
.nav{height:100px; width:1200px;margin:0 auto;margin-bottom:20px;}
.nav_logo{width:236px;height:52px;padding-top:50px;float: left;  clear: both;}
.nav_title{width:960px;height:52px;float:right;}
.nav_title li{float: left;  margin: 0px 27px 10px 40px;  padding-top: 65px;}
.nav_title li a{font-size:20px;padding:5px;}
.nav_title .on{ border-bottom:2px solid #D58E1E;border-top:2px solid #D58E1E;color:#D58E1E;}
.nav_title .bottom{ padding-bottom:3px;border-bottom:2px solid #D58E1E;}
.nav_title .bottom a{color:#D58E1E;}
.nav_title li em img{width:32px;height:32px;float: left;}

/*面包屑*/

.ad{width:100%;background: #FEFBEC;}
.ad img{width:100%;}
.dqwz{width:1200px;margin:0 auto;padding-top:20px;font-size:18px;}
.dqwz a{ font-size:18px;}
.content_xs{width:1200px;margin:0 auto;padding-top:20px;padding-bottom:20px;font-size:18px;border-bottom:1px solid #ccc;}
.content_bank{width:100%;height:40px;border-top:1px solid #ccc;text-align:right;font-size:18px;margin-top:20px;}

/*尾部*/

.footer{background: #fdefd4 url(../img/bottom_gb.png);
    background-size: 100% 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    height: 374px;
    padding-top: 41px;}
.footer h4{font-size:26px;font-weight:100;margin-bottom:10px;}
.footer p{font-size:20px; color:#A19886;}