@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 .contentW{
    width:100%;
    padding-top: 23px;
    background: #ebebeb;
}
.news .contentW .content{
    width:1440px;
    margin:0 auto;
}
.news .contentW .content .list{
    margin-left: -60px;
}
.news .contentW .content .list li{
    float: left;
    width:440px;
    height: 400px;
    margin-left: 60px;
    margin-top: 60px;
    background: #fff;
}
.news .contentW .content .list li img{
    width:410px;
    height: 270px;
    margin:15px;
}
.news .contentW .content .list li .info{
    height: 100px;
}
.news .contentW .content .list li .info h3{
    color:#010101;
    font-size: 20px;
    font-weight: bold;
    padding:0 15px;
}
.news .contentW .content .list li .info p{
    padding-left: 15px;
    width:260px;
    font-size: 13px;
    line-height: 24px;
}
.news .contentW .content .list li .info div{
    position: absolute;
    left:15px;
    bottom:5px;
    font-size: 13px;
}
.news .contentW .content .list li .info a{
    position: absolute;
    top:30px;
    right:20px;
}
.news .contentW .content .list li .info a img{
    width:15px;
    height: 28px;
    margin:0;
}
.news .contentW .content .fyW{
    text-align: center;
    padding-bottom: 2px;
}
.news .contentW .content .fy{
    display: inline-block;
    line-height: 75px;
}
.news .contentW .content .fy li{
    float: left;
    font-size: 20px;
    cursor: pointer;
}
.news .contentW .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;
}
