﻿    *{margin:0; padding:0; list-style:none; }
    img{ border:0;  }
    a{ text-decoration:none; color:#333;  }
    ul {
        list-style: none;
    }
    body{
        width: 100%;
        margin: 0px;
        padding: 0px;
        font: normal 14px/22px "microsoft yahei";
    }
    header{
        width: 100%;
        height: 135px;
        background-color: #94070a;
        border-bottom: 1px solid #94070a;
    }
    header .header_log{
        width: 1200px;
        margin: 0 auto;
    }
    header .header_log a{
        float: left;
        margin-top: 20px;
    }
    #sb-search input {
        display: inline-block;
        width: 216px;
        height: 37px;
        border-radius: 20px;
        background-color: #fff;
        outline: none;
        border: none;
        margin-top: 5px;
        color: gray;
        border: 1px solid #BFBFBF;
        padding-left: 10px;
    }
    nav {
        width: 100%;
        height: 50px;
        background: #fff;
    }
    nav>ul {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    nav>ul>li {
        width: 133px;
        overflow: hidden;
        line-height: 49px;
        float: left;
        text-align: center;
        transition: all ease-out 0.5s;
        background-color: #fff;
    }
    nav>ul>li:hover {
        background-color: #94070a;
    }
    nav>ul>li:hover>a {
        color: #fff;
    }
    nav>ul>li>a {
        display: inline-block;
        width: 100%;
        height: 50px;
        color: #000;
        font-size: 20px;
        transition: all ease-out 0.5s;
    }
    nav>ul>li>div {
        width: 100%;
        position: relative;
        z-index: 999;
        margin-top: -2px;
    }
    nav>ul>li>div>ul>li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #000;
        opacity: 0.6;
    }
    nav>ul>li>div>ul>li>a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 16px;
    }
    nav>ul>li>div>ul>li>a:hover{
        background-color:#94070a; 
          transition: all 0.4s ease-in-out;
      }
   
    .bufen{
        background-image: url(../images11/beijin1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .xinwen{
        width: 1200px;
        height: 515px;
        margin: 0 auto;
        padding-top: 35px;
    }
    .xinwen #screen{
        width: 785px;
        overflow: hidden;
        position: relative;
        float: left;
    }
    .xinwen #screen .hd {
        width: 100%;
        height: 30px;
        margin-bottom: 35px;
    }
    .xinwen #screen .hd li {
        height: 30px;
        float: left;
        font-size: 30px;
        line-height: 30px;
        cursor: pointer;
    }
    .xinwen #screen .hd a {
        font-size: 16px;
        float: right;
        margin-top: 9px;
    }



    .xinwen #screen .pic div{
        width: 100%;
        height: 275px;
        overflow: hidden;
        float: left;
        padding-bottom: 5px;
    }
    .xinwen #screen .pic div img{
        width: 465px;
        height: 275px;
        overflow: hidden;
        float: left;
        transition: all ease-out 0.5s;
    }
    .xinwen #screen .pic div:hover img{
        transform: scale(1.05); 
    }
    .xinwen #screen .pic div>a>span:nth-child(1){
        display: inline-block;
        width: 465px;
        height: 275px;
        overflow: hidden;
        float: left;
    }
    .xinwen #screen .pic div>a>span:nth-child(2){
        display: inline-block;
        width: 320px;
        height: 275px;
        float: left;
        background-color: #88c0ee;
    }
    .xinwen #screen .pic div>a>span:nth-child(2) p{
        display: inline-block;
        width: 300px;
        font-size: 16px;
        margin: 0 10px;
        color: #fff;
        font-weight: bold;
        font-family: '微软雅黑';
        text-align: center;
        line-height: 2;
        margin-top: 25px;
        transition: all ease-out 0.5s;
    }
    .xinwen #screen .pic div>a>span:nth-child(2) span{
        display: block;
        width: 300px;
        margin: 0 auto;
        font-size: 14px;
        color: #fff;
        font-family: '微软雅黑';
        line-height: 1.5;
        margin-top: 45px;
        text-indent: 2em;
        transition: all ease-out 0.5s;
    }
    .xinwen #screen .pic div:hover>a>span:nth-child(2) p{
        color: #b31516;
    }
    .xinwen #screen .pic div:hover>a>span:nth-child(2) span{
        color: #b31516;
    }
    .xinwen #screen .pic li{
        width: 100%;
        height: 55px;
        line-height: 55px;
        float: left;
        font-size: 14px;
        border-bottom: 1px dashed #333;
        transition: all ease-out 0.5s;
    }
    .xinwen #screen .pic li a{
        display: block;
        color: #000;
        margin-left: 0px;
        transition: all ease-out 0.5s;
    }
    .xinwen #screen .pic li:hover{
        background-color: #b31516;
    }
    .xinwen #screen .pic li:hover a{
        color: #fff;
        margin-left: 10px;
    }
    .xinwen #screen .pic li span{
        float: right;
        margin-right: 10px;
    }




    .xinwen #screen .pic li span a{
        width: 555px;
        height:47px;
        line-height: 47px;
        font-size: 18px;
        color: #fff;
        padding-left: 20px; 
        display: inline-block;
        position: relative;
        background: rgb(0 0 0 / 40%);
        top: -52px;
    }
    .xinwen .lbxw{
        width: 380px;
        height: 402px;
        float: right;
    }
    .xinwen .lbxw #slideTxtBox .hd{
        width: 100%;
        height: 30px;
        margin-bottom: 35px;
    }
    .xinwen .lbxw #slideTxtBox .hd li{
        height: 30px;
        float: left;
        font-size: 25px;
        line-height: 30px;
        cursor: pointer;
    }
    /* .xinwen .lbxw #slideTxtBox .hd .on{
        color: #b31516;
    } */
    .xinwen .lbxw #slideTxtBox .hd li img{
        margin-right: 10px;
    }
    .xinwen .lbxw #slideTxtBox .hd a{
        font-size: 16px;
        float: right;
        margin-top: 9px;
    }
    .xinwen .lbxw #slideTxtBox .bd ul li{
        width: 100%;
        height: 55px;
        font-size: 13px;
        color: #333;
        margin-bottom: 23px;
    }
    .xinwen .lbxw #slideTxtBox .bd ul li p{
        display: inline-block;
        width: 290px;
        height: 55px;
        line-height: 1.5;
        float: right;
        overflow: hidden;
        font-size: 16px;
        transition: all ease-out 0.5s;
    }
    .xinwen .lbxw #slideTxtBox .bd ul li:hover p{
        color: #b31516;
    }
    .xinwen .lbxw #slideTxtBox .bd ul li span{
        float: left;
    }



    .hdzs{
        width: 1200px;
        margin: 0 auto;
        margin-top: 40px;
        height: 460px;
    }
    .hdzs #slideTxtBox .hd{
        width: 1200px;height: 35px;
    }
    .hdzs #slideTxtBox .hd a{
        margin-top: 8px;
        font-size: 25px;
        margin-left: 10px;
    }
    .hdzs #slideTxtBox .hd div{
        width: 730px;height: 35px;margin: 0 auto;
    }
    .hdzs #slideTxtBox .hd li{
        width: 200px;height: 35px;float: left;font-size: 30px;cursor: pointer;
    }
    .hdzs #slideTxtBox .hd li img{
        width: 31px;
        height: 31px;
        position: relative;
        top: 5px;
    }
    .hdzs #slideTxtBox .hd .on a{
        color: #b31516;
    }
    .hdzs #slideTxtBox .bd{
        margin-top: 42px;
    }
    .hdzs #slideTxtBox .bd ul li{
        width: 380px;height: 380px;position: relative;float: left;margin-right: 28px;
    }
    .hdzs #slideTxtBox .bd ul li:hover img{
        transform: scale(1.1); 
    }
    .hdzs #slideTxtBox .bd ul li:hover a span{
        background-color: #91010a;
    }
    .hdzs #slideTxtBox .bd ul li:hover div{
        background-color: #b31516;
    }
    .hdzs #slideTxtBox .bd ul li:hover div p{
        color: #fff;
    }
    .hdzs #slideTxtBox .bd ul li:hover div span a{
        color: #fff;
    }
    .hdzs #slideTxtBox .bd ul li:last-child{
        margin-right: 0px;
    }
    .hdzs #slideTxtBox .bd ul li>a{
        display: block;height: 245px;
        overflow: hidden;
    }
    .hdzs #slideTxtBox .bd ul li>a img{
        width: 100%;
        transition: all ease-out 0.5s;
    }
    .hdzs #slideTxtBox .bd ul li>a>span{
        display: inline-block;overflow: hidden; padding-left: 10px; width:270px;height: 33px;background-color: #b31516;font-size: 16px;line-height: 33px;color: #fff;font-weight: bold;position: absolute;top: 224px;left: 15px;transition: all ease-out 0.5s;
    }
    .hdzs #slideTxtBox .bd ul li div{
        width: 100%;height: 136px;background-color: #fff; transition: all ease-out 0.5s;
    }
    .hdzs #slideTxtBox .bd ul li div p{
        width: 350px;margin: 0 auto; padding-top: 44px;font-size: 16px;
        transition: all ease-out 0.5s;
    }
    .hdzs #slideTxtBox .bd ul li div span{
        margin-top: 18px;margin-left: 15px;margin-top: 20px;font-size: 12px;
        transition: all ease-out 0.5s;
    }
    .hdzs #slideTxtBox .bd ul li div span a{
        transition: all ease-out 0.5s;
    }

    .kslj{
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    }
    .kslj ul{
            width: 1200px;
            margin: 0 auto;
            background-color: #94070A;
            padding: 20px 0;
    }
    .kslj ul li{
        width: 14.5%;
        text-align: center;
        float: left;
    }
    .kslj ul li img{
        width: 79px;
        height: 79px;
        transition: all ease-out 1s;
    }
    .kslj ul li:hover img{
        transform: rotateY(360deg);
    }
    .kslj ul li span{
        display: inline-block;
        margin-top: 20px;
        font-size: 16px;
        color: #fff;
    }

    footer{
        width: 100%;
        height: 112px;
        background-color: #8d0707;
    }
    footer div{
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
    }