/**************
*  2018-06-26  *
*              *
***************/

body{
    font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;
}
.ad{
    width: 100%;
}
.mr0{
    margin-right: 0px!important;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
/*头部*/
.header{
    width: 100%;
    height: 88px;
    border-bottom: 3px solid #A61111;
}
.header .head{
    width: 1200px;
    height: 88px;
    margin: 0 auto;
}
/*logo*/
.header .head .logo{
    width: auto;
    height: 31px;
    float: left;
}
.header .head .logo img{
    padding-top: 28px;
    float: left;
}
.header .head .logo span{
    /*width:56px;*/
    height: 27px;
    display: block;
    float: left;
    line-height: 27px;
    font-size: 18px;
    color:#fff;
    background-color: #A61111;
    text-align: center;
    margin-top: 32px;
    margin-left: 5px;
    padding: 0 5px;
}
.header .head ul.nav{
    width: auto;
    display: block;
    float: left;
    /* padding-top: 36px; */
    padding-top: 30px;
    padding-left: 20px;
}
.header .head ul.nav li{
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
    float: left;
    /* font-weight: bold; */
}
.header .head ul.nav li.style a{
    color: #A61111;
}
.header .head ul.nav li a{
    color:#333;
    font-size: 18px;
}
.header .head ul.nav li:hover a{
    color: #A61111;
}
.header .head .r_box{
    /* width: 210px; */
    width: 80px;
    height: 30px;
    float: right;
    margin-top: 36px;
}
.header .head .r_box a{
    display: block;
    margin-left: 20px;
    float: left;
    position: relative;
}
.header .head .r_box a .weixin{
    width: 22px;
}
.header .head .r_box a.mobile{
    width: 22px;
    margin-left: 10px;
}
.header .head .r_box a.title{
    font-size: 14px;
    color:#A61111;
    font-weight:bold;
    display: none;
}
.header .head .r_box a .ewmImg{
    display: none;
    position: absolute;
    top:26px;
    left: 0;
    height: 108px;
    max-width: 91px;
    z-index: 9;
}
.header .head .r_box a:hover .ewmImg{
    display: block;
}
.con{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}
.con .zbBox{
    width: 100%;
    height: 745px;
    background-color: #191919;
}
.video-container{
    width: 100%;
    height: 682px;
}
.video-container video{
    width: 100%;
}
.con .zbBox .zhibo{
    width: 100%;
    height: 685px;
    float: left;
}
.con .zbBox .tuijian{
    width: 280px;
    padding-top: 15px;
    float: right;
    padding-right: 15px;
    height: 530px;
    display: none
}
.con .zbBox .tuijian .list{
    width: 270px;
    height: 150px;
    border:5px solid #000;
    float: left;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.con .zbBox .tuijian .list>img{
    width: 100%;
    height: 100%;
    background-color: #000;
}
.con .zbBox .tuijian .list:hover{
    border:5px solid #B71C22;
}
.con .zbBox .tuijian .list:hover img{
    opacity: 0.4;
}
.con .zbBox .tuijian .list:hover .noneBox{
    display: block;
}
.con .zbBox .tuijian .list .noneBox{
    width: 100%;
    height: 100%;
    position: absolute;top: 0;
    left: 0;
    /*background-color: #000;*/
    display: none;
}
.con .zbBox .tuijian .list .noneBox .time{
    display: block;
    height: 24px;
    line-height: 24px;
    color: #969A9B;
    font-size: 20px;
    font-weight: bold;
    width: 240px;
    margin: 0 auto;
    margin-top: 10px;
}
.con .zbBox .tuijian .list .noneBox h3{
    font-size: 18px;
    color:#fff;
    width: 240px;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 7px;
}
.con .zbBox h1{
    width: 990px;
    height: 66px;
    position: relative;
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    padding-left: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.con .zbBox h1 span.tb{
    width: 176px;
    height: 76px;
    color:#fff;
    /*background-color: #F63D4D;*/
    background: url(../images/icon/zbIcon.png)  no-repeat;

    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    line-height: 78px;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
}
.newsCon{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    box-sizing: border-box;
    padding: 25px;
    word-break: break-all;
    text-indent: 2em; 
    background-color: #FAFAFA;
}
.con .huikan{
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}
.con .huikan .title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
.con .huikan .title span{
    display: inline-block;
    line-height: 40px;
    border-bottom: 2px solid #AD2122;
    font-size: 20px;
    color:#AD2122;
}
.con .huikan li{
    width: 380px;
    height: 330px;
    float: left;
    margin-right: 30px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
    position: relative;
}
.con .huikan li span.tb{
    width: 80px;
    height: 30px;
    display: block;position: absolute;
    top:0;
    right: 0;
    background-color: #B41D24;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: none;
}
.con .huikan li a>img{
    width: 100%;
    height: 214px;
}
.con .huikan li .time{
    display: block;
    height: 24px;
    line-height: 24px;
    color: #969A9B;
    font-size: 17px;
    margin-top: 10px;
    padding-left: 30px;
}
.con .huikan li h3{
    width: 330px;
    margin: 0 auto;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    height: 64px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.con .btnGd{
    width: 200px;
    height: 40px;
    line-height: 40px;
    color:#BA191E;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
}


.footer{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.footer .footCon{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.footer .footCon p{
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 14px;

}
.footer .footCon p a{
    color:#333;
}
.footer .footCon p.qualifications a{
    color:#333;
    padding: 0 10px;
}
.footer .footCon p.about a{
    color:#333;
    padding: 0 5px;
}
.footer .footCon p.about span{
    border-left:1px solid #666;
    height: 12px;
    display: inline-block;
}