@charset 'utf-8';

*{
    font-family: 'Arial', '微软雅黑';
}

/*头部*/
.header{
    position: fixed;
    left: 0;
    top:0;
    width:100%;
    background: #ffffff;
    z-index: 9999;
}
.he_t{
    padding: 34px 0;
}
.logo{
    float: left;
    width: 280px;
}
.sj_logo{
    display: none;
}
.logo img{
    width:100%;
}
.header_text{
    float: left;
    padding-left: 15px;
    border-left: 1px solid #9b120c;
    margin-top: 6px;
    margin-left: 20px;
}
.header_text h1{
    font-size: 24px;
    line-height: 36px;
    color: #9b120c;
    text-align: left;
}
.header_text p{
    font-size: 14px;
    line-height: 24px;
    color: #9b120c;
}
.sousuo{
    float: right;
    width:257px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #999999;
    margin: 17px 0;
    padding: 0 13px 0 20px;
}
.sousuo input{
    display: inline-block;
    width:calc(100% - 25px);
    font-size: 16px;
    line-height: 24px;height: 24px;
    color: #848484;
height: 24px;
}
.sousuo .img{
    display: inline-block;
    position: relative;
    top:6px;
    width: 21px;
    cursor: pointer;
}
.he_color1{
    background: #9b120c;
}
.daoh h3{
    position: relative;
    float: left;
    width: 130px;
    margin: 0 29px;
}
.daoh h3:first-child,
.daoh h3:last-child{
    margin: 0;
}
.daoh h3 i{
    display: inline-block;
    width:100%;
    line-height: 52px;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.daoh h3 ul{
    display: none;
    position: absolute;
    top:100%;
    left: 0;
    width:100%;
    padding: 0 14px;
    background: #ffffff;
}
.daoh h3 ul li{
    width:100%;
    padding: 13px 0;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.daoh h3 ul a:last-child li{
    border-bottom: 0;
}
@media (min-width: 1200px){
    .daoh h3:hover i{
        font-weight: bold;
    }
    .daoh h3 ul li:hover{
        color: #9b120c;
    }
}
.menuph{
    display: none;
    float: right;
    position: absolute;
    top:50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menuph .point
{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    cursor: pointer;
}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before
{
    width: 28px;
}
.menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #9b120c;
}
.menuph .navbtn::after,
.menuph .navbtn::before
{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #9b120c;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 10px;
}
.menuph .point.active .navbtn
{
    background: transparent;
}
.menuph .point.active .navbtn::after
{
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuph .point.active .navbtn::before
{
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*手机下拉*/

.phxia
{
    position: relative;
}

.xialaph
{
    font-family: '微软雅黑';
    position: absolute;
    z-index: 89;
    top: 82px;
    left: 0;
    display: none;
    width: 100%;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    border-top: 1px solid #e1e1e1;
}

.xialaph.active
{
    top: 106px;
}

@media screen and (min-width: 768px)
{
    .xialaph .container
    {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (min-width: 992px)
{
    .xialaph .container
    {
        width: 100%;
        padding: 0 40px;
    }
}

.xialaph .ul2,
.xialaph .ul3
{
    display: none;
}

.xialaph h4 a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;

    text-transform: uppercase;

    color: #999;
}

.xialaph h4
{
    position: relative;

    border-bottom: 1px solid #ddd;
}

.xialaph h4::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    opacity: .1;
    background-color: #e5e5e5;
}

.xialaph h5 a
{
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 40px;

    text-transform: uppercase;

    color: #999;
}

.xialaph h5
{
    position: relative;

    padding-left: 15px;
}

.xialaph h5::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';

    opacity: .05;
    background-color: #fff;
}

.xialaph h4 img
{
    float: right;

    width: 20px;
    margin-top: 23px;

    cursor: pointer;
}

.xialaph h5 img
{
    float: right;

    width: 15px;
    margin-top: 12.5px;

    cursor: pointer;
}

.xialaph h4.active,
.xialaph h5.active
{
    border-bottom: 0;
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s
{
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d
{
    display: block;
}

.xialaph .ul2
{
    padding-top: 7px;
    padding-bottom: 8px;

    background-color: #f0f0f0;
}

.xialaph .ul3
{
    position: relative;

    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.xialaph .ul3 li a
{
    font-size: 12px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    color: #999;
}

.xialaph .ul3 li
{
    padding-top: 5px;
}

.xialaph .ul3 li:first-child
{
    padding-top: 0;
}

.phonemeng
{
    position: absolute;
    z-index: 1048;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .6;
    background-color: #000;
}

.phonemeng.active
{
    display: block;
}
.sj_sousuo{
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 20px;
}
.sj_sousuo img{
    width: 30px;
}
/*手机搜索*/
.mengcen {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 99;
}
.caidansuo {
    position: relative;
    width: 38%;
    margin: 20% auto 0;
    height: 46px;
    border-bottom: 1px solid #ffffff;
}
.caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
}
#buts {
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}
.guanbi {
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
}
.guanbi img {
    width: 100%;
}
@media (max-width: 767px){
    .caidansuo {
        width: 75%;
        margin: 50% auto 0;
    }
}
/*头部媒体查询*/
@media (max-width: 1229px){
    .daoh h3{
        width: 121px;
    }
}
@media (max-width: 1199px){
    .sousuo,
    .he_color1{
        display: none;
    }
    .he_t{
        padding: 5px 0;
    }
    .menuph{
        display: block;
    }
}
@media (max-width: 767px){
    .header .he_bg{
        height: 72px;
    }
    .logo{
        width: 250px;
        line-height: 72px;
    }
    .he_t{
        padding: 0;
    }
}
@media (max-width: 555px){
    .sj_logo{
        display: inline-block;
    }
    .pc_logo,
    .header_text{
        display: none;
    }
    .logo{
        width:calc(100% - 40px);
    }
    .xialaph{
        top: 70px;
    }
}
@media (max-width: 450px){
    .he_t,
    .logo{
        height: 70px;
        line-height: 70px;
        padding: 0;
    }
    .sj_logo{
        display: inline-block;
    }
}
/*首页*/
.section{
    margin-top: 192px;
}
.in_ban{
    position: relative;
}
.inpc_slibo{
    overflow: hidden;
}
.inpc_slibo img{
    display: none;
    width:100%;
}
.inpc_ban{
    position: relative;
}
.inpc_ban .prev{
    position: absolute;
    left: 200px;
    top:50%;
    width: 25px;
    height: 47px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.inpc_ban .next{
    position: absolute;
    right: 200px;
    top:50%;
    width: 25px;
    height: 47px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.prev img,
.next img{
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.prev .red,
.next .red{
    opacity: 0;
}
.prev .hui,
.next .hui{
    opacity: 1;
}
@media (min-width: 1200px){
    .prev:hover .red,
    .next:hover .red{
        opacity: 1;
    }
    .prev:hover .hui,
    .next:hover .hui{
        opacity: 0;
    }
}
.in_con{
    padding-top: 78px;
}
.in_news{
    padding-bottom: 70px;
}
.in_not{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.in_not .container{
    position: relative;
    z-index: 3;
}
.in_not .container .con{
    position: relative;
    z-index: 3;
}
.in_not .mc{
    position: absolute;
    left: 15px;
    top:0;
    width:calc(100% - 30px);
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
}
.in_not .con{
    padding: 20px 50px 26px;
}
.in_not .tle{
    float: left;
    position: absolute;
    left: 50px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_not .tle h1{
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    color: #9b120c;
}
.in_not .tle p{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-left: 10px;
}
.innot_sli{
    position: relative;
    float: left;
    width:calc(100% - 180px);
    margin-left: 180px;
    padding-left: 130px;
}
.innot_sli .prev{
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 19px;
    height: 15px;
    cursor: pointer;
}
.innot_sli .next{
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 19px;
    height: 15px;
    cursor: pointer;
}
.innot_sli .prev img,
.innot_sli .next img{
    width: 19px;
}
.innot_slibo .time{
    font-size: 14px;
    line-height: 38px;
    color: #666666;
}
.innot_slick{
    width:calc(100% - 60px);
}
.innot_slibo h1{
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
@media (min-width: 1200px){
    .innot_slibo:hover h1{
        color: #9b120c;
    }
}
.tlez{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #333333;
    margin-bottom: 35px;
}
.tlez h1{
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
}
.tlez h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -21px;
    width:100%;
    height: 4px;
    background: #9b120c;
}
.tlez p{
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    color: #666666;
    margin-left: 10px;
}
.tlez .more{
    position: relative;
    float: right;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #666666;
}
.tlez .more img{
    position: absolute;
    left: 50%;
    top:50%;
    width: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tlez .more .red{
    opacity: 0;
}
.tlez .more .hui{
    opacity: 1;
}
@media (min-width: 1200px){
    .tlez .more:hover{
        border: 1px solid #9b120c;
    }
    .tlez .more:hover .red{
        opacity: 1;
    }
    .tlez .more:hover .hui{
        opacity: 0;
    }
}
.inne_l{
    position: relative;
    float: left;
    width: 640px;
}
.inne_l .prev{
    position: absolute;
    left: 0;
    top:50%;
    width: 29px;
    height: 76px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    cursor: pointer;
}
.inne_l .next{
    position: absolute;
    right: 0;
    top:50%;
    width: 29px;
    height: 76px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    cursor: pointer;
}
.inne_l .next .mc,
.inne_l .prev .mc{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 2;
}
.inne_l .next img,
.inne_l .prev img{
    left: 50%;
    top:50%;
    width: 8px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.news_slibo .pic_box{
    position: relative;
    overflow: hidden;
}
.news_slibo .pic_box .bg{
    position: relative;
    width:100%;
}
.news_slibo .pic_box .pic{
    position: absolute;
    left: 50%;
    top:0;
    width:100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.news_slibo .text{
    padding: 0 30px;
    margin-top: 18px;
}
.news_slibo .text .time{
    float: left;
    width: 52px;
}
.news_slibo .text .time i{
    display: block;
    font-size: 20px;


    line-height: 28px;
    color: #9b120c;
    font-weight: bold;
    font-style: normal;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}
.news_slibo .text .time b{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #999999;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.news_slibo .text .neir{
    float: left;
    width:calc(100% - 52px);
    padding-left: 25px;
}
.news_slibo .text .neir h1{
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #333333;
    font-weight: bold;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.news_slibo .text .neir p{
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    color: #666666;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.inne_r{
    float: left;
    width:calc(100% - 640px);
    padding-left: 35px;
}
.inner_bo{
    padding: 25px 20px;
    border-bottom: 1px solid #dbdbdb;
}
.inner_bo:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.inner_bo .time{
    float: left;
    width: 52px;
}
.inner_bo .time i{
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #9b120c;
    font-weight: bold;
    font-style: normal;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}
.inner_bo .time b{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #999999;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.inner_bo .text{
    float: left;
    width:calc(100% - 52px);
    padding-left: 25px;
}
.inner_bo .text h1{
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    color: #333333;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.inner_bo .text p{
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    color: #666666;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
@media (min-width: 1200px){
    .news_slibo .text:hover .neir h1,
    .inner_bo:hover .text h1{
        color: #9b120c;
    }
    .news_slibo:hover .pic_box .pic{
        -webkit-transform: translateX(-50%) scale(1.1);
        -moz-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
        -o-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1);
    }
}
.inne_link{
    margin: 85px -11px 0;
}
.inne_link a{
    float: left;
    width:calc(33.33% - 22px);
    margin: 0 11px;
}
.inne_link .link{
    position: relative;
    float: left;
    width:calc(100%);
    height: 116px;
    line-height: 116px;
    text-align: center;
    padding: 0 20px;
}
.inne_link .link .hq{
    position: absolute;
    left: 0;
    top:0;
    height:100%;
    z-index: 3;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.inne_link .link span{
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*position: relative;*/
    display: inline-block;
    padding: 11px 0 11px 47px;
    z-index: 4;
}
.inne_link .link .jianb{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0.7;
    z-index: 2;
}
.inne_link a:nth-child(1) .link span{
    width:72%;
}
.inne_link a:nth-child(2) .link span{
    width:67%;
}
.inne_link a:nth-child(3) .link span{
    width:77%;
}
.inne_link .link .bg{
    position: absolute;
    left: 0;
    top:50%;
    width: 47px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inne_link .link i{
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #9b120c;
    font-style: normal;
    font-weight: bold;
    margin-left: 25px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.inne_link .link.act i {
    color: #ffffff;
}
.inne_link .link.act .jianb{
    background-image: -webkit-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
    background-image: -moz-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
    background-image: -o-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
    background-image: -ms-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
    background-image: linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
    opacity: 0.8;
}
.inne_link .link.act .hq{
    opacity: 0;
}
@media (min-width: 1200px) {
    .inne_link .link:hover i {
        color: #ffffff;
    }
    .inne_link .link:hover .jianb{
        background-image: -webkit-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
        background-image: -moz-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
        background-image: -o-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
        background-image: -ms-linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
        background-image: linear-gradient(to bottom, #d84011, rgba(245, 117, 60, 1) 38%,rgba(245, 117, 60, 1) 68%, rgba(238, 70, 18, 1) 100%);
        opacity: 0.8;
    }
    .inne_link .link:hover .hq{
        opacity: 0;
    }
}
.in_wp{
    padding-bottom: 70px;
}
.in_w{
    float: left;
    width:50%;
    padding-right: 22px;
}
.inw_text1{
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbdb;
}
.inw_text1 .time{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 10px;
}
.inw_text1 h1{
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    color: #333333;
    margin-bottom: 7px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.inw_text1 p{
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    color: #666666;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.inwt2_bo{
    margin-top: 17px;
}
.inwt2_bo span i{
    position: relative;
    display: block;
    float: left;
    width: 8px;
    height: 26px;
}
.inwt2_bo span i::after{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    width: 6px;
    height: 6px;
    background: #666666;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 和 Chrome */
    border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inwt2_bo span h1{
    display: block;
    width:calc(100% - 100px);
    float: left;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    color: #666666;
    margin-left: 5px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.inwt2_bo span .time{
    display: block;
    float: right;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}
.tle_h h1{
    font-size: 26px;
    line-height: 26px;
}
.tle_h p{
    font-size: 16px;
    line-height: 26px;
}
.in_p{
    float: left;
    width:50%;
    padding-left: 22px;
}
.in_p .inwt2_bo{
    margin-top: 17px;
}
@media (min-width: 1200px) {
    .inw_text1:hover h1,
    .inwt2_bo:hover span h1{
        color: #9b120c;
    }
}
.in_sd{
    padding-bottom: 40px;
}
.in_s{
    float: left;
    width:50%;
    padding-right: 22px;
}
.insb_bo{
    margin-bottom: 18px;
}
.insb_bo:last-child{
    margin-bottom: 0;
}
.insb_bo .time{
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    margin-bottom: 8px;
}
.insb_bo h1{
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    color: #666666;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.in_d{
    float: left;
    width:50%;
    padding-left: 22px;
}
.indb_bo{
    position: relative;
    margin-bottom: 18px;
}
.indb_bo .icon{
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 22px;
    height: 22px;
}
.indb_bo .icon img{
    position: absolute;
    left: 0;
    top:0;
    width: 22px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.indb_bo .icon .red{
    opacity: 0;
}
.indb_bo .icon .hui{
    opacity: 1;
}
.indb_bo .text{
    padding-left: 45px;
}
.indb_bo .text .time{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 8px;
}
.indb_bo .text h1{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    height: 28px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
@media (min-width: 1200px) {
    .insb_bo:hover h1,
    .indb_bo:hover .text h1{
        color: #9b120c;
    }
    .indb_bo:hover .icon .red{
        opacity: 1;
    }
    .indb_bo:hover .icon .hui{
        opacity: 0;
    }
}
.in_f{
    background: #f4f4f4;
    padding: 50px 0;
}
.inf_con .tle{
    padding: 0 60px;
}
.inf_con .tle h1{
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
}
.inf_con .tle p{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-left: 10px;
}
.inf_sli{
    position: relative;
    padding: 0 60px;
    margin: 48px -7px 0;
}
.inf_slibo{
    padding: 0 7px;
    overflow: hidden;
}
.inf_slibo .pic_box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.inf_slibo .bg{
    position: relative;
    width:100%;
}
.inf_slibo .pic{
    position: absolute;
    left:0;
    width:100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.inf_slibo h1 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    padding: 17px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.inf_sli .prev{
    position: absolute;
    left: 0;
    top:50%;
    width: 13px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.inf_sli .next{
    position: absolute;
    right: 0;
    top:50%;
    width: 13px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.inf_sli .prev img,
.inf_sli .next img{
    width: 13px;
}
@media (min-width: 1200px) {
    .inf_slibo:hover img{
        -webkit-transform:translateY(-50%) scale(1.1);
        -moz-transform:translateY(-50%) scale(1.1);
        -ms-transform:translateY(-50%) scale(1.1);
        -o-transform:translateY(-50%) scale(1.1);
        transform:translateY(-50%) scale(1.1);
    }
    .inf_slibo:hover h1{
        color: #9b120c;
        font-weight: bold;
    }
}
/*首页媒体查询*/
@media (max-width: 1366px) {
    .in_not .tle h1{
        font-size: 24px;
    }
    .tlez h1,
    .tle_h h1,
    .inf_con .tle h1{
        font-size: 24px;
        line-height: 24px;
    }
    .inf_con .tle p{
        line-height: 24px;
    }
    .tlez p{
        font-size: 16px;
        line-height: 24px;
    }
    .tlez{
        margin-bottom: 26px;
    }
    .in_con{
        padding-top: 36px;
    }
    .inne_link{
        margin-top: 30px;
    }
    .in_news,
    .in_wp,
    .in_sd{
        padding-bottom: 36px;
    }
    .in_f{
        padding: 36px 0;
    }
    .inf_sli{
        margin-top: 26px;
    }
    .inpc_ban .prev{
        left: 50px;
    }
    .inpc_ban .next{
        right: 50px;
    }
}
@media (max-width: 1199px) {
    .inne_l{
        width:100%;
    }
    .inne_r{
        width:100%;
        padding-left: 0;
        margin-top: 26px;
    }
    .inner_bo{
        border-bottom: 0;
        border-top: 1px solid #dbdbdb;
    }
    .inf_sli,
    .inf_con .tle{
        padding: 0 36px;
    }
    .section{
        margin-top: 82px;
    }
    .innot_sli{
        padding-left: 36px;
    }
    .inpc_slibo{
        position: relative;
        width:100%;
        height: 500px;
    }
    .inpc_slibo img{
        position: absolute;
        top:0;
        left: 50%;
        width:auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .inne_link a:nth-child(1) .link span{
        width:90%;
    }
    .inne_link a:nth-child(2) .link span{
        width:90%;
    }
    .inne_link a:nth-child(3) .link span br{
        display: none;
    }
    .inne_link a:nth-child(3) .link span{
        width:90%;
    }
    .inne_link .link i{
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .inner_bo{
        padding: 25px 0;
    }
    .news_slibo .text{
        padding: 0;
    }
    .inne_l .next,
    .inne_l .prev{
        height: 50px;
    }
    .in_w,
    .in_s{
        width:100%;
        padding-right: 0;
        margin-bottom: 36px;
    }
    .in_p,
    .in_d{
        width:100%;
        padding-left: 0;
    }
    .inne_link a{
        width:100%;
        margin: 0 0 26px;
    }
    .in_news{
        padding-bottom: 10px;
    }
    .in_not{
        position: relative;
    }
    .in_not .container .con{
        padding: 20px 0 0;
    }
    .in_not .tle{
        position: relative;
        width:100%;
        top:0;
        left: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .innot_sli{
        width:100%;
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 26px;
    }
    .innot_slick{
        width:100%;
    }
    .innot_sli .prev{
        left: 0;
        bottom: 0px;
    }
    .innot_sli .next{
        left: 40px;
        bottom: 0px;
    }
    .section{
        margin-top: 70px;
    }
    .inpc_slibo{
        position: relative;
        width:100%;
        height: 320px;
    }
    .inpc_slibo img{
        position: absolute;
        top:0;
        left: 50%;
        width:auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .inpc_ban .prev{
        left: 15px;
        width: 15px;
        height: 28px;
    }
    .inpc_ban .next{
        right: 15px;
        width: 15px;
        height: 28px;
    }
    .inpc_ban .prev img,
    .inpc_ban .next img{
        width: 15px;
    }
    .vsbcontent_start{
        width:100%;
    }
    iframe{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 290px !important;
        overflow: auto;
    }
    .pdfViewer .page{
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .inf_slibo{
        padding: 0;
    }
}
/*底部*/
.ft_logo{
    padding: 49px 0 43px;
    border-bottom: 1px solid #dbdbdb;
}
.ftsj_logo{
    display: none;
}
.ft_logo .container{
    text-align: center;
}
.ftlogo_bo{
    display: inline-block;
}
.ftlogo_bo img{
    width: 280px;
    float: left;
}
.ft_con{
    padding-top: 44px;
    padding-bottom: 35px;
    text-align: center;
}
.ft_yj{
    text-align: center;
}
.ft_yj ul{
    display: inline-block;
}
.ft_yj ul a{
    float: left;
    padding: 0 22px;
    border-right: 1px solid #d34646;
}
.ft_yj ul a:last-child{
    border-right: 0;
}
.ft_yj ul a li{
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.ft_xl{
    margin-top: 42px;
    display: inline-block;
}
.ftxl_bo{
    position: relative;
    float: left;
    width: 217px;
    height: 38px;
    margin: 0 21px;
    border: 1px solid #a3a2a0;
}
.ftxl_bo span{
    cursor: pointer;
}
.ftxl_bo span i{
    float: left;
    width:calc(100% - 36px);
    font-size: 14px;
    line-height: 36px;
    color: #8f8f8f;
    font-style: normal;
    padding: 0 14px;
    text-align: left;
}
.ftxl_bo span b{
    float: left;
    width: 36px;
    height: 36px;
    border-left: 1px solid #a3a2a0;
    text-align: center;
    line-height: 36px;
}
.ftxl_bo span b img{
    width: 14px;
}
.ftxl_bo span b.act img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.ftxl_bo ul{
    display: none;
    position: absolute;
    left: 0;
    bottom: calc(100% + 1px);
    width:100%;
    height: 110px;
    padding: 0 14px;
    background: #ffffff;
    z-index: 10;
}
.ftxl_bo ul li{
    font-size: 14px;
    line-height: 24px;
    color: #8f8f8f;
    padding: 6px 0;
    text-align: left;
    border-top: 1px dashed #dbdbdb;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.ftxl_bo ul a:first-child li{
    border-top: 0;
}
.ft_dz{
    margin-top: 44px;
    display: inline-block;
}
.ft_dz span{
    float: left;
    margin: 0 16px;
}
.ft_dz span img{
    float: left;
    width: 20px;
}
.ft_dz span em{
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-style: normal;
    margin-left: 19px;
    letter-spacing:0.7px;
}
.ft_pow{
    padding: 14px 0;
    background: #660400;
}
.ft_pow p{
    text-align: center;
}
.ft_pow p,
.ft_pow p a{
    font-size: 14px;
    line-height: 24px;
    color: #cf121b;
}
@media (min-width: 1200px) {
    .ftxl_bo ul li:hover,
    .ft_yj ul a:hover li{
        color: #9b120c;
    }
    .ft_pow p a:hover{
        color: #ffffff;
    }
}
/*底部媒体查询*/
@media (max-width: 1366px) {
    .ft_logo{
        padding: 26px 0;
    }
    .ft_con{
        padding-bottom: 36px;
        padding-top: 36px;
    }
    .ft_xl,
    .ft_dz{
        margin-top: 26px;
    }
}
@media (max-width: 1199px) {
    .ftxl_bo{
        width:calc(50% - 42px);
        margin-top: 26px;
    }
    .ft_xl{
        width:100%;
    }
    .ft_xl,
    .ft_dz{
        margin-top: 0;
    }
    .ft_dz span{
        width:calc(50% - 42px);
        margin: 10px 21px 0;
    }
}
@media (max-width: 767px) {
    .ft_yj{
        display: none;
    }
    .ft_con{
        padding-bottom: 26px;
    }
    .ftxl_bo{
        width:100%;
        margin: 0 0 20px;
    }
    .ft_dz span{
        width:100%;
        margin: 0 0 10px;
    }
    .ft_lgpic,
    .ft_logo .header_text{
        display: none;
    }
    .ftsj_logo{
        display: block;
        width:95%;
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .ft_pow p a{
        display: block;
    }
}
/*内页公共部分*/
.ny_ban{
    position: relative;
}
.ny_ban .container{
    position: relative;
}
.ny_pic{
    position: relative;
    width:100%;
    height: 380px;
}
.ny_pic img{
    position: absolute;
    left: 50%;
    top:0;
    height:100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ny_timu{
    position: absolute;
    left: 15px;
    bottom: 0;
    min-width: 240px;
    padding: 38px 30px 33px;
}
.ny_timu .mc{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    opacity: 0.8;
    background: #9b120c;
    z-index: 1;
}
.ny_timu h1{
    position: relative;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 8px;
    z-index: 2;
}
.ny_timu h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height: 1px;
    background: #999999;
}
.ny_timu p{
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #dbdbdb;
    margin-top: 8px;
    z-index: 2;
}
.ny_link{
    position: absolute;
    right:15px;
    bottom: 20px;
}
.ny_link a{
    float: left;
    margin-left: 24px;
}
.ny_link span{
    position: relative;
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.ny_link span::after{
    content: '';
    position: absolute;
    right: -12px;
    top:50%;
    width: 3px;
    height: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/ny_jt.png") no-repeat;
    background-size: 3px 5px;
}
.ny_link a:last-child span::after{
    content: '';
    background: transparent;
}
.ny_link span img{
    width: 18px;
}
@media (min-width: 1200px) {
    .ny_link span:hover{
        color: #9b120c;
    }
}
.ny_con{
    padding-top: 44px;
}
.gg_l{
    float: left;
    width: 242px;
}
.gg_l ul li{
    position: relative;
    padding: 14px 24px 14px 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #ffffff;
}
.gg_l ul li i{
    float: left;
    display: inline-block;
    width:calc(100% - 20px);
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    font-style: normal;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.gg_l ul li.act i{
    color: #9b120c;
}
.gg_l ul li.act b .hui{
    opacity: 0;
}
.gg_l ul li.act b .red{
    opacity: 1;
}
.gg_l ul li b{
    position: absolute;
    top:50%;
    right:24px;
    width:15px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gg_l ul li b img{
    position: absolute;
    left: 2px;
    top:0;
    width: 12px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.gg_l ul li b .hui{
    opacity: 1;
}
.gg_l ul li b .red{
    opacity: 0;
}
@media (min-width: 1200px) {
    .gg_l ul li:hover i{
        color: #9b120c;
    }
    .gg_l ul li:hover b .hui{
        opacity: 0;
    }
    .gg_l ul li:hover b .red{
        opacity: 1;
    }
}
.ny_r{
    float: left;
    padding-left: 45px;
    width:calc(100% - 242px);
}
.ny_tle{
    margin-bottom: 40px;
}
.ny_tle h1,
.ny_tle p{
    font-size: 16px;
    line-height: 24px;
    color: #9b120c;
}
.ny_tle .xian{
    display: block;
    width: 70px;
    height: 1px;
    background: #9b120c;
    margin: 6px 0;
}
@media (max-width: 1366px) {
    .ny_r{
        padding-left: 36px;
    }
    .ny_con{
        padding-top: 36px;
    }
}
@media (max-width: 1199px) {
    .gg_l{
        display: none;
    }
    .ny_r{
        width:100%;
        padding-left: 0;
    }
    .ny_timu{
        padding: 26px;
    }
    .ny_tle{
        margin-bottom: 32px;
    }
    .ny_tle h1,
    .ny_tle p{
        text-align: center;
    }
    .ny_tle .xian{
        margin: 6px auto;
    }
}
@media (max-width: 767px) {
    .ny_timu{
        position: relative;
        top:0;
        left: -15px;
        width:calc(100% + 30px);
    }
    .ny_link{
        display: none;
    }
    .ny_pic{
        height: 320px;
    }
}
/*b1机构设置*/
.b1_con{
    padding-bottom: 50px;
}
.b1_con .tle h1{
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    margin-top: -5px;
    text-align: center;
}
.shouzhi {
    display: none;
}
.b1_tab table{
    width:100%;
    margin-top: 35px;
}
.b1_tab th{
    width:25%;
    background: #9b120c;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 29px 20px;
    text-align: center;
}
.b1_tab tr td{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding: 15px 20px;
    text-align: left;
}
tr td:first-child,
tr td:last-child{
    text-align: center;
}
.b1_tab tr:nth-child(2n) td{
    background: #f4dcd2;
}
.b1_tab tr:nth-child(2n+1) td{
    background: #f5f5f5;
}
/*b1机构设置媒体查询*/
@media (max-width: 1366px) {
    .b1_con .tle h1{
        font-size: 24px;
        line-height: 34px;
    }
    .b1_tab table{
        margin-top: 26px;
    }
    .b1_con{
        padding-bottom: 36px;
    }
}
@media (max-width: 767px) {
    .b1_tab{
        overflow-x: scroll;
    }
    .b1_tab table{
        width: 720px;
        margin-top: 0;
    }
    .shouzhi {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 30px;
        margin: 26px auto 15px;
    }
    .shouzhi .tab_l {
        float: left;
        margin-left: 10px;
        height: 20px;
        animation: zhixiang1 1s linear 0s infinite normal;
        -moz-animation: zhixiang1 1s linear 0s infinite normal;
        -webkit-animation: zhixiang1 1s linear 0s infinite normal;
        -o-animation: zhixiang1 1s linear 0s infinite normal;
    }
    @keyframes zhixiang
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }

    @-moz-keyframes zhixiang /* Firefox */
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }

    @-webkit-keyframes zhixiang /* Safari 和 Chrome */
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }

    @-o-keyframes zhixiang /* Opera */
    {
        from {margin-right: 5px;}
        to {margin-right: 0px;}
    }
    .shouzhi .tab_r {
        float: right;
        margin-right: 10px;
        height: 20px;
        animation: zhixiang 1s linear 0s infinite normal;
        -moz-animation: zhixiang 1s linear 0s infinite normal;
        -webkit-animation: zhixiang 1s linear 0s infinite normal;
        -o-animation: zhixiang 1s linear 0s infinite normal;
    }
    @keyframes zhixiang1
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }

    @-moz-keyframes zhixiang1 /* Firefox */
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }

    @-webkit-keyframes zhixiang1 /* Safari 和 Chrome */
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }

    @-o-keyframes zhixiang1 /* Opera */
    {
        from {margin-left: 5px;}
        to {margin-left: 0px;}
    }
}
/*b2大事记*/
.b2_sli{
    position: relative;
    padding: 0 56px;
}
.b2_slibo{
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #c6c6c6;
}
.b2_slibo span{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 34px;
    color: #999999;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.b2_slibo span::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    width:1px;
    height: 30px;
    background: #c6c6c6;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
@media (min-width: 1200px) {
    .b2_slibo span:hover{
        color: #9b120c;
        font-size: 36px;
    }
    .b2_slibo span:hover::after{
        width: 2px;
        background: #9b120c;
    }
}
.b2_sli{
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 45px;
}
.b2_sli .prev{
    position: absolute;
    left: 0;
    bottom: 0px;;
    width: 56px;
    height: 56px;
    cursor: pointer;
}
.b2_sli .next{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 56px;
    height: 56px;
    cursor: pointer;
}
.b2_sli .prev img,
.b2_sli .next img{
    width: 56px;
}
.b2_slibo2 .tle{
    width: 320px;
    font-size: 26px;
    line-height: 46px;
    color: #ffffff;
    background: #9b120c;
    text-align: center;
    -moz-border-radius: 23px; /* Firefox */
    -webkit-border-radius: 23px; /* Safari 和 Chrome */
    border-radius: 23px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    font-weight: bold;
}
.b2_cbo{
    padding-left: 80px;
}
.b2_slibo2 .con .b2_l{
    float: left;
    width: 80px;
    padding-top: 55px;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}
.b2_slibo2 .con .b2_r{
    position: relative;
    float: left;
    width:calc(100% - 160px);
    padding-left: 40px;
    border-left: 1px solid #dbdbdb;
    padding-top: 55px;
}
.b2_slibo2 .con .b2_r::after{
    content: '';
    position: absolute;
    left: 2px;
    top: 65px;
    width: 26px;
    height: 1px;
    background: #dbdbdb;
}
.b2_slibo2 .con .b2_r p{
    font-size: 16px!important;
    line-height: 24px!important;
    color: #666666!important;
    text-indent: 2em;
    text-align: justify;
font-family:  '微软雅黑'!important;
}
.b2_slibo2 .con .b2_r span{
    font-size: 16px!important;
    line-height: 24px!important;
    color: #666666!important;
font-family:  '微软雅黑'!important;
}
.b2_slibo2 .con{
    position: relative;
    padding-bottom: 20px;
}
.b2_slibo2 .con::after{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 150px;
    width: 20px;
    height: 20px;
    background: url("../images/lingx.png") no-repeat;
    background-size: 20px 20px;
}
/*b2机构设置媒体查询*/
@media (max-width: 1366px) {
    .b2_sli{
        margin-bottom: 36px;
    }
    .b2_slibo2 .tle{
        font-size: 24px;
    }
    .b2_slibo2 .con .b2_l,
    .b2_slibo2 .con .b2_r{
        padding-top: 36px;
    }
    .b2_cbo{
        padding-left: 36px;
    }
    .b2_slibo2 .con::after{
        left: 106px;
    }
    .b2_slibo2 .con .b2_r::after{
        top: 45px;
    }
}
@media (max-width: 767px) {
    .b2_cbo{
        padding-left: 0;
    }
    .b2_slibo2 .con .b2_l{
        width: 70px;
    }
    .b2_slibo2 .con .b2_r{
        width:calc(100% - 70px);
    }
    .b2_slibo2 .tle{
        max-width: 100%;
    }
    .b2_slibo2 .con::after{
        left: 60px;
    }
}
/*b3影像志*/
.b3_co{
    margin: 0 -11px;
}
.b3_bo{
    float: left;
    padding: 0 11px;
}
.b3_bo .pic_bo{
    position: relative;
    overflow: hidden;
}
.b3_bo .pic_bo .bg{
    width:100%;
}
.b3_bo .pic_bo .pic{
    position: absolute;
    left: 50%;
    top:50%;
    width:100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.b3_bo .text .time{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #9b120c;
    margin: 20px 0 10px;
    text-align: center;
}
.b3_bo .text p{
    font-size: 18px;
    line-height: 24px;
    height: 74px;
    padding: 25px 0;
    overflow: hidden;
    color: #666666;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
@media (min-width: 1200px) {
    .b3_bo:hover .pic_bo .pic{
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
    .b3_bo:hover .text p{
            font-weight: bold;
    color: #9b120c;
    }
}
/*b3影像志媒体查询*/
@media (max-width: 1229px) {
    .b3_bo{
        width:50%;
    }
}
@media (max-width: 500px) {
    .b3_bo{
        width:100%;
        padding: 0;
    }
    .b3_co{
        margin: 0;
    }
}
/*b3影像志详情*/
.b3xq_con{
    padding: 0 0 40px;
}
.b3xq_con h1 {
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.b3xq_con .tle{
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}
.b3xq_con .tle h1{
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.b3xq_con .tle .b3xq_span{
    display: inline-block;
    margin: 0 auto 20px;
}
.b3xq_span span{
    display: inline-block;
    margin: 0 12px;
}
.b3xq_span span img{
    width: 20px;
    float: left;
    margin-top: 3px;
}
.b3xq_span span i{
    float: left;
    display: block;
    font-size: 14px;
    line-height: 24px; min-height: 24px;
    color: #666666;
    font-style: normal;
    margin-left: 10px;
}
.b3xq_text{
    padding: 45px 0 25px;
    border-bottom: 1px solid #dbdbdb;
}
.b3xq_text img{
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
.b3xq_goto{
    position: relative;
    margin-top: 26px;
}
.b3xq_goto .pre{
    float: left;
    width: 220px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #999999;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.b3xq_goto .pre a{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.b3xq_goto .nex{
    float: right;
    width: 220px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 24px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.b3xq_goto .nex a{
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.b3xq_goto .fanh{
    position: absolute;
    top:0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.b3xq_goto .fanh img{
    width: 19px;
}
.b3xq_goto .fanh i{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-style: normal;
    margin-left: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
@media (min-width: 1200px) {
    .b3xq_goto .pre:hover a,
    .b3xq_goto .nex:hover a,
    .b3xq_goto .fanh:hover i{
        color: #9b120c;
    }
}
/*b3影像志详情媒体查询*/
@media (max-width: 1366px) {
    .b3xq_con .tle h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .b3xq_text{
        padding: 25px 0 5px;
    }
    .b3xq_con{
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
	.he_bgn{
		background-position: -78px center !important;
	}
}
@media (max-width: 767px) {
    .b3xq_goto .pre,
    .b3xq_goto .nex{
        width:100%;
        text-align: center;
    }
    .b3xq_con .tle .b3xq_span{
        width:100%;
        text-align: center;
    }
    .b3xq_con .tle h1{
        margin-bottom: 10px;
    }
    .b3xq_span span{
        display: inline-block;
        margin: 5px;
    }
    .b3xq_span span img,
    .b3xq_span span i{
        display: inline-block;
    }
    .b3xq_goto .fanh{
        position: relative;
        display: inline-block;
        margin: 10px auto;
    } 
    .b3xq_text{
        width:100%;
        overflow: hidden;
    }
}
/*b4成就展*/
.b4_sli2{
    position: relative;
}
.b4_sli2 .prev{
    position: absolute;
    left: 0;
    top:50%;
    width: 13px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.b4_sli2 .next{
    position: absolute;
    right: 0;
    top:50%;
    width: 13px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.b4_sli2 .prev img,
.b4_sli2 .next img{
    width: 13px;
}
.b4_sli2{
    margin-top: 45px;
}
.b4_slick2{
    margin: 0 43px;
}
.b4_slibo2{
    padding: 0 3px;
    cursor: pointer;
}
.b4_slibo2 img,
.b4_slibo img{
    width:100%;
}
@media (max-width: 1366px) {
    .b4_sli2{
        margin-top: 36px;
    }
    .b4_slick2{
        margin: 0 30px;
    }
}
/*c1领导讲话*/
.c1_sli{
    position: relative;
}
.c1_sli .prev{
    position: absolute;
    left: 24px;
    top:50%;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.c1_sli .next{
    position: absolute;
    right: 24px;
    top:50%;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.c1_sli .prev img,
.c1_sli .next img{
    width: 13px;
}
.c1_sli .next img{
    left: auto;
    right:0;
}
.c1_slbo{
    position: relative;
    overflow: hidden;
}
.c1_slbo .pic_bo{
    position: relative;
}
.c1_slbo .pic_bo .bg{
    position: relative;
    width:100%;
    z-index: 1;
}
.c1_slbo .pic_bo .pic{
    position: absolute;
    left: 0;
    top:50%;
    width:100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.c1_slbo .pic_bo .b_mc{
    position: absolute;
    left: 0;
    top:50%;
    width:100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}
.c1_slbo .text{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 560px;
    padding: 25px 48px 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}
.c1_slbo .text .mc{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    z-index: -1;
}
.c1_slbo .text h1{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.c1_slbo .text .time{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin: 4px 0 10px;
}
.c1_slbo .text p{
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    text-align: center;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.have_pic{
    padding: 28px 0;
    border-bottom: 1px solid #dbdbdb;
}
.have_pic .text{
    float: right;
    width:calc(100% - 224px);
    padding-right: 44px;
}
.have_pic .text h1{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.have_pic .text p{
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #666666;
    margin-top: 10px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.have_pic .text .time{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
}
.have_pic .text .span{
    margin-top: 10px;
}
.have_pic .text .more{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #9b120c;
}
.have_pic .text .more img{
    margin-left: 5px;
}
.have_pic .pic_bo{
    position: relative;
    float: right;
    width: 224px;
    overflow: hidden;
}
.have_pic .pic_bo .bg{
    position: relative;
    width:100%;
}
.have_pic .pic_bo .pic{
    position: absolute;
    left: 0;
    top:50%;
    width:100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.no_pic{
    padding: 28px 0;
    border-bottom: 1px solid #dbdbdb;
}
.no_pic .text{
    width:100%;
}
.no_pic .text h1{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.no_pic .text p{
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #666666;
    margin-top: 10px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.no_pic .text .time{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
}
.no_pic .text .span{
    margin-top: 10px;
}
.no_pic .text .more{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #9b120c;
}
.no_pic .text .more img{
    margin-left: 5px;
}
.paging li
{
    font-family: 'Arial';
    line-height: 32px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin-right: 6px;
    margin-left: 6px;
    color: #666666;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    vertical-align: top;

    border: 1px solid transparent;
}
.fenye{
    width: 100%;
    margin-top: 45px;
}
.pc_fenye{
    position: relative;
    left:50%;
    transform: translateX(-50%);
    display: inline-block;
    margin:0px auto 0px;/*间距*/
    text-align: center;
}
.p_no_d,.p_no{
    float: left;
    width: 36px;
    height: 36px;
    border:1px solid #e1e1e1;
    font-size: 16px;
    line-height: 35px;
    color: #666666;
    text-align: center;
    margin:0px 5px;
}
.pc_fenye li:hover{
    border:1px solid #9b120c;/*hover边框颜色*/
    color: #9b120c;/*hover字体颜色*/
}
.pc_fenye li img{
    margin-bottom: 3px;
}
.pc_fenye li .red{
    display: none;
}
.pc_fenye li:hover .red{
    display: inline-block;
}
.pc_fenye li:hover .hui{
    display: none;
}
.sj_fenye{
    display: none;
    position: relative;
    width: 100%;
}
.sj_fenye .p_prev_d,.sj_fenye .p_fun_d{
    width: 70px!important;
    height: 40px!important;
    border:1px solid #9b120c!important;
    text-align: center!important;
    line-height: 40px!important;
    font-size: 14px!important;
    color: #9b120c!important;/
    float: left!important;
}
.sj_fenye .p_next{
    width: 70px!important;
    height: 40px!important;
    border:1px solid #9b120c!important;
    text-align: center!important;
    line-height: 40px!important;
    font-size: 14px!important;
    color: #9b120c!important;
    float: right!important;
}
@media (min-width: 1200px) {
    .c1_slbo:hover .text h1,
    .have_pic:hover .text h1,
    .no_pic:hover .text h1{
        color: #9b120c;
    }
    .c1_slbo:hover .pic_bo .pic,
    .have_pic:hover .pic_bo .pic{
        -webkit-transform: translateY(-50%) scale(1.1);
        -moz-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
        -o-transform: translateY(-50%) scale(1.1);
        transform: translateY(-50%) scale(1.1);
    }
}
@media (max-width: 1366px) {
    .fenye{
        margin-top: 36px;
    }
}
@media (max-width: 767px) {
    .pc_fenye{
        display: none;
    }
    .sj_fenye{
        display: block;
    }
    .c1_slbo .text{
        position: relative;
        width:100%;
        padding: 25px 20px 20px;
        background: #9b120c;
    }
    .xialaph{
        top: 72px;
    }
    .have_pic .pic_bo{
        width:100%;
    }
    .have_pic .text{
        width:100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .c1_sli .prev{
        left: 5px;
    }
    .c1_sli .next{
        right: 5px;
    }
}
@media (max-width: 450px) {
    .xialaph{
        top: 70px;
    }
}
/*c2领导讲话详情*/
.b3xq_text h1{
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #666666;
}
.b3xq_text h2{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #666666;
}
.b3xq_text p{
    font-size: 16px!important;
    line-height: 32px!important;
    color: #666666!important;
    font-family: '微软雅黑'!important;
    width:100%!important;
}
.c2xq_text{
    padding: 35px 0;
}
@media (max-width: 1366px) {
    .c2xq_text{
        padding: 26px 0;
    }
}
/*g1办事规则*/
.g1_text{
    padding-bottom: 13px;
}
.g1_text h1{
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 33px;
}
.g1_text p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 34px;
}
.g1_text img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1366px) {
    .g1_text h1{
        margin-bottom: 15px;
    }
    .g1_text p{
        margin-bottom: 15px;
    }
}
/*g2下载专区*/
.g2_bo{
    width:100%;
    padding: 19px 40px;
    background: #f5f5f5;
    margin-bottom: 18px;
}
.g2_bo .xz{
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 25px;
}
.g2_bo .xz img{
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.g2_bo .xz .hui{
    opacity: 1;
}
.g2_bo .xz .red{
    opacity: 0;
}
.g2_bo h1{
    float: left;
    width:calc(100% - 22px - 25px - 125px);
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    color: #666666;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.g2_bo .time{
    float: left;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
}
.g2_bo .time img{
    width: 15px;
    margin-right: 20px;
}
@media (min-width: 1200px) {
    .g2_bo:hover .xz .hui{
        opacity: 0;
    }
    .g2_bo:hover .xz .red{
        opacity: 1;
    }
    .g2_bo:hover h1{
        color: #9b120c;
    }
}
@media (max-width: 1366px) {
    .g2_bo{
        padding: 15px 20px;
    }
}
@media (max-width: 767px) {
.sszg{display:none;}
    .g2_bo h1{
        width: calc(100% - 22px - 25px);
    }
    .g2_bo .time{
        display: block;
        margin-top: 10px;
    }
    .g2_bo .time img{
        margin-bottom: 4px;
    }
}
.b3xq_text c2xq_text td{border:0!important;}
#vsb_content_2 img{border:0!important;}


.pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
border:0!important;
padding:0!important;
margin:0!important;
height:auto!important;
line-height:37px!important;
}

.pb_sys_style1 .p_no_d{
    border:1px solid #9b120c!important;
    color: #9b120c!important;background:none!important;vertical-align:middle!important;height: 36px!important;
}
.pb_sys_common .p_dot{margin:0!important; float:left!important; line-height:35px!important; }


.p_prev_d,.p_fun,.p_fun_d{
    float: left!important;
    width: 50px!important;
    height: 36px!important;
    border:1px solid #e1e1e1!important;
    font-size: 16px!important;
    line-height: 25px!important;
    color: #666666!important;
    text-align: center!important;
    margin:0px 5px!important;
    vertical-align:middle!important;
}
.pb_sys_common .p_pages{margin-left:0!important;}
.b3xq_text span{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    font-family: '微软雅黑';
}
