/*!
 * public css V1.0
 * 04.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
}

/*新增样式*/
.sc-m4 {
    padding: 0;
    line-height: 0;
    text-align: center
}

.sc-m4 img {
    width: 100%
}
.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;
}
/*新增样式*/

.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 {
    float: left;
    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: 10px 0 6px
}

.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;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.cm-picrw-list li p:hover {
    padding-top: 10px;
    height: 105px
}

.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: 50px;
    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("/template/ICIE/images/i_play.png") 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("/template/ICIE/images/mobileh5-bg.png") 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;
}

.footcopyright p {
    font-size: 14px;
    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/ICIE/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("/template/ICIE/images/dot.png") no-repeat 0 center;
    padding-left: 12px;
    background-size: 4px 4px;
    margin-left: 8px
}

.cm-ul-list li:hover {
    border-bottom: 1px solid #d6f5fd;
    background: #e5f4ff;
    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: 1080px;
    height: 96px;
    margin: 00px auto 00px;
    position: relative;
    text-align: center;
    top: 00px;
    padding-top: 20px;
}

.sc-bartitle img {
    width: 920px
}

.g-c-area {
    width: 1200px;
    position: relative
}

.g-c-area .bd {
    padding: 0 0px
}


.wbg {
    background: url("/template/ICIE/images/pagebg2.png") 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
}

.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: url("/template/ICIE/images/toppic.jpg") no-repeat center 0px;
    position: relative;
    border-bottom: 8px solid #145bb3;
}

.sctop-c {
    line-height: 0px;
    position: relative
}

.sctop-c img {
    width: 100%;
    height: 100%
}

.sctop-w {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 680px;
    margin-left: -340px;
}

@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
}

/***********/
.sc1-bg {
    background: #fff url("/template/ICIE/images/bg_s2.jpg") no-repeat center bottom;
    padding-bottom: 180px
}

/**background-size: 1400px auto;**/
.bg2 {
    background: #fff url("/template/ICIE/images/bg22.jpg") no-repeat center bottom;
    /*padding-bottom: 130px*/
}

/**background-size: 1400px auto;**/
.sc1 {
    position: relative;
    padding-top: 00px;
}


.sc1 .sc-m {
    position: relative;
    z-index: 10;
    margin: 0px auto 0;
    display: flex;
    /* flex-wrap: nowrap; */
}

.sc1 .fl-right {
    width: 500px;
    padding-top: 10px;
    margin-left: 0px;
}

.sc1 .fl-left {
    width: 704px;
    padding: 20px 0 0 00px;
    margin-right: 28px;
    margin-left: 20px
}

.sc1 .fl-leftbg {
    content: '';
    display: block;
    width: 100%;
    height: 95%;
    background: #2a58eb;
    background-size: 100%;
    border-radius: 0;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
}

.sc1bluebg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    background: #2a58eb;
    height: 360px;
    z-index: 1
}

.sc1 .cm-ul-list li {
    border: 0px;
    line-height: 36px;
    height: 36px;
    margin-top: 2px
}

.sc1 .cm-ul-list h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px
}

.sc1 .cm-ul-list li:hover {
    background: #90caf5
}

.sc1 .cm-ul-list li:hover a {
    color: #fff
}


.show2 {
    margin-top: 40px;
    position: relative;
    margin-left: 40px
}

.showlist2 .arrow-up {
    position: absolute;
    top: -30px;
    left: 46%;
    z-index: 5;
    opacity: 0.6;
    filter: alpha(opacity=0.6);
}

.showlist2 .arrow-down {
    position: absolute;
    bottom: -30px;
    left: 46%;
    z-index: 5;
    opacity: 0.6;
    filter: alpha(opacity=0.6);
    top: auto
}

.guo_13_5 {
    height: 240px;
}

.showlist2 {
    position: absolute;
    /* 	left: 600px;
    top: 30px; */
    background: #3764c0;
    padding: 30px 0px;
    width: 500px;

}

.showlist2 li {
    color: #fff;
    line-height: 46px;
    height: 46px;
    padding: 0 40px;
    border: 0px;
    background: url(/template/ICIE/images/dot.png) no-repeat 24px center;
    background-size: 4px 4px;
}

