@charset "utf-8";

body{
    width:100%;
}
.header{
    width:1440px;
    height: 60px;
    margin:0 auto;
}
.header .wh{
    float: left;
    margin-left: 500px;
    line-height: 60px;
    font-size: 16px;
}
.header .right{
    float: right;
    width:180px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
}
.navW{
    width: 100%;
    background:#b92e29;
    height: 60px;
}
.navW .nav{
    width:1440px;
    height: 60px;
    margin:0 auto;
}
.navW .nav a{
    float: left;
    height: 60px;
    margin-right: 170px;
    color:#fff;
}
.navW .nav a.active{
    color:#c0c0c0;
}
.navW .nav .a1{
    margin-left: -220px;
}
.navW .nav a p{
    width:100%;
    text-align: center;
    font-weight: bold;
}
.navW .nav a .p1{
    font-size: 20px;
    padding-top: 5px;
}
.navW .nav a .p2{
    font-size: 18px;
    padding-top: 1px;
}
.gybks{
    width:1440px;
    margin:0 auto;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
}
.gybks a{
    float: left;
    margin-right: 65px;
}
.gybks a.active{
    color:#c0c0c0;
}
.main{
    position: relative;
    width: 100%;
}
.main .mbj{
    width: 100%;
}
.main .jrwm{
    position: absolute;
    left: 41%;
    top:64%;
}
.main .jrwm img{
    width:392px;
    height: 102px;
}
