/*flash*/
.wd_banner{width:100%;position:relative;overflow:hidden;}
.wd_banner .swiper-slide{width:100%;height:100vh;position:relative;}
.wd_banner img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;z-index:1;}
.wd_banner .swiper-slide.swiper-slide-active>img{
    -webkit-animation:img_sacle 4s linear;
    -moz-animation:img_sacle 4s linear;
    animation:img_sacle 4s linear;
}
.wd_banner .wdb_btn{position:absolute;width:100%;height:38px;bottom:50px;left:0;}
.wd_banner .wdb_btn .swiper-button-prev,.wd_banner .wdb_btn .swiper-button-next{width:68px;height:38px;top:0;margin-top:0;position:relative;outline:none;background-size:auto;}
.wd_banner .wdb_btn .swiper-button-prev{background-image:url(../Image/ico4.webp);left:0;}
.wd_banner .wdb_btn .swiper-button-next{background-image:url(../Image/ico5.webp);right:0;margin-left:55px;}
/*mouse*/
.wd_banner .wdb_mouse{height:40px;width:26px;border-radius:13px;border:2px solid #FFF;position:absolute;left:50%;margin-left:-13px;bottom:93px;z-index:99;text-align:center;cursor:pointer;line-height:32px;}
.wd_banner .wdb_mouse i{display:inline-block;width:4px;height:8px;background:#FFF;border-radius:3px;
    -webkit-animation:scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation:scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
/*scroll-icon*/
@-webkit-keyframes scroll-icon{
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes img_sacle {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.btn_c{
    background:-webkit-gradient(linear, left top, left bottom, from(#f5cb88), to(#EA6103));
    background:-webkit-linear-gradient(top, #f5cb88, #EA6103);
    background:-moz-linear-gradient(top, #f5cb88, #EA6103);
    background:linear-gradient(180deg, #f5cb88, #EA6103);
}
/*info*/
.wd_info{position:relative;overflow:hidden;height:calc(100vh - 110px);background:url(../Image/infobg.webp) no-repeat center center;background-size:cover;}
.wd_info .wdi_con{height:100%;}
.wd_info .wdi_l{width:calc(50% + 340px);}
.wd_info .wdi_l .wdi_txt{width:1040px;padding-right:100px;}
.wd_info .wdi_l .wdi_txt p{color: #8b8b8b;font-size: 16px;line-height: 2;margin-top: 20px;}
.wd_info .wdi_l .wdi_txt p:nth-child(3){font-size: 20px;height: 30px;margin-top: 50px;color: #000;font-weight: bold;}
.wd_info .wdi_l .wdi_txt p.wd_info_tit{font-size:18px;height:26px;color:#212121;font-weight:bold;}
.wd_info .wdi_l .wdi_txt .wdi_btn{margin-top:50px;}
.wd_info .wdi_l .wdi_txt .wdi_btn a{color:rgba(0, 0, 0, 0.4);font-size:15px;border-bottom:1px solid rgba(0, 0, 0, 0.1);padding-bottom:6px;line-height:26px;}
.wd_info .wdi_l .wdi_txt .wdi_btn a i{background:url(../Image/wd_arrow.webp) no-repeat center right;width:17px;height:12px;margin-left:20px;opacity:0.4;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.wd_info .wdi_l .wdi_txt .wdi_btn a:hover{color:#FF3333;border-bottom-color:#FF3333;}
.wd_info .wdi_l .wdi_txt .wdi_btn a:hover i{opacity:1;-webkit-filter:brightness(1);filter:brightness(1);}
.wd_info .wdi_r{width:calc(50% - 340px);background:url(../Image/bg_about_r.webp) no-repeat center center;background-size:100% 100%;position:relative;}
/*.wd_info .wdi_r:before{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,.2);}*/
/*.wd_info .wdi_r>img{display:block;width:100%;height:auto;opacity:.65;}*/
.wd_info .wdi_r .wdi_num{padding-left:100px;padding-top:50px;position:relative;z-index:1;}
.wd_info .wdi_r .wdi_num .wdi_li{width:100%;margin-top:52px;}
/*.wd_info .wdi_r .wdi_num .wdi_li:first-child{margin-top:0;}*/
.wd_info .wdi_r .wdi_num .wdi_li img{display:block;}
.wd_info .wdi_r .wdi_num .wdi_li .wdi_p{margin-left:40px;}
.wd_info .wdi_r .wdi_num .wdi_li p{}
.wd_info .wdi_r .wdi_num .wdi_li p em{font-style:normal;display:inline-block;font-size:30px;height:30px;line-height:30px;color:#FFF;font-weight: bold;}
.wd_info .wdi_r .wdi_num .wdi_li p span{font-size:15px;color:#fff;display:inline-block;height:23px;line-height:23px;vertical-align:bottom;margin-left:6px;}
.wd_info .wdi_r .wdi_num .wdi_li p:nth-child(1){font-size:20px;height:20px;line-height:20px;color:#FFF;font-weight: bold;}
.wd_info .wdi_r .wdi_num .wdi_li p:last-child{height:21px;line-height:21px;font-size:14px;color:#fff;margin-top:10px;}
/*product*/
.wd_product{position:relative;overflow:hidden;height:calc(100vh - 110px);}
.wd_product .wdp_con{height:100%;}
.wd_product .wdp_l{width:432px;padding-top:65px;position:relative;height:611px;padding-right:50px;}
.wd_product .wdp_l .pb_tit{text-align:left;}
.wd_product .wdp_l .wdp_en{font-size:36px;line-height:1;color:#444;font-weight:700;white-space:nowrap;text-transform:uppercase;}
.wd_product .wdp_l p{font-size:16px;line-height:2;color:#393939;margin-top:50px;}
.wd_product .wdp_l .wdp_btn{position:relative;}
.wd_product .wdp_l .wdp_btn .swiper-pagination{position:relative;width:80%;height:2px;}
.wd_product .wdp_l .wdp_btn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#FF3333;}
.wd_product .wdp_l .wdp_btn .swiper-button-prev,.wd_product .wdp_l .wdp_btn .swiper-button-next{width:27px;height:44px;position:relative;top:0;margin-top:0;color:#FFF;font-size:30px;line-height:42px;border-radius:50%;background-image:url(../Image/wd_arrow.webp);background-size:auto;outline:none;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.wd_product .wdp_l .wdp_btn .swiper-button-prev.my-button-disabled,.wd_product .wdp_l .wdp_btn .swiper-button-next.my-button-disabled{opacity:0.35;}
.wd_product .wdp_l .wdp_btn .swiper-button-prev{left:0;}
.wd_product .wdp_l .wdp_btn .swiper-button-next{right:0;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.wd_product .wdp_l .wdp_btn .swiper-button-prev:hover,.wd_product .wdp_l .wdp_btn .swiper-button-next:hover{
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.wd_product .wdp_ul{width:calc(100% - 432px);}
.wd_product .wdp_ul .wdp_c{padding-bottom:20px;}
.wd_product .wdp_ul .wdp_c a{padding:0 20px;height:45px;line-height:45px;font-size:14px;color:#333;position:relative;}
.wd_product .wdp_ul .wdp_c a:last-child{color:#a5a5a5;}
.wd_product .wdp_ul .wdp_c a:before{content:'';width:0;height:2px;background:#FF3333;position:absolute;left:50%;bottom:0;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}
.wd_product .wdp_ul .wdp_c a:last-child:before{content:none;}
.wd_product .wdp_ul .wdp_c a:hover{color:#FF3333;}
.wd_product .wdp_ul .wdp_c a:hover:before{width:30px;}
.wd_product .wdp_ul .wdp_c a:last-child:hover{color:#a5a5a5;}
.wd_product .wdp_ul .wdp_li{width:100%;overflow:hidden;}
.wd_product .wdp_ul .swiper-slide{height:auto;background:#dfdfdf;}
.wd_product .wdp_ul .wdp_img{width:100%;height:422px;position:relative;overflow:hidden;}
.wd_product .wdp_ul .wdp_txt{padding:20px 15px;}
.wd_product .wdp_ul .wdp_txt p{font-size:14px;color:#878787;line-height:21px;text-align:center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.wd_product .wdp_ul .wdp_txt p:first-child{font-size:22px;color:#333;line-height:32px;height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;}
.wd_product .wdp_ul .swiper-slide:hover{background:#FF3333;}
.wd_product .wdp_ul .swiper-slide:hover .wdp_img{height:392px;}
.wd_product .wdp_ul .swiper-slide:hover .wdp_txt{padding:35px 15px;}
.wd_product .wdp_ul .swiper-slide:hover .wdp_txt p{color:#FFF;}
/*video*/
.wd_video{position:relative;overflow:hidden;background:#F7F7F7;height:calc(100vh - 110px);}
.wd_video .wdv_ul{margin-top:50px;}
.wd_video .wdv_li{width:100%;overflow:hidden;}
.wd_video .wdv_li .wdv_img{width:100%;padding-bottom:100%;position:relative;overflow:hidden;}
.wd_video .wdv_li .wdv_img:before{content:'';width:100%;height:50%;position:absolute;left:0;bottom:0;z-index:1;
    background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0, 0.7)));
    background:-webkit-linear-gradient(top, transparent 0%, rgba(0,0,0, 0.7) 100%);
    background:-moz-linear-gradient(top, transparent 0%, rgba(0,0,0, 0.7) 100%);
    background:linear-gradient(180deg, transparent 0%, rgba(0,0,0, 0.7) 100%);
}
.wd_video .wdv_li i{display:block;width:100%;height:48px;background:url(../Image/v_icon.svg) no-repeat center 48px;background-size:auto 100%;z-index:2;left:0;top:50%;margin-top:-24px;position:absolute;}
.wd_video .wdv_li p{position:absolute;bottom:40px;padding:0 20px;text-align:center;font-size:20px;color:#fff;width:100%;font-weight:bold;z-index:2;}
.wd_video .wdv_li .swiper-slide:hover i{background-position:center 0;}


/*youshi*/
.wd_youshi{position:relative;overflow:hidden;background:url(../Image/bg3.webp) no-repeat center center fixed;background-size:cover;height:calc(100vh - 110px);}
.wd_youshi .pb_tit{color:#FFF;text-align:center;}
.wd_youshi .pb_pp{color:#FFF;text-align:center;width:820px;max-width:100%;}
.wd_youshi .wdy_ul{margin-top:40px;overflow:hidden;}
.wd_youshi .wdy_ul .swiper-slide{background:url(../Image/ico24.webp) no-repeat left center #FFF;background-size:auto 100%;padding:70px 0 60px;height:auto;}
.wd_youshi .wdy_ul span{display:block;position:absolute;left:0;top:0;width:79px;height:62px;background-repeat:no-repeat;background-position:center center;background-size:100%;}
.wd_youshi .wdy_ul span.wdy_s1{background-image:url(../Image/ico12.svg);}
.wd_youshi .wdy_ul span.wdy_s2{background-image:url(../Image/ico13.svg);}
.wd_youshi .wdy_ul span.wdy_s3{background-image:url(../Image/ico14.svg);}
.wd_youshi .wdy_ul span.wdy_s4{background-image:url(../Image/ico15.svg);}
.wd_youshi .wdy_ul i{display:block;width:100%;height:97px;background-repeat:no-repeat;background-position:center center;background-size:auto 100%;}
.wd_youshi .wdy_ul i.wdy_icon1{background-image:url(../Image/ico16.svg);}
.wd_youshi .wdy_ul i.wdy_icon2{background-image:url(../Image/ico17.svg);}
.wd_youshi .wdy_ul i.wdy_icon3{background-image:url(../Image/ico18.svg);}
.wd_youshi .wdy_ul i.wdy_icon4{background-image:url(../Image/ico19.svg);}
.wd_youshi .wdy_ul .wdy_txt{padding:40px 56px 0;}
.wd_youshi .wdy_ul .wdy_txt p{font-size:15px;color:#4F4F4F;line-height:28px;}
.wd_youshi .wdy_ul .wdy_txt p:first-child{font-size:25px;line-height:37px;height:37px;color:#1E1E20;font-weight:bold;text-align:center;}
.wd_youshi .wdy_ul .wdy_txt em{display:block;margin:14px auto 24px;width:48px;height:1px;background:#000;}
.wd_youshi .wdy_ul .swiper-slide:hover i{
    transform:rotateY(360deg);
}
/*wd_fenge*/
.wd_fenge{padding:115px 0 215px;position:relative;overflow:hidden;background:url(../Image/bg2.jpg) no-repeat center center;background-size:cover;}
.wd_fenge p{font-size:26px;height:36px;line-height:36px;color:#FFF;}
.wd_fenge p:nth-child(2){font-size:40px;height:50px;line-height:50px;margin-top:12px;font-weight:bold;}
.wd_fenge p:nth-child(3){font-size:18px;height:28px;line-height:28px;margin-top:15px;}
.wd_fenge p:nth-child(4){font-size:18px;height:28px;line-height:28px;margin-top:30px;}
.wd_fenge p span{font-size:30px;font-weight:bold;display:inline-block;vertical-align:bottom;}
.wd_fenge a{display:block;width:210px;height:53px;text-align:center;line-height:53px;color:#fff;font-size:16px;border-radius:30px;overflow:hidden;margin-top:45px;}
/*news*/
.wd_news{padding:58px 0;overflow:hidden;position:relative;background:#f1f6fb;}
.wd_news .wdn_tit{position:relative;background:url(../Image/txt2.webp) no-repeat right top;}
.wd_news .wdn_tit a{display:block;width:170px;height:50px;border:2px solid #8C94A3;text-align:center;border-radius:30px;line-height:46px;font-size:15px;position:absolute;right:0;top:14px;}
.wd_news .wdn_con{margin-top:40px;}
.wd_news .wdn_con .wdn_li{width:389px;}
.wd_news .wdn_con .wdn_li:nth-child(2){margin:0 32px;}
.wd_news .wdn_con .wdn_li .wdn_img{width:100%;padding-bottom:257px;position:relative;overflow:hidden;}
.wd_news .wdn_con .wdn_li .wdn_txt{padding:19px 30px 40px;border-top:8px solid #FF3333;background:#fff;}
.wd_news .wdn_con .wdn_li .wdn_txt p{font-size:14px;line-height:24px;color:#8C94A3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height:72px;}
.wd_news .wdn_con .wdn_li .wdn_txt p:first-child{font-size:24px;line-height:36px;color:#353432;font-weight:bold;-webkit-line-clamp:2;height:72px;margin-bottom:15px;}
.wd_news .wdn_con .wdn_li .wdn_txt span{display:block;font-size:16px;line-height:24px;color:#BBC2CF;margin-top:30px;}
.wd_news .wdn_con .wdn_li .wdn_txt em{display:inline-block;font-size:14px;color:#8C94A3;font-style:normal;padding-right:35px;background:url(../Image/ico11.webp) no-repeat right center;margin-top:26px;}
.wd_news .wdn_con .wdn_li:hover .wdn_txt p:first-child{color:#FF3333;}
.wd_news .wdn_con .wdn_ul{background:#FFF;width:calc(100% - 842px);}
.wd_news .wdn_con .wdn_ul a{display:block;overflow:hidden;padding:26px 35px 33px;border-bottom:1px solid #f2f2f2;}
.wd_news .wdn_con .wdn_ul a p{font-size:14px;line-height:24px;color:#8C94A3;}
.wd_news .wdn_con .wdn_ul a p:first-child{font-size:24px;line-height:36px;color:#353432;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:13px;}
.wd_news .wdn_con .wdn_ul a p:nth-child(2){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:48px;}
.wd_news .wdn_con .wdn_ul a span{display:block;font-size:16px;line-height:24px;color:#BBC2CF;margin-top:13px;}
.wd_news .wdn_con .wdn_ul a:hover p:first-child{color:#FF3333;}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
             transform: translateX(0);
    }
    100% {
        -moz-transform: translateX(-50%);
             transform: translateX(-50%);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

.boli_partner{width: 100%;position: relative;padding: 30px 0 58px 0;background: #f1f6fb;}
.boli_partner .boli_partner_c{width: 100%;position: relative;overflow: hidden;}
.boli_partner .boli_partner_c ul{width: -webkit-max-content;width: -moz-max-content;width: max-content;-webkit-animation: scroll 40s linear infinite;-moz-animation: scroll 40s linear infinite;animation: scroll 40s linear infinite;gap: 30px;}
.boli_partner .boli_partner_c ul li{position: relative;width: 190px;}
.boli_partner .boli_partner_c ul li .positionimg{padding-bottom: 94px;}
.boli_partner .boli_partner_c ul:hover {-webkit-animation-play-state: paused;-moz-animation-play-state: paused;animation-play-state: paused;}

@media screen and (max-width:1659px){
    .wd_banner .wdb_btn{bottom:40px;height:32px;}
    .wd_banner .wdb_btn .swiper-button-prev,.wd_banner .wdb_btn .swiper-button-next{width:63px;height:32px;background-size:100% auto;}
    .wd_banner .wdb_btn .swiper-button-next{margin-left:40px;}
    .wd_banner .wdb_mouse{height:34px;width:22px;margin-left:-11px;bottom:70px;line-height:28px;}
    .wd_banner .wdb_mouse i{width:3px;height:7px;}
    .wd_info{height:calc(100vh - 90px);}
    .wd_info .wdi_l{width:calc(50% + 270px);}
    .wd_info .wdi_l .wdi_txt{width:900px;padding-right:70px;}
    .wd_info .wdi_l .wdi_txt p{font-size:15px;margin-top:16px;}
    .wd_info .wdi_l .wdi_txt p:nth-child(3){font-size:18px;line-height:28px;margin-top:35px;}
    .wd_info .wdi_l .wdi_txt .wdi_btn{margin-top:45px;}
    .wd_info .wdi_l .wdi_txt .wdi_btn a{font-size:15px;line-height:25px;padding-bottom:5px;}
    .wd_info .wdi_l .wdi_txt .wdi_btn a i{width:16px;height:11px;margin-left:16px;background-size:100% auto;}
    .wd_info .wdi_r{width:calc(50% - 270px);}
    .wd_info .wdi_r .wdi_num{padding-left:70px;}
    .wd_info .wdi_r .wdi_num .wdi_li{margin-top:42px;}
    .wd_info .wdi_r .wdi_num .wdi_li .wdi_p{margin-left:32px;}
    .wd_info .wdi_r .wdi_num .wdi_li p em{font-size:28px;height:28px;line-height:28px;}
    .wd_info .wdi_r .wdi_num .wdi_li p span{font-size:14px;height:22px;line-height:22px;margin-left:5px;}
    .wd_info .wdi_r .wdi_num .wdi_li p:last-child{margin-top:5px;}
    .wd_product{height:calc(100vh - 90px);}
    .wd_product .wdp_l{width:373px;padding-top:58px;padding-right:40px;height:533px;}
    .wd_product .wdp_l p{font-size:15px;margin-top:40px;}
    .wd_product .wdp_ul{width:calc(100% - 373px);}
    .wd_product .wdp_ul .wdp_c{padding-bottom:16px;}
    .wd_product .wdp_ul .wdp_c a{height:42px;line-height:42px;padding:0 16px;}
    .wd_product .wdp_ul .wdp_img{height:361px;}
    .wd_product .wdp_ul .wdp_txt{padding:16px 13px;}
    .wd_product .wdp_ul .wdp_txt p:first-child{font-size:20px;height:30px;line-height:30px;margin-bottom:8px;}
    .wd_product .wdp_ul .swiper-slide:hover .wdp_img{height:335px;}
    .wd_product .wdp_ul .swiper-slide:hover .wdp_txt{padding:24px 13px;}
    .wd_video{height:calc(100vh - 90px);}
    .wd_video .wdv_ul{margin-top:40px;}
    .wd_video .wdv_li p{bottom:30px;padding:0 15px;font-size:18px;}
    .wd_video .wdv_li i{height:44px;background-position:center 44px;margin-top:-22px;}
    .wd_youshi{height:calc(100vh - 90px);}
    .wd_youshi .wdy_ul{margin-top:32px;}
    .wd_youshi .wdy_ul i{height:80px;}
    .wd_youshi .wdy_ul .swiper-slide{padding:50px 0 40px;}
    .wd_youshi .wdy_ul span{width:72px;height:57px;}
    .wd_youshi .wdy_ul .wdy_txt{padding:30px 40px 0;}
    .wd_youshi .wdy_ul .wdy_txt p{font-size:14px;line-height:26px;}
    .wd_youshi .wdy_ul .wdy_txt p:first-child{font-size:22px;height:32px;line-height:32px;}
    .wd_youshi .wdy_ul .wdy_txt em{width:44px;margin:21px auto 20px;}
    .wd_news{padding:45px 0;}
    .wd_news .wdn_tit{background-size:auto 120px;}
    .wd_news .wdn_tit a{font-size:14px;height:46px;line-height:42px;top:11px;}
    .wd_news .wdn_con{margin-top:30px;}
    .wd_news .wdn_con .wdn_li{width:335px;}
    .wd_news .wdn_con .wdn_li:nth-child(2){margin:0 25px;}
    .wd_news .wdn_con .wdn_li .wdn_img{padding-bottom:221px;}
    .wd_news .wdn_con .wdn_li .wdn_txt{padding:15px 23px 29px;border-top-width:5px;}
    .wd_news .wdn_con .wdn_li .wdn_txt p:first-child{font-size:20px;line-height:32px;height:64px;}
    .wd_news .wdn_con .wdn_li .wdn_txt span{font-size:15px;line-height:22px;margin-top:25px;}
    .wd_news .wdn_con .wdn_li .wdn_txt em{margin-top:20px;}
    .wd_news .wdn_con .wdn_ul{width:calc(100% - 720px);}
    .wd_news .wdn_con .wdn_ul a{padding:20px 30px 26px;}
    .wd_news .wdn_con .wdn_ul a p:first-child{font-size:20px;line-height:32px;height:32px;margin-bottom:10px;}
    .wd_news .wdn_con .wdn_ul a span{font-size:15px;height:22px;margin-top:10px;}
    
    .boli_partner{padding: 15px 0 40px 0;}
    .boli_partner .boli_partner_c ul{gap: 12px;}
    .boli_partner .boli_partner_c ul li{width: 176px;}
    .boli_partner .boli_partner_c ul li .positionimg {padding-bottom: 86px;}
}

@media screen and (max-width:1359px){
    .wd_banner .wdb_btn{bottom:30px;height:26px;}
    .wd_banner .wdb_btn .swiper-button-prev,.wd_banner .wdb_btn .swiper-button-next{width:52px;height:26px;}
    .wd_banner .wdb_btn .swiper-button-next{margin-left:30px;}
    .wd_banner .wdb_mouse{height:30px;width:20px;margin-left:-10px;bottom:60px;line-height:24px;border-width:1px;}
    .wd_banner .wdb_mouse i{width:2px;height:6px;}
    .wd_info{height:calc(100vh - 80px);}
    .wd_info .wdi_l{width:calc(50% + 211px);}
    .wd_info .wdi_l .wdi_txt{width:708px;padding-right:40px;}
    .wd_info .wdi_l .wdi_txt p{font-size:14px;margin-top:12px;}
    .wd_info .wdi_l .wdi_txt p:nth-child(3){font-size:16px;line-height:26px;margin-top:25px;}
    .wd_info .wdi_l .wdi_txt .wdi_btn{margin-top:35px;}
    .wd_info .wdi_l .wdi_txt .wdi_btn a{font-size:14px;line-height:24px;padding-bottom:4px;}
    .wd_info .wdi_l .wdi_txt .wdi_btn a i{width:15px;height:10px;margin-left:12px;}
    .wd_info .wdi_r{width:calc(50% - 211px);}
    .wd_info .wdi_r .wdi_num{padding-left:40px;}
    .wd_info .wdi_r .wdi_num .wdi_li{margin-top:32px;}
    .wd_info .wdi_r .wdi_num .wdi_li .wdi_p{margin-left:25px;}
    .wd_info .wdi_r .wdi_num .wdi_li img{height:34px;}
    .wd_info .wdi_r .wdi_num .wdi_li p em{font-size:24px;height:24px;line-height:24px;}
    .wd_info .wdi_r .wdi_num .wdi_li p span{font-size:13px;height:20px;line-height:20px;margin-left:3px;}
    .wd_info .wdi_r .wdi_num .wdi_li p:last-child{margin-top:4px;}
    .wd_product{height:calc(100vh - 80px);}
    .wd_product .wdp_l{width:294px;padding-top:52px;padding-right:30px;height:462px;}
    .wd_product .wdp_l p{font-size:14px;margin-top:30px;}
    .wd_product .wdp_ul{width:calc(100% - 294px);}
    .wd_product .wdp_ul .wdp_c{padding-bottom:12px;}
    .wd_product .wdp_ul .wdp_c a{height:40px;line-height:40px;padding:0 12px;}
    .wd_product .wdp_ul .wdp_img{height:289px;}
    .wd_product .wdp_ul .wdp_txt{padding:12px 10px;}
    .wd_product .wdp_ul .wdp_txt p:first-child{font-size:18px;height:28px;line-height:28px;margin-bottom:6px;font-weight:bold;}
    .wd_product .wdp_ul .swiper-slide:hover .wdp_img{height:271px;}
    .wd_product .wdp_ul .swiper-slide:hover .wdp_txt{padding:21px 10px;}
    .wd_video{height:calc(100vh - 80px);}
    .wd_video .wdv_ul{margin-top:25px;}
    .wd_video .wdv_li p{bottom:20px;padding:0 10px;font-size:16px;}
    .wd_video .wdv_li i{height:40px;background-position:center 40px;margin-top:-20px;}
    .wd_youshi{height:calc(100vh - 80px);}
    .wd_youshi .wdy_ul{margin-top:22px;}
    .wd_youshi .wdy_ul i{height:70px;}
    .wd_youshi .wdy_ul .swiper-slide{padding:40px 0 30px;}
    .wd_youshi .wdy_ul span{width:66px;height:52px;}
    .wd_youshi .wdy_ul .wdy_txt{padding:20px 25px 0;}
    .wd_youshi .wdy_ul .wdy_txt p{line-height:24px;}
    .wd_youshi .wdy_ul .wdy_txt p:first-child{font-size:20px;height:30px;line-height:30px;}
    .wd_youshi .wdy_ul .wdy_txt em{width:40px;margin:18px auto 16px;}
    .wd_news{padding:30px 0;}
    .wd_news .wdn_tit{background-size:auto 100px;}
    .wd_news .wdn_tit a{height:42px;line-height:40px;top:9px;border-width:1px;width:160px;}
    .wd_news .wdn_con{margin-top:20px;}
    .wd_news .wdn_con .wdn_li{width:265px;}
    .wd_news .wdn_con .wdn_li:nth-child(2){margin:0 20px;}
    .wd_news .wdn_con .wdn_li .wdn_img{padding-bottom:175px;}
    .wd_news .wdn_con .wdn_li .wdn_txt{padding:12px 18px 20px;border-top-width:3px;}
    .wd_news .wdn_con .wdn_li .wdn_txt p:first-child{font-size:18px;line-height:28px;height:56px;}
    .wd_news .wdn_con .wdn_li .wdn_txt span{font-size:14px;line-height:20px;margin-top:18px;}
    .wd_news .wdn_con .wdn_li .wdn_txt em{margin-top:16px;}
    .wd_news .wdn_con .wdn_ul{width:calc(100% - 570px);}
    .wd_news .wdn_con .wdn_ul a{padding:12px 20px 18px;}
    .wd_news .wdn_con .wdn_ul a p:first-child{font-size:18px;line-height:28px;height:28px;margin-bottom:8px;}
    .wd_news .wdn_con .wdn_ul a span{font-size:14px;height:20px;margin-top:7px;}
}

@media screen and (max-width:1023px){
    .wd_banner .swiper-slide{height:auto;padding-bottom:400px;}
    .wd_banner .wdb_btn{bottom:20px;}
    .wd_banner .wdb_btn .swiper-button-next{margin-left:20px;}
    .wd_banner .wdb_mouse{display:none;}
    .wd_info{height:auto;padding:20px 0;}
    .wd_info .wdi_l{width:100%;padding:0 15px;}
    .wd_info .wdi_l .wdi_txt{width:100%;padding-right:0;}
    .wd_info .wdi_l .wdi_txt p{margin-top:10px;}
    .wd_info .wdi_l .wdi_txt p:nth-child(3){margin-top:15px;}
    .wd_info .wdi_l .wdi_txt .wdi_btn{margin-top:25px;}
    .wd_info .wdi_r{width:100%;margin-top:20px;}
    .wd_info .wdi_r .wdi_num{padding:20px 15px;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
        -moz-box-orient:horizontal;
        -moz-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
    }
    .wd_info .wdi_r .wdi_num .wdi_li{margin-top:0;width:25%;}
    .wd_info .wdi_r .wdi_num .wdi_li .wdi_p{margin-left:15px;}
    .wd_info .wdi_r .wdi_num .wdi_li img{height:30px;}
    .wd_info .wdi_r .wdi_num .wdi_li p em{font-size:20px;height:20px;line-height:20px;}
    .wd_info .wdi_r .wdi_num .wdi_li p span{font-size:12px;height:18px;line-height:18px;margin-left:2px;}
    .wd_info .wdi_r .wdi_num .wdi_li p:last-child{font-size:12px;height:18px;line-height:18px;}
    .wd_info .wdi_r>img{display:none;}
    .wd_product{height:auto;padding:20px 0;}
    .wd_product .wdp_l{width:100%;padding-top:0;padding-right:0;height:auto;}
    .wd_product .wdp_l p{font-size:14px;margin-top:10px;}
    .wd_product .wdp_ul{width:100%;}
    .wd_product .wdp_ul .wdp_c{padding-bottom:12px;}
    .wd_product .wdp_ul .wdp_c a{height:40px;line-height:40px;padding:0 12px;}
    .wd_product .wdp_ul .wdp_img{height:305px;}
    .wd_product .wdp_ul .wdp_txt{padding:10px 8px;}
    .wd_product .wdp_ul .wdp_txt p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:5px;}
    .wd_product .wdp_ul .swiper-slide:hover .wdp_img{height:305px;}
    .wd_product .wdp_ul .swiper-slide:hover .wdp_txt{padding:10px 8px;}
    .wd_video{height:auto;padding:20px 0;}
    .wd_video .wdv_ul{margin-top:15px;}
    .wd_video .wdv_li p{bottom:12px;font-size:15px;}
    .wd_youshi{height:auto;padding:20px 0;}
    .wd_youshi .wdy_ul{margin-top:15px;}
    .wd_youshi .wdy_ul i{height:50px;}
    .wd_youshi .wdy_ul .swiper-slide{padding:20px 0 15px;}
    .wd_youshi .wdy_ul span{width:50px;height:39px;}
    .wd_youshi .wdy_ul .wdy_txt{padding:15px 15px 0;}
    .wd_youshi .wdy_ul .wdy_txt p:first-child{font-size:18px;height:26px;line-height:26px;}
    .wd_youshi .wdy_ul .wdy_txt em{width:36px;margin:13px auto 11px;}
    .wd_news{padding:20px 0;}
    .wd_news .wdn_tit{background-size:auto 60px;}
    .wd_news .wdn_tit a{height:38px;line-height:36px;}
    .wd_news .wdn_con{margin-top:15px;}
    .wd_news .wdn_con .wdn_li{width:calc(50% - 10px);}
    .wd_news .wdn_con .wdn_li:nth-child(2){margin:0 0 0 20px;}
    .wd_news .wdn_con .wdn_li .wdn_img{padding-bottom:66.07%}
    .wd_news .wdn_con .wdn_li .wdn_txt{padding:10px 13px 15px;border-top-width:2px;}
    .wd_news .wdn_con .wdn_li .wdn_txt p:first-child{font-size:16px;line-height:26px;height:52px;}
    .wd_news .wdn_con .wdn_li .wdn_txt span{margin-top:12px;}
    .wd_news .wdn_con .wdn_li .wdn_txt em{margin-top:11px;}
    .wd_news .wdn_con .wdn_ul{width:100%;margin-top:20px;}
    .wd_news .wdn_con .wdn_ul a{padding:10px 15px 13px;}
    
    .boli_partner{padding: 0px 0 30px 0;}
    .boli_partner .boli_partner_c ul{gap: 10px;}
    .boli_partner .boli_partner_c ul li{width: 160px;}
    .boli_partner .boli_partner_c ul li .positionimg {padding-bottom: 78px;}
}

@media screen and (max-width:767px){
    .wd_banner .swiper-slide{padding-bottom:50%;}
    .wd_banner .wdb_btn{bottom:10px;}
    .wd_banner .wdb_btn .swiper-button-next{margin-left:10px;}
    .wd_info .wdi_r .wdi_num{padding:5px 15px 20px;}
    .wd_info .wdi_r .wdi_num .wdi_li{width:50%;margin-top:15px}
    .wd_product .wdp_ul .wdp_img{height:auto;padding-bottom:129.45%;}
    .wd_news .wdn_tit{background-size:auto 60px;}
    .wd_news .wdn_tit a{height:38px;line-height:36px;position:relative;top:0;margin-top:6px;}
    .wd_news .wdn_con{margin-top:15px;}
    .wd_news .wdn_con .wdn_li{width:100%;}
    .wd_news .wdn_con .wdn_li:nth-child(2){margin:15px 0 0 0;}
    .wd_news .wdn_con .wdn_li .wdn_txt{padding:10px;;}
    .wd_news .wdn_con .wdn_li .wdn_txt p:first-child{height:auto;}
    .wd_news .wdn_con .wdn_li .wdn_txt span{margin-top:10px;}
    .wd_news .wdn_con .wdn_li .wdn_txt em{margin-top:10px;}
    .wd_news .wdn_con .wdn_ul{margin-top:15px;}
    .wd_news .wdn_con .wdn_ul a{padding:10px 12px;}

}