header .head {
    width: 100%;
    background: #a60006;
}

.head .top {
    width: 1400px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    background: url(../images/top_back.png) no-repeat 100%;
    background-size: 60% 100%;
}

.head .top .logo {
    display: grid;
    justify-items: center;
    align-items: center;
}

.head .top .logo img:first-child {
    margin-top: 32px;
    margin-bottom: 25px;
}

.head .top .logo .xx {
    margin-bottom: 33px;
}

.head .top .top_right .sy {
    margin-top: 14px;
    margin-bottom: 11px;
}

.head .top .top_right .sy span a {
    opacity: 0.6;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: right;
    font-style: normal;
}

.head .top .top_right .sy span a:hover {
    opacity: 1;
}

.head .top .top_right .search-form {
    display: flex;
    width: 260px;
    height: 36px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

/* .head .top .top_right .search:focus,
.head .top .top_right .search:hover{
    background: white;
} */

.head .top .top_right .search-form input {
    width: 220px;
    background: rgba(255, 255, 255, -0.6);
    border: 0;
    padding-left: 10px;
}

.head .top .top_right .search-form input:focus {
    outline: none;
    background: white;
}

.head .top .top_right .search-form input:focus+.but {
    /* outline: none; */
    background-color: white;
    background-image: url(../images/search.png);
}

.head .top .top_right .search-form input::placeholder {
    color: white;
}

.top_right .search-form .but {
    border-left: 1px solid #d5888b;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/search1.png) no-repeat center;
}

header .dh {
    width: 100%;
    background: #92050A;
}

header .dh .dhlm {
    width: 1400px;
    height: 68px;
    margin: 0px auto;
}

header .dh .dhlm .nav {
    display: flex;
    justify-content: space-between;
}

header .dh .dhlm .nav .nLi {
    width: 152px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .dh .dhlm .nav .nLi a {
    width: 128px;
    height: 52px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    font-style: normal;
}

header .dh .dhlm .nav .nLi.on a {
    background: #f0f0f05b;
    color: #FFFFFF;
    border-radius: 8px;
    /* opacity: 0.4; */
    font-weight: bold;
}

.login{
    margin-top: 40px;
}

.login .aaa {
    width: 98px;
    height: 38px;
    border: 1px solid #9f0f0d;
    color: #fff;
    text-align: center;
    background-color: #d02b15;
    display: inline-block;
    font-size: 18px;
    border-radius: 24px;
    line-height: 38px;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.login strong {
    color: white;
    font-size: 16px;
}

.login a {
    color: #fff;
    font-size: 16px;
}

main .main {
    width: 1400px;
    margin: 0px auto;
    margin-top: 30px;
    display: flex;
}

main .main .left {
    width: 352px;
    background: url(../images/left.png) no-repeat bottom;
    height: 1862px;
    background-color: #F4FAFE;
    background-size: 100%;
    margin-right: 33px;
}

main .main .left .zyq {
    background: url(../images/zyq.png) no-repeat;
    /* height: 355px; */
}


.main .left .mc span:first-child {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    text-align: center;
    font-style: normal;
    margin-left: 25px;
    margin-top: 10px;
    position: absolute;
}

.main .left .mc span:nth-child(2) {
    font-family: STSongti-SC, STSongti-SC;
    font-weight: bold;
    font-size: 35px;
    color: #f1d2d2;
    line-height: 49px;
    text-align: right;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 25px;
}

.mc {
    position: relative;
    padding-top: 17px;
}

.lm_img {
    margin-left: 25px;
}

.img {
    width: 16px;
    height: 9px;
    transition: all 0.3s ease;
    background: url(../images/right1.png);
}

.zyqrk1 ul li {
    width: 275px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D7E8FC;
    margin-top: 8px;
    margin-left: 25px;
}

.zyqrk1 ul li a .zymc {
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zyqrk1 ul li a .zymc span {
    width: 192px;
    height: 48px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.zyqrk1 ul li:hover {
    background: #92050A;
}

.zyqrk1 ul li:hover .zymc span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}



.zyqrk1 ul li:hover .zymc .img {
    animation: slideRight 0.5s forwards;
    background: url(../images/right.png);
}

.zyqrk ul li {
    width: 275px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D7E8FC;
    margin-top: 8px;
    margin-left: 25px;
}

.zyqrk ul li a .zymc {
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zyqrk ul li a .zymc span {
    width: 192px;
    height: 48px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.zyqrk ul li:hover {
    background: #92050A;
}

.zyqrk ul li:hover .zymc span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}



.zyqrk ul li:hover .zymc .img {
    animation: slideRight 0.5s forwards;
    background: url(../images/right.png);
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(0px);
    }
}

.main .left .lxwm {
    width: 275px;
    height: 94px;
    background: #EAF5FF;
    border-radius: 8px;
    margin-top: 42px;
    margin-left: 25px;
    display: flex;
    align-items: end;
}

.main .left .lxwm .kf {
    background: url(../images/lxwm.png) no-repeat;
    width: 254px;
    height: 75px;
    margin-top: 16px;
    margin-left: 19px;
    padding-left: 49px;
}

.main .left .lxwm .kf .lxmc {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #27608C;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-bottom: 13px;
}

.main .left .lxwm .kf .lxmc img {
    position: relative;
    bottom: 10px;
}

.main .left .lxwm .kf .lxfs {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #77AAD5;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}

.banner3 {
    margin-left: 25px;
    margin-top: 27px;
}

.yxjg .zyqrk ul li a .zymc span {
    width: 213px;
    height: 26px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.yxjg .zyqrk ul li:hover .zymc span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.main .right {
    width: 1040px;
}

.main .right .mc span:first-child {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    text-align: center;
    font-style: normal;
    /* margin-left: 25px; */
    margin-top: 10px;
    position: absolute;
}

.main .right .mc span:nth-child(2) {
    font-family: STSongti-SC, STSongti-SC;
    font-weight: bold;
    font-size: 35px;
    color: #f1d2d2;
    line-height: 49px;
    text-align: right;
    font-style: normal;
    text-transform: uppercase;
    /* margin-left: 25px; */
}

.right .jsdt_bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right .lm_img {
    margin-left: 0px;
}

.right .more {
    width: 122px;
    height: 27px;
    background: url(../images/more.png);
}

.right .more span {
    width: 94px;
    height: 27px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
}

.right .more span:hover {
    background: #92050a;
    color: #f0f0f0;
}

.right .jsdt_nr {
    display: flex;
    margin-top: 29px;
}

.right .jsdt_nrimg {
    width: 659px;
    height: 411px;
    margin-right: 24px;
}

.right .jsdt_nr .swiper-slide .mengc {
    width: 619px;
    height: 82px;
    background: #93060A;
    position: absolute;
    z-index: 100;
    bottom: 0px;
    left: 20px;
}

.right .jsdt_nr .swiper-slide .mengc .title {
    margin-top: 16px;
    margin-left: 20px;
}

.right .jsdt_nr .swiper-slide .mengc .title a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;

}

.right .jsdt_nr .swiper-slide .mengc .time {
    margin-left: 20px;
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.jsdt .jsdt_nr .jsdt_xw ul li {
    margin-top: 26px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.1)
}

.jsdt .jsdt_nr .jsdt_xw ul li:hover .jtxw .jtnr,
.jsdt .jsdt_nr .jsdt_xw ul li:hover .jtxw .day {
    font-weight: bold;
    color: #92050A;
}

.jsdt .jsdt_nr .jsdt_xw ul li:hover .jtxw .year {
    color: #92050A;
}

.jsdt .jsdt_nr .jsdt_xw ul li:first-child {
    margin-top: 0px;
}

.jsdt .jsdt_nr .jsdt_xw ul li:nth-child(4) {
    padding-bottom: 0px;
    border-bottom: 0;
}

.jsdt .jsdt_nr .jsdt_xw .jtxw {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jsdt .jsdt_nr .jsdt_xw .jtxw .jt_time {
    text-align: center;
    margin-right: 14px;
}

.jsdt .jsdt_nr .jsdt_xw .jtxw .jt_time .day {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    text-align: center;
    font-style: normal;
}

.jsdt .jsdt_nr .jsdt_xw .jtxw .jt_time .year {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.jsdt .jsdt_nr .jsdt_xw .jtxw .jtnr {
    width: 302px;
    height: 60px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
}

.right .tzgg {
    width: 1040px;
    height: 417px;
    margin-top: 30px;
    background: url(../images/tzgg.png);
}

.right .tzgg_bt {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.right .tzgg_bt .mc {
    margin-left: 30px;
}

.right .tzgg_bt .mc span:first-child {
    color: white;

}

.right .tzgg_bt .mc span:nth-child(2) {
    color: #a85946
}

.right .tzgg_bt .lm_img {
    margin-left: 24px;
}

.right .tzgg_bt .more span {
    color: #FFFFFF;
}

.right .tzgg_bt .more span:hover {
    background: #b23034;
}

.right .tzgg .tzgg_xw {
    margin-top: 46px;
}

.right .tzgg .tzgg_xw ul {
    display: flex;
    flex-wrap: wrap;
}

.right .tzgg .tzgg_xw ul li {
    width: 484px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 0.8;
    margin: 0px auto;
    position: relative;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.right .tzgg .tzgg_xw ul li:hover {
    opacity: 1;
    transform: translateY(-10px);
}

.right .tzgg .tzgg_xw ul li .jtxw {
    display: flex;
}

.right .tzgg .tzgg_xw ul li .jtxw .jt_time {
    width: 54px;
    height: 60px;
    background: #92050A;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    margin-left: 44px;
    position: absolute;
    top: -20px;
}

.right .tzgg .tzgg_xw ul li .jtxw .jt_time .day {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
    font-style: normal;
}

.right .tzgg .tzgg_xw ul li .jtxw .jt_time .year {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    font-style: normal;
}

.right .tzgg .tzgg_xw ul li .jtxw .jtnr {
    width: 321px;
    height: 60px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-top: 30px;
    margin-left: 123px;
}

.banner {
    margin-top: 30px;
    margin-bottom: 35px;
}

.right .towlm {
    display: flex;
    justify-content: space-between;
}

.right .towlm .gzjb,
.right .towlm .jscg {
    width: 480px;
    margin: 0px auto;
}


.right .towlm .gzjb_bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right .towlm .jscg_bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.right .towlm .jtxw {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.right .towlm .jtxw .jt_time .day {
    width: 60px;
    height: 36px;
    background: url(../images/time.png);
    border-radius: 8px 8px 0px 0px;
    /* opacity: 0.2; */
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #333333;
    line-height: 31px;
    text-align: center;
    font-style: normal;
}

.right .towlm .jtxw .jt_time .year {
    height: 16px;
    background: rgba(146, 5, 10, 0.04);
    border-radius: 0px 0px 8px 8px;
    /* opacity: 0.04; */
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: center;
    font-style: normal;
}

.right .towlm .jtxw .jtnr {
    width: 352px;
    height: 60px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
}

.right .towlm ul li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.1)
}

.right .towlm ul {
    border-radius: 12px;
    border: 1px solid rgba(146, 5, 10, 0.1);
    margin-top: 10px;
}

.right .towlm ul li:first-child {
    margin-top: 30px;
}

.right .towlm ul li:nth-child(5) {
    padding-bottom: 30px;
    border-bottom: 0;
}

.right .towlm ul li:hover .jtxw .jtnr {
    font-weight: bold;
    color: #92050A;
}

.right .towlm ul li:hover .jtxw .day {
    font-weight: bold;
    color: #FFFFFF;
    background: #92050A;
}

footer {
    background: #92050A;
    margin-top: 30px;
}

footer .top_foot {
    height: 91px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .top_foot .tx {
    width: 1400px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

footer .top_foot .tx .ewm {
    width: 58px;
    height: 58px;
    background: #E7E7E7;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .bottom_foot {
    height: 90px;
}

footer .bs {
    width: 1400px;
    margin: 0px auto;
    text-align: center;
}

footer .bs .dz,
footer .bs .qx {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}