* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
    scroll-behavior: smooth;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #af001f;
    --main-color-white: #ffffff;
    --main-color-fontColor: #555555;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 75px;
        transition: all ease 0.4s;
        z-index: 999;
        padding: 0 5%;
    }
    .pclogo img {
        height: 80px;
    }
    .img0 {
        display: block;
    }
    .img1 {
        display: none;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
    }
    .pcnav>li:hover .pcdrop {
        display: block;
    }
    .pcdrop {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        display: none;
    }
    .pcdrop a {
        display: block;
        transition: all ease 0.4s;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #303133;
        background-color: #fff;
    }
    .pcdrop a:hover {
        background-color: #da251d;
        color: #fff !important;
    }
    .pcnav>li:hover .first_a {
        color: #da251d;
    }
    .pcnav>li>a {
        display: block;
        height: 75px;
        line-height: 75px;
        color: #fff;
        font-size: 15px;
        padding: 0 8px;
        transition: all ease 0.4s;
    }
    .changeColor {
        background-color: #fff;
    }
    .changeColor .first_a {
        color: #000;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .bannerpos {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .bannerpos h1 {
        font-size: 36px;
        color: #fff;
        text-align: center;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .bannerpos p {
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
        font-weight: normal;
    }
    .bannerpos img {
        max-width: 600px;
        display: block;
        margin: 0 auto;
    }
    .bannerbgimg {
        transition: all ease 3s;
    }
    .bannerpage {
        position: absolute !important;
        right: 70px !important;
        bottom: 50px !important;
        left: auto !important;
        width: 50px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bannerpage .swiper-pagination-bullet {
        display: block;
        background-color: #fff !important;
        opacity: 1 !important;
        transition: all ease 0.4s;
        margin: 10px 0 !important;
    }
    .bannerpage .swiper-pagination-bullet-active {
        padding: 8px !important;
        background-color: #da251d !important;
    }
    .banner .swiper-slide-active .bannerbgimg {
        transform: scale(1.1);
    }
    .scrollpng {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
        z-index: 99;
        animation: Scroll 2s infinite both
    }
    @keyframes Scroll {
        0% {
            bottom: 9%;
        }
        50% {
            bottom: 6%;
        }
        100% {
            bottom: 9%;
        }
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .con1 {
        width: 100%;
        padding: 85px 0;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con1con {
        max-width: 1230px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con1conleft {
        width: 48%;
    }
    .con1conright {
        width: 48%;
    }
    .con1conleft strong {
        display: block;
        font-weight: normal;
        font-size: 28px;
        color: #af001f;
        margin-bottom: 43px;
    }
    .con1conleft p {
        font-size: 16px;
        color: #888;
        line-height: 25px;
        margin-bottom: 50px;
    }
    .con1conleft a {
        font-size: 18px;
        color: #af001f;
    }
    .con1conright {
        width: 48%;
    }
    .mumping_mun {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mumping_mun li {
        width: 48%;
        position: relative;
        margin-bottom: 65px;
        padding-left: 15px;
        border-left: 2px solid #da251d;
    }
    .mumping_mun li h2 {
        font-size: 60px;
        font-weight: normal;
        color: #555;
    }
    .mumping_mun li p {
        font-size: 16px;
        color: #888;
    }
    .mumping_mun li span {
        font-size: 16px;
        color: #888;
    }
    .mun_top {
        display: flex;
    }
    .mun_top span {
        display: block;
        padding-left: 10px;
    }
    .con2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .con2left {
        width: 50%;
    }
    .con2right {
        width: 50%;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 5.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con2right strong {
        display: block;
        font-size: 28px;
        color: #af001f;
        margin-bottom: 25px;
        font-weight: normal;
    }
    .con2right p {
        font-size: 14px;
        color: #888;
        line-height: 25px;
        max-width: 500px;
        margin-bottom: 65px;
    }
    .con2right a {
        display: block;
        width: 122px;
        height: 39px;
        color: #767676;
        font-size: 14px;
        border-radius: 40px;
        border: 1px solid #aaa9a9;
        line-height: 39px;
        text-align: center;
    }
    .con2left img {
        width: 100%;
    }
    .con3 {
        width: 100%;
    }
    .con3con {
        max-width: 1230px;
        padding: 80px 0;
        margin: 0 auto;
    }
    .con3contop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con3contop strong {
        display: block;
        font-size: 30px;
        color: #000;
    }
    .con3contop a {
        font-size: 16px;
        color: #af001f;
    }
    .con3conbot {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3conbotitem {
        width: 49%;
    }
    .con3conbotitem a {
        display: block;
        overflow: hidden;
    }
    .con3conbotitem a img {
        transition: var(--main-transition);
    
    }
    .con3conbotitem a:hover img {
        transform: scale(1.1);
    }
    .con3conbotitem0 {
        padding: 35px;
        border: 1px solid #dddddd;
        margin-bottom: 20px;
    }
    .con3conbotitem0 img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .con3conbotitem0 p {
        font-size: 15px;
        color: #303133;
    }
    .con3conbotitem0:hover p {
        color: #af001f;
    }
    .con3conbotitem1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con3conbotitem1item {
        width: 48%;
        border: 1px solid #dddddd;
        padding: 20px;
    }
    .con3conbotitem1item a img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .con3conbotitemrr .con3conbotitem0 {
        margin-top: 20px;
    }
    .con4 {
        display: flex;
        justify-content: space-between;
    }
    .con4left {
        width: 50%;
        padding: 0 5.5%;
        background-image: url(../images/bg3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .con4left strong {
        font-size: 36px;
        font-weight: normal;
        color: #000;
    }
    .con4left h1 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: normal;
        color: #000;
    }
    .con4right {
        width: 50%;
    }
    .con4right img {
        width: 100%;
    }
    .indexnew a {
        color: #000;
        font-size: 18px;
        display: block;
        margin-bottom: 20px;
    }
    .indexnew p {
        color: #6b696a;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .indexnew .newspan {
        display: block;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 将对象作为弹性伸缩盒子模型显示 */
        display: -webkit-box;
        /* 限制在一个块元素显示的文本的行数 */
        /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
        -webkit-line-clamp: 2;
        /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-box-orient: vertical;
        max-width: 500px;
    }
    .indexnew {
        width: 100%;
        padding-bottom: 60px;
    }
    .newpagebtn .swiper-pagination-bullet-active {
        background-color: #af001f !important;
    }
    .newpagebtn {
        text-align: left !important;
    }
    .foot {
        padding: 115px 0;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .footer {
        max-width: 1230px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .footeritem {
        flex: 1;
        padding: 0 20px;
    }
    .footeritem strong {
        font-size: 24px;
        color: #fff;
        display: block;
        margin-bottom: 27px;
        display: block;
        font-weight: normal;
    }
    .footeritem1 p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #fff;
    }
    .footeritem2 a {
        font-size: 14px;
        margin-bottom: 15px;
        color: #fff;
        display: block;
    }
    .footeritem3 {
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem3_left {
        width: 46%;
    }
    .footeritem3_left p {
        color: #fff;
        font-size: 14px;
    }
    .footeritem3_right {
        width: 46%;
    }
    .footeritem3_right img {
        width: 140px;
        display: block;
        margin: 0 auto;
    }
    .footeritem3_right p {
        text-align: center;
        padding: 10px 0;
        color: #fff;
        font-size: 14px;
    }
    .footeritem3_left a {
        margin-top: 35px;
        display: block;
        font-size: 14px;
        color: #fff;
        background-color: #af001f;
        width: 113px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }
    .inbanner {
        position: relative;
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
    .in_pos {
        position: absolute;
        width: 100%;
        height: 68px;
        background: rgba( 218, 37, 29, 0.502);
        bottom: 0;
        left: 0;
    }
    .in_poscon {
        max-width: 1230px;
        height: 68px;
        margin: 0 auto;
    }
    .in_active {
        border-bottom: 3px solid #af001f;
    }
    .in_poscon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .in_poscon a {
        padding: 0 20px;
        display: block;
        height: 68px;
        line-height: 68px;
        color: #fff;
        font-size: 15px;
    }
    .in_poscon a:hover {
        border-bottom: 3px solid #af001f;
    }
    .about1 {
        padding: 65px 0;
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about1con {
        max-width: 1230px;
        margin: 0 auto;
    }
    .about1con strong {
        position: relative;
        display: block;
        color: #af001f;
        font-size: 28px;
        text-align: center;
        font-weight: normal;
        margin-bottom: 65px;
    }
    .about1con strong::after {
        position: absolute;
        width: 64px;
        height: 1px;
        background-color: #adadad;
        content: '';
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .about1con p {
        font-size: 14px;
        color: #888;
        line-height: 25px;
    }
    .about2 {
        width: 100%;
        padding: 30px 0;
        background-color: #da251d;
    }
    .about2con {
        max-width: 1230px;
        margin: 0 auto;
    }
    .about2con li {
        width: 23%;
        margin-bottom: 0;
        border-right: 1px solid #e1514a;
    }
    .about2con h2 {
        color: #fff !important;
        font-size: 60px !important;
    }
    .about2con .mun_top {
        justify-content: center;
    }
    .about2con li p {
        text-align: center;
        color: #ea9a98;
    }
    .about2con li span {
        color: #ea9a98;
    }
    .about3 {
        width: 100%;
        padding: 75px 0;
        background-color: #fff;
    }
    .about3con {
        max-width: 1230px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about3conleft {
        width: 65%;
    }
    .about3conright {
        flex: 1;
        padding-left: 55px;
        padding-top: 45px;
    }
    .about3conright strong {
        font-size: 28px;
        color: #af001f;
        margin-bottom: 40px;
        display: block;
        font-weight: normal;
    }
    .about3conright p {
        font-size: 14px;
        color: #888;
        line-height: 25px;
    }
    .about4 {
        width: 100%;
        padding: 65px 0;
        background-image: url(../images/bg4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about4con {
        max-width: 1230px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .about4conleft {
        width: 40%;
    }
    .about4conleft img {
        width: 100%;
    }
    .about4conright {
        flex: 1;
        padding-left: 25px;
    }
    .about4conright p {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }
    .about4 h3 {
        text-align: center;
        color: #fff;
        font-size: 28px;
        display: block;
        margin-bottom: 45px;
        font-weight: normal;
    }
    .about5 {
        padding: 88px 0;
        background-image: url(../images/honorbg.jpg);
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
    }
    .about5con {
        max-width: 1230px;
        margin: 0 auto;
    }
    .title2 {
        margin-bottom: 50px;
    }
    .title2 strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .title2 p {
        text-align: center;
        color: #231815;
        font-size: 14px;
    }
    .mySwiper1 {
        width: 100%;
    }
    .mySwiper1 img {
        width: 100%;
        cursor: pointer;
    }
    .myswiper1out {
        width: 100%;
        position: relative;
    }
    .g1_right {
        right: -60px !important;
    }
    .g1_left {
        left: -60px !important;
    }
    .g1btn {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        color: #fff !important;
        transition: all ease 0.4s;
    }
    .g1btn:hover {
        background-color: #af001f !important;
    }
    #gallerybox {
        z-index: 99;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper2 img {
        width: 100%;
    }
    .pro {
        max-width: 1230px;
        margin: 0 auto;
        padding: 80px 0;
    }
    .pro ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pro ul li {
        width: calc(100% / 3);
        padding: 30px 20px;
        padding: 20px 10px;
    }
    .pro ul li img {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }
    .pro ul li p {
        text-align: center;
        color: #000;
        font-size: 15px;
        margin-bottom: 30px;
    }
    .prodiv {
        border: 1px solid #ccc;
    }
    .prodetail {
        max-width: 1230px;
        margin: 0 auto;
        padding: 80px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodetailleft {
        width: 49%;
    }
    .prodetailright {
        width: 49%;
    }
    .detailswiper {
        display: none;
    }
    .tails {
        max-width: 1230px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .tailspan {
        display: block;
        width: 117px;
        height: 35px;
        text-align: center;
        height: 35px;
        background-color: #ebebeb;
        font-size: 15px;
        line-height: 35px;
        color: #000;
    }
    .area {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }
    .business1 {
        max-width: 1230px;
        margin: 0 auto;
        padding: 80px 0;
    }
    .business1 strong {
        display: block;
        font-size: 28px;
        color: #af001f;
        margin-bottom: 30px;
    }
    .business1 p {
        font-size: 16px;
        color: #636364;
        line-height: 25px;
        margin-bottom: 45px;
    }
    .business1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .business1 ul li {
        width: 48%;
    }
    .business1 ul li img {
        width: 100%;
        cursor: pointer;
        margin-bottom: 30px;
    }
    .business2 {
        width: 100%;
        background-color: #fafafa;
        margin: 0 auto;
        padding: 80px 0;
    }
    .business2con {
        max-width: 1230px;
        margin: 0 auto;
    }
    .business2con strong {
        display: block;
        font-weight: normal;
        font-size: 28px;
        color: #000;
        margin-bottom: 60px;
        text-align: center;
    }
    .business2con img {
        width: 100%;
    }
    .business2con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .business2con ul li {
        width: 31%;
    }
    .business2con ul li img {
        width: 100%;
        cursor: pointer;
        margin-top: 30px;
    }
    .new1 {
        width: 100%;
        padding: 80px 0;
        background-color: #f2f2f2;
    }
    .new1con {
        max-width: 1230px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new1conleft {
        width: 40%;
    }
    .new1conleft a img {
        width: 100%;
    }
    .new1conright {
        flex: 1;
        padding-left: 50px;
    }
    .new1conright a {
        font-size: 24px;
        color: #666;
        display: block;
        margin-bottom: 15px;
    }
    .new1conright span {
        color: #999;
        font-size: 14px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dcdcdc;
        display: block;
    }
    .new1conright p {
        padding-top: 40px;
        color: #999;
        font-size: 16px;
        line-height: 25px;
    }
    .new2 {
        padding: 80px 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .new2item {
        padding: 30px 50px;
        background-color: #f6f6f6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        transition: all ease 0.4s;
        margin-bottom: 35px;
    }
    .new2itemleft {
        width: 65%;
    }
    .new2itemright {
        flex: 1;
        padding-left: 35px;
    }
    .date {
        padding-left: 10px;
        border-left: 3px solid #da251d;
        margin-bottom: 25px;
    }
    .date strong {
        font-size: 36px;
        color: #da251d;
        display: block;
        font-weight: normal;
    }
    .date span {
        font-size: 18px;
        color: #da251d;
        display: block;
        font-weight: normal;
    }
    .new2itemleft a {
        font-size: 24px;
        color: #666;
        display: block;
        transition: all ease 0.4s;
        margin-bottom: 20px;
    }
    .new2itemleft a:hover {
        color: #da251d !important;
    }
    .new2itemleft p {
        color: #999;
        font-size: 16px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 将对象作为弹性伸缩盒子模型显示 */
        display: -webkit-box;
        /* 限制在一个块元素显示的文本的行数 */
        /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
        -webkit-line-clamp: 2;
        /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-box-orient: vertical;
    }
    .new2item:hover {
        box-shadow: 0 5px 10px 0px #ddd;
    }
    .inside {
        max-width: 1230px;
        /* padding: 80px 15px; */
        margin: 0 auto;
    }
    .recruit {
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 0;
    }
    .recruit ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recruit ul li {
        width: 31%;
        margin-bottom: 30px;
    }
    .recruit ul li img {
        width: 100%;
    }
    .rrbox {
        padding: 30px;
        background-color: #f3f3f3;
    }
    .rrbox strong {
        display: block;
        width: 35px;
        height: 5px;
        background-color: #0d87c2;
        color: #000;
        margin-bottom: 25px;
    }
    .rrbox p {
        font-size: 18px;
        color: #000;
        line-height: 25px;
    }
    .recruit strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 28px;
        font-weight: normal;
    }
    .recruit span {
        display: block;
        text-align: center;
        color: #969696;
        font-size: 17px;
        margin-bottom: 40px;
        font-weight: normal;
    }
    .contact1 {
        width: 100%;
    }
    .map {
        width: 100%;
    }
    .contact2 {
        padding: 85px 0;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact2left {
        width: 30.5%;
    }
    .contact2left strong {
        display: block;
        font-size: 24px;
        color: #000;
        padding-bottom: 30px;
        border-bottom: 1px solid #cccccc;
        font-weight: normal;
        margin-bottom: 60px;
    }
    .contact2left p {
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
    }
    .contact2right {
        flex: 1;
        padding-left: 75px;
    }
    .contact2right strong {
        display: block;
        font-weight: normal;
        font-size: 24px;
        margin-bottom: 40px;
        color: #565656;
        margin-bottom: 30px;
    }
    .form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form input {
        display: block;
        width: 48%;
        margin-bottom: 20px;
        outline: none;
        border: none;
        padding-left: 15px;
        height: 45px;
        background-color: #f4f4f4;
        border-radius: 40px;
    }
    .form textarea {
        display: block;
        width: 100%;
        min-height: 100px;
        border: none;
        outline: none;
        padding-left: 15px;
        padding-top: 15px;
        background-color: #f4f4f4;
        border-radius: 20px;
    }
    .send {
        display: block;
        width: 138px;
        height: 48px;
        margin-top: 20px;
        background-color: #397aab;
        color: #fff;
        line-height: 48px;
        text-align: center;
        border-radius: 10px;
    }
    .contact3 {
        width: 100%;
        padding: 65px 0;
        border-top: 1px solid #cedeea;
    }
    .contact3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .contact3con strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 70px;
    }
    .contact3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0;
        border-bottom: 1px solid #f2f2f2;
    }
    .contact3con ul li p {
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
    }
    .contact3con ul li {
        width: 31%;
    }
}

@media only screen and (max-width: 996px) {
    .contact3 {
        width: 100%;
        padding: 40px 15px;
        border-top: 1px solid #cedeea;
    }
    .contact3con {
        width: 100%;
        margin: 0 auto;
    }
    .contact3con strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 70px;
    }
    .contact3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0;
        border-bottom: 1px solid #f2f2f2;
    }
    .contact3con ul li p {
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
    }
    .contact3con ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact1 {
        width: 100%;
        padding: 40px 15px;
    }
    .map {
        width: 100%;
    }
    .contact2 {
        padding: 40px 15px;
        width: 1005;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact2left {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact2left strong {
        display: block;
        font-size: 24px;
        color: #000;
        padding-bottom: 30px;
        border-bottom: 1px solid #cccccc;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .contact2left p {
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
    }
    .contact2right {
        width: 100%;
    }
    .contact2right strong {
        display: block;
        font-weight: normal;
        font-size: 24px;
        margin-bottom: 40px;
        color: #565656;
        margin-bottom: 30px;
    }
    .form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form input {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        outline: none;
        border: none;
        padding-left: 15px;
        height: 45px;
        background-color: #f4f4f4;
        border-radius: 40px;
    }
    .form textarea {
        display: block;
        width: 100%;
        min-height: 100px;
        border: none;
        outline: none;
        padding-left: 15px;
        padding-top: 15px;
        background-color: #f4f4f4;
        border-radius: 20px;
    }
    .send {
        display: block;
        width: 138px;
        height: 48px;
        margin-top: 20px;
        background-color: #397aab;
        color: #fff;
        line-height: 48px;
        text-align: center;
        border-radius: 10px;
    }
    .recruit {
        width: 100%;
        padding: 40px 15px;
        margin: 0 auto;
    }
    .recruit ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recruit ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .recruit ul li img {
        width: 100%;
    }
    .rrbox {
        padding: 20px;
        background-color: #f3f3f3;
    }
    .rrbox strong {
        display: block;
        width: 35px;
        height: 5px;
        background-color: #0d87c2;
        color: #000;
        margin-bottom: 25px;
    }
    .rrbox p {
        font-size: 18px;
        color: #000;
        line-height: 25px;
    }
    .recruit strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 28px;
        font-weight: normal;
    }
    .recruit span {
        display: block;
        text-align: center;
        color: #969696;
        font-size: 17px;
        margin-bottom: 40px;
        font-weight: normal;
    }
    .inside {
        width: 100%;
        padding: 30px 15px;
    }
    .new2 {
        padding: 40px 15px;
        width: 100%;
        margin: 0 auto;
    }
    .new2item {
        padding: 20px 15px;
        background-color: #f6f6f6;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        transition: all ease 0.4s;
        margin-bottom: 35px;
    }
    .new2itemleft {
        width: 100%;
        margin-top: 20px;
    }
    .new2itemright {
        width: 100%;
    }
    .date {
        padding-left: 10px;
        border-left: 3px solid #da251d;
        margin-bottom: 25px;
    }
    .date strong {
        font-size: 36px;
        color: #da251d;
        display: block;
        font-weight: normal;
    }
    .date span {
        font-size: 18px;
        color: #da251d;
        display: block;
        font-weight: normal;
    }
    .new2itemleft a {
        font-size: 24px;
        color: #666;
        display: block;
        transition: all ease 0.4s;
        margin-bottom: 20px;
    }
    .new2itemleft a:hover {
        color: #da251d !important;
    }
    .new2itemleft p {
        color: #999;
        font-size: 16px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 将对象作为弹性伸缩盒子模型显示 */
        display: -webkit-box;
        /* 限制在一个块元素显示的文本的行数 */
        /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
        -webkit-line-clamp: 2;
        /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-box-orient: vertical;
    }
    .new2item:hover {
        box-shadow: 0 5px 10px 0px #ddd;
    }
    .new1 {
        width: 100%;
        padding: 40px 15px;
        background-color: #f2f2f2;
    }
    .new1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .new1conleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .new1conleft a img {
        width: 100%;
    }
    .new1conright {
        width: 100%;
    }
    .new1conright a {
        font-size: 24px;
        color: #666;
        display: block;
        margin-bottom: 15px;
    }
    .new1conright span {
        color: #999;
        font-size: 14px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dcdcdc;
        display: block;
    }
    .new1conright p {
        padding-top: 40px;
        color: #999;
        font-size: 16px;
        line-height: 25px;
    }
    .business2con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .business2con ul li {
        width: 48%;
    }
    .business2con ul li img {
        width: 100%;
        cursor: pointer;
        margin-top: 30px;
    }
    .business2 {
        width: 100%;
        background-color: #fafafa;
        margin: 0 auto;
        padding: 40px 15px;
    }
    .business2con {
        margin: 0 auto;
    }
    .business2con strong {
        display: block;
        font-weight: normal;
        font-size: 28px;
        color: #000;
        margin-bottom: 30px;
        text-align: center;
    }
    .business2con img {
        width: 100%;
    }
    .business {
        width: 100%;
        padding: 40px 15px;
    }
    .business1 {
        padding: 40px 15px;
    }
    .business1 strong {
        display: block;
        font-size: 28px;
        color: #af001f;
        margin-bottom: 30px;
    }
    .business1 p {
        font-size: 16px;
        color: #636364;
        line-height: 25px;
        margin-bottom: 45px;
    }
    .business1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .business1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .business1 ul li img {
        width: 100%;
        cursor: pointer;
        margin-bottom: 30px;
    }
    .tails {
        width: 100%;
        padding: 40px 15px;
        margin: 0 auto;
    }
    .tailspan {
        display: block;
        width: 117px;
        height: 35px;
        text-align: center;
        height: 35px;
        background-color: #ebebeb;
        font-size: 15px;
        line-height: 35px;
        color: #000;
    }
    .area {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }
    .prodetail {
        width: 100%;
        padding: 40px 15px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodetailleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .prodetailright {
        width: 100%;
    }
    .magnifier {
        display: none;
    }
    .detailswiper {
        width: 100%;
    }
    .detailswiper img {
        width: 100%;
    }
    .pro {
        width: 100%;
        padding: 40px 15px;
        margin: 0 auto;
    }
    .pro ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pro ul li {
        width: 48%;
        margin-bottom: 30px;
    }
    .pro ul li img {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }
    .pro ul li p {
        text-align: center;
        color: #000;
        font-size: 15px;
        margin-bottom: 30px;
    }
    .prodiv {
        border: 1px solid #ccc;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper2 img {
        width: 100%;
    }
    .about5 {
        padding: 40px 15px;
        background-image: url(../images/honorbg.jpg);
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
    }
    .about5con {
        width: 100%;
        margin: 0 auto;
    }
    .title2 {
        margin-bottom: 30px;
    }
    .title2 strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .title2 p {
        text-align: center;
        color: #231815;
        font-size: 14px;
    }
    .mySwiper1 {
        width: 100%;
    }
    .mySwiper1 img {
        width: 100%;
        cursor: pointer;
    }
    .myswiper1out {
        width: 100%;
        position: relative;
    }
    .g1_right {
        right: 20px !important;
    }
    .g1_left {
        left: 20px !important;
    }
    .g1btn {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        color: #fff !important;
        transition: all ease 0.4s;
    }
    .g1btn:hover {
        background-color: #af001f !important;
    }
    #gallerybox {
        z-index: 99;
    }
    .about4 {
        width: 100%;
        padding: 40px 15px;
        background-image: url(../images/bg4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about4con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .about4conleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .about4conleft img {
        width: 100%;
    }
    .about4conright {
        width: 100%;
    }
    .about4conright p {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }
    .about4 h3 {
        text-align: center;
        color: #fff;
        font-size: 28px;
        display: block;
        margin-bottom: 45px;
        font-weight: normal;
    }
    .about3 {
        width: 100%;
        padding: 40px 15px;
        background-color: #fff;
    }
    .about3con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about3conleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .about3conleft video {
        width: 100%;
    }
    .about3conright {
        width: 100%;
        padding: 20px 0;
    }
    .about3conright strong {
        font-size: 28px;
        color: #af001f;
        margin-bottom: 40px;
        display: block;
        font-weight: normal;
    }
    .about3conright p {
        font-size: 14px;
        color: #888;
        line-height: 25px;
    }
    .about1 {
        padding: 40px 15px;
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about1con {
        width: 100%;
        margin: 0 auto;
    }
    .about1con strong {
        position: relative;
        display: block;
        color: #af001f;
        font-size: 28px;
        text-align: center;
        font-weight: normal;
        margin-bottom: 65px;
    }
    .about1con strong::after {
        position: absolute;
        width: 64px;
        height: 1px;
        background-color: #adadad;
        content: '';
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .about1con p {
        font-size: 14px;
        color: #888;
        line-height: 25px;
    }
    .about2 {
        width: 100%;
        padding: 40px 15px;
        background-color: #da251d;
    }
    .about2con {
        width: 100%;
        margin: 0 auto;
    }
    .about2con li {
        width: 48%;
        margin-bottom: 0;
        border-right: 1px solid #e1514a;
    }
    .about2con h2 {
        color: #fff !important;
        font-size: 40px !important;
    }
    .about2con .mun_top {
        justify-content: center;
    }
    .about2con li p {
        text-align: center;
        color: #fff !important;
    }
    .about2con li span {
        color: #fff !important;
    }
    .inbanner {
        position: relative;
        width: 100%;
        height: 300px;
    }
    .inbanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .in_pos {
        position: absolute;
        width: 100%;
        height: 50px;
        background: rgba( 218, 37, 29, 0.502);
        bottom: 0;
        left: 0;
    }
    .in_poscon {
        width: 100%;
        padding: 0 20px;
        height: 50px;
        margin: 0 auto;
        overflow: scroll;
    }
    .in_active {
        border-bottom: 2px solid #af001f;
    }
    .in_poscon {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    .in_poscon a {
        padding: 0 20px;
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 15px;
    }
    .in_poscon a:hover {
        border-bottom: 3px solid #af001f;
    }
    .foot {
        padding: 55px 15px;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .footeritem {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .footeritem strong {
        font-size: 24px;
        color: #fff;
        display: block;
        margin-bottom: 27px;
        display: block;
        font-weight: normal;
    }
    .footeritem1 p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #fff;
    }
    .footeritem2 a {
        font-size: 14px;
        margin-bottom: 15px;
        color: #fff;
        display: block;
    }
    .footeritem3 {
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem3_left {
        width: 46%;
    }
    .footeritem3_left p {
        color: #fff;
        font-size: 14px;
    }
    .footeritem3_right {
        width: 46%;
    }
    .footeritem3_right img {
        width: 140px;
        display: block;
        margin: 0 auto;
    }
    .footeritem3_right p {
        text-align: center;
        padding: 10px 0;
        color: #fff;
        font-size: 14px;
    }
    .footeritem3_left a {
        margin-top: 35px;
        display: block;
        font-size: 14px;
        color: #fff;
        background-color: #af001f;
        width: 113px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }
    .con4 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .con4left {
        width: 100%;
        padding: 30px 5.5%;
        background-image: url(../images/bg3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .con4left strong {
        font-size: 36px;
        font-weight: normal;
        color: #000;
    }
    .con4left h1 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: normal;
        color: #000;
    }
    .con4right {
        width: 100%;
    }
    .con4right img {
        width: 100%;
    }
    .indexnew a {
        color: #000;
        font-size: 18px;
        display: block;
        margin-bottom: 20px;
    }
    .indexnew p {
        color: #6b696a;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .indexnew .newspan {
        display: block;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 将对象作为弹性伸缩盒子模型显示 */
        display: -webkit-box;
        /* 限制在一个块元素显示的文本的行数 */
        /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
        -webkit-line-clamp: 2;
        /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-box-orient: vertical;
        max-width: 500px;
    }
    .indexnew {
        width: 100%;
        padding-bottom: 60px;
    }
    .newpagebtn .swiper-pagination-bullet-active {
        background-color: #af001f !important;
    }
    .newpagebtn {
        text-align: left !important;
    }
    .con3conbotitemrr .con3conbotitem1 {
        margin-top: 20px;
    }
    .con3 {
        width: 100%;
    }
    .con3con {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .con3contop {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con3contop strong {
        display: block;
        font-size: 30px;
        color: #000;
    }
    .con3contop a {
        font-size: 16px;
        color: #af001f;
    }
    .con3conbot {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3conbotitem {
        width: 100%;
    }
    .con3conbotitem0 {
        padding: 35px;
        border: 1px solid #dddddd;
        margin-bottom: 20px;
    }
    .con3conbotitem0 img {
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }
    .con3conbotitem0 p {
        font-size: 15px;
        color: #303133;
    }
    .con3conbotitem0:hover p {
        color: #af001f;
    }
    .con3conbotitem1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con3conbotitem1item {
        width: 48%;
        border: 1px solid #dddddd;
        padding: 20px;
    }
    .con3conbotitem1item a img {
        width: 100%;
    height: 130px;
    object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .con3conbotitemrr .con3conbotitem0 {
        margin-top: 20px;
    }
    .con2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 100%;
    }
    .con2right {
        width: 100%;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 5.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con2right strong {
        display: block;
        font-size: 28px;
        color: #af001f;
        margin-bottom: 25px;
        font-weight: normal;
    }
    .con2right p {
        font-size: 14px;
        color: #888;
        line-height: 25px;
        max-width: 500px;
        margin-bottom: 25px;
    }
    .con2right a {
        display: block;
        width: 122px;
        height: 39px;
        color: #767676;
        font-size: 14px;
        border-radius: 40px;
        border: 1px solid #aaa9a9;
        line-height: 39px;
        text-align: center;
    }
    .con2left img {
        width: 100%;
    }
    .borderli2 {
        margin-bottom: 0 !important;
    }
    .con1 {
        width: 100%;
        padding: 45px 15px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con1con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con1conleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .con1conright {
        width: 100%;
    }
    .con1conleft strong {
        display: block;
        font-weight: normal;
        font-size: 20px;
        color: #af001f;
        margin-bottom: 15px;
    }
    .con1conleft p {
        font-size: 14px;
        color: #888;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .con1conleft a {
        font-size: 14px;
        color: #af001f;
    }
    .mumping_mun {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mumping_mun li {
        width: 48%;
        position: relative;
        margin-bottom: 65px;
        padding-left: 15px;
        border-left: 2px solid #da251d;
    }
    .mumping_mun li h2 {
        font-size: 30px;
        font-weight: normal;
        color: #555;
    }
    .mumping_mun li p {
        font-size: 14px;
        color: #888;
    }
    .mumping_mun li span {
        font-size: 16px;
        color: #888;
    }
    .mun_top {
        display: flex;
    }
    .mun_top span {
        display: block;
        padding-left: 10px;
    }
    html {
        height: 2000px;
    }
    .mbnav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: #fff;
        padding: 50px 15px;
        transition: all ease 0.4s;
    }
    .mbnav ul li {
        display: flex;
        border-bottom: 1px solid #ececec;
        align-items: center;
        justify-content: space-between;
    }
    .mbnav ul li a {
        display: block;
        height: 50px;
        font-size: 15px;
        color: #303133;
        line-height: 50px;
    }
    .shownav {
        right: 0% !important;
    }
    .mbdrop {
        display: none;
    }
    .rrr {
        transform: rotate(90deg);
    }
    .mbdrop a {
        display: block;
        height: 50px;
        font-size: 15px;
        color: #303133;
        line-height: 50px;
        padding-left: 30px;
    }
    .ar {
        font-size: 20px !important;
        transition: all ease 0.4s;
    }
    .close {
        position: absolute;
        left: 0;
        top: 0;
    }
    .mbhead {
        display: flex;
        transition: all ease 0.4s;
        padding-left: 20px;
        position: fixed;
        align-items: center;
        justify-content: space-between;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 55px;
    }
    .mblogo img {
        height: 40px;
    }
    .img0 {
        display: block;
    }
    .img1 {
        display: none;
    }
    .hb {
        height: 55px;
    }
    .pchead {
        display: none;
    }
    .banner {
        width: 100%;
        height: 320px;
    }
    .bannerpos {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .bannerpos h1 {
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .bannerpos p {
        font-size: 13px;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
        font-weight: normal;
    }
    .bannerpos img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    .bannerbgimg {
        transition: all ease 3s;
        height: 320px;
        width: 100%;
        object-fit: cover;
    }
    .bannerpage {
        position: absolute !important;
        right: 5px !important;
        bottom: 15px !important;
        left: auto !important;
        width: 50px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bannerpage .swiper-pagination-bullet {
        display: block;
        background-color: #fff !important;
        opacity: 1 !important;
        transition: all ease 0.4s;
        margin: 10px 0 !important;
    }
    .bannerpage .swiper-pagination-bullet-active {
        padding: 8px !important;
        background-color: #da251d !important;
    }
    .banner .swiper-slide-active .bannerbgimg {
        transform: scale(1.1);
    }
    .scrollpng {
        display: none;
    }
}