/*!
 * public css V1.0
 * 02.2025
 *
 */

/*** CSS Ã©â‚¬Å¡Ã§â€Â¨Ã¥â€ â€¦Ã¥Â®Â¹ ***/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
ol {
    list-style-type: none;
}

em {
    font-style: normal
}

body {
    color: #444;
}

input,
textarea {
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 30px;
    border: none;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #333;
}

body,
div {
    line-height: 26px;
    font-size: 16px
}

/*********common area*************/
.g-c-area {
    margin: 0px auto;
    position: relative
}

.fl-left {
    float: left
}

.fl-right {
    /* float: right; */
}

.txt-c {
    text-align: center
}

/**clear**/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

/*
*,
*:before,
*:after {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;      box-sizing: border-box;}

/*******************/
.w1400 {
    width: 1200px;
    margin: 0 auto;
    border: 0px solid #ccc
}

.w1100 {
    background: #fff;
    width: 1100px;
    overflow: hidden;
    margin: 10px auto;
}

.mb30 {
    margin-bottom: 30px
}

.sp10 {
    font-size: 1px;
    display: block;
    clear: both;
    overflow: hidden;
    height: 10px;
}

.gray {
    color: #aaaaaa
}

/*******list*******/
.cm-ul-list {}

.cm-ul-list li {
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-bottom: 0px solid #ddd;
}

.cm-ul-list li a {}

.cm-pic-list {}

