* {
    outline: none !important;
    blr: expression(this.onFocus=this.blur());
    margin: 0;
    padding: 0;
}
html {font-size: 100px;}
html.act {overflow: hidden;width: 100%;height: 100vh;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Arial, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 1;
    background: #fff;
}
ul, ul li, ol li, tr td, dl, dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}
a {
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    color: #1f1f1f;
}
textarea, select {
    outline: none;
    color: #666;
    font-size: 14px;
    width: 100%;
}
textarea {
    resize: none;
}
img {
    border: none;
    max-width: 100%;
}
img[src=""] {
    opacity: 0;
}
i {
    font-style: normal;
}

/* 滚动条样式 */
body::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
}
body::-webkit-scrollbar-track {
    background: #000;
}
/*去掉 input 默认边框*/
input {
    padding: 0;
    border: 0;
    font-family: nl;
    outline: none;
}
input[type="submit"] {
    background-color: transparent;
    cursor: pointer;
}
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
    -webkit-appearance: none;
}
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
@font-face {
    font-family: 'nn';
	src: url("https://www.shuionland.com/font/NotoSansSC-Medium.otf");
  }
  @font-face {
    font-family: 'nb';
	src: url("https://www.shuionland.com/font/NotoSansSC-Bold.otf");
  }
  @font-face {
    font-family: 'nl';
	src: url("https://www.shuionland.com/font/NotoSansSC-Light.otf");
  }
  @font-face {
    font-family: 'nm';
	src: url("https://www.shuionland.com/font/NotoSansSC-Medium.otf");
  }
  @font-face {
    font-family: 'nr';
	src: url("https://www.shuionland.com/font/NotoSansSC-Regular.otf");
  }
  @font-face {
    font-family: 'nt';
	src: url("https://www.shuionland.com/font/NotoSansSC-Thin.otf");
  }


.f_12 {
    font-size: 12px;
}
.f_13 {
    font-size: 13px;
}
.f_14 {
    font-size:14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}
.f_21 {
    font-size: 21px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size:28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}
.f_35 {
    font-size: 35px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size:38px;
}

.f_40 {
    font-size: 40px;
}

.f_42 {
    font-size: 42px;
}

.f_44 {
    font-size: 44px;
}
.f_45 {
    font-size: 45px;
}
.f_46 {
    font-size: 46px;
}
.f_48 {
    font-size: 48px;
}

.f_50 {
    font-size: 50px;
}

.f_52{
    font-size: 52px;
}

.f_55 {
    font-size: 55px;
}

.f_56 {
    font-size:56px;
}

.f_60 {
    font-size:60px;
}

.f_64 {
    font-size: 64px;
}

.f_66 {
    font-size:66px;
}

.f_68 {
    font-size: 68px;
}

.f_72 {
    font-size: 72px;
}

.f_80 {
    font-size: 80px;
}

.f_86 {
    font-size: 86px;
}

.f_88 {
    font-size: 88px;
}

.f_90 {
    font-size:90px;
}

.f_100 {
    font-size: 100px;
}

.f_110 {
    font-size: 110px;
}

.f_112 {
    font-size: 112px;
}

.f_122 {
    font-size: 122px;
}



