html, body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei UI";
}
a{
    color: #0077dd;
    text-decoration: none;
}
a:hover,a:focus{
    color: #286aa5;
    text-decoration: none;
    outline:none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style-type:none
}
dl{
    margin: 0;
}

button {
    outline: none;
}
img{
    max-width: 100%;
}
/***********官网 顶部***********/
.test-border{
    border:1px solid #ff0000;
}
.header-box{
    width: 100%;
    height: 95px;
}
.header{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.web-title{
    width: 350px;
    height: 80px;
    line-height: 120px;
    float: left;
    color: #1262ad;
    font-size: 32px;
    font-weight: bold;
}
.web-title span{
    font-size: 18px;
}
.nav-bar{
    width: 840px;
    float: right;
    margin-top: 33px;
}
.nav-bar ul li{
    float: left;
    padding: 0 7px;
}
.nav-bar ul li a{
    font-size: 20px;
}
.main-box{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
/***********官网 底部***********/
.comfoot{
    width: 100%;
    height: 190px;
    background: #313131;
}
.foot-main{
    width: 1200px;
    height: 150px;
    margin: 0 auto;
}
.foot-menu{
    width: 180px;
    float: left;
}
.foot-menu a, .foot-menu a:visited{
    color: #9f9f9f;
}
.foot-menu a:hover{
    color: #fff;
}
.foot-menu dl dt{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}
.foot-menu dl dd{
    height: 30px;
    line-height: 30px;
}
.foot-qrcode{
    width: 130px;
    height: 130px;
    float: right;
    margin-top: 10px;
}
.foot-qrcode img{
    width: 100%;
    height: 100%;
}
.foot-copyright{
    clear: both;
    width: 100%;
    height: 30px;
    border-top: 1px solid #424242;
}
.foot-copyright-text{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #9f9f9f;
}
/**********二级页面************/
.top-img{
    width: 100%;
    height: 350px;
    background: url("/web/img/wulianshan.jpg") no-repeat center;
}
.top-title{
    width: 100%;
    height: 100%;
    line-height: 300px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    letter-spacing: 3px;
    font-size: 50px;
    font-weight: bold;
    color: #1262ad;
}
.bread-box{
    width: 100%;
    padding: 20px;
}
/***********分页***********/
.page-box{
    margin: 30px auto;
    text-align: center;
}