.cm-pic-list li {

    /* margin-left: 1.5%; */
    /* margin-right: 1.5%; */
    width: 30%;
    /* margin-bottom: 20px; */
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.cm-pic-list img {
    width: 100%;
    height: 100%
}

.cm-pic-list p {
    overflow: hidden;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cm-pic-list li a {
    margin: 0;
}

.cm-picrw-list {}

.cm-picrw-list li {
    margin-bottom: 20px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.cm-picrw-list li>a {
    display: block;
    position: relative;
    margin-right: 20px
}

.cm-picrw-list li>a img {
    width: 175px;
    height: 115px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20
}

.cm-picrw-list li p {
    margin-left: 190px
}

.cm-picrw-list li a p,
.cm-picrw-list li p {
    height: 115px;
    line-height: 29px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.img-overw {
    position: relative;
    line-height: 0px;
    display: inline-block
}

.img-overw img {
    width: 100%;
    height: 100%;
}

.img-overw p {
    position: absolute;
    width: 100%;
    height: 58px;
    line-height: 58px;
    bottom: 0px;
    color: #fff;
    padding: 0 8px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.pagenumb {
    padding: 10px 0;
    text-align: center
}

.pagenumb a {
    margin: 0 10px;
    display: inline-block;
    width: 12px;
    height: 18px
}

.pagenumb a img {
    width: 100%;
    height: 100%
}

.pagenumb em {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    margin: 5px 6px
}

.pagenumb em.on {
    background: #fde47b
}

.videobox {}

.videobox li {
    position: relative
}

.videobox li a img {
    width: 100%;
    height: 100%;
}

.videobox li>a:before,
.videobox a:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("../i_play-2.html") no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -30px;
    margin-top: -30px;
}

.list-2col li {
    float: left;
    width: 47%;
    margin-right: 3%;
}

.list-3col li {
    float: left;
    width: 32%;
    margin-right: 1.3%;
}

.list-4col li {
    float: left;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.list-5col li {
    float: left;
    width: 18%;
    margin-right: 2%
}

/*******/
.rollmumb {
    padding: 10px 0;
    text-align: center;
}

.rollmumb a {
    margin: 0 10px;
    display: inline-block;
    width: 12px;
    height: 18px;
}

.rollmumb a img {
    width: 100%;
    height: 100%
}

.rollmumb em {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #ddd;
    display: inline-block;
    margin: 5px 6px
}

.rollmumb em.on {
    background: #b80c0c
}

.rollmumb em.on2 {
    background: #ffec1c
}

.pagemumb {
    padding: 10px 0;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.pagemumb a {
    margin: 0 10px;
    display: inline-block;
    width: 16px;
    background: #eee;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 28px
}

.pagemumb a:hover {
    background: #aeaeae
}

.pagemumb em {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 5px 8px;
    font-size: 16px;
    font-weight: bold
}

/*****/
.mobileh5-box {
    position: relative;
    margin: 0 auto
}

.mobileh5-box ul {
    width: 90%;
    margin: 0 auto
}

.mobileh5-box li {
    width: 33%;
    position: relative;
    padding: 0px;
    line-height: 0;
    float: left;
}

.mobileh5-box li a {
    width: 286px;
    height: 510px;
    display: block;
    margin: 00px auto;
    padding-top: 40px;
    text-align: center;
    background: url("../mobileh5-bg-2.html") no-repeat 0 0;
}

.mobileh5-box li img {
    width: 250px;
    border-radius: 0px;
    border: 0px solid #fff;
}

.mobileh5-box li .mobileh5-box-bg {
    position: absolute;
    width: 260px;
    background: #153a85;
    height: 480px;
    top: 7px;
    z-index: 20;
    border-radius: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border: 6px solid #153a85;
    left: 50%;
    margin-left: -135px
}

.mobileh5-box li .info h3 {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 30;
    top: 400px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 220px;
    left: 50%;
    margin-left: -110px;
    line-height: 34px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.mobileh5-box li .info {
    display: nodne;
    width: 260px;
    margin: 0 auto;
    overflow: hidden
}

.mobileh5-box li:hover .mobileh5-box-bg {
    opacity: 0.95;
    filter: alpha(opacity=0.95);
}

.mobileh5-box li:hover .info h3 {
    top: 200px;
    opacity: 1;
    filter: alpha(opacity=1);
}

.mobileh5-box .arrow-left {
    position: absolute;
    top: 320px;
    left: 10px;
    z-index: 5
}

.mobileh5-box .arrow-right {
    position: absolute;
    top: 320px;
    right: 50px;
    z-index: 5
}

/****form****/
.formbox {}

.form-inp {
    background-color: #efefef;
    border: 0px;
    outline: none;
    padding: 5px 10px
}

.formbox input.inpcheck {
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block
}

/******* copyright  *****/
.footcopyright {
    padding: 20px 0 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.footcopyright p {
    line-height: 26px
}

/*********common end***********/

/* Ã¥Ë†â€ Ã¤ÂºÂ« */
.fx_new {
    float: left;
    text-align: left;
}

.bshare-custom a:link {
    color: #fff;
}

.bshare-custom a:visited {
    color: #fff;
}

.bshare-custom a:hover {
    color: #fff;
}

.bais {
    color: #fff;
}

.bshare-custom #bshare-shareto {
    color: #fff !important;
}

.fx_bot {
    bottom: 0;
}

/*Ã¥Â¯Â¼Ã¨Ë†Âª*/


/*Ã¨Æ’Å’Ã¦â„¢Â¯*/
/*.sc_top{ background: url("/template/2025EXPO/images/top.jpg") no-repeat top;height:720px; background-size: cover}
@media screen and (max-width:1920px) {
}*/

body {
    background: #fff
}

.fl_left {
    float: left
}

.fl_right {
    float: right
}

.rollleft,
.rollright {
    margin: 0 5px
}

.cm-pic-list {
    width: 98%;
    margin: auto
}

.cm-ul-list li {
    border-bottom: 1px dashed #dddddd;
    margin-top: 6px;
    border-radius: 2px;
}

.cm-ul-list li a {
    background: url("../png/dot-2.png") no-repeat 0 center;
    padding-left: 12px;
    background-size: 6px 6px;
    margin-left: 8px
}

.cm-ul-list li:hover {
    border-bottom: 1px solid #d6f5fd;
    background: #d6f5fd;
    border-radius: 20px;
}

@media screen and (max-width:1920px) {}


/*Ã¦Â ÂÃ§â€ºÂ®*/
.sc-title {
    height: 115px;
    text-align: center;
}

.sc-title h2 {
    font-size: 28px;
}

/******* Ã¥Âºâ€¢Ã©Æ’Â¨ *****/

.footcopyright {
    /* width:100%; */
}

.copyright {
    width: 100%;
    padding: 20px 0 30px 0;
}

.copyright p {
    font-size: 12px;
    color: #a4bcf3;
    text-align: center;
}


.sc-col {
    padding: 10px;
}

.more {
    text-align: center;
}

.more a {
    margin: 0 20px;
}

/***/

/***** Ã©â‚¬Å¡Ã§â€Â¨Ã¥â€ â€¦Ã¥Â®Â¹ Ã§Â»â€œÃ¦ÂÅ¸***/

/***** Ã©Â¡ÂµÃ©ÂÂ¢Ã¥Â®Â½Ã¥ÂºÂ¦ *****/
/********/
.cm-area {
    width: 102%
}

.cm-col {
    background: #f8f3e7;
    float: left;
    margin-right: 2%
}

.cm-2col .cm-col {
    width: 48%;
}

.cm-3col .cm-col {
    width: 31.33%;
}

.cm-4col .cm-col {
    width: 23%;
}

/*******/

/******/
/********************************/

.sc-bartitle {
    width: 1000px;
    height: auto;
    margin: 00px auto 00px;
    position: relative;
    text-align: center;
    top: 00px;
    padding-top: 20px;
}

.sc-bartitle img {
    width: 85%
}

.g-c-area {
    width: 1160px;
    position: relative
}

.g-c-area .bd {
    padding: 0 0px
}


.wbg {
    background: url("../pagebg2-3.html") repeat center 0;
}

/** nav***/
.g-c-100 {
    width: 100%;
    position: relative;
    height: calc(100vh)
}

.g-c-main {
    width: 72%;
    margin: 00px auto 0;
    padding-top: 250px;
}

.g-c-main2 {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 660px;
    margin-top: -330px;
    margin-left: -700px
}

.sc-m {
    /* padding: 20px 30px; */
}

.arrow-left {
    position: absolute;
    bottom: -15px;
    left: 190px;
    z-index: 35
}

.arrow-right {
    position: absolute;
    bottom: -15px;
    right: 120px;
    z-index: 35
}

.arrow-up {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5
}

.arrow-down {
    position: absolute;
    top: 140px;
    left: 10px;
    z-index: 5
}

.sctop {
    line-height: 0px;
    background: #fff url("../jpg/toppic-3.jpg") no-repeat center 0px;
    position: relative;
}

.sctop-c {
    line-height: 0px
}

.sctop-c img {
    width: 100%;
    height: 100%
}

@media screen and (max-width:1920px) {}

a.more {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: 700px;
    border-radius: 10px;
    color: #999;
}

a.more:hover {
    background: #fff;
    color: #777;
    font-weight: bold
}

/********/
.topnews h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    line-height: 100px
}

.topnews h2 a {
    color: #8f1023;
}

.topnewsc {
    background: #f7d2b0;
    border-bottom: 25px solid #cda076;
    width: 1920px;
    margin: 0 auto
}

@media screen and (max-width:1920px) {
    .topnewsc {
        width: 100%;
    }
}

/**********/

.rooldot {
    text-align: center;
    line-height: 30px
}

.rooldot em {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eb2d1c;
    margin: 20px 8px;
}

.rooldot em.on {
    background: url("../dotd.html") no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 10px;
}

.sc-m1 {
    height: 400px;
    padding: 0 50px;
    margin-top: 20px;
}

.sc1 .fl-left {
    width: 700px;
}

.sc1 .fl-left img {
    width: 100%;
}

.sc1 .fl-right {
    width: 500px;
}

.sc1-rigbg {
    position: absolute;
    background: #f8f2ee;
    right: 50px;
    top: 210px;
    width: 500px;
    height: 300px;
    z-index: 5
}

.sc1list {
    /* position: absolute; */
    right: 80px;
    /* top: 200px; */
    /* padding: 30px 00px; */
    width: 360px;
}


.sc1list li {
    height: 58px;
    /* padding: 4px 10px; */
    border: 0px;
    border-bottom: 1px dashed #c294a6;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    position: relative;
}

.sc1list li a {}

.sc1list li:hover {
    background: #e9b5c9;
    background: #e9b5c9 url("../dot3.html") no-repeat 0 center;
    border-radius: 0;
    border: 0
}

.sc1list li:hover a {}

.sc1list li.on {
    background: #fff;
}

.sc1list li.on:hover {
    background: #fff url("../dot3.html") no-repeat 0 center;
}

.sc1list li.on:hover a {
    background: url(" "#)
}

.sc1 .arrow-left {
    left: 0px;
    bottom: auto;
    top: 50%;
    margin-top: 36px;
    height: 72px
}

.sc1 .arrow-right {
    right: 0px;
    bottom: auto;
    top: 50%;
    margin-top: 36px;
    height: 72px;
}

/********/
.sc2 .cm-pic-list {
    padding-bottom: 0px
}

.sc2 .cm-pic-list li img {
    /* height: 190px; */
}

.sc2 .cm-pic-list li p {
    /* height: 60px; */
    padding: 0 10px 3px;
    line-height: 30px;
}

.sc2 .txt-c {
    margin-bottom: 20px
}

.sc2 .cm-pic-list li:hover {
    background: #efe8f6
}

.sc3 {
    background: #fff url("../jpg/bg2.jpg") no-repeat 0 center;
}

/********/
.cm-sc3list {
    margin-top: 0px
}

.cm-sc3list li {
    background: #efe8f6;
    float: left;
    border-radius: 10px;
    width: 29%;
    /* margin: 10px 1.5%; */
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    position: relative;
}

.cm-sc3list li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cm-sc3list li p {
    padding: 5px 15px 5px;
    text-align: left;
    word-break: break-all;
    height: 75px;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** Ã¥Â¯Â¹Ã¨Â±Â¡Ã¤Â½Å“Ã¤Â¸ÂºÃ¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â­ÂÃ¦Â¨Â¡Ã¥Å¾â€¹Ã¦ËœÂ¾Ã§Â¤Âº **/
    -webkit-box-orient: vertical;
    /** Ã¨Â®Â¾Ã§Â½Â®Ã¦Ë†â€“Ã¦Â£â‚¬Ã§Â´Â¢Ã¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â¯Â¹Ã¨Â±Â¡Ã§Å¡â€žÃ¥Â­ÂÃ¥â€¦Æ’Ã§Â´Â Ã§Å¡â€žÃ¦Å½â€™Ã¥Ë†â€”Ã¦â€“Â¹Ã¥Â¼Â **/
    -webkit-line-clamp: 2;
    /** Ã¦ËœÂ¾Ã§Â¤ÂºÃ§Å¡â€žÃ¨Â¡Å’Ã¦â€¢Â° **/
    overflow: hidden;
    /** Ã©Å¡ÂÃ¨â€”ÂÃ¨Â¶â€¦Ã¥â€¡ÂºÃ§Å¡â€žÃ¥â€ â€¦Ã¥Â®Â¹ **/
    white-space: normal;
    line-height: 24px
}

.cm-sc3list li span {
    background: url("../png/en-a-3.png") no-repeat center 0;
    background-size: 40px 40px;
    position: absolute;
    bottom: -25px;
    left: 20px;
    z-index: 20;
    display: inline-block;
    width: 44px;
    height: 44px;
}

.cm-sc3list li:hover {
    box-shadow: 0px 30px 30px -30px #000;
}

.cm-sc3list li:hover span {
    background: url("../png/en-a-3.png") no-repeat center 0;
    background-size: 40px 40px;
}


.sc-m4 {
    padding: 0;
    line-height: 0;
    text-align: center
}

.sc-m4 img {
    width: 100%
}

.footcopyright {
    background: #2141e2 url("../png/footbg.png") repeat-y center center;
    padding: 40px;
    color: #fff;
    background-sizeï¼š100%: 1;
}




/* new css-deng */

.en_toppic_m {
    display: none;
}

.mob {
    display: block;
}

.en_toppic img {
    width: 100%
}


.swiper-pagination span,
.gchaBanner1 .swiper-pagination span {
    border-radius: 3px;
    opacity: 1;
    background-color: #E6d4f7;
}

.swiper-pagination-bullet-active {
    background-color: #9a54dd !important;
    width: 30px;
    height: 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.gchaBanner1 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -7px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.gchaBanner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.gcNext,
.gcPrev,
.gcNext1,
.gcPrev1 {
    display: none;
}

.gchaBanner,
.gchaBanner1 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.gchaBanner ul {
    padding-bottom: 20px;
}

.gchaBanner1 ul {
    padding-bottom: 50px;
}

.sc4list {
    width: 1160px;
    margin: auto;
    position: relative;
}

.ell {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical
}

.ell_clamp3 {
    -webkit-line-clamp: 3;
}

.ell_clamp2 {
    -webkit-line-clamp: 2;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.sc4list li a {
    /*! width:88%; */
    display: inline-block;
    padding: 0px;
    /*! height:270px; */
}

.sc4list li a img {
    width: 100%;
    height: auto
}

.sc4list li {
    margin-top: 0px !important;
}


.sc4list .cm-pic-list p {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
}

.sc4list li a p {
    padding: 0px 10px 7px;
    height: 46px;
    margin: 5px 10px 10px;
}

.sc4list li:hover {
    background: #efe8f6
}

.picBanner {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.picBanner .swiper-slide {
    width: 704px;
    transition-timing-function: linear;
    position: relative;
    height: 396px;
}

.picBanner li img {
    width: 100%;
    height: 396px;
}

.picBanner .swiper-slide p {
    line-height: 35px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 96%;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    text-align: center;
    padding: 2%;
    font-size: 17px;
}

.picBanner .swiper-slide a:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
}

.prevLeft,
.nextRight {
    position: absolute;
    top: 40%;
    z-index: 99;
}

.prevLeft {
    left: 10%;
}

.nextRight {
    right: 10%;
}

.picBanner .swiper-slide-active a:after {
    display: none !important;
}

#swiperPerv,
#swiperNext {
    text-align: center;
}

.guo_agck {
    margin: 0 auto;
}

.shuangyuSlide {
    height: 284px;
    overflow: hidden;
}

.shuangyuSlide .swiper-slide {
    cursor: pointer;
    align-items: center;
    display: flex;
}

.shuangyuSlide .swiper-slide a {
    overflow-y: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 2%;
}

.banneron {
    background-color: #E5b4c9;
}

#swiperPerv img,
#swiperNext img {
    cursor: pointer;
}

#swiperNext {
    margin-top: 10px;
}

.sc-mnew {
    display: flex;
}

.sc1list {
    background-color: #f8f2ee;
    padding-top: 10px;
    margin: 10px 0 26px 0;
}

@media screen and (max-width:760px) {
    body {
        overflow-x: hidden;
    }

    .sctop-c {
        display: none;
    }

    .en_toppic_m {
        display: block;
    }

    .en_toppic_m img,
    .sc-bartitle,
    .sc1 .fl-left,
    .sc1 .fl-right,
    .cm-pic-list{
        width: 100%;
    }

    .sc-bartitle img {
        width: 152%;
        margin-left: -22%;
    }

    .sc1list {
        padding-top: 10px;
        margin: 10px 0 26px 0;
    }

    .sc4list,
    .g-c-area {
        width: 92%;
        margin: 0 auto;
    }

    .sc-mnew {
        flex-wrap: wrap;
    }

    .list-2col li {
        float: unset;
        width: 100%;
        margin-right: 0;
    }

    .sc4list li a p {
        padding: unset;
        height: 46px;
        margin: 5px 10px 10px;
    }

    .gcNext,
    .gcPrev,
    .gcNext1,
    .gcPrev1 {
        display: block;
        position: absolute;
    }

    .gchaBanner,
    .sc4list li,
    .gchaBanner1 {
        margin-bottom: unset;
    }

    .gchaBanner,
    .gchaBanner1 {
        margin-top: 5%;
    }

    .picBanner .swiper-slide {
        width: 100%;
        transition-timing-function: linear;
        position: relative;
        height: auto;
    }


    .prevLeft {
        left: 0;
    }

    .nextRight {
        right: 0;
    }

    .prevLeft img,
    .nextRight img {
        width: 70%;
    }

    .picBanner .swiper-slide p {
        padding: 0 2%;
        font-size: .75rem;
    }

    .picBanner li img {
        width: 100%;
        height: 100%;
    }
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-04-14 10:04:00" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->