.showlist2 li p {
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** Ã¥Â¯Â¹Ã¨Â±Â¡Ã¤Â½Å“Ã¤Â¸ÂºÃ¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â­ÂÃ¦Â¨Â¡Ã¥Å¾â€¹Ã¦ËœÂ¾Ã§Â¤Âº **/
    -webkit-box-orient: vertical;
    /** Ã¨Â®Â¾Ã§Â½Â®Ã¦Ë†â€“Ã¦Â£â‚¬Ã§Â´Â¢Ã¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â¯Â¹Ã¨Â±Â¡Ã§Å¡â€žÃ¥Â­ÂÃ¥â€¦Æ’Ã§Â´Â Ã§Å¡â€žÃ¦Å½â€™Ã¥Ë†â€”Ã¦â€“Â¹Ã¥Â¼Â **/
    -webkit-line-clamp: 1;
    /** Ã¦ËœÂ¾Ã§Â¤ÂºÃ§Å¡â€žÃ¨Â¡Å’Ã¦â€¢Â° **/
    overflow: hidden;
    /** Ã©Å¡ÂÃ¨â€”ÂÃ¨Â¶â€¦Ã¥â€¡ÂºÃ§Å¡â€žÃ¥â€ â€¦Ã¥Â®Â¹ **/
    white-space: normal;
    width: 440px;
}

.showlist2 li a {
    color: #fff
}

.showlist2 li:hover {

    background: #153a85 url("/template/ICIE/images/dot3.gif") no-repeat 0 center;
    border-radius: 0;
    border: 0
}

.showlist2 li:hover a {
    background: url(" ")
}

.showlist2 li.swiper-slide-active {
    background: #184196;
}

.showlist2 li.swiper-slide-active:hover {
    background: #153a85 url("/template/ICIE/images/dot3.gif") no-repeat 0 center;
}

.showlist2 li.swiper-slide-active:hover a {
    background: url(" ")
}

/********/
.sc3 {
    margin-bottom: 0px;
}

.sc3 .cm-ul-list {
    margin-top: 30px;
}

.sc3 .cm-ul-list li:hover {
    background: #d9edfc;
    border-color: #fff
}

.cm-sc2list {
    margin-top: 0px
}

.cm-sc2list li {
    background: #edf7ff;
    border-radius: 10px;
    width: 29%;
    margin: 10px 1.5%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    position: relative;
}

.cm-sc2list li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cm-sc2list 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-sc2list li span {
    position: absolute;
    bottom: -25px;
    right: 20px;
    z-index: 20;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url("/template/ICIE/images/en-a-2.png") no-repeat center 0;
    background-size: 35px 35px;
}

.cm-sc2list li:hover {
    box-shadow: 0px 30px 30px -30px #000;
}

.cm-sc2list li:hover span {}

.sc4 .txt-c img {
    width: 100%
}

/************/
.sc5 .sc-m {
    background: url("/template/ICIE/images/sc5bg.png") no-repeat center 0;
    height: 730px;
    position: relative
}

.sc5 .arrow-left {
    left: 60px;
    bottom: auto;
    top: 50%;
    margin-top: -42px;
    height: 84px
}

.sc5 .arrow-right {
    right: 70px;
    bottom: auto;
    top: 50%;
    margin-top: -42px;
    height: 84px;
}

.sc5 .arrow-left img,
.sc5 .arrow-right img {
    width: 100%;
    height: 100%
}

.sc5pic {
    width: 920px;
    margin: 80px auto 0;
}

.sc5pic img {
    width: 100%
}

/********/
.footcopyright {
    background: #4481ce;
    padding: 30px 0;
    color: #fff
}


