﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
   list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
    max-width: 100%;
}


/* 电脑 */

@media only screen and (min-width: 996px) {
    .pchead {
        max-width: 1120px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .adnavbox {
        display: flex;
        align-items: center;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 9099;
    }
    .pcnav li a {
        display: block;
        width: 185px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #333;
        font-size: 18px;
    }
    .topnav {
        max-width: 1120px;
        height: 35px;
        margin: 0 auto;
    }
    .topnav ul {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .topnav ul a {
        display: block;
        height: 30px;
        line-height: 35px;
        padding: 0 20px;
        font-size: 14px;
        color: #333;
    }
    .search {
        width: 32px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e1e1e1;
        border-radius: 3px;
    }
    .search:hover {
        background-color: #000;
    }
    .search:hover .si {
        color: white !important;
    }
    .drop {
        position: absolute;
        width: 100%;
        background-color: #fff;
        display: none;
    }
    .pcnav li {
        position: relative;
        border-right: 1px solid #ccc;
    }
    .pcnav li:hover .drop {
        display: block;
    }
    .sli {
        border: none !important;
    }
    .last_li {
        border-right: none !important;
    }
    .drop a {
        width: 100%;
        text-align: center;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        color: #333;
        display: block;
        padding: 15px 0;
    }
    .pcsearch {
        max-width: 1120px;
        margin: 0 auto;
        text-align: right;
        padding: 20px 0;
        display: none;
    }
    .searchcon {
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .searchcon input {
        width: 500px;
        height: 45px;
        padding-left: 20px;
        background-color: #e1e1e1;
        border-radius: 3px;
        outline: none;
        border: none;
    }
    .searchcon a {
        display: block;
        text-align: center;
        width: 100px;
        height: 45px;
        line-height: 45px;
        background-color: #7f1311;
        color: white;
        font-weight: bold;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .searchcon a:hover {
        background-color: #333333 !important;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .con {
        max-width: 1120px;
        margin: 50px auto;
    }
    .con1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 560px;
    }
    .con1left {
        height: 560px;
        width: 65%;
    }
    .s1 {
        width: 100%;
        height: 100%;
    }
    .s1_pos {
        position: absolute;
        z-index: 99;
        background-color: #333333;
        padding: 25px;
        width: 360px;
        left: 0;
        bottom: 0;
    }
    .s1_pos a {
        display: block;
        text-align: center;
        color: white;
        font-style: italic;
        font-size: 24px;
    }
    .s1_pos p {
        font-size: 15px;
        color: #fff;
        line-height: 25px;
    }
    .s1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .con1right {
        width: 34%;
        height: 560px;
    }
    .con1right1 {
        width: 100%;
        height: 275px;
        position: relative;
    }
    .con1right2 {
        width: 100%;
        height: 275px;
        padding: 20px;
    }
    .con1right1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con1right1pos {
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #333333;
        padding: 20px;
        flex-direction: column;
        top: 0;
        transition: all ease 0.4s;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }
    .con1right1:hover .con1right1pos {
        opacity: 1 !important;
    }
    .con1right1pos strong {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .con1right1pos p {
        font-size: 14px;
        color: #ccc;
    }
    .ta {
        color: #7f1311;
        font-size: 13px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }
    .s2 {
        width: 100%;
        height: 100%;
    }
    .s2 p {
        font-size: 13px;
        color: #333;
        padding: 10px 0;
    }
    .s_a {
        color: #333;
        font-size: 16px;
    }
    .allheadline {
        position: absolute;
        width: 100px;
        height: 30px;
        border-radius: 5px;
        line-height: 30px;
        display: block;
        text-align: center;
        background-color: #7f1311;
        color: #fff;
        font-size: 13px;
        right: 15px;
        bottom: 0px;
        z-index: 99;
    }
    .con2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .con2left {
        width: 32.5%;
        padding: 20px;
    }
    .con2left ul li {
        margin-bottom: 25px;
    }
    .con2left ul li .time {
        font-size: 12px;
        color: #666;
        margin-bottom: 10px;
    }
    .con2left ul li a {
        font-size: 16px;
        color: #333;
    }
    .ae {
        display: block;
        width: 88px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #7f1311;
        color: white;
        font-size: 13px;
        border-radius: 5px;
    }
    .con2center {
        width: 32.5%;
    }
    .con2right {
        width: 33%;
    }
    .con2right ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px solid #cccccc;
    }
    .con2right ul li a {
        color: #7f1311;
        font-size: 18px;
    }
    .foot {
        width: 100%;
        background-color: #000;
        padding: 30px 0;
    }
    .footer {
        max-width: 1120px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footerleft {
        display: flex;
        flex-wrap: wrap;
        width: 66.6666%;
        border-right: 1px solid #999999;
    }
    .footerleft ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft ul li {
        width: 20.3333%
    }
    .footerleft ul li .topa {
        display: block;
        color: #fff;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .bdrop a {
        display: block;
        font-size: 13px;
        color: #fff;
        padding: 5px 0;
    }
    .footerright {
        width: 33.3333%;
    }
    .footerright strong {
        display: block;
        text-align: center;
        font-weight: normal;
        color: white;
    }
    .footerright img {
        display: block;
        width: 180px;
        /*height: 120px;*/
        margin: 0 auto;
        margin-top: 20px;
    }
    .copy {
        text-align: center;
        color: white;
        font-size: 12px;
        padding-top: 20px;
    }
    .inbanner {
        max-width: 1120px;
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-image: url(../images/in.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 320px;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 30px;
        color: #333;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .inbanner p {
        max-width: 800px;
        font-size: 16px;
        color: #424242;
    }
    .eduul {
        max-width: 1120px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 100px;
    }
    .eduul li {
        position: relative;
        width: 32%;
        position: relative;
        margin-bottom: 10px;
        margin-right: 1%;
    }
    .eduul li img {
        width: 100%;
    }
    .zz1 {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 10;
        height: 40px;
        padding: 0 20px;
        color: white;
    }
    .zz2 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .zz2 {
        font-size: 20px;
        font-weight: bold;
        color: white;
        padding: 0 20px;
        text-align: center;
    }
    .zz3 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        z-index: 99;
        background-color: #333333;
        top: 0;
        left: 0;
        padding: 0 25px;
        color: white;
        text-align: center;
        transition: all ease 0.4s;
        opacity: 0;
    }
    .zz3 strong {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .eduul li:hover .zz3 {
        opacity: 1 !important;
    }
    .inner2 {
        max-width: 1120px;
        background-color: #7c1612;
        padding: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin: 30px auto;
    }
    .pro {
        width: 1140px;
        display: flex;
        justify-content: space-between;
        margin: 30px auto;
    }
    .proleft {
        width: 250px;
    }
    .proleft ul li a {
        color: #333;
        font-size: 15px;
        display: block;
        height: 37px;
        line-height: 37px;
        border-top: 1px solid #c9c9c9;
        text-align: right;
    }
    .proleft ul li a:hover {
        color: #7c1612 !important;
    }
    .act {
        font-weight: bold;
        color: #7c1612;
    }
    .proright {
       width: 100%;
    }
    .proright .protitle {
        font-size: 30px;
        color: #333;
        display: block;
        margin-bottom: 20px;
    }
    .pp {
        font-size: 20px;
        color: #666;
        line-height: 25px;
    }
    .tab {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .tab span {
        display: block;
        padding: 15px 20px;
        color: #333;
        font-size: 13px;
        cursor: pointer;
    }
    .sel {
        background-color: #e2e2e2 !important;
    }
    .triangle {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 40px solid #E2E2E2;
        border-left: 40px solid transparent;
        -webkit-transition: right .2s linear, bottom .2s linear;
        -moz-transition: right .2s linear, bottom .2s linear;
        -ms-transition: right .2s linear, bottom .2s linear;
        -o-transition: right .2s linear, bottom .2s linear;
        transition: right .2s linear, bottom .2s linear;
    }
    .fy {
        background-color: #e2e2e2;
        padding: 20px;
        display: none;
    }
    .fy ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fy ul li {
        width: 31%;
        background-color: #333333;
        height: 240px;
        position: relative;
        padding: 10px 15px;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .fy ul li:hover {
        background-color: #781811;
        transition: all ease 0.4s;
        overflow: hidden;
    }
    .triangle span {
        margin: 24px 0 0 -14px;
        height: 11px;
        width: 11px;
        display: block;
        background: url(../images/sprite.png) -100px -39px no-repeat;
    }
    .fya {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }
    .fyp {
        color: #90b8a4;
        font-size: 13px;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .fy ul li:hover .fyp {
        opacity: 1;
    }
    .fy ul li:hover .fysan {
        display: none;
    }
    .fy ul li:hover .triangle {
        right: -40px;
        bottom: -40px;
    }
    .fysan {
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #fff;
    }
    .lib {
        width: 100%;
        margin: 30px auto !important;
    }
    .lib img {
        width: 100%;
    }
    .libpos {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        background-color: #333333;
        color: #fff;
    }
    .lincon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 50px auto;
    }
    .linconitem {
        width: 50%;
        border-right: 1px solid#ccc;
    }
    .linconitem_s {
        padding: 20px;
        margin-bottom: 25px;
    }
    .linconitem_s a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        color: #333;
    }
    .linconitem_s img {
        width: 100%;
    }
    .marker {
        width: 20px;
        height: 3px;
        background-color: #c4dd88;
        margin: 35px auto;
    }
    .linconitem_s p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }
    .inisde {
        font-size: 14px;
        color: #333;
    }
    .querytitle {
        padding: 20px 15px;
        margin: 30px auto;
        background-color: #7f1311;
        color: white;
    }
    .form input {
        font-size: 17px;
        background-color: #fff;
        outline: none;
        border: 1px solid #ccc;
        height: 45px;
        padding-left: 20px;
        display: block;
        width: 400px;
        margin-bottom: 25px;
    }
    .form a {
        display: block;
        width: 120px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        margin-top: 20px;
        background-color: #7f1311;
        color: #fff;
    }
    .form p {
        font-size: 16px;
        color: #424242;
        font-weight: bold;
        padding: 10px 0;
    }
    .adadadad {
        width: 100%;
        height: 100%;
    }
    .adadadad .swiper-slide {
        padding: 15px;
        background-color: #7f1311;
        width: 100%;
        height: 100%;
    }
    .ads {
        width: 100%;
        height: 260px;
        margin-top: 10px;
    }
    .adadadad .swiper-slide i {
        color: white;
    }
    .adadadad .swiper-slide span {
        color: white;
    }
    .adadadad .swiper-slide p {
        font-size: 14px;
        margin-top: 25px;
        line-height: 25px;
        color: white;
    }
}


/* 手机 */

@media only screen and (max-width: 996px) {
    .adadadad {
        width: 100%;
        height: 100%;
    }
    .adadadad .swiper-slide {
        padding: 15px;
        background-color: #7f1311;
        width: 100%;
        height: 100%;
    }
    .ads {
        width: 100%;
        height: 260px;
        margin-top: 10px;
    }
    .adadadad .swiper-slide i {
        color: white;
    }
    .adadadad .swiper-slide span {
        color: white;
    }
    .adadadad .swiper-slide p {
        font-size: 14px;
        margin-top: 25px;
        line-height: 25px;
        color: white;
    }
    .querytitle {
        padding: 20px 15px;
        margin: 30px auto;
        background-color: #7f1311;
        color: white;
    }
    .form input {
        font-size: 17px;
        background-color: #fff;
        outline: none;
        border: 1px solid #ccc;
        height: 45px;
        padding-left: 20px;
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    .form a {
        display: block;
        width: 120px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        margin-top: 20px;
        background-color: #7f1311;
        color: #fff;
    }
    .form p {
        font-size: 16px;
        color: #424242;
        font-weight: bold;
        padding: 10px 0;
    }
    .lib {
        width: 100%;
        margin: 30px auto !important;
    }
    .lib img {
        width: 100%;
    }
    .libpos {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        background-color: #333333;
        color: #fff;
    }
    .lincon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 50px auto;
    }
    .linconitem {
        width: 100%;
        border-right: 1px solid#ccc;
    }
    .linconitem_s {
        padding: 20px;
        margin-bottom: 25px;
    }
    .linconitem_s a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        color: #333;
    }
    .linconitem_s img {
        width: 100%;
    }
    .marker {
        width: 20px;
        height: 3px;
        background-color: #c4dd88;
        margin: 35px auto;
    }
    .linconitem_s p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }
    .inner2 {
        width: 100%;
        background-color: #7c1612;
        padding: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin: 30px auto;
    }
    .pro {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        margin: 30px auto;
    }
    .proleft {
        display: none;
    }
    .proright {
        width: 100%;
    }
    .proright .protitle {
        font-size: 30px;
        color: #333;
        display: block;
        margin-bottom: 20px;
    }
    .pp {
        font-size: 20px;
        color: #666;
        line-height: 25px;
    }
    .tab {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .tab span {
        display: block;
        padding: 15px 20px;
        color: #333;
        font-size: 13px;
        cursor: pointer;
    }
    .sel {
        background-color: #e2e2e2 !important;
    }
    .triangle {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 40px solid #E2E2E2;
        border-left: 40px solid transparent;
        -webkit-transition: right .2s linear, bottom .2s linear;
        -moz-transition: right .2s linear, bottom .2s linear;
        -ms-transition: right .2s linear, bottom .2s linear;
        -o-transition: right .2s linear, bottom .2s linear;
        transition: right .2s linear, bottom .2s linear;
    }
    .fy {
        background-color: #e2e2e2;
        padding: 20px;
        display: none;
    }
    .fy ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fy ul li {
        width: 100%;
        background-color: #333333;
        height: 240px;
        position: relative;
        padding: 10px 15px;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .fy ul li:hover {
        background-color: #781811;
        transition: all ease 0.4s;
        overflow: hidden;
    }
    .triangle span {
        margin: 24px 0 0 -14px;
        height: 11px;
        width: 11px;
        display: block;
        background: url(../images/sprite.png) -100px -39px no-repeat;
    }
    .fya {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }
    .fyp {
        color: #90b8a4;
        font-size: 13px;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .fy ul li:hover .fyp {
        opacity: 1;
    }
    .fy ul li:hover .fysan {
        display: none;
    }
    .fy ul li:hover .triangle {
        right: -40px;
        bottom: -40px;
    }
    .fysan {
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #fff;
    }
    .eduul {
        width: 100%;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 100px;
        justify-content: space-between;
    }
    .eduul li {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .eduul li img {
        width: 100%;
    }
    .zz1 {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 10;
        height: 40px;
        padding: 0 20px;
        color: white;
    }
    .zz2 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .zz2 {
        font-size: 20px;
        font-weight: bold;
        color: white;
        padding: 0 20px;
        text-align: center;
    }
    .zz3 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        z-index: 99;
        background-color: #333333;
        top: 0;
        left: 0;
        padding: 0 25px;
        color: white;
        text-align: center;
        transition: all ease 0.4s;
        opacity: 0;
    }
    .zz3 strong {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .eduul li:hover .zz3 {
        opacity: 1 !important;
    }
    .inbanner {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-image: url(../images/in.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 320px;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 30px;
        color: #333;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .inbanner p {
        padding: 0 20px;
        width: 100%;
        font-size: 16px;
        color: #424242;
    }
    .foot {
        width: 100%;
        background-color: #000;
        padding: 20px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footerleft {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-right: 1px solid #999999;
    }
    .footerleft ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .footerleft ul li .topa {
        display: block;
        color: #fff;
        margin-bottom: 20px;
        font-size: 15px;
        text-align: center;
    }
    .bdrop a {
        display: block;
        font-size: 13px;
        color: #fff;
        padding: 5px 0;
        text-align: center;
    }
    .footerright {
        width: 100%;
    }
    .footerright strong {
        display: block;
        text-align: center;
        font-weight: normal;
        color: white;
    }
    .footerright img {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .copy {
        text-align: center;
        color: white;
        font-size: 12px;
        padding-top: 20px;
    }
    .con2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .con2left {
        width: 100%;
        padding: 20px;
    }
    .con2left ul li {
        margin-bottom: 25px;
    }
    .con2left ul li .time {
        font-size: 12px;
        color: #666;
        margin-bottom: 10px;
    }
    .con2left ul li a {
        font-size: 16px;
        color: #333;
    }
    .ae {
        display: block;
        width: 88px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #7f1311;
        color: white;
        font-size: 13px;
        border-radius: 5px;
    }
    .con2center {
        width: 100%;
    }
    .con2right {
        width: 100%;
    }
    .con2right ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px solid #cccccc;
    }
    .con2right ul li a {
        color: #7f1311;
        font-size: 18px;
    }
    .con {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .con1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
    }
    .s1 {
        width: 100%;
    }
    .s1_pos {
        background-color: #333333;
        padding: 25px;
        width: 100%;
    }
    .s1_pos a {
        display: block;
        text-align: center;
        color: white;
        font-style: italic;
        font-size: 24px;
    }
    .s1_pos p {
        font-size: 15px;
        color: #fff;
        line-height: 25px;
    }
    .s1 img {
        width: 100%;
        display: block;
    }
    .con1right {
        width: 100%;
    }
    .con1right1 {
        width: 100%;
        position: relative;
    }
    .con1right2 {
        width: 100%;
        padding: 20px;
    }
    .con1right1 img {
        width: 100%;
    }
    .con1right1pos {
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #333333;
        padding: 20px;
        flex-direction: column;
        top: 0;
        transition: all ease 0.4s;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }
    .con1right1:hover .con1right1pos {
        opacity: 1 !important;
    }
    .con1right1pos strong {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .con1right1pos p {
        font-size: 14px;
        color: #ccc;
    }
    .ta {
        color: #7f1311;
        font-size: 13px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }
    .s2 {
        width: 100%;
    }
    .s2 p {
        font-size: 13px;
        color: #333;
        padding: 10px 0;
    }
    .s_a {
        color: #333;
        font-size: 16px;
    }
    .s2 {
        padding-bottom: 30px !important;
    }
    .allheadline {
        position: absolute;
        width: 100px;
        height: 30px;
        border-radius: 5px;
        line-height: 30px;
        display: block;
        text-align: center;
        background-color: #7f1311;
        color: #fff;
        font-size: 13px;
        right: 15px;
        bottom: 0px;
        z-index: 99;
    }
    .topnav {
        display: none;
    }
    .pchead {
        display: none;
    }
    .pcsearch {
        display: none;
    }
    .mbhead {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .mbhead a img {
        width: 200px;
    }
    .mbnav {
        width: 100%;
        padding: 0 20px;
        display: none;
    }
    .ul1 li a {
        width: 100%;
        display: block;
        height: 52px;
        line-height: 52px;
        color: #7f1311;
        font-size: 18px;
        font-weight: bold;
    }
    .ul1 li {
        border-bottom: 1px solid #c1c1c1;
    }
    .mbdropcon {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
    }
    .mbdrop {
        display: none;
    }
    .mbdropcon a {
        display: block;
        height: 45px;
        line-height: 45px;
        width: 49%;
        margin-bottom: 5px;
        text-align: center;
        background-color: #e1e1e1;
        color: #333;
        font-size: 14px;
    }
}


}

}