@charset "utf-8"; 

.iyin { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eyin { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.eyin4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
* { --left: 12.6%; }
.containerte { width: 85.6%; margin: 0 auto; }
.container { width: 75%; margin: 0 auto; }
.mo { display: none !important; }
@media(max-width:1500px) {
    .containerte { width: 90%; }
    .container { width: 85%; }
	* { --left: 11%; }
}
@media(max-width:1100px) {
    .mo { display: block !important; }
    .pc { display: none !important; }
    .container { width: 100%; padding: 0 20px; }
    .containerte { width: 100%; padding: 0 20px; }
    * { --left: 20px; }
}

/**首页**/

.souye { background: #F2F3F5; }
.index_daohang { width: 198px; top: 20px; position: sticky; }
.index_daohang .daoheng { 
	width: calc(100% - 40px);
	margin: 0 auto;
	background: #B51C2F;
    clip-path: polygon(
        10px 0, /* 左上角 */
        calc(100% - 10px) 0, /* 右上角 */
        100% 10px, /* 右上角往下 */
        100% calc(100% - 10px), /* 右下角往上 */
        calc(100% - 10px) 100%, /* 右下角 */
        10px 100%, /* 左下角 */
        0 calc(100% - 10px), /* 左下角往上 */
        0 10px /* 左上角往下 */
    ); 
	padding: 26px 24px 3.22916vw 24px;
}
.index_daohang .daoheng .icon { margin-bottom: 5.625vw; }
.index_daohang .daoheng .icon a { display: block; }
.index_daohang .daoheng .nav { padding: 0 23px; text-align: center; }
.index_daohang .daoheng .nav ul li { margin-bottom: 2.5vw; }
.index_daohang .daoheng .nav ul li:last-child { margin-bottom: 0; }
.index_daohang .daoheng .nav ul li .sub { display: block; line-height: 1; font-size: 16px; color: #fff; border-bottom: 1px solid rgba(255,255,255,0); display: inline-block; }
.index_daohang .daoheng .nav ul li.cur .sub,
.index_daohang .daoheng .nav ul li:hover .sub { border-bottom: 1px solid #fff; }

.index_daohang .daoheng .soutiao { margin-top: 7.8125vw; }
.index_daohang .daoheng .soutiao .sousuo { text-align: center; }
.index_daohang .daoheng .soutiao .sousuo .clearfix { display:inline-block; }
.index_daohang .daoheng .soutiao .sousuo .clearfix a { display:block; line-height:1; font-size:16px; color:rgba(255,255,255,.5); }
.index_daohang .daoheng .soutiao .sousuo .clearfix .cur a { color:#fff; }
.index_daohang .daoheng .soutiao .sousuo span { display: inline-block; cursor: pointer; background: url(../images/sousuo.svg)no-repeat center center/cover; width: 18px; height: 18px; }

.index_daohang .daoheng .soutiao .sousuo .ch { margin-right:23px; }
.index_daohang .daoheng .soutiao .sousuo .ch:last-child { margin-right:0; position:relative; }
.index_daohang .daoheng .soutiao .sousuo .ch:last-child:before {
    position: absolute;
    content: "";
    left: -10px;
    width: 1px;
    height: 100%;
    top: 0;
    background:rgba(255, 255, 255, 0.2);
}

.index_daohang .daoheng .soutiao .tiaozuan { text-align: center; margin-top: 2.76041vw; }
.index_daohang .daoheng .soutiao .tiaozuan span { display: inline-block; cursor: pointer; background: url(../images/tiaozuan.svg)no-repeat center center/cover; width: 18px; height: 18px; }


.index_baoright { width: calc(100% - 198px); }


.indexbanner { padding-right: 7.2%; position: relative; }
.indexbanner .swiper-container { 
    overflow: hidden;
	background: #F2F3F5;
    clip-path: polygon(
        70px 0, /* 左上角 */
        calc(100% - 0px) 0, /* 右上角 */
        100% 0px, /* 右上角往下 */
        100% calc(100% - 70px), /* 右下角往上 */
        calc(100% - 70px) 100%, /* 右下角 */
        10px 100%, /* 左下角 */
        0 calc(100% - 0px), /* 左下角往上 */
        0 70px /* 左上角往下 */
    ); 
}
.indexbanner .swiper-slide .img { width: 100%; height: 100%; }
.indexbanner .swiper-slide-active .img {
    -webkit-animation: w10 1s forwards;
    animation: w10 1s forwards;
}

@-webkit-keyframes w10 {
    0% { transform: scale(1);}
    100% { transform: scale(1.05); }
}
@keyframes w100 {
    0% { transform: scale(1);}
    100% { transform: scale(1.05); }
}


.indexbanner .swiper-slide .text { position: absolute; top: 50%; transform: translateY(-50%); left: 0; padding: 0 7.8%; width: 100%; }
.indexbanner .swiper-slide .text .dz { line-height: 1.2; margin-bottom: 40px}

.indexbanner .banez_r { position: absolute; height: 100%; width: 7.2%; top: 0; right: 0; }
.indexbanner .banez_r .zong { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; }
.indexbanner .banez_r .zong .swiper-pagination { position: initial; text-align: left; width: 6px; display: inline-block; }
.indexbanner .banez_r .zong .swiper-pagination-bullet { opacity: 1; position: relative; border-radius: 0; background: rgba(102, 102, 102, .2); width: 6px; height: 6px; overflow: hidden; transition: all .5s; margin: 0 0 20px 0; }
.indexbanner .banez_r .zong .swiper-pagination-bullet:last-child { margin-bottom: 0; }
.indexbanner .banez_r .zong .swiper-pagination-bullet.cur { height: 78px; }
.indexbanner .banez_r .zong .swiper-pagination-bullet:after { content:''; width: 6px; height: 6px; position: absolute; left:0; top:0; background: #666666; border-radius: 0; overflow: hidden; }
.indexbanner .banez_r .zong .swiper-pagination-bullet.cur:after {
    -webkit-animation: w100 6s infinite;
    animation: w100 6s infinite;
}

.indexbanner .banez_r .zong .wz { color: #666666; font-size: 16px; writing-mode: vertical-rl; text-orientation: mixed; margin-top: 4.42708vw; }

@-webkit-keyframes w100 {
    0% { height: 0; }
    100% { height: 100%; }
}
@keyframes w100 {
    0% { height: 0; }
    100% { height: 100%; }
}

.indexbanner .tuwoe { position: absolute; right: 7.2%; bottom: -6.51041vw; margin-right: 35px; }
.indexbanner .tuwoe img { width: 37.29166vw; height: 9.16666vw; }

@media(max-width:1500px) {
	.index_daohang .daoheng .icon { height: 70px; }
    .index_daohang .daoheng .icon a { width: 100%; height: 100%; }
    .index_daohang .daoheng .icon img { width: 100%; height: 100%; }

    .indexbanner { padding-right: 5%; }
    .indexbanner .swiper-container { 
        overflow: hidden;
        background: #F2F3F5;
        clip-path: polygon(
            50px 0, /* 左上角 */
            calc(100% - 0px) 0, /* 右上角 */
            100% 0px, /* 右上角往下 */
            100% calc(100% - 50px), /* 右下角往上 */
            calc(100% - 50px) 100%, /* 右下角 */
            10px 100%, /* 左下角 */
            0 calc(100% - 0px), /* 左下角往上 */
            0 50px /* 左上角往下 */
        ); 
    }

    .index_daohang { width: 145px; }
    .index_daohang .daoheng .nav { padding: 0; }
    .index_baoright { width: calc(100% - 145px); }

    .indexbanner .banez_r { width: 5%; }
    .indexbanner .swiper-slide .text { padding: 0 5.3%; }
    .indexbanner .tuwoe { right: 5%; }

    .index_daohang .daoheng .soutiao { margin-top: 4vw; }
    
    .index_daohang .daoheng .soutiao .sousuo .clearfix a { font-size:14px; }
}

@media(max-width:1100px) {
    .index_daohang { width: 100%; position: fixed; z-index: 999; top: 0; padding: 0 0 0;  }
    .index_baoright { width: 100%; }
    .index_daohang .daoheng .icon { float: left; height: 40px; width: 40px; margin-bottom: 0; }
    .index_daohang .daoheng .nav { display: none; }
    .index_daohang .daoheng .soutiao { margin-top: 0; }
    .index_daohang .daoheng { width: calc(100% - 0px); padding: 13px 20px; clip-path:initial; }

    .index_daohang .daoheng .soutiao { float: right; }
    .index_daohang .daoheng .soutiao .sousuo { float: left; }
    .index_daohang .daoheng .soutiao .tiaozuan { margin-top: 0; float: left; }
    	
    .index_baoright { margin-top: 100px; padding: 0 20px; }
    .indexbanner { padding-right: 0; }
    .indexbanner .swiper-slide { height: auto !important; }
    .indexbanner .banez_r { width: 100%; position: initial; }
    .indexbanner .swiper-container { 
        clip-path: polygon(
            30px 0, /* 左上角 */
            calc(100% - 0px) 0, /* 右上角 */
            100% 0px, /* 右上角往下 */
            100% calc(100% - 30px), /* 右下角往上 */
            calc(100% - 30px) 100%, /* 右下角 */
            10px 100%, /* 左下角 */
            0 calc(100% - 0px), /* 左下角往上 */
            0 30px /* 左上角往下 */
        ); 
    }
    .indexbanner .swiper-slide .text .dz { margin: 5px 0 20px; }
    .indexbanner .swiper-slide .text { padding: 0 20px; }
    .indexbanner .banez_r { margin-top: 20px; }
    .indexbanner .banez_r .zong { position: initial; transform: translate(0); }
    .indexbanner .banez_r .zong .wz { display: none; }
    .indexbanner .banez_r .zong .swiper-pagination { width: auto; }
    .indexbanner .banez_r .zong .swiper-pagination-bullet.cur { width: 50px; height: 6px; }
    .indexbanner .banez_r .zong .swiper-pagination-bullet { margin: 0 20px 0 0; }
    .indexbanner .banez_r .zong .swiper-pagination-bullet:last-child { margin-right: 0; }
    @-webkit-keyframes w100 {
        0% { width: 0; }
        100% { width: 100%; }
    }
    @keyframes w100 {
        0% { width: 0; }
        100% { width: 100%; }
    }

    .indexbanner .tuwoe { display: none; }
}




/**首页右面模块**/
.img100 img { width: 100%; }
.bgf { background: #fff; }
.index_A { padding: 10.05208vw 0 7.08333vw; }
.index_A .ndexa_l { width: calc(50% - 5px); margin-right: 10px; position: relative; }
.index_A .ndexa_l .dexabu { margin-top: 2.08333vw; }
.index_A .ndexa_l .dexabu .xabu { width: calc(50% - 9px); margin-right: 17px; }
.index_A .ndexa_l .dexabu .xabu:last-child { margin-right: 0; margin-top: 110px; }
.index_A .ndexa_l .dexabu ul li {
    background: #F7F7F7;
    padding: 30px 60px 40px 30px;
    margin-bottom: 17px;
}

.index_A .ndexa_l .dexabu ul li .t { display: inline-block; line-height: 1; padding-bottom: 20px; position: relative; padding-right: 5.83333vw; width: 13.59374vw; }
.index_A .ndexa_l .dexabu ul li .t::before { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: .67vw; background: url(../images/zxiantia.png)no-repeat; background-size: 13.4375vw auto; }
.index_A .ndexa_l .dexabu ul li .t span { display: inline-block; position: relative; padding-left: 35px; }
.index_A .ndexa_l .dexabu ul li .t span::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: 22px; height: 22px; background: url(../images/dexabu1.svg)no-repeat center center/cover; }

.index_A .ndexa_l .dexabu ul li:nth-child(2) .t span::before { width: 22px; height: 22.8px; background: url(../images/dexabu3.svg)no-repeat center center/cover; }

.index_A .ndexa_l .dexabu .xabu:nth-child(2) ul li:nth-child(1) .t span::before { width: 22px; height: 22.8px; background: url(../images/dexabu2.svg)no-repeat center center/cover; }
.index_A .ndexa_l .dexabu .xabu:nth-child(2) ul li:nth-child(2) .t span::before { width: 23px; height: 20.1px; background: url(../images/dexabu4.svg)no-repeat center center/cover; }

.index_A .ndexa_l .dexabu ul li .sz { line-height: .87; margin-top: 25px; }
.index_A .ndexa_l .dexabu ul li:last-child { margin-bottom: 0; }

.index_A .ndexa_r { width: calc(50% - 5px); padding-top: 33px; padding-right: 20px; }
.index_A .ndexa_r .jiesao .ea { line-height: 1.88; }
.index_A .ndexa_r .jiesao .eb { line-height: 1.75; margin: 8px 0 30px; }
.index_A .ndexa_r .videor { 
    margin-top: 43px; 
    position: relative;
}
.index_A .ndexa_r .videor::before { position: absolute; width: calc(100% - 16.71875vw); bottom: 0; right: 0; background: #AB2D31; bottom: -20px; right: -20px; height: calc(100% - 7.8125vw); content: ""; }
.index_A .ndexa_r .videor .img { 
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 39px),
        calc(100% - 39px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.index_A .ndexa_r .videor .anweo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 81px;
    height: 81px;
    cursor: pointer;
    background: #B51C2F;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% 100%,
        100% 100%,
        10px 100%,
        0 100%,
        0 0
    ); 
    /* 添加浏览器前缀，设置过渡效果 */
    -webkit-transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
}
.index_A .ndexa_r .videor .anweo::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 17px; height: 30px; background: url(../images/videor.svg)no-repeat center center/cover; }
.index_A .ndexa_r .videor .anweo:hover {
    clip-path: polygon(
        15px 0,
        100% 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        15px 100%,
        0 100%,
        0 15px
    ); 
}

.index_B {
    background: url(../images/index_B.jpg)no-repeat center center/cover;
    position: relative;
    padding: 6.77083vw 0 14.94791vw;
}
.index_B .gongbt { position: relative; z-index: 2; }
.index_B .containerte { position: relative; z-index: 2; }
.index_B .newieio { position: relative; margin-top: 70px; }
.index_B .newieio .eiol { padding-top: 53px; }
.index_B .newieio .eiol .io { color: #fff; opacity: .6;  font-size: 20px; cursor: pointer; line-height: 1; margin-bottom: 34px;  }
.index_B .newieio .eiol .io.cur { font-size: 32px; opacity: 1; }
.index_B .newieio .eiol .io:last-child { margin-bottom: 0; }
.index_B .newieio .eiol .io span { position: relative; display: inline-block; padding-right: 23px; }
.index_B .newieio .eiol .io span::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 13px; height: 13px; background: url(../images/eiole.svg)no-repeat center center/cover; }

.index_B .newieio .zongwe { position: absolute; top: 50%; transform: translate(-50%,-50%); width: 39.32291vw; height: 39.32291vw; left: 50%; }
.index_B .newieio .zongwe::before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/quandiadn.png)no-repeat center center/cover; animation: rotatea 20s linear infinite;
    transform-origin: center center; }
.index_B .newieio .zongwe .yewsi { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 29.73958vw; height: 29.73958vw; }
.index_B .newieio .zongwe .yewsi::before { position: absolute; content: ""; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; background: url(../images/quandiadna.png)no-repeat center center/cover; animation: rotate 20s linear infinite;
    transform-origin: center center;   }
.index_B .newieio .zongwe .yewsi .yewsia { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 18.59375vw; }
.index_B .newieio .zongwe .yewsi .yewsia img { width: 100%; height: 100%; }

@keyframes rotate {
    from {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@keyframes rotatea {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.index_B .newieio .eior .box .nrw { margin: 30px 0 50px; }
.index_B .newieio .eior .box .nrw .nr { margin-bottom: 23px; }
.index_B .newieio .eior .box .nrw .nr:last-child { margin-bottom: 0; }
.index_B .newieio .eior .box .nrw .nr a { display: inline-block; font-size: 15px; color: #fff; line-height: 1; position: relative; padding-right: 23px;  }
.index_B .newieio .eior .box .nrw .nr a::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 13px; height: 13px; background: url(../images/eiole.svg)no-repeat center center/cover; opacity: .6; }

.index_B .newieio .eior .box .nrw .nr a:hover::before { opacity: 1; }

.index_B canvas { opacity: 0.7; position: absolute; bottom: 0; left: 0; width: 100%; height: 13vw !important; z-index: 1; }

.index_B .wenziwee {
    position: absolute;
    left: 7.2%;
    color: #fff;
    bottom: -7.8vw;
}

.index_B .wenziwee img { width: 36.09375vw; height: 17.23958vw; }


.index_C { padding: 8.85416vw 0 4.42708vw; }
.index_C .ndexc_top .exctopor { position: absolute; bottom: 10px; right: 0; }
.index_C .ndexc_top .exctopor ul li { float: left; margin-right: 7px; }
.index_C .ndexc_top .exctopor ul li:last-child { margin-bottom: 0; }
.index_C .ndexc_top .exctopor ul li a { display: block; background: #FFFFFF; padding: 0 40px; line-height: 50px; color: #3D3D3D; font-size: 16px; }
.index_C .ndexc_top .exctopor ul li.cur a { color: #B51C2F; }
/*.index_C .ndexc_bottom { cursor: url(../images/dp.png), default  !important; margin-top: 40px; padding-left: 7.2%; overflow: hidden; }*/
.index_C .ndexc_bottom {  margin-top: 40px; padding-left: 7.2%; overflow: hidden; }
/*.index_C .ndexc_bottom *{*/
/*    cursor: url(../images/dp.png), default !important;*/
/*}*/
.index_C .ndexc_bottom .orunji { overflow: hidden; padding-right: 7.2%; }
.index_C .ndexc_bottom .swiper-slide { background: #fff; }
.index_C .ndexc_bottom .swiper-slide .img { 
    overflow: hidden; 
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 57px),
        calc(100% - 57px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.index_C .ndexc_bottom .swiper-slide .wenzi {
    padding: 30px 30px;
}
.index_C .ndexc_bottom .swiper-slide .wenzi .wa { line-height: 1.36; }
.index_C .ndexc_bottom .swiper-slide .wenzi .wb { color: #999999; line-height: 1.75; margin-top: 13px;     display: -webkit-box; /* 采用 WebKit 的伸缩盒模型 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.index_C .ndexc_bottom .swiper-slide .wenzi .wc { margin-top: 40px; padding-top: 30px; border-top: 1px solid #E8E8E8; }
.index_C .ndexc_bottom .swiper-slide .wenzi .wc .ca { background: rgba(171, 45, 49, 0.1); border-radius: 5px; padding: 0 10px; line-height: 29px; position: absolute; bottom: 0; left: 0; }
.index_C .ndexc_bottom .swiper-slide .wenzi .wc .cb span  { color: #BBBBBB; vertical-align: middle; margin-top: -10px; display: inline-block; }
.index_C .ndexc_bottom .swiper-slide .wenzi .wc .cb i { color: #BBBBBB; line-height: .87; margin-left: 10px; }
.index_C .ndexc_bottom .swiper-slide-next + div + div {
    opacity: .2;
}

.index_D { background: url(../images/index_D.png)no-repeat center center/cover; padding: 5.88541vw 0 7.29166vw; }
.index_D .ndex_Dl { padding-left: 7.2%; width: 33%; }
.index_D .ndex_Dl .relative {
    height: 100%;
    width: 100%;
}
.index_D .ndex_Dl .nwenewn {
    position: absolute;
    bottom: 17px;
    width: 100%;
}
.index_D .ndex_Dl .nwenewn .wn { line-height: 1.88; margin-bottom: 45px; }
.index_D .ndex_Dr {
    width: 64%; 
    padding: 7.70833vw 7.3% 4.94791vw 3.64583vw;
    position: relative;
    margin-left: 3%;
    margin-top: 56px;
}
.index_D .ndex_Dr .bwen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(
        60px 0, /* 左上角往下 10px */
        100% 0, /* 右上角 */
        100% 100%, /* 右下角 */
        0 100%, /* 左下角 */
        0 60px /* 左上角 */
    ); 
    overflow: hidden;
}
.index_D .ndex_Dr ul { display: flex; flex-wrap: wrap; }
.index_D .ndex_Dr ul li { float: left; background: #fff; width: 19.1%; margin-right: 1.1%; margin-bottom: 1.1%; border: 1px solid #fff; position: relative; }
.index_D .ndex_Dr ul li:nth-child(5n) { margin-right: 0; }
.index_D .ndex_Dr ul li img { width: 100%; transform:scale(1); transition:all .5s;  }
.index_D .ndex_Dr ul li:hover img { transform:scale(1.08); }

.index_D .ndex_Dr ul li:hover { border: 1px solid #DDDDDD; }

.index_D .ndex_Dr ul li .neirong { position: absolute; left: 100%; z-index: 5; top: 0; padding: 30px 25px 40px 32px; width: 375px; border: 1px solid #DDDDDD; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(6px); display: none; }
.index_D .ndex_Dr ul li .neirong .bt { font-weight: bold; margin-bottom: 20px; }
.index_D .ndex_Dr ul li .neirong .xq { line-height: 1.75; }
.index_D .ndex_Dr ul li:hover .neirong { display: block; }

.index_D .ndex_Dr ul li:nth-child(5n) .neirong {
    left: auto;
    right: 100%;
}

.index_D .ndex_Dr .biaiow { position: relative; z-index: 2; }
.index_D .ndex_Dr .dingw { position: absolute; top: -4.3vw; right: 7.3%; }
.index_D .ndex_Dr .dingw  img { width: 31.25vw; height: 6.61458vw; }
.flexw { display: flex; flex-wrap: wrap; }

.footer { background: #272727; position: relative; }
.footer::before { position: absolute; content: ""; top: 0; left: 0; width: 42.29%; height: 100%; background: url(../images/footer.png)no-repeat center center/cover;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 75px),
        calc(100% - 75px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.footer .kwoensn { position: relative; z-index: 1; padding-left: 198px; }
.footer .kwoensn .ooter_top { padding: 97px 0 67px; }
.footer .kwoensn .ooter_top .tertol .xz { margin-top: 25px; }
.footer .kwoensn .ooter_top .tertol .zx { margin: 15px 0 15px; line-height: 2.04; color: rgba(255,255,255,.8); }
.footer .kwoensn .ooter_top .tertol .ewm ul li { float: left; margin-right: 8px; position: relative; }
.footer .kwoensn .ooter_top .tertol .ewm ul li .ewm { position: absolute; width: 150px; height: 150px; padding: 15px; background: #fff; display: none; bottom: 70px; left: 50%; transform: translateX(-50%); }
.footer .kwoensn .ooter_top .tertol .ewm ul li .ewm img { width: 100%; }
.footer .kwoensn .ooter_top .tertol .ewm ul li:hover .ewm { display: block; }
.footer .kwoensn .ooter_top .tertor dl { float: left; margin-right: 70px; }
.footer .kwoensn .ooter_top .tertor dl:last-child { margin-right: 0; }
.footer .kwoensn .ooter_top .tertor dl dt a { display: block; color: #fff; font-size: 18px; line-height: 1; margin-bottom: 23px; }
.footer .kwoensn .ooter_top .tertor dl dd a { display: block; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1; margin-bottom: 16px; }

.footer .ooter_bottom { padding: 29.5px 0; border-top:1px solid rgba(255, 255, 255, 0.1); }
.footer .ooter_bottom .ttoml { color: rgba(255,255,255,.5); line-height: 1; }
.footer .ooter_bottom .ttomr a { color: rgba(255,255,255,.5); display: inline-block; line-height: 1; }
.footer .ooter_bottom .ttomr span { display: inline-block; background: rgba(255,255,255,.5); width: 1px; height: 13px; margin: 0 5px; }

.index_A,
.index_C,
.index_D { overflow: hidden; }


@media(max-width:1920px) {
    .index_A .ndexa_l .dexabu ul li .t { width: 36vw; }
    .footer::before { width: 44%; }
}

@media(max-width:1750px)  {
    .footer .kwoensn .ooter_top .tertol { width: 20%; }
    .footer .kwoensn .ooter_top .tertor dl { margin-right: 40px; }
}

@media(max-width:1500px) {
    .index_A .ndexa_r .videor .anweo { width: 70px; height: 70px; }

    .index_B .wenziwee { left: 5%; }
    .index_C .ndexc_bottom { padding-left: 5%; }
    .index_C .ndexc_bottom .orunji { padding-right: 5%; }

    .index_daohang .daoheng .nav ul li .sub { font-size: 14px; }
    .footer .kwoensn { padding-left: 145px; }
    /* .indexbanner .tuwoe img {
        width: 36.29166vw;
        height: 7.16666vw;
    }
    .indexbanner .tuwoe { bottom: -4.9vw; } */
    .index_B .wenziwee {
        bottom: -7.8vw;
    }


    .index_D .ndex_Dr .dingw {right: 4%; }

}
 
@media(max-width:1350px) {
    .footer::before {
        width: 39%;
    }
}

@media(max-width:1300px) {

    .index_A .ndexa_l .dexabu ul li { padding: 20px; }
    .index_A .ndexa_l .dexabu ul li .t { width: 260px; font-size: 14px; padding-right: 0; }
    .index_A .ndexa_l .dexabu ul li .t span { padding-left: 20px; }
    .index_A .ndexa_l .dexabu ul li .t span::before { width: 15px; height: 15px; }
    .index_A .ndexa_l .dexabu ul li:nth-child(2) .t span::before { width: 15px; height: 15px; }
    .index_A .ndexa_l .dexabu .xabu:nth-child(2) ul li:nth-child(1) .t span::before { width: 15px; height: 15.5px; }
    .index_A .ndexa_l .dexabu .xabu:nth-child(2) ul li:nth-child(2) .t span::before { width: 15px; height: 13px; }

    .index_A .ndexa_r .videor .anweo::before { width: 10px; height: 19px; }
    .index_A .ndexa_r .videor .anweo { width: 50px; height: 50px; }
    .index_A .ndexa_r .videor .anweo:hover {
        clip-path: polygon(
            10px 0,
            100% 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }
    .index_A .ndexa_r .videor .img { 
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 25px),
            calc(100% - 25px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }
    .index_C .ndexc_bottom .swiper-slide .img { 
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 25px),
            calc(100% - 25px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }
    .index_B .newieio .zongwe { left: 38%; }
    .index_B .newieio .eiol .io { font-size: 17px; }
    .index_B .newieio .eiol .io.cur { font-size: 22px; }


    .index_D .ndex_Dr { margin-top: 7vw; }


    .footer .kwoensn .ooter_top .tertor dl { margin-right: 20px; }
}

@media(max-width:1100px) {
    .index_A { padding: 40px 0 50px; margin-top: 40px; }
    .index_A .ndexa_l { width: 100%; }
    .index_A .ndexa_l .dexabu .xabu { width: 100%; margin-right: 0; }
    .index_A .ndexa_l .dexabu .xabu:last-child { margin-top: 17px; }
    .index_A .ndexa_l .dexabu ul li .t::before {
        background-size: 67.4375vw auto;
    }
    .index_A .ndexa_l .dexabu ul li .sz { margin-top: 20px; }
    .index_A .ndexa_r { width: 100%; padding: 0; margin-top: 20px; }

    .index_B { padding: 40px 0 50px; }
    .index_B .wenziwee { display: none; }
    .index_B canvas { display: none; }
    .index_B .newieio .eiol { float: left; padding: 0; width: 100%; }
    .index_B .newieio .eiol .io { font-size: 15px; margin-bottom: 20px; }
    .index_B .newieio .eiol .io.cur { font-size: 18px; }
    .index_B .newieio .zongwe { position: relative; transform: translate(0); float: left; left: 0; margin: 30px 0; width: 80.32291vw; height: 80.32291vw; }
    .index_B .newieio .zongwe .yewsi {
        width: 63.73958vw;
        height: 63.73958vw;
    }
    .index_B .newieio { margin-top: 20px; }
    .index_B .newieio .eior { width: 100%; }
    .index_B .newieio .eior .box .nrw { margin: 20px 0 30px; }
    .index_B .newieio .eior .box .nrw .nr { margin-bottom: 18px; }
    .index_B .newieio .zongwe .yewsi .yewsia {
        width: 38.59375vw;
    }

    .index_C { padding: 40px 0 50px; }
    .index_C .ndexc_bottom { padding-left: 0%; margin-top: 20px; }
    .index_C .ndexc_bottom .orunji { padding-right: 0; }
    .index_C .ndexc_top .exctopor { position: initial; width: 100%; margin-top: 15px; }
    .index_C .ndexc_top .exctopor ul li { width: 31.3%; text-align: center; margin-right: 2%; }
    .index_C .ndexc_top .exctopor ul li a { padding: 0 0px; font-size: 14px; line-height: 40px; }
    .index_C .containerte { padding: 0; }
    .index_C .ndexc_bottom .swiper-slide .wenzi { padding: 20px; }
    .index_C .ndexc_bottom .swiper-slide .wenzi .wc { margin-top: 20px; padding-top: 20px; }
    .index_C .ndexc_bottom .swiper-slide .wenzi .wc .cb span { margin-top: -9px; }

    .index_D { padding: 40px 20px; }
    .index_D .ndex_Dl  { padding-left: 0; width: 100%; }
    .index_D .ndex_Dl .nwenewn { position: initial; margin-top: 10px; }
    .index_D .ndex_Dl .nwenewn .wn { margin-bottom: 20px; }
    .index_D .ndex_Dr .dingw { display: none; }
    .index_D .ndex_Dr { width: 100%; margin-top: 30px; padding: 20px; margin-left: 0; }
    .index_D .ndex_Dr .bwen {
        clip-path: polygon(
            25px 0, /* 左上角往下 10px */
            100% 0, /* 右上角 */
            100% 100%, /* 右下角 */
            0 100%, /* 左下角 */
            0 25px /* 左上角 */
        ); 
        overflow: hidden;
    }
    .index_D .ndex_Dr ul li { margin-right: 0; width: 50%; }

    .footer::before { display: none; }
    .footer .kwoensn .ooter_top .tertol { width: 100%; }
    .footer .kwoensn .ooter_top .tertor { display: none; }
    .footer .kwoensn { padding-left: 0; }
    .footer .tertol .icon img { height: 50px; }
    .footer .kwoensn .ooter_top { padding: 40px 0 20px; }
    .footer .ooter_bottom { padding: 20px 0; }
    .footer .ooter_bottom .ttomr { float: left; margin-top: 10px; }

    .index_daohang .daoheng .soutiao { margin-top: 12px; margin-right: 40px; }
    .index_daohang .daoheng .soutiao .tiaozuan { margin-left: 10px; }

    .footer .kwoensn .ooter_top .tertol .ewm ul li .ewm { left: 0; transform: translateX(0); }

    .index_D .ndex_Dr ul { overflow: scroll; height: 300px; }
    .index_D .ndex_Dr ul li:hover .neirong { display: none; }
    .index_D .zowenewn { background: #fff; margin-top: 20px; padding: 20px; }
    .index_D .zowenewn .bt { font-size: 18px;  font-weight: bold; margin-bottom: 5px; }
}


/**手机下拉**/
.daohwn .navR {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 55.33px;
}


.nav_box { height: calc(100% - 66px); display: block; background: #fff; width: 100%; top: 66px; position: fixed; left: -100%; z-index: 99999999; overflow: hidden; transition: all .5s; }
.nav_box.cur { left: 0; }
.nav_box ul li { border-bottom: 1px solid #F7F7F7; }
.nav_box ul li>a { line-height: 60px; padding: 0 20px; font-size: 16px; display: block; color: #333333; position: relative; }
.nav_box ul li>a::before { position: absolute; content: ""; right: 20px; top: 50%; transform: translateY(-50%); width: 8px; height: 12px; background: url(../images/sbmdwe.png)no-repeat center center/cover; }
.nav_box ul li .sbmd { line-height: 60px; padding: 0 20px; font-size: 16px; display: block; color: #333333; position: relative; }
/* .nav_box ul li .sbmd::before { position: absolute; content: ""; right: 20px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background: url(../images/sbmd.png)no-repeat center center/cover; } */
.nav_box ul li .sbmd.cur::before { background: url(../images/sbmda.png)no-repeat center center/cover; width: 12px; height: 8px; }
.nav_box ul li .sbmd.cur { background: #B51C2F; color: #fff; }

.nav_box ul li .suv { padding: 0 20px; display: none; }
.nav_box ul li .suv .erjilanmu .bt { border-bottom: 1px solid #F7F7F7; padding: 13px 0 13px; }
.nav_box ul li .suv .erjilanmu:last-child .bt { border-bottom: 0; }
.nav_box ul li .suv .erjilanmu .bt span { font-size: 14px; color: #333333; display: inline-block; width: 82%; line-height: 22px; }
.nav_box ul li .suv .erjilanmu.sbdm .bt a { display: block; position: relative; }
.nav_box ul li .suv .erjilanmu.sbdm .bt a::before { position: absolute; content: ""; right: 0px; top: 6px; width: 12px; height: 12px; background: url(../images/sbmd.png)no-repeat center center/cover; }
.nav_box ul li .suv .sbdm.cur .bt a::before { background: url(../images/sbmwwwda.png)no-repeat center center/cover; height: 2px; top: 10px; }
.nav_box ul li .suv .erjilanmu:last-child { border-bottom: 0; }
.nav_box ul li .suv .erjilanmu .sum { display: none; padding: 9px 0 10px; border-bottom: 1px solid #F7F7F7; }
.nav_box ul li .suv .erjilanmu .sum .us a { display: block; font-size: 12px; line-height: 28px; color: #333333; }


/**关于我们**/
.nei-footer .kwoensn { padding-left: 0; }
.nei-footer::before { clip-path:initial; }
.nei-footer::before { width: 38%; }

@media (max-width: 1750px) {
    .nei-footer .kwoensn .ooter_top .tertol {
        width: 31%;
    }
}
@media (max-width: 1100px) {
    .nei-footer .kwoensn .ooter_top .tertol {
        width: 100%;
    }
}

/**内页导航**/
.fixed-head { box-shadow: 0 0 5px rgba(0,0,0,0.3); }
.header { background: #FFFFFF; padding: 0 0 0 22.47px; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; transition: all .5s; }
.header .header_box .logoa a { display: block; padding: 18px 0; }
.header .header_box .awen { position: absolute; left: 50%; transform: translateX(-50%); width: 772px; }
.header .header_box .awen ul li { float: left; margin-right: 75px; }
.header .header_box .awen ul li:last-child { margin-right: 0; }
.header .header_box .awen ul li .sub { display: block; font-size: 18px; color: #333333; line-height: 83px; position: relative; }
.header .header_box .awen ul li .sub::before  { position: absolute; top: 0; width: 100%; height: 2px; background: #B51C2F; content: ""; display: none; }

.header .header_box .awen ul li.cur .sub::before,
.header .header_box .awen ul li:hover .sub::before  { display: block; }

.header .baowej .wea a { border-left: 1px solid rgb(214,214,214); line-height: 83px; font-size: 18px; color: #666666; border-right: 1px solid rgb(214,214,214); display: block; position: relative; padding: 0 47px; }
.header .baowej .wea a:before { position: absolute; content: ""; left: 25px; top: 48.5%; transform: translateY(-50%); width: 18px; height: 18px; background: url(../images/wea.svg)no-repeat center center/cover; }
.header .baowej .wea a:after { position: absolute; content: ""; right: 30px; top: 48.5%; transform: translateY(-50%); width: 12px; height: 12px; background: url(../images/wea1.svg)no-repeat center center/cover; }

.header .baowej .wev { width: 128px; position: relative; height: 83px; cursor: pointer; }
.header .baowej .wev .dian { padding-left: 50px; position: absolute; top: 0%; left: 0%; font-size: 18px; color: #666; width:100%; height:100%; line-height:83px; }
.header .baowej .wev .dian:after { position: absolute; content: ""; left: 24px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background: url(../images/wev.svg)no-repeat center center/cover; }

.header .baowej .wev .relative { width:100%; height:100%; }

.header .baowej .sousuo .top-search {
    position: absolute;
    right: 40px;
    top: 130%;
    width: 300px;
    max-width: 300px;
    display: none;
}
.header .baowej .sousuo .top-search .text {
    color: #999;
    background: #fff;
    border: none;
    width: 100%;
    padding: 0 50px 0 10px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header .baowej .sousuo .top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/PicList002854_btn_hover.png) no-repeat center center #B51C2F;
}

.nybanner .img {
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 70px),
        calc(100% - 70px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.nybanner .img img {-webkit-animation:fa1 5s linear 1; }
@-webkit-keyframes fa1{
	0%{-webkit-transform:scale(1.1);}
	10%{-webkit-transform:scale(1.09);}
	20%{-webkit-transform:scale(1.08);}
	30%{-webkit-transform:scale(1.07);}
	40%{-webkit-transform:scale(1.06);}
	50%{-webkit-transform:scale(1.05);}
	60%{-webkit-transform:scale(1.04);}
	70%{-webkit-transform:scale(1.03);}
	80%{-webkit-transform:scale(1.02);}
	90%{-webkit-transform:scale(1.01);}
	100%{-webkit-transform:scale(1.0);}
}
.nybanner .text { position: absolute; top: 40%; transform: translateY(-50%); left: 0; width: 100%; }
.nybanner .text .nya { margin-bottom: 6px; }
.nybanner .wenzi { position: absolute; bottom: -5.1vw; width: 37.29166vw; height: 9.16666vw; right: 12.5%; }
.nybanner .wenzi img { width: 100%; }

.nybanner .wenzid { right: 0; bottom:-6.3vw; width: 51.92708vw; }

.AboutUs_A { padding: 12.5vw 0 6.45833vw; }
.AboutUs_A .utopr { width: 39.29166vw; padding-top: 33px;  }
.AboutUs_A .utopr .usa { line-height: 1.88; }
.AboutUs_A .utopr .usb { line-height: 1.75; margin-top: 8px; }

.AboutUs_A .utusa_bottom {
    padding: 20px 0 0 0;
    position: relative;
    margin-top: 60px;
}
.AboutUs_A .utusa_bottom::before {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    width: 21.92708vw;
    height: 13.125vw;
    background: #AB2D31;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 40px),
        calc(100% - 40px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.AboutUs_A .utusa_bottom .tuzoen  {  position: relative; z-index: 2; padding: 0 75px; background: url(../images/AboutUs_A.jpg)no-repeat center center/cover; padding: 12.39583vw 3.90625vw 1.71875vw; }
.AboutUs_A .utusa_bottom ul { display: flex; flex-wrap: wrap; }
.AboutUs_A .utusa_bottom ul li { float: left; margin-right: 15px; width: calc(25% - 11.3px); background: rgba(255, 255, 255, .5); backdrop-filter: blur(6px); padding: 30px 22px 43px 32px; }
.AboutUs_A .utusa_bottom ul li:last-child { margin-right: 0; }

.AboutUs_A .utusa_bottom ul li .t { position: relative; padding-left: 35px; }
.AboutUs_A .utusa_bottom ul li .t span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../images/dexabu1.svg)no-repeat center center/cover;
}
.AboutUs_A .utusa_bottom ul li:nth-child(2) .t span::before { background: url(../images/dexabu2.svg)no-repeat center center/cover; }
.AboutUs_A .utusa_bottom ul li:nth-child(3) .t span::before { background: url(../images/dexabu3.svg)no-repeat center center/cover; }
.AboutUs_A .utusa_bottom ul li:nth-child(4) .t span::before { background: url(../images/dexabu4.svg)no-repeat center center/cover; height: 19px; }
.AboutUs_A .utusa_bottom ul li .xian { margin-top: -6px; }
.AboutUs_A .utusa_bottom ul li .sz {
    line-height: .87;
    margin-top: 25px;
}

.AboutUs_B { background: url(../images/index_B.jpg)no-repeat center center/cover; padding-bottom: 45px; }

.AboutUs_B .outusl {
    width: 56.5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
/* .AboutUs_B .outusl::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 191px;
    content: "";
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(162, 21, 34, 0) 1%, #BF2334 100%);
} */
.AboutUs_B .outusl .sanliu { overflow: hidden; height: 367px; margin-top: 113px; }
.AboutUs_B .outusl .swiper-container {
    height: 163px;

}

.AboutUs_B .outusl .swiper-container .swiper-slide { border-bottom: 1px solid rgba(216, 216, 216, .3); }
.AboutUs_B .outusl .swiper-container .swiper-slide-next { opacity: .3; }
.AboutUs_B .outusl .swiper-container .bt { line-height: 42px; color: #fff; font-size: 36px; margin-bottom: 32px; }
.AboutUs_B .outusl .swiper-container .bt span  { 
    background: #FFFFFF;
    font-size: 30px;
    line-height: 1;
    padding: 6px 11px;
    color: #99111D;
    display: inline-block;
    margin-right: 18px;     
    clip-path: polygon(
        7px 0,
        100% 0,
        100% 0,
        100% calc(100% - 7px),
        calc(100% - 7px) 100%,
        7px 100%,
        0 100%,
        0 7px
    );
}
.AboutUs_B .outusl .swiper-container .nr { line-height: 1.65; color: #fff; }


.AboutUs_B .outusr { padding: 8.33333vw 80px 8.33333vw 0; position: relative; }
.AboutUs_B .outusr::before { position: absolute; right: 103px; top: 0; width: 1px; height: 100%; content: ""; background: rgba(255,255,255,0.2); }
.AboutUs_B .outusr .gmol { font-size: 86px; line-height: .85; color: #fff; margin-top: 270px; margin-right: -45px; font-weight: bold; }
.AboutUs_B .outusr .gmor .swiper-container { height: 606px; overflow: hidden; padding: 0 18px 0 41px; }
.AboutUs_B .outusr .gmor .swiper-container .swiper-slide { font-size: 87px; padding-right: 110px; line-height: .85; color: rgba(255,255,255,.2); font-weight: bold; }
.AboutUs_B .outusr .gmor .swiper-container .swiper-slide-active { color: #fff;  }
.AboutUs_B .outusr .gmor .swiper-container .swiper-slide-active::before { top: 50%; left: -41px; transform: translateY(-50%); position: absolute; content: ""; width: 158px; height: 158px; border: 1px solid rgba(255,255,255,.2); overflow: hidden; border-radius: 50%; }
.AboutUs_B .outusr .gmor .swiper-container .swiper-slide .span { position: absolute; top: 50%; transform: translateY(-50%); right: -18px; width: 46px; height: 46px; border-radius: 50%; overflow: hidden; }
.AboutUs_B .outusr .swiper-container .swiper-slide .span::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 11px; height: 11px; border-radius: 50%; background: #DBE0EA; z-index: 2; }
.AboutUs_B .outusr .swiper-container .swiper-slide .span::after { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0); transition: all .5s; width: 100%; height: 100%; border-radius: 50%; background: #fff; z-index: 1;}
.AboutUs_B .outusr .swiper-container .swiper-slide-active .span::before { background: #9D131F; }
.AboutUs_B .outusr .swiper-container .swiper-slide-active .span::after { transform: translate(-50%,-50%) scale(1); }
.AboutUs_B .outusr .swiper-container .swiper-slide .eeee { position: absolute; top: 50%; left: -41px; transform: translateY(-50%); z-index: 100000000000; }
.AboutUs_B .outusr .swiper-container .swiper-slide .eeee .ssw { width: 158px; height: 159px; position: relative; }
.AboutUs_B .outusr .swiper-container .swiper-slide .eeee .ssw .circle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee .ssw .circle i {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee .ssw .circle i::before {
	content: '';
	position: absolute;
	width: 200%;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	clip: rect(0, 159px, 159px, 79px);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee .ssw .circle i:first-child::before {
	left: 0;
	right: auto;
	clip: rect(0px, 79px, 159px, 0px);
}

.AboutUs_B .outusr .gmor .swiper-container .swiper-slide-active .eeee .ssw .circle i::before {
	-webkit-animation: circleR 3000ms linear both;
	animation: circleR 3000ms linear both;
}

.AboutUs_B .outusr .gmor .swiper-container .swiper-slide-active .eeee .ssw .circle i:first-child::before {
	-webkit-animation-name: circleL;
	animation-name: circleL;
}

.AboutUs_B .outusr .juzongwen { position: absolute; top: 50%; right: 0; transform: translateY(-50%); writing-mode: vertical-rl; color: rgba(255, 255, 255, .6); line-height: 1; text-align: center; }
.AboutUs_B .outusr .juzongwen span { display: inline-block; }
.AboutUs_B .outusr .juzongwen i { display: inline-block; margin-top: 11px; background: url(../images/juzongwen.svg)no-repeat center center/cover; width: 16px; height: 26.13px; }


@-webkit-keyframes circleL {

	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes circleR {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes circleL {

	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes circleR {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.AboutUs_B { position: relative; }
.AboutUs_B .container { position: relative; z-index: 2; }
.AboutUs_B canvas {
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 420px !important;
    z-index: 1;
}

.AboutUs_B .wenziwee {
    position: absolute;
    left: 12.5%;
    color: #fff;
    bottom: -5.3vw;
}
.AboutUs_B .wenziwee img { width: 38.69791vw; height: 11.25vw; }

.AboutUs_C { padding: 10.9375vw 0 7.29166vw; position: relative; }
.AboutUs_C::before { position: absolute; bottom: -11.97916vw; z-index: 1; right: 0; width: 10.46875vw; height: 26.19791vw; content: ""; background: url(../images/AboutUs_C.png)no-repeat center center/cover; }
.AboutUs_C  .outusc_top .topr { position: absolute; bottom: 5px; right: 0; }
.AboutUs_C  .outusc_top .topr ul { border: 1px solid #D8D8D8; }
.AboutUs_C  .outusc_top .topr ul li { float: left; padding: 21px 30px; line-height: 1; cursor: pointer; position: relative; }
.AboutUs_C  .outusc_top .topr ul li::before { position: absolute; content: ""; top: -1px; left: 50%; transform: translateX(-50%);  width: calc(100% + 2px); height: calc(100% + 2px);  background: #fff; opacity: 0; transition: all .5s; }
.AboutUs_C  .outusc_top .topr ul li span { position: relative; z-index: 2; }
.AboutUs_C  .outusc_top .topr ul li.cur span { color: #fff; }
.AboutUs_C  .outusc_top .topr ul li.cur::before { background: #B51C2F; opacity: 1; }

.AboutUs_C .outusc_bottom { 
    background: #F7F7F7; 
    padding: 20px; 
    margin-top: 34px; 
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 40px),
        calc(100% - 40px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.AboutUs_C .outusc_bottom .swiper-container { overflow: hidden; position: relative; }
.AboutUs_C .outusc_bottom .img { position: absolute; height: 100%; left: 0; top: 0; width: 50.7%; }
.AboutUs_C .outusc_bottom .wnziwe { width: 43.5%; float: right; padding:45px 110px 11.71875vw 0; min-height:600px; }
.AboutUs_C .outusc_bottom .wnziwe .bte { margin: 26px 0 20px; }
.AboutUs_C .outusc_bottom .wnziwe .nr { line-height: 1.3; }

.AboutUs_C .swieran { position: absolute; bottom: 50px; right: 0; width: 43.5%;  }

.swieran .guweo { border: 1px solid #D8D8D8; width: 54px; height: 54px; position: relative; top: auto; margin-top: 0; float: left; left: auto; right: auto; transition: all .5s; }
.swieran .guweo:last-child { margin-left: 8px; }
.swieran .guweo:after { font-size: 0; width: 14px; height: 14px; background: url(../images/sprev.svg)no-repeat center center/cover; transition: all .5s; }
.swieran .swiper-button-next:after { background: url(../images/snext.svg)no-repeat center center/cover; }

.swieran .swiper-button-prev:hover:after { background: url(../images/spreva.svg)no-repeat center center/cover; }
.swieran .swiper-button-next:hover:after { background: url(../images/snexta.svg)no-repeat center center/cover; }

.swieran .guweo:hover { background: #B51C2F; border-color: #B51C2F; }

.AboutUs_D { padding: 6.92708vw 0 8.33333vw; background: #F9F9F9; overflow: hidden; position: relative; }
.AboutUs_D::before { position: absolute; top: 0; left: 0; width: 12.5%; background: #F9F9F9; content: ""; z-index: 2; height: 100%; }
.AboutUs_D .boutUsd_top { margin-bottom: 50px; }
.AboutUs_D .boutUsd_top .swieran { position: absolute; bottom: 10px; right: 0; }
.AboutUs_D .boutUsd_bottom .swiper-slide { background: #fff; }
.AboutUs_D .boutUsd_bottom .swiper-slide a { display: block; }
.AboutUs_D .boutUsd_bottom .swiper-slide .img { background: url(../images/adslide.png)no-repeat center center/cover; padding: 4.21875vw 4.94791vw 2.65625vw; height: 21.875vw; display: flex; align-items: center; }
.AboutUs_D .boutUsd_bottom .swiper-slide .wezn { padding: 30px 30px; position: relative; }
.AboutUs_D .boutUsd_bottom .swiper-slide .wezn::before { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 3px; background: #DDDDDD; transition: all .5s; }
.AboutUs_D .boutUsd_bottom .swiper-slide .wezn .w { font-weight: 100; margin-bottom: 5px; }

.AboutUs_D .boutUsd_bottom .swiper-slide:hover .wezn::before { background: #B51C2F; }

.AboutUs_E .ndex_Dl { padding-left: 12.5%; width: 30%; }
.AboutUs_E .ndex_Dr { width: 62%; margin-left: 8%; padding-right: 12.5%; }
.AboutUs_E .ndex_Dr .dingw { right: 12.5%; }

@media(max-width:1500px) {
    .header .header_box .awen { width: 503px; }
    .header .header_box .awen ul li .sub { font-size: 16px; }
    .header .baowej .wea a { font-size: 16px; line-height: 70px; }
    .header .baowej .wev .dian { font-size: 16px; line-height:72px; }
    .header .baowej .wev { height: 70px; }
    .header .header_box .awen ul li { margin-right: 30px; }
    .header .baowej .wea a:before { width: 14px; height: 14px; }
    .header .baowej .wea a:after { width: 10px; height: 10px; }
    .header .header_box .awen ul li .sub { line-height: 70px; }
    .header .logoa img { height: 34px; }
    .AboutUs_A .utopr { width: 43.9vw; }
    .AboutUs_A .utusa_bottom ul li { padding: 20px 22px 33px 32px; }

    .nybanner .img {
        overflow: hidden;
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 50px),
            calc(100% - 50px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }



    .AboutUs_B .outusr::before { right: 99px; }
    .AboutUs_B .outusr .gmol { font-size: 55px; margin-top: 213px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide { font-size: 55px; }
    .AboutUs_B .outusr .gmor .swiper-container { height: 468px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide-active::before { width: 130px; height: 130px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee { left: -26px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee .ssw { width: 131px; height: 131px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide-active::before { left: -26px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide .span { width: 40px; height: 40px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee .ssw .circle i::before { clip: rect(0, 131px, 131px, 65px); }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee .ssw .circle i:first-child::before { clip: rect(0px, 65px, 131px, 0px); }

    .AboutUs_B .outusl .swiper-container .bt { font-size: 26px; line-height: 36px; }
    .AboutUs_B .outusl .swiper-container .bt span { font-size: 24px; }
    .AboutUs_B canvas { height: 230px !important; }
    .AboutUs_B .outusl .sanliu  { margin-top: 90px; } { margin-top: 90px; }
    .AboutUs_B .wenziwee { left: 7.5%; }

    .AboutUs_C .swieran { bottom: 30px; }
    .AboutUs_C .outusc_bottom .wnziwe { padding-right: 80px; }

    .AboutUs_C::before {
        bottom: -6.97916vw;
        width: 7vw;
        height: 17.5vw;
    }
    .AboutUs_B .wenziwee {
        bottom: -5.15vw;
    }

    .AboutUs_D::before { width: 7.5%; }
    .AboutUs_D .boutUsd_bottom .swiper-slide .img {
        height: 30.875vw;
    }

    .AboutUs_E .ndex_Dl { padding-left: 7.5%; }
    .AboutUs_E .ndex_Dr { padding-right: 7.5%; }
    
}

@media(max-width:1100px) {
    .nybanner .wenzi { display: none; }
    .nybanner .img {
        overflow: hidden;
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }
    .AboutUs_A { padding: 40px 0 50px; }
    .AboutUs_A .utopr { width: 100%; padding-top: 15px; }
    .AboutUs_A .utopr .usa { font-size: 16px; }
    .AboutUs_A .utusa_bottom .tuzoen { padding: 20px; }
    .AboutUs_A .utusa_bottom { padding-top: 15px; margin-top: 30px; }
    .AboutUs_A .utusa_bottom::before { right: -15px; width: 50%; height: 50%; }

    .AboutUs_A .utusa_bottom ul li { padding: 20px; width: 100%; margin-right: 0; margin-bottom: 20px; }
    .AboutUs_A .utusa_bottom ul li:last-child { margin-bottom: 0; }

    .AboutUs_A .utusa_bottom ul li .t { padding-left: 25px; }
    .AboutUs_A .utusa_bottom ul li .t span::before { width: 16px; height: 16px; }
    .AboutUs_A .utusa_bottom ul li:nth-child(4) .t span::before { height: 15px; }
    .AboutUs_A .utusa_bottom ul li .sz { margin-top: 20px; }

    .header .header_box .logoa a { padding: 10px 0; }
    .header .logoa img { height: 46px; }

    .header .menu-i { background: #000; }
    
    .nybanner { margin-top: 66px; }


    
    .AboutUs_B .outusr .gmol { display: none; }
    .AboutUs_B .outusl { position: initial; transform: translateY(0); width: 100%; }
    .AboutUs_B .outusl .swiper-container,
    .AboutUs_B .outusr .gmor .swiper-container { height: auto; }
    .AboutUs_B .outusr::before { right: 99px; }
    .AboutUs_B .outusr { width: 100%; padding: 0; }
    .AboutUs_B .outusr .juzongwen { display: none; }
    .AboutUs_B .outusr::before { display: none; }
    .AboutUs_B .outusr .gmol { margin-top: 20px; }
    .AboutUs_B .outusr .gmor .swiper-container .swiper-slide { 
        padding-right: 0;
     }
     .AboutUs_B .outusr .gmor  { width: 100%; }
     .AboutUs_B .outusr .gmor .swiper-container { width: 100%; padding: 0; }
     .AboutUs_B .outusr .gmor .swiper-container .swiper-slide { text-align: center; line-height: 160px; font-size: 30px; }
     .AboutUs_B .outusr .gmor .swiper-container .swiper-slide .span { display: none; }
     .AboutUs_B .outusr .gmor .swiper-container .swiper-slide .eeee,
     .AboutUs_B .outusr .gmor .swiper-container .swiper-slide-active::before { left: 50%; transform: translate(-50%,-50%); }
     .ContactUsC .ctUsCl .swiper-container .swiper-wrapper { margin-top: 0; }

     .AboutUs_B { padding: 40px 0 50px; }
     .AboutUs_B .outusl .swiper-container .swiper-slide { padding: 0; border: 0; }

     .AboutUs_B canvas { display: none; }
     .AboutUs_B .outusl .swiper-container { margin-top: 10px; }
     .AboutUs_B .outusl .swiper-container .nr { font-size: 14px}
     .AboutUs_B .outusl .swiper-container .bt  { font-size: 18px; line-height: 30px; margin-bottom: 15px; }
     .AboutUs_B .outusl .swiper-container .bt span { font-size: 18px; }
     .AboutUs_B .outusl .sanliu { height:auto; }
    

     .AboutUs_C { padding: 40px 0 50px; }
     .AboutUs_C .outusc_top .topr { position: initial; width: 100%; margin-top: 20px; }
     .AboutUs_C .outusc_top .topr ul li { width: 50%; padding: 15px 0; text-align: center; border-top: 1px solid #D8D8D8; border-right: 1px solid #D8D8D8; }
     .AboutUs_C .outusc_top .topr ul li:last-child { width: 100%; border-right: 0; }
     .AboutUs_C .outusc_top .topr ul li:nth-child(2n) { border-right: 0; }
     .AboutUs_C .outusc_top .topr ul li:nth-child(1),
     .AboutUs_C .outusc_top .topr ul li:nth-child(2) { border-top: 0; }
     .AboutUs_C .outusc_bottom .wnziwe { min-height:auto; }

     .AboutUs_C .outusc_bottom .img { position: initial; width: 100%; background: none !important; }
     .AboutUs_C .outusc_bottom .wnziwe { width: 100%; padding: 20px 0 0; }
     .AboutUs_C .swieran { position: initial; margin-top: 25px; }
     .AboutUs_C .outusc_bottom {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
     }

     .swieran .guweo { width: 40px; height: 40px; }
     .swieran .guweo:after { width: 10px; height: 10px; }
     .AboutUs_C::before { display: none; }

     .AboutUs_D::before { display: none; }
     .AboutUs_D .swiper-container { overflow: hidden; }
     .AboutUs_D .boutUsd_bottom .swiper-slide .img { height: auto; padding: 20px; }
     .AboutUs_D .boutUsd_bottom .swiper-slide .wezn { padding: 20px; }
     .AboutUs_D .boutUsd_top .swieran { bottom: 0; }
     .AboutUs_D .boutUsd_top { margin-bottom: 30px; }

     .AboutUs_E .ndex_Dl { padding-left: 0%; width: 100%; }
     .AboutUs_E .ndex_Dr { padding-right: 0; margin-left: 0; width: 100%; }
     
     
}



/**产品中心**/
.ProductA { padding: 6.77083vw 0 6.09375vw; background: #F9F9F9; }
.ProductA .ducta_top { position: relative; z-index: 2; margin-bottom: 45px; }
.ProductA .ducta_top .saixuan { position: absolute; bottom: 10px; right: 0; }
.ProductA .ducta_top .saixuan .xuan { float: left; margin-right: 15px; position: relative; }
.ProductA .ducta_top .saixuan .xuan:last-child { margin-right: 0; }
.ProductA .ducta_top .saixuan .xuan:last-child .uan { width: 434px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ProductA .ducta_top .saixuan .xuan .uan { border: 1px solid #E5E5E5; cursor: pointer; background: #FFFFFF; width: 269px; line-height: 58px; padding-left: 25px; position: relative; font-size: 18px; color: #333333; }
.ProductA .ducta_top .saixuan .xuan .uan::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 21.7px;
    width: 13px;
    height: 8px;
    transform: translateY(-50%);
    background: url(../images/uan.svg)no-repeat center center/cover;
}

.ProductA .ducta_top .saixuan .xuan .nan { position: absolute; width: 100%; top: 40px; padding-top: 20px; display: none; }
.ProductA .ducta_top .saixuan .xuan .nan ul { background: #FDFDFD; padding: 20px 25px;  }
.ProductA .ducta_top .saixuan .xuan .nan ul  li a { display: block; color: #666; font-size: 16px; line-height: 40px; }
.ProductA .ducta_top .saixuan .xuan:hover .nan { display: block; }

.ProductA .bott_t .tttl { width: 50%; width: calc(66.67% - 7px); background: #FFFFFF; }
.ProductA .bott_t .tttl,
.ProductA .bott_t .tttr {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.ProductA .bott_t .tttr { width: 50%; width: calc(33.33% - 13.3px); margin-left: 20px; background: #FFFFFF; }
.ProductA .bott_t .tttl .img,
.ProductA .bott_t .tttr .img { height: 20.05208vw; display: flex; align-items: center; justify-content: center;  } 
.ProductA .bott_t .tttl .img { background: url(../images/tttl.png)no-repeat center center/cover; }
.ProductA .bott_t .tttr .img { background: url(../images/tttr.png)no-repeat center center/cover; }

.ProductA .bott_t .tttl a,
.ProductA .bott_t .tttr a { display: block; }

.ProductA .bott_t .tttl a .weixszn,
.ProductA .bott_t .tttr a .weixszn { padding: 29px 30px; transition: all .5s; background: #fff; }
.ProductA .bott_t .tttl a .weixszn .xz,
.ProductA .bott_t .tttr a .weixszn .xz { margin-top: 11px; transition: all .5s; }
.ProductA .bott_t .tttl a .weixszn .xsz,
.ProductA .bott_t .tttr a .weixszn .xsz { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 80%; transition: all .5s; }

.ProductA .bott_t .tttl a .relative span,
.ProductA .bott_t .tttr a .relative span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #EEEEEE;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
} 

.ProductA .bott_t .tttl a .relative span::before,
.ProductA .bott_t .tttr a .relative span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/Produ.svg)no-repeat center center/cover;
    width: 12px;
    height: 12px;
}

.ProductA .bott_t .tttl:hover a .weixszn,
.ProductA .bott_t .tttr:hover a .weixszn { background: #B51C2F; }

.ProductA .bott_t .tttl:hover a .relative span,
.ProductA .bott_t .tttr:hover a .relative span {
    background: rgba(255, 255, 255, 0.2);
}

.ProductA .bott_t .tttl:hover a .relative span::before,
.ProductA .bott_t .tttr:hover a .relative span::before {
    background: url(../images/Produa.svg)no-repeat center center/cover;
}

.ProductA .bott_t .tttl:hover a .weixszn .xsz, 
.ProductA .bott_t .tttr:hover a .weixszn .xsz {
    color: #fff;
}

.ProductA .bott_t .tttl:hover a .weixszn .xz,
.ProductA .bott_t .tttr:hover a .weixszn .xz { color: #fff; }

.ProductA .nasbe ul { display: flex; flex-wrap: wrap; }
.ProductA .nasbe ul li { 
    width: calc(33.33% - 13.3px);
    float: left; 
    margin-right: 20px;
    margin-top: 30px;
    background: #fff;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.ProductA .nasbe ul li .img { height: 20.72916vw;  display: flex; align-items: center; justify-content: center; background: url(../images/gongli.png)no-repeat left center/cover; }
.ProductA .nasbe ul li .img img { transform: scale(.5); transition:all .5s; }
.ProductA .nasbe ul li:hover .img img { transform: scale(.8); }




.ProductA .nasbe ul li.bigimg {
    width: calc(66.67% - 7px);
    margin-right: 20px;
}

.ProductA .nasbe ul li.bigimg .img { background: url(../images/tttl.png)no-repeat center center/cover; }

.ProductA .nasbe ul li:nth-child(3n) {
    /*width: calc(33.33% - 13.3px);*/
    /*margin-left: 20px;*/
    margin-right: 0;
}

.ProductA .nasbe ul li:nth-child(2) .img { background: url(../images/tttr.png)no-repeat center center/cover; }



/* .ProductA .nasbe ul li:nth-child(3n) { margin-right: 0; } */

.ProductA .nasbe ul li:nth-child(4) .img { background: url(../images/gongli.png)no-repeat center center/cover; }
.ProductA .nasbe ul li:nth-child(5) .img { background: url(../images/gongli.png)no-repeat right center/cover; }
.ProductA .nasbe ul li:nth-child(6) .img { background: url(../images/gongli.png)no-repeat left center/cover; }

.ProductA .nasbe ul li:nth-child(7) .img { background: url(../images/gongli.png)no-repeat center center/cover; }
.ProductA .nasbe ul li:nth-child(8) .img { background: url(../images/gongli.png)no-repeat right center/cover; }


.ProductA .nasbe ul li .weixszn {
    padding: 29px 30px;
    transition: all .5s;
    background: #fff;
}
.ProductA .nasbe ul li .xz {
    margin-top: 11px;
    transition: all .5s;
}
.ProductA .nasbe ul li .xsz {
    transition: all .5s;
}
.ProductA .nasbe ul li span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #EEEEEE;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
} 

.ProductA .nasbe ul li .xsz,
.ProductA .nasbe ul li .xz { width:70%; }

.ProductA .nasbe ul li span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/Produ.svg)no-repeat center center/cover;
    width: 12px;
    height: 12px;
}

.ProductA .nasbe ul li:hover a .weixszn .xsz, 
.ProductA .nasbe ul li:hover a .weixszn .xz {
    color: #fff;
}

.ProductA .nasbe ul li:hover a .weixszn,
.ProductA .nasbe ul li:hover a .weixszn { background: #B51C2F; }


.ProductA .nasbe ul li:hover a .relative span{
    background: rgba(255, 255, 255, 0.2);
}

.ProductA .nasbe ul li:hover a .relative span::before{
    background: url(../images/Produa.svg)no-repeat center center/cover;
}



.fyq { text-align: center; line-height: 0; }
.fyq .clearfix { display: inline-block; }
.fyq a { margin-right: 13px; float: left; display: block; border: 1px solid rgba(62, 58, 57, 0.3); width: 54px; height: 54px; line-height: 56px; font-size: 16px; color: #3E3A39; transition: all .5s; position: relative; }
.fyq a:last-child { margin-right: 0; }


.fyq a:hover,
.fyq a.cur { background: #B51C2F; border-color: #B51C2F; color: #fff; }

.fyq a.prev::before,
.fyq a.next::after { position: absolute; content: ""; top: 54%; left: 50%; width: 14px; height: 14px; transform: translate(-50%,-50%); }


.fyq a.prev::before {
    background: url(../images/sprev.svg)no-repeat center center/cover;
}
.fyq a.next::after {
    background: url(../images/snext.svg)no-repeat center center/cover;
}
.fyq a.prev:hover:before {
    background: url(../images/spreva.svg)no-repeat center center/cover;
}
.fyq a.next:hover:after {
    background: url(../images/snexta.svg)no-repeat center center/cover;
}


.ProductA .fyq { margin-top: 63px; }


@media(max-width:1500px) {
    .ProductA .ducta_top .saixuan .xuan .uan { font-size: 16px; line-height: 45px; }
    .ProductA .ducta_top .saixuan .xuan .nan { top: 27px; }

    .ProductA .bott_t .tttl .img, 
    .ProductA .bott_t .tttr .img,
    .ProductA .nasbe ul li .img { height: 25vw; }
}

@media(max-width:1100px) {
    .ProductA { padding: 40px 0 50px; }
    .ProductA .ducta_top .saixuan { width: 100%; position: initial; margin-top: 20px; float: left; }
    .ProductA .ducta_top .saixuan .xuan { width: 100%; margin-right: 0; margin-bottom: 15px; }
    .ProductA .ducta_top .saixuan .xuan .uan { width: 100%; }
    .ProductA .ducta_top .saixuan .xuan .nan { z-index: 2; }
    .ProductA .ducta_top { margin-bottom: 10px; }
    .ProductA .bott_t .tttl { width: 100%; }
    .ProductA .bott_t .tttl .img, .ProductA .bott_t .tttr .img, .ProductA .nasbe ul li .img { height: 70vw; }
    .ProductA .bott_t .tttr { margin-top: 20px; margin-left: 0; width: 100%; }
    .ProductA .bott_t .tttl a .weixszn, .ProductA .bott_t .tttr a .weixszn { padding: 20px; }
    .ProductA .bott_t .tttl a .relative span, .ProductA .bott_t .tttr a .relative span { width: 40px; height: 40px; }
    .ProductA .bott_t .tttl a .relative span::before, .ProductA .bott_t .tttr a .relative span::before { width: 9px; height: 9px; }
    .ProductA .bott_t .tttl,
    .ProductA .bott_t .tttr {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }
    .ProductA .nasbe ul li { width: 100%; margin-top: 0; margin-right: 0; margin-bottom:20px; }
    .ProductA .nasbe ul li .weixszn { padding: 20px; }
    .ProductA .nasbe ul li span { width: 40px; height: 40px; }
    .ProductA .nasbe ul li span::before { width: 9px; height: 9px; }
    .ProductA .nasbe ul li:nth-child(2) { width:100%; margin-right:0; margin-left:0; }
    .ProductA .nasbe ul li { 
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }
    .ProductA .nasbe ul li.bigimg { width:100%; margin-right:0; }
    .ProductA .nasbe ul li .xz { width:70%; }
    .ProductA .fyq { margin-top: 30px; }
    .ProductA .ducta_top .saixuan .xuan:last-child .uan { width: 100%; padding:0 50px 0 20px; }
    .fyq a { font-size: 14px; width: 40px; height: 40px; line-height: 38px; margin-right: 8px; }
    .fyq a.prev::before, .fyq a.next::after { width: 11px; height: 11px; }

}



/**产品详情**/
.mbx { padding-top: 15px; }
.mbx .urw { padding-left: 22px; position: relative; }
.mbx .urw::before { position: absolute; content: ""; top: 45%; transform: translateY(-50%); left: 0; width: 14px; height: 14px; background: url(../images/mbx.svg)no-repeat center center/cover; }
.mbx .urw a { line-height: 1; font-size:14px; color:#999999; }
.mbx .urw span { line-height: 1; font-size:14px; color:#999999; margin: 0 6px; }

.nybanner .img { overflow: hidden; }
.nybannera .text { top: 55%; }

.bgf9 { background: #f9f9f9; }

.ProductxqA { overflow: hidden; padding: 5.20833vw 0 6.14583vw; background: #F9F9F9; }
.ProductxqA .ctxqar { width: 26.13%; }
.ProductxqA .ctxqar .xqar_top { background: #fff; }
.ProductxqA .ctxqar .xqar_top .btww { background: #B51C2F; line-height: 72px; padding: 0 27px; }
.ProductxqA .ctxqar .xqar_top .ptmm { padding: 0 22px 10px; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tma { border-bottom: 1px solid rgba(159, 163, 173, 0.2); cursor: pointer; padding: 28px 0 18px;  line-height: 1; position: relative; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li:last-child .tma { border-bottom: 0; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tma::before { position: absolute; content: ""; width: 0; height: 1px; bottom: -1px; background: rgba(0,0,0,0.3); transition: all .5s; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tma span { position: relative; display: block; color: #333333; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tma span::before { position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; background: url(../images/tma.svg)no-repeat center center/cover; }


.ProductxqA .ctxqar .xqar_top .ptmm ul li .tmb { display: none; padding: 16px 15px 0; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tmb .orub .ub { border-bottom: 1px solid rgba(4, 34, 96, 0.05); padding: 15px 0 15px; cursor: pointer; position:relative; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tmb .orub .ub span { color: #333333; line-height: 1.45; display: block; position: relative; width:80%; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tmb .orub .ub::before { position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 9px; background: url(../images/ub.svg)no-repeat center center/cover; }



.ProductxqA .ctxqar .xqar_top .ptmm ul li .tmb .up { display: none; border-bottom: 1px solid rgba(4, 34, 96, 0.05); padding: 7px 0; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li .tmb .up .p a { display: block; line-height: 35px; color: #999999; }

.ProductxqA .ctxqar .xqar_top .ptmm ul li.cur .tma::before { width: 100%; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li.cur .tma span { color: #B51C2F; }
.ProductxqA .ctxqar .xqar_top .ptmm ul li.cur .tma span::before { background: url(../images/tmaa.svg)no-repeat center center/cover; }



.ProductxqA .ctxqar .xqar_top .ptmm ul li .tmb .orub.cura .ub::before { background: url(../images/uba.svg)no-repeat center center/cover; }




.ProductxqA .ctxqar .xqar_bott { background: url(../images/xqar_bott.png)no-repeat center center/cover #B51C2F; margin-top: 20px; padding: 32px 30px 35px; }
.ProductxqA .ctxqar .xqar_bott .rb { margin-top: 17px; }
.ProductxqA .ctxqar .xqar_bott a { background: rgba(255, 255, 255, 0.1); padding: 0 29px; margin-top: 65px; }
.ProductxqA .ctxqar .xqar_bott a span { line-height: 42px; }



.ProductxqA .ctxqal { width: 72%; padding: 45px 38px 70px 39.5px; background: #fff; }
.ProductxqA .ctxqal .btow { margin-bottom: 33px; }
.ProductxqA .ctxqal .jianjie { background: #FAFAFA; margin-bottom: 45px; }
.ProductxqA .ctxqal .jianjie .img { width: 47.8%; display: flex; align-items: center; justify-content: center; background: url(../images/jianjiee.jpg)no-repeat center center/cover; position: absolute; left: 0; top: 0; height: 100%; overflow:hidden; }
.ProductxqA .ctxqal .jianjie .img img { transform:scale(.7); }
.ProductxqA .ctxqal .jianjie .wnez { width: 46.3%; padding:57px 14% 6.77083vw 0; }
.ProductxqA .ctxqal .jianjie .wnez .neir { line-height: 1.77; margin-top: 20px; }

.ProductxqA .ctxqal .xianwenbbe .ul .li { margin-bottom: 50px; }
.ProductxqA .ctxqal .xianwenbbe .ul .li:last-child { margin-bottom: 0; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .t { position: relative; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .t .bt { background: #EDEDED; padding: 0 18.46px; line-height: 50px; color: #3D3D3D; cursor: pointer; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .t .anniu { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 12px; height: 7px; background: url(../images/ub.svg)no-repeat center center/cover; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b { display: none; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .wzoe { padding: 24px 20px 0; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .wzoe ul li { line-height: 1.77; list-style-type: disc; margin-left: 20px; color: #3D3D3D; }

.ProductxqA .ctxqal .xianwenbbe .ul .li .b .wzoea { padding-top: 10px; padding-right: 120px; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .wzoea ul li { float: left; width: 48.7%; margin-left: 0; list-style-type: square;  list-style-position: inside; border-bottom: 1px solid #E4E4E4; margin-right: 2.6%; line-height: 1; padding: 33px 0 14px; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .wzoea ul li:nth-child(2n) { margin-right: 0; }

.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuan { padding: 30px 0 0; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .swiper-container { overflow: hidden; height: 14.94791vw; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .swiper-container .swiper-slide .pre { position: absolute; bottom: 0; width: 100%; left: 0; padding: 0 23px 23px; line-height: 1; color: #fff; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .anweo .swiper-pagination { position: initial; line-height: 0; margin-top: 17px; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .anweo .swiper-pagination .swiper-pagination-bullet { width: 21.99px; height: 21.99px; background: none; opacity: 1; position: relative; margin-left: 0; margin-right: 15px; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .anweo .swiper-pagination .swiper-pagination-bullet:last-child { margin-right: 0; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .anweo .swiper-pagination .swiper-pagination-bullet::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 0%; height: 0%; transition: all .5s; border: 1px solid #333333; overflow: hidden; border-radius: 50%; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .anweo .swiper-pagination .swiper-pagination-bullet::after { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 7px; height: 7px; background: #333333; border-radius: 50%; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .anweo .swiper-pagination .swiper-pagination-bullet-active::before { width: 100%; height: 100%; }

.ProductxqA .ctxqal .xianwenbbe .ul .li.cur .t .anniu { background: url(../images/uba.svg)no-repeat center center/cover; }

.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan { margin-top: 30px; padding-right: 59px; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table { border: 0; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table th { color: #fff; padding: 16px 0; font-size: 18px; font-weight: 500; }
/*.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table th:nth-child(1) { padding-left: 35px; }*/
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table tr td { font-size: 16px; color: #5E6265; padding: 13px 0; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table tr td:nth-child(1) { border-left: 0; padding-left: 0; }
.ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table tr td:last-child { border-left: 0; }


.ProductxqB { padding: 5.20833vw 0 5.72916vw; }
.ProductxqB .Productxqb_top { margin-bottom: 37px; }
.ProductxqB .Productxqb_top .swieran { position: absolute; bottom: 10px; right: 0; }
.ProductxqB .swiper-container { overflow: hidden; }
.ProductxqB .swiper-container .swiper-slide {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.ProductxqB .swiper-container .swiper-slide .xz {
    margin-top: 11px;
    transition: all .5s;
}
.ProductxqB .swiper-container .swiper-slide .xsz { transition: all .5s; }
.ProductxqB .swiper-container .swiper-slide .img { 
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/gongli.png)no-repeat left center/cover;
}
.ProductxqB .swiper-container .swiper-slide .img img { transform: scale(.7); }
.ProductxqB .swiper-container .swiper-slide-next .img { 
    background: url(../images/gongli.png)no-repeat center center/cover;
}
.ProductxqB .swiper-container .swiper-slide-next + div .img { 
    background: url(../images/gongli.png)no-repeat right center/cover;
}
.ProductxqB .img { height: 20.72916vw; }

.ProductxqB .swiper-container .swiper-slide .weixszn {
    padding: 29px 30px;
    transition: all .5s;
    background: #F9F9F9;
}

.ProductxqB .swiper-container .swiper-slide:hover .weixszn {
    background: #B51C2F;
}

.ProductxqB .swiper-container .swiper-slide span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #EEEEEE;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
} 

.ProductxqB .swiper-container .swiper-slide span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/Produ.svg)no-repeat center center/cover;
    width: 12px;
    height: 12px;
}

.ProductxqB .swiper-container .swiper-slide:hover .xz,
.ProductxqB .swiper-container .swiper-slide:hover .xsz { color: #fff; }

.ProductxqB .swiper-container .swiper-slide:hover span {
    background: rgba(255, 255, 255, 0.2);
}
.ProductxqB .swiper-container .swiper-slide:hover span::before {
    background: url(../images/Produa.svg)no-repeat center center/cover;
}
@media(max-width:1100px) {
    .ProductxqA { padding: 40px 0 50px; }
    .ProductxqA .ctxqal .btow { margin-bottom: 20px; }
    .ProductxqA .ctxqal { width: 100%; padding: 20px; }
    .ProductxqA .ctxqal .jianjie { margin-bottom: 20px; }
    .ProductxqA .ctxqal .jianjie .img { width: 100%; position: initial; padding: 20px; }
    .ProductxqA .ctxqal .jianjie .wnez { padding:20px 15px 15px; width: 100%; }
    .ProductxqA .ctxqal .jianjie .wnez .neir { margin-top: 10px; }
    

    .ProductxqA .ctxqal .xianwenbbe .ul .li { margin-bottom: 17px; }
    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table th { font-size: 16px; }
    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table tr td { font-size: 14px; }
    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .wzoea ul li { width: 100%; margin-right: 0; padding: 20px 0 13px 0; }
    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .wzoea { padding: 0; }
    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .swiper-container {
        height: 47.94791vw;
    }
    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuan {
        padding-bottom: 10px;
    }

    .ProductxqA .ctxqar { display: none; }

    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan { overflow: scroll; padding-right: 0; }
    .ProductxqA .ctxqal .xianwenbbe .ul .li .b .qiehuwan table { min-width: 500px; }

    .ProductxqB { padding: 40px 0 50px; }
    .ProductxqB .Productxqb_top { margin-bottom: 20px; }
    .ProductxqB .swiper-container .swiper-slide .img { height: 70vw; }
    .ProductxqB .swiper-container .swiper-slide .weixszn { padding: 20px; }
    .ProductxqB .swiper-container .swiper-slide span { width: 40px; height: 40px; }
    .ProductxqB .swiper-container .swiper-slide span::before { width: 9px; height: 9px; }
    .ProductxqB .swiper-container .swiper-slide { 
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            10px 100%,
            0 100%,
            0 10px
        ); 
    }
}


/**新闻详情**/
.newsA { padding: 6.25vw 0 5.72916vw; }
.newsA .newsA_top { margin-bottom: 40px; }
.newsA .newsA_top .newsar { position: absolute; bottom: 10px; right: 0; }
.newsA .newsA_top .newsar ul { border: 1px solid #D8D8D8; }
.newsA .newsA_top .newsar ul li { float: left; }
.newsA .newsA_top .newsar ul li a { display: block; background: #fff; transition: all .5s; color: #333333; font-size: 16px; line-height: 56px; padding: 0 46px; position: relative; }
.newsA .newsA_top .newsar ul li a::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: calc(100% + 2px); height: calc(100% + 2px); background: #B51C2F; transition: all .5s; opacity: 0; }
.newsA .newsA_top .newsar ul li a span { position: relative; z-index: 1; }

.newsA .newsA_top .newsar ul li.cur a::before,
.newsA .newsA_top .newsar ul li:hover a::before { opacity: 1; }
.newsA .newsA_top .newsar ul li.cur a,
.newsA .newsA_top .newsar ul li:hover a { color: #fff; }

.newsA .newsA_bottom ul li { background: #FFFFFF; padding: 20px 58px 24px 22px; margin-bottom: 25px; }
.newsA .newsA_bottom ul li:last-child { margin-bottom: 0; }
.newsA .newsA_bottom ul li a { display: block; position: relative; }
.newsA .newsA_bottom ul li a .imgsl {
    position: absolute;
    width: 31.5%;
    height: 100%;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        10px 100%,
        0 100%,
        0 10px
    );
}
.newsA .newsA_bottom ul li a .wnzis { width: 63.6%; padding: 20px 0 27px; }
.newsA .newsA_bottom ul li a .wnzis .ue { margin-top: 17px; padding-bottom: 22px; border-bottom: 1px solid #E8E8E8; }
.newsA .newsA_bottom ul li a .wnzis .ue .p1 { background: rgba(171, 45, 49, 0.1); line-height: 30px; padding: 0 10px; border-radius: 5px; display: inline-block; color: #B51C2F; }
.newsA .newsA_bottom ul li a .wnzis .ue .p2 { display: inline-block; color: #BBBBBB; line-height: 30px; margin-left: 14px; }
.newsA .newsA_bottom ul li a .wnzis .xq { line-height: 1.75; margin-top: 10px; padding-right: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.newsA .newsA_bottom ul li a .wnzis .ck { line-height: 1; margin-top: 40px; color: #666666; padding-right: 18px; position: relative; display: inline-block; }
.newsA .newsA_bottom ul li a .wnzis .ck::before { position: absolute; top: 50%; transform: translateY(-50%) rotate(0deg); transition: all .5s; right: 0; width: 10px; height: 10px; content: ""; background: url(../images/hongsn.svg)no-repeat center center/cover; }
.newsA .newsA_bottom ul li:hover a .wnzis .bte { color: #B51C2F; }

.newsA .fyq { margin-top: 60px; }



@media(max-width:1500px) {
    .newsA .newsA_top .newsar ul li a { font-size: 14px; line-height: 45px; }
}


@media(max-width:1100px) {
    .newsA  { padding: 40px 0 50px; }
    .newsA .newsA_top { margin-bottom: 20px; }
    .newsA .newsA_top .newsar { position: initial; width: 100%; margin-top: 15px; }
    .newsA .newsA_top .newsar ul li { width: 100%; padding: 0; text-align: center; }
    .newsA .newsA_bottom ul li { padding: 20px; margin-bottom: 20px; }
    .newsA .newsA_bottom ul li a .imgsl { width: 100%; background: none !important; position: initial; }
    .newsA .newsA_bottom ul li a .wnzis { padding: 20px 0 0; width: 100%; }
    .newsA .newsA_bottom ul li a .wnzis .ue { margin-top: 13px; padding-bottom: 15px; }
    .newsA .newsA_bottom ul li a .wnzis .ck { margin-top: 25px; }
    .newsA .fyq { margin-top: 30px; }
}


/**新闻详情**/
.neswxq { padding: 5.46875vw 0 4.53125vw; }
.neswxq .neswxq_l { background: #fff; width: 72%; padding: 40px 30px 50px; }
.neswxq .neswxq_l .spa { margin-top: 17px; padding-bottom: 26px; border-bottom: 1px solid rgba(43, 55, 142, 0.1); }
.neswxq .neswxq_l .spa .p1 { display: inline-block; color: #B51C2F; line-height: 30px; padding: 0 10px; margin-right: 14px; background: rgba(171, 45, 49, 0.1); border-radius: 5px; }
.neswxq .neswxq_l .spa .p2 { display: inline-block; line-height: 30px; color: #BBBBBB; }
.neswxq .neswxq_l .nrowe { line-height: 1.75; margin-top: 25px; }
.neswxq .neswxq_l .fwnenw { border-top: 1px solid rgba(43, 55, 142, 0.1); padding-top: 45px; margin-top: 30px; }
.neswxq .neswxq_l .fwnenw .nenl { width: 70%; }
.neswxq .neswxq_l .fwnenw .nenl .nl { margin-bottom: 20px; }
.neswxq .neswxq_l .fwnenw .nenl .nl:last-child { margin-bottom: 0; }
.neswxq .neswxq_l .fwnenw .nenl .nl a { display: block; line-height: 1; }
.neswxq .neswxq_l .fwnenw .nenl .nl a .al { color: #222222; font-size: 16px; width: 68px; }
.neswxq .neswxq_l .fwnenw .nenl .nl a .ar { color: #666666; font-size: 16px; width: calc(100% - 68px); white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; }
.neswxq .neswxq_l .fwnenw .nenl .nl:hover a .ar { text-decoration: underline; }

.neswxq .neswxq_l .fwnenw .nenr a { background: #B51C2F; display: block; line-height: 51px; padding: 0 24px; }
.neswxq .neswxq_l .fwnenw .nenr a span { padding-left: 22px; color: #FFFFFF; font-size: 16px; position: relative; }
.neswxq .neswxq_l .fwnenw .nenr a span::before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; background: url(../images/nenr.svg)no-repeat center center/cover; }

.neswxq .neswxq_r { width: 26.1%; }
.neswxq .neswxq_r .gwon { background: #fff; }
.neswxq .neswxq_r .gwon .bt { background: #B51C2F; padding: 0 27px; color: #fff; line-height: 72px; }

.neswxq .neswxq_r .swxqa_top { margin-bottom: 20px; }
.neswxq .neswxq_r .swxqa_top .xe ul { padding: 12px 21px; }
.neswxq .neswxq_r .swxqa_top .xe ul li { border-bottom: 1px solid rgba(159, 163, 173, 0.2); }
.neswxq .neswxq_r .swxqa_top .xe ul li:last-child { border-bottom: 0; }
.neswxq .neswxq_r .swxqa_top .xe ul li a { line-height: 1; color: #333333; padding: 20px 0; display: block; position: relative; }
.neswxq .neswxq_r .swxqa_top .xe ul li.cur a { color:#B51C2F; }
.neswxq .neswxq_r .swxqa_top .xe ul li a:before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 7px; height: 10px; background: url(../images/buchuxian.svg)no-repeat center center/cover; }

.neswxq .neswxq_r .swxqa_bottom .xo { padding: 30px; }
.neswxq .neswxq_r .swxqa_bottom .xo ul li { margin-bottom: 22px; }
.neswxq .neswxq_r .swxqa_bottom .xo ul li:last-child { margin-bottom: 0; }
.neswxq .neswxq_r .swxqa_bottom .xo ul li a { display: block; }
.neswxq .neswxq_r .swxqa_bottom .xo ul li a .img {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 25px),
        calc(100% - 25px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}
.neswxq .neswxq_r .swxqa_bottom .xo ul li a .wzsd .spa { margin-top: 16px; }
.neswxq .neswxq_r .swxqa_bottom .xo ul li a .wzsd .spa .p1 { display: inline-block; color: #B51C2F; line-height: 30px; padding: 0 10px; margin-right: 14px; background: rgba(171, 45, 49, 0.1); border-radius: 5px; }
.neswxq .neswxq_r .swxqa_bottom .xo ul li a .wzsd .spa .p2 { display: inline-block; line-height: 30px; color: #BBBBBB; }
.neswxq .neswxq_r .swxqa_bottom .xo ul li a .wzsd .spb { line-height: 1.5; margin-top: 10px; padding-bottom: 20px; border-bottom: 1px solid rgba(159, 163, 173, 0.3); }

.neswxq .neswxq_r .swxqa_bottom .xo ul li:last-child a .wzsd .spb { border-bottom: 0; padding-bottom: 0; }


@media(max-width:1500px) {
    .neswxq .neswxq_r .gwon .bt { line-height: 50px; }
}

@media(max-width:1100px) {
    .neswxq { padding: 40px 0 50px; }
    .neswxq .neswxq_l { width: 100%; padding: 20px; }
    .neswxq .neswxq_l .bte { line-height: 1.5; }
    .neswxq .neswxq_r { display: none; }
    .neswxq .neswxq_l .fwnenw .nenr a { line-height: 45px; }
    .neswxq .neswxq_l .fwnenw .nenr a  span { font-size: 14px; }
    .neswxq .neswxq_l .fwnenw .nenr a span::before { width: 13px; height: 13px; }

    .neswxq .neswxq_l .fwnenw .nenl .nl { margin-bottom: 15px; }
    .neswxq .neswxq_l .fwnenw .nenl .nl a .al { font-size: 14px; }
    .neswxq .neswxq_l .fwnenw .nenl .nl a .ar { font-size: 14px; }
    .neswxq .neswxq_l .fwnenw .nenl { width: 50%; }
    .neswxq .neswxq_l .fwnenw { padding-top: 20px; margin-top: 20px; }
}



/**招贤纳士**/
.zhaoxiannaA { padding: 8.33333vw 0 6.97916vw; }
.zhaoxiannaA .annal { width: 42%; padding-top: 27px; }
.zhaoxiannaA .annal .nr { line-height: 1.88; margin-top: 32px; }
.zhaoxiannaA .annal .nr p:nth-child(n+2) { margin-top: 15px; }
.zhaoxiannaA .annar {
    width: 49.5%;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 35px),
        calc(100% - 35px) 100%,
        10px 100%,
        0 100%,
        0 10px
    );
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.zhaoxiannab { background: url(../images/zhaoxiannab.png)no-repeat center center/cover rgb(249, 249, 249); padding: 7.55208vw 0 6.66666vw; }
.zhaoxiannab .gongbt { position: absolute; left: 0; top: -15px; }
.zhaoxiannab ul li { 
    float: left; 
    width: calc(50% - 10px);
    background: #fff; 
    padding: 45px 40px 40px; 
    margin-right: 20px; 
    margin-top: 130px; 
    border: 1px solid #EEEEEE;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 35px),
        calc(100% - 35px) 100%,
        10px 100%,
        0 100%,
        0 10px
    );
    transition: all .5s;
}

.zhaoxiannab ul li:last-child { margin-right: 0; margin-top: 0; display:none; }

.zhaoxiannab ul li .li_top .ltl { color: #1462A0; transition: all .5s; }

.zhaoxiannab ul li a { display: block; }
.zhaoxiannab ul li a i { border: 1px solid #C5C5C5; background: #fff; width: 54px; height: 54px; float: left; position: relative; transition: all .5s; }
.zhaoxiannab ul li a i::before { position: absolute; content: ""; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 7px; height: 10px; background: url(../images/lieu.svg)no-repeat center center/cover; }
.zhaoxiannab ul li a span { float: left; line-height: 54px; margin-left: 10px; color: #3D3D3D; transition: all .5s; }

.zhaoxiannab ul li .li_zong { line-height: 1.77; color: #3D3D3D; margin: 15px 0 54px; transition: all .5s; }

.zhaoxiannab ul li .li_bott {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 35px),
        calc(100% - 35px) 100%,
        10px 100%,
        0 100%,
        0 10px
    );
    overflow: hidden;
}

.zhaoxiannab ul li .li_bott img { transition: all .5s; transform: scale(1); }

.zhaoxiannab ul li:hover .li_top .ltl { color: #fff; }
.zhaoxiannab ul li:hover { background: #B51C2F; }
.zhaoxiannab ul li:hover a span { color: #fff; }
.zhaoxiannab ul li:hover .li_zong { color: #fff; }


.zhaoxiannab ul li:hover .li_bott img { transform: scale(1.08); }

@media(max-width:1500px) {
    .zhaoxiannab ul li a i { width: 45px; height: 45px; }
    .zhaoxiannab ul li a span { line-height: 45px; }
    .zhaoxiannab ul li { margin-top: 100px; }
}


@media(max-width:1100px) {
    .zhaoxiannaA { padding: 40px 0 50px; }
    .zhaoxiannaA .annal { width: 100%; padding-top: 20px; }
    .zhaoxiannaA .annal .nr { line-height: 1.88; margin-top: 15px; }
    .zhaoxiannaA .annal .nr p:nth-child(n+2) { margin-top: 15px; }
    .zhaoxiannaA .annar {
        width: 100%;
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            10px 100%,
            0 100%,
            0 10px
        );
        position: initial;
        transform: translateY(0);
    }

    .zhaoxiannab { padding: 40px 0 50px; }
    .zhaoxiannab .gongbt { position: initial; }
    .zhaoxiannab ul { margin-top: 20px; }
    .zhaoxiannab ul li { margin-top: 0; padding: 20px; margin-bottom: 20px; width: 100%; margin-right: 0; }
    .zhaoxiannab ul li:last-child { margin-bottom: 0; }

    .zhaoxiannab ul li a i { width: 35px; height: 35px; }
    .zhaoxiannab ul li a span { line-height: 35px; }
    .zhaoxiannab ul li .li_zong { margin-bottom: 20px; }

    .zhaoxiannab ul li,
    .zhaoxiannab ul li .li_bott {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            10px 100%,
            0 100%,
            0 10px
        );
    }
}


/**联系我们**/
.coniaciA { padding: 8.75vw 0 7.03125vw; }
.coniaciA .acia_l { width: 42%; background: #F9F9F9; padding: 65px 60px 75px; }
.coniaciA .acia_l .tyo { margin-top: 45px; }
.coniaciA .acia_l .tyo ul li { position: relative; margin-bottom: 30px; }
.coniaciA .acia_l .tyo ul li:last-child { margin-bottom: 0; }
.coniaciA .acia_l .tyo ul li .icon { position: relative; background: rgba(181, 28, 47, 0.05); width: 83px; height: 83px; border-radius: 50%; }
.coniaciA .acia_l .tyo ul li .icon img { position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); }
.coniaciA .acia_l .tyo ul li .wzio { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 102px); left: 102px; line-height: 1.4; }
.coniaciA .acia_l .tyo ul li .wzio .z { color: #1a1a1a; margin-top: 5px; }
.coniaciA .acia_r {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 58%;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% calc(100% - 35px),
        calc(100% - 35px) 100%,
        10px 100%,
        0 100%,
        0 10px
    );
}


.coniaciB { background: url(../images/coniaciB.jpg)no-repeat center center/cover; padding: 5.67708vw 0 5.10416vw; }
.coniaciB .acibl { width: 42%; }
.coniaciB .xq { line-height: 1.5; margin: 25px 0 25px; }
.coniaciB ul li { margin-bottom: 14px; }
.coniaciB ul li:last-child { margin-bottom: 0; position: relative; }
.coniaciB ul li .clearfix { position: relative; }
.coniaciB ul li .wznedn { position: absolute; top: 50%; transform: translateY(-50%); left: 19px; }
.coniaciB ul li input { padding-left: 51px; padding-right: 27px; background: rgba(255, 255, 255, .2); height: 53px; font-size: 16px; color: #fff; border-color: rgba(0,0,0,0); }
.coniaciB ul li span { position: absolute; top: 59%; transform: translateY(-50%); color: #B51C2F; right: 15px; font-size: 24px; line-height: 1; }

.coniaciB ul li textarea { padding-left: 51px; background: rgba(255, 255, 255, .2); height: 90px; padding-top: 15px; font-size: 16px; color: #fff; border-color: rgba(0,0,0,0);  resize: none; }
.coniaciB ul li:last-child .wznedn { top: 25%; }


.coniaciB ul li input::-webkit-input-placeholder {color: #fff;}
.coniaciB ul li input::-moz-placeholder {color: #fff;}
.coniaciB ul li input:-moz-placeholder {color: #fff;}
.coniaciB ul li input:-ms-input-placeholder {color: #fff;}

.coniaciB ul li textarea::-webkit-input-placeholder {color: #fff;}
.coniaciB ul li textarea::-moz-placeholder {color: #fff;}
.coniaciB ul li textarea:-moz-placeholder {color: #fff;}
.coniaciB ul li textarea:-ms-input-placeholder {color: #fff;}

.coniaciB .tjanmo button { border: 0; background: #B51C2F; margin-top: 40px; }


@media(max-width:1100px) {
    .coniaciA { padding: 40px 0 50px; }
    .coniaciA .acia_l { width: 100%; padding: 20px; }
    .coniaciA .acia_l .tyo ul li { margin-bottom: 20px; }
    .coniaciA .acia_l .tyo ul li .icon { width: 70px; height: 70px; }
    .coniaciA .acia_l .tyo ul li .icon img { height: 20px; }
    .coniaciA .acia_r { background: none !important; width: 100%; position: initial;  clip-path: initial; }
    .coniaciA .acia_l .tyo ul li .wzio { left: 90px; width: calc(100% - 100px); }
    .coniaciA .acia_l .tyo { margin-top: 20px; }

    .coniaciB { padding: 40px 0 50px; }
    .coniaciB .acibl { width: 100%; }
    .coniaciB .xq { margin: 10px 0 20px; }
    .coniaciB ul li input { font-size: 14px; }
    .coniaciB ul li textarea { font-size: 14px; }
    .coniaciB .tjanmo button { margin-top: 30px; }
    .coniaciA .acia_l .tyo ul li .wzio .z { font-size: 16px; }
}





/**搜索结果**/



.tesubanner { background: #B51C2F; padding: 185px 0 127px; text-align: center; }

.tesubanner .sumaze { width: 75%; display: inline-block; }
.tesubanner .sumaze .mazel { width: 19.8%; }
.tesubanner .sumaze .mazel input { height: 56px; background: rgba(255,255,255,.05); border: 0px solid #e1dacf; border-radius: 5px; padding-left: 19px; font-size: 16px; color: rgba(255, 255, 255, .4); }
.tesubanner .sumaze .mazel input::-webkit-input-placeholder {color: rgba(255, 255, 255, .4);}
.tesubanner .sumaze .mazel input::-moz-placeholder {color: rgba(255, 255, 255, .4);}
.tesubanner .sumaze .mazel input:-moz-placeholder {color: rgba(255, 255, 255, .4);}
.tesubanner .sumaze .mazel input:-ms-input-placeholder {color: #267F40;}
.tesubanner .sumaze .mazel .layui-form-select dl { top: 60px; }
.tesubanner .sumaze .mazel .layui-form-selectup dl { bottom: 60px; top: auto; }
.tesubanner .sumaze .mazel .layui-form-select dl dd.layui-this { background: #267F40; }
.tesubanner .sumaze .mazel .layui-form-select .layui-edge { background: url(../images/selecwtw.png)no-repeat center center/cover; width: 11px; height: 6px; border-style:initial; margin-top: -2px; right: 20px; }

.tesubanner .sumaze .quanqil { width: 100%; margin-left: 0%; }
.tesubanner .sumaze .quanqil input { height: 56px; background: rgba(255,255,255,.1); border: 0 solid #e1dacf; border-radius: 5px; padding-left: 19px; font-size: 16px; color: rgba(255, 255, 255, 1); padding-right: 154px; }
.tesubanner .sumaze .quanqil input::-webkit-input-placeholder {color: rgba(255, 255, 255, 1);}
.tesubanner .sumaze .quanqil input::-moz-placeholder {color: rgba(255, 255, 255, 1);}
.tesubanner .sumaze .quanqil input:-moz-placeholder {color: rgba(255, 255, 255, 1);}
.tesubanner .sumaze .quanqil input:-ms-input-placeholder {color: #267F40;}
.tesubanner .sumaze .quanqil .tjanmo { position: absolute; right: 0; height: 54px; top: 0; }
.tesubanner .sumaze .quanqil .tjanmo button { height: 100%; width: 160px; height: 56px; border-radius: 5px; background: #fff; padding: 0; font-size: 16px; color: #B51C2F; }
.tesubanner .sumaze .quanqil .tjanmo button i { display: inline-block; width: 13px; height: 13px; background: url(/images/search1.svg)no-repeat center center/cover; vertical-align: middle; margin-top: -2px; margin-right: 7px; }
.tesubanner .sumaze .quanqil .tjanmo button:hover { opacity: .9; }

.searchresultA { background: #f7f7f7; padding: 3.90625vw 0 5.20833vw; }
.searchresultA .xbtpox { border-color: #eeeeee; }
.searchresultA .suirxz { margin: 32px 0 38px; }
.searchresultA .suirxz .gykbt .bt { line-height: 1; } 
.searchresultA .suirxz .zmsns { color: #666666; position: absolute; bottom: 0; right: 0; }
.searchresultA .suirxz .zmsns span { color: #B51C2F; }
.searchresultA .esutazm ul li { margin-bottom: 16px; }
.searchresultA .esutazm ul li:last-child { margin-bottom: 0; }
.searchresultA .esutazm ul li a { display: block; padding: 43px 50px 40px 30px; position: relative; border-radius: 10px; overflow: hidden; background: #fff; }
.searchresultA .esutazm ul li a::before { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 3px; background: #e8e8f3; }
.searchresultA .esutazm ul li a .azmn .mnl { color: #ffffff; background: #B51C2F; border-radius: 5px; float: left; line-height: 1; padding: 10px 13px 10px; }
.searchresultA .esutazm ul li a .azmn .mne { float: left; color: #424242; line-height: 34px; padding-left: 12px; }
.searchresultA .esutazm ul li a .azmne { color: #666666; line-height: 1.73; margin-top: 15px; }
.searchresultA .fyq { margin-top: 4.16666vw; }




@media(max-width:1480px) {
  .tesubanner .sumaze .mazel input { font-size: 14px; height: 45px; }
  .tesubanner .sumaze .quanqil input { font-size: 14px; height: 45px; }
  .tesubanner .sumaze .quanqil .tjanmo button { font-size: 14px; height: 45px; width: 130px; }
}

@media(max-width:1100px) {
  .tesubanner { padding: 90px 0 60px; }
  .tesubanner .sumaze,
  .tesubanner .sumaze .mazel { width: 100%; }
  .tesubanner .sumaze .quanqil { width: 100%; margin-top: 20px; margin-left: 0; }
  
  .searchresultA { padding: 35px 0 45px; margin-bottom:-18.375vw; }
  .searchresultA .suirxz { margin: 15px 0 20px; }
  .searchresultA .esutazm ul li a { padding: 20px; }
  .searchresultA .esutazm ul li a .azmn .mne { width: 100%; padding-left: 0; margin-top: 10px; }
  .searchresultA .esutazm ul li a .azmne { margin-top: 5px; }
  .searchresultA .fyq { margin-top: 30px; }
}








/**新增页面**/
.containeru { width: 83.125%; margin: auto; }
.zaomwne { padding: 7.55208vw 0; }
.zaomwne .mwne-top .sanenr { position: absolute; bottom: 10px; right: 0; border: 1px solid #D8D8D8; }
.zaomwne .mwne-top .sanenr ul li { float: left; }
.zaomwne .mwne-top .sanenr ul li a { display: block; line-height: 54px; text-align: center; padding: 0 43px; color: #333333; }
.zaomwne .mwne-top .sanenr ul li a.cur { background: #B51C2F; color: #fff; }

.zaomwne .mwne-bottom { margin-top: 50px; }
.zaomwne .mwne-bottom .bton { background: #B51C2F; padding: 26px 0 28px 43px; }
.zaomwne .mwne-bottom .bton .z { color: #fff; padding: 0 38px 0 38px; }
.zaomwne .mwne-bottom .bton .z:last-child { padding: 0; }
.zaomwne .mwne-bottom .bton .z:nth-child(1) { padding: 0 38px 0 0; }
.zaomwne .mwne-bottom .bton .z:last-child { float: right; } 


.color3d { color: #3D3D3D; }


.zaomwne .mwne-bottom .pbon .z { padding: 21px 38px 21px 38px; border-right: 1px solid rgba(0, 0, 0, 0.06); }
.zaomwne .mwne-bottom .pbon .z:last-child { padding: 0 0 0 0; float: right; border: 0; }
.zaomwne .mwne-bottom .pbon .z:nth-child(1) { padding: 21px 38px 21px 0; }
.zaomwne .mwne-bottom .pbon ul li { background: #eee;  }
.zaomwne .mwne-bottom .pbon ul li:nth-child(2n) { background: #ddd; }
.zaomwne .mwne-bottom .pbon ul li .t { padding: 0 0 0 43px; }
.zaomwne .mwne-bottom .pbon ul li .t span { display: flex; align-items: center; height: 100%; }
.zaomwne .mwne-bottom .pbon ul li .z { float: left; color: #3D3D3D; }
.zaomwne .mwne-bottom .pbon ul li .z a { display: block; width: 100%; height: 100%; position: relative; color: #3D3D3D; }
.zaomwne .mwne-bottom .pbon ul li .z a span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding-right: 16px; }
.zaomwne .mwne-bottom .pbon ul li .z a span::before { position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%); width: 7px; height: 14px; background: url(../images/pbon.svg)no-repeat center center/cover; }
.zaomwne .mwne-bottom .pbon ul li .zi:last-child { float: right; }

.zaomwne .mwne-bottom .z { float: left; }
.zaomwne .mwne-bottom .t1 { width: 18%; }
.zaomwne .mwne-bottom .t2 { width: 13%; }
.zaomwne .mwne-bottom .t3 { width: 13%; }
.zaomwne .mwne-bottom .t4 { width: 17%; }
.zaomwne .mwne-bottom .t5 { width: 25%; }
.zaomwne .mwne-bottom .t6 { width: 14%; }


.zaomwne .mwne-bottom .bton .z:nth-child(6), 
.zaomwne .mwne-bottom .pbon .z:nth-child(6) { text-align: center; }

.zaomwne .mwne-bottom .pbon ul li .cont { display: none; background: #fff; padding: 50px 77px 70px; }
.zaomwne .mwne-bottom .pbon ul li .cont .monw { color: #767676; line-height: 1.875; }
.zaomwne .mwne-bottom .pbon ul li .cont .wonm { border-top: 1px solid rgba(0, 0, 0, 0.08); margin-top: 50px; padding-top: 33px; }
.zaomwne .mwne-bottom .pbon ul li .cont .wonm .clearfix { position: relative; }
.zaomwne .mwne-bottom .pbon ul li .cont .wonm .onml { color: #767676; line-height: 1.625; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.zaomwne .mwne-bottom .pbon ul li .cont .wonm .onml a { display: inline-block; color: #1462A0; }
.zaomwne .mwne-bottom .pbon ul li .cont .wonm .onmr a { border: 1px solid rgba(181, 28, 47, 0.2); display: block; width: 154px; text-align: center; }
.zaomwne .mwne-bottom .pbon ul li .cont .wonm .onmr a span { display: inline-block; position: relative; line-height: 59px; font-size: 16px; color: #B51C2F; padding-right: 20px; }
.zaomwne .mwne-bottom .pbon ul li .cont .wonm .onmr a span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../images/hongtou.svg)no-repeat center center/cover;
}



.zaomwne .mwne-bottom .pbon ul li.curter .z,
.zaomwne .mwne-bottom .pbon ul li.curter .z a { color: #B51C2F; }

@media(max-width:1600px) {
    .zaomwne .mwne-bottom .bton .z { padding: 0 20px; }
    .zaomwne .mwne-bottom .t5 { width: 23%; }
    .zaomwne .mwne-bottom .t6 { width: 16%; }
    .zaomwne .mwne-bottom .pbon .z { padding: 21px 20px; }
    .zaomwne .mwne-bottom .pbon .z:nth-child(1) { padding: 21px 20px 21px 0; }

    .zaomwne .mwne-bottom .pbon ul li .cont { padding: 35px 50px 45px; }
} 

@media(max-width:1380px) {
    .zaomwne .mwne-bottom .pbon ul li .z,
    .zaomwne .mwne-bottom .bton .z { font-size: 16px; }
    .zaomwne .mwne-bottom .pbon ul li .cont { padding: 30px 30px 40px; }
    .zaomwne .mwne-bottom .pbon ul li .z a span { width: 80px; }
}

@media(max-width:1280px) {
    .zaomwne .mwne-bottom .bton { padding-left: 20px; }
    .zaomwne .mwne-bottom .pbon ul li .t { padding-left: 20px; }
}

@media(max-width:1100px) {
    .zaomwne { padding: 40px 0 50px; }

    .zaomwne .mwne-bottom .t2,
    .zaomwne .mwne-bottom .t3,
    .zaomwne .mwne-bottom .t4 { display: none; }

    .zaomwne .mwne-bottom .t1 { width: 50%; }
    .zaomwne .mwne-bottom .t5 { display: none; }
    .zaomwne .mwne-bottom .pbon ul li .z { height: 60px !important; }

    .zaomwne .mwne-bottom .pbon ul li .z, .zaomwne .mwne-bottom .bton .z { font-size: 14px; }
    .zaomwne .mwne-bottom .t6 { width: 50%; }
    .zaomwne .mwne-bottom .bton { padding: 20px 0 20px 20px; }

    .zaomwne .mwne-top .sanenr { position: initial; width: 100%; margin-top: 20px; float: left; }
    .zaomwne .mwne-top .sanenr ul li { width: 50%; }
    .zaomwne .mwne-top .sanenr ul li a { line-height: 45px; }
    .zaomwne .mwne-bottom { margin-top: 30px; }
    .zaomwne .mwne-bottom .pbon ul li .cont { padding: 15px; }
    .zaomwne .mwne-bottom .pbon ul li .cont .wonm { margin-top: 20px; padding-top: 25px; }
    .zaomwne .mwne-bottom .pbon ul li .cont .wonm .onml { position: initial; transform: translateY(0); margin-bottom: 20px; }
    .zaomwne .mwne-bottom .pbon ul li .cont .wonm .onmr { width: 100%; }
    .zaomwne .mwne-bottom .pbon ul li .cont .wonm .onmr a { width: 100%; }
    .zaomwne .mwne-bottom .pbon ul li .cont .wonm .onmr a span { line-height: 45px; font-size: 14px; }
    .zaomwne .mwne-bottom .pbon ul li .z a span {
        width: 73px;
    }
}

.index_B .newieio .zongwe .yewsi .box img { display: none; }
.index_B .newieio .zongwe .yewsi .box img.active { display: inline-block; }





.AboutUs_C .outusc_bottom .box .wnziweuuu {
    width: 43.5%;
    float: right;
    padding: 45px 110px 11.71875vw 0;
    min-height: 600px;
}
.AboutUs_C .outusc_bottom .box .wnziweuuu .bte { margin: 26px 0 20px; }


@media(max-width:1100px) {
    .AboutUs_C .outusc_bottom .box .wnziweuuu { width:100%; min-height:auto; padding:20px 0; }
}