.closeNav {
    position: absolute;
    bottom: 3px;
    width: 30px;
    right: 15px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.closeNav img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.arrow-left, .arrow-right {
    position: absolute;
    cursor: pointer;
    top: 45%;
}
.newsBanner {
    height: 400px;
}

.newsBanner li img {
    width: 100%;
    height: 100%;
}

.bannersc10 li img,
.bannersc10 li video {
    width: 100%;
}

.bannersc10 {
    margin: 20px auto -24px;
    /* padding-bottom: 40px; */
}

.bannersc10 .swiper-pagination-bullet-active {
    background-color: #577fe5;
}

.sc14pic {
    width: 920px;
    margin: 80px auto 0;
}

.sc14pic li p {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sc14pic img {
    width: 100%;
    display: block;
}

.phoneTop {
    display: none;
}

.guo_13_2 {
    /* 	background: url(images/guo_13_1.png) no-repeat; */
    display: flex;
}

.guo_13_3 {
    padding: 22px 24px;
}

.guo_13_3 img {
    width: 640px;
    height: 360px;
    border-radius: 0px;
}

.guo_13_5 li {
    cursor: pointer;
}

.waiyanBox {
    padding-top: 50px;
    left: -55px;
    position: relative;
}

.waiyanNext,
.waiyanPrev {
    position: absolute;
    left: 50%;
    cursor: pointer;
}

.waiyanPrev {
    top: -40px;
}

.waiyanNext {
    bottom: -40px;
}

.guo_13_3 li {
    position: relative;
}

.guo_13_3 li p {
    position: absolute;
    width: 90%;
    padding: 0 5%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    bottom: 6px;
    line-height: 35px;
}

.guo_13_3 li {
    display: none;
}

.guo_13_3 li:nth-child(1) {
    display: block;
}
.picBanner  .swiper-slide-next:after,.picBanner  .swiper-slide-prev:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
}


@media screen and (max-width:760px) {
.sc5{ margin-top: 10%;
}   
.guo_13_5 {
    height: unset;
}
    .bg2{  background:unset;
    }
    .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%;
    }

    .sctop {
        line-height: unset;
        background: unset;
        position: unset;
        height: auto;
    }

    .phoneTop {
        display: inline-block;
    }

    .sc5 .sc-m {
        height: unset;
    }

    .guo_13_2,
    .guo_13_5 ul {
        flex-wrap: wrap;
    }

    .waiyanBox {
        padding: 0;
        position: unset;
    }

    .showlist2 {
        position: relative;
        background: #3764c0;
        padding: 30px 0px;
        width: 100%;
    }

    .guo_13_5 ul li {
        width: 90%;
        margin: 0 auto;
    }

    .guo_13_2 {
        background: unset;
    }

    .guo_13_3 img {
        border-radius: 0;
        width: 100%;
        height: 100%;
    }

    .guo_13_5 ul li img {
        width: 7rem;
        height: auto;
        border-radius: 0;
    }

    .guo_13_5 ul li p {
        font-size: 0.75rem;
        -webkit-line-clamp: 1;
        color: #FFFFFF;
    }

    .guo_13_3 li p {
        line-height: 1.5rem;
    }

    .guo_13 ul.ul1 li p {
        font-size: 0.8rem;
    }

    .showlist2 li p {
        width: 100%;
        font-size: 0.7rem !important;
    }

    .showlist2 li {
        padding: 0 8%;
    }

    .waiyanPrev {
        top: -8%;
    }

    .waiyanNext {
        bottom: -8%;
    }

    .bannersc10 li img,
    .bannersc10 li video {
        display: block;
    }

    .sc12 .sc-bartitle,
    .sctop-c {
        display: none;
    }

    .sc14pic,
    .cm-pic-list img,
    .bannersc3,
    .sc1 .sc-m,
    .sc1 .fl-right,
    .sc2 .fl-right,
    .g-c-area,
    .sc2 .fl-left,
    .phoneTop img {
        width: 100% !important;
    }

    .sc-bartitle {
        width: unset;
    }

    .sc-bartitle img {
        width: 140%;
        margin-left: -19%;
    }

    .sc2,
    .sc14 .sc-m,
    .bannersc13 li img,


    .cm-pic-list img,

    .sc4list li.sc4-col,
    .sc1-bg,
    .cm-ul-list li,
    .sc-bartitle,
    .sc4list li img {
        height: auto !important;
    }

    .sc1,
    .sc1-bg,
    .sc2,
    .cm4list {
        /* background: none; */
    }

    .fl-left,
    .fl-right,
    .cm-pic-list ul>li {
        float: initial !important;
    }

    .sc2list {
        position: initial;
    }

    .sc4list li.sc4-col .cm4list a,
    .img-overw p,
    .newsBanner li p {
        font-size: 0.75rem;
    }


    .sc1 .fl-left {
        width: 95%;
        margin: 0.5rem auto;
    }

    .sc1-bg,
    .sc1 .fl-left,
    .sc-m {
        padding: 0;
    }

    .sc1 {
        padding-top: 0.5rem;
    }

    .sc1 .cm-ul-list h3 {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .cm-ul-list li {
        border-bottom: 0.05rem solid #eee !important;
    }

    .sc1 .fl-right {
        margin-right: 0;
    }

    .sc2 .fl-right {
        padding-top: 0;
    }

    .sc2list {
        width: 95%;
        padding: 0 2.5%;
    }

    .sc2list li p {
        color: #333;
    }

    .hoverTop p {
        color: #fff !important;
    }

    .sc2list li {
        padding: 0.3rem 0.5rem;
    }

    .sc2list li p {
        max-height: 3rem;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    .sc4list li.sc4-col {
        margin-right: 0;
        padding-bottom: 0;
    }

    .sc4list ul>li {
        width: 47%;
    }

    .sc4list>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .sc2 .sc-bartitle {
        /* width: 80% !important; */
    }

    .cm-ul-list li {
        width: 95%;
        margin: 1% auto;
    }

    .cm-sc2list li {
        background-color: #f5f3f3;
    }

    .sc14pic {
        margin: 0.5rem auto;
    }

    .sc14 .arrow-left {
        left: 0;
        height: 3rem;
    }

    .sc14 .arrow-right {
        right: 0;
        height: 3rem;
    }

    .sc14pic li p {
        line-height: 2rem;
        color: #fff;
    }

    .sc14pic li {
        background-color: #577fe5;
    }

    .sc-bartitle {
        margin: 0;
    }

    .sc2list {
        overflow-x: hidden;
    }

    .sc1 .sc-m {
        flex-wrap: wrap;
    }

    .sc1 .fl-left {
        padding: 3% 0 0;
    }

    .g-c-area {
        display: flex;
        flex-wrap: wrap;
    }

    .guo_13_3 {
        width: 100%;
        padding: 0;
        margin: 4% auto;
    }

    .newsBanner {
        height: unset;
    }

    body {
        overflow-x: hidden;
    }

    .sc5 .arrow-left {
        left: 0;
        top: 50%;
        margin-top: -2%;
        height: 40px;
    }

    .sc5 .arrow-right {
        right: 0;
        top: 50%;
        margin-top: -2%;
        height: 40px;
    }

    .sc5 .sc-m {
        width: 90%;
        margin: 0.5rem auto;
        background: unset;
    }

    .sc4 .sc-m {
        width: 90%;
        margin: 0 auto;
    }
    /* .cm-sc2list ul li:nth-child(1),
        .cm-sc2list ul li:nth-child(2) {
            width: 48%;
            margin: 2% 0 !important;
        }
    
        .cm-sc2list ul li:nth-child(3){
            width: 100%;
            margin: 5% auto;
        }
     */
    .cm-sc2list ul li{
        width: 300px;
        margin: 5% auto;
    }

    .cm-sc2list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .cm-sc2list li p {
        padding: 0% 4% 0%;
        height: unset;
        line-height: 24px;
        margin-bottom: 10%;
        font-size: .7rem;
    }

    .sc3 {
        margin-bottom: 0px;
        padding: unset;
        width: 390px;
        margin: 7% auto;
    }

    .sc3 .cm-pic-list {
        width: 90%;
margin-left: 2.5%;
    }

    .sc3 .cm-ul-list {
        margin: 0 9px;
        width: 390px;
        box-sizing: border-box;
    }

    .phoneTop img {
        border-bottom: 8px solid #145bb3;
    }

    .sctop {
        border-bottom: unset;
    }


}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-04-18 10:04:50" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->