@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;
}

.banner{
    position: relative;
    width:100%;
}
.banner img{
    width:100%;
}
.banner .navW{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    background:rgba(0,0,0,0.3);
    height: 60px;
}
.banner .navW .nav{
    width:1440px;
    height: 60px;
    margin:0 auto;
}
.banner .navW .nav a{
    float: left;
    height: 60px;
    margin-right: 170px;
    color:#fff;
}
.banner .navW .nav a.active{
    color:#c0c0c0;
}
.banner .navW .nav a p{
    width:100%;
    text-align: center;
    font-weight: bold;
}
.banner .navW .nav a .p1{
    font-size: 20px;
    padding-top: 5px;
}
.banner .navW .nav a .p2{
    font-size: 18px;
    padding-top: 1px;
}
.news{
    width:100%;
}
.news .tab{
    width:1440px;
    margin:0 auto;
    height: 60px;
}
.news .tab li{
    float: left;
    font-size: 20px;
    margin-right: 70px;
    line-height: 60px;
    font-weight: bold;
}
.news .tab li.active{
    float: left;
    color:#c0c0c0;
}
.news .content{
    width:1440px;
    margin:0 auto;
}
.news .content .title{
    color:#010101;
    font-size: 50px;
    font-weight: bold;
    line-height: 170px;
}
.news .content .fenxiang{
    height: 50px;
}
.news .content .fenxiang .share{

}
.news .content .fenxiang .time{
    padding-top: 10px;
    font-size: 30px;
    color:#010101;
}
.news .content .con{
    margin-top: 20px;
    padding-top: 22px;
    border-top: 1px solid #bbbbbb;
}
.news .content .con p{
    line-height: 56px;
    font-size: 26px;
}
.news .content .fyW{
    text-align: center;
    padding-bottom: 2px;
}
.news .content .fy{
    display: inline-block;
    line-height: 75px;
}
.news .content .fy li{
    float: left;
    font-size: 20px;
    cursor: pointer;
}
.news .content .fy li.active{
    color:#b92e29;
}

.linkW{
    width:100%;
    padding-top: 24px;
    height: 268px;
    border-bottom: 1px solid #bbbbbb;
    background: #000;
}
.linkW .link{
    width:1150px;
    margin:0 auto;
    color:#fff;
    font-size: 16px;
}
.linkW .link a{
    color:#fff;
}
.linkW .link .yqlj{
    width:460px;
}
.linkW .link h3{
    line-height: 44px;
    font-size: 16px;
}
.linkW .link .yqlj .list{

}
.linkW .link .yqlj .list a{
    float: left;
    line-height: 34px;
}
.linkW .link .yqlj .list .a1{
    width:80px;
}
.linkW .link .yqlj .list .a2{
    width:90px;
}
.linkW .link .yqlj .list .a3{
    width:104px;
}
.linkW .link .yqlj .list .a4{
    width:160px;
}
.linkW .link .gzwm{
    width:406px;
}
.linkW .link .gzwm .list{
    padding-top: 12px;
}
.linkW .link .gzwm .list li{
    float: left;
    width:190px;
}
.linkW .link .gzwm .list li img{
    margin-left: 8px;
}
.linkW .link .gzwm .list li p{
    line-height: 32px;
}
.qt{

}
.qt .list{
    padding-top: 25px;
}
.qt .list a{
    float: left;
    width:100px;
    margin-right: 60px;
}
.qt .list a p{
    line-height: 34px;
    text-align: center;
}
.footerW{
    width:100%;
    height: 150px;
    background: #000;
}
.footerW .footer{
    width:1440px;
    margin:0 auto;
    font-size: 16px;
}
.footerW .footer h3{
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}
.footerW .footer h3 a{
    color:#fff;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
}
.footerW .footer p{
    color:#555555;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}