.w1660{width: 86.45%;margin: 0 auto;position: relative;}
.w1820{width:94.8%;margin: 0 auto;position: relative;}
/* 头部 */
.header{position: fixed;width: 100vw;top: 0;left: 0;z-index: 999;transition:all 0.5s;padding:0 5% 0 5%;display: flex;justify-content: space-between;text-transform: uppercase;align-items: flex-end;transition: all 0.5s;height: 80px;padding-bottom: 10px;box-sizing: border-box;}
.header .logo{width: 70px;}
.header .logo .logo2{display: none;}
.header .right{display: flex;align-items: flex-start;}
.header .h_nav1{width:60vw;display: flex;justify-content: space-between;margin-right: 0;font-family: nm;}
.header .h_nav1>li{position: relative;}
.header .h_nav1 a{color: #ffffff;line-height: 1.4;}
.header .h_right{display: flex;align-items: center;line-height: 16px;font-family: nr;}
.header .h_right .lag{position: relative;color: #ffffff;margin-right: 2.1vw;}
.header .h_right .lag .h{padding-right: 20px;background: url(https://www.shuionland.com/img-sc/h_jt.png)no-repeat right center;background-size: 12px auto;}
.header .h_right .lag ul{position: absolute;top: 100%;left: 50%;transform: translateX(calc(-50% - 10px));width: 100px;text-align: center;display: none;padding-top: 10px;padding-bottom: 10px;}
.header .h_right .lag ul a{color: #131e2b;line-height: 1.5;}
.header .h_right>.f_12{color: #ffffff;margin-right: 1.6vw;padding-left: 24px;}
.header .h_right>.f_12.ser{background: url(https://www.shuionland.com/img-sc/h_ser.png)no-repeat left center;background-size: 15px auto;margin-right: 0;opacity: 0;display: none;}

.header .h_nav1>li .nav2{position: absolute;top: 100%;left: 0;width: auto;min-width: 600px;padding:1.4vw 0 0 0;line-height: 1.7;display: none;overflow: hidden;white-space: nowrap;}
.header .h_nav1>li .nav2 .before{content: "";position: fixed;left: 0;width: 100vw;opacity: 0; top: 80px;background-color: rgba(255,255,255,.5);z-index: -1;border-bottom: 1px solid rgba(0,0,0,0.3);}
.header .h_nav1>li:hover .nav2 .before{opacity: 1;}
.header .h_nav1>li .nav2 a{padding-right: 2.6vw;position: relative;}
.header .h_nav1>li .nav2 a:after{content: "";position: absolute;bottom: 0;left: 0;width: 0;height: 1px;background-color: #FF2426;transition: all 0.5s;}
.header .h_nav1>li .nav2 a:hover:after{width: 100%;}
.header::before{content: "";position: absolute;z-index: -1; left: 0;top: 100%;width: 100vw;height: 0px;opacity: 0; transition: all 0.5s; background-color: rgba(255,255,255,.5);}

.header.on{background-color:#131e2b;}
.header.ov{background-color: #131e2b;}
.header.ab{background-color: #131e2b;}


.header.hover{background-color: rgba(255,255,255,.5);}
.header.hover .h_nav1 a{color: #131e2b;}
.header.hover .h_right .lag ul a{color:#131e2b;}
.header.hover .logo .logo1{display: none;}
.header.hover .logo .logo2{display: block;}
.header.hover .h_right .lag{color: #131e2b;}
.header.hover .h_right .lag .h{background-image: url(https://www.shuionland.com/img-sc/h_jt1.png);}
.header.hover .h_right>.f_12{color: #131e2b;}
.header.hover .h_right>.f_12.ser{background-image: url(https://www.shuionland.com/img-sc/h_ser1.png);}

.header.ab.hover,.header.ab.active,.header.ov.hover,.header.ov.active{background: #eae3de;}
.header.ab.hover .h_nav1 a,.header.ab.active .h_nav1 a,.header.ov.hover .h_nav1 a,.header.ov.active .h_nav1 a{color: #131e2b;}
.header.ab.hover .logo .logo1,.header.ab.active .logo .logo1,.header.ov.hover .logo .logo1,.header.ov.active .logo .logo1{display: none;}
.header.ab.hover .logo .logo2,.header.ab.active .logo .logo2,.header.ov.hover .logo .logo2,.header.ov.active .logo .logo2{display: block;}
.header.ab.hover .h_right .lag,.header.ab.active .h_right .lag,.header.ov.hover .h_right .lag,.header.ov.active .h_right .lag{color: #131e2b;}
.header.ab.hover .h_right .lag .h,.header.ab.active .h_right .lag .h,.header.ov.hover .h_right .lag .h,.header.ov.active .h_right .lag .h{background-image:url(https://www.shuionland.com/img-tc/h_jt1.png);}
.header.ab.hover .h_right>.f_12,.header.ab.active .h_right>.f_12,.header.ov.hover .h_right>.f_12,.header.ov.active .h_right>.f_12{color: #131e2b;}
.header.ab.hover .h_right>.f_12.ser,.header.ab.active .h_right>.f_12.ser,.header.ov.hover .h_right>.f_12.ser,.header.ov.active .h_right>.f_12.ser{background-image:url(https://www.shuionland.com/img-tc/h_ser1.png);}


/* .header.hover1::before{height: 180px;opacity: 1;border-bottom: 1px solid #707070;}
.header.hover3::before{height: 220px;opacity: 1;border-bottom: 1px solid #707070;}
.header.hover5::before{height: 250px;opacity: 1;}
.header.hover4::before{height: 350px;opacity: 1;}
.header.hover6::before{height: 160px;opacity: 1;}
.header.hover7::before{height: 110px;opacity: 1;} */
.header.hover::after{opacity: 1;}
/* .header.on .h_nav1 a{color: #FFFFFF;} */

.header.active{background: #eae3de;}
.f_logo{width: 4.8vw;}
.header.active .h_nav1 a{color: #131e2b;}
.header.active .h_right .lag ul a{color: #131e2b;}
.header.active .logo .logo1{display: none;}
.header.active .logo .logo2{display: block;}
.header.active .h_right .lag{color: #131e2b;}
.header.active .h_right .lag .h{background-image:url(https://www.shuionland.com/img-tc/h_jt1.png);}
.header.active .h_right>.f_12{color: #131e2b;}
.header.active .h_right>.f_12.ser{background-image:url(https://www.shuionland.com/img-tc/h_ser1.png);}
.header.active .h_nav1 > li .nav2 .before{background: #eae3de;}
.header.ab .h_nav1>li .nav2 .before{background-color: #eae3de !important;}
.header.ov .h_nav1>li .nav2 .before{background-color: #eae3de !important;}
.f_logo{width: 4.8vw;}

.header .h_right .before{content: "";position: fixed;left: 0;width: 100vw;height:50px;opacity: 0; top: 80px;background-color: rgba(255,255,255,.5);z-index: -1;border-bottom: 1px solid rgba(0,0,0,0.3);}
.header .h_right:hover .before{opacity: 1;}
.header.active .h_right .before{background: #eae3de;}
.header.ab .h_right .before,.header.ov .h_right .before{background: #eae3de !important;}




.m_header{display: none;}
.mh_nav{display: none;}

#d1,#d2,#d3,#d4,#d5{position: relative;top: -6vw;}

.banner_pc{position:relative;overflow: hidden;}
.banner_pc .swiper-slide{height:100vh;background:no-repeat center;background-size:cover;}
.banner_pc .swiper-slide{position: relative;}
.banner_pc .swiper-slide video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
.banner_pc .swiper-slide .txt{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%); text-align: center;color: #ffffff;font-family: nr;z-index: 2;}
.banner_pc .swiper-slide .txt1{padding-left: 14.48vw;color: #131e2b;text-align: left;}
.banner_pc .swiper-slide .txt1 .more{width: 215px;line-height: 48px;text-align: center;color: #131e2b;font-family: nl;border: 1px solid #131e2b;margin-top: 6.5vw;}
.banner_pc .swiper-slide .txt .h{line-height: 56px;}
.banner_pc .swiper-slide .txt .h.f_42{text-transform: uppercase;}
.banner_pc .swiper-slide .txt .h.f_32{line-height: 34px;}
.banner_pc .swiper-slide .txt .p{line-height: 40px;}
.banner_pc .swiper-pagination{bottom: 2.24vw;}
.banner_pc .swiper-pagination .swiper-pagination-bullet{width:0.625vw;height: 0.625vw;background-color: #ffffff;opacity: 1;margin: 0 3.6px;}
.banner_pc .swiper-pagination .swiper-pagination-bullet-active{background-color: #FF2426;}
.banner_m{display: none;}
.banner_ov_m{display: none;}

.part1{padding: 5.9375vw 0 5.46875vw 14.6875vw;background-color: #EAE3DE;}
.part1 .tit{line-height: 56px;color: #131e2b;margin-bottom: 5vw;position: relative;font-family:nm;text-transform: uppercase;letter-spacing: 3px;text-align: left;}
.part1 .tit:after{content: "";position: absolute;bottom: -2.4vw;left: 0; width: 6.354vw;height: 3px;background-color: #FF2426;}
.part1 .p{color: #131e2b;line-height: 40px;margin-bottom: 2.2vw;width:77%;font-family: nl;text-align: left;}
.part1 .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-bottom: 4.6875vw;font-family: nl;}
.part1_1{display: flex;justify-content: space-between;position: relative;}
.part1_1 .txt{width: 42.7vw;}
.part1_1 .txt .tit1{font-family:nn;line-height: 32px;color: #A6654E;margin-bottom: 1.458vw;}
.part1_1 .txt .boxs{display: flex;flex-wrap: wrap;justify-content: space-between;}
.part1_1 .txt .boxs .box{width: 50%;margin-bottom: 1.354vw;}
.part1_1 .txt .boxs .box .h1{line-height: 46px;font-family: nl;color: #A6654E;}
.part1_1 .txt .boxs .box .p1{line-height: 46px;font-family: nl;color: #A6654E;}
.part1_1 .pic{width: 42.1875vw;height: 18.646vw;position: absolute;bottom: 2.2vw;right: 0; background: no-repeat center;background-size: 100% 100%;}

.part1_2{padding-top: 3.4375vw;width:100vw;transform: translateX(-14.6875vw);display: flex;justify-content: flex-end;align-items: flex-end;}
.part1_2 .pic{width: 50.2vw;height: 15.885vw;background: no-repeat right center;background-size: cover;margin-right:7.4vw;}
.part1_2 .txt{width: 42.7vw;}
.part1_2 .txt .tit1{font-family:nn;line-height: 32px;color: #A6654E;margin-bottom: 1.458vw;}
.part1_2 .txt .boxs{display: flex;flex-wrap: wrap;justify-content: space-between;}
.part1_2 .txt .boxs .box{width: 100%;margin-bottom: 1.354vw;}
.part1_2 .txt .boxs .box:last-child{margin-bottom: 0;}
.part1_2 .txt .boxs .box .h1{line-height: 1.4;font-family: nb;color: #A6654E;}
.part1_2 .txt .boxs .box .p1{line-height: 1.4;font-family: nl;color: #A6654E;}
.part1_2 .txt .boxs .box .p1 span:nth-of-type(1){font-weight: bold;}

.part2{padding: 5.677vw 0 3.5vw 14.6875vw;background-color: #E2CCBC;position: relative;}
.part2 .tit{line-height: 56px;color: #131e2b;margin-bottom: 5vw;position: relative;font-family: nm;text-transform: uppercase;letter-spacing: 3px;}
.part2 .tit:after{content: "";position: absolute;bottom: -2.4vw;left: 0; width: 6.354vw;height: 3px;background-color: #FF2426;}
.part2 .p{color: #131e2b;line-height: 40px;margin-bottom: 2.2vw;width: 77%;font-family: nl;}
.part2 .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-bottom: 5.1vw;font-family: nl;}
.part2 .pics_box{position: relative;overflow: hidden;padding-bottom: 3.575vw;}
.part2 .pics_box .swiper-pagination{bottom: 0;}
.part2 .pics_box .swiper-pagination .swiper-pagination-bullet{width: 0.625vw;height: 0.625vw;background-color: #ffffff;opacity: 0.6;}
.part2 .pics_box .swiper-pagination .swiper-pagination-bullet-active{background-color: #FF2426;opacity: 1;}
.part2 .pics_box .swiper-slide .pics{width: 100%;overflow: hidden;}
.part2 .pics_box .swiper-slide .pics .pic{width: 100%;height: 18vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.part2 .pics_box .swiper-slide:hover .pics .pic{transform: scale(1.05);}
.part2 .pics_box .swiper-slide .txt{line-height: 3.23vw;text-align: center;background-color: #FFFFFF;font-family: nm;color: #131e2b;}
.part2 .prev,.part2 .next{width: 2.6vw;height: 2.6vw;background-size: 100% 100%;position: absolute;bottom:15.895vw;z-index: 3;cursor: pointer;transition: all 0.5s;}
.part2 .prev:hover,.part2 .next:hover{opacity: 0.7;}
.part2 .prev{left: 0;background-image: url(https://www.shuionland.com/img-sc/p2_prev.png);}
.part2 .next{right: 0;background-image: url(https://www.shuionland.com/img-sc/p2_next.png);}

.part3{display: flex;}
.part3 .left{width: 50%;background-color: #EAE3DE;}
.part3 .left .tit{padding: 6.1vw 0 6.354vw 14.48vw;line-height: 56px;color: #131e2b;position: relative;font-family: nm;text-transform: uppercase;letter-spacing: 3px;}
.part3 .left .tit:after{content: "";position: absolute;bottom: 3.646vw;left: 14.48vw; width: 6.354vw;height: 3px;background-color: #FF2426;}
.part3 .left .pics{width: 100%;overflow: hidden;}
.part3 .left .pics .pic{width: 100%;height: 40.833vw;transition: all 0.8s;background: no-repeat center;background-size: cover;}
/* .part3 .left .pics .pic:hover{transform: scale(1.05);} */
.part3 .right{width: 50%;padding: 11.77vw 7.6vw 0 7.6vw;background-color: #ffffff;}
.part3 .right .pics_boxs{position: relative;}
.part3 .right .pics_boxs .pics_box{position: relative;overflow: hidden;margin-bottom: 6vw;width: 27.916vw;}
.part3 .right .pics_boxs .pics_box .swiper-slide{}
.part3 .right .pics_boxs .pics_box .swiper-slide .pic{width: 100%;height: 20.46875vw;background: no-repeat center;background-size: cover;}
.part3 .right .pics_boxs .swiper-pagination{width: auto;left: 29vw;bottom: 3.5vw;width: 6vw;display: flex; font-family: nl;color: #4D4D4D;}
.part3 .right .pics_boxs .next{position: absolute;bottom: 0;left: 28.916vw; width: 2.6vw;height: 2.6vw;background: url(https://www.shuionland.com/img-sc/p2_next.png);background-size: 100% 100%;cursor: pointer;transition: all 0.5s;}
.part3 .right .pics_boxs .next:hover{opacity: 0.7;}
.part3 .right .txt .p{font-family: nl;line-height: 40px;color: #131e2b;margin-bottom: 2.1875vw;}
.part3 .right .txt .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-bottom: 5.1vw;font-family: nl;}

.part4{padding: 7.3vw 14.48vw 6.875vw 12.9875vw;background-color: #E2CCBC;display: flex;justify-content: space-between;align-items: center;}
.part4 .txt{width: 27vw;}
.part4 .txt .tit{margin-bottom: 5vw;line-height: 56px;color: #131e2b;position: relative;font-family: nm;text-transform: uppercase;letter-spacing: 3px;}
.part4 .txt .tit:after{content: "";position: absolute;bottom: -2.4vw;left: 0; width: 6.354vw;height: 3px;background-color: #FF2426;}
.part4 .txt .p{font-family: nl;color: #131e2b;margin-bottom: 2.1875vw;line-height: 40px;}
.part4 .txt .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-bottom: 5.1vw;font-family: nl;}
.part4 .pic{width: 29.48vw;}
.part4 .m_btn{display: none;}

.part5{padding: 4.323vw 14.48vw 6vw 14.48vw;display: flex;justify-content: space-between;align-items: flex-start;}
.part5 .tit{margin-bottom: 5vw;line-height: 56px;color: #131e2b;position: relative;font-family: nm;text-transform: uppercase;letter-spacing: 3px;}
.part5 .tit:after{content: "";position: absolute;bottom: -2.4vw;left: 0; width: 6.354vw;height: 3px;background-color: #FF2426;}
.part5 .con{width: 50.48vw;}
.part5 .con ul{border-top: 1px solid #131e2b;margin-bottom: 3.28125vw;}
.part5 .con ul li{padding:0.52vw 0;border-bottom: 1px solid #131e2b;}
.part5 .con ul li .day{font-family: nm;color: #131e2b;line-height: 30px;}
.part5 .con ul li .h{font-family: nl;color: #131e2b;line-height: 30px;height: 30px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.part5 .con .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-bottom: 0;font-family: nl;}

.footer{background-color:#131e2b;padding: 40px 5% 0 5%;color: #ffffff;box-sizing: border-box;font-family: nn;}
.f_t{display: flex;justify-content: space-between;align-items:center;padding: 20px 0;}
.footer a{color: #ffffff;}
.footer .f_top{border-bottom:1px solid rgba(255,255,255,0.4);;display: flex;justify-content: space-between;}
.footer .f_bottom ul{display: flex;justify-content: center;align-items: center;font-family: ff;}
.footer .f_bottom ul a{transition: all 0.5s;text-transform:capitalize;}
.footer .f_bottom ul a:hover{opacity: 0.7;}
.footer .f_top ul{display: flex;font-family: ff;line-height: 22px;width:100%;justify-content: space-between;}
.footer .f_top ul li{margin-bottom: 20px;}
.footer .f_top ul a{transition: all 0.5s;text-transform: uppercase;}
.footer .f_top ul li>a{font-weight:bold;}
.footer .f_bottom{display: flex;align-items: center;font-size: 12px;justify-content: center;}
.footer .f_bottom .p{font-family: ff;margin-left: 10px;display: flex;align-items: center;}
.footer .f_bottom .p a{margin-left: 10px;display: flex;align-items: center;}

.f_nav2 dd{margin-top: 10px;font-weight: lighter !important;}
.f_nav2 a{font-size: 12px;color: #fff;}



.footer .fx{display: flex;align-items: center;gap: 1.46vw;}
.footer .fx .wx{position: relative;}
.footer .fx .wx .code{position: absolute;left: 50%; top: 0;transform: translate(-50%,-110%);width: 6vw;opacity: 0;transition: all 0.5s;pointer-events: none;}
.footer .fx .wx:hover .code{opacity: 1;}
.footer .fx .wx .code img{width: 100%;height: auto;}
.footer .fx a{transition: all 0.5s;}
.footer .fx a:hover>img{opacity: 0.7;}
.footer .fx img{height:1.5vw;}
.footer .f_bottom ul{display: flex;}
.footer .f_bottom ul li{font-family: ff;border-right: 1px solid #fff;padding: 0 10px;line-height: 12px;}
.footer .f_bottom ul li a{transition: all 0.5s;}
.footer .f_bottom ul li a:hover{opacity: 0.7;}
.footer .f_bottom .p{font-family: ff;position: relative;}
.footer.ov{background-color: #131e2b;}
.footer.ab{background-color: #131e2b;}

.tx_xq p.flex{display: flex;}
.tx_xq p.flex span:nth-of-type(1){width:9%;}
.tx_xq p.flex span:nth-of-type(2){width: 91%;}



/* 内页公共 */
.ny_crumbs{display: flex;color: #131e2b;font-family: nl;}
.ny_crumbs a{color: #131e2b;transition: all 0.5s;}
.ny_crumbs a:hover{color: #FF2426;}
.ny_crumbs span{margin: 0 4px;}
.ny_tit{line-height: 56px;color: #131e2b;padding-bottom: 1.6vw;position: relative;font-family: nm;text-transform: uppercase;letter-spacing: 3px;}
.ny_tit:after{content: "";position: absolute;bottom:0vw;left: 0; width: 6.354vw;height: 3px;background-color: #FF2426;}
::-webkit-input-placeholder { color:#131e2b;font-family: nl; }
::-moz-placeholder { color:#131e2b;font-family: nl; } /* firefox 19+ */
:-ms-input-placeholder { color:#131e2b;font-family: nl; } /* ie */
input:-moz-placeholder { color:#131e2b;font-family: nl; }

/* sd_overview */
.banner_ov{position:relative;overflow: hidden;margin-top: 5.4vw;}
.banner_ov .swiper-slide{height:35vw;background:no-repeat center;background-size:cover;}
.banner_ov .swiper-slide{position: relative;display: block;}
.banner_ov .swiper-slide video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
.banner_ov .swiper-slide .txt{position: absolute;top: 40%;left: 0;width: 100%;text-align: center;color: #ffffff;line-height: 58px;font-family:nn;z-index: 2;}
/* .banner_ov .swiper-slide .txt .h{text-transform: uppercase;} */
.banner_ov .swiper-slide .txt .h .p{text-transform: initial;line-height: 34px;}
.banner_ov .swiper-pagination{bottom: 2.24vw;}
.banner_ov .swiper-pagination .swiper-pagination-bullet{width:0.625vw;height: 0.625vw;background-color: #ffffff;opacity: 1;margin: 0 3.6px;}
.banner_ov .swiper-pagination .swiper-pagination-bullet-active{background-color: #FF2426;}
.ov1{padding: 5.73vw 14.48vw 5.416vw 14.48vw;}
.ov1 .ny_tit{margin-top: 2.4vw;margin-bottom: 3.7vw;}
.ov1 .h1{font-family: nm;line-height: 58px;margin-bottom: 2.6vw;color: #f54029;}
.ov1 .p{font-family: nl;color: #131e2b;line-height: 40px;}
.ov2{padding-bottom: 3.7vw;}
.ov2 .ny_tit{margin-left: 14.48vw;margin-bottom:1.51vw;}
.ov2 .p{font-family: nl;color: #131e2b;line-height: 40px;margin: 0 14.48vw;margin-bottom: 3.333vw;}
.comm_con .ov2 .p{margin-bottom: 1.823vw;}
.ov2 .pics_boxs{padding: 0 14.48vw;position: relative;}
.ov2 .pics_boxs .next,.pics_boxs .prev{width: 2.6vw;height: 2.6vw;position: absolute;top: 50%;background: no-repeat center;background-size: cover;cursor: pointer;transition: all 0.5s;}
.ov2 .pics_boxs .next{right: 14.48vw;transform: translate(115%,-50%);background-image: url(https://www.shuionland.com/img-sc/p2_next.png);}
.ov2 .pics_boxs .next:hover{opacity: 0.7;}
.ov2 .pics_boxs .prev{left: 14.48vw;transform: translate(-115%,-50%);background-image: url(https://www.shuionland.com/img-sc/p2_prev.png);}
.ov2 .pics_boxs .prev:hover{opacity: 0.7;}
.ov2 .pics_boxs .pics_boxx{display: flex;justify-content: space-between; padding: 2.24vw 2.4vw;background-color: #EAE3DE;}
/* .ov2 .pics_boxs .pics_box1{width: 8.75vw;} */
.ov2 .pics_boxs .pics_box2{position: relative;overflow: hidden;width: calc(100% - 13.75vw);}
.ov2 .pics_boxs .pics_box2 .swiper-slide{display: flex;align-items: center;justify-content: center;}
.ov2 .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-top: 2.6vw;font-family: nl;margin-left: 14.48vw;}
.ov3{padding: 2.3vw 0 3.7vw 0;background-color: #EAE3DE;}
.ov3 .ny_tit{margin-bottom: 3.7vw;color: #131e2b;margin-left: 14.48vw;}
.ov3 .pics_boxs{padding: 0 14.48vw;position: relative;}
.ov3 .pics_boxs .next,.ov3 .pics_boxs .prev{width: 2.6vw;height: 2.6vw;position: absolute;top: 45%;background: no-repeat center;background-size: cover;cursor: pointer;transition: all 0.5s;}
.ov3 .pics_boxs .next{right: 14.48vw;transform: translate(115%,-50%);background-image: url(https://www.shuionland.com/img-sc/p2_next.png);}
.ov3 .pics_boxs .next:hover{opacity: 0.7;}
.ov3 .pics_boxs .prev{left: 14.48vw;transform: translate(-115%,-50%);background-image: url(https://www.shuionland.com/img-sc/p2_prev.png);}
.ov3 .pics_boxs .prev:hover{opacity: 0.7;}
.ov3 .pics_boxs .pics_box{position: relative;overflow: hidden;padding: 0 3.125vw;}
.ov3 .pics_boxs .pics_box::before{content: "";position: absolute;top: 0;left: 0;height: 100%;width: 3.125vw;background-color:#EAE3DE;z-index: 2;}
.ov3 .pics_boxs .pics_box::after{content: "";position: absolute;top: 0;right: 0;height: 100%;width: 3.125vw;background-color:#EAE3DE;z-index: 2;}
.ov3 .pics_boxs .pics_box .pics{width: 100%;overflow: hidden;margin-bottom: 1.5625vw;}
.ov3 .pics_boxs .pics_box .pics .pic{width: 100%;height: 21.46vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.ov3 .pics_boxs .pics_box .pics .pic img{width: 100%;height: 100%;}
.ov3 .pics_boxs .pics_box .pics:hover .pic{transform: scale(1.05);}
.ov3 .pics_boxs .pics_box .txt{color: #131e2b;font-family:nn;line-height: 40px;}
.ov3 .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-top: 3.36vw;font-family: nl;margin-left: 14.48vw;color: #131e2b;}

/* 5c */
.fc_con{padding-top:5.4vw;background-color: #ffffff;}

.i_tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: -999;opacity: 0;transition: all 0.5s;}
/* .i_tanchuang.show{z-index: 999;opacity: 1;} */
.i_tanchuang .bj{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);}
.i_tanchuang .pic{max-width: 90%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;background-color: #fff;}

.fc1{padding: 4vw 8.75vw 6.25vw 14.48vw;}
.fc1 .ny_tit{margin-top: 1vw;margin-bottom: 3.75vw;}
.fc1 .con{display: flex;justify-content: space-between;}
.fc1 .con .txt{width: 39.74vw;font-family: nl;color: #131e2b;line-height: 40px;}
.fc1 .con .txt span{font-family: nm;}
.fc1 .con .pic{width: 31.667vw;height: 31.667vw;position: relative;}
.fc1 .con .pic .kuai{position: absolute;display: flex;align-items: center;justify-content: center;font-family:nn;color: #ffffff;line-height: 1.875vw;transition: all 0.5s;}
/* .fc1 .con .pic .kuai */
.fc1 .con .pic .kuai.hide{opacity: 0.3;}
.fc1 .con .pic .kuai1{top: 0;left: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai1.png)no-repeat;background-size: 100% 100%;}
.fc1 .con .pic .kuai2{top: 0;right: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai2.png)no-repeat;background-size: 100% 100%;}
.fc1 .con .pic .kuai3{bottom: 0;left: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai3.png)no-repeat;background-size: 100% 100%;}
.fc1 .con .pic .kuai4{bottom: 0;right: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai4.png)no-repeat;background-size: 100% 100%;}
.fc1 .con .pic .kuai5{top:50%;left: 50%;transform: translate(-50%,-50%); width: 11.46vw;height: 11.46vw;background: url(https://www.shuionland.com/img-en/5c_kuai5.png);background-size: 100% 100%;box-shadow: 0 0 10px rgba(0,0,0,0.16);border-radius: 50%;}
.fc1 .con .pic .kuai5.hide{opacity: 1;background-image: url(https://www.shuionland.com/img-en/5c_kuai6.png);}
.fc2{padding: 3.958vw 14.48vw 3.85vw 14.48vw;position: relative;}
.fc2 .solid{width: 100%;height: 1px;position: absolute;width: calc(100% - 28.96vw);left: 14.48vw;background-color: #707070;top: 0;}
.fc2 .tit{font-family:nn;color: #131e2b;line-height: 40px;text-align: center;margin-bottom: 1.875vw;}
.fc2 .boxs{display: flex;justify-content: center;}
.fc2 .boxs .box{display: block;width:27.8125vw;margin: 0 0.5vw;background-color: #EAE3DE;text-align: center;}
.fc2 .boxs .box .pics{width: 100%;overflow: hidden;}
.fc2 .boxs .box .pics .pic{width: 100%;height: 16.667vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.fc2 .boxs .box:hover .pics .pic{transform: scale(1.05);}
.fc2 .boxs .box .txt{line-height: 56px;font-family:nn;color: #131e2b;text-transform: uppercase;letter-spacing: 1px;}

.fc_d{position: relative;}
.fc_d .m_pic{display: none;}
.fc_d .left{width: 39vw;padding: 7.6vw 4.27vw 7.6vw 14.48vw;float: left;position: sticky;top: 0;}
/* .fc_d .left img{width: 15.26vw;} */

.fc_d .pic{width: 15.26vw;height: 15.26vw;position: relative;margin-bottom:2.76vw;}
.fc_d .pic .kuai{position: absolute;display: flex;align-items: center;justify-content: center;font-family:nn;color: #ffffff;line-height: 20px;transition: all 0.5s;opacity: 0.3;}
/* .fc_d .pic .kuai */
.fc_d .pic .kuai.on{opacity:1;}
.fc_d .pic .kuai:hover{opacity:1;}
.fc_d .pic .kuai1{top: 0;left: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai1.png);background-size: 100% 100%;}
.fc_d .pic .kuai2{top: 0;right: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai2.png);background-size: 100% 100%;}
.fc_d .pic .kuai3{bottom: 0;left: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai3.png);background-size: 100% 100%;}
.fc_d .pic .kuai4{bottom: 0;right: 0;width: 50%;height: 50%;background: url(https://www.shuionland.com/img-en/5c_kuai4.png);background-size: 100% 100%;}
.fc_d .pic .kuai5{top:50%;left: 50%;transform: translate(-50%,-50%); width: 5.46vw;height: 5.46vw;opacity: 1; background: url(https://www.shuionland.com/img-en/5c_kuai6.png);background-size: 100% 100%;box-shadow: 0 0 10px rgba(0,0,0,0.16);border-radius: 50%;}
.fc_d .pic .kuai5:hover{opacity: 1;background-image: url(https://www.shuionland.com/img-en/5c_kuai5.png)!important;}
.fc_d .pic .kuai5.on{opacity: 1;background-image: url(https://www.shuionland.com/img-en/5c_kuai5.png)!important;}
.fc_d .left .ny_tit{margin-bottom: 2.916vw;}
.fc_d .left .p{font-family: nl;color: #131e2b;line-height: 40px;}
.fc_d .right{width:60.4vw;background-color: #EAE3DE;float: right;}
.fc_d .right .bpics{width: 100%;overflow: hidden;}
.fc_d .right .bpics .pic{width: 100%;height: 44.792vw;transition: all 0.8s;background: no-repeat center;background-size: cover;margin-bottom: 0;}
/* .fc_d .right .bpics:hover .pic{transform: scale(1.05);} */
.fc_d .right .txt{position: relative;padding: 8.4375vw 14.48vw 0 3.646vw;}

.fc_d .right .txt .pics_box{transform: translateX(-3.646vw);width: 45.52vw;}
.fc_d .right .txt .pics_box img{width: 100%;}

.fc_d .right .txt .sc_btn{position: absolute;top: 28px;left: 190px;padding-bottom: 35px;font-family:nn;color: #131e2b;line-height: 1;text-align: center;background: url(https://www.shuionland.com/img-sc/5c_sc.png)no-repeat center bottom;}
.fc_d .right .txt .boxs{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 4.427vw;}
/* .fc_d .right .txt .boxs .left1{width: 18.8vw;}
.fc_d .right .txt .boxs .right1{width: 20.73vw;} */
.fc_d .right .txt .boxs .box{width: 18.8vw;border-bottom: 1px solid #707070;padding: 0 0 0.73vw 0;margin-bottom: 1vw;}
.fc_d .right .txt .boxs .box:nth-child(2n){width: 20.73vw;}
.fc_d .right .txt .boxs .box .h{font-family:nn;color: #131e2b;line-height: 40px;}
.fc_d .right .txt .boxs .box .p{font-family: nl;color: #131e2b;line-height: 28px;}
.fc_d .right .txt .pics_box .tit{font-family:nn;color: #A6654E;line-height: 40px;margin-bottom:0.833vw;}
.fc_d .right .txt .pics_box .p_boxs{display: flex;justify-content: space-between;}
.fc_d .right .txt .pics_box .p_boxs .p_box{display: block;width: 20.73vw;background-color: #FFFFFF;}
.fc_d .right .txt .pics_box .p_boxs .p_box .pics{width: 100%;overflow: hidden;}
.fc_d .right .txt .pics_box .p_boxs .p_box .pics .pic{width: 100%;height: 11.98vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.fc_d .right .txt .pics_box .p_boxs .p_box:hover .pics .pic{transform: scale(1.05);}
.fc_d .right .txt .pics_box .p_boxs .p_box .txt1{padding: 0.833vw 1.04vw;}
.fc_d .right .txt .pics_box .p_boxs .p_box .txt1 .p1{font-family: nl;color: #131e2b;line-height: 28px;height: 56px;}

/* sd_Sustainable Finance */
.banner_fin{margin-top: 5.4vw;width: 100%;height: 23.64vw;background: no-repeat center;background-size: cover;position: relative;}
.banner_fin video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
.banner_fin_m{display: none;}
.fin_con{padding: 2.6vw 14.48vw 6.25vw 14.48vw;}
.fin_con .ny_tit{margin-top: 2.4vw;margin-bottom:3.646vw;}
/* .fin_con .p{font-family: nl;line-height: 40px;width: 64vw;margin-bottom: 6.25vw;} */
.fin_con .p{font-family: fl;line-height: 40px;width: 64vw;margin-bottom: 2.25vw;}
.fin_con>.btn{line-height: 32px;padding: 8px 16px;text-align: center;border: 1px solid #1f1f1f;margin-bottom: 2vw;font-family: fl;color: #1f1f1f;transition: all 0.5s;}
.fin_con.pol_con .p{margin-bottom: 3.333vw;}
.fin_con .item{display: flex;justify-content: space-between;margin-bottom: 3.8vw;align-items: flex-start;}
.fin_con .item:last-child{margin-bottom: 0;}
.fin_con .item .left{width: 24vw;padding: 3.9vw 2.3vw 1.875vw 2.3vw;}
.fin_con .item .left img{width: 100%;}
.fin_con .item .left .h1{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 3vw;text-align: center;}
.fin_con .item .right{width:42.3vw;}
.fin_con .item .right .h2{font-family:nn;color: #131e2b;line-height: 28px;margin-bottom: 0.5vw;}
.fin_con .item .right .p2{font-family: nl;color: #131e2b;line-height: 28px;}
.fin_con .item .right .btn1_box{display: flex;flex-wrap: wrap;}
.fin_con .item .right .btn1_box .btn1{display: table;padding: 0 1vw;margin-bottom: 1vw; line-height: 48px;border: 1px solid #131e2b;margin-right: 1.875vw;transition: all 0.5s;}
.fin_con .item .right .btn1_box .btn1:hover{color: #fff;border-color: transparent;background-color:#131e2b ;}

/* sd_global */
.sd_boxs{margin-bottom: 2.7vw;}
.sd_boxs:last-child{margin-bottom: 0;}
.gl_con .ov2{padding-top:4vw;}
.gl_con .ov2 .ny_crumbs{margin-left: 14.48vw;margin-bottom: 2.4vw;}

/* sd_committee */
.comm_con{background-color: #EAE3DE;}
.comm_con .ov2>img{display: block; margin: 0 auto;width: calc(100% - 28.96vw);}
.comm_con .ov2 .comm_p{margin: 0 auto;width: calc(100% - 28.96vw);font-family: nl;line-height: 40px;color: #131e2b;margin-top:3.776vw;}

/* sd_policies */
.pol_con{background-color:#EAE3DE;padding-right: 21.61vw;padding-top: 10.67vw;}
.pol_items .item{width: 100%;display: flex;justify-content: space-between;margin-bottom: 0;font-family: nl;color: #131e2b;transition: all 0.5s;}
/* .pol_items .item:hover{color: #FF2426;} */
.pol_items .item .left_p{width: 35.1vw;border-bottom: 1px solid #707070;line-height: 34px;padding:0.57vw 0;}
.pol_items .item .right_p{width: 27.916vw;border-bottom: 1px solid #707070;line-height:34px;padding:0.57vw 0;text-align: right;}
.pol_items .item:nth-child(1) .left_p{border-top: 1px solid #707070;}
.pol_items .item:nth-child(1) .right_p{border-top: 1px solid #707070;}
.pol_items .item .left_p:hover{color: #FF2426;}
.pol_items .item .right_p:hover {color: #FF2426;}

/* search */
.ser1{position: absolute;top: 100%;left: 0;width: 100%; padding: 3.8vw 21.72vw;background-color: #EAE3DE;display: none;}
.ser1 .h{font-family: nl;color: #131e2b;margin-bottom: 6px;line-height: 40px;}
.ser1 form input{width: 100%;line-height: 4.1667vw;border: 1px solid #131e2b;padding: 0 1.5625vw;background-color: transparent;font-family: nl;}
.ser1 .close{position: absolute;top:2.175vw;right: 3.646vw;cursor: pointer;transition: all 0.5s;}
.ser1 .close:hover{transform: rotate(180deg);}

.ser2{padding: 2.6vw 28.85vw 6.25vw 21.72vw;}
.ser2 .top_s{display: flex;color: #131e2b;}
.ser2 .top_s>div:nth-child(1){margin-right: 2.6vw;}
.ser2 .top_s .h{font-family: nm;text-transform: uppercase;line-height: 28px;}
.ser2 .top_s .select{width: 215px;font-family: nl;position: relative;background-color: #fff;}
.ser2 .top_s .select .year{width: 100%; line-height: 38px;border: 1px solid #131e2b;padding: 0 26px 0 15px;background: url(https://www.shuionland.com/img-sc/xl.png)no-repeat right center;}
.ser2 .top_s .select ul{position: absolute;top: 100%;left: 0;width: 100%; border: 1px solid #131e2b;border-top: none;display: none;background-color: #fff;max-height: 156px!important;overflow: auto;}
/* 滚动条样式 */
.ser2 .top_s .select ul::-webkit-scrollbar{ width:4px;height: 1px;}
.ser2 .top_s .select ul::-webkit-scrollbar-thumb{ background:#000;}
.ser2 .top_s .select ul::-webkit-scrollbar-track{ background:rgba(0,0,0,0.2);}
.ser2 .top_s .select a{display: block;line-height: 38px;padding: 0 26px 0 15px;transition: all 0.5s;color: #131e2b;}
.ser2 .top_s .select a:hover{color: #FF2426;}
.ser2 .top_s .btns{display: flex;}
.ser2 .top_s .btns .btn{font-family: nl;text-align: center;line-height: 38px;border: 1px solid #131e2b;padding: 0 14px;}
.ser2 .top_s .btns .btn.on{color: #ffffff;border-color: transparent;background-color: #131e2b;}
.ser2 .list{border-top: 1px solid #707070;margin-top: 3.75vw;}
.ser2 .list .li{padding: 10px 0;border-bottom: 1px solid #707070;display: block;color: #131e2b;transition: all 0.5s;}
.ser2 .list .li:hover{color: #FF2426;}
.ser2 .list .li .day{font-family: nm;line-height: 30px;}
.ser2 .list .li .h{font-family: nl;line-height: 30px;}
.ser2 .list .li .h span{font-family:nn;}

/* sd_report */
.rep_con{background-color: #EAE3DE;padding-top: 10.677vw;}
.rep_con .ny_crumbs{color: #131e2b;}
.rep_con .ny_crumbs a{color: #131e2b;}
.rep_con .ny_crumbs a:hover{color:#FF2426;}
.rep_con .ny_tit{color:#131e2b;}
.fin_con.rep_con .p{color: #131e2b;margin-bottom: 1.5vw;}
.rep_con .ser2{padding: 0;}
.rep_con .ser2 .top_s{color: #ffffff;}
.rep_con .ser2 .top_s .select{background-color: transparent;}
.rep_con .ser2 .top_s .select .year{border-color: #EAE3DE;background-image: url(https://www.shuionland.com/img-sc/xl_b.png);}
.rep_con .ser2 .top_s .select ul{border-color: #EAE3DE;background-color: #3b653d;}
.rep_con .ser2 .top_s .select a{color: #ffffff;}
.rep_con .ser2 .top_s .btns .btn{border-color: #EAE3DE;color: #ffffff;}
.rep_con .ser2 .top_s .btns .btn.on{background-color: #EAE3DE;color: #3b653d;}
.rep_con .ov3 .pics_boxs{padding: 0;}
.rep_con .ov3 .pics_boxs .pics_box{padding-bottom: 22px;}
.rep_con .ov3 .pics_boxs .pics_box .swiper-pagination{bottom:0;}
.rep_con .ov3 .pics_boxs .pics_box .swiper-pagination-bullet{width: 12px;height: 12px;opacity: 0.46;background-color: #ffffff;margin: 0 3px;}
.rep_con .ov3 .pics_boxs .pics_box .swiper-pagination-bullet-active{opacity: 1;background-color: #FF2426;}
.rep_con .ov3 .pics_boxs .prev,.rep_con .ov3 .pics_boxs .next{top: 45%;}
.rep_con .ov3 .pics_boxs .prev{left: 0;}
.rep_con .ov3 .pics_boxs .next{right: 0;}
.rep_p{font-family: nl;color: #131e2b;line-height: 40px;margin-top: 0;}
.rep_p a{text-decoration: underline!important;color: #131e2b;}
.rep_con>.btn{line-height: 32px;padding: 8px;text-align: center;border: 1px solid #131e2b;margin-bottom: 0.5vw;font-family: fl;color: #131e2b;transition: all 0.5s;position: relative;top: -2vw;}

/* ab_sol */
.sol_con{padding: 5.4vw 0 0 0;}
.sol_con .m_banner{display: none;}
.sol1{padding: 4vw 14.58vw 4.1667vw 14.58vw;background-color: #EAE3DE;}
.sol1 .ny_tit{margin-top: 1vw;margin-bottom: 3.75vw;}
.sol1 img{width: 100%;margin-bottom: 2.6vw;}
.sol1 .p{font-family: nl;color: #131e2b;line-height: 28px;}
.sol2{padding: 6.1vw 14.58vw 7.8125vw 28.85vw;background-color: #ffffff;position: relative;}
.sol2 .left{position: absolute;top: 0;left: 14.58vw;padding: 2.45vw 0 0 1.5625vw;border-left: 1px solid #FF2426;font-family: nl;color: #A5A3A3;}
.sol2 .left .box .h{line-height: 28px;margin-bottom: 12px;cursor: pointer;position: relative;}
.sol2 .left .box .h:after{content: "";position: absolute;left: -1.5625vw;top: 50%;transform: translate(-50%,-50%);width: 9.2px;height: 9.2px;background: url(https://www.shuionland.com/img-sc/sol2_kuai.png);background-size: 100% 100%;opacity: 0;transition: all 0.5s;}
.sol2 .left .box.on .h:after{opacity: 1;}
.sol2 .left .box.on .h{color: #131e2b;font-family:nn;}
.sol2 .left .box:last-child .h{margin-bottom: 0;}
.sol2 .left .box ul li{line-height: 28px;margin-bottom: 12px;cursor: pointer;position: relative;}
.sol2 .left .box ul li:after{content: "";position: absolute;left: -1.5625vw;top: 50%;transform: translate(-50%,-50%);width: 9.2px;height: 9.2px;background: url(https://www.shuionland.com/img-sc/sol2_kuai.png);background-size: 100% 100%;opacity: 0;transition: all 0.5s;}
.sol2 .left .box.on ul li.on:after{opacity: 1;}
.sol2 .left .box.on ul li.on{color: #131e2b;font-family:nn;}
.sol2 .left .box:last-child ul li:last-child{margin-bottom: 0;}
.sol2 .left .box ul{display: none;}
.sol2 .left .box.on ul{display: block;}
.sol2 .right .boxs{display: none;}
.sol2 .right .boxs.on{display: block;min-height: 510px;}
.sol2 .right .boxs .box{display: none;}
.sol2 .right .boxs.on .box.on{display: block;}
.sol2 .right .ny_tit{margin-bottom: 2.6vw;}
.sol2 .right .year{font-family: nm;color: #131e2b;line-height: 40px;margin-bottom: 1.5625vw;}
.sol2 .right .p{line-height: 28px;font-family: nl;color: #131e2b;}
.sol3{padding: 5.57vw 7.3vw 5.57vw 14.58vw;background-color: #EAE3DE;}
.sol3 .ny_tit{margin-bottom: 2vw;}
.sol3 .top_s{display: flex;color: #131e2b;margin-bottom: 1.823vw;}
.sol3 .top_s>div:nth-child(1){margin-right: 2.6vw;}
.sol3 .top_s .h{font-family: nm;text-transform: uppercase;line-height: 28px;}
.sol3 .top_s .select{width: 215px;font-family: nl;position: relative;background-color: transparent;}
.sol3 .top_s .select .year{width: 100%; line-height: 38px;border: 1px solid #131e2b;padding: 0 26px 0 15px;background: url(https://www.shuionland.com/img-sc/xl.png)no-repeat right center;}

.sol3 .top_s .select ul{position: absolute;top: 100%;left: 0;width: 100%;max-height: 156px!important;overflow: auto; border: 1px solid #131e2b;border-top: none;display: none;background-color: #fff;}
/* 滚动条样式 */
.sol3 .top_s .select ul::-webkit-scrollbar{ width:4px;height: 1px;}
.sol3 .top_s .select ul::-webkit-scrollbar-thumb{ background:#000;}
.sol3 .top_s .select ul::-webkit-scrollbar-track{ background:rgba(0,0,0,0.2);}

.sol3 .top_s .select a{display: block;line-height: 38px;padding: 0 26px 0 15px;transition: all 0.5s;color: #131e2b;}
.sol3 .top_s .select a:hover{color: #FF2426;}
.sol3 .top_s .btns{display: flex;}
.sol3 .top_s .btns .btn{font-family: fl;text-align: center;line-height: 38px;border: 1px solid #131e2b;padding: 0 14px;}
.sol3 .top_s .btns .btn.on{color: #ffffff;border-color: transparent;background-color: #131e2b;}

.sol_con .sol3 .top_s .btns{display: flex;}
.sol_con .sol3 .top_s .btns .btn{font-family: fl;text-align: center;line-height: 38px;border: 1px solid #131e2b;padding: 0 14px;}
.sol_con .sol3 .top_s .btns .btn:nth-child(1){color: #ffffff;border-color: transparent;background-color: #131e2b;}
.sol_con .sol3 .top_s .btns .btn:nth-child(2){color: #1f1f1f;}
.sol_con .sol3 .top_s .btns.on .btn:nth-child(1){color: #1f1f1f;border-color: #131e2b;background-color: transparent;}
.sol_con .sol3 .top_s .btns.on .btn:nth-child(2){color: #ffffff;border-color: transparent;background-color: #131e2b;}
.sol3 .con{display: flex;justify-content: space-between;margin-bottom:3vw;}
.sol3 .con .c_left{width: 35.1vw;}
.sol3 .con .c_center{width: 28vw;}
.sol3 .con .c_right{width: 13.54vw;}
.sol3 .con .h1{display: block;line-height: 28px;font-family: nm;color: #131e2b;padding-bottom: 0.51vw;border-bottom: 1px solid #707070;}
.sol3 .con .p{display: block;line-height: 28px;padding: 13px 0 3px 0;border-bottom: 1px solid #707070;font-family: nl;color: #131e2b;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;height: 44px;}
.sol3 .page{display: flex;align-items: center;color: #131e2b;font-family: nl;}
.sol3 .page .next{margin-right: 0.833vw;width: 2.2vw;}
.sol3 .page .next img{width: 100%;}

.bus_con{padding: 5.4vw 0 0 0;}
.bus_con .bus_banner .pc{width: 100%;height: 23.4375vw;background: no-repeat center;background-size: cover;display: flex;align-items: center;position: relative;}
.bus_con .bus_banner .pc video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
.bus_con .bus_banner .pc .txt{width: 100%;text-align: center;color: #fff;line-height: 1.5;font-family: fm;position: relative;z-index: 2;}
.bus_con .bus_banner .mm{display: none;}
.bus_con .bus1{padding: 2.6vw 20.5vw 5.2vw 14.58vw; }
.bus_con .bus1 .tit_p{font-family: nm;color: #A6654E;line-height: 58px;margin-top: 2.4vw;}
.bus_con .bus2{padding: 0 0 5.57vw 0;}
.bus_con .bus2 .ny_tit{margin-bottom: 2.6vw;margin-left: 14.58vw;}
.bus_con .bus2 .p1{font-family: nl;line-height: 40px;color: #131e2b;margin:0 14.58vw 3.646vw 14.58vw;}
.bus_con .bus2 .h1{font-family:nn;color: #131e2b;line-height: 40px;margin:0 14.58vw 1.4vw 14.58vw;}
.bus_con .bus2 .tab{display: flex;justify-content: space-between;margin: 0 14.58vw;}
.bus_con .bus2 .tab .item{width: 16.77vw;padding: 2vw 1.25vw;border: 1px solid #A6654E;display: flex;transition: all 0.5s;color: #131e2b;cursor: pointer;}
.bus_con .bus2 .tab .item.on{background-color: #A6654E;border-color: transparent;color: #ffffff;}
.bus_con .bus2 .tab .item .num{font-family: nm;margin-right: 1.25vw;line-height: 28px;}
.bus_con .bus2 .tab .item .f_22{font-family:nn;line-height: 28px;}
.bus_con .bus2 .b2_cons{padding:2.3vw 14.58vw 0 14.58vw;position: relative;}
.bus_con .bus2 .b2_cons .prev,.bus_con .bus2 .b2_cons .next{position: absolute;top: 50%;width: 2.6vw;height: 2.6vw;cursor: pointer;transition: all 0.5s;}
.bus_con .bus2 .b2_cons .prev:hover,.bus_con .bus2 .b2_cons .next:hover{opacity: 0.7;}
.bus_con .bus2 .b2_cons .prev{left: 14.58vw;transform: translate(-140%,-50%);background: url(https://www.shuionland.com/img-sc/p2_prev.png);background-size: 100% 100%;}
.bus_con .bus2 .b2_cons .next{right: 14.58vw;transform: translate(140%,-50%);background: url(https://www.shuionland.com/img-sc/p2_next.png);background-size: 100% 100%;}
.bus_con .bus2 .b2_cons>.swiper-pagination{bottom: auto;top: 50%;right: 14.58vw;display: table;width: auto;left: auto;transform: translate(130%,-250%);font-family: nl;color: #4D4D4D; font-size: 30px;}
.bus_con .bus2 .b2_cons .b2_con{position: relative;overflow: hidden;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide{padding: 1.82vw 1.61vw 3.458vw 2vw;background-color: #EAE3DE;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .top{display: flex;align-items: center;margin-bottom: 1.875vw;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .top .num{width:6.46vw;height: 6.46vw;text-align: center;line-height: 6.46vw;border: 1px solid #707070;font-family: nm;color: #131e2b;margin-right: 2.5vw;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .top .h{font-family:nn;color: #131e2b;line-height: 40px;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom{display: flex;justify-content: space-between;align-items: flex-start;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .txt{width: 34.4vw;font-family: nl;line-height: 28px;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .pics{width: 28.49vw;position: relative;overflow: hidden;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .pics .swiper-slide{height: 22.1875vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .pics .swiper-pagination{bottom: 0.885vw;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .pics .swiper-pagination .swiper-pagination-bullet{width:0.625vw;height: 0.625vw;opacity: 0.46;background-color: #fff;}
.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .pics .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;background-color: #FF2426;}
.bus_con .bus2 .bus2_m{display: none;}

.bus_con .bus3{padding: 0 14.58vw 5.47vw 14.58vw ;}
.bus_con .bus3 .ny_tit{margin-bottom: 2.6vw;}
.bus_con .bus3 .p{font-family: nl;color: #131e2b;line-height: 40px;}
.bus_con .bus3 .p span{color: #A6654E;text-decoration: underline;}

.bus_con .bus4{padding: 0 14.58vw 8.2vw 14.58vw ;}
.bus_con .bus4 .ny_tit{margin-bottom: 2.6vw;}
.bus_con .bus4 .p{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 5.47vw;}
.bus_con .bus4 .p span{color: #A6654E;text-decoration: underline;}
.bus_con .bus4 .box{display: flex;width: 100%;justify-content: space-between;align-items: flex-start;}
.bus_con .bus4 .box:first-child{margin-bottom: 2.6vw;}
.bus_con .bus4 .box .left{width: 24vw;border: 1px solid #A6654E;}
.bus_con .bus4 .box .left .logo{height: 10.3vw;display: flex;justify-content: center;align-items: center;}
.bus_con .bus4 .box .left .logo img{max-width: 60%;max-height: 80%;}
.bus_con .bus4 .box .left .pics{position: relative;overflow: hidden;}
.bus_con .bus4 .box .left .pics .pic{width: 100%;height:18.75vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.bus_con .bus4 .box .left .pics .pic:hover{transform: scale(1.05);}
.bus_con .bus4 .box .left .pics .swiper-pagination{position: absolute;bottom: 0.625vw;right:0;padding-right: 2.1875vw; text-align: right; color: #ffffff;font-family: fl;line-height: 36px;z-index: 2;}
.bus_con .bus4 .box .right{width: 42.3vw;}
.bus_con .bus4 .box .right .h{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 0.5vw;}
.bus_con .bus4 .box .right .p1{font-family: nl;color: #131e2b;line-height: 28px;}
.bus_con .bus5{padding: 0 14.58vw 5.2vw 14.58vw;display: flex;align-items: flex-start;justify-content: space-between;}
.bus_con .bus5 .left{width: 42.45vw;}
.bus_con .bus5 .left .ny_tit{margin-bottom: 2.6vw;}
.bus_con .bus5 .left .p{font-family: nl;color: #131e2b;line-height: 40px;}
.bus_con .bus5 .left .p span{color: #A6654E;text-decoration: underline;}
.bus_con .bus5 .right{width: 24vw;overflow: hidden;}
.bus_con .bus5 .right .pic{width: 100%;height:18.75vw;background: no-repeat center;background-size: cover;}

.team_con{padding: 5.4vw 0 0 0;}
.team1{padding: 4vw 14.58vw 7.3vw 14.58vw;}
.team1 .ny_tit{margin: 2.5vw 0 3.75vw 0;}
.team1>.p{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 2.5vw;}
.team1 .con{background-color: #EAE3DE;padding: 3.333vw 2.916vw;}
.team1 .con .tab{display: flex;margin-bottom: 2.6vw;}
.team1 .con .tab .btn{display: block;min-width: 300px;line-height: 70px;padding:0 1vw;border: 1px solid #A6654E;margin-right: 1vw;font-family: nm;color: #131e2b;transition: all 0.5s;}
.team1 .con .tab .btn:last-child{margin-right: 0;}
.team1 .con .tab .btn.on{color: #ffffff;background-color: #A6654E;border-color: transparent;}
.team1 .con .tit1{font-family:nn;line-height: 40px;color: #131e2b;margin-bottom: 1.25vw;}
.team1 .con .top{margin-bottom:2.2vw;}
.team1 .con .boxs{display: flex;flex-wrap: wrap;}
.team1 .con .boxs .box{margin-bottom:1.5625vw;width: 20.3vw;margin-right: 0.625vw;}
.team1 .con .boxs .box .pics{width: 100%;overflow: hidden;margin-bottom:0.73vw;}
.team1 .con .boxs .box .pics .pic{width: 100%;height: 15.2vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.team1 .con .boxs .box:hover .pics .pic{transform: scale(1.05);}
.team1 .con .boxs .box .txt{font-family: nm;color: #707070;line-height: 28px;}

.team_d_con{padding: 5.4vw 0 0 0;}
.team_d_con .team_d1{padding: 4vw 14.58vw;}
.team_d_con .team_d1 .ny_tit{margin: 2.5vw 0 2.6vw 0;}
.team_d_con .team_d1 .con_d .top{display: flex;align-items: flex-end;margin-bottom:3.85vw;}
.team_d_con .team_d1 .con_d .top .pic{width: 20.73vw;height: 15.2vw;margin-right: 2.3vw; background: no-repeat center;background-size: cover;}
.team_d_con .team_d1 .con_d .top .txt{font-family:nn;line-height: 40px;color: #131e2b;}
.team_d_con .team_d1 .con_d .bottom .p{margin-right: 14.27vw;font-family: nl;line-height: 28px;color: #131e2b;}
.team_d_con .team_d1 .con_d .bottom .back_btn{float: right;margin-top: 3.1vw;width: 11.2vw;line-height: 2.5vw;text-align: center;border: 1px solid #131e2b;font-family: nl;color: #131e2b;}

/* 项目列表 */
.pjl_con{padding: 5.4vw 0 0 0;}
.pjl_con .ny_crumbs{margin-bottom: 1vw;}
.pjl_con .pjl_banner .pc{width: 100%;height: calc(100vw * 951 / 1916);position: relative;overflow: hidden;}
.pjl_con .pjl_banner .pc .swiper-slide{background: no-repeat center;background-size: cover;position: relative;display: block;}
.pjl_con .pjl_banner .pc .swiper-slide video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
.pjl_con .pjl_banner .pc .swiper-slide .txt{position: absolute;left: 14.48vw;top: 50%;transform: translateY(-50%);color: #fff;font-family:nn;line-height: 44px;text-align: left;z-index: 2;}
.pjl_con .pjl_banner .pc .swiper-slide .txt .h1{text-transform: capitalize;}
.pjl_con .pjl_banner .pc .swiper-slide .txt .h2{text-transform: uppercase;}
.pjl_con .pjl_banner .pc .swiper-pagination{width: auto;height: 12px;top: auto;bottom: 3.33vw;left: 50%;right: auto;transform: translateX(-50%);display: flex;align-items: center;justify-content: center;}
.pjl_con .pjl_banner .pc .swiper-pagination-bullet{width: 12px;height: 12px;background-color: rgba(255,255,255,0.5);opacity: 1;margin: 0 6px;}
.pjl_con .pjl_banner .pc .swiper-pagination-bullet-active{background-color: #FD4438;}
.pjl_con .pjl_banner .pc .tab{display: none;}
.pjl_con .pjl_banner .mm{display: none;}
.pjl_con .pjl1{padding: 0;background-color: #E2CCBC;}
.pjl_con .pjl1 .nu_crumbs{display: none;}

/* 白色背景区域 - 包含面包屑、标题、简介、社区模式 */
.pjl_con .pjl1 .white-bg-section{background-color: #fff;padding: 5vw 14.6vw 0 14.6vw;}
.pjl_con .pjl1 .white-bg-section .txt{ font-weight: normal; color: #131e2b; line-height: 2; margin-bottom: 4.218vw;}
.pjl_con .pjl1 .white-bg-section .ny_tit{margin-top: 2.4vw;margin-bottom: 3.7vw;}
.pjl_con .pjl1 .white-bg-section .ny_tit{position: relative;}
.pjl_con .pjl1 .white-bg-section .ny_tit:after{content: ""; display: block; width: 61px; height: 3px; background-color: #FF2426; margin-top: 12px;}

/* 社区模式卡片区域 */
.pjl_con .pjl1 .white-bg-section .community-mode-row{margin-left: -14.6vw;margin-right: -14.6vw;}
.pjl_con .pjl1 .white-bg-section .community-mode-list{display: flex;justify-content: space-between;align-items: stretch;list-style: none;margin: 0;padding: 0;}
.pjl_con .pjl1 .white-bg-section .community-mode-item{position: relative;display: block;flex: 1;height: calc(((100vw - 0.31vw) / 4) * 726 / 477);aspect-ratio: 477 / 726;overflow: hidden;cursor: pointer;--mode-color:#D85C5C;}
.pjl_con .pjl1 .white-bg-section .community-mode-item + .community-mode-item{margin-left: 0.1vw;}
.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-link{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;text-decoration: none;z-index: 1;}
.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-bg{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: no-repeat center;background-size: cover;transition: all 0.4s;filter: grayscale(1);}
.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-mask{position: absolute;left: 0;top: 0;right: 0;bottom: 0;mix-blend-mode: multiply;transition: all 0.4s;}
.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-title{position: absolute;left: 0;right: 0;top: 1.5625vw;text-align: center;font-family: nm;letter-spacing: 1px;color: var(--mode-color);z-index: 2;}
.pjl_con .pjl1 .white-bg-section .community-mode-item.on .cm-bg,
.pjl_con .pjl1 .white-bg-section .community-mode-item:hover .cm-bg{filter: none;transform: scale(1.02);}
.pjl_con .pjl1 .white-bg-section .community-mode-item.on .cm-mask,
.pjl_con .pjl1 .white-bg-section .community-mode-item:hover .cm-mask{background: var(--mode-color, rgba(216,92,92,0.85));}
.pjl_con .pjl1 .white-bg-section .community-mode-item.on .cm-title,
.pjl_con .pjl1 .white-bg-section .community-mode-item:hover .cm-title{color: #fff;}


.pjl_con .pjl1 .xl_box{margin-bottom: 2.6vw;padding: 5.73vw 14.6vw 0 14.6vw;}
.pjl_con .pjl1 .xl_box .h{font-family: nm;text-transform: uppercase;line-height: 28px;margin-bottom: 4px;}
.pjl_con .pjl1 .xl_box .select{width: 215px;font-family: nl;position: relative;background-color: transparent;}
.pjl_con .pjl1 .xl_box .select .year{width: 100%; line-height: 38px;border: 1px solid #131e2b;padding: 0 26px 0 15px;background: url(https://www.shuionland.com/img-en/xl.png)no-repeat right center;}
.pjl_con .pjl1 .xl_box .select ul{position: absolute;top: 100%;left: 0;width: 100%;overflow: auto;  border: 1px solid #131e2b;border-top: none;display: none;background-color: #fff;}
/* .pjl_con .pjl1 .xl_box .select ul{position: absolute;top: 100%;left: 0;width: 100%;max-height: 156px!important;overflow: auto;  border: 1px solid #131e2b;border-top: none;display: none;background-color: #fff;} */
/* 滚动条样式 */
.pjl_con .pjl1 .xl_box .select ul::-webkit-scrollbar{ width:4px;height: 1px;}
.pjl_con .pjl1 .xl_box .select ul::-webkit-scrollbar-thumb{ background:#000;}
.pjl_con .pjl1 .xl_box .select ul::-webkit-scrollbar-track{ background:rgba(0,0,0,0.2);}
.pjl_con .pjl1 .xl_box .select a{display: block;line-height: 38px;padding: 0 26px 0 15px;transition: all 0.5s;color: #131e2b;}
.pjl_con .pjl1 .xl_box .select a:hover{color: #FF2426;}
.pjl_con .pjl1 .boxs{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 14.6vw 5.73vw 14.6vw;}
.pjl_con .pjl1 .boxs .box{width: 16.5625vw;margin-bottom: 1vw;}
.pjl_con .pjl1 .boxs .box .pics{width: 100%;overflow: hidden;margin-bottom: 1vw;}
.pjl_con .pjl1 .boxs .box .pics .pic{width: 100%;height: 21.25vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.pjl_con .pjl1 .boxs .box .pics .pic:hover{transform: scale(1.05);}
/* .pjl_con .pjl1 .boxs .box .txt1{height: 84px;} */
.pjl_con .pjl1 .boxs .box .h1{line-height: 1.6;font-family:nn;color: #131e2b;transition: all 0.5s;}
.pjl_con .pjl1 .boxs .box:hover .h1{color: #FF2426;}
.pjl_con .pjl1 .boxs .box .p1{display: table;padding-right: 1vw;line-height: 28px;font-family: nl;color: #131e2b;position: relative;text-transform: uppercase;}
.pjl_con .pjl1 .boxs .box .p1:after{content: "";position: absolute;bottom: 0;left: 0;width: 0%;height: 2px;background-color: #FF2426;transition: all 0.5s;}
.pjl_con .pjl1 .boxs .box:hover .p1:after{width: 100%;}
.pjl_con .pjl1 .boxs .box1{width: 16.5625vw;height: 0;}

/* 项目详情 */
.pjd_con{padding: 5.4vw 0 0 0;}
.pjd_con .pjd_banner .pc{width: 100%;height: calc(100vh - 5.4vw);background: no-repeat center;background-size: cover;position: relative;display: block;}
.pjd_con .pjd_banner .pc video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
.pjd_con .pjd_banner .pc .txt{position: absolute;right: 14.48vw;bottom: 3.33vw;color: #fff;font-family:nn;line-height: 44px;text-align: right;z-index: 2;}
.pjd_con .pjd_banner .pc .txt .h1{text-transform: capitalize;}
.pjd_con .pjd_banner .pc .txt .h2{text-transform: uppercase;}
.pjd_con .pjd_banner .mm{display: none;}

.pjd_con .pjd1{padding: 5.833vw 14.6vw 0 14.6vw;background-color: #FFFFFF;}
.pjd_con .pjd1 .ny_crumbs{margin-bottom: 2.24vw;}
.pjd_con .pjd1 .ny_tit{margin-bottom: 4.85vw;}
.pjd_con .pjd1 .txt{font-family: nl;color: #131e2b;line-height: 40px;}
.pjd_con .pjd1 .txt_bottom{display: flex;align-items: center;}
.pjd_con .pjd1 .txt_bottom .btn{position: relative; width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-right: 2.5vw; font-family: fl;}
.pjd_con .pjd1 .txt_bottom .btn .code{position: absolute;top: 110%;left: 0%;display: flex;width: auto; opacity: 0;pointer-events: none;transition: all 0.5s;z-index: 2;}
.pjd_con .pjd1 .txt_bottom .btn .code img{width: 120px;margin: 0 10px 0 0;}
.pjd_con .pjd1 .txt_bottom .btn:hover .code{opacity: 1;pointer-events: auto;}
.pjd_con .pjd1 .txt_bottom span{font-family: nl;color: #131e2b;display: none;}
.pjd_con .pjd1 .txt_bottom .fx{display: flex;align-items: center;margin-left: 0.9vw;display: none;}
.pjd_con .pjd1 .txt_bottom .fx a{margin-right: 1vw;position: relative;}
.pjd_con .pjd1 .txt_bottom .fx a .code{position: absolute;top: 110%;left: 50%;transform: translateX(-50%);width: 120px;opacity: 0;pointer-events: none;transition: all 0.5s;}
.pjd_con .pjd1 .txt_bottom .fx a:hover .code{opacity: 1;pointer-events: auto;}
.pjd_con .pjd1 .txt_bottom .fx a>img{height: 2.1vw;}
.pjd_con .pjd2{padding: 2.5vw 0 6.77vw 0;}
.pjd_con .pjd2 .tit{text-align: center;font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 2.34vw;text-transform: uppercase;}
.pjd_con .pjd2 .pics_box{margin-bottom: 5vw;position: relative;overflow: hidden;}
.pjd_con .pjd2 .pics_box .swiper-slide{padding-bottom: 34.35%;background: no-repeat center;background-size: cover;position: relative;}
.pjd_con .pjd2 .pics_box .swiper-slide:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%; background: rgba(222,206,193,0.9);opacity: 1;transition: all 0.5s; }
.pjd_con .pjd2 .pics_box .swiper-slide-active:after{opacity: 0;}
.pjd_con .pjd2 .pics_box .swiper-slide .project-link{display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;text-decoration: none;z-index: 3;}
.pjd_con .pjd2 .pics_box .swiper-slide .project-info{position: absolute;bottom: 0;left: 0;right: 0;padding: 2vw;background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);opacity: 0;transition: all 0.5s;}
.pjd_con .pjd2 .pics_box .swiper-slide-active .project-info{opacity: 1;}
.pjd_con .pjd2 .pics_box .swiper-slide .project-name{color: #fff;font-family: nm;text-align: center;}
.pjd_con .pjd2 .pics_box .prev,.pjd_con .pjd2 .pics_box .next{position: absolute;top: 50%;transform: translateY(-50%);width: 2.6vw;height: 2.6vw;z-index: 2;cursor: pointer;transition: all 0.5s;background-size: 100% 100%;}
.pjd_con .pjd2 .pics_box .prev:hover,.pjd_con .pjd2 .pics_box .next:hover{opacity: 0.7;}
.pjd_con .pjd2 .pics_box .prev{left: calc(20.7% - 2.6vw);background-image: url(https://www.shuionland.com/img-en/pjd_prev.png);}
.pjd_con .pjd2 .pics_box .next{right: calc(20.7% - 2.6vw);background-image: url(https://www.shuionland.com/img-en/pjd_next.png);}
.pjd_con .pjd2 .btn{width: 215px;display: block; line-height: 48px;text-align: center;border: 1px solid #131e2b;margin: 0 auto; font-family: fl;transition: all 0.5s;}
.pjd_con .pjd2 .btn:hover{color: #fff;border-color: transparent;background-color:#131e2b;}

/* 社区模式标签样式 */
.community-tags{display: flex;flex-wrap: wrap;gap: 12px;}
.community-tags .tag-chip{display: inline-block;padding: 8px 3ch;border-radius: 30px;font-family: nr;font-weight: 400;line-height: 1.5;transition: all 0.3s ease;}
.community-tags .tag-chip:hover{opacity: 0.85;}

/* 社区详情页容器 */
.community_detail_con{padding: 0;margin-top:  5.2vw;background-color: var(--page-bg-color, #FFFFFF);}
.community_detail_con .pjd1{padding: 4vw 14.6vw 3vw 14.6vw;}
.community_detail_con .pjd1 .ny_crumbs{margin-bottom: 2.24vw;}
.community_detail_con .pjd1 .txt{font-family: nr; font-weight: normal; color: #131e2b; line-height: 40px; margin-bottom: 2vw;}
.community_detail_con .pjd1 .txt_bottom{display: flex;align-items: center;}
.community_detail_con .pjd1 .txt_bottom .btn{position: relative; width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-right: 2.5vw; font-family: fl;}
.community_detail_con .pjd1 .txt_bottom .btn .code{position: absolute;top: 110%;left: 0%;display: flex;width: auto; opacity: 0;pointer-events: none;transition: all 0.5s;z-index: 2;}
.community_detail_con .pjd1 .txt_bottom .btn .code img{width: 120px;margin: 0 10px 0 0;}
.community_detail_con .pjd1 .txt_bottom .btn:hover .code{opacity: 1;pointer-events: auto;}
.community_detail_con .pjd1 .txt_bottom span{font-family: nl;color: #131e2b;display: none;}
.community_detail_con .pjd1 .txt_bottom .fx{display: flex;align-items: center;margin-left: 0.9vw;display: none;}
.community_detail_con .pjd1 .txt_bottom .fx a{margin-right: 1vw;position: relative;}
.community_detail_con .pjd1 .txt_bottom .fx a .code{position: absolute;top: 110%;left: 50%;transform: translateX(-50%);width: 120px;opacity: 0;pointer-events: none;transition: all 0.5s;}
.community_detail_con .pjd1 .txt_bottom .fx a:hover .code{opacity: 1;pointer-events: auto;}
.community_detail_con .pjd1 .txt_bottom .fx a>img{height: 2.1vw;}
.community_detail_con .pjd2{padding: 0vw 0 2.5vw 0;}
.community_detail_con .pjd2 .tit{text-align: center;font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 2.34vw;text-transform: uppercase;}
.community_detail_con .pjd2 .pics_box{margin-bottom: 5vw;position: relative;overflow: hidden;}
/* 旗舰项目图片比例：1960:505 = 25.77% */
.community_detail_con .pjd2 .pics_box .swiper-slide{width: 54.69vw;height: 25.52vw;background: no-repeat center;background-size: cover;position: relative;margin: 0 auto;}
/* 副图遮罩层使用主题色（通过data-theme-color动态设置） */
.community_detail_con .pjd2 .pics_box .swiper-slide:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%; background: var(--theme-color-overlay, rgba(222,206,193,0.9));opacity: 1;transition: all 0.5s; }
.community_detail_con .pjd2 .pics_box .swiper-slide-active:after{opacity: 0;}
.community_detail_con .pjd2 .pics_box .swiper-slide .project-link{display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;text-decoration: none;z-index: 3;}
/* 旗舰标签在左上角 */
.community_detail_con .pjd2 .pics_box .swiper-slide .flagship-badge{position: absolute;top: 0;left: 0;width: 9.32vw;height: 2.4vw;line-height: 2.4vw;padding: 0;text-align: center;background-color: var(--theme-color, #FF2426);color: #fff;font-family: nm;border-radius: 0;z-index: 4;opacity: 0;transition: all 0.5s;}
.community_detail_con .pjd2 .pics_box .swiper-slide-active .flagship-badge{opacity: 1;}
/* 项目名称区域：主题色底条，宽度和幻灯片一样 */
.community_detail_con .pjd2 .pics_box .swiper-slide .project-info{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 54.69vw;height: 3.49vw;padding: 0;background: var(--theme-color, #FF2426);opacity: 0;transition: all 0.5s;}
.community_detail_con .pjd2 .pics_box .swiper-slide-active .project-info{opacity: 0.9;}
.community_detail_con .pjd2 .pics_box .swiper-slide .project-name{color: #fff;font-family: nm;text-align: center;padding: 0;margin: 0;line-height: 3.49vw;}
/* 左右切换按钮靠近主图但保持在副图上 */
.community_detail_con .pjd2 .pics_box .prev,.community_detail_con .pjd2 .pics_box .next{position: absolute;top: 50%;transform: translateY(-50%);width: 2.6vw;height: 2.6vw;z-index: 5;cursor: pointer;transition: all 0.5s;background-size: 100% 100%;background-repeat: no-repeat;}
.community_detail_con .pjd2 .pics_box .prev:hover,.community_detail_con .pjd2 .pics_box .next:hover{opacity: 0.7;}
.community_detail_con .pjd2 .pics_box .prev{left: calc(20.7% - 4.014vw);background-image: url(https://www.shuionland.com/img-en/pjd_prev.png);}
.community_detail_con .pjd2 .pics_box .next{right: calc(20.7% - 4.014vw);background-image: url(https://www.shuionland.com/img-en/pjd_next.png);}
.community_detail_con .pjd2 .btn{width: 215px;display: block; line-height: 48px;text-align: center;border: 1px solid #131e2b;margin: 0 auto; font-family: fl;transition: all 0.5s;}
.community_detail_con .pjd2 .btn:hover{color: #fff;border-color: transparent;background-color:#131e2b;}

/* 社区详情页 - 标题区域 */
.community-title-section{padding: 4vw 0 4vw 0;text-align: center;}
.community-title-wrapper{display: inline-block;}
.community-main-title{font-family: nm;line-height: 56px;color: #131e2b;margin: 0;padding: 0;font-weight: normal;letter-spacing: 2px;}
.title-underline{width: 6.354vw;height: 3px;background-color:  #FF2426;margin-top: 12px;margin-left: auto;margin-right: auto;transition: all 0.3s ease;}

/* 社区详情页 - Banner区域 */
.community-banner-section{position: relative;width: 100%;background-color: #fff;}
.community-banner-section .banner-content{display: flex;width: 100%;height: 0;padding-bottom: 30%;position: relative;}
.community-banner-section .banner-content.mm{display: none;}
.community-banner-section .banner-image{position: absolute;left: 0;top: 0;width: 56.77%;height: 100%;background: no-repeat center;background-size: 100% 100%;}
.community-banner-section .banner-text-area{position: absolute;right: 0;top: 0;width: 43.23%;height: 100%;background-color: var(--theme-color, #F87171);display: flex;flex-direction: column;justify-content: space-around;align-items: center;padding: 4vw;color: #fff;}
.community-banner-section .banner-subtitle{font-family: nr;line-height: 40px;text-align: center;margin-bottom: 1.04vw;white-space: pre-line;}
.community-banner-section .text-divider{width: 6.3vw;height: 1px;background-color: #fff;margin: 1.04vw 0;transition: all 0.3s ease;}
.community-banner-section .banner-lead-text{font-family: nr;line-height: 40px;text-align: center;white-space: pre-line;}

.cg_int_con{background-color: #EAE3DE;}
.cg_int1{padding: 4vw 14.58vw 4.22vw 14.58vw;}
.cg_int1 .ny_tit{margin-bottom: 3.9vw;margin-top: 2.5vw;}
.cg_int1 .con .p{font-family: nl;color: #131e2b;line-height: 28px;margin-bottom: 1.1vw;}
.cg_int1 .con ul li{font-family: nl;color: #131e2b;line-height: 28px;padding-left: 1.35vw;position: relative;margin-bottom: 28px;}
.cg_int1 .con ul li::before{content: "";position: absolute;width: 8px;height: 8px;border-radius: 50%;background-color: #131e2b;top: 10px;left: 0;}
.cg_int2{padding:0 14.58vw 6.46vw 14.58vw;}
.cg_int2 .h{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 2vw;}
.cg_int2>img{width: 100%;}

.cg_comm_con{padding-right: 14.58vw;}
.comm_con .ps{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 4.167vw;}
.comm_con .tab{display: flex;justify-content: space-between;}
.comm_con .tab .item{width: 13.3vw;height: 3.75vw;border: 1px solid #A6654E;display: flex;justify-content: center;align-items: center;transition: all 0.5s;cursor: pointer;color: #131e2b;font-family:nn;text-align: center;}
.comm_con .tab .item.on{color: #ffffff;border-color: transparent;background-color: #A6654E;}
.comm_con .boxs{margin-bottom:1.77vw;}
.comm_con .boxs .box{display: none;background-color: #ffffff;padding: 2.34vw 2.6vw 2.6vw 2.08vw;}
.comm_con .boxs .box.on{display: block;}
.comm_con .boxs .box .h{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 0.677vw;}
.comm_con .boxs .box .p{font-family: nl;color: #131e2b;line-height: 28px;margin-bottom: 1.458vw;width: 100%;}
.comm_con .boxs .box .p1{font-family: nm;color: #707070;line-height: 38px;}
.comm_con .boxs .box .p1 .li{display: flex;justify-content: space-between;}
.comm_con .boxs .box .p1 .li span:nth-child(1){display: block;width: 100px;}
.comm_con .boxs .box .p1 .li span:nth-child(2){display: block;width: calc(100% - 120px);}
.comm_con .btn{padding: 0 1vw;border: 1px solid #131e2b;line-height: 50px;text-align: center;font-family: nl;display: none;transition: all 0.5s;}
.comm_con .btn.on{display: table;}
.comm_con .btn:hover{color: #ffffff;background-color: #131e2b;border-color: transparent;}

.cg_code_con{padding-top: 6.67vw;background-color: #EAE3DE;}
.cg_code_con .code1{padding:4vw 14.58vw 6.77vw 14.58vw;}
.cg_code_con .code1 .ny_tit{margin-top: 5vw;margin-bottom: 4.167vw;}
.cg_code_con .code1 .con{display: flex;justify-content: space-between;}
.cg_code_con .code1 .con .left{width: 20.73vw;}
.cg_code_con .code1 .con .left .pics{width: 100%;overflow: hidden;margin-bottom: 1.4vw;background-color: #E2CCBC;}
.cg_code_con .code1 .con .left .pics .pic{width: 100%;height: 15.2vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.cg_code_con .code1 .con .left .pics .pic:hover{transform: scale(1.05);}
.cg_code_con .code1 .con .left .txt{font-family: nm;color: #131e2b;line-height: 28px;}
.cg_code_con .code1 .con .right{width: 42.3vw;}
.cg_code_con .code1 .con .right .p{font-family: nl;color: #131e2b;line-height: 1.63;}
.cg_code_con .code1 .con .right .p1{font-family:nl;color: #131e2b;line-height: 28px;}
.cg_code_con .code2{padding:4.48vw 14.58vw 6.67vw 14.58vw;background-color: #ffffff;}
.cg_code_con .code2 .ny_tit{margin-bottom: 3.96vw;}
.cg_code_con .code2 .p{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 3.54vw;}
.cg_code_con .code2 .btn_box{display: flex;}
.cg_code_con .code2 .btn_box .btn{display: block;margin-right:1.927vw;padding:0 12px;min-width: 14.7vw;line-height: 2.5vw;text-align: center;font-family: fl;color: #131e2b;border: 1px solid #131e2b;transition: all 0.5s;}
.cg_code_con .code2 .btn_box .btn:hover{color: #fff;background-color: #A6654E;border-color: transparent;}
.cg_code_con .code3{padding: 4.79vw 14.58vw 3.9vw 14.58vw;}
.cg_code_con .code3 .ny_tit{margin-bottom: 3.9vw;}
.cg_code_con .code3 .con .p{font-family: nl;line-height: 40px;color: #131e2b;}
.cg_code_con .code3 .con .h{font-family:nn;color: #131e2b;line-height: 40px;}
.cg_code_con .code3 .con .table{width: 100%;border-collapse: collapse;background-color:#EAE3DE;border-color: transparent;}
.cg_code_con .code3 .con .table {border-color: transparent;}
.cg_code_con .code3 .con .table1{margin-top: 1vw;}
/* .cg_code_con .code3 .con .table th,.cg_code_con .code3 .con table td{border-right:none;border-left: none;} */
.cg_code_con .code3 .con .table ul{display: flex;justify-content: space-between;}
.cg_code_con .code3 .con .table ul.top{background-color:#A6654E;}
.cg_code_con .code3 .con .table ul.top li{font-family: nm;color: #fff;line-height: 54px;text-align: left;padding-left: 8px;}
.cg_code_con .code3 .con .table ul.top li:nth-child(1){width: 13.56%;}
.cg_code_con .code3 .con .table ul.top li:nth-child(2){width: 54%;}
.cg_code_con .code3 .con .table ul.top li:nth-child(3){width: 30%;}
.cg_code_con .code3 .con .table ul.con_ul li{line-height: 34px;padding: 10px 0; color: #131e2b;font-family: nl;padding-left: 8px;position: relative;}
.cg_code_con .code3 .con .table ul.con_ul li:nth-child(1){width: 13.56%;}
.cg_code_con .code3 .con .table ul.con_ul li:nth-child(2){width: 54%;}
.cg_code_con .code3 .con .table ul.con_ul li:nth-child(3){width: 30%;}
.cg_code_con .code3 .con .table ul.con_ul li:after{content: "";position: absolute;bottom: 0;left: 0;width: calc(100% - 17px);height: 1px;background-color: #707070;opacity: 0.7;}
.cg_code_con .code3 .con .table1 ul.con_ul:last-child li:after{display: none;}
.cg_code_con .code3 .con .table2{margin-bottom:3.9vw;}
.cg_code_con .code3 .con .table2 ul.top li:nth-child(1){width: 100%;}
.cg_code_con .code3 .p1{font-family:nn;color: #131e2b;line-height: 28px;margin-bottom: 1.46vw;}
.cg_code_con .code3 .p1 ul{padding-left: 1.46vw;font-family: nl;display: flex;flex-wrap: wrap;width: 34vw;margin-top:6px;}
.cg_code_con .code3 .p1 ul li{margin-right: 3.6vw;line-height: 32px;}
.cg_code_con .code3 .p1 ul li a{color: #FF2426;font-family:nn;text-decoration: underline!important;}
.cg_code_con .code3 .p1 span{margin-right: 2.6vw;}
.cg_code_con .code3 .con .btn_box_violation_report {display: flex;align-items: center}
.cg_code_con .code3 .con .btn_box_violation_report>.f_22{color: #FF2426;font-family:nn;text-decoration: underline!important;}
.cg_code_con .code3 .con .btn_box_violation_report>.f_20{display: block;margin-left:2vw;margin-right:1.927vw;padding:0 12px;min-width: 14.7vw;line-height: 2.5vw;text-align: center;font-family: fl;color: #131e2b;border: 1px solid #131e2b;transition: all 0.5s;}
.cg_code_con .code3 .con .btn_box_violation_report>.f_20:hover{color: #fff;background-color: #A6654E;border-color: transparent;}
.cg_code_con .code4{padding: 4.479vw 14.58vw;background-color: #ffffff;}
.cg_code_con .code4 .ny_tit{margin-bottom: 3.96vw;}
.cg_code_con .code4 .p1{font-family:nn;color: #131e2b;text-transform: uppercase;line-height: 40px;margin-bottom: 0.833vw;}
.cg_code_con .code4 .p2{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 2.08vw;}
.cg_code_con .code4 .p2:last-child{margin-bottom: 0;}

.vl_con1{padding: 4vw 14.58vw 2.5vw 14.58vw;}
.vl_con1 .ny_tit{margin-top: 2.5vw;margin-bottom: 4.167vw;}
.vl_con1 .con .tit{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 1.1vw;}
.vl_con1 .con .boxs{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 2.5vw;}
.vl_con1 .con .boxs:after{content: "";width: 23vw;}
.vl_con1 .con .boxs .box{width: 23vw;margin-bottom: 1.25vw;}
.vl_con1 .con .boxs .box .pics{width: 100%;overflow: hidden;}
.vl_con1 .con .boxs .box .pics .pic{width: 100%;height: 13.125vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.vl_con1 .con .boxs .box .pics .pic:hover{transform: scale(1.05);}
.vl_con1 .con .boxs .box .txt{line-height: 62px;padding:  0;height: 62px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;background-color: #ffffff;text-align: center;font-family:nn;color: #131e2b;}

.in_re_tc{position: absolute;right: 1vw;bottom: 1vw;width: 15vw;}
.in_re_tc .h{line-height: 50px;padding: 0 50px 0 15px;color: #ffffff;background-color: #ccc;font-family: fl;}
.in_re_tc .out{position: absolute;right: 15px;width: 30px;top: 10px;cursor: pointer;transition: all 0.5s;}
.in_re_tc .out:hover{transform: rotate(180deg);}
.in_re_tc ul{padding: 15px;background-color: #ffffff;display: none;}
.in_re_tc ul a{color: #4f565f;font-family: fl;line-height: 1.3;margin-bottom: 12px;text-decoration: underline!important;transition: all 0.5s;}
.in_re_tc ul a:hover{color: #ff4438;}

.vl_tc{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: -999;opacity: 0;transition: all 0.5s;}
.vl_tc.show{z-index: 999;opacity: 1;}
.vl_tc .bj{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);}
.vl_tc .con{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-width: 70%;}
.vl_tc .con iframe{width: 500px;height: 500px;}

.bod_con{padding: 4vw 0 5.9375vw 0;}
.bod_con .ny_crumbs{margin-left: 14.58vw;}
.bod_con .ny_tit{margin-top: 5vw;margin-bottom: 3.9vw;margin-left: 14.58vw;}
.bod_con .h{padding: 0 14.58vw;font-family:nn;color: #131e2b;line-height: 40px;margin-bottom:0.833vw;}
.bod_con .p1{padding:0 14.58vw;margin-bottom: 3.49vw;font-family: nl;line-height: 40px;}
.bod_con .pic_box{padding: 0 7.08vw 0 0;display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 4.27vw;}
.bod_con .pic_box:after{content: "";width: 30.2vw;}
.bod_con .pic_box .pics{width: 30.2vw;overflow: hidden;}
.bod_con .pic_box .pics .pic{width: 100%;padding-bottom: 18vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.bod_con .pic_box .pics .pic:hover{transform: scale(1.05);}
.bod_con .con1{padding: 0 7.08vw 0 14.58vw;display: flex;justify-content: space-between;}
.bod_con .con1 .txt{width: 45.3vw;}
.bod_con .con1 .txt .h1{text-align: left;width: 100%;font-family:nn;line-height: 40px;color: #131e2b;margin-bottom: 0.6vw;}
.bod_con .con1 .txt .p2{font-family: nl;line-height: 40px;color: #131e2b;}
.bod_con .con1 .pics{width: 30.2vw;overflow: hidden;}
.bod_con .con1 .pics .pic{width: 100%;height: 20.1vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.bod_con .con1 .pics .pic:hover{transform: scale(1.05);}

.press_con{padding: 6.67vw 0 0 0;background-color: #fff;}
.press{padding:4vw 0 0 0}
.press .ny_crumbs{padding: 0 14.58vw;}
.press>.ny_tit{margin: 2.5vw 0 4vw 14.58vw;}
.press1{padding: 0 14.58vw;position: relative;}
.press1 .prev,.press1 .next{position: absolute;top: 50%;width: 2.6vw;height: 2.6vw;background-size: 100% 100%;cursor: pointer;}
.press1 .prev{background-image: url(https://www.shuionland.com/img-en/pjd_prev.png);left: 14.58vw;transform: translate(-128%,-50%);}
.press1 .next{background-image: url(https://www.shuionland.com/img-en/pjd_next.png);right: 14.58vw;transform: translate(128%,-50%);}
.press1 .swiper-pagination{top: 50%;width: 7.7vw;right: 6.88vw;transform: translateY(-4vw);left: auto;text-align: left;padding-left: 0.83vw;bottom: auto;font-family: fl;color: #4D4D4D;}
.press1 .con1{position: relative;overflow: hidden;background-color: #EAE3DE;}
.press1 .con1 .swiper-slide{display: flex;justify-content: space-between;padding: 2.6vw 7.18vw 2.6vw 2.6vw;}
.press1 .con1 .swiper-slide .pics{width: 28.5vw;overflow: hidden;}
.press1 .con1 .swiper-slide .pics .pic{width: 100%;height: 22.2vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.press1 .con1 .swiper-slide .pics .pic:hover{transform: scale(1.05);}
.press1 .con1 .swiper-slide .txt{width: 28vw;padding-top: 2.1vw;}
.press1 .con1 .swiper-slide .txt .day{font-family: nm;color: #131e2b;line-height: 32px;margin-bottom: 0.5vw;}
.press1 .con1 .swiper-slide .txt .h{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 2.6vw;}
.press1 .con1 .swiper-slide .txt .btn_box{display: flex;}
.press1 .con1 .swiper-slide .txt .btn{display: block;text-align: center;width: 11.2vw;line-height: 2.5vw;border: 1px solid #131e2b;color: #131e2b;margin-right: 1.82vw;}
.press2{padding: 3.125vw 14.58vw 3.49vw 14.58vw;}
.press2 .ny_tit{margin-bottom:2.9165vw;}
.press2 .list{border-top: 1px solid #707070;margin-bottom:2.86vw;}
.press2 .list .item{border-bottom: 1px solid #707070;padding: 0.5vw 0;display: block;}
.press2 .list .item .day{font-family: nm;line-height: 30px;color: #131e2b;}
.press2 .list .item .h{font-family: nl;line-height: 30px;color: #131e2b;height: 30px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.press2 .btn{display: block;text-align: center;width: 11.2vw;line-height: 2.5vw;border: 1px solid #131e2b;color: #131e2b;}
.press3{padding: 0 14.58vw 3.125vw 14.58vw;}
.press3 .ny_tit{margin-bottom:3.6vw;}
.press3 .boxs{display: flex;justify-content: space-between;margin-bottom: 2.76vw;}
.press3 .boxs .box{display: block;width: 34.9vw;}
.press3 .boxs .box .pics{width: 100%;overflow: hidden;}
.press3 .boxs .box .pics .pic{width: 100%;height: 19.7vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.press3 .boxs .box .pics .pic:hover{transform: scale(1.05);}
.press3 .boxs .box .txt{text-align: center;padding:0.677vw 0;background-color: #EAE3DE;font-family:nn;line-height: 32px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.press3 .btn{display: block;text-align: center;width: 11.2vw;line-height: 2.5vw;border: 1px solid #131e2b;color: #131e2b;}
.press4{padding: 0 14.58vw 8vw 14.58vw;}
.press4 .ny_tit{margin-bottom:3.645vw;}
.press4 .p1{font-family: nl;line-height: 40px;color: #131e2b;margin-bottom: 1vw;}
.press4 .con1{display: flex;background-color: #EAE3DE;padding: 1.3vw 1.56vw;position: relative;}
.press4 .con1 .item .h1{font-family:nn;color: #131e2b;line-height: 28px;margin-bottom: 1.52vw;}
.press4 .con1 .item .h2{font-family:nn;color: #131e2b;line-height: 28px;margin-bottom: 0.3vw;padding-right: 6.5vw;}
.press4 .con1 .item .p{font-family:nn;color: #131e2b;line-height: 38px;}
.press4 .con1 .item .em{font-family:nn;color: #FF2426;text-decoration: underline!important;line-height: 28px;margin-top: 1vw;}

.pel_con{padding:13.1vw 14.58vw 6.56vw 14.58vw;background-color: #EAE3DE;}
.pel_con .ny_tit{margin-top: 2.5vw;margin-bottom: 3.958vw;}
.pel_con .ser2{padding: 0;}
.pel_con .ser2 .top_s .select{background-color: transparent;}
.pel_con .ser2 .page{display: flex;align-items: center;margin-top: 2.6vw;}
/* .pel_con .ser2 .page .btn{width: 34px;height: 34px;background: url(../img-en/pelease_btn.png);background-size: cover;transition: all 0.5s;} */
.pel_con .ser2 .page .btn{width: 34px;height: 34px;transition: all 0.5s;}
.pel_con .ser2 .page .btn:hover{opacity: 0.7;}
.pel_con .ser2 .page .num{display: flex;font-family: nl;color: #131e2b;line-height: 30px;margin-left: 0.833vw;}

.in_re_banner{width: 100%;height: 23.646vw;background: no-repeat center;background-size: cover;margin-top: 80px;position: relative;display: block;}
.in_re_banner .txt{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);text-align: center;color: #fff;line-height: 1.5;font-family: fm;z-index: 2;}
.in_re_banner_m{display: none;}
.in_re_banner video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
.in_tab{padding: 1.927vw 14.48vw 1.51vw 14.48vw;background-color: #E2CCBC;}
.in_tab .top{display: flex;margin-bottom: 1.354vw;}
.in_tab .top .item{width:14.8vw;padding-left: 1.46vw;border-left: 2px solid #A6654E;}
.in_tab .top .item:nth-child(1){width: auto;padding-right: 3.96vw;padding-left: 0;border-left: none;}
.in_tab .top .item .p{font-family: nm;line-height: 28px;color: #131e2b;}
.in_tab .top .item .num{color: #A6654E;font-family: nm;margin-top: 12px;;}
.in_tab .top .item .num .span4{margin-left: 0.833vw;}
.in_tab .top .item .num .span3{margin-left: 2.3vw;padding-left: 1.67vw;background: url(https://www.shuionland.com/img-en/z_sj.png)no-repeat left center;background-size:1.2vw auto;}
.in_tab .top .p1{font-family: nl;color: #131e2b;line-height: 26px;}
iframe{height: calc(4.791vw + 79px);width: 100%;}
.in_re1{display: flex;}
.in_re1 .left{width: 50%;background-color: #ffffff;padding: 3.125vw 0 3.6458vw 14.48vw;}
.in_re1 .left .ny_crumbs{margin-bottom: 2.5vw;}
.in_re1 .left .ny_tit{margin-bottom: 2.6vw;}
.in_re1 .left .pics{width: 17.6vw;overflow: hidden;margin-bottom: 1.067vw;}
.in_re1 .left .pics .pic{width: 100%;height: 13.23vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.in_re1 .left .pics:hover .pic{transform: scale(1.05);}
.in_re1 .left .txt .h1{font-family: nm;color: #131e2b;line-height: 30px;}
.in_re1 .left .txt .h2{font-family: nl;color: #131e2b;text-decoration: underline;line-height: 34px;margin-bottom: 1.67vw;}
.in_re1 .left .txt .btn{display: block;width: 215px;line-height: 48px;border: 1px solid #131e2b;text-align: center;font-family: fl;color: #131e2b;}


/* .in_re1 .right{width: 50%;background-color: #a6654e;padding: 6.67vw 9.479vw 6.146vw 7.6vw;} */
.in_re1 .right{width: 50%;background-color: #a6654e;padding: calc(5.625vw + 16px) 9.479vw 6.146vw 7.6vw;}
.in_re1 .right .ny_tit{margin-bottom: 2.6vw;color: #fff;}
.in_re1 .right .list{border-top: 1px solid #ffffff;margin-bottom: 2.5vw;}
.in_re1 .right .item{padding: 0.5vw 0;border-bottom: 1px solid #FFFFFF;color: #fff;display: block;}
.in_re1 .right .day{font-family: nm;line-height: 30px;}
.in_re1 .right .h{font-family: nl;line-height: 30px;}
.in_re1 .right .item:nth-child(1) .h,.in_re1 .right .item:nth-child(2) .h{height: 30px;overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.in_re1 .right .item:nth-child(3) .h{height: auto;overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.in_re1 .right .btn{display: block;width: 215px;line-height: 48px;border: 1px solid #fff;text-align: center;font-family: nl;color: #fff;}
.in_re2_3{padding: 4.27vw 0;background-color: #EAE3DE;}
.in_re2_3 .in_re2 .ny_tit{margin-bottom: 3.23vw;}
.in_re2_3 .in_re2{padding: 0 14.48vw 4.79vw 14.48vw;position: relative;}
.in_re2_3 .in_re2 .con{position: relative;overflow: hidden;padding-bottom: 4.87vw;width: calc(100% - 6.25vw);margin: 0 auto;}
.in_re2_3 .in_re2 .con .swiper-slide a{display: block;}
.in_re2_3 .in_re2 .pics{width: 100%;overflow: hidden;margin-bottom: 1.5625vw;}
.in_re2_3 .in_re2 .pics .pic{width: 100%;height: 21.46vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.in_re2_3 .in_re2 .pics:hover .pic{transform: scale(1.05);}
.in_re2_3 .in_re2 .h{font-family:nn;line-height: 40px;color: #131e2b;}
.in_re2_3 .in_re2 .con .swiper-pagination{bottom: 3.7vw;}
.in_re2_3 .in_re2 .con .swiper-pagination-bullet{width: 0.625vw;height: 0.625vw;background-color: #fff;opacity: 1;margin: 0 3.6px;}
.in_re2_3 .in_re2 .con .swiper-pagination-bullet-active{background-color: #FF2426;}
.in_re2_3 .in_re2 .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;font-family: nl;color: #131e2b;position: absolute;left: 14.48vw;bottom: 4.79vw;}
.in_re2_3 .in_re2 .prev,.in_re2_3 .in_re2 .next{width: 2.6vw;height: 2.6vw;background-size: 100% 100%;position: absolute;top: 45%;z-index: 2;cursor: pointer;}
.in_re2_3 .in_re2 .prev{left: 14.48vw;transform: translate(-4.014vw,-50%);background-image: url(https://www.shuionland.com/img-en/pjd_prev.png);}
.in_re2_3 .in_re2 .next{right: 14.48vw;transform: translate(4.014vw,-50%);background-image: url(https://www.shuionland.com/img-en/pjd_next.png);}

.in_re2_3 .in_re3{padding: 0 14.48vw;}
.in_re2_3 .in_re3 .ny_tit{margin-bottom: 3.28vw;}
.in_re2_3 .in_re3 .boxs{display: flex;margin-bottom: 2.08vw;background-color: #fff;}
.in_re2_3 .in_re3 .boxs .box{width: 50%;display: flex;align-items: center; border-right: 1px solid #EAE3DE;padding: 1.98vw 2.135vw;}
.in_re2_3 .in_re3 .boxs .box:last-child{border-right: none;}
.in_re2_3 .in_re3 .boxs .box{width: 50%;display: flex;align-items: center; border-right: 1px solid #EAE3DE;padding: 1.98vw 2.135vw;}
.in_re2_3 .in_re3 .boxs .box .left{width: 130px;height: 130px;display: flex;justify-content: center;align-items: center;background-color: #EAE3DE;text-align: center;}
.in_re2_3 .in_re3 .boxs .box .left .num{font-family: nm;color: #131e2b;line-height: 1;}
.in_re2_3 .in_re3 .boxs .box .left .en{font-family: nm;line-height: 30px;}
.in_re2_3 .in_re3 .boxs .box .right{margin-left: 1.77vw;font-family:nn;color: #131e2b;line-height: 40px;height: 80px;width: calc(100% - 130px - 1.77vw);}
.in_re2_3 .in_re3 .btn{width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;font-family: nl;color: #131e2b;}


.in_re4{padding: 4.6vw 14.48vw 3.125vw 14.48vw;background-color: #fff;}
.in_re4 .ny_tit{margin-bottom: 4.323vw;}
.in_re4 .top_s{display: flex;color: #131e2b;}
.in_re4 .top_s>div:nth-child(1){margin-right: 2.6vw;}
.in_re4 .top_s .h{font-family: nm;text-transform: uppercase;line-height: 28px;}
.in_re4 .top_s .select{width: 215px;font-family: nl;position: relative;}
.in_re4 .top_s .select .year{width: 100%; line-height: 38px;border: 1px solid #131e2b;padding: 0 26px 0 15px;background: url(https://www.shuionland.com/img-en/xl.png)no-repeat right center;}
.in_re4 .top_s .select ul{position: absolute;top: 100%;left: 0;width: 100%; border: 1px solid #131e2b;border-top: none;display: none;background-color: #fff;max-height: 156px!important;overflow: auto; }
/* 滚动条样式 */
.in_re4 .top_s .select ul::-webkit-scrollbar{ width:4px;height: 1px;}
.in_re4 .top_s .select ul::-webkit-scrollbar-thumb{ background:#000;}
.in_re4 .top_s .select ul::-webkit-scrollbar-track{ background:rgba(0,0,0,0.2);}
.in_re4 .top_s .select a{display: block;line-height: 38px;padding: 0 26px 0 15px;transition: all 0.5s;color: #131e2b;}
.in_re4 .top_s .select a:hover{color: #FF2426;}
.in_re4 .top_s .btns{display: flex;}
.in_re4 .top_s .btns .btn{font-family: nl;text-align: center;line-height: 38px;border: 1px solid #131e2b;padding: 0 14px;}
.in_re4 .top_s .btns .btn.on{color: #ffffff;border-color: transparent;background-color: #131e2b;}

.in_re4 .tab{display: flex;justify-content: space-between;margin-bottom: 2vw;}
.in_re4 .tab .item{width:13.41vw;display: flex;justify-content: center;align-items: center;border: 1px solid #A6654E;padding: 0.625vw 1vw;transition: all 0.5s;font-family:nn;line-height: 28px;}
.in_re4 .tab .item.on a{color: #ffffff;}
.in_re4 .tab .item.on{color: #fff;background-color: #A6654E;}
.in_re4 .boxsm{display: none;}
.in_re4 .box{background-color: #EAE3DE;padding:2.86vw 3.125vw 3.385vw 3.125vw;display: none;margin-bottom: 1.5625vw;}
.in_re4 .ps{font-family: #131e2b;line-height: 30px;color: #131e2b;}
.in_re4 .ps a{color: #FF2426;text-decoration: underline!important;}
.in_re4 .boxs{position: relative;}
.in_re4 .box1.on{display: block;}
.in_re4 .box3.on{display: block;padding-bottom: 10vw;}
.in_re4 .box4.on{display: block;}
.in_re4 .box2.on{display: flex;}
.in_re4 .box1 .list{border-top: 1px solid #707070;margin-top: 3.724vw;margin-bottom: 2.5vw;}
.in_re4 .box1 .list .item{border-bottom: 1px solid #707070;padding: 0.5vw 0;display: block;}
.in_re4 .box1 .list .item .day{font-family: nm;color: #131e2b;line-height: 30px;}
.in_re4 .box1 .list .item .h{font-family: nl;color: #131e2b;line-height: 30px;max-height: 60px;overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.in_re4 .box1 .page{display: flex;align-items: center;margin-bottom: 2.323vw;font-family: nl;color: #131e2b;line-height: 28px;}
.in_re4 .box1 .page .next{width: 1.77vw;height: 1.77vw;background: url(https://www.shuionland.com/img-en/pjd_next.png);background-size: 100% 100%;margin-right: 0.833vw;}
.in_re4 .box1 .btn{display: block;width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;font-family: nl;color: #131e2b;}
.in_re4 .box2{justify-content: space-between;padding: 2.86vw 1.51vw 4.635vw 3.125vw;}
.in_re4 .box2 .item{margin-bottom:1.45vw;}
.in_re4 .box2 .item:last-child{margin-bottom: 0;}
.in_re4 .box2 .item .h{font-family:nn;color: #131e2b;line-height: 28px;}
.in_re4 .box2 .item .p{font-family: nl;color: #131e2b;line-height: 28px;padding-right: 10px;}
.in_re4 .box3{padding: 2.86vw 1.51vw 4.635vw 3.125vw;}
.in_re4 .box3 .p1{font-family: nl;color: #131e2b;line-height: 28px;margin-bottom: 2.5vw;}
.in_re4 .box3 .h{font-family:nn;color: #131e2b;line-height: 28px;margin-bottom: 1.5625vw;}
.in_re4 .box3 .items{display: flex;}
.in_re4 .box3 .items .p{width: 14.58333vw;margin-right: 2.08vw;font-family: nl;line-height: 28px;color: #131e2b;}
.in_re4 .box4 .p2{font-family: nl;line-height: 28px;color: #131e2b;margin-bottom: 2.6vw;}
.in_re4 .box4 table{width: 100%;border: none;}
.in_re4 .box4 table tr{}
.in_re4 .box4 table th{line-height: 28px;font-family:nn;color: #131e2b;text-align: left;border-bottom: 1px solid #707070;padding: 0.8vw 0;}
.in_re4 .box4 table td{line-height: 28px;font-family: nl;color: #131e2b;border-bottom: 1px solid #707070;padding: 0.8vw 0;}
.in_re4 .box4 table th:nth-child(1){width: 28.1%;}
.in_re4 .box4 table th:nth-child(2){width: 28.1%;}
.in_re4 .box4 table th:nth-child(3){width: 43.8%;}

.irc_con .top_s{display: flex;color: #131e2b;}
.irc_con .top_s>div:nth-child(1){margin-right: 2.6vw;}
.irc_con .top_s .h{font-family: nm;text-transform: uppercase;line-height: 28px;}
.irc_con .top_s .select{width: 215px;font-family: nl;position: relative;}
.irc_con .top_s .select .year{width: 100%; line-height: 38px;border: 1px solid #131e2b;padding: 0 26px 0 15px;background: url(https://www.shuionland.com/img-en/xl.png)no-repeat right center;}
.irc_con .top_s .select ul{position: absolute;top: 100%;left: 0;width: 100%; border: 1px solid #131e2b;border-top: none;display: none;background-color: #fff;max-height: 156px!important;overflow: auto;}
/* 滚动条样式 */
.irc_con .top_s .select ul::-webkit-scrollbar{ width:4px;height: 1px;}
.irc_con .top_s .select ul::-webkit-scrollbar-thumb{ background:#000;}
.irc_con .top_s .select ul::-webkit-scrollbar-track{ background:rgba(0,0,0,0.2);}
.irc_con .top_s .select a{display: block;line-height: 38px;padding: 0 26px 0 15px;transition: all 0.5s;color: #131e2b;}
.irc_con .top_s .select a:hover{color: #FF2426;}
.irc_con .top_s .btns{display: flex;}
.irc_con .top_s .btns .btn{font-family: nl;text-align: center;line-height: 38px;border: 1px solid #131e2b;padding: 0 14px;}
.irc_con .top_s .btns .btn.on{color: #ffffff;border-color: transparent;background-color: #131e2b;}

.irc_con .list{border-top: 1px solid #707070;margin-top: 3.724vw;margin-bottom: 2.5vw;}
.irc_con .list .item{border-bottom: 1px solid #707070;padding: 0.5vw 0;display: block;}
.irc_con .list .item .day{font-family: nm;color: #131e2b;line-height: 30px;}
.irc_con .list .item .h{font-family: nl;color: #131e2b;line-height: 30px;max-height: 60px;overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.irc_con .page{display: flex;align-items: center;margin-bottom: 2.323vw;font-family: nl;color: #131e2b;line-height: 28px;}
.irc_con .page .next{width: 1.77vw;height: 1.77vw;background: url(https://www.shuionland.com/img-en/pjd_next.png);background-size: 100% 100%;margin-right: 0.833vw;}
.irc_con .ny_crumbs{margin-bottom: 2.5vw;}
.irc_con .ny_tit{margin-top: 0;margin-bottom: 3.85vw;}

.irf_con{padding-right:20.8vw;padding-bottom: 5.2vw;}
.irf_con .ny_crumbs{margin-bottom: 2.5vw;}
.irf_con .ny_tit{margin-top: 0;margin-bottom: 3.85vw;}
.irf_con .boxs1{display: flex;justify-content: space-between;flex-wrap: wrap;}
.irf_con .boxs1 .box{display: block;width: 15.1vw;margin-bottom: 4.167vw;}
.irf_con .boxs1 .box1{display: block;width: 15.1vw;}
.irf_con .boxs1 .box:nth-child(n+9){display: none;}
.irf_con .boxs1.show .box:nth-child(n+9){display: block;}
.irf_con .boxs1 .box .pics{width: 100%;overflow: hidden;margin-bottom: 1.5625vw;border: 1px solid #707070;}
.irf_con .boxs1 .box .pics .pic{width: 100%;height: 21.46vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.irf_con .boxs1 .box .pics:hover .pic{transform: scale(1.05);}
.irf_con .boxs1 .box .h{font-family:nn;color: #131e2b;line-height: 40px;}
.irf_con .con .btn{width: 215px;text-align: center;line-height: 48px;border: 1px solid #131e2b;font-family: nl;color: #131e2b;}
.irf_con .con .btn:hover{color: #ffffff;border-color: transparent;background-color: #131e2b;}

.car_con{padding-top: 5.4vw;}
.car_con .car1{padding: 4vw 14.48vw 5.78vw 14.48vw;background-color: #EAE3DE;}
.car_con .car1 .m_pic{display: none;}
.car_con .car1 .ny_crumbs{margin-bottom: 2.5vw;}
.car_con .car1 .ny_tit{margin-bottom:4.6875vw;}
.car_con .car1 .con{display: flex;justify-content: space-between;align-items: flex-start;}
.car_con .car1 .con .left{width:37.3vw;padding-top: 1vw;}
.car_con .car1 .con .left .p{line-height: 40px;font-family: nl;color: #131e2b;margin-bottom: 2.24vw;}
.car_con .car1 .con .left .btn_box{display: flex;}
.car_con .car1 .con .left .btn_box .btn{width: 16.875vw;line-height: 48px;border: 1px solid #131e2b;text-align: center;font-family: nl;}
.car_con .car1 .con .left .btn_box .btn:first-child{margin-right: 2.1875vw;}
.car_con .car1 .con .right{width:28vw;overflow: hidden;}
.car_con .car1 .con .right .pic{width: 100%;height: 18.49vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.car_con .car1 .con .right:hover .pic{transform: scale(1.05);}
.car_con .car2{padding:3.85vw 14.48vw 3.125vw 14.48vw;}
.car_con .car2 .ny_tit{margin-bottom: 3.28vw;}
.car_con .car2 .p{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 40px;}
.car_con .car2 .pic_box{display: flex;justify-content: space-between;margin-bottom: 40px;}
.car_con .car2 .pic_box .pics{width: 23.4375vw;overflow: hidden;}
.car_con .car2 .pic_box .pics .pic{width: 100%;height:16.875vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.car_con .car2 .pic_box .pics:hover .pic{transform: scale(1.05);}
.car_con .car2 .txt_box{border: 1px solid #FF2426;padding: 1.823vw 3.125vw 4.427vw 3.125vw;}
.car_con .car2 .txt_box .h1{color: #FF2426;line-height: 40px;font-family: nm;margin-bottom: 3.125vw;text-transform: uppercase;}
.car_con .car2 .txt_box .h2{color: #131e2b;line-height: 40px;font-family:nn;margin-bottom: 0.6vw;text-transform: uppercase;}
.car_con .car2 .txt_box .p2{color: #131e2b;line-height: 40px;font-family: nl;margin-bottom: 2.5vw;}
.car_con .car2 .txt_box .p2:last-child{margin-bottom: 0;}
.car_con .car3{padding: 0 14.48vw 3.54vw 14.48vw;}
.car_con .car3 .ny_tit{margin-bottom: 3.54vw;}
.car_con .car3 .p{font-family: nl;line-height: 40px;color: #131e2b;margin-bottom: 5.625vw;}
.car_con .car3 .pic{width: 100%;margin-bottom: 1.4vw;position: relative;}
.car_con .car3 .pic .num_box{position: absolute;bottom: 0;left: 0;width: 100%;}
.car_con .car3 .pic .num_box .box{position: absolute;cursor: pointer;font-family: nm;}
.car_con .car3 .pic .num_box .box .num{width: 2.6vw;height: 2.6vw;text-align: center;border: 1px solid #FF2426;line-height: 2.6vw;color: #FF2426;transition: all 0.5s;}
.car_con .car3 .pic .num_box .box.on .num{color: #ffffff;background-color:#FF2426;}
.car_con .car3 .pic .num_box .box .solid{width: 1px;height: 5.73vw;background-color: #FF2426;margin: 0 auto;}
.car_con .car3 .pic .num_box .box:nth-child(1){bottom: 8.6vw;left: 5.1vw;}
.car_con .car3 .pic .num_box .box:nth-child(2){bottom: 5.8vw;left: 10.6vw;}
.car_con .car3 .pic .num_box .box:nth-child(3){bottom: 2vw;left: 23.8vw;}
.car_con .car3 .pic .num_box .box:nth-child(4){bottom: 5.8vw;left: 39.5vw;}
.car_con .car3 .pic .num_box .box:nth-child(5){bottom: 12vw;left: 52.2vw;}
.car_con .car3 .pic .num_box .box:nth-child(2) .solid{height: 8.5vw;}
.car_con .car3 .pic .num_box .box:nth-child(3) .solid{height: 12.3vw;}
.car_con .car3 .pic .num_box .box:nth-child(4) .solid{height: 8.5vw;}
.car_con .car3 .pic .num_box .box:nth-child(5) .solid{height: 2.3vw;}
.car_con .car3 .pic>img{width: 100%;}
.car_con .car3 .txt{display: none;}
.car_con .car3 .txt.on{display: block;}
.car_con .car3 .h1{font-family:nn;line-height: 40px;color: #FF2426;margin-bottom: 0.6vw;text-transform: uppercase;}
.car_con .car3 .p1{font-family: nl;color: #131e2b;line-height: 40px;}
.car_con .car4{padding: 0 14.48vw 5.47vw 14.48vw;}
.car_con .car4 .ny_tit{margin-bottom: 3.54vw;}
.car_con .car4 .p{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 2.08vw;}
.car_con .car4 .boxs{display: flex;justify-content: space-between;}
.car_con .car4 .boxs .box{display: block;background-color: #F7DDD4;width: 33%;padding: 1.5625vw 0.9375vw 1.5625vw 1.35vw;}
.car_con .car4 .boxs .box .h1{font-family:nn;line-height: 40px;height: 80px;color: #131e2b;margin-bottom: 0.5vw;overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;text-transform: uppercase;}
.car_con .car4 .boxs .box .p1{font-family: nl;color: #131e2b;line-height: 28px;}

.car_con .car5{padding: 0 14.48vw 3.54vw 14.48vw;}
.car_con .car5 .ny_tit{margin-bottom: 2.5vw;}
.car_con .car5 .boxs{display: flex;justify-content: space-between;}
.car_con .car5 .boxs .box{width: 35.46vw;display: flex;align-items: center;}
.car_con .car5 .boxs .box .left img{width: 8.28vw;margin: 0 auto;margin-bottom: 0vw;display: block;}
.car_con .car5 .boxs .box .left .en{text-align: center;font-family:nn;line-height: 40px;color: #131e2b;text-transform: uppercase;}
.car_con .car5 .boxs .box .right{margin-left: 1.5vw;font-family: nl;line-height: 40px;color: #131e2b;}
.car_con .car5 .boxs .box:nth-child(1){width: 29.167vw;}
.car_con .car5 .boxs .box:nth-child(2){width: 37vw;}
.car_con .car5 .boxs .box:nth-child(1) .right{width: calc(100% - 10.375vw);}
.car_con .car5 .boxs .box:nth-child(2) .right{width: calc(100% - 12.375vw);}
.car_con .car6{padding: 2.34vw 3.43vw 2.76vw 14.48vw;background-color: #fddcd2;display: flex;justify-content: space-between;}
.car_con .car6 .m_pic{display: none;}
.car_con .car6 .left{width: 47.4vw;}
.car_con .car6 .ny_tit{margin-bottom: 3.4vw;}
.car_con .car6 .left .p{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 2.4vw;}
.car_con .car6 .left .p:last-child{margin-bottom: 0;}
.car_con .car6 .left .h{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 0.8vw;text-transform: uppercase;}
.car_con .car6 .right{mix-blend-mode: multiply;width: 33.49vw;}
.car_con .car7{padding: 4.323vw 14.48vw 6.1vw 14.48vw;}
.car_con .car7 .ny_tit{margin-bottom: 2.86vw;}
.car_con .car7 .cons{padding: 0 4.667vw 0 4.167vw;position: relative;}
.car_con .car7 .cons .con{position: relative;overflow: hidden;background-color: #EAE3DE;}
.car_con .car7 .cons .con .swiper-slide{display: flex;justify-content: space-between;align-items: center;padding: 1.72vw 1.3vw 2.03vw 2.24vw;flex-flow:row-reverse;}
.car_con .car7 .cons .con .swiper-slide .txt{width: 33.33vw;font-family:nn;line-height: 40px;color: #131e2b;}
.car_con .car7 .cons .con .swiper-slide .pics{width: 23.44vw;overflow: hidden;}
.car_con .car7 .cons .con .swiper-slide .pics .pic{width: 100%;height: 15.26vw;background: no-repeat center;background-size: cover;transition: all 0.5s;}
.car_con .car7 .cons .con .swiper-slide .pics:hover .pic{transform: scale(1.05);}
.car_con .car7 .cons .prev{position: absolute;left: 0;top: 50%;transform: translateY(-50%); width: 2.6vw;height: 2.6vw;background: url(https://www.shuionland.com/img-en/p2_prev.png);background-size: 100% 100%;cursor: pointer;}
.car_con .car7 .cons .next{position: absolute;right: 0.5vw;top: 50%;transform: translateY(-50%);width: 2.6vw;height: 2.6vw;background: url(https://www.shuionland.com/img-en/p2_next.png);background-size: 100% 100%;cursor: pointer;}
.car_con .car7 .cons .swiper-pagination{left: auto;right: -45px;bottom: auto;width: auto;font-family: nl;color: #4D4D4D; top:calc(50% - 3.64vw);transform: translateY(-50%);}


.ea_con{padding: 4vw 14.48vw 2.916vw 14.48vw;background-color: #EAE3DE;}
.ea_con .ny_crumbs{margin-bottom: 2.5vw;}
.ea_con .ny_tit{margin-bottom: 2.6vw;margin-top: 0;}
.ea_con .p1{font-family: nl;color: #131e2b;line-height: 40px;margin-bottom: 1.5625vw;}
.ea_con .input{display: flex;justify-content: space-between;margin-bottom: 2.6vw;}
.ea_con .input .name{width: 10vw; font-family:nn;color: #131e2b;line-height: 40px;}
.ea_con .input input{border: none;border-bottom: 1px solid #707070;background-color: transparent;width:calc(100% - 11vw);}
.ea_con .kuai{line-height: 40px;padding: 0 1vw;font-family: nl;display: table;color: #ffffff;background-color: #131e2b;margin-bottom:3.38vw;}
.ea_con .box{margin-bottom:3.125vw;}
.ea_con .box .h1{font-family:nn;color: #131e2b;line-height: 40px;margin-bottom: 0.73vw;}
.ea_con .box .gx .li{display: flex;margin-bottom:1.35vw;}
.ea_con .box .gx .li .item{width: 350px;margin-right: 13.54vw;display: flex;align-items: center;position: relative;padding-right:40px;}
.ea_con .box .gx .li .item1{width:100px;margin-right:4.17vw;display: flex;align-items: center;position: relative;padding-left:56px;}
.ea_con .box .gx .li .item .p1{font-family: nl;color: #131e2b;line-height:36px;margin-bottom: 0;}
.ea_con .box .gx .li .item1 .p1{font-family: nl;color: #131e2b;line-height:36px;margin-bottom: 0;}
.ea_con .box .gx .li .item input{position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 34px;height: 36px;opacity: 0;z-index: 2;}
.ea_con .box .gx .li .item label{position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 34px;height: 36px;opacity: 1;border: 1px solid #131e2b;}
.ea_con .box .gx .li .item label:after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 50%;height: 50%;background-color: #131e2b;opacity: 0;transition: all 0.5s;}

.ea_con .box .gx .li .item input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.ea_con .box .gx .li .item1 input{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 34px;height: 36px;opacity: 0;z-index: 2;}
.ea_con .box .gx .li .item1 label{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 34px;height: 36px;opacity: 1;border: 1px solid #131e2b;}
.ea_con .box .gx .li .item1 label:after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 50%;height: 50%;background-color: #131e2b;opacity: 0;transition: all 0.5s;}
.ea_con .box .gx .li .item1 input[type="checkbox"]:checked + label::after{opacity: 1;}
.ea_con .box .gx .li1{position: relative;padding: 1.145vw 0 1.5625vw 50px;font-family: nl;color: #131e2b;line-height: 26px;z-index: 2;}
.ea_con .box .gx .li1:after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);height: 100%;width: calc(100% + 3.125vw);background-color: #fff;z-index: -1;}
.ea_con .box .gx .li1 input{position: absolute;top:1.145vw;left: 0;width: 34px;height: 36px;opacity: 0;z-index: 2;}
.ea_con .box .gx .li1 label{position: absolute;top:1.145vw;left: 0;width: 34px;height: 36px;opacity: 1;border: 1px solid #131e2b;}
.ea_con .box .gx .li1 label:after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 50%;height: 50%;background-color: #131e2b;opacity: 0;transition: all 0.5s;}
.ea_con .box .gx .li1 input[type="checkbox"]:checked + label::after{opacity: 1;}
/* .ea_con .box .gx .li1 label.on:after{opacity: 1;} */


.ea_con .box .kuai_box{display: flex;padding-top: 1.875vw;}
.ea_con .box .kuai_box .kuai1{line-height: 26px;color: #ffffff;background-color: #131e2b;padding: 0.5vw 1vw;margin-right: 1.14vw;}
/* .ea_con */

.pri_con .box1{margin-bottom: 2.4vw;}
.pri_con .box1 .h{font-family: fm;line-height: 48px;color: #151E2A;margin-bottom: 1vw;}
.pri_con .box1 .p{font-family: fl;line-height: 28px;color: #151E2A;}
.pri_con .box2{display: flex;}
.pri_con .box2 .num{width: 72px;font-family: fm;color: #151E2A;line-height: 40px;}
.pri_con .box2 .txts{width: calc(100% - 72px);}
.pri_con .box2 .txts .txt{margin-bottom: 2vw;}
.pri_con .box2 .txts .txt .h{font-family: fr;color: #151E2A;line-height: 40px;}
.pri_con .box2 .txts .txt .p{font-family: fl;color: #151E2A;line-height: 40px;}
.pri_con .box2 .txts .txt .p a{color: #FF2426;}

#jumpMediaLiaisonPosition{position: relative;top: -6vw;}

@media screen and (min-width: 1922px) {
	.banner_ov{margin-top: 4.4vw;}
	.part1 .p{width: 70%;}
	.in_re_banner{margin-top: 4.4vw;}
	.car_con{padding-top: 4.4vw;}
	.team_d_con{padding: 4.4vw 0 0 0;}
	.sol_con{padding: 4.4vw 0 0 0;}
	.pjl_con{padding: 4.4vw 0 0 0;}
	.fc_con{padding-top: 4.5vw;}
	.pel_con{padding-top: 12vw;}
}
@media screen and (max-width: 1680px) {
	.f_12 {
	    font-size: 12px;
	}
	.f_13 {
	    font-size: 13px;
	}
	.f_14 {
	    font-size: 14px;
	}

	.f_15 {
	    font-size: 14px;
	}

	.f_16 {
	    font-size: 14px;
	}

	.f_18 {
	    font-size: 16px;
	}

	.f_20 {
	    font-size: 17px;
	}
	.f_21 {
	    font-size: 18px;
	}

	.f_22 {
	    font-size: 18px;
	}

	.f_24 {
	    font-size: 20px;
	}

	.f_26 {
	    font-size: 20px;
	}

	.f_28 {
	    font-size: 22px;
	}

	.f_30 {
	    font-size: 18px;
	}

	.f_32 {
	    font-size: 24px;
	}

	.f_34 {
	    font-size: 24px;
	}
	.f_35 {
	    font-size: 25px;
	}

	.f_36 {
	    font-size: 26px;
	}

	.f_38 {
	    font-size: 25px;
	}

	.f_40 {
	    font-size: 28px;
	}

	.f_42 {
	    font-size: 30px;
	}

	.f_44 {
	    font-size: 32px;
	}
	.f_45 {
	    font-size: 33px;
	}
	.f_48 {
	    font-size: 34px;
	}

	.f_50 {
	    font-size: 36px;
	}

	.f_55 {
	    font-size: 38px;
	}

	.f_56 {
	    font-size: 40px;
	}

	.f_60 {
	    font-size: 40px;
	}

	.f_62 {
	    font-size: 42px;
	}

	.f_64 {
	    font-size: 42px;
	}

	.f_66 {
	    font-size: 44px;
	}

	.f_68 {
	    font-size: 44px;
	}

	.f_72 {
	    font-size: 48px;
	}

	.f_80 {
	    font-size: 56px;
	}

	.f_90 {
	    font-size: 62px;
	}

	.f_100 {
	    font-size: 70px;
	}

	.f_110 {
	    font-size: 74px;
	}

	.f_112 {
	    font-size: 74px;
	}

	.f_122 {
	    font-size: 82px;
	}
}
@media screen and (max-width: 1560px) {

	.part1 .tit{line-height: 42px;}
	.part1 .p{line-height: 34px;}
	.part2 .tit{line-height: 42px;}
	.part2 .p{line-height: 34px;}
	.part3 .left .tit{line-height: 42px;}
	.part3 .right .txt .p{line-height: 32px;}
	.part4 .txt .tit{line-height: 42px;}
	.part4 .txt .p{line-height: 32px;}
}
@media screen and (max-width: 1440px) {
	.f_12 {
	    font-size: 12px;
	}
	.f_13 {
	    font-size: 13px;
	}
	.f_14 {
	    font-size: 14px;
	}

	.f_15 {
	    font-size: 14px;
	}

	.f_16 {
	    font-size: 14px;
	}

	.f_18 {
	    font-size: 14px;
	}

	.f_20 {
	    font-size: 15px;
	}
	.f_21 {
	    font-size: 16px;
	}

	.f_22 {
	    font-size: 16px;
	}

	.f_24 {
	    font-size: 18px;
	}

	.f_26 {
	    font-size: 20px;
	}

	.f_28 {
	    font-size: 22px;
	}

	.f_30 {
	    font-size: 22px;
	}

	.f_32 {
	    font-size: 24px;
	}

	.f_34 {
	    font-size: 24px;
	}
	.f_35 {
	    font-size: 25px;
	}

	.f_36 {
	    font-size: 26px;
	}

	.f_38 {
	    font-size: 25px;
	}

	.f_40 {
	    font-size: 28px;
	}

	.f_42 {
	    font-size: 30px;
	}

	.f_44 {
	    font-size: 32px;
	}
	.f_45 {
	    font-size: 33px;
	}
	.f_48 {
	    font-size: 34px;
	}

	.f_50 {
	    font-size: 36px;
	}

	.f_55 {
	    font-size: 38px;
	}

	.f_56 {
	    font-size: 40px;
	}

	.f_60 {
	    font-size: 40px;
	}

	.f_62 {
	    font-size: 42px;
	}

	.f_64 {
	    font-size: 42px;
	}

	.f_66 {
	    font-size: 44px;
	}

	.f_68 {
	    font-size: 46px;
	}

	.f_72 {
	    font-size: 48px;
	}

	.f_80 {
	    font-size: 56px;
	}

	.f_90 {
	    font-size: 62px;
	}

	.f_100 {
	    font-size: 70px;
	}

	.f_110 {
	    font-size: 74px;
	}

	.f_112 {
	    font-size: 74px;
	}

	.f_122 {
	    font-size: 82px;
	}
	.car_con .car4 .boxs .box .p1{line-height: 20px;}
	.car_con .car4 .boxs .box .h1{line-height: 30px;height: 60px;}
}
@media screen and (max-width: 1366px) {
	.f_26 {
	    font-size: 15px;
	}
	.header .h_nav1{font-size: 14px;}
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	body{font-family:fl, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Arial, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
    .header{display: none;}
    	.m_header{position: fixed;top: 0;left: 0;width: 100%;background-color: #131e2b;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding:29px 13px 15px 13px;z-index: 98;}
    	.m_header .mh_top{display: flex;justify-content: space-between;align-items: center;}
    /* 	.m_header .mh_top>div{display: flex;align-items: center;}
    	.m_header .mh_top>div .h_btn{width: 1.95rem;line-height: 0.58rem;text-align: center;border: 1px solid #000000;font-size: 0.24rem;margin-right: 0.44rem;} */
    	.m_header .logo img{width: 60px;}
    	.m_header .btn{display: block;width: 24px;}
    	.m_header .btn{margin-right: 0;cursor: pointer;}
    	.m_header .btn.hide{opacity: 0;}
    	.m_header .btn span{display: block;width: 22px;height: 1px;background-color: #333;border-radius: 1px;transition: all 0.3s;}
    	.m_header .btn span:nth-child(1){transform: translate(0,-8px);}
    	.m_header .btn span:nth-child(2){transform: translate(12px,0);width: 12px;}
    	.m_header .btn span:nth-child(3){transform: translate(-2px,8px);}
    	.m_header .btn:hover span:nth-child(1){transform: translate(0,-8px);}
    	.m_header .btn:hover span:nth-child(2){transform: translate(0,0);width: 22px;}
    	.m_header .btn:hover span:nth-child(3){transform: translate(0,8px);}
    	.m_header{display: block;}

    	.mh_nav{display: none;}
    	.mh_nav{position: fixed;top: 0;left: 0%;width: 100%;z-index: 97;background-color: #EAE3DE;height: 100vh;overflow: auto;padding: 0 20px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);padding-top: 154px;}
    	/* .mh_nav.show{transform: translateX(0);} */
    	/* .mh_nav .close{position: absolute;top: 20px;right: 20px;width: 20px;height: 20px;} */
    	.mh_nav .nav>li{position: relative;padding-right: 60px;}
    	.mh_nav .nav>li>a{line-height: 32px;font-size: 18px;font-family: fm;color: #131e2b;text-transform: uppercase; display: table;padding-bottom: 16px;margin-bottom: 6px;position: relative;}
    	.mh_nav .nav>li>a:after{content: "";position: absolute;bottom: 10px;left: 0;height: 1px;width: 0;transition: all 0.5s; background-color: #FF2426;}
    	.mh_nav .nav>li:after{content: "";position: absolute;right: 0;top:8px; width: 15px;height: 15px;background: url(https://www.shuionland.com/img-sc/h_add.png)no-repeat center;background-size: 15px auto;}
    	.mh_nav .nav>li.on>a:after{width: calc(100% + 25px);}
    	.mh_nav .nav>li.on:after{background-image: url(https://www.shuionland.com/img-en/h_jian.png);}
    	/* .mh_nav .nav>li:first-child:after{display: none;} */
    	.mh_nav .nav>li .nav1{line-height: 32px;font-size: 15px;font-family: fm;padding-bottom: 25px;display: none;}
    	.mh_nav .nav>li .nav1 a{color: #131e2b;}
    	.mh_nav .nav>li .nav1 a:hover,.mh_nav .nav>li .nav1 a.on{color: #FF2426;}
    	.mh_nav .mn_bottom{margin-top: 7vh; width: 100%;display: flex;font-family:nn;font-size: 16px;}
    	.mh_nav .mn_bottom .lag{margin-right: 25px;}
    	.mh_nav .mn_bottom .lag a{color: #131e2b;margin-right: 20px;}
    	.mh_nav .mn_bottom .lag a:last-child{margin-right: 0;}
    	.mh_nav .mn_bottom>a{text-transform: uppercase;color: #131e2b;margin-right: 25px;}
    	html{font-size: 48px!important;}

    	.banner_pc{display: none;}
    	.banner_m{display: block;position: relative;overflow: hidden;}
    	.banner_m .swiper-slide{height: 100vh;background: no-repeat center;background-size: cover;position: relative;}
		.banner_m .swiper-slide video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
    	.banner_m .swiper-slide .txt{position: absolute;top: 50%;left: 0;width: 100%;padding: 0 1.3vw; text-align: center;transform: translateY(-50%);color: #ffffff;font-family:nn;padding: 0 20px;z-index: 2;}
    	.banner_m .swiper-slide .txt .h{font-size: 27px;line-height: 34px;letter-spacing: 3px;margin-bottom: 5px;}
    	.banner_m .swiper-slide .txt .h.f_32{font-size: 16px;line-height: 20px;}

    	.banner_m .swiper-slide .txt1{padding:0 23px;top: 60vh;transform: translateY(0); text-align: left;}
    	.banner_m .swiper-slide .txt1 .more{width: 207px;line-height: 44px;font-size: 14px; text-align: center;color: #131e2b;font-family: fl;border: 1px solid #131e2b;margin-top: 6.5vw;}
    	.banner_m .swiper-slide .txt1 .h{font-size: 21px;line-height: 29px;color: #131e2b;font-family: nm;}
    	.banner_m .swiper-pagination{bottom: 35px;}
    	.banner_m .swiper-pagination .swiper-pagination-bullet{width: 9px;height: 9px;opacity: 1;background-color: #ffffff;margin: 0 2.5px;}
    	.banner_m .swiper-pagination .swiper-pagination-bullet-active{background-color: #FF2426;}

    	.part1{padding: 57px 23px 39px 23px;}
    	.part1 .tit{font-size: 21px;line-height: 29px;margin-bottom: 50px;letter-spacing: 1px;width: 100%;}
    	.part1 .tit:after{bottom: -24px;width: 61px;height: 2px;}
    	.part1 .p{font-size: 17px;line-height: 24px;margin-bottom: 37px;width: 100%;}
    	.part1 .btn{width: 207px;line-height: 42px;margin: 0 auto;display: block;margin-bottom: 52px;}

    	.part1_1{display: block;padding-bottom:49px ;}
    	.part1_1 .txt{width: 100%;}
    	.part1_1 .pic{position: static;width: 100%;height: 34.667vw;margin-bottom: 15px;}
    	.part1_1 .txt .boxs{display: block;}
    	.part1_1 .txt .boxs .box{width: 100%;display: flex;margin-bottom: 8.5px;align-items: flex-end;}
    	.part1_1 .txt .boxs .box .h1{margin-right: 8px;}
    	.part1_2{display: block;width: 100%;transform: translateX(0);}
    	.part1_2 .pic{width: 100%;height: 34.667vw;margin-bottom: 15px;}
    	.part1_2 .txt{width: 100%;}
    	.part1_2 .txt .boxs{display: block;width: 100%;text-align: right;}

    	.part2{padding: 62px 0;overflow: hidden;}
    	.part2 .tit{width: 100%;font-size: 21px;margin: 0 23px;margin-bottom: 51px;}
    	.part2 .tit:after{width: 61px;height: 2px;bottom: -24px;}
    	.part2 .p{padding: 0 23px;font-size: 17px;line-height: 24px;margin-bottom: 26px;width: 100%;}
    	.part2 .btn{width: 207px;line-height: 42px;display: block;margin:0 auto;margin-bottom: 46px;}
    	.part2 .prev, .part2 .next{bottom: 45vw;width: 25px;height: 25px; z-index: 2;}
    	.part2 .pics_box .swiper-slide .pics .pic{height: 46.133vw;}
    	.part2 .pics_box .swiper-pagination{display: none;}
    	.part2 .pics_box .swiper-slide .txt{line-height: 31px;font-size: 15px;}

    	.part3{padding: 62px 23px 70px 23px;display: block;}
    	.part3 .left{width: 100%;background-color: transparent;}
    	.part3 .left .pics{display: none;}
    	.part3 .left .tit{padding: 0;font-size: 21px;line-height: 29px;margin-bottom: 51px;}
    	.part3 .left .tit:after{bottom: -24px;left: 0;width: 61px;height: 2px;}
    	.part3 .right{padding: 0;width: 100%;}
    	.part3 .right .pics_boxs .pics_box{width: 100%;padding-bottom: 34px;}
    	.part3 .right .pics_boxs .pics_box .swiper-slide .pic{height: 197px;}
    	.part3 .right .pics_boxs .swiper-pagination{bottom: 0;left: 29px;width: 75px;font-size: 15px;text-align: left;line-height: 25px;}
    	.part3 .right .pics_boxs .next{bottom: 0;left: 0;width: 25px;height: 25px;}
    	.part3 .right .txt .p{font-size: 17px;line-height: 24px;margin-bottom: 42px;}
    	.part3 .right .txt .btn{width: 207px;line-height: 42px;display: block;margin:0 auto;}

    	.part4{padding:54px 23px 63px 23px;display: block;}
    	.part4 .txt{width: 100%;}
    	.part4 .pic{width: 100%;}
    	.part4 .btn{display: none;}
    	.part4 .m_btn{display: block;width: 215px;line-height: 48px;text-align: center;border: 1px solid #131e2b;margin-bottom: 5.1vw;font-family: fl;margin: 0 auto;margin-top: 32.5px;}
    	.part4 .txt .tit{font-size: 21px;line-height: 29px;margin-bottom: 51px;}
    	.part4 .txt .tit:after{bottom: -24px;width: 61px;height: 2px;}
    	.part4 .txt .p{font-size: 17px;line-height: 24px;margin-bottom: 32px;}

    	.part5{padding: 50px 23px 39px 23px;display: block;}
    	.part5 .tit{margin-bottom: 62.5px;}
    	.part5 .tit:after{bottom: -24px;width: 61px;height: 2px;}
    	.part5 .con{width: 100%;}
    	.part5 .con .btn{margin: 0 auto;margin-top: 43px;display: block;}
    	.part5 .con ul li{padding: 5px 0;}
		.part5 .con ul li a{display: block;}
    	.part5 .con ul li .day{font-size: 11px;line-height: 17px;}
    	.part5 .con ul li .h{font-size: 13px;line-height: 17px;height: 17px;}

		.fc_con{padding-top: 85px;}
		.fc_d .m_pic{display: block;padding-bottom: 74%;background: no-repeat center;background-size: cover;}
		.fc_d .left{float: none;width: 100%;padding: 30px 24px;display: flex;justify-content: space-between;flex-direction: row-reverse;justify-content: space-between;position: static;}
		.fc_d .left .pic{width: 39vw;height: 39vw;margin-top: 15vw;}
		.fc_d .pic .kuai{font-size: 6px;line-height: 12px;}
		.fc_d .pic .kuai5{width: 14.15vw;height: 14.15vw;}
		.fc_d .left .txt{width: 43.2vw;}
		.fc_d .left .ny_tit{font-size: 22px;margin-bottom: 28px; line-height:30px;padding-bottom: 20px;}
		.ny_tit:after{height: 1px;width: 60px;}
		.fc_d .left .p{font-size: 13px;line-height: 21px;}
		.fc_d .right{float: none;width: 100%;}
		.fc_d .right .bpics{display: none;}
		.fc_d .right .txt .sc_btn{display: none;}
		.fc_d .right .txt{padding: 0 0 15px 0;background-color: #ffffff;}
		.fc_d .right .txt .boxs{padding: 0 23px;}
		.fc_d .right .txt .boxs .box{width: 48%;}
		.fc_d .right .txt .boxs .box:nth-child(2n){width: 48%;}
		.i_tanchuang .pic{width: 90%;}
		.fc_d .right .txt .boxs .left1{width: 100%;margin-bottom: 34px;}
		.fc_d .right .txt .boxs .right1{width: 100%;}
		.fc_d .right .txt .boxs .box .h{font-size: 17px;line-height: 29px;padding-bottom: 8px;}
		.fc_d .right .txt .boxs .box .p{font-size: 13px;line-height: 21px;padding-top: 10px;}
		.fc_d .right .txt .pics_box{width: 100%;transform: translateX(0);}

		/* .ny_crumbs{display: none;} */
		.ny_crumbs{margin-bottom: 10px;flex-wrap: wrap;}
		.fc1{padding: 30px 24px;}
		.fc1 .ny_tit{font-size: 22px;margin-bottom: 28px; line-height:30px;padding-bottom: 20px;}
		.fc1 .con{display: block;background: #fff;}
		.fc1 .con .txt{width: 100%;font-size: 13px;line-height: 21px;margin-bottom: 20px;}
		.fc1 .con .pic{width: 70vw;height: 70vw;margin: 0 auto;}
		.fc1 .con .pic:after{content: "";position: absolute;bottom: -2px;left: 0;width: 100%;height: 2px;background-color: #ffffff;z-index: 30;}
	.fc1 .con .pic .kuai{font-size: 10px;line-height: 12px;z-index: 10;}
		.fc1 .con .pic .kuai5{width: 23.15vw;height: 23.15vw;}
		.fc2{padding: 0 24px 30px 24px;}
		.fc2 .solid{width: calc(100% - 48px);left: 24px;margin-bottom: 30px;}
		.fc2 .tit{font-size: 22px;line-height: 30px;padding-top: 30px;margin-bottom: 20px;}
		.fc2 .boxs{display: block;}
		.fc2 .boxs .box{width: 100%;margin: 0 0 20px 0;}
		.fc2 .boxs .box .pics .pic{height: 46vw;}

		.gl_con .ov2{padding: 30px 24px;}
		.comm_con .ov2 .ny_tit{font-size: 22px;margin-bottom: 28px; line-height:30px;padding-bottom: 20px;margin-left: 0;}
		.ov2 .p{font-size: 13px;line-height: 21px;margin: 0 0 20px 0;}
		.comm_con .ov2 .p{margin-bottom: 20px;}
		.comm_con .ov2>img{width: 100%;}
		.comm_con .ov2 .comm_p{width: 100%;margin: 0;font-size: 13px;line-height: 21px;margin-top: 20px;}

		.banner_fin{display: none;}
		.banner_fin_m{display: block;padding-bottom: 100%;}
		.fin_con{padding: 30px 24px;}
		.fin_con .ny_tit{font-size: 22px;margin-bottom: 28px; line-height:30px;padding-bottom: 20px;margin-left: 0;}
		.fin_con .p{width: 100%;font-size: 13px;line-height: 21px;}
		.fin_con .item{display: block;margin-bottom: 30px;}
		.fin_con .item .left{width: 100%;margin-bottom: 20px;}
		.fin_con .item .right{width: 100%;}
		.fin_con .item .right .h2{font-size: 12px;line-height: 20px;}
		.fin_con .item .right .p2{font-size: 12px;line-height: 20px;}
		.fin_con .item .right .btn1_box .btn1{font-size: 12px;line-height: 34px;}
		.ov2 .ny_tit{font-size: 22px;margin-bottom: 28px; line-height:30px;padding-bottom: 20px;margin-left: 0;}
		.ov2 .pics_boxs{padding: 0 30px;}
		.ov2 .pics_boxs .next{right: 0;width: 24px;height: 24px; transform: translate(0,-50%);}
		.ov2 .pics_boxs .prev{left: 0;width: 24px;height: 24px; transform: translate(0,-50%);}
		.ov2 .pics_boxs .pics_box1{width: 70px;}
		.ov2 .pics_boxs .pics_box2{width: calc(100% - 80px);}

		.banner_ov{margin-top: 87px;display: none;}
		.banner_ov_m{margin-top: 87px;display: block;position: relative;overflow: hidden;}
		.banner_ov_m .swiper-slide{height: 87.2vw;display: flex;align-items: center;background: no-repeat center;background-size: cover;position: relative;}
		.banner_ov_m .swiper-slide video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
		.banner_ov_m .swiper-slide .txt{position: absolute;top: 40%;left: 0;width: 100%;text-align: center;color: #ffffff;line-height: 58px;font-family: ff;z-index: 2;}
		.banner_ov_m .swiper-slide .txt .h{text-transform: uppercase;}
		.banner_ov_m .swiper-slide .txt .h .p{text-transform: initial;line-height: 34px;}
		.banner_ov_m .swiper-slide .txt{position: static;transform: translateY(0);padding: 0 10px;}
		.banner_ov_m .swiper-slide .txt .h .p{line-height: 24px;font-size: 16px;}
		.banner_ov_m .swiper-slide .txt .h{font-size: 20px;line-height: 28px;}
		.banner_ov_m .swiper-slide .txt .h.f_32{line-height: 24px;font-size: 16px;}
		.banner_ov_m .swiper-pagination{bottom: 2.24vw;}
		.banner_ov_m .swiper-pagination .swiper-pagination-bullet{width:0.625vw;height: 0.625vw;background-color: #ffffff;opacity: 1;margin: 0 3.6px;}
		.banner_ov_m .swiper-pagination .swiper-pagination-bullet-active{background-color: #FF2426;}
		.banner_ov_m .swiper-pagination .swiper-pagination-bullet{width: 2vw;height: 2vw;}
		.ov1{padding: 30px 24px;}
		.ov1 .ny_tit{font-size: 22px;margin-bottom: 28px; line-height:30px;padding-bottom: 20px;}
		.ov1 .h1{font-size: 18px;line-height: 26px;letter-spacing: 1px;}
		.ov1 .p{font-size: 13px;line-height: 21px;}
		.ov2{padding: 0 24px 30px 24px;}
		.ov2 .btn{width: 160px;line-height: 36px;margin: 0 auto;display: block;margin-top: 20px;}
		.ov3{padding: 30px 24px;}
		.ov3 .ny_tit{font-size: 22px;margin-bottom: 28px; line-height:30px;padding-bottom: 20px;margin-left: 0;}
		.ov3 .pics_boxs{padding: 0 30px;}
		.ov3 .pics_boxs .prev{left: 0;width: 24px;height: 24px; transform: translate(0,-50%);top: 45%;}
		.ov3 .pics_boxs .next{right: 0;width: 24px;height: 24px; transform: translate(0,-50%);top: 45%;}
		.ov3 .pics_boxs .pics_box .txt{font-size: 13px;line-height: 21px;}
		.ov3 .btn{width: 160px;line-height: 36px;margin: 0 auto;display: block;margin-top: 20px;}

		.pol_con{margin-top: 87px;}
		.pol_items .item{display: flex;margin-bottom: 0;}
		.pol_items .item .left_p{width: 60%;font-size: 13px;line-height: 21px;}
		.pol_items .item .right_p{width: 36%;font-size: 13px;line-height: 21px;}

		.rep_con{margin-top: 87px;}
		.rep_con .ov3{padding: 0;}
		.rep_con .ov3 .pics_boxs{padding: 0 30px;}
		.rep_con .ov3 .pics_boxs .pics_box{padding: 0 0 22px 0;}
		.ov3 .pics_boxs .pics_box::before,.ov3 .pics_boxs .pics_box::after{display: none;}
		.rep_p{font-size: 13px;line-height: 21px;}

		.sol_con{padding-top: 87px;}
		.sol_con .m_banner{display: block;width: 100%;height: 87.2vw;background: no-repeat center;background-size: cover;margin-bottom: 0;position: relative;}
		.sol_con .m_banner video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
		.sol1{padding: 30px 23px 77px 23px;}

		.sol1 .ny_tit{font-size: 21px;line-height: 28px;padding-bottom: 24px;margin-bottom: 30px;}
		.sol1 img{display: none;}
		.sol1 .p{font-size: 13px;line-height: 21px;}

		.sol2{padding: 58px 23px 40px 23px;min-height: 710px;}
		.sol2 .right .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 24px;margin-bottom: 19px;}
		.sol2 .right .year{padding-left: 85px;font-size: 21px;line-height: 29px;margin-bottom: 9px;}
		.sol2 .right .boxs .box .p{padding: 0 0 0 85px;font-size: 13px;line-height: 21px;}
		.sol2 .left{top: 135px;left: 23px;width: 75px;border-left: none;border-right: 1px solid #FF2426;padding-left: 0;padding-right: 16px;}
		.sol2 .left .box .h{font-family: fl;font-size: 10px;line-height: 14px;margin-bottom: 15px;}
		.sol2 .left .box .h:after{left: auto;right: -25px;}
		.sol2 .left .box ul li:after{left: auto;right: -23px;}

		.sol3{padding: 55px 23px 57px 23px;}
		.sol3 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 24px;margin-bottom: 24px;}
		.sol3 .top_s>div:nth-child(1){width: 100%;margin-right: 0;margin-bottom: 26px;}
		.sol3 .top_s .select{width: 100%;}
		.sol3 .top_s .h{font-size: 11px;line-height: 14px;margin-bottom: 8px;}
		.sol3 .con .h1{display: none;}
		.sol3 .con .p{font-size: 13px;padding-bottom: 4px;}
		.sol3 .con .c_left{width: 42vw;}
		.pel_con .ser2 .page{margin-top: 40px;}
		.sol3 .page{margin-top: 40px;}
		.sol3 .page .next{width: 25px;height: 25px;margin-right: 3px;}

		.bus_con{padding-top: 87px;}
		.bus_con .bus_banner .pc{display: none;}
		.bus_con .bus_banner .mm{display: flex;align-items: center; height: 87.2vw;background: no-repeat center;background-size: cover;}
		.bus_con .bus_banner .mm .txt{width: 100%;text-align: center;line-height: 1.5;color: #fff;font-family: fm;}
		.bus_con .bus1{padding: 29px 23px 45px 23px;}
		.bus_con .bus1 .tit_p{font-family: fm;line-height: 25px;font-size: 18px;}

		.bus_con .bus2{padding: 0 23px 65px 23px;}
		.bus_con .bus2 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.bus_con .bus2 .p1{margin: 0;font-size: 17px;line-height: 24px;margin-bottom: 30px;}
		.bus_con .bus2 .h1{font-size: 17px;line-height: 24px;margin: 0; margin-bottom: 11px;}
		.bus_con .bus2 .tab{margin: 0;flex-wrap: wrap;display: none;}
		.bus_con .bus2 .tab .item{width: 50%;padding: 8px;}
		.bus_con .bus2 .tab .item .f_22{font-size: 17px;line-height: 20px;}
		.bus_con .bus2 .b2_cons{padding: 0;display: none;}
		.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .top{display: none;}
		.bus_con .bus2 .b2_cons>.swiper-pagination{display: none;}
		.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom{display: block;}
		.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .txt{width: 100%;padding: 35px 14px;font-size: 13px;line-height: 21px;}
		.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .pics{width: 100%;}
		.bus_con .bus2 .b2_cons .b2_con>div>.swiper-slide .bottom .pics .swiper-slide{height: 59vw;}


		.bus_con .bus2 .bus2_m{display: block;border-bottom: 1px solid #9C6852;}
		.bus_con .bus2 .bus2_m .boxm .top{padding: 3px 14px;border: 1px solid #9C6852;border-bottom: none; display: flex;align-items: center;color: #151E2A;position: relative;}
		.bus_con .bus2 .bus2_m .boxm .top:after{content: "";position: absolute;right: 22px;top: 50%;transform: translateY(-50%);width: 15px;height: 15px;background: url(https://www.shuionland.com/img-en/h_add.png)no-repeat center;background-size: 100% auto;}
		.bus_con .bus2 .bus2_m .boxm.on .top{ background-color: #9C6852;color: #fff;}
		.bus_con .bus2 .bus2_m .boxm.on .top:after{background-image: url(https://www.shuionland.com/img-en/ab_jian.png);}
		.bus_con .bus2 .bus2_m .boxm .top .num{font-family: fm;font-size: 40px;line-height: 52px;margin-right: 12px;}
		.bus_con .bus2 .bus2_m .boxm .top .h{font-size: 17px;line-height: 21px;width: 60vw;}
		.bus_con .bus2 .bus2_m .boxm .bottom{display: none;background-color: #E9E3DF;}
		.bus_con .bus2 .bus2_m .boxm.on .bottom{display: block;}
		.bus_con .bus2 .bus2_m .boxm .bottom img{width: 100%;}
		.bus_con .bus2 .bus2_m .boxm .bottom .txt{padding: 35px 14px 33px 14px;font-size: 13px;line-height: 21px;font-family: fl;color: #151E2A;}

		.in_re4 .tab{display: none!important;}
		.in_re4 .boxs{display: none!important;}
		.in_re4 .boxsm{display: block!important;}
		.in_re4 .boxsm .box{padding: 0;display: block;margin-bottom: 0;background-color: #fff;}
		.in_re4 .boxsm .box .top{padding: 3px 14px;border: 1px solid #9C6852;display: flex;align-items: center;color: #151E2A;position: relative;height: 60px;border-bottom: none;}
		.in_re4 .boxsm .box:last-child .top{border-bottom: 1px solid #9C6852;}
		.in_re4 .boxsm .box .top:after{content: "";position: absolute;right: 22px;top: 50%;transform: translateY(-50%);width: 15px;height: 15px;background: url(https://www.shuionland.com/img-en/h_add.png)no-repeat center;background-size: 100% auto;}
		.in_re4 .boxsm .box.on .top{ background-color: #9C6852;color: #fff;}
		.in_re4 .boxsm .box.on .top:after{background-image: url(https://www.shuionland.com/img-en/ab_jian.png);}
		.in_re4 .boxsm .box .top .num{font-family: fm;font-size: 40px;line-height: 52px;margin-right: 12px;}
		.in_re4 .boxsm .box .top .h{font-size: 17px;line-height: 21px;width: 60vw;}
		.in_re4 .boxsm .box .bottom{display: none;background-color: #E9E3DF;padding: 20px 23px;}
		.in_re4 .boxsm .box.on .bottom{display: block;}
		.in_re4 .boxsm .box .bottom img{width: 100%;}
		.in_re4 .boxsm .box .bottom .txt{padding: 35px 14px 33px 14px;font-size: 13px;line-height: 21px;font-family: fl;color: #151E2A;}
		.in_re4 .ps{margin-top: 15px;}


		.bus_con .bus3{padding: 0 23px 60px 23px;}
		.bus_con .bus3 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.bus_con .bus3 .p{font-size: 17px;line-height: 24px;}
		.bus_con .bus4{padding: 0 23px 30px 23px;}
		.bus_con .bus4 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.bus_con .bus4 .p{font-size: 17px;line-height: 24px;margin-bottom: 32px;}
		.bus_con .bus4 .box{display: block;}
		.bus_con .bus4 .box .left{width: 100%;margin-bottom: 24px;}
		.bus_con .bus4 .box .left .logo{height: 26.4vw;}
		.bus_con .bus4 .box .left .logo img{max-width: 40%;}
		.bus_con .bus4 .box .left .pics .pic{height: 48vw;}
		.bus_con .bus4 .box .right{width: 100%;margin-bottom: 30px;}
		.bus_con .bus4 .box .right .h{font-size: 17px;line-height: 24px;margin-bottom: 12px;}
		.bus_con .bus4 .box .right .p{font-size: 13px;line-height: 21px;}
		.bus_con .bus4 .box .right .p1{font-size: 13px;line-height: 21px;height: 147px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;}
	.bus_con .bus4 .box .right .btn{display: block!important;margin: 30px auto;margin-bottom: 0; width: 207px;line-height: 44px;font-family: fl;color: #151E2A;text-align: center;border: 1px solid #151E2A;}
	.bus_con .bus4 .box.show .right .p1{height: auto;-webkit-line-clamp: 700;}

		.bus_con .bus5{padding: 0 23px 23px 23px;}
		.bus_con .bus5 .right{display: none;}
		.bus_con .bus5 .left{width: 100%;}
		.bus_con .bus5 .left .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.bus_con .bus5 .left .p{font-size: 17px;line-height: 24px;}

		.team_con{padding-top: 87px;}
		.team1{padding: 30px 23px 50px 23px;}
		.team1 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.team1>.p{font-size: 13px;line-height: 21px;}
		.team1 .con{padding: 30px 16px;}
		.team1 .con .tab{display: block;padding-bottom: 16px;}
		.team1 .con .tab .btn{min-width: auto;width: 100%;margin-right: 0;margin-bottom: 10px;line-height: 50px;padding: 0 20px;}
		.team1 .con .tit1{font-size: 21px;line-height: 29px;}
		.team1 .con .boxs .box{width: 45%;margin-bottom: 12px;margin-right: 3%;}
		.team1 .con .boxs .box .pics .pic{height: 30vw;}
		.team1 .con .boxs .box .txt{font-size: 13px;line-height: 17px;}

		.team_d_con{padding: 22.67vw 0 0 0;}
		.team_d_con .team_d1{padding: 30px 23px 50px 23px;}
		.ny_crumbs li:nth-child(3) span{display: none;}
		.ny_crumbs li:nth-child(4){display: none;}
		.team_d_con .team_d1 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.team_d_con .team_d1 .con_d .top{display: block;}
		.team_d_con .team_d1 .con_d .top .pic{width: 100%;height: 70vw;margin-bottom: 16px;}
		.team_d_con .team_d1 .con_d .top .txt{font-size: 17px;line-height: 21px;}
		.team_d_con .team_d1 .con_d .bottom .p{margin-right: 0;font-size: 13px;line-height: 19px;}
		.team_d_con .team_d1 .con_d .bottom .back_btn{width: 26vw;line-height: 10vw;}

		.pjl_con{padding-top: 87px;}
		.pjl_con .pjl_banner .pc{height: calc(100vw * 951 / 1916);}
		.pjl_con .pjl_banner .pc .swiper-pagination{width: auto;height: 6px;}
		.pjl_con .pjl_banner .pc .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 3px;}
		.pjl_con .pjl_banner .pc .swiper-slide .txt{font-size: 20px;line-height: 26px;left: 20px;top: 50%;transform: translateY(-50%);text-align: left;}
		.pjl_con .pjl_banner .pc .swiper-slide .txt .h1{font-size: 20px;line-height: 26px;}
		.pjl_con .pjl1{padding: 0;}
		.pjl_con .pjl1 .white-bg-section{background-color: #fff;padding: 30px 23px 0 23px;}
		/* .pjl_con .pjl1 .white-bg-section .txt{font-size: 18px;} */
		.pjl_con .pjl1 .white-bg-section .ny_tit{margin-top: 0;}
		.pjl_con .pjl1 .white-bg-section .community-mode-row{margin-bottom: 0;margin-left: -23px;margin-right: -23px;}
		/* 移动端保持横向排列，保持间距 */
		.pjl_con .pjl1 .white-bg-section .community-mode-list{display: flex;flex-direction: row;justify-content: flex-start;align-items: stretch;list-style: none;margin: 0;padding: 0;}
		.pjl_con .pjl1 .white-bg-section .community-mode-item{position: relative;display: block;flex: 1;height: calc(((100vw - 0.31vw) / 4) * 726 / 477);aspect-ratio: 477 / 726;overflow: hidden;cursor: pointer;}
		.pjl_con .pjl1 .white-bg-section .community-mode-item + .community-mode-item{margin-left: 0.1vw;}
		.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-link{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;text-decoration: none;z-index: 1;}
		.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-bg{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: no-repeat center;background-size: cover;transition: all 0.4s;filter: grayscale(1);}
		.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-mask{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(229,220,214,0.9);mix-blend-mode: multiply;transition: all 0.4s;}
		.pjl_con .pjl1 .white-bg-section .community-mode-item .cm-title{position: absolute;left: 0;right: 0;top: 1.5625vw;text-align: center;font-family: nm;letter-spacing: 1px;color: var(--mode-color);z-index: 2;font-size: 12px;}
		/* 移动端保持点击/触摸效果 */
		.pjl_con .pjl1 .white-bg-section .community-mode-item.on .cm-bg,
		.pjl_con .pjl1 .white-bg-section .community-mode-item:active .cm-bg{filter: none;transform: scale(1.02);}
		.pjl_con .pjl1 .white-bg-section .community-mode-item.on .cm-mask,
		.pjl_con .pjl1 .white-bg-section .community-mode-item:active .cm-mask{background: var(--mode-color, rgba(216,92,92,0.85));}
		.pjl_con .pjl1 .white-bg-section .community-mode-item.on .cm-title,
		.pjl_con .pjl1 .white-bg-section .community-mode-item:active .cm-title{color: #fff;}
		.pjl_con .pjl1 .xl_box{padding: 30px 23px 0 23px;}
		.pjl_con .pjl1 .xl_box .select{width: 100%;margin-bottom: 24px;}
		.pjl_con .pjl1 .boxs{padding: 0 23px 36px 23px;}
		.pjl_con .pjl1 .boxs .box{width: 48%;margin-bottom: 21px;}
		/* .pjl_con .pjl1 .boxs .box:nth-child(n+7){display: none;}
		.pjl_con .pjl1 .boxs.show .box:nth-child(n+7){display: block;} */
		.pjl_con .pjl1 .boxs .box .pics .pic{height: 52vw;}
		.pjl_con .pjl1 .boxs .box1{width: 48%;margin-bottom: 21px;}
		.pjl_con .pjl1 .boxs .box .h1{font-size: 15px;line-height: 20px;color: #151E2A;}
		.pjl_con .pjl1 .boxs .box .p1{font-size: 11px;line-height: 14px;color: #151E2A;}
		.pjl_con .pjl1 .boxs .box .txt1{height: auto;}
		/* .pjl_con .pjl1 .btn{display: block!important;border: 1px solid #131e2b;text-align: center;font-family: fl;color: #131e2b;width: 207px;line-height: 42px;margin: 0 auto;} */

		.pjd_con{padding-top: 87px;}
		.pjl_con .pjl_banner .pc{display: none;}
		.pjl_con .pjl_banner .mm{height: calc(100vw * 951 / 1916);display: block;position: relative;overflow: hidden;}
		.pjl_con .pjl_banner .mm .swiper-pagination{width: auto;height: 6px;bottom: 20px;left: 50%;transform: translateX(-50%);display: flex;align-items: center;justify-content: center;}
		.pjl_con .pjl_banner .mm .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 3px;}
		.pjl_con .pjl_banner .mm .tab{display: none;}
		.pjl_con .pjl_banner .mm .swiper-slide{background: no-repeat center;background-size: cover;position: relative;}
		.pjl_con .pjl_banner .mm .swiper-slide video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
		.pjl_con .pjl_banner .mm .swiper-slide .txt{position: absolute;left: 20px;top: 50%;transform: translateY(-50%);color: #fff;font-family: ff;font-size: 20px;line-height: 26px;text-align: left;z-index: 2;}
		.pjl_con .pjl_banner .mm .swiper-slide .txt .h1{font-size: 20px;line-height: 26px;text-transform: capitalize;}
		.pjl_con .pjl_banner .mm .swiper-slide .txt .h2{text-transform: uppercase;}

		.pjd_con .pjd1{padding: 30px 23px 53px 23px;}
		.pjd_con .pjd1 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;margin-top: 15px;}
		.pjl_con .pjl1 .txt{font-size: 18px !important;line-height: 25px !important;color: #151E2A !important;}
		.pjd_con .pjd1 .txt_bottom{flex-wrap: wrap;justify-content: center;}
		.pjd_con .pjd1 .txt_bottom .btn{width: 207px;margin: 0 calc(50% - 103px);margin-bottom: 10px;}
		.pjd_con .pjd1 .txt_bottom .fx a>img{height: 5vw;}

		.pjd_con{padding-top: 87px;}
		.pjd_con .pjd_banner .pc{display: none;}
		.pjd_con .pjd_banner .mm{height: 87.2vw;display: block;position: relative;overflow: hidden;background: no-repeat center;background-size: cover;}
		.pjd_con .pjd_banner .mm .swiper-slide{position: relative;}
		.pjd_con .pjd_banner .mm .swiper-slide video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
		.pjd_con .pjd_banner .mm .txt{font-size: 20px;line-height: 26px;right: 37px;bottom: 20px;z-index: 2;}
		.pjd_con .pjd_banner .mm .txt .h1{font-size: 20px;line-height: 26px;}
		.pjd_con .pjd_banner .mm .txt{position: absolute;right: 37px;bottom: 3.33vw;color: #fff;font-family: ff;line-height: 44px;text-align: right;}
		.pjd_con .pjd_banner .mm .txt .h1{text-transform: capitalize;}
		.pjd_con .pjd_banner .mm .txt .h2{text-transform: uppercase;}
		.pjd_con .pjd1{padding: 30px 23px 53px 23px;}
		.pjd_con .pjd1 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;margin-top: 15px;}
		.pjd_con .pjd1 .txt{font-size: 13px;line-height: 21px;}
		.pjd_con .pjd1 .txt_bottom{flex-wrap: wrap;justify-content: center;}
		.pjd_con .pjd1 .txt_bottom .btn{width: 207px;margin: 0 calc(50% - 103px);margin-bottom: 13px;}
		.pjd_con .pjd1 .txt_bottom .fx a>img{height: 5vw;}

		/* 社区详情页移动端样式 */
		.community_detail_con{margin-top: 87px;}
		.community_detail_con .pjd1{padding: 30px 23px 40px 23px;}
		.community_detail_con .pjd1 .ny_crumbs{margin-bottom: 20px;}
		/* 移动端文字大小统一为 13px，与 ourphilosophy 一致 */
		.community_detail_con .pjd1 .txt{font-size: 13px !important;line-height: 21px !important;margin-bottom: 25px;}
		.community_detail_con .pjd1 .txt_bottom{flex-wrap: wrap;justify-content: center;}
		.community_detail_con .pjd1 .txt_bottom .btn{width: 207px;margin: 0 calc(50% - 103px);margin-bottom: 13px;}
		.community_detail_con .pjd1 .txt_bottom .fx a>img{height: 5vw;}
		/* 移动端旗舰项目轮播 - 调整大小和位置 */
		.community_detail_con .pjd2 .pics_box{margin-bottom: 40px;}
		/* 移动端图片比例：16:9 更适合移动端 */
		.community_detail_con .pjd2 .pics_box .swiper-slide{width: 100%;height: 0;padding-bottom: 56.25%;}
		/* 移动端左右切换按钮 - 调整大小和位置 */
		.community_detail_con .pjd2 .pics_box .prev,
		.community_detail_con .pjd2 .pics_box .next{width: 32px;height: 32px;}
		.community_detail_con .pjd2 .pics_box .prev{left: 12px;}
		.community_detail_con .pjd2 .pics_box .next{right: 12px;}
		/* 移动端旗舰标签 - 贴近左上角，与 community-tags 一致 */
		.community_detail_con .pjd2 .pics_box .swiper-slide .flagship-badge{top: 0;left: 0;width: auto;min-width: 60px;height: auto;line-height: 1.5;padding: 6px 3ch;font-size: 12px;}
		/* 移动端项目名称色条 - 铺满宽度，与 community-tags 高度一致 */
		.community_detail_con .pjd2 .pics_box .swiper-slide .project-info{width: 100%;height: auto;padding: 6px 3ch;left: 0;right: 0;transform: none;}
		.community_detail_con .pjd2 .pics_box .swiper-slide .project-name{padding: 0;font-size: 12px;line-height: 1.5;}

		/* 社区详情页内容布局移动端响应式 */
		.community_detail_con .community-content-layout{display: block !important;margin: 0 0 30px 0 !important;}
		.community_detail_con .community-content-layout .left-content{width: 100% !important;margin-bottom: 30px;}
		.community_detail_con .community-content-layout .right-content{width: 100% !important;}
		/* 左右布局区域的文字大小统一为 13px */
		.community_detail_con .community-content-layout .txt{font-size: 13px !important;line-height: 21px !important;}
		/* 优化移动端图片比例和间距 */
		.community_detail_con .community-content-layout .left-content > div:first-child{margin-bottom: 20px;}
		.community_detail_con .community-content-layout .left-content > div:last-child{margin-bottom: 0;}
		.community_detail_con .community-content-layout .right-content > div:first-child{margin-bottom: 20px !important;}
		.community_detail_con .community-content-layout .right-content > div:last-child{margin-bottom: 0;}
		/* 移动端标签样式优化 */
		.community_detail_con .community-tags{margin: 25px 0 30px 0 !important;}

		.community-title-section{padding: 50px 23px 30px 23px;}
		.community-main-title{line-height: 29px;}
		.title-underline{width: 3.177vw;height: 2px;margin-left: auto;margin-right: auto;}

		.community-banner-section .banner-content.pc{display: none;}
		.community-banner-section .banner-content.mm{display: flex;flex-direction: column;padding-bottom: 0;height: auto;}
		.community-banner-section .banner-image{position: relative;width: 100%;height: 0;padding-bottom: 52.84%;left: auto;top: auto;}
		.community-banner-section .banner-text-area{position: relative;width: 100%;height: auto;padding: 30px 23px;right: auto;top: auto;}
		.community-banner-section .banner-subtitle{font-size: 18px;line-height: 26px;margin-bottom: 15px;}
		.community-banner-section .text-divider{width: 81px;height: 1px;margin: 15px 0;}
		.community-banner-section .banner-lead-text{font-size: 16px;line-height: 24px;}


		.in_re_banner{display: none;}
		.in_re_banner_m{margin-top: 87px;height: 87.2vw;background: no-repeat center;background-size: cover;display: block;position: relative;}
		.in_re_banner_m .txt{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);text-align: center;color: #fff;line-height: 1.5;font-family: fm;z-index: 2;}
		.in_re_banner_m video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;object-fit: cover;}
		.in_tab{padding: 29px 23px 23px 23px;}
		.in_tab .top{flex-wrap: wrap;justify-content: space-between;margin-bottom: 24px;}
		.in_tab .top .item:nth-child(1){width: 100%;margin-right: 0;padding-right: 0;margin-bottom: 15px;}
		.in_tab .top .item{width: auto;padding-left: 0;border-left: none;}
		.in_tab .top .item .p{font-size: 11px;line-height: 14px;}
		.in_tab .top .item .num span{font-size: 20px;line-height: 20px;}
		.in_tab .top .item .num .span3{margin-left: 6.3vw;}
		.in_tab .p1{font-size: 12px;line-height: 15px;}

		.in_re1{display: block;}
		.in_re1 .left{width: 100%;padding:26px 23px 34px 23px;}
		.in_re1 .left .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.in_re1 .left .pics{width: 263px;height: 182px;}
		.in_re1 .left .pics .pic{height: 100%;}
		.in_re1 .left .txt .btn{width: 207px;line-height: 42px;margin: 0 0 0 56px;}
		.in_re1 .left .txt .h1{font-size: 11px;line-height: 17px;}
		.in_re1 .left .txt .h2{font-size: 13px;line-height: 17px;margin-bottom: 16px;word-break: break-all;}
		.in_re1 .right{width: 100%;padding: 48px 23px 73px 23px;}
		.in_re1 .right .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 35px;}
		.in_re1 .right .item{padding: 5px 0;}
		.in_re1 .right .day{font-size: 11px;line-height: 16px;}
		.in_re1 .right .item:nth-child(1) .h, .in_re1 .right .item:nth-child(2) .h{font-size: 13px;line-height: 26px;}
		.in_re1 .right .item:nth-child(3) .h{font-size: 13px;line-height: 26px;height: auto;}
		.in_re1 .right .btn{width: 207px;line-height: 42px;margin: 0 auto;margin-top: 46px;}

		.in_re2_3{padding-top: 42px;}
		.in_re2_3 .in_re2{padding: 0 0 50px 0;}
		.in_re2_3 .in_re2 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin:0 23px;margin-bottom: 30px;}
		.in_re2_3 .in_re2 .con .swiper-pagination{display: none;}
		.in_re2_3 .in_re2 .pics .pic{height: 206px;}
		.in_re2_3 .in_re2 .con{width: calc(100% - 23px);padding-bottom: 10vw;margin-left: 23px;}
		.in_re2_3 .in_re2 .h{font-size: 13px;line-height: 20px;}
		.in_re2_3 .in_re2 .prev, .in_re2_3 .in_re2 .next{width: 25px;height: 25px;}
		.in_re2_3 .in_re2 .prev{left: 34px;}
		.in_re2_3 .in_re2 .next{right: 24px;}
		.in_re2_3 .in_re2 .btn{width: 207px;line-height: 42px;margin: 0 auto;margin-top: 22px;left: 50%;transform: translateX(-50%);bottom: 7.8vw;}
		.in_re2_3 .in_re3{padding: 0 23px 43px 23px;}
		.in_re2_3 .in_re3 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.in_re2_3 .in_re3 .boxs{display: block;background-color: transparent;margin-bottom: 27px;}
		.in_re2_3 .in_re3 .boxs .box{width: 100%;margin-bottom: 5px;background-color: #fff;}
		.in_re2_3 .in_re3 .boxs .box .left .num{font-size: 30px;line-height: 1;}
		.in_re2_3 .in_re3 .boxs .box .left .en{font-size: 10px;line-height: 15px;}
		.in_re2_3 .in_re3 .boxs .box .right{font-size: 17px;line-height: 20px;height: auto;}
		.in_re2_3 .in_re3 .boxs .box .left{width: 65px;height: 65px;}
		.in_re2_3 .in_re3 .btn{width: 207px;line-height: 42px;margin: 0 auto;display: block;}

		.in_re4{padding: 50px 23px 32px 23px;}
		.in_re4 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.in_re4 .tab{flex-wrap: wrap;}
		.in_re4 .tab .item{width: 50%;font-size: 13px;line-height: 21px;height: 70px;}
		.in_re4 .box{padding: 20px 23px 45px 23px;}
		.in_re4 .top_s{display: block;}
		.in_re4 .top_s>div:nth-child(1){margin-right: 0;}
		.in_re4 .top_s .select{width: 100%;}
		.in_re4 .top_s>div:nth-child(1){margin-bottom: 27px;}
		.in_re4 .top_s .h{font-size: 11px;line-height: 14px;margin-bottom: 8px;}
		.in_re4 .box1 .list{margin-top:23px;margin-bottom:23px;}
		.in_re4 .box1 .list .item{padding: 8px 0;}
		.in_re4 .box1 .list .item .day{font-size: 13px;line-height: 21px;}
		.in_re4 .box1 .list .item .h{font-size: 13px;line-height: 21px;}
		.in_re4 .box1 .page{margin-bottom: 36px;}
		.in_re4 .box1 .page .next{width: 25px;height: 25px;margin-right: 4px;}
		.in_re4 .box1 .btn{width: 207px;line-height: 42px;margin: 0 auto;display: block;}
		.in_re4 .ps{font-size: 12px;line-height: 15px;}
		.in_re4 .box2.on{display: block;}
		.in_re4 .box2.on .left,.in_re4 .box2.on .center{margin-bottom: 20px;}
		.in_re4 .box2 .item{margin-bottom: 20px;}
		.in_re4 .box3 .items{display: block;}
		.in_re4 .box3 .items .p{width: 100%;margin-bottom: 10px;}

		.in_re_tc{width: 150px;right: 0;bottom: 0;margin-top: 3vw;position: relative;}
		.cg_code_con{padding: 22.67vw 0 0 0;}
		.vl_con1{padding:30px 23px;}
		.irc_con .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.irc_con .top_s{display: block;}
		.irc_con .top_s>div:nth-child(1){margin-right: 0;}
		.irc_con .top_s .select{width: 100%;}
		.irc_con .top_s>div:nth-child(1){margin-bottom: 27px;}
		.irc_con .top_s .h{font-size: 11px;line-height: 14px;margin-bottom: 8px;}
		.irc_con .top_s .btns .btn{width: 100%;}
		.irc_con .page .next{width: 25px;height: 25px;margin-right: 4px;}
		.irc_con .list .item{padding: 8px 0;}
		.irc_con .list .item .day{font-size: 13px;line-height: 21px;}
		.irc_con .list .item .h{font-size: 13px;line-height: 21px;}

		.irf_con .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.irf_con .boxs1 .box{width: 48%;}
		.irf_con .boxs1 .box .pics .pic{height: 57vw;}
		.irf_con .boxs1 .box .h{font-size: 17px;line-height: 23px;}
		.irf_con .con .btn{width: 207px;line-height: 42px;margin: 0 auto;display: block;margin-top: 16px;}

		.cg_int1{padding: 30px 23px 10px 23px;}
		.cg_int1 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.cg_int1 .con .p{font-size: 13px;line-height: 21px;margin-bottom: 3vw;}
		.cg_int1 .con ul li{padding-left: 16px;font-size: 13px;line-height: 21px;margin-bottom: 21px;}

		.cg_code_con .code1{padding: 30px 23px;}
		.cg_code_con .code1 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.cg_code_con .code1 .con{display: block;}
		.cg_code_con .code1 .con .left{width: 100%;}
		.cg_code_con .code1 .con .left .pics{margin-bottom: 16px;}
		.cg_code_con .code1 .con .left .pics .pic{height: 70vw;}
		.cg_code_con .code1 .con .right{width: 100%;margin-top: 20px;}
		.cg_code_con .code1 .con .right .p{font-size: 13px;line-height: 21px;}
		.cg_code_con .code1 .con .right .p1{font-size: 11px;line-height: 15px;}
		.cg_code_con .code2{padding: 30px 23px;}
		.cg_code_con .code2 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.cg_code_con .code2 .p{font-size: 13px;line-height: 21px;}
		.cg_code_con .code2 .btn_box{display: block;}
		.cg_code_con .code2 .btn_box .btn{margin-bottom: 10px; line-height: 36px;}
        .cg_code_con .code3 .con .btn_box_violation_report{display: block;}
		.cg_code_con .code3 .con .btn_box_violation_report .btn{margin-bottom: 10px; line-height: 36px;}
		.cg_code_con .code3{padding: 30px 23px;}
		.cg_code_con .code3 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.cg_code_con .code3 .con .p{font-size: 13px;line-height: 21px;}
		.cg_code_con .code3 .con .table1{font-size: 10px;line-height: 17px;}
		.cg_code_con .code3 .con .table2{font-size: 10px;line-height: 17px;}
		.cg_code_con .code3 .con .table1 ul.con_ul li{line-height: 17px;padding: 10px 0;}
		.cg_code_con .code3 .con .table1 ul.top li:nth-child(1){width: 24.56%;}
		.cg_code_con .code3 .con .table1 ul.top li:nth-child(2){width: 41%;padding-left: 0;}
		.cg_code_con .code3 .con .table1 ul.top li:nth-child(3){width: 46%;padding-left: 0;}
		.cg_code_con .code3 .con .table1 ul.con_ul li:nth-child(1){width: 24.56%;}
		.cg_code_con .code3 .con .table1 ul.con_ul li:nth-child(2){width: 41%;padding-right: 8px;}
		.cg_code_con .code3 .con .table1 ul.con_ul li:nth-child(3){width: 40%;}
		.cg_code_con .code3 .con .table2 ul.con_ul li{line-height: 1.3;padding: 10px 0;}
		.cg_code_con .code3 .con .table2 ul.con_ul li:nth-child(1){width: 24.56%;}
		.cg_code_con .code3 .con .table2 ul.con_ul li:nth-child(2){width: 41%;padding-right: 8px;}
		.cg_code_con .code3 .con .table2 ul.con_ul li:nth-child(3){width: 46%;}
		.cg_code_con .code3 .con .table ul.top li{font-size: 13px;line-height: 17px;line-height: 30px;}
		.cg_code_con .code3 .p1{font-size: 13px;line-height: 21px;}
		.cg_code_con .code3 .p1 ul li{line-height: 21px;}
		.cg_code_con .code4{padding: 30px 23px;}
		.cg_code_con .code4 .ny_tit{font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.cg_code_con .code4 .p1{font-size: 17px;line-height: 21px;}
		.cg_code_con .code4 .p2{font-size: 13px;line-height: 21px;margin-bottom: 6vw;}

		.comm_con .ps{font-size: 17px;line-height: 21px;}
		.comm_con .tab{flex-wrap: wrap;padding-bottom: 15px;}
		.comm_con .tab .item{width: 48%;height: auto;padding: 8px 0;margin-bottom: 8px;font-size: 12px;line-height: 20px;}
		.comm_con .boxs{margin-bottom: 20px;}
		.comm_con .boxs .box{padding: 30px 16px;}
		.comm_con .boxs .box .h{font-size: 17px;line-height: 21px;margin-bottom: 8px;}
		.comm_con .boxs .box .p{font-size: 13px;line-height: 21px;margin-bottom: 12px;}
		.comm_con .boxs .box .p1{font-size: 13px;line-height: 21px;}
		.comm_con .btn{font-size: 11px;line-height: 40px; padding: 0 8px;margin: 0 auto;}

		.bod_con{padding: 30px 23px;}
		.bod_con .ny_crumbs{margin-left: 0;}
		.bod_con .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.bod_con .h{padding: 0;font-size: 17px;line-height: 21px;margin-bottom: 15px;}
		.bod_con .p1{font-size: 17px;line-height: 21px;padding: 0;margin-bottom: 30px;}
		.bod_con .pic_box{display: block;padding-right: 0;}
		.bod_con .pic_box .pics{width: 100%;}
		.bod_con .pic_box .pics .pic{padding-bottom: 52vw;margin-bottom: 16px;}
		.bod_con .con1{padding: 0;display: block;}
		.bod_con .con1 .txt{width: 100%;}
		.bod_con .con1 .txt .h1{font-size: 17px;line-height: 21px;margin-bottom: 8px;}
		.bod_con .con1 .txt .p2{font-size: 13px;line-height: 21px;}
		.bod_con .con1 .pics{width: 100%;margin-top: 16px;}
		.bod_con .con1 .pics .pic{height: 56vw;}

		.cg_pd1 .pol_items .item{align-items: inherit;}

		.pel_con{padding: calc(22.67vw + 30px) 23px 50px 23px;}
		.pel_con .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.ser2 .top_s{display: block;margin-bottom: 23px;}
		.ser2 .top_s>div:nth-child(1){margin-right: 0;margin-bottom: 26px;}
		.pel_con .ser2 .top_s .select{width: 100%;}
		.ser2 .top_s .btns{width: 100%;}
		.ser2 .top_s .btns .btn{width: 50%;}
		.ser2 .list .li .day{font-size: 13px;line-height: 21px;}
		.ser2 .list .li .h{font-size: 13px;line-height: 21px;}

		.vl_con1 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.vl_con1 .con .tit{font-size: 17px;line-height: 21px;margin-bottom: 16px;}
		.vl_con1 .con .boxs .box{width: 100%;margin-bottom: 16px;}
		.vl_con1 .con .boxs .box .pics .pic{height: 48vw;}
		.vl_tc .con{max-width: 90%;}
		.vl_con1 .con .boxs .box .txt{line-height: 21px;height: auto;padding: 16px 8px;-webkit-line-clamp: 5;}

		.car_con{padding: 80px 0 0 0;}
		.car_con .car1{padding: 30px 23px;}
		.car_con .car1 .ny_tit{font-size: 17px;line-height: 21px;margin-bottom: 16px;}

		.car_con .car1 .con{display: block;}
		.car_con .car1 .con .left{width: 100%;}
		.car_con .car1 .con .left .p{font-size: 13px;line-height: 21px;margin-bottom: 26px;}
		.car_con .car1 .con .left .btn_box{margin-bottom: 30px;flex-wrap: wrap;}
		.car_con .car1 .con .left .btn_box .btn{width: 100%;padding: 0 8px;font-size: 13px;line-height: 38px;margin: 0;margin-bottom: 16px;}
		.car_con .car1 .con .left .btn_box .btn:first-child{margin-right: 0;}
		.car_con .car1 .con .right{width: 100%;}
		.car_con .car1 .con .right .pic{height: 52vw;}
		.car_con .car2{padding: 30px 23px;}
		.car_con .car2 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.car_con .car2 .p{font-size: 13px;line-height: 21px;margin-bottom: 30px;}
		.car_con .car2 .pic_boxs{width: 100%;overflow: auto;margin-bottom: 40px;}
		.car_con .car2 .pic_box{width: 690px;margin-bottom: 0;}
		.car_con .car2 .pic_box .pics{width:225px;margin-bottom: 5px;}
		.car_con .car2 .pic_box .pics .pic{height: 47vw;}
		.car_con .car2 .txt_box{padding: 21px 17px 26px 17px;}
		.car_con .car2 .txt_box .h1{font-size: 17px;line-height: 20px;margin-bottom: 30px;}
		.car_con .car2 .txt_box .h2{font-size: 17px;line-height: 20px;}
		.car_con .car2 .txt_box .p2{font-size: 13px;line-height: 20px;margin-bottom: 24px;}
		.car_con .car3{padding: 0 23px 30px 23px;}
		.car_con .car3 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.car_con .car3 .p{font-size: 13px;line-height: 20px;}
		.car_con .car3 .pic{margin-bottom: 20px;}
		.car_con .car3 .pic .num_box .box .num{width: 23px;height: 23px;line-height: 21px;font-size: 14px;}
		.car_con .car3 .pic .num_box .box:nth-child(5){left: 70vw;}
		.car_con .car3 .pic .num_box .box:nth-child(5) .solid{height: 4vw;}
		.car_con .car3 .pic .num_box .box:nth-child(4){left: 54.5vw;}
		.car_con .car3 .pic .num_box .box:nth-child(3){left: 36vw;}
		.car_con .car3 .pic .num_box .box:nth-child(2){left: 21vw;}
		.car_con .car3 .h1{font-size: 17px;line-height: 21px;margin-bottom: 8px;}
		.car_con .car3 .p1{font-size: 13px;line-height: 21px;}
		.car_con .car4{padding: 0 23px 30px 23px;}
		.car_con .car4 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.car_con .car4 .p{font-size: 13px;line-height: 21px;margin-bottom: 20px;}
		.car_con .car4 .boxs{display: block;}
		.car_con .car4 .boxs .box{width: 100%;margin-bottom: 5px;padding: 19px 15px 16px 15px;}
		.car_con .car4 .boxs .box .h1{font-size: 17px;line-height: 20px;margin-bottom: 17px;height: auto;}
		.car_con .car4 .boxs .box .p1{font-size: 13px;line-height: 21px;}
		.car_con .car5{padding: 0 23px 30px 23px;}
		.car_con .car5 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.car_con .car5 .boxs{display: block;}
		.car_con .car5 .boxs .box{justify-content: space-between;}
		.car_con .car5 .boxs .box:nth-child(1){width: 100%;margin-bottom: 28px;}
		.car_con .car5 .boxs .box:nth-child(1) .right{width: 47.2vw;}
		.car_con .car5 .boxs .box:nth-child(2){width: 100%;}
		.car_con .car5 .boxs .box:nth-child(2) .right{width: 47.2vw;}
		.car_con .car5 .boxs .box .left{width: 30vw;}
		.car_con .car5 .boxs .box .left img{width: 23vw;}
		.car_con .car5 .boxs .box .left .en{font-size: 15px;line-height: 21px;}
		.car_con .car5 .boxs .box .right{font-size: 13px;line-height: 21px;}
		.car_con .car6{padding: 30px 23px;display: block;overflow: hidden;}
		.car_con .car6 .left{width: 100%;}
		.car_con .car6 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.car_con .car6 .left .p{font-size: 13px;line-height: 21px;}
		.car_con .car6 .left .h{font-size: 13px;line-height: 21px;}
		.car_con .car6 .right{width: 70%;margin-top: 20px;}
		.car_con .car7{padding: 30px 23px;}
		.car_con .car7 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.car_con .car7 .cons .con{background-color: transparent;}
		.car_con .car7 .cons .con .swiper-slide{display: block;padding: 17px;background-color: #EAE3DE;}
		.car_con .car7 .cons .swiper-pagination{display: none;}
		.car_con .car7 .cons .con .swiper-slide .txt{width: 100%;font-size: 13px;line-height: 21px;margin-bottom: 16px;}
		.car_con .car7 .cons .con .swiper-slide .pics{width: 100%;}
		.car_con .car7 .cons .con .swiper-slide .pics .pic{height: 48vw;}
		.car_con .car7 .cons .next{width: 25px;height: 25px;z-index: 2;}
		.car_con .car7 .cons .prev{width: 25px;height: 25px;z-index: 2;}

		.press_con{padding-top: 87px;}
		.press{padding: 30px 23px;}
		.press .ny_crumbs{padding: 0;}
		.press>.ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.press1{padding: 0;}
		.press1 .prev{left: 14px;}
		.press1 .next{right: 14px;}
		.press1 .prev, .press1 .next{width: 25px;height: 25px;z-index: 2;}
		.press1 .con1 .swiper-slide{display: block;padding: 25px 16px 40px 16px;}
		.press1 .swiper-pagination{display: none;}
		.press1 .con1 .swiper-slide .pics{width: 100%;margin-bottom: 20px;}
		.press1 .con1 .swiper-slide .pics .pic{height: 58vw;}
		.press1 .con1 .swiper-slide .txt{width: 100%;}
		.press1 .con1 .swiper-slide .txt .day{font-size: 11px;line-height: 20px;margin-bottom: 4px;}
		.press1 .con1 .swiper-slide .txt .h{font-size: 13px;line-height: 20px;margin-bottom: 30px;}
		.press1 .con1 .swiper-slide .txt .btn_box{display: block;}
		.press1 .con1 .swiper-slide .txt .btn{width: 100%;margin: 0 auto;margin-bottom: 13px;width: 207px;line-height: 40px;}
		.press2{padding: 30px 0;}
		.press2 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.press2 .list{margin-bottom: 38px;}
		.press2 .list .item{padding: 6px 0;}
		.press2 .list .item .day{font-size: 11px;line-height: 20px;}
		.press2 .list .item .h{font-size: 13px;line-height: 20px;height: 20px;}
		.press2 .btn{margin: 0 auto;width: 207px;line-height: 40px;}
		.press3{padding: 0 0 30px 0;}
		.press3 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.press3 .boxs{display: block;padding-bottom: 12px;}
		.press3 .boxs .box{width: 100%;margin-bottom: 12px;}
		.press3 .boxs .box .pics .pic{height: 50.4vw;}
		.press3 .btn{margin: 0 auto;width: 207px;line-height: 40px;}
		.press4{padding: 0;}
		.press4 .ny_tit{margin-left: 0;font-size: 21px;line-height: 29px;padding-bottom: 23px;margin-bottom: 30px;}
		.press4 .p1{font-size: 13px;line-height: 21px;margin-bottom: 28px;}
		.press4 .con1{padding: 12px 15px 22px 15px;display: block;}
		.press4 .con1 .item:nth-child(1){padding-bottom: 18px;margin-bottom: 22px;border-bottom: 1px solid #707070;}
		.press4 .con1 .item .h1{font-size: 11px;line-height: 14px;margin-bottom: 20px;}
		.press4 .con1 .item .h2{font-size: 11px;line-height: 14px;margin-bottom: 10px;}
		.press4 .con1 .item .p{font-size: 11px;line-height: 14px;}
		.press4 .con1 .item .em{font-size: 11px;line-height: 14px;}

		.ov3 .pics_boxs .pics_box{padding: 0;}
		.gl_con .ov2 .ny_crumbs{margin-left: 0;}

		.cg_int1 .con ul li::before{top: 6px;}
		.cg_int2{padding: 0 23px 6.5vw 23px;}
		.cg_int2 .h{line-height: 32px;margin-bottom: 6vw;}

		.pel_con .ser2 .page .num{margin-left: 12px;}
		.vl_con1 .con .boxs{margin-bottom: 6vw;}
		.car_con .car7 .cons{padding: 0;padding-bottom: 36px;}
		.car_con .car7 .cons .prev{top: 32%;left: -6px;}
		.car_con .car7 .cons .next{top: 32%;right: -6px;}
		.car_con .car7 .cons .swiper-pagination{display: block;right: auto;top: auto;bottom: 0;left: 0;font-size: 15px;line-height: 18px;}
		.car_con .car7 .cons .con .swiper-slide .txt{margin-bottom: 0;margin-top: 14px;min-height: 63px;margin-bottom: 0;}

		.press1{padding-top: 32px;}
		.press1 .swiper-pagination{display: block;top: 0;transform: translateY(0); width: 62px;right: 23px;font-size: 15px;line-height: 18px;padding-left: 0; }
		.press1 .prev, .press1 .next{top: 30%;}
		.press1 .prev{transform: translate(0,-50%);left: -6px;}
		.press1 .next{transform: translate(0,-50%);right: -6px;}

		.car_con .car1 .con .right{display: none;}
		.car_con .car1 .ny_tit{margin-bottom: 25px;padding-bottom: 24px;}
		.car_con .car1 .m_pic{display:block;width: 100%;height: 218px;background: no-repeat center;background-size: cover;margin-bottom: 25px;}
		.car_con .car1 .con .left .btn_box{margin-bottom: 0;}

		.pjl_con .pjl1 .nu_crumbs{display: flex;}
		.pjd_con .pjd1 .txt{margin-bottom: 24px;font-size: 13px;line-height: 21px;}

		.pjd_con .pjd2 .pics_box .swiper-slide{padding-bottom: 75%;}

		.in_re1 .left .pics{margin-bottom: 12px;}

		.car_con .car6{position: relative;}
		.car_con .car6 .m_pic{display: block;mix-blend-mode: multiply;position: absolute;top: 70px;right: -30px;width: 322px;}
		.car_con .car6 .right{display: none;}
		.car_con .car6 .ny_tit{margin-bottom: 220px;}

		.pjd_con .pjd2 .pics_box .next{right: 9px;}
		.pjd_con .pjd2 .pics_box .prev{left: 9px;}
		.pjd_con .pjd2 .tit{margin-bottom: 19px;font-size: 17px;line-height: 30px;letter-spacing: 1px;}
		.pjd_con .pjd2 .pics_box .prev, .pjd_con .pjd2 .pics_box .next{width: 25px;height: 25px;}
		.pjd_con .pjd2 .pics_box .swiper-slide .project-info{padding: 15px;}
		.pjd_con .pjd2 .pics_box .swiper-slide .project-name{font-size: 16px;}
		.community-tags{gap: 8px;}
		.community-tags .tag-chip{padding: 6px 3ch;font-size: 12px;}

		.ny_crumbs a{font-size: 11px;}
		.in_tab .top .item .num .span3{background-size: 3.6vw auto;padding-left: 4vw;}

		.sol3 .top_s{display: block;}
		.sol3 .top_s .btns .btn{width: 50%;}

		.pjd_con .pjd1 .txt_bottom .fx{margin-left: 2.9vw;}
		.pjd_con .pjd1 .txt_bottom .fx a{margin-right: 2vw;}
		.pjd_con .pjd2 .pics_box{margin-bottom: 30px;}

		.pjl_con .ny_crumbs{margin-bottom: 3vw;}

		.sol2 .left .box:last-child .h{margin-bottom: 0;}
		.sol2 .left .box .h{font-size: 11px;}
		.sol2 .left .box ul li{font-size: 11px;}
		.sol2 .left .box .h:after{right: -23px;}
		.sol2 .left{padding-right: 13px;}

		.bus_con .bus4 .box .left .logo{height: auto;padding: 33px 0 28px 0;}
		.bus_con .bus4 .box .left .logo img{max-width: 999px;height: auto;width: 120px;}
		.sol3 .top_s .select .year{background: transparent;padding: 0;text-align: center;}

		.vl_tc .con iframe{width: 340px;height: 340px;}
		.pjd_con .pjd1 .txt_bottom .btn .code{left: 50%;transform: translateX(-50%);width: 100vw;justify-content: center;background-color: #fff;}

		#d1, #d2, #d3, #d4, #d5,#jumpMediaLiaisonPosition{top: -100px;}
		iframe{height: 213px;}
		.part1_2 .txt .boxs .box{margin-bottom: 4.354vw;}

		.in_re4 .box4 table td{line-height: 1.1;font-size: 12px;padding: 8px 0;}
		.sol3 .con{display: none;}
		.sol3 .con_m{display: block!important;}
		.sol3 .con_m .item{padding: 10px 0;border-bottom: 1px solid #707070;}
		.sol3 .con_m .item .p1{font-family: ff;color: #151E2A;line-height: 21px;font-size: 13px;}
		.sol3 .con_m .item .p2{font-family: fl;color: #151E2A;line-height: 21px;font-size: 13px;}
		.sol3 .con_m .item .p3{font-family: fl;color: #151E2A;line-height: 14px;font-size: 11px;}

		.banner_ov .swiper-slide .txt .h.f_32{line-height: 24px;font-size: 16px;}
		.fin_con>.btn{font-size: 12px;line-height: 22px;padding: 8px 15px;margin: 20px 0;}



		.f_logo{width: 60px;display: none;}
		.f_t{flex-wrap:wrap;}
		.f_bottom{width: 100%;}
		.footer .fx img{height: 20px;}
		.footer .f_top ul{flex-wrap:wrap;}
		.footer .f_top ul li{width: 100%;padding: 14px 0;margin-bottom: 0;}
		.footer .f_top ul li:nth-last-of-type(1){border-bottom:none;}
		.f_nav2{display:flex;flex-wrap: wrap;}
		.f_nav2 dd{margin-right: 20px;}
		.footer .f_bottom{flex-wrap: wrap;}
		.footer .f_bottom ul{width: 100%;justify-content: start;}
		.footer .f_bottom .p{width: 100%;line-height: 22px;padding-top: 10px;flex-wrap: wrap;margin-left: 0;}
		.footer .f_bottom ul li:nth-of-type(1){padding-left: 0;}
		.footer .f_bottom .p a:nth-of-type(2){margin-left: 0;}
		.fx{margin-top: 10px;}

}


/* 社区模式样式已移至 .pjl_con .pjl1 .white-bg-section 下，避免样式冲突 */


/* 社区详情页左右布局 */
.community-content-layout {
    display: flex;
    gap: 8.333vw;
    margin: 0 0 2.5vw 0;
}

.community-content-layout .left-content,
.community-content-layout .right-content {
    flex: 1;
}

.community-content-layout .left-content .txt {
    margin-bottom: 3vw;
}

.community-content-layout .right-content > div:first-child {
    margin-bottom: 3vw;
}

/* 社区详情页文字样式 */
.community_detail_con .pjd1 .txt {
    font-family: nr;
    font-weight: normal;
    font-size: 28px;
}

.community_detail_con .pjd1 .txt strong,
.community_detail_con .pjd1 .txt b {
    font-family: nr;
    font-weight: normal;
}

@media screen and (max-width: 1680px) {
    .community_detail_con .pjd1 .txt {
        font-size: 22px;
    }
}

@media screen and (max-width: 1560px) {
    .community_detail_con .pjd1 .txt {
        font-size: 22px;
    }
}

/* 社区标签样式 */
.community-tags {
    margin: 1.5vw 0 3.5vw 0;
}

/* 社区模式样式 */
.community-mode-row {
    margin-top: 3.7vw;
    margin-bottom: 3.7vw;
}

.community-mode-item {
    position: relative;
    width: calc(25% - 1.125vw);
    height: 20vw;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.community-mode-item .cm-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.community-mode-item .cm-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
}

.community-mode-item:hover .cm-bg {
    transform: scale(1.05);
}

.community-mode-item .cm-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    transition: all 0.3s ease;
}

.community-mode-item:hover .cm-mask {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

.community-mode-item .cm-title {
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    right: 1.5vw;
    color: #ffffff;
    font-family: nm;
    line-height: 1.4;
    z-index: 2;
}

.community-mode-item.on {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
