.topc{ display: flex; justify-content: space-between;}
.top{
    margin-top: 11%;
}
.topc2 {
    width: 925px;
    margin-top: 23px;
}
.top_b ul{
    display: flex;
    justify-content: space-between;
}
.top_b ul li a{
    font-size: 20px;
    color: #FFFFFF;
}
.top_b ul li.active a{
    font-weight: bold;
}
.topc3{
    margin-top: 18px;
}
#header {position: absolute; z-index: 999;transform: translate(-50%, -50%); left: 50%;}
.fixnav {position: absolute!important;top: 0;left: 50%!important;width: 100%;background: #fff;box-shadow: 0 0 10px #dddddd;transform: translateX(-50%);}
/*banner*/
.banner .swiper-pagination-bullet,.mbanner .swiper-pagination-bullet{ width: 9px;height: 9px;background:#F5F5F5;border-radius:50%;}
.banner .swiper-pagination-bullet-active,.mbanner .swiper-pagination-bullet-active{  opacity: 1; background:#333;}
.banner .swiper-button-next{right:0; top: 50%; opacity: 0;}
.banner .swiper-button-prev{left:0; top: 50%;opacity: 0;}
.banner:hover .swiper-button-next{right: 5%;opacity: 0.8;text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
.banner:hover .swiper-button-prev{left: 5%;opacity: 0.8;text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;}
.banner:hover .swiper-button-next:hover,.banner:hover .swiper-button-prev:hover{opacity:1;}
.swiper-pagination_banner{ bottom: 40px!important;}
/*tit*/
.tit{position: relative; text-align: center;}
.tit h2{position: relative;color: #333;font-size:48px; text-align: center;height: 110px; line-height: 110px;}
.tit h2 br{ display: none;}
.tit p{ font-size: 26px; margin-bottom: 10px;color: #666;line-height: 38px; text-transform: Uppercase; font-weight:normal;}
.tit p .t1{ margin-right: 15px;}
.tit p .t2{ margin-left: 15px;}
.tit_line{width: 26px;margin: 15px auto 0 auto;height: 8px;background: #1A569D;}
.tl .tit_line{ margin: 15px auto 0 0;}
.tr .tit_line{ margin: 15px 0 0 auto;}
.tl{ text-align: left;}
.tr{ text-align: right;}
.dpt{padding-top:4%;}
.dpb{padding-bottom:4%;}
.smt{ margin-top:3%;}
.mmt{ margin-top:5%;}
.bh{ color: #D62A03!important;}
.qmb{ margin-bottom: 0!important;}
.jmb{margin-bottom: 5%;}
/*part1*/
.part1{background: url(../images/p1_bg.jpg) no-repeat left bottom; }
.p1_c{ width: 1370px; display: flex; justify-content: space-between;}
.p1_c2{ width: 580px; padding-top: 30px;}
.p1_c2 ul li{
 padding-bottom: 30px;
 margin-bottom: 30px;
    border-bottom: 1px solid #F4F4F6;
    position: relative;
}

.p1_c2 ul li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all 0.56s ease-in-out;
}
.p1_c2 ul li:hover::after {
    width: 100%;
}


.p1_c2 ul li:nth-child(3){
    border-bottom: 0;
}

.p1_c2 ul li:nth-child(3)::after {
  display: none;
}

.p1_c2 ul li h2{
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
}
.p1_c2 ul li p{
font-size: 17px;
    display: none;
color: #666666;
    text-align: justify;
line-height: 28px;
}
.p1_c2 ul li.active p{
    display: block;
}


.title {
    width: 100%;
    position: relative;
    z-index: 4
}

.subTitle {
    font-weight: var(--bold400);
    font-size: var(--font20);
    line-height: 40px;
    text-align: center;
    color: var(--color333);
    margin-top: 10px
}

.subTitleWhite {
    color: var(--colorFFF)
}

.subTitleLeft {
    text-align: left
}

.titleCen .zoom_font {
    margin: 0 auto
}

.zoom_font {
    position: relative
}

 .zoom_font1{
     width: 850px;
 }

.zoom_list {
    color: var(--color1D2);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    padding-top: 6px
}

.titleWhite .zoom_list {
    color: var(--colorFFF);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.zoom_list p {
    font-size: var(--font30);
    line-height: 150%;
    text-align: center;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.zoom_list h1,.zoom_list span {
    display: block;
    font-size: var(--font48);
    line-height: 200%;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}
.mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 87px;
    height: 87px;
    background: #070709;
    border-radius: 50%;
    opacity: 1;
    display: block;
    overflow: hidden;
    transform: translate(-42px,-42px);
    -ms-transform: translate(-42px,-42px);
    -moz-transform: translate(-42px,-42px);
    -webkit-transform: translate(-42px,-42px);
    -o-transform: translate(-42px,-42px);
    -webkit-transition: width 0s;
    transition: width 0s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -o-transition: width .3s
}

.titleWhite .mark {
    background: rgba(231,70,0,.8);
    opacity: 1
}

.zoom_list_big {
    position: absolute;
    top: 0;
    left: 1px;
    color: #fff;
    transform: translate(42px,42px) scale(1.01);
    -ms-transform: translate(42px,42px) scale(1.01);
    -moz-transform: translate(42px,42px) scale(1.01);
    -webkit-transform: translate(42px,42px) scale(1.01);
    -o-transform: translate(42px,42px) scale(1.01)
}

.zoom_list span{
    font-size: 48px;
    color: #333;
}

.zoom_list_big p {
    font-size: var(--font30);
    line-height: 150%;
    text-align: center
}

.titleBig .zoom_list span,.titleBig .zoom_list_big span {
    font-size: 48px
}

.titleBig .zoom_list p,.titleBig .zoom_list_big p {
    font-size: 30px
}

.zoom_list_big span {
    display: block;
    font-size: var(--font48);
    line-height: 200%;
    font-weight: bold;
    text-align: center
}

.animation .mark {
    animation-name: mark;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    -webkit-animation-name: mark;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 8s
}

.animation .zoom_list_big {
    animation-name: zoom_list_big;
    animation-direction: alternate;
    animation-timing-function: linear;
    -webkit-animation-delay: .5;
    animation-delay: .5;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    -webkit-animation-name: zoom_list_big;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 8s
}

@keyframes mark {
    0% {
        transform: translate(-42px,-42px);
        -ms-transform: translate(-42px,-42px);
        -moz-transform: translate(-42px,-42px);
        -webkit-transform: translate(-42px,-42px);
        -o-transform: translate(-42px,-42px)
    }

    25% {
        transform: translate(-49px,-22px);
        -ms-transform: translate(-49px,-22px);
        -moz-transform: translate(-49px,-22px);
        -webkit-transform: translate(-49px,-22px);
        -o-transform: translate(-49px,-22px)
    }

    50% {
        transform: translate(-20px,-27px);
        -ms-transform: translate(-20px,-27px);
        -moz-transform: translate(-20px,-27px);
        -webkit-transform: translate(-20px,-27px);
        -o-transform: translate(-20px,-27px)
    }

    75% {
        transform: translate(-16px,-40px);
        -ms-transform: translate(-16px,-40px);
        -moz-transform: translate(-16px,-40px);
        -webkit-transform: translate(-16px,-40px);
        -o-transform: translate(-16px,-40px)
    }

    100% {
        transform: translate(-42px,-42px);
        -ms-transform: translate(-42px,-42px);
        -moz-transform: translate(-42px,-42px);
        -webkit-transform: translate(-42px,-42px);
        -o-transform: translate(-42px,-42px)
    }
}

@-webkit-keyframes mark {
    0% {
        transform: translate(-42px,-42px);
        -ms-transform: translate(-42px,-42px);
        -moz-transform: translate(-42px,-42px);
        -webkit-transform: translate(-42px,-42px);
        -o-transform: translate(-42px,-42px)
    }

    25% {
        transform: translate(-49px,-22px);
        -ms-transform: translate(-49px,-22px);
        -moz-transform: translate(-49px,-22px);
        -webkit-transform: translate(-49px,-22px);
        -o-transform: translate(-49px,-22px)
    }

    50% {
        transform: translate(-20px,-27px);
        -ms-transform: translate(-20px,-27px);
        -moz-transform: translate(-20px,-27px);
        -webkit-transform: translate(-20px,-27px);
        -o-transform: translate(-20px,-27px)
    }

    75% {
        transform: translate(-16px,-40px);
        -ms-transform: translate(-16px,-40px);
        -moz-transform: translate(-16px,-40px);
        -webkit-transform: translate(-16px,-40px);
        -o-transform: translate(-16px,-40px)
    }

    100% {
        transform: translate(-42px,-42px);
        -ms-transform: translate(-42px,-42px);
        -moz-transform: translate(-42px,-42px);
        -webkit-transform: translate(-42px,-42px);
        -o-transform: translate(-42px,-42px)
    }
}

@keyframes zoom_list_big {
    0% {
        transform: translate(42px,42px);
        -ms-transform: translate(42px,42px);
        -moz-transform: translate(42px,42px);
        -webkit-transform: translate(42px,42px);
        -o-transform: translate(42px,42px)
    }

    25% {
        transform: translate(49px,22px);
        -ms-transform: translate(49px,22px);
        -moz-transform: translate(49px,22px);
        -webkit-transform: translate(49px,22px);
        -o-transform: translate(49px,22px)
    }

    50% {
        transform: translate(20px,27px);
        -ms-transform: translate(20px,27px);
        -moz-transform: translate(20px,27px);
        -webkit-transform: translate(20px,27px);
        -o-transform: translate(20px,27px)
    }

    75% {
        transform: translate(16px,40px);
        -ms-transform: translate(16px,40px);
        -moz-transform: translate(16px,40px);
        -webkit-transform: translate(16px,40px);
        -o-transform: translate(16px,40px)
    }

    100% {
        transform: translate(42px,42px);
        -ms-transform: translate(42px,42px);
        -moz-transform: translate(42px,42px);
        -webkit-transform: translate(42px,42px);
        -o-transform: translate(42px,42px)
    }
}

@-webkit-keyframes zoom_list_big {
    0% {
        transform: translate(42px,42px);
        -ms-transform: translate(42px,42px);
        -moz-transform: translate(42px,42px);
        -webkit-transform: translate(42px,42px);
        -o-transform: translate(42px,42px)
    }

    25% {
        transform: translate(49px,22px);
        -ms-transform: translate(49px,22px);
        -moz-transform: translate(49px,22px);
        -webkit-transform: translate(49px,22px);
        -o-transform: translate(49px,22px)
    }

    50% {
        transform: translate(20px,27px);
        -ms-transform: translate(20px,27px);
        -moz-transform: translate(20px,27px);
        -webkit-transform: translate(20px,27px);
        -o-transform: translate(20px,27px)
    }

    75% {
        transform: translate(16px,40px);
        -ms-transform: translate(16px,40px);
        -moz-transform: translate(16px,40px);
        -webkit-transform: translate(16px,40px);
        -o-transform: translate(16px,40px)
    }

    100% {
        transform: translate(42px,42px);
        -ms-transform: translate(42px,42px);
        -moz-transform: translate(42px,42px);
        -webkit-transform: translate(42px,42px);
        -o-transform: translate(42px,42px)
    }
}

.titleOne {
    font-size: var(--font30);
    font-weight: var(--bold700);
    line-height: 45px;
    text-align: center;
    color: var(--color333)
}

.zoom_list_big span{
    font-size: 48px;
}
/*part2*/
.part2{background: url(../images/p2_bg.jpg) no-repeat top center; padding: 61px 0;}
.p2_c h2{
    background: url(../images/p2_zm.png) no-repeat left top;
    padding-top: 67px;
}
.p2_c h2 span{ display: block; width: 732px;font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;}
.p2_cn{
     margin-top: 70px;
     width: 744px;
}
.p2_cn p{
    font-size: 22px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 42px;
}
.p2_cn p span{
    font-size: 26px;
    font-weight: bold;
}
/*part3*/
.p3_c{
    width: 1080px;
    text-align: center;
}
.p3_c>p{
    font-size: 18px;
    color: #616161;
    text-indent: 2em;
    text-align: justify;
    line-height: 36px;
}
.p3_c p span{
 color: #292929;
    font-weight: bold;
}
.p3_ct{
     width: 1046px;
     margin-top: 40px;
}
.p3_ct ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.p3_ct ul li{
    text-align: justify;
}
.p3_ct ul li p{font-size: 18px;
    color: #333333;}
.p3_ct ul li p span{ font-size: 60px; display: inline-block; margin-right: 5px;color: #333; }
.p3_ct ul li h2{
    font-size: 24px;
    margin-top: 8px;
    font-weight: normal;
    color: #7A7A7A;
}
/*part4*/
.zoom_font2{ width: 714px;}
.std-padd130{
    padding-top: 60px;
}
.p4_xz{
    font-size: 18px;
}
/*part5*/
.part5{
    margin-top: -3%;
}
.zoom_font3{
     width: 750px;
}
.p5_c ul{
    display: flex;
    justify-content: space-between;
}
.p5_c ul li{
     width: 389px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.06);
    border-radius: 8px;
    border: 1px solid #fff;
}
.p5_c ul li:hover{
    border: 1px solid #000;
}
.p5_c ul li dl{ padding: 50px 40px 20px 40px;}
.p5_c ul li dl dt{ border-bottom: 1px solid rgba(141, 141, 141, 0.17); padding-bottom: 30px; margin-bottom: 30px;}
.p5_c ul li dl dt h2{
    margin-bottom: 15px;
    font-size: 26px;
    color: #333333;
}
.p5_c ul li dl dt p{
    font-size: 20px;
    color: #666666;
    line-height: 32px;
}
.p5_c ul li dl dd a{
    font-size: 18px;
    color: #666666;
}
.p5_c ul li dl dd a img{
    margin-left: 10px;
}
/*part6*/
.p6_c dl{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.p6_c dl:nth-child(2){
    flex-direction: row-reverse;
}
.p6_c dl dd{
     width: 507px;
     padding-top: 80px;
     position: relative;
}
.p6_ia{
    display: none;
}
.p6_c dl dd h2{ font-size: 26px;
    color: #333333; }
.p6_c dl dd h2 img{ margin-right: 10px; margin-top: -6px;}
.p6_c dl:hover dd h2 .p6_ia{ display: inline-block; }
.p6_c dl:hover dd h2 .p6_i{ display: none; }
.p6_c dl dd p{
    margin-top: 20px;
    font-size: 20px;
    color: #666666;
    text-align: justify;
    line-height: 41px;
}
.p6_c dl dd span{
    width: 142px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    margin-top: 70px;
    color: #FFFFFF;
    line-height: 45px;
    display: block;
    background: #000000;
    box-shadow: 0px 8px 25px 2px rgba(0,0,0,0.16);
    border-radius: 6px;
}
.p6_n1{
     position: absolute;
     right: 0;
     top: 1%;
}
/*part7*/
.zoom_font4{ width: 680px;}
.p7_c dl{ display: flex; justify-content: space-between; border-radius: 8px; background: #FFFFFF;margin-bottom: 30px;}
.p7_c dl:hover{
    box-shadow: -2px 2px 21px 0px rgba(0,0,0,0.15);
}
.p7_c dl dt{ width: 643px;}
.p7_c dl dd {
    width: 555px;
    padding: 36px 50px;
}
.p7_c dl dd h2{
    font-size: 26px;
    margin-bottom: 15px;
    color: #333;
}
.p7_c dl:hover dd h2{
    border-left: 6px solid #000;
    padding-left: 10px;
}

.p7_c dl dd p{
    font-size: 20px;
    color: #666666;
    text-align: justify;
    line-height: 30px;
    height: 90px;
}
.p7_dl2 {
    flex-direction: row-reverse;
}
/*part8*/
.zoom_font5{
    width: 592px;
}
.p8_c{ width: 1380px;}
.p8_c ul{ display: flex; justify-content: space-between; }
.p8_c ul li{ width: 439px; margin-top: 70px;}
.p8_c ul li:nth-child(2){margin-top: 0;}
.p8_c ul li dl {
    padding: 57px 28px;
    background: #FFFFFF;
    box-shadow: 0px 8px 6px 1px rgba(188, 188, 188, 0.16);
    margin-top: -144px;
    position: relative;
    z-index: 2;
    border-radius: 24px;
}

.p8_c ul li:hover dl{
    background: #000;
}
.p8_c ul li:hover dl dt,.p8_c ul li:hover dl dd span{
    color: #fff;
}
.p8_c ul li:hover dl dd i{
    background: #fff;
}
.p8_c ul li dl dt{
    font-size: 24px;
    color: #525252;
    height: 143px;
    text-align: justify;
    line-height: 44px;
    border-bottom: 1px dashed #B3B3B3;
    padding-bottom: 10px;
}
.p8_c ul li dl dd{
    display: flex;
    margin-top: 28px;
    justify-content: space-between;
}
.p8_c ul li dl dd i{
    width: 24px;
    height: 5px;
    margin-top: 10px;
    display: block;
    background: #000000;
}
.p8_c ul li dl dd span{
    font-weight: bold;
    font-size: 30px;
    color: #000;
}
/*part9*/
.zoom_font9{ width: 720px;}
.p9_li p{ font-size: 23px; color: #525252; margin-top: 30px; display: none;}
.p9_li p span{font-weight: bold;
    font-size: 29px;}
.part9_con .swiper-slide{ width: 1135px; }
.part9_con{ position: relative;}
.part9_con .swiper-slide-active p{
    display: block;
}
.swiper-pagination_p9{ bottom: -50px!important;}
.swiper-pagination_p9 .swiper-pagination-bullet{
    width: 62px;
    height: 7px;
    background: #F0F0F0;
}

.swiper-pagination_p9 .swiper-pagination-bullet{
    width: 62px;
    height: 7px;
    border-radius: 0;
    background: #F0F0F0;
}
.swiper-pagination_p9 .swiper-pagination-bullet-active{
    background: #000;
}
/*part10*/
.zoom_font10{
     width: 915px;
}
.part10 .tit p br{ display: none;}
.p10_li img{ width: 100%;}
.p10_li p{font-size: 24px; padding: 20px 0;color: #333333; text-align: center;}
.p10_li:hover p{
    background: #000;
    color: #fff;
}
.part10_con{ position: relative; }
.p10_btn .swiper-button-next{ right: -5%; top: 40%;}
.p10_btn .swiper-button-prev{ left: -5%; top: 40%;}
/*part11*/
.part11{
    background: #F5F5F5;
}
.zoom_font11{
     width: 675px;
}
.p11_c{
     width: 1260px;
}
.part11_con{ height: 715px;}
.part11_con .swiper {
    width: 100%;
    height: 100%;
}
.part11_con .swiper .swiper-slide{ height: 287px;}
.p11_li dl{ display: flex;justify-content: space-between; }
.p11_li dl dt{ width: 491px; padding-top: 53px;}
.p11_li dl dt h2{ font-size: 26px; margin-bottom: 10px;
    color: #333333; }
.p11_li dl dt p{ font-size: 21px;
    color: #666666; text-align: justify;
    line-height: 47px; }
/*part12*/
.part12{
    background: url(../images/p12_bg.jpg) no-repeat top center;
    padding-top: 200px;
}
.p12_cn{
    width: 708px;
    margin-right: 0;
    margin-left: auto;
}
.part12 .tit{ text-align: right; }
.p12_cnc{ width: 550px; margin-right: 0; margin-left: auto;}
.p12_cnc p{
    font-size: 22px;
    color: #333333;
    position: relative;
    text-align: justify;
    margin-top: 12%;
    line-height: 47px;
}
.p12_cnc p img {
    position: absolute;
    left: -8%;
    top: 15px;
}
/*part13*/
.p13_c{ width: 1560px; margin-left: 0; margin-right: auto; display: flex; justify-content: left;}
.p13_c1{ background: url(../images/p13_lbg.jpg) no-repeat top center; padding-bottom: 8%;padding-top: 195px; width: 780px;}
.p13_c1c{ width: 356px; margin-left: auto; margin-right: 31px;}
.p13_c1c dl{ margin-bottom: 50px;}
.p13_c1c dl dt{ background: url(../images/p13_dt.png) no-repeat top center; background-size: 100% 100%; width: 357px; height: 59px; line-height: 59px; text-align: center;font-size: 22px;
    color: #F7E9D6; }
.p13_c1c dl dd{
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    text-align: justify;
    color: #333333;
    line-height: 34px;
}
.p13_c1c>span{width: 26px; display:block;
    height: 3px;
    background: #006931;}
.p13_c1c>p{
    font-size: 18px;
    margin-top: 21px;
    text-align: justify;
    color: #333333;
    line-height: 37px;
}
.p13_c2{ padding-top: 70px; width: 794px;}
.p13_c2 ul{ display: flex; justify-content: center; flex-wrap: wrap;}
.p13_c2 ul li{ padding: 0 30px; width: 285px; margin-bottom: 50px;}
.p13_c2 ul li dl dt h2{ font-size: 24px;
    color: #333333; }
.p13_line{ width: 62px; margin: 10px 0;
    height: 1px; background: #CACACA; }
.p13_c2 ul li dl dt p{ font-size: 18px; margin-bottom: 50px;color: #333333; height: 78px;}
.p13_c2 ul li .p13_dl2 dt p{ margin-bottom: 0;}
.p13_c2 ul li .p13_dl2 dt h2{ margin-top: 50px;}
.p13_c2 ul li:hover dl dt h2,.p13_c2 ul li:hover dl dt p{ color: #006931;}
.p13_c2 ul li:hover .p13_line{ background: #006931; }
/*part14*/
.part14{
    background: url(../images/p14_bg.png) no-repeat top center;
    margin-top: -5%;
    padding-top: 200px;
}
.zoom_font14{
     width: 790px;
}
.part14 .zoom_list span,.part14 .tit p{ color: #fff;}
.p14_cn ul{
    display: flex;
    justify-content: center;
}
.p14_cn ul li{
     width: 400px;
     padding: 70px 35px 50px 35px;
    color: #fff;
}
.p14_cn ul li h2{
    font-size: 32px;
    margin-bottom: 15px;
}
.p14_cn ul li p{
    font-size: 18px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 33px;
}
.p14_cn ul li:nth-child(1){
    background: url(../images/p14_n1.png) no-repeat 70% 35%;
}
.p14_cn ul li:nth-child(1):hover{
    background: url(../images/p14_na1.png) no-repeat 95% 5% rgba(245, 245, 245, 0.91);
}
.p14_cn ul li:nth-child(2){
    background: url(../images/p14_n2.png) no-repeat center right;
}
.p14_cn ul li:nth-child(2):hover{
    background: url(../images/p14_na2.png) no-repeat 95% 5% rgba(245, 245, 245, 0.91);
}
.p14_cn ul li:nth-child(3){
    background: url(../images/p14_n3.png) no-repeat center right;
}
.p14_cn ul li:nth-child(3):hover{
    background: url(../images/p14_na3.png) no-repeat 95% 5% rgba(245, 245, 245, 0.91);
}
.p14_cn ul li:hover{

    box-shadow: -5px 4px 10px 0px rgba(157,157,157,0.16);
    border-radius:10px;
}
.p14_cn ul li:hover h2{
    color: #000;
}
.p14_cn ul li:hover p{
    color: #000;
}
/*part15*/
.zoom_font15{
    width: 722px;
}
.part15_con .swiper-slide{
    width: 687px;
    transform: scale(0.8);
}
.part15_con .swiper-slide-active{ transform: scale(1); z-index: 2; }
.swiperp15{ overflow: hidden; width: 1500px;}
.p15_li{ position: relative;}
.part15_con .swiper-slide dl{ display: none; justify-content: space-between; position: absolute; transform: translate(-50%, -50%); left: 50%; bottom: -4%;  width: 540px;}
.part15_con .swiper-slide-active dl{ display: flex;}
.part15_con .swiper-slide dl dd h2 {
    margin-top: 19px;
    font-size: 29px;
    color: #333333;
    margin-bottom: 20px;
}
.part15_con .swiper-slide dl dd p{
    text-transform: Uppercase;
    font-size: 18px;
    color: #DBDBDB;
}
.part15_con .swiper-slide dl dt {
    margin-right: 22%;
}
.p15_btn{ display: none !important; }
    /*synews*/
.zoom_fontnews{ width: 195px;}
.synews .hnul-link{ border: none;background: #F5F5F5;box-shadow:unset;
    border-radius: 32px;}
.synews .hnul-link:hover{ background: #000;}
.synews_c_li img{
    border-radius: 20px;
}
.synews_c_li span{
    font-size: 20px;
    margin-top: 40px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
}
.home-news-ul-li:hover .synews_c_li span,.home-news-ul-li:hover .synews_c_li h2,.home-news-ul-li:hover .synews_c_li p,.home-news-ul-li:hover .synews_c_li i{
     color: #fff;
}
.synews_c_li h2{font-size: 24px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;}
.synews_c_li p{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: justify;
    line-height: 30px;
}
.synews_c_li i{
    margin-top: 20px;
    display: block;
    font-size: 24px;
    color: #333333;
}
/*xform*/
.xform{background: url(../images/xform_bg.jpg) no-repeat center center #f2f2f2; margin: 0 auto 4% auto; background-size: 100% auto;}
.xform_c{ margin: 0 auto 0 12%; width: 1190px;   flex-flow: nowrap; }
.xform_c1{ width: 725px;margin-top: 3%;}
.xform_c1_p1{ font-size: 22px;font-weight: 500; color:#fff;margin-top:45px;
     text-align: center;
     padding: 5px 0;
    background: #FF500B;
    border-radius: 34px;

}
.xform_c1_p2{width: 332px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    background: rgba(255,255,255,0.5);
    border-radius: 39px;
    opacity: 1;}
.xform_c1_p3{font-size: 70px;font-weight:bold;color: #333;line-height:90px; margin-top: 23px;}
.xform_c1_p3 span{ font-size:48px;}
.xform_c1_p4{ width: 295px;font-size:18px;color:#fff;margin-top: 16px;}
.xform_c1_p4 ul{display: flex; justify-content: space-between; flex-flow:wrap;}
.xform_c1_p4 ul li{font-size: 22px;font-weight: 500;margin-bottom: 10px;
    color: #FFFFFF;
    line-height: 34px;}

.xform_c2{ width: 386px;height: 403px; padding:30px;   background:#fff;}
.xform_c2 h2{ font-size:24px; color:#333; text-align:center;margin-bottom: 25px;}
.xform_c2 h2 img{ margin-right: 10px;}
.xform_c2 p{ font-size: 22px; margin-top: 1%; color: #fff; text-align:left;}
.xform_c2_input{ font-size: 16px; margin-bottom: 4%;}
.xform_c2_input input{ width:172px; font-size: 16px;  color: #A5A5A5;
    background: #F4F4F4; border-radius: 4px; padding: 10px 0 10px 10px;}
.xform_c2_input input::placeholder{ color: #A5A5A5;}
.xform_c2_textarea{ width: 100%;}
.xform_c2_input textarea{width: 97%; font-size:16px; color: #fff; height: 133px;padding: 10px 0 10px 3%;background: #F4F4F4; border-radius: 4px;}
.xform_c2_input textarea::placeholder{ color: #A5A5A5;}
.xform_c2_p2{ margin-bottom: 25px;}
.xform_c2_button{ width: 100%;}
.xform_c2_button button{   border: 0;
    font-size: 18px;
    color:#fff;
    width: 100%;
    height: 41px;
    display: block;
    background: #FF500B;
    border-radius: 4px;
}
.xform_form{display: flex; justify-content: space-between; flex-flow:wrap;}
.xform_c2_input_email{ width: 100%;}
.xform_c2_input_email .email{width: 98%;}
/*part16*/
.zoom_font16{
    width: 780px;
}
.p16_c{ width: 1520px; margin-right: auto; margin-left: auto;}
.p16_c ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.p16_c ul li{
    margin-bottom: 20px;
}
/*part17*/
.zoom_font17{
     width: 608px;
}
.p17_c{
     width: 1230px;
    background: url(../images/p17_bg.jpg) no-repeat bottom center;
    padding-bottom: 3%;
}
.p17_btn{
    margin: 100px auto 0 auto;
}
.part17_con{
     width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.qhbtn .swiper-button-next,.qhbtn .swiper-button-prev{ position: relative; left: unset; right: unset; top: unset;}
.qhbtn{  width: 86px; display: flex;justify-content: space-between; }
/*syform*/
.syform_c{ margin-top: -3%;padding:0; width: 1200px;
}
.syform_c h2{ text-align: center;font-size: 40px;color: #333;}
.syform_c h2 span{ color: #FF782C;}
.syform_c h2 br{display: none;}
.syform_line{width: 32px; margin: 15px auto;height: 4px;background:#FF782C;}
.syform_c p {
    font-size: 29px;
    text-align: center;
    color: #4B4B4B;
}
.syform_cn{display: flex; justify-content: space-between; flex-wrap: wrap;}
.syform_cn input{ width: 47%;background: #F5F5F5; padding: 23px 0 23px 2%;  font-size: 18px; color: #676767; margin-bottom: 22px;
    border-radius: 12px;}
.syform_cn textarea{ width: 100%;background: #F5F5F5; height: 150px; padding-left: 2%; padding-top:2%;margin-bottom: 22px;
    border-radius: 12px;font-size: 18px; color: #676767;}
.syform_cn button{height: 62px;background:#000000; line-height: 62px;font-size: 20px;color:#fff; width: 100%; border: 0;border-radius: 12px;}

.xactive{ border-bottom: 3px solid #DD0512!important; color:#727272!important;}
.xactive input{color:#000!important;}
.xactive input::placeholder {color:#727272!important;}
.xactive textarea{color:#000;}
.xactive textarea::placeholder{color:#727272!important;}
.xpart13_form .sub{  text-align: center; width:100%; margin-top: 30px; background: none!important;}
.xpart13_form .sub button{ color:#fff; border: none; font-size: 20px; background: #DD0512;  padding: 25px 0; width: 100%; }
.xpart13_form .sub button img{ margin-left:10px;}
.xpart13 .tit{ margin-bottom: 3%;}
.xpart13 .tit p{color: rgba(51, 51, 51, 0.6);}
.name>p,.xtel>p,.cont>p{font-size: 18px;color: #101010; margin-bottom: 10px;}
/*part18*/
.part18{background: url(../images/p18_bg.jpg) no-repeat top center; background-size: 100% 100%;}
.zoom_font18{
    width: 835px;
}
.part18 .zoom_list span{
    color: #fff;
}
.part18 .tit p{ color: #fff;}
.part18 .mark{ background: #fff; }
.part18 .mark .zoom_list_big span{ color: #000;}
.titleLeft .zoom_list p,.titleLeft .zoom_list span,.titleLeft .zoom_list_big p,.titleLeft .zoom_list_big span {
    text-align: left
}
.p18_t{ position: relative;}
.p18_jt{
    width: 71px;
    height: 29px;
    display: block;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 21%;
    background: #FFFFFF;
    border-radius: 15px;
}
.p18_t ul li{ display: none; width: 674px; color: #fff; position: relative;}
.p18_t ul li.active{ display: block;}
.p18_t ul li h2{
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.p18_t ul li p{
    font-size: 20px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 34px;
}
.p18_c{ margin-top: 6%;}
.p18_t ul li>img {
    position: absolute;
    right: 45%;
    top: -49%;
}
.p18_b{
    margin-top: 40px;
}
.p18_b ul{ display: flex; justify-content: space-between; }
.p18_b ul li{ width: 392px; padding: 30px 20px 20px 20px;
    background: #FFFFFF; }
.p18_b ul li:nth-child(1).active{
    background: url(../images/p18_bbg1.jpg) no-repeat bottom center #fff;

}
.p18_b ul li:nth-child(2).active{
    background: url(../images/p18_bbg2.jpg) no-repeat bottom center #fff;
}
.p18_b ul li:nth-child(3).active{
    background: url(../images/p18_bbg3.jpg) no-repeat bottom center #fff;
}
.p18_b ul li dl{
    display: flex; justify-content: space-between;
}
.p18_b ul li dl dd h2{
    margin-bottom: 30px;
    font-size: 32px;
    color: #0C0C0C;
}
.p18_b ul li.active dl dt{ display: none;}
/*part19*/
.part19{background: url(../images/p19_bg.jpg) no-repeat top center;}
.p19_cn{ width: 732px; margin-right: 0; margin-left: auto; text-align: right;}
.p19_p1 {
    font-size: 18px;
    color: #FFFFFF;
    text-align: justify;
    margin-top: 16px;
    margin-left: 98px;
    line-height: 31px;
    font-style: italic;
}
.p19_cnc{ width: 618px; margin-right: 0; margin-left: auto; margin-top: 20px;}
.p19_cnc dl{
    margin-bottom: 15px;
}
.p19_cnc dl dt{width: 129px; text-align: center;
    height: 30px; line-height: 30px;color: #FFFFFF;
    font-style: italic;font-size: 22px;
    background: #8D8D8D;}
.p19_cnc dl dd{
    margin-top: 8px;
    font-size: 18px;
    text-align: justify;
    color: #FFFFFF;
    line-height: 24px;
    font-style: italic;
}
.p19_cn>h2{
    font-size: 23px;
    margin-top: 30px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 24px;
    font-style: italic;
}
/*gywm*/
.gywm{ background:url(../images/g1_bg.jpg) no-repeat center;}
.gywm_cn{  width: 558px; padding-top: 70px;}
.gywm_cn h2{ font-size: 30px;
    color: #333333; margin-bottom: 40px;
    line-height: 24px;}
.gywm_cn p{ font-size: 20px; text-align: justify;
    color: #333333;
    line-height: 46px; }
    /*qyry*/
.qyry{ width: 1270px;}
.qyry ul{ display: flex; justify-content: space-between; flex-flow: wrap;}
.qyry ul li{ margin-bottom: 4%;}
/*footer*/
.foot{background:#010101; padding-top: 50px; padding-bottom:1px;}
.footwrap{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.3);padding-bottom: 20px;}
.foot_t{ display: flex; justify-content: space-between;}
.foot_t1 dl{
    display: flex;
    color: #fff;
    justify-content: start;
}
.foot_t1 dl dd {
    margin-left: 17px;
    margin-top: 15px;
}
.foot_t1 dl dd p{
    font-size: 16px;
    margin-bottom: 10px;
    color: #FDFDFC;
}
.foot_t1 dl dd h2{
    font-size: 28px;
    color: #FFFFFF;
}
.foot_t2{ width: 810px; margin-top: 37px;}
.foot_t2 ul{
    display: flex;
    justify-content: space-between;
}
.foot_t2 ul li a{
    font-size: 20px;
    color: #FDFDFC;
}

.foot1 dl dt{ margin-right: 12px; position: relative;}
.foot2_dl dt{ height: auto !important; border-right: 0!important;}
.foot2_dl dt span {
    width: 1px;
    height: 48px;
    background: #fff;
    position: absolute;
    right: -4px;
    top: 49px;
}
.foot2_2 {
    margin-top: 33px !important;
}



    .foot1 dl dd {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    margin-top: 17px;
}
.foot1 h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}

.foot2 h3{font-size: 48px;font-weight: bold;line-height: 68px;font-style: italic;color: #FFFFFF;}
.foot2  dl{font-size: 26px;line-height: 68px;color: #FFFFFF;}
.foot2 dl img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -8px;
}
.foot3 ul li a{font-size: 18px;line-height: 36px; color: #fff;}
.foot3 ul li{margin:10px auto;}
.foot3{float: left;width: 720px;}
.foot3 ul li{float: left;width: 25%;}
.footwrap2{overflow: hidden;margin-top: 72px;}
.foot3_1{overflow: hidden;}
.foot4{float: right;width: 370px;display: flex;flex-flow: row wrap;justify-content: space-between;}
.foot3_2{
    margin-top: 40px;
}
.foot3_2 p{font-size: 18px;line-height: 36px;margin:10px auto; color: #fff;}
.foot3_2 p img{
    margin-right: 10px;
}
.foot4 li p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin-top: 12px;
    color: #fff;
}
.foot_ba{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.4);margin:30px auto 20px; text-align: center;padding-top: 20px;font-size: 14px;color: #fff;}
.foot_ba a{ color: #fff;}
.footwrap1{ display: flex; justify-content: center;}
.foot1 dl dt {
    font-size: 60px;
    border-right: 1px solid #fff;
    height: 48px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 44px;
    margin-right: 31px;
    padding: 7px 21px 7px 0;
}
.foot2 {
    margin-right: 0;
    color: #fff;
    margin-top: -17px;
}
.foot2 img{ margin-top: -13px;}
.foot2 span{ font-weight: bold;
    font-size: 26px; margin-left: 10px; margin-right: 15px;
    color: #FFFFFF; }
.foot2 i{font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    font-style: italic;}

/*cpzx*/
.cpzx{ width: 1195px;}
.cpzx ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.cpzx ul li{ margin-bottom:15px; width: 379px; text-align: center;
    border-radius: 10px;}
.cpzx ul li p{font-size: 24px; padding: 20px 0;color: #333333;}
.cpzx ul:after{ content:' ';display: block;width: 379px;visibility: hidden;}
.cpzx ul li:hover p{ color: #fff;background: #000000; }

/*case*/
.case ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.case ul li{ margin-bottom: 30px; width: 290px; text-align: center;}
.case ul li p{ margin-top:15px;}
/*pcnews*/
.a_nxwlist dl{display: flex;justify-content: space-between;
    border-radius: 19px; margin-bottom: 3%;}

.a_nxwlist dl:hover{background: #FFFFFF;
    box-shadow: 0px 9px 30px 5px rgba(216,216,216,0.46);}




.a_nxwlist dl dt{width: 485px;}
.a_nxwlist dl dd{width: 620px; padding: 40px 30px 40px 10px;}
.a_nxwlist dl dd h2{ font-size: 28px; color: #333333; font-weight: bold; margin-top: 3%;}
.a_nxwlist dl dd  p{font-size: 18px;  margin:3% 0; color: #666666; line-height: 30px;-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.a_nxwlist dl dd h3{ font-size: 18px; color: #666;
    font-weight: normal;}
.a_nxwlist dl dd h3 span{float: left;}
.a_nxwlist dl dd h3 span img,.a_nxwlist dl dd h3 i img{ margin-right: 8px;}
.a_nxwlist dl dd h3 i{float: right;}

.a_nxwlist dl dd h3 img {
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -3px;
}


/*lxwm*/
.lxwm{
    margin-bottom: 8%;
}
.lxwm_form{background: none;}
.lxwm_form .syform_c{ background: none; box-shadow: unset; width: 1200px; padding-top: 50px;}
.lxwm{background: #020202;border-radius: 6px;}
.lxwm ul{ display: flex;justify-content: space-between; }
.lxwm ul li{ border-right: 1px solid rgba(255, 255, 255, 0.2); text-align: center; padding: 55px 0;}
.lxwm ul li:nth-child(1){ width: 316px;}
.lxwm ul li:nth-child(1) h2{ font-size: 46px;color: #FFFFFF; }
.lxwm ul li:nth-child(1) p {
    margin-top: 4px;
    text-align: justify;
    font-size: 26px;
    color: #FFFFFF;
    margin-left: 43px;
}
.lxwm ul li:nth-child(2){ width: 275px;}
.lxwm ul li:nth-child(3){ width: 342px;}
.lxwm ul li:nth-child(4){ width: 259px;}
.lxwm ul li h2{ font-size: 22px; margin-top: 20px;
    color: #FFFFFF; }
.lxwm ul li p{ font-size: 18px; margin-top: 40px;
    color: rgba(255, 255, 255,0.7); }
 
/*zsjm*/
.p18_19bg{
    margin-bottom: 7%;
}


@media screen and (max-width: 1450px) {
    .p1_c{ width: 1320px;}
    .part4 .halu-lis p{ font-size: 14px;}
    .part4 .halu-lis.act p{font-size: 14px;}

}
/*移动*/
@media screen and (max-width: 767px) {
    .tit h2 br,.tit p br {
        display: block;
    }
    .jmb{ margin-bottom: 10%;}



    .tit h2 img {
        margin-bottom: 6px;
        width: 10px;
    }
    .pchidden {display: block;}
    .mtf {
        margin-top: 0;
    }
    .main{ width:94%;}
    .btit {width: 98% !important;padding-bottom: 20px;height: 44px;}
    .xnav{ padding-top: 20px;}
    .dpt{padding-top: 8%;}
    .dpb{padding-bottom: 8%;}
    .smt{ margin-top: 6%;}
    .t_t2{ width: 4%; margin-left: 5px;}
    .t_t1{ width: 4%;margin-right: 5px;}
    .swiper-pagination_banner {
        bottom: 20px !important;
    }
    .banner{ margin-top: 0;}
    .banner_tie{ padding: 0; margin-top: 0;}
    .fixnav {position: fixed!important;top: 0;left: 50%!important;width: 100%;background: #f8f8f8;box-shadow: 0 0 10px #dddddd;transform: translateX(-50%);}
    .tit{ text-align: center;}
    .tit h2 {
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
        line-height: 34px;
        font-weight: bold;
        height: auto;
    }
    .tit p {
        font-size: 14px;
        width: 100%;
        margin: 0 auto 5px auto;
        line-height: 24px;
    }
    .tit p .t2{ display: block!important; margin: 10px auto 0 auto;}

    .tit h3{ font-size:24px;}
    .tit p span{margin: 0 auto;}
    .tit>img{ margin: 0 auto 1% auto;}
    .tit h2 i {
        border-bottom: 6px solid #FF952B;
        line-height: 18px;
        display: inline-block;
    }
    .tit_l {margin-right:5px; width: 5%;}
    .tit_r {margin-left: 5px; width: 5%;}
    .wnews_con h1{ font-size:20px;}
    .wnews_con p{ font-size:14px; line-height:25px;}
     .yyllx {
        box-shadow: unset;
        border-radius:0;
        width: 100%!important;
    }
    .yy_con9_bd p input{ margin:6% auto}
    .yy_jyxm dl{flex-wrap: wrap;}
    .yy_jyxm dl dt{width: 100%;}
    .yy_jyxm dl dd{width: 90%; padding: 5%;}
    .yy_jyxm dl dd h2{font-size: 80px; line-height: 100px;}
    .yy_jyxm dl dd h2 span{font-size: 20px;top:10%}
    .yy_ry dl{width: 100%;}
    .yy_news_n{flex-wrap: wrap;}
    .yy_news3 h2{font-size: 15px; margin-top: 5%;}
    .yy_news3 p{font-size: 14px; line-height: 22px;}
    .yy_news3 a{font-size: 14px;margin-top: 0%;}
    .yy_lx{flex-wrap: wrap;}
    .yy_lx dl{width: 100%;}
    .yyllx .yy_con9_bd{width: 88%; }
    .yyllx .yy_con9_bd h3 img{margin-top: 3%;}
    .yy_lx dl dt span{font-size: 40px;}
    .yy_lx dl dd{font-size: 20px;}
    .yybg9{background: #fff; padding:0; margin: 8% 0;}
    .yyllx{box-shadow: unset; margin: 0; border-radius:0; border: 0; width: 100%!important;}
    .yy_con9_bd{width: 85%; margin: 0 auto;}
    .yy_con9{width: 100%;}
    .yy_con9_bd h2{font-size: 22px;}
    .yy_con9_bd h2 span{font-size: 14px;}
    .yy_con9_bd{border-radius: 15px;}
    .yy_con9_bd ul{flex-wrap: wrap;}
    .yy_con9_bd ul li{width: 100%; margin-top: 3%; font-size: 14px; line-height: 50px;}
    .yy_con9_bd ul li input{line-height: 50px;}
    .yy_con9_bd h3{font-size: 14px; line-height: 40px;height: 100px;}
    .yy_con9_bd h3 textarea{width: 55%; height: 80px;}
    .yy_con9_bd h3 img{margin-top: 5.5%;}
    .yy_con9_bd p input{ font-size: 16px; padding: 1% 9%;}
    .p23{ background: none; padding: 0;}
    .hc_mbdt{ width: 88%; margin-left: auto; margin-right: auto;}
    .hc_mbdt img{ width: 50%;}
    .ntit h2{ font-size: 20px;}
    .ntit p{ font-size: 14px;}
    /*mzsjm*/
    .zsjm_p14 .mp15_t{ margin-right: auto; margin-left: auto;}
     .zsjm_p14 .p14_cn{ width: 94%; margin-right: auto; margin-left: auto;}
        /*form*/
    .yyllx {
        background: #ffffff;
        padding: 0;
    }
    /*yzjd*/
    .xf{ width: 100%; background: #f9f9f9; position: fixed; left: 0; bottom:0; z-index: 999;display: flex;justify-content: space-between;flex-wrap: nowrap;}
    .xf a{ width: 50%; color: #666666; padding: 15px 0; text-align: center; font-size: 16px;}
    .xf a:nth-child(2){ color: #666; }
    .xf span { display: block;font-size: 20px;}
    .mdt { padding-bottom: 20%;}
    .p12_form{ margin-bottom: 20%;}
    /*mlxwm*/
    .lxwm_form .syform_c{ width: 90%;}
    .lxwm ul{ flex-wrap: wrap;}
    .lxwm ul li:nth-child(1) {
        width: 100%;
    }
    .lxwm ul li:nth-child(1) h2{ margin-top: 0; font-size: 20px;}
    .lxwm ul li:nth-child(1) p {
        margin-top: 4px;
        text-align: center;
        font-size: 17px;
        color: #FFFFFF;
        margin-left: 0;
    }
    .lxwm ul li {
        padding: 16px 0;
        border: 0;
    }
    .lxwm ul li:nth-child(2){ width: 100%;}
    .lxwm ul li h2 {
        font-size: 16px;
        margin-top: 12px;
        color: #FFFFFF;
    }
    .lxwm ul li p {
        font-size: 14px;
        margin-top: 12px;
        color: rgba(255, 255, 255, 0.7);
    }
    .lxwm ul li:nth-child(3),.lxwm ul li:nth-child(4) {
        width: 100%;
    }
    .lxwm{ padding: 8% 0;}
    /*mpart1*/
    .part1{ background: none;}
    .p1_c{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .p1_c2 {
        width: 100%;
        padding-top:0;
    }
    .p1_c2 ul li h2 {
        font-size: 16px;
        color: #333333;
        margin-bottom: 5px;
    }
    .p1_c2 ul li p {
        font-size: 14px;
        display: none;
        color: #666666;
        text-align: justify;
        line-height: 24px;
    }
    .p1_c2 ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .p1_c2 ul li p{
        display: block;
    }
    .p1_c2 ul li h2 span{
        width: 30px;
        height: 30px;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        margin-right: 5px;
        font-size: 14px;
        background: #8D8D8D;
        border-radius: 50%;
    }
    .p1_c2 ul li:hover h2 span{
        background: #020202;
    }

/*mpart2*/
    .part2 {
        background: url(../images/mp2_bg.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    .p2_c h2 {
        background: url(../images/mp2_zm.png) no-repeat left top;
        background-size: 100% auto;
        padding-top: 19px;
    }
    .p2_c h2 span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #FFFFFF;
        text-align: justify;
        font-weight: normal;
        line-height: 24px;
    }

    .p2_cn {
        margin-top: 10px;
        width: 100%;
    }
    .p2_cn p {
        font-size: 14px;
        color: #FFFFFF;
        text-align: justify;
        line-height: 24px;
    }
    .p2_cn p span {
        font-size: 15px;
        font-weight: bold;
    }
/*mpart3*/
    .p3_c>p {
        font-size: 14px;
        color: #616161;
        text-indent: 2em;
        text-align: justify;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .p3_ct{
        margin-top: 0;
    }
    .p3_ct ul li p {
        font-size: 14px;
        color: #333;
    }
    .p3_ct ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .p3_ct ul li p span{
        font-size: 30px;
    }
    .p3_ct ul li{
         width: 50%;
        margin-bottom: 2%;
    }
    .p3_ct ul li h2 {
        font-size: 15px;
        margin-top: -3px;
        font-weight: normal;
        color: #7A7A7A;
    }


/*mpart4*/
    .mp4_c ul li{ position: relative; margin-bottom: 15px;}
    .mp4_c ul li dl{
         position: absolute;
         left: 0;
         bottom: 0;
         width: 100%;
         padding: 3.5% 3%;
        background: url(../images/p4_libg.png) no-repeat top center; background-size: 100% 100%;
}
    .mp4_c ul li dl dt{
        display: flex;justify-content: space-between;
    }
    .mp4_c ul li dl dt h2 {
        font-size: 15px;
        color: #fff;
        margin-top: 11px;
    }
    .mp4_c ul li dl dt h2 i{
        font-size: 12px;
    }
    .mp4_c ul li dl dt>img{
        width: 28px;
    }
    .mp4_c ul li dl dd{
        font-size: 12px;
        color: #fff;
         margin-top: 6px;
        line-height: 21px;
        text-align: justify;
    }

/*mpart5*/
    .part5 {
        margin-top: 4%;
    }
    .p5_c ul{ flex-wrap: wrap;}
    .p5_c ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    .p5_c ul li dl dt h2{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .p5_c ul li dl dt p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    .p5_c ul li dl dd a {
        font-size: 14px;
    }
    .p5_c ul li dl dt {
        border-bottom: 1px solid rgba(141, 141, 141, 0.17);
        padding-bottom: 13px;
        margin-bottom: 15px;
    }
    .p5_c ul li dl dd{
        text-align: right;
    }
    .p5_c ul li dl {
        padding: 20px 20px 20px 20px;
    }
/*mpart6*/
    .p6_c dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .p6_c dl dd {
        width: 100%;
        padding-top: 30px;
        position: relative;
        margin-bottom: 26px;
    }
    .p6_c dl dd h2 {
        font-size: 16px;
    }
    .p6_c dl dd h2 img {
        margin-right: 6px;
        margin-top: -3px;
        width: 28px;
    }
    .p6_c dl dd p {
        margin-top:8px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 25px;
    }
    .p6_n1 {
        position: absolute;
        right: 3%;
        top: 6%;
        width: 50px;
    }
    .p6_c dl dd span {
        width: 120px;
        height: 35px;
        text-align: center;
        font-size: 16px;
        margin-top: 15px;
        color: #FFFFFF;
        line-height: 35px;
        display: block;
        background: #000000;
        box-shadow: 0px 8px 25px 2px rgba(0, 0, 0, 0.16);
        border-radius: 6px;
    }
    .p6_c dl:nth-child(2) {
        margin-top: 0;
    }
/*mpart7*/
    .p7_c dl {
        display: flex;
        justify-content: space-between;
        border-radius: 8px;
        background: #FFFFFF;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .p7_c dl dt {
        width: 100%;
    }
    .p7_c dl dd {
        width: 100%;
        padding:5% 3%;
    }
    .p7_c dl dd h2{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .p7_c dl dd p {
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 24px;
        height: auto;
    }
/*mpart8*/
    .part8_con{
        margin-right: 0;
        margin-left: auto;
        padding-bottom: 5%;
        position: relative;
    }
    .part8_con .swiper-slide{
         width: 220px;
         padding-bottom: 5%;
    }

    .part8_con .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 30px;
        border-radius: 0;
        height: 7px;
        background: #F0F0F0;
    }
    .part8_con .swiper-pagination-bullet-active{
        background: #000 !important;
    }
    .swiper-pagination_p8{
        bottom: -1% !important;
    }

    .p8_li dl {
        padding: 6% 3%;
        background: #FFFFFF;
        box-shadow: 0px 8px 6px 1px rgba(188, 188, 188, 0.16);
        margin-top: -18%;
        position: relative;
        z-index: 2;
        border-radius: 15px;
    }

    .p8_li:hover dl{
        background: #000;
    }
    .p8_li:hover dl dt,.p8_li:hover dl dd span{
        color: #fff;
    }
    .p8_li:hover dl dd i{
        background: #fff;
    }
    .p8_li dl dt {
        font-size: 13px;
        color: #525252;
        height: 82px;
        text-align: justify;
        line-height: 23px;
        border-bottom: 1px dashed #B3B3B3;
        padding-bottom: 10px;
    }
    .p8_li dl dd{
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }
    .p8_li dl dd i{
        width: 24px;
        height: 5px;
        margin-top: 10px;
        display: block;
        background: #000000;
    }
    .p8_li dl dd span{
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }
/*mpart9*/
    .mp9_c ul li{
        margin-bottom: 20px;
    }
    .mp9_c ul li dl{
        background: #000;
        color: #fff;
        padding:5% 3%;
    }
    .mp9_c ul li dl dt{ font-size: 16px; margin-bottom: 10px;}
    .mp9_c ul li dl dd{ font-size: 14px; line-height: 22px;}
    .mp9_c ul li:hover dl{
        background: #8D8D8D;
    }
/*mpart10*/
.part10_con .swiper-slide{ width: 240px;}
    .p10_li p {
        font-size: 15px;
        padding: 14px 0;
    }

    .p10_btn .swiper-button-next,.p10_btn .swiper-button-prev{ position: relative; left: unset; right: unset; top: unset;}
    .p10_btn{ width: 100px; display: flex;justify-content: space-between; margin: 20px auto 0 auto;}



/*mpart11*/
    .mp11_c ul li{ margin-bottom: 15px;}
    .mp11_c ul li h2{font-size: 16px; margin-top: 15px;
        margin-bottom: 5px;
        color: #333333;}
    .mp11_c ul li p{
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        text-align: justify;
    }
    /*msynews*/
    .synews{
        padding-top: 8%;
        padding-bottom: 5%;
    }
    .msynews_c ul li{
        width:100%;
        background: #000000;
        border-radius: 32px;
        padding: 5%;
    }
    .msynews_c ul li a{
        color: #fff;
    }
    .msynews_c ul li span{
           display: block;
           font-size: 14px;
          margin: 20px 0 10px 0;
    }
    .msynews_c ul li h2{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .msynews_c ul li p{
        font-size: 14px;
        text-align: justify;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .msynews_c ul li i{
        font-size: 14px;
        display: block;
    }
    /*mpart14*/
    .part14 {
        background: url(../images/mp14_bg.png) no-repeat top center;
        background-size: 100% 100%;
        margin-top: -16%;
        padding-top: 23%;
    }
    .part14 .tit h2{
         color: #fff;
    }
    .p14_cn ul{
        flex-wrap: wrap;
    }
    .p14_cn ul li {
        width: 100%;
        padding: 6% 0 2% 0;
        color: #fff;
    }
    .p14_cn ul li h2 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .p14_cn ul li p {
        font-size: 14px;
        color: #FFFFFF;
        text-align: justify;
        line-height: 24px;
    }
    .p14_cn ul li:nth-child(1) {
        background: url(../images/p14_n1.png) no-repeat 92% 5%;
        background-size: 28% auto;
    }
    .p14_cn ul li:nth-child(1):hover {
        background: url(../images/p14_n1.png) no-repeat 92% 5%;
        background-size: 28% auto;
        box-shadow: unset;
    }
    .p14_cn ul li:nth-child(2) {
        background: url(../images/p14_n2.png) no-repeat 92% 5%;
        background-size: 28% auto;
    }
    .p14_cn ul li:nth-child(2):hover {
        background: url(../images/p14_n2.png) no-repeat 92% 5%;
        background-size: 28% auto;
        box-shadow: unset;
    }
    .p14_cn ul li:nth-child(3) {
        background: url(../images/p14_n3.png) no-repeat 92% 5%;
        background-size: 28% auto;
    }
    .p14_cn ul li:nth-child(3):hover {
        background: url(../images/p14_n3.png) no-repeat 92% 5%;
        background-size: 28% auto;
        box-shadow: unset;
    }
    .p14_cn ul li:hover h2 {
        color: #fff;
    }
    .p14_cn ul li:hover p{
        color: #fff;
    }
    .p14_cn ul{
        margin-bottom: 5%;
    }
/*mpart15*/
    .swiperp15 {
        overflow: hidden;
        width: 100%;
    }
    .p15_btn{ display: flex!important; }

    .part15_con .swiper-slide dl {
        transform: translate(-50%, -50%);
        left: 50%;
        bottom: -2%;
        width: 83%;
    }

    .part15_con .swiper-slide dl dd h2 {
        margin-top: 35px;
        font-size: 16px;
        color: #333333;
        margin-bottom: 7px;
    }
    .part15_con .swiper-slide dl dd {
        margin-top: -8%;
    }
    .part15_con .swiper-slide dl dt {
        margin-right: 19%;
        width: 24%;
    }
    .part15_con .swiper-slide dl dd p {
        text-transform: Uppercase;
        font-size: 12px;
        margin-top: 10px;
        color: #DBDBDB;
    }
    .p15_btn {
        width: 100px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

/*mpart12*/
    .part12 {
        background: url(../images/mp12_bg.jpg) no-repeat top center;
        background-size: 100% auto;
        padding-top: 8%;
    }
    .p12_cn {
        width:100%;
        margin-right: auto;
        margin-left: auto;
    }
    .part12 .tit {
        text-align: center;
    }
    .p12_cnc p {
        font-size: 12px;
        color: #333333;
        position: relative;
        text-align: justify;
        margin-top: 2%;
        line-height: 22px;
        width: 41%;
    }
    .p12_cnc p span {
        width: 80%;
        font-weight: bold;
        line-height: 22px;
        display: block;
        color: #000;
    }

    /*mpart13*/
    .p13_c{ flex-wrap: wrap; margin-left: auto;}
    .p13_c1 {
        background: url(../images/mp13_lbg.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 94%;
        padding: 8% 3%;
    }
    .p13_c1c dl dt {
        background: url(../images/p13_dt.png) no-repeat top center;
        background-size: 100% 100%;
        width: 282px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 15px;
        color: #F7E9D6;
    }
    .p13_c1c {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .p13_c1c dl dd {
        font-weight: bold;
        font-size: 14px;
        margin-top: 13px;
        text-align: justify;
        color: #333333;
        line-height: 26px;
    }
    .p13_c1c dl {
        margin-bottom: 15px;
    }
    .p13_c1c>p {
        font-size: 14px;
        margin-top: 16px;
        text-align: justify;
        color: #333333;
        line-height: 25px;
    }
    .p13_c2 {
        padding-top: 20px;
        width: 100%;
    }
    .p13_c2 ul li {
        padding: 0 3%;
        width: 44%;
        margin-bottom: 25px;
    }
    .p13_c2 ul li dl dt h2 {
        font-size: 14px;
    }
    .p13_c2 ul li dl dt p {
        font-size: 13px;
        margin-bottom: 15px;
        color: #333333;
        height: 78px;
    }
    .p13_c2 ul li .p13_dl2 dt h2 {
        margin-top: 15px;
    }
    /*mpart16*/
    .p16_c{ width: 94%;}
    .p16_c ul li{ width: 50%; margin-bottom: 0;}
    .p16_c ul li:nth-child(5){
        width: 100%;
    }
    /*mpart17*/
    .p17_c {
        width: 100%;
        background-size: 165% auto;
    }
    .part17_con {
        width:94%;
        margin-left: auto;
        margin-right: auto;
    }
    .p17_btn {
        margin: 54px auto 0 auto;
    }

    /*msyform*/
    .syform_cn input{ width: 98%; font-size: 15px;padding: 15px 0 15px 2%;}
    .syform_cn textarea{ font-size: 15px; height: 104px;}
    .syform_cn button {
        line-height: 40px;
        background: #000000;
        box-shadow: 6px 10px 18px 0px rgba(0,0,0,0.21);
        border-radius: 12px;
        width: 100%;
        height: 40px;
        font-size: 16px;
        color: #fff;
        border: 0;
        margin-right: auto;
        margin-left: auto;
    }
.syform{ padding-top: 8%;}


    /*mpart18*/
    .part18 .tit h2{
        color: #fff;
    }
    .mp18_c ul li{
        background: #fff;
        padding: 5% 3%;
        margin-bottom: 15px;
    }
    .part18{
        background: none;
    }
    .mp18_c ul li h2{
        color: #0C0C0C;
        font-size: 16px;
    }
    .mp18_c ul li h2 img{ width: 35px; margin-right: 5px; margin-top: -6px;}
    .mp18_c ul li p{
        margin-top: 7px;
        font-size: 14px;
        text-align: justify;
        line-height: 24px;
    }
    /*mpart19*/
    .p18_19bg{
        background: url(../images/p18_19_bg.jpg) no-repeat top center; background-size: 100% 100%;
    }
    .part19{
        background: none;
    }
    .p19_cn {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: justify;
    }
    .p19_p1 {
        font-size: 13px;
        color: #FFFFFF;
        text-align: justify;
        margin-top: 16px;
        margin-left: 0;
        line-height: 24px;
        font-style: italic;
    }
    .p19_cnc {
        width: 100%;
        margin-right:auto;
        margin-left: auto;
        margin-top: 20px;
    }
    .p19_cnc dl dt {
        width: 98px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #FFFFFF;
        font-style: italic;
        font-size: 16px;
        background: #8D8D8D;
    }
    .p19_cnc dl dd {
        margin-top: 4px;
        font-size: 14px;
        text-align: justify;
        color: #FFFFFF;
        line-height: 24px;
        font-style: italic;
    }
    .p19_cn>h2 {
        font-size: 20px;
        margin-top: 10px;
        color: #FFFFFF;
        text-align: justify;
        line-height: 33px;
        font-style: italic;
        margin-bottom: 20px;
    }
    .mp19_p2{
        color: #fff;
        font-size: 15px;
        margin-top: 15px;
        font-style: italic;
    }


    /*mpart20*/
    /*mpart22*/
    /*mnews*/
    .a_nxwlist dl dd h2{ margin-top: 0;}
    .a_nxwlist dl{flex-wrap: wrap;}
    .a_nxwlist dl dd{ padding: 0 3% 3% 3%; }
    .a_nxwlist dl dt,.a_nxwlist dl dd{width: 100%;}
    .a_nxwlist dl dt{margin-bottom: 3%;}
    .a_nxwlist dl dd h3{display: none;}
    .a_nxwlist dl dd p{ margin: 1% 0; line-height: 25px;}
    .a_con1 dl h2, .x_con10_t ul li, .a_con3_n dl dd h2, .a_con4 dl dt, .a_con5 dl dt, .a_con6_con h2, .a_con9_l_n h2, .a_nxwlist dl dd h2 {
        font-size: 18px;
    }
    .a_con1 dl p, .a_con3_n dl dd p, .a_con4 dl dd, .a_con6_con p, .a_con9_l_n p, .a_nxwlist dl dd p {
        font-size: 14px;
    }
    /*mgywm*/
    .gywm {
        background: none;
    }
    .gywm_cn {
        width: 100%;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .gywm_cn h2 {
        font-size: 25px;
        color: #333333;
        margin-bottom: 15px;
        line-height: 24px;
        text-align: center;
    }
    .gywm_cn p {
        font-size: 14px;
        text-align: justify;
        color: #333333;
        line-height: 28px;
    }

    /*mqyry*/

    .qyry_tcn ul li.active .p8_sjx{ display: none!important;}
    .qyry_t{ width: 96%; margin-left: auto; margin-right: auto;}
    .qyry_tcn ul li i{ top: 20%;}
    /*mcpzx*/
    .cpzx ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .cpzx ul li p {
        font-size: 16px;
        padding: 10px 0;
    }
    .a_nxwlist{ margin-bottom: 8%; }
/*mjjfa*/
    .jjfa_p2 {
        background-image: linear-gradient(to bottom,#2F82FF 64%, #fff 0);
    }
    .jjfa_p1{ background:#157CF5; padding: 12% 0;}
    .jjfa_p1>img{ width: 94%; margin-right: auto; margin-left: auto;}
    .jjfa_p1_p1 {
        font-size: 16px;
        text-align: center;
        margin-top: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .jjfa_p1>ul li {
        width: 298px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 23px;
        font-size: 15px;
        margin-bottom: 20px;
        color: #FFFFFF;
        position: relative;
        border: 1px solid #FFFFFF;
    }
    .jjfa_p1>ul {
        margin-top: 19px;
    }
    .jjfa_btn .swiper-button-next,.jjfa_btn .swiper-button-prev{ position: relative; left: unset; right: unset; top: unset;}
    .jjfa_btn .swiper-button-next img,.jjfa_btn .swiper-button-prev img{  width:80%; }
    .jjfa_btn{ width: 100px; margin: 20px auto 0 auto; display: flex;justify-content: space-between;}
    .jjp3_c ul li{ width: 94%; padding: 5% 3%; margin-bottom: 15px;}
    .jj_ai,.jj_i{ width: 19%;}
    .jjp3_c ul li dl dd h2 {
        font-size: 20px;
        margin-top: 9px;
        margin-bottom: 6px;
        color: #333333;
    }
    .jjp3_c ul li dl dd p {
        font-size: 16px;
        color: #333333;
        text-align: justify;
        line-height: 26px;
    }
    .jjp4_c ul li {
        position: relative;
        margin-bottom: 20px;
    }
    .jjp4_c ul li span {
        font-size: 16px;
        padding: 12px;
    }



    #certify .swiper-container{ padding-bottom: 0;}
    .yyfoot_t_l{ border: 0;}
    .yyfoot_t_l h2{ font-size: 20px;}
    .iftel{ font-size: 22px;}
    .yyfoot_t_l p{ font-size: 14px;}
    .yyfoot_t_r ul li p{ font-size: 12px;}
    .yyfoot_b span{ display: block;}
    #mbanner{ position: relative;}
    .banner_bg{ margin-top: 0;}
    #header{ padding: 0;background:#fff; position: relative;}
    .mhidden{ display:none!important;}
    /*mtop*/
    /*mtop*/
    #header{ background: #fff; }
    .fixnav .mtop {
        padding-bottom: 10%;
        padding-top: 7%;
    }
    .mtop {
        display: flex;
        justify-content: space-between;
        padding: 0 0 1% 0;
        margin-top: 11%;
        margin-bottom: -7%;
    }
    .mtop2 {
        padding: 0 4px 0 18px;
        width: 40px;
    }
    .mtop2 span {
        display: block;
        color: #fff;
        margin: 8px 12% 0 -9px;
    }
    .mtop2 span img{ width: 25px;image-rendering:unset;box-sizing:unset; max-width: unset;}
    .mtop1 {
        display: flex;
        justify-content: space-between;
        margin-left: 2%;
        width: 88%;
    }
    .mtop1>img:nth-child(1){
        width: 45px;
    }
    .mtop1>img:nth-child(2){
        width: 40px;
    }

    .subNavBox{display: none;}
    .subNavShow{z-index: 889; position: relative;}
    .subNavBox{position: fixed;z-index: 888;width: 100%; top:0; display: none;}
    .subNav{border-bottom: 1px #eee solid;cursor:pointer;font-size:16px;color:#333;line-height:55px;padding-left:10px;}
    .currentDd{color:#fff}
    .navContent{display: none;border-bottom:solid 1px #fff;}
    .navContent li a{display:block;height:45px;font-size:16px;line-height:45px;color:#fff; text-indent: 2em;}
    .subNavBox_l{width: 38%;min-height: 100vh;height: 100%;float: left;}
    .subNavBox_r {
        width: 26%;
        background: #fff;
        color: #333;
        height: 100%;
        float: right;
        position: relative;
        text-align: center;
        padding: 0 2%;
        margin-top: 22%;
    }
    .jt{ font-size: 40px;position: absolute;top: -24px;left: 69px; color:#fff}
    /*mcase*/
    /*mfooter*/
    .mftel{ margin-top: 2%;}
    .newlogo_con_l {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .newlogo_con_l dl{
         display: flex;
         justify-content: center;
    }
    .newlogo_con_l dl dt{
        margin-right: 10px;
    }
    .newlogo_con_l dl dt img {
        width: 43px;
    }
    .newlogo_con_l dl dd p {
        font-size: 16px;
        color: #fff;
        text-align: justify;
        font-weight: bold;
    }
    .newlogo_con_l dl dd h2 {
        color: #fff;
        font-size: 22px;
        margin-top: 8px;
        text-align: justify;
    }
    .newlogo_con{ margin-bottom: 4%;}
    .mfooter {
        background: #010101;
        padding: 12% 0 20% 0;
        display: block;
        margin-top: -2px;
    }
    .newlogo{   width: 90%; margin: 5% auto 8% auto;}
    .mfooter p span {
        font-size: 20px;
        display: inline-block;
        margin-bottom: 7px;
        color: #fff;
    }
    .mfooter p span img{ margin-right: 10px; margin-top: -6px;}

    .cx{font-style:oblique; font-size: 30px!important;margin-bottom: 6%;margin-top:0;}
    .mfooter p {text-align: center;color:#fff;font-size: 17px;}
    .mfooter p.line{ width: 96%; margin: 0 auto; color: #333; padding-bottom: 3%;}
    .mfooter p.hs{ color: #333;}
    .xmtb3 {
        margin-bottom: 6%;
        margin-top:5px;
    }
    .mfooter_ewm {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 81%;
        margin: 12% auto 0 auto;
    }
    .mfooter_ewm dl {
        width: 45%;
        text-align: center;
    }
    .mfooter_ewm dl dd {
        color: #fff;
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }
    .xf{ width: 100%; position: fixed; left: 0; bottom:0; z-index: 999;display: flex;justify-content: space-between;flex-wrap: nowrap;}
    .xf a{ width: 50%; background:#8D8D8D; color: #fff; padding: 10px 0; text-align: center; font-size: 20px;font-weight: bold;}
    .xf a:nth-child(2){ background:#fff; color:#000; }
}

