@charset "utf-8";

/* CSS Document */


/*banner*/

#swiperRoot {
    position: relative;
    z-index: 0;
    height: 800px;
}

#swiperRoot .swiper-container {
    height: 800px;
}

#swiperRoot .swiper-slide {
    position: relative;
    z-index: 0;
}

#swiperRoot .pic {
    position: relative;
    z-index: 0;
}

#swiperRoot .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

#swiperRoot .txtb {
    position: absolute;
    left: 0;
    top: 3.7vw;
    bottom: 6.7vw;
    right: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#swiperRoot .txtb .txt {
    width: 50%;
    margin: 0 auto 0 0;
    text-align: left;
    color: #2c2c2c;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    -webkit-transform: translate(0, 90px);
}

#swiperRoot .txtb .txt .name {
    font-weight: 400;
    line-height: 2.2;
}

#swiperRoot .txtb .txt .intro {
    margin-top: 0.4em;
    line-height: 1.6;
    overflow: hidden;
    height: 5.2em;
}

#swiperRoot .txtb .txt .btn {
    margin-top: 17%;
}

#swiperRoot .txtb .txt .btn::after {
    content: "";
    display: inline-block;
    position: relative;
    z-index: 0;
    top: 0.15em;
    width: 1em;
    height: 1em;
    margin-left: 0.6em;
    background: url(../images/arrow_2.png) center center no-repeat;
    background-size: contain;
}

#swiperRoot .txtb .txt .btn:hover::after {
    background-image: url(../images/arrow_3.png);
}

#swiperRoot .txtb .txt_2 {
    margin: 0 0 0 auto;
    width: 50%;
    text-align: left;
}

#swiperRoot .txtb .txt_2 .name {
    color: #222
}

#swiperRoot .txtb .txt_2 .intro {
    color: #666;
    margin-top: 0.7em;
    line-height: 1.5;
    height: 3em;
}

#swiperRoot .txtb .txt_3 {
    margin: 0 0 0 auto;
    width: 55%;
}

#swiperRoot .txtb .txt_3 .name {
    color: #222
}

#swiperRoot .txtb .txt_3 .intro {
    color: #666;
    margin-top: 0.3em;
    line-height: 1.1;
    height: 2.2em;
}

#swiperRoot .txtb .txt_3 .btn {
    margin-top: 2.9em;
}

#swiperRoot .swiper-slide-active .txtb .txt {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

#swiperRoot .swiper-pagination {
    bottom: 1.5em;
}

#swiperRoot .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: transparent;
    box-sizing: border-box;
    border: 3px solid #fff;
    margin: 0 10px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#swiperRoot .swiper-pagination-bullet-active {
    position: relative;
    z-index: 0;
    border: 0;
    background-color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* #swiperRoot .swiper-pagination-bullet-active::after {
	margin-left: -1px;
	margin-top: -1px;
	position: absolute;
	left: -40%;
	top: -40%;
	width: 180%;
	height: 180%;
	border: 1px solid #004ea2;
	content: "";
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
} */

#swiperRoot .btnNPW {
    position: absolute;
    right: 7.8%;
    bottom: 1.9em;
    z-index: 1000;
    height: 2.8em;
    width: 7.9em;
    text-align: center;
}

#swiperRoot .btnNext,
#swiperRoot .btnPrev {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 3.1em;
    height: 3.1em;
    margin: 0 0.3em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48) url(../images/arrow_2.png) center center no-repeat;
    background-size: 36% auto;
}

#swiperRoot .btnPrev {
    left: 5.2%;
    right: auto;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#swiperRoot .btnNext:hover,
#swiperRoot .btnPrev:hover {
    background-color: #efa812;
}

#swiperRoot .swiper-button-disabled,
#swiperRoot .swiper-button-disabled:hover {
    background: transparent;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#swiperRoot .num {
    position: absolute;
    z-index: 1000;
    left: 9.3%;
    color: #fff;
    bottom: 2.6em;
}

#swiperRoot .num span.cur {
    font-size: 1.5em;
}

@media only screen and (max-width:828px) {
    #swiperRoot .txtb {
        width: 100vw;
    }
    #swiperRoot .txtb .txt {
        width: 60%;
        right: auto;
        left: 0;
    }
    #swiperRoot .txtb .txt_2 {
        width: 80%;
    }
    #swiperRoot .txtb .txt_3 {
        width: 45%;
        right: 0;
        left: auto;
    }
    #swiperRoot .txtb .txt .name {
        font-size: 5.8vw;
    }
    #swiperRoot .txtb .txt .intro {
        font-size: 3.4vw;
    }
    #swiperRoot .txtb .txt .btn {
        font-size: 2vw;
        margin-top: 1.8em;
    }
    #swiperRoot .num {
        font-size: 2vw;
    }
    #swiperRoot .btnNPW {
        font-size: 2vw;
    }
    #swiperRoot .swiper-pagination {
        font-size: 2vw;
    }
    #swiperRoot .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-width: 1px;
    }
}


/*关于 banner*/

#swiperRoot .pic02 {
    position: relative;
    z-index: 0;
    padding-top: 26%;
}

#swiperRoot .pic02 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#swiperRoot .txt02 .name02 {
    text-align: left;
    color: #FFF;
    font-weight: bold;
    line-height: 2.2;
    -moz-text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, .4);
    -webkit-text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, .4);
    text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, .4);
}

#swiperRoot .txt02 .name03 {
    text-align: left;
    color: #FFF;
    line-height: 1.6;
    -moz-text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, .4);
    -webkit-text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, .4);
    text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, .4);
}

#swiperRoot .txtc {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#swiperRoot .txtc .txt02 {
    width: 50%;
    margin: 0 auto 0 0;
    text-align: left;
}

@media only screen and (max-width:828px) {
    #swiperRoot .pic02 {
        position: relative;
        z-index: 0;
        padding-top: 80%;
    }
    #swiperRoot .txt02 .name02 {
        line-height: 1.8;
    }
    #swiperRoot .txt02 .name03 {
        line-height: 1.2;
    }
    #swiperRoot .txtc .txt02 {
        width: 60%;
    }
    #swiperRoot .txtc {
        top: 30%;
    }
    #swiperRoot .txtc .txt02 .font36 {
        font-size: 22px;
    }
    #swiperRoot .txtc .txt02 .font24 {
        font-size: 16px;
    }
}


/* 首页 */

.cplbbox {
    padding-top: 50px;
}

.cplbbox .content {
    position: relative;
}

.cplbcontent {
    max-width: 1616px;
    margin: 0 auto;
    position: relative;
}

.cplbbox .tit1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 6px;
    position: relative;
    line-height: 1.8;
    text-align: center;
}

.cplbbox .tit1:after {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xianbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6px;
}

.xian {
    width: 35px;
    height: 1px;
    background-color: #000;
}

.tit2box {
    width: 560px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666;
    line-height: 1.2;
}

.cplbbox .tit2 {
    font-size: 16px;
}

.cplbbox .tit3 {
    margin-bottom: 40px;
}

.cplbswiper {
    height: 680px;
    position: relative;
    margin: 0 -12px;
}

.cplbswiper-container {
    height: 100%;
}

.cplbswiper-container .swiper-wrapper>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
}

.cplbswiper-container .swiper-wrapper>.swiper-slide img {
    width: 70%;
}


/* .cplbswiper-container .swiper-wrapper .swiper-slide-active,
.cplbswiper-container .swiper-wrapper.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
} */

.cplbswiper-button-next .icon-zhixiangzuo,
.cplbswiper-button-prev .icon-zhixiangyou,
.spcplbswiper-button-prev .icon-zhixiangyou,
.spcplbswiper-button-next .icon-zhixiangzuo {
    font-size: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.spcplbswiper-button-next:hover,
.spcplbswiper-button-prev:hover,
.cplbswiper-button-prev:hover,
.cplbswiper-button-next:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.cplbswiper-mobile-next,
.cplbswiper-mobile-prev {
    display: none;
}

.cpbox {
    box-sizing: border-box;
    width: 100%;
    height: 98%;
    border-radius: 4px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cpbox2 .cplbimg {
    margin-bottom: 70px;
}

.cptit {
    padding: 10px 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cptit .cptit1 {
    font-size: 24px;
}

.cptit .tubiao .icon-zhixiangyou {
    font-size: 26px;
}


/* .cptit:hover {
    font-weight: 600;
} */


/* 产品视频播放 */

.cpspbox {
    margin-top: 65px;
    margin-bottom: 30px;
}

.cpspbox .content {
    height: 640px;
}

.cpspbox .videobox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.vd1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    display: none;
}

.vd1.on {
    display: block;
    z-index: 3;
}

.cpsptit {
    font-size: 24px;
    font-weight: 400;
    color: #f0eff0;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cpspbox .videobox>img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.bfan {
    width: 120px;
    height: 120px;
    border: solid 1px #d4d4d4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 2;
}

.bfan1 {
    z-index: 2;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: solid 1px #d4d4d4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .6);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.bfan1 .icon-bofang {
    color: #fff;
    font-size: 28px;
}

.bfan>img {
    width: 100%;
    height: 100%;
}

.bfan:hover {
    width: 135px;
    height: 135px;
}

.bfan:hover .bfan1 {
    width: 115px;
    height: 115px;
}

.bfan:hover .bfan1 .icon-bofang {
    font-size: 34px;
}


/* 产品列表 */

.cplist {
    margin-bottom: 60px;
}

.cplist .content .tit1 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.listbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cplibox {
    width: calc((100% - 30px) / 2);
    /* height: 865px; */
}

.cplibox .imgbox {
    width: 100%;
    /* height: 705px; */
    overflow: hidden;
    font-size: 0;
}

.cplibox .imgbox>img {
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: block;
    object-fit: cover;
}

.cplibox .imgbox:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cplibox .titbox {
    height: 160px;
    background-color: #f3f2f2;
    padding-left: 65px;
    padding-right: 50px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cplibox .titbox .tit1 {
    font-size: 26px;
}

.cplibox .titbox .tit2 {
    font-size: 18px;
    color: #666;
    line-height: 1.1;
    font-weight: lighter;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpbanner {
    margin-bottom: 30px;
}

.cpbanner>img {
    width: 100%;
    height: auto;
    display: block;
}

.gdbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gdbox1 {
    width: 60px;
    height: 60px;
}

.gdbox1>img {
    width: 100%;
    height: 100%;
}

.gdbox2 {
    margin-right: 20px;
}


/* 最下面的轮播图 */

.spcplb {
    width: 100%;
    height: 400px;
    margin-bottom: 110px;
    margin-top: 30px;
}

.spcplb .content {
    overflow: hidden;
}

.swibtn {
    max-width: 1616px;
    margin: 0 auto;
    position: relative;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination.mySwiper-pc-swiper-pagination {
    display: none;
    bottom: -30px;
}

.spcplbbox {
    width: 100%;
    height: 400px;
}

.spcplbbox>img {
    width: 100%;
    height: 400px;
    display: block;
}

.spcplbswiper-button-next,
.spcplbswiper-button-prev,
.cplbswiper-button-prev,
.cplbswiper-button-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: solid 1px #d4d4d4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cplbswiper-button-prev {
    right: -85px;
}

.cplbswiper-button-next {
    left: -85px;
}

.spcplbswiper-button-next {
    left: -97px;
}

.spcplbswiper-button-prev {
    right: -97px;
}


/*产品*/

.proBox {
    padding: 2.5em 0;
}

.proBox .tit {
    color: #333;
    background: url(../images/biaot-01.png) no-repeat center top;
}

.proBox .tit dt {
    line-height: 36px;
}

.proBox .tit dd {
    margin-top: 0.6em;
    color: #666;
}

.proBox .content {
    overflow: visible;
}

.proBox .list {
    margin: 0 -1%;
    overflow: hidden;
}

.proBox .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBox .list li {
    position: relative;
    z-index: 0;
    background-color: #fff;
    width: 31.1%;
    margin: 1% 1%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.proBox .list li:hover {
    box-shadow: 0 0 0.6em rgba(0, 0, 0, .15);
}

.proBox .list li .pic {
    position: relative;
    z-index: 0;
    padding-top: 60%;
    height: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.proBox .list li .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.proBox .list li .name {
    text-align: left;
    height: 5em
}

.proBox .list li .name:hover {
    color: #004ea2;
    font-weight: bold;
}

@media only screen and (max-width:868px) {
    .proBox .list {
        margin: 0 0%;
        overflow: hidden;
    }
    .proBox .list li {
        width: 100%;
        margin-top: 4%;
        margin-right: 0%;
    }
    .proBox .tit dd {
        margin-top: 0em;
    }
    .proBox .list li:nth-child(3n) {
        margin-right: 0%;
    }
    .proBox .list li:nth-child(2n) {
        margin-right: 0;
    }
    .proBox .list li .txtb .intro {
        display: none;
    }
    .proBox .list li .txtb .btnW .arrow {
        margin-top: 0.6em;
        width: 1.6em;
        height: 1.6em;
    }
}


/*设计*/

.proBox3 {
    padding: 3.6em 0 12% 0;
    width: 100%;
    height: 100%;
    background: url(../images/banne-01.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.proBox3 .tit {
    color: #fff;
    background: url(../images/biaot-02.png) no-repeat center top;
}

.proBox3 .tit dt {
    line-height: 36px;
}

.proBox3 .tit dd {
    margin-top: 0.6em;
    color: #fff;
}

.proBox3 .content {
    overflow: visible;
}

.proBox3 .list {
    margin: 0 -1%;
    overflow: hidden;
}

.proBox3 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBox3 .list li {
    position: relative;
    z-index: 0;
    width: 22.7%;
    margin: 1% 1%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #FFF;
    line-height: 48px;
}

.proBox3 .list li a {
    color: #FFF;
    font-weight: bold;
}

.proBox3 .list li:hover {
    background: #004ea2;
    border: 1px solid #004ea2;
    box-shadow: 0 0 0.6em rgba(0, 0, 0, .15);
}

@media only screen and (max-width:868px) {
    .proBox3 {
        padding: 2.6em 0 20% 0;
        background-size: 160% 100%;
    }
    .proBox3 .tit dd {
        margin-top: 0em;
    }
    .proBox3 .list li {
        width: 46.8%;
        line-height: 38px;
    }
}


/*解决方案*/

.proBox2 {
    padding: 3.6em 0;
}

.proBox2 .tit {
    color: #333;
    background: url(../images/biaot-01.png) no-repeat center top;
}

.proBox2 .tit dt {
    line-height: 36px;
}

.proBox2 .tit dd {
    margin-top: 0.6em;
    color: #666;
}

.proBox2 .content {
    overflow: visible;
}

.proBox2 .list ul {
    margin-top: 0.4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBox2 .list li {
    position: relative;
    z-index: 0;
    background-color: #fff;
    width: 32.1%;
    margin: 1.8% 1.8% 0 0;
}

.proBox2 .list li:nth-child(3n) {
    margin-right: 0;
}

.proBox2 .list li .pic {
    position: relative;
    z-index: 0;
    padding-top: 63%;
    height: 0;
    overflow: hidden;
}

.proBox2 .list li .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}

.proBox2 .list li .txtb {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    right: 0;
    padding: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
    background-color: rgba(90, 184, 38, 0.7);
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}

.proBox2 .list li:hover .txtb {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.proBox2 .list li .txtb .name a {
    color: #fff;
    font-weight: bold;
}

.proBox2 .list li .txtb .name_2 {
    margin-top: 0.5em;
    line-height: 1.2;
}

.proBox2 .list li .txtb .intro {
    margin-top: 0.5em;
    font-weight: lighter;
    line-height: 1.2;
}

.proBox2 .list li .txtb .btnW {
    text-align: center;
}

.proBox2 .list li .txtb .btnW .arrow {
    margin-top: 1.6em;
    display: inline-block;
    width: 3.3em;
    height: 3.3em;
    background: rgba(255, 255, 255, 0.3) url(../images/arrow_2.png) center center no-repeat;
    background-size: 30% auto;
    border-radius: 50%;
    box-shadow: 0 0 1em rgba(0, 0, 0, .24);
}

@media only screen and (max-width:828px) {
    .proBox2 {
        padding: 2.6em 0;
    }
    .proBox2 .tit dd {
        margin-top: 0em;
    }
    .proBox2 .list li {
        width: 48.5%;
        margin-top: 2%;
        margin-right: 3%;
    }
    .proBox2 .list li:nth-child(3n) {
        margin-right: 3%;
    }
    .proBox2 .list li:nth-child(2n) {
        margin-right: 0;
    }
    .proBox2 .list li .txtb .intro {
        display: none;
    }
    .proBox2 .list li .txtb .btnW .arrow {
        margin-top: 0.6em;
        width: 1.6em;
        height: 1.6em;
    }
}


/*服务*/

.qmBox {
    padding: 3.6em 0 0.6em 0;
}

.qmBox .tit {
    color: #333;
    border-bottom: 0.05em solid #999;
    position: relative;
    line-height: 4.175rem;
    margin-bottom: 1.625rem;
}

.qmBox .tit .gd {
    text-align: right;
    color: #666;
    position: absolute;
    right: 0;
    top: .625rem;
}

.qmBox .tit .new {
    color: black;
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 2px solid rgb(15, 13, 134);
}

.qmBox .tit dt {
    line-height: 36px;
}

.qmBox .tit dd {
    margin-top: 0.6em;
    color: #666;
}

.qmBox .content {
    overflow: visible;
}

.swiper-qm {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 4em 0;
}

.swiper-qm .swiper-container {
    overflow: visible;
}

.swiper-qm .swiper-wrapper {
    margin-top: 1.6%;
}

.swiper-qm .swiper-slide {
    position: relative;
    z-index: 0;
}

.swiper-qm .swiper-slide .picb {
    position: relative;
    z-index: 0;
    padding-top: 32.2%;
    width: 100%;
}

.swiper-qm .pic {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
}

.swiper-qm .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: auto;
    object-fit: cover;
}

.swiper-qm .swiper-slide-prev .picb .pic {
    width: 46.6%;
    height: 46.6%;
    margin: 16.7% 3.8% 0 auto;
}

.swiper-qm .swiper-slide-next .picb .pic {
    width: 46.46%;
    height: 46.6%;
    margin: 16.7% auto 0 3.8%;
}

.swiper-qm .swiper-slide-prev .picb .pic img,
.swiper-qm .swiper-slide-next .picb .pic img {
    filter: alpha(opacity=22);
    -moz-opacity: 0;
    opacity: 0;
}

.swiper-qm .swiper-slide-prev .name {
    display: none;
}

.swiper-qm .swiper-slide-next .name {
    display: none;
}

.swiper-qm .name {
    position: absolute;
    width: 45%;
    right: 2em;
    top: 0;
    color: #101010;
    text-align: left;
    float: left;
}

.swiper-qm .name dd {
    line-height: 2.4em;
    margin: 0;
}

.swiper-qm .btnNPW {
    width: 9em;
    position: absolute;
    bottom: 3%;
    right: 48%;
    z-index: 100;
}

.swiper-qm .btnNext,
.swiper-qm .btnPrev {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 3em;
    height: 3em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50%;
    background: #fff url(../images/arrow_3.png) center center no-repeat;
    background-size: 36% auto;
    border: 1px solid #cccccc;
}

.swiper-qm .btnPrev {
    left: 5.2%;
    right: auto;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-qm .btnNext {
    margin-left: 1em;
}

.swiper-qm .btnNext:hover,
.swiper-qm .btnPrev:hover {
    background-color: #004ea2;
    border: 1px solid #004ea2;
    background-image: url(../images/arrow_2.png);
}

.lyjqyw {
    width: 100%;
    height: 100%;
    position: relative;
}

.middleBox .content .lyjqyw .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.middleBox .content .lyjqyw .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.middleBox .content .lyjqyw .swiper-slide img {
    display: block;
    width: 45%;
    height: 100%;
    object-fit: cover;
}

.middleBox .content .lyjqyw .swiper-button-prev {
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50%;
    background: #fff url(../images/arrow_3.png) center center no-repeat;
    background-size: 36% auto;
    border: 1px solid #cccccc;
    left: 10%;
    right: auto;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-button-next {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff url(../images/arrow_3.png) center center no-repeat;
    background-size: 36% auto;
    border: 1px solid #cccccc;
    right: 10%;
}

@media only screen and (max-width:828px) {
    .qmBox {
        padding: 2.6em 0;
    }
    .qmBox .tit dd {
        margin-top: 0em;
    }
    .swiper-qm .swiper-slide .picb {
        padding-top: 60%;
    }
    .swiper-qm .pic,
    .swiper-qm .pic img {
        width: 100%;
        height: auto;
    }
    .swiper-qm .name {
        width: 100%;
    }
    .swiper-qm .name {
        position: relative;
        width: 100%;
        right: 0em;
        top: 0em;
        height: auto;
        color: #101010;
        text-align: center;
    }
    .swiper-qm .name dt {
        padding-top: 1em;
        text-align: left;
    }
    .swiper-qm .name dd {
        line-height: 1.6em;
        padding-bottom: 1rem;
        text-align: left;
    }
    .swiper-qm .btnNPW {
        width: 9em;
        position: absolute;
        bottom: 0em;
        left: 0em;
        z-index: 100;
    }
}


/*左边导航*/

.proLiBox {
    padding: 2.6% 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.proLiBox .sideP {
    width: 20%;
    display: block;
}

.proLiBox .mainP {
    width: 78%;
}

.proLiBox .sideP .topwenzi {
    background: #004ea2;
    color: #FFF;
    text-align: left;
    padding: 6% 0% 6% 14%;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}

.proLiBox .sideP .bom {
    background: #efefef;
    height: 24px;
    border-radius: 0px 0px 10px 10px;
}

.proLiBox .sideP dl {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #FFF;
}

.proLiBox .sideP dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efefef;
    border-top: 0;
    padding: 4.2% 9% 4.2% 8%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.proLiBox .sideP dl.show dt {
    padding: 4.9% 9% 4.9% 8%;
    background-color: #999999;
    color: #fff;
}

.proLiBox .sideP dl dt .name {
    margin: 0 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.3em 0 0.2em;
}

.proLiBox .sideP dl dt .arrow {
    width: 10px;
    height: 10px;
    background: url(../images/arrow_5.png) center center no-repeat;
    background-size: contain;
}

.proLiBox .sideP dl.show dt .arrow {
    background-image: url(../images/arrow_6.png);
}

.proLiBox .sideP dl dd {
    display: none;
}

.proLiBox .sideP dl dd a {
    color: #666;
    float: left;
    width: 88%;
    background: #f6f6f6;
    line-height: 2.8em;
    padding: 8px 0px 8px 12%;
    border-bottom: 1px solid #FFF;
}

.proLiBox .sideP dl dd a:hover {
    color: #004ea2;
    background: #fff;
    font-weight: bold;
}

.proLiBox .sideP .cur dt {
    background-color: #999999;
    color: #fff;
}

.proLiBox .sideP .cur dt .arrow {
    width: 10px;
    height: 10px;
    background: url(../images/arrow_7.png) center center no-repeat;
    background-size: contain;
}

@media only screen and (max-width:828px) {
    .proLiBox .sideP {
        display: none;
    }
    .proLiBox .mainP {
        width: 100%;
    }
}


/*内页产品列表*/

.mainP {
    padding: 0em 0 3.2em 0;
}

.mainP .tit {
    color: #333;
    background: url(../images/biaot-01.png) no-repeat center top;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 16px;
}

.mainP .tit dt {
    line-height: 36px;
    padding-bottom: 16px;
}

.mainP .tit dd {
    margin-bottom: 1em;
    color: #666;
}

.mainP .Plist {
    margin: 0 -1%;
    overflow: hidden;
}

.mainP .Plist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainP .Plist li {
    position: relative;
    z-index: 0;
    background-color: #fff;
    width: 31.1%;
    margin: 1% 1%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.mainP .Plist li:hover {
    box-shadow: 0 0 0.6em rgba(0, 0, 0, .15);
}

.mainP .Plist li .pic {
    position: relative;
    z-index: 0;
    padding-top: 62%;
    height: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.mainP .Plist li .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mainP .Plist li .name {
    text-align: center;
    line-height: 3.2em;
    height: 3.2em
}

.mainP .Plist li .name:hover {
    color: #004ea2;
    font-weight: bold;
}

@media only screen and (max-width:1242px) {
    .mainP .Plist li {
        width: 48.2%;
        margin-top: 2%;
        margin-right: 0%;
    }
}

@media only screen and (max-width:868px) {
    .mainP .Plist li {
        width: 100%;
        margin-top: 2%;
        margin-right: 0%;
    }
    .mainP .tit {
        margin-bottom: 0px;
    }
    mainP .tit dt {
        padding-bottom: 0px;
    }
    .mainP .Plist {
        margin: 0 0%;
        overflow: hidden;
    }
    .mainP .Plist li:nth-child(3n) {
        margin-right: 0%;
    }
    .mainP .Plist li:nth-child(2n) {
        margin-right: 0;
    }
    .mainP .Plist li .txtb .intro {
        display: none;
    }
    .mainP .Plist li .txtb .btnW .arrow {
        margin-top: 0.6em;
        width: 1.6em;
        height: 1.6em;
    }
}


/*内页产品详情页*/

.mainP .tit2 {
    color: #333;
    margin-bottom: 16px;
    padding-top: 1em;
}

.mainP .Plist2,
.mainP .Plist3 {
    margin: 0 -1%;
    overflow: hidden;
}

.mainP .Plist2 ul,
.mainP .Plist3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainP .Plist2 li {
    position: relative;
    z-index: 0;
    background-color: #fff;
    width: 47.6%;
    margin-top: 2%;
    margin: 1% 1%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.mainP .Plist2 li .pic {
    position: relative;
    z-index: 0;
    padding-top: 62%;
    height: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.mainP .Plist2 li .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mainP .Plist2 li .name {
    text-align: left;
    text-indent: 24px;
    line-height: 3.2em;
    height: 3.2em
}

.mainP .Plist3 li {
    position: relative;
    z-index: 0;
    background-color: #fff;
    width: 100%;
    margin-top: 2%;
    margin: 1% 1%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.mainP .Plist3 li .pic {
    position: relative;
    z-index: 0;
    padding-top: 32%;
    height: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.mainP .Plist3 li .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mainP .Plist3 li .name {
    text-align: left;
    text-indent: 24px;
    line-height: 3.2em;
    height: 3.2em
}

.mainP .manint {
    background: #f6f6f6;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1.2em;
    overflow: hidden;
    position: relative;
}

.mainP .manint .pic,
.mainP .manint .manintzi {
    float: left;
}

.mainP .manint .pic {
    width: 43%;
    position: relative;
    z-index: 0;
    padding-top: 25.2%;
    height: 0;
    overflow: hidden;
}

.mainP .manint .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mainP .manint .manintzi {
    width: 46%;
    text-align: left;
    position: absolute;
    top: 12%;
    left: 49%;
}

.mainP .manint .manintzi dt {
    padding: 0.8em 0em;
    font-weight: bold;
}

.mainP .manint .manintzi dd {
    padding: 0em 0em;
    line-height: 26px;
}

.mainP .manint .manintzi .naniud {
    margin-top: 2em;
}

.mainP .manint .manintzi .naniud a {
    padding: 0.8em 1.8em;
    background: #5ab725;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
}

.mainP .manint .manintzi .naniud a:hover {
    background: #cccccc;
    color: #333;
}

.mainP .pictu {
    position: relative;
    z-index: 0;
    padding-top: 38%;
    height: auto;
    overflow: hidden;
}

.mainP .pictu img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}

.mainP .wenzi01 {
    padding: 1.2em 0;
    text-align: left;
    line-height: 24px;
}

.mainP .Plist4 {
    margin: 1em -1%;
    overflow: hidden;
}

.mainP .Plist4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainP .Plist4 li {
    position: relative;
    z-index: 0;
    background-color: #fff;
    width: 18%;
    margin: 1% 1%;
    border-radius: 10px;
}

.mainP .Plist4 li .pic {
    position: relative;
    z-index: 0;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.mainP .Plist4 li .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mainP .Plist4 li .name {
    text-align: left;
    background: #004ea2;
    color: #FFF;
    height: auto;
    padding: 1em;
    min-height: 12em;
}

.mainP .Plist4 li .name dt {
    padding: 0.6em 0;
}

.mainP .Plist5 {
    margin: 1em -1%;
    overflow: hidden;
}

.mainP .Plist5 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainP .Plist5 li {
    position: relative;
    z-index: 0;
    background: #f6f6f6;
    width: 48%;
    margin: 1% 1%;
    border-radius: 10px;
}

.mainP .Plist5 li .pictu {
    width: 45%;
    float: left;
}

.mainP .Plist5 li .piczi {
    width: 50%;
    float: left;
    margin-left: 1%
}

.mainP .Plist5 li .pic {
    position: relative;
    z-index: 0;
    padding-top: 43.2%;
    height: 0;
    overflow: hidden;
}

.mainP .Plist5 li .pic img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mainP .Plist5 li .name {
    text-align: left;
    height: auto;
    padding: 2%;
    padding-top: 6%;
}

.mainP .Plist5 li .name dt {
    padding: 0.6em 0;
}

.mainP .Plist5 li .name dd {
    line-height: 24px;
}

@media only screen and (max-width:1200px) {
    .mainP .Plist4 li {
        width: 31%;
    }
    .mainP .Plist5 li {
        width: 100%;
    }
}

@media only screen and (max-width:868px) {
    .mainP .Plist2 li {
        width: 100%;
        margin: 2% 1%;
    }
    mainP .tit2 dt {
        padding-bottom: 0px;
    }
    .mainP .Plist3 li .pic {
        padding-top: 62%;
    }
    .mainP .manint {
        margin-top: 1em;
    }
    .mainP .manint .pic {
        width: 100%;
        padding-top: 58%;
    }
    .mainP .manint .manintzi {
        width: 90%;
        position: relative;
        top: 5%;
        left: 5%;
        padding-bottom: 2em;
    }
    .mainP .manint .manintzi dt {
        padding: 0.4em 0em;
    }
    .mainP .manint .manintzi dd {
        padding: 0.1em 0em;
    }
    .mainP .Plist4 li {
        width: 48%;
    }
    .mainP .Plist5 li .pic {
        padding-top: 33.2%;
        height: 0;
    }
    .name dt {
        padding: 0.2em 0;
    }
    .mainP .Plist5 li .name {
        text-align: left;
        height: auto;
        padding: 2%;
    }
    .mainP .Plist5 li .name dd {
        line-height: 18px;
        padding-bottom: 1em;
    }
    .mainP .Plist5 li .pictu {
        width: 35%;
        float: left;
    }
    .mainP .Plist5 li .piczi {
        width: 60%;
        float: left;
        margin-left: 1%
    }
}


/*服务内页*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.be {
    font-weight: bold
}

.lvse {
    color: #004ea2;
}

.hongse {
    color: #F00;
}

.pt5 {
    padding-top: 0.5em;
}

.pt10 {
    padding-top: 1em;
}

.pt16 {
    padding-top: 1.6em;
}

.mainP .mb10 {
    margin-bottom: 1em;
    clear: both
}

.hefb10 {
    height: 1em;
    line-height: 1em;
    clear: both
}

.pictu2 img {
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
}

.mainP .pictu2 .tu01 {
    display: block;
}

.mainP .pictu2 .tu02 {
    display: none;
}

@media only screen and (max-width:868px) {
    .mainP .pictu2 .tu01 {
        display: none;
    }
    .mainP .pictu2 .tu02 {
        display: block;
    }
}


/*关于内页*/

.mainP .abatwenzi {
    width: 100%;
}

.mainP .abatwenzi .leftwenzi {
    width: 68%;
    padding-right: 2%;
    text-align: left;
    float: left;
}

.mainP .abatwenzi .rihttu {
    width: 30%;
    float: right;
}

.mainP .abatwenzi .rihttu img {
    width: 100%;
    height: auto;
}

.mainP .abatwenzi .leftwenzi .wen02 {
    width: 100%;
    line-height: 1.8;
}

@media only screen and (max-width:1920px) {
    .mainP .abatwenzi .leftwenzi {
        width: 58%;
        padding-right: 2%;
    }
    .mainP .abatwenzi .rihttu {
        width: 40%;
    }
}

@media only screen and (max-width:868px) {
    .mainP .abatwenzi .leftwenzi {
        width: 100%;
        padding-right: 0%;
    }
    .mainP .abatwenzi .rihttu {
        width: 100%;
        padding-top: 1em;
    }
}

.footerTop {
    position: relative;
}

.jtdh {
    width: 230px;
    height: 45px;
    background-color: #6f6f6f;
    z-index: 100;
    color: #bbbbbb;
    position: absolute;
    bottom: -5%;
    right: 15%;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}

.jtdhList {
    display: none;
    width: 230px;
    position: absolute;
    bottom: 100%;
    right: 0;
    background-color: #6f6f6f;
    box-sizing: border-box;
}

.jtdhList>li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #d4d5d9;
    box-sizing: border-box;
}

.jtdh:hover .jtdhList {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.jtdhList>li:hover {
    color: #004ea2;
}

.honorBox {
    position: relative;
    z-index: 0;
    padding: 1.5em 1em;
    background: #f7f7f7;
    margin-top: 0px;
}

.honorBox .tit {
    font-weight: bold;
}

.honorBox .content {
    overflow: visible;
}

.honorBox .swiper-honor {
    position: relative;
    z-index: 0;
    margin: 0 -1em;
}

.honorBox .swiper-container {
    padding-bottom: 1.8%;
}

.honorBox .swiper-container .swiper-slide {
    width: 25%;
}

.honorBox .item {
    width: 88%;
    margin: 1.2em auto;
    padding: 6% 0 0.6em;
    background: #FFF;
    border: 1px solid #d6d6d6;
}

.honorBox .item .pic {
    position: relative;
    z-index: 0;
    padding-top: 105.9%;
    width: 77.6%;
    margin: 0 auto;
}

.honorBox .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honorBox .item .name {
    margin: 0.8em 1em 0;
    font-weight: normal;
    height: 1.5em;
    overflow: hidden;
}

.honorBox .swiper-pagination {
    bottom: 0;
}

.honorBox .swiper-pagination-bullet {
    background-color: #ccc;
    border-radius: 0.52vw;
    width: 0.52vw;
    height: 0.52vw;
    background-color: #ccc;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    margin: 0 0.32vw !important;
}

.honorBox .swiper-pagination-bullet-active {
    width: 1.35vw;
    background-color: #5ab725;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.honorBox .btnNext,
.honorBox .btnPrev {
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: -1.4vw;
    right: 0%;
    cursor: pointer;
    width: 2.8vw;
    height: 2.8vw;
    border: 1px solid #dfdfdf;
    background: rgba(255, 255, 255, 0.5) url(../images/arrow_6.png) center center no-repeat;
    background-size: 20% auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50%;
}

.honorBox .btnPrev {
    left: -5.2%;
    right: auto;
    z-index: 100;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.honorBox .btnNext:hover,
.honorBox .btnPrev:hover {
    background-color: #ee352a;
    background-image: url(../images/arrow_2.png);
}

.honorBox .swiper-button-disabled,
.honorBox .swiper-button-disabled:hover {
    cursor: default;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../images/arrow_3.png);
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: 0.6;
}

.partBox {
    padding: 1em 0em 1em 0em;
}

.partBox .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3em;
}

.partBox .item .pic {
    width: 18.8%;
    margin: 1.5% 1.5% 0 0;
    background-color: #fff;
    padding: 1.2% 0;
    border-radius: 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 0.2em rgba(0, 0, 0, .05);
    position: relative;
    z-index: 0;
}

.partBox .item .pic::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border: 1px solid #e6e6e6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0.5em;
}

.partBox .item .pic:nth-child(5n) {
    margin-right: 0;
}

.partBox .item .pic img {
    display: block;
    max-width: 90%;
    max-height: 5.5em;
    object-fit: contain;
}

.partBox .swiper-part-w {
    position: relative;
    z-index: 0;
}

.partBox .swiper-part-w .btnNext,
.partBox .swiper-part-w .btnPrev {
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border: 1px solid #f2f3fa;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.partBox .swiper-part-w .btnNext::before,
.partBox .swiper-part-w .btnPrev::before {
    background-image: url(../images/arrow_2.png);
}

.partBox .swiper-part-w .btnNext {
    right: 0em;
    left: auto;
}

.partBox .swiper-part-w .btnPrev {
    left: 0em;
    right: auto;
}

.partBox .swiper-part-w .btnNext:hover,
.partBox .swiper-part-w .btnPrev:hover {
    background-color: #fff;
    border: 1px solid #91d3ff;
}

.swiper-part-w .btnNext:hover::before,
.swiper-part-w .btnPrev:hover::before {
    background-image: url(../images/arrow_3.png);
}

.partBox .swiper-pagination {
    bottom: 0em;
    text-align: center;
}

.partBox .swiper-pagination-bullet {
    background-color: #ccc;
    border-radius: 0.52vw;
    width: 0.52vw;
    height: 0.52vw;
    background-color: #ccc;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    margin: 0 0.32vw !important;
}

.partBox .swiper-pagination-bullet-active {
    width: 1.35vw;
    background-color: #5ab725;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

@media only screen and (max-width:828px) {
    .honorBox .btnNext,
    .honorBox .btnPrev {
        margin-top: -0.9em;
        width: 1.8em;
        height: 1.8em;
        right: -0.3em;
    }
    .honorBox .btnPrev {
        left: -0.3em;
    }
    .honorBox .swiper-pagination-bullet {
        background-color: #ccc;
        border-radius: 0.4em;
        width: 0.4em;
        height: 0.4em;
        margin-left: 0.18em !important;
        margin-right: 0.18em !important;
        ;
    }
    .honorBox .swiper-pagination-bullet-active {
        width: 1em;
        background-color: #5ab725;
    }
    .partBox .item {
        margin: 0 -1.5%;
    }
    .partBox .item .pic {
        width: 30%;
        margin: 1.5%;
    }
    .partBox .item .pic:nth-child(5n) {
        margin-right: 1.5%;
    }
    .partBox .swiper-pagination-bullet {
        background-color: #ccc;
        border-radius: 0.4em;
        width: 0.4em;
        height: 0.4em;
        margin-left: 0.18em !important;
        margin-right: 0.18em !important;
        ;
    }
    .partBox .swiper-pagination-bullet-active {
        width: 1em;
        background-color: #5ab725;
    }
}


/*人才招聘*/

.recruitlist {
    padding: 1em 0em 2em 0em;
    margin: 0 -1%;
    overflow: hidden;
}

.recruitlist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruitlist li {
    position: relative;
    z-index: 0;
    background-color: #fff;
    width: 31.1%;
    margin: 1% 1%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.recruitlist li:hover {
    box-shadow: 0 0 0.6em rgba(0, 0, 0, .15);
}

.recruitlist .bti01 {
    text-align: left;
    padding: 1em 2em;
    line-height: 1.8em;
    height: 1.8em
}

.recruitlist .bti01:hover {
    font-weight: bold;
}

.recruitlist .bti02 {
    text-align: left;
    padding: 1em 2em;
    background: #f6f6f6;
    color: #999;
}

.recruitlist .bti02:hover,
.recruitlist li:hover {
    color: #666;
}

.recruitlist .bti02 p {
    line-height: 2.4em;
}

.recruiDetail {
    margin: 1em 0em 2em 0em;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.recruiDetail .bti01 {
    text-align: left;
    padding: 1em 2em;
    line-height: 1.6em;
    height: 1.6em
}

.recruiDetail .bti02 {
    text-align: left;
    padding: 1em 2em;
    background: #f6f6f6;
    color: #999;
}

.recruiDetail .bti02 p {
    line-height: 2.4em;
}

.recruiDetail .bti03 {
    text-align: left;
    padding: 1em 2em;
    line-height: 1.6em;
    color: #666;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    float: left;
    height: 2em;
}

.recruiDetail .bti03 span {
    width: 25%;
    float: left;
}

.recruiDetail .neirong {
    background: #f6f6f6;
    padding: 0em 0em 2em 0em;
}

.recruiDetail .bti04 {
    text-align: left;
    padding: 1em 2em;
    line-height: 1.6em;
    color: #666;
}

.recruiDetail .bti04 dt {
    padding: 1em 0;
}

.recruiDetail .bti04 p {
    padding: 0.2em 0;
}

@media only screen and (max-width:1242px) {
    .recruitlist li {
        width: 48.2%;
        margin-top: 2%;
        margin-right: 0%;
    }
}

@media only screen and (max-width:868px) {
    .recruitlist li {
        width: 100%;
        margin-top: 2%;
        margin-right: 0%;
    }
    .recruitlist {
        margin: 0 0%;
        overflow: hidden;
        padding: 1em 0em 0em 0em;
    }
    .recruiDetail .bti03 span {
        width: 50%;
    }
}

.mainP .Plist5 .naniud {
    margin-top: 2em;
}

.mainP .Plist5 .naniud a {
    padding: 0.8em 1.8em;
    background: #5ab725;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
}

.mainP .Plist5 .naniud a:hover {
    background: #cccccc;
    color: #333;
}


/*联系*/

.maincen {
    padding: 2em 0 0em 0;
}

.maincen .tit {
    color: #333;
    background: url(../images/biaot-01.png) no-repeat center top;
}

.maincen .tit dt {
    line-height: 36px;
}

.proIBox .pictu2 img {
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
}

.maincen .Contactlist {
    margin: 0 -1%;
    padding: 3em 0;
}

.maincen .Contactlist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.maincen .Contactlist li {
    width: 28%;
    margin: 1%;
    background: #f4f4f4;
    padding: 2%;
    min-height: 200px;
}

@media only screen and (max-width:868px) {
    .maincen .Contactlist li {
        width: 44%;
        margin: 1%;
        background: #FFF;
        padding: 2%;
        min-height: 200px;
    }
    .mainP .Plist5 .naniud {
        margin-top: 0em;
    }
    .mainP .Plist5 .naniud a {
        padding: 0.5em 0.8em;
    }
}

.compBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.compBox .tabcomp {
    overflow: visible;
}

.compBox .tab {
    border-bottom: 2px solid #5ab725;
    width: 100%;
}

.compBox .tab ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    text-align: center;
}

.compBox .tab ul li {
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    background: #efefef;
    padding: 1.15em 0.5em 1.05em;
    margin-right: 2px;
    line-height: 1.2em;
    border-radius: 12px 12px 0px 0px;
}

.compBox .tab ul li.cur {
    font-weight: bold;
    background-color: #5ab725;
    color: #fff;
}

.compBox .conC {
    display: none;
}

.compBox .conC:nth-child(1) {
    display: block;
}

.compBox .tit_3 {
    margin-left: 2%;
}


/*环境*/

.maincen .CEnvilist {
    margin: 0 -1%;
    padding: 2em 0;
}

.maincen .CEnvilist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maincen .CEnvilist li {
    width: 48%;
    margin: 1%;
    background: #FFF;
    border-radius: 10px;
}

.maincen .CEnvilist li:hover {
    box-shadow: 0 0 0.6em rgba(0, 0, 0, .15);
}

.maincen .CEnvilist .ptictu {
    width: 45%;
    text-align: left;
}

.maincen .CEnvilist .ptictu img {
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    border-radius: 10px 0px 0px 10px;
}

.maincen .CEnvilist dl {
    float: left;
}

.maincen .CEnvilist .pticzi {
    width: 50%;
    padding: 3% 1% 1% 3%;
}

@media only screen and (max-width:868px) {
    .maincen .CEnvilist {
        margin: 0 0%;
        padding: 2em 0;
    }
    .maincen .CEnvilist li {
        width: 100%;
    }
    .maincen .Contactlist ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .maincen .Contactlist li {
        width: 70%;
        margin: 1%;
        background: #f4f4f4;
        padding: 2%;
        min-height: 200px;
    }
}

@media only screen and (max-width:420px) {
    .maincen .CEnvilist .ptictu {
        width: 100%;
    }
    .maincen .CEnvilist .ptictu img {
        border-radius: 10px 10px 0px 0px;
    }
    .maincen .CEnvilist li {
        margin: 2% 0%;
    }
    .maincen .CEnvilist .pticzi {
        width: 90%;
        padding: 5%;
    }
}

.abougQmBox {
    margin-bottom: 2.25rem;
}

.newsCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 31.25rem;
}

.newsCenter .picBox {
    width: 52%;
    overflow: hidden;
    z-index: 100;
    position: relative;
}

.newsCenter .picBox>img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.newsCenter .picBox>a .tB:hover {
    color: #004ea2;
}

.newsCenter .picBox .tB {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3em;
    line-height: 3em;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.newsCenter .picBox img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsCenter .picBox>img:hover>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.newsCenter .newBox {
    width: 47%;
}

.newslist {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.625rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.newslist>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.daybox {
    width: 5em;
    height: 5em;
    border-radius: .4375rem;
    box-shadow: 0px 0px 5px 0px #919191;
    -webkit-border-radius: .4375rem;
    -moz-border-radius: .4375rem;
    -ms-border-radius: .4375rem;
    -o-border-radius: .4375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsCenter .newBox .newslist .newsItem .daybox {
    width: 6.5em;
    height: 6.5em;
}

.daybox .day {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 2.5rem;
    color: #033870;
}

.daybox .month {
    /* font-size: 1.25rem;
	line-height: 1.25rem; */
    color: #c4921a;
}

.newItemTextBox {
    height: 6.375rem;
    width: 35rem;
    margin-left: 1.25rem;
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mB {
    font-weight: 600;
    margin-bottom: 2px;
}

.newItemTextBox b {
    text-align: left;
    display: block;
}

.newItemTextBox .text {
    font-size: 1rem;
    color: #919191;
}

.newslist .newsItem {
    height: 8rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px
}

.textBox .content .proBox {
    height: 25em;
}

.textBox .content .proBox .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.textBox .content .proBox .list li {
    height: 11em;
    margin-top: 4em;
}

.t2 {
    color: #666;
}


/* 视频弹窗通用样式（两个视频共用基础样式） */

.video-wrapper,
.video-wrapper1 {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow: hidden;
}


/* 视频标签样式（居中显示） */

.video-wrapper video,
.video-wrapper1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* 关闭按钮样式（统一位置和样式） */

.close-video,
.close-video1 {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 100000;
    /* 关闭按钮层级比视频高 */
}


/* 修复 iconfont 关闭按钮颜色（确保可见） */

.close-video .icon-icon_close,
.close-video1 .icon-icon_close {
    color: #fff !important;
    font-size: 40px;
}

@media only screen and (max-width:1060px) {
    .newItemTextBox {
        height: 100%;
        overflow: hidden;
    }
    .newItemTextBox .title {
        font-size: 0.125rem;
        width: 100%;
        overflow: hidden;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }
    .newItemTextBox .text {
        margin: 0;
        margin-bottom: .5em;
    }
    .newslist {
        margin-left: 0;
    }
    .newslist .newsItem {
        height: 9em;
    }
}

@media only screen and (max-width:960px) and (min-width:500px) {
    .newBox {
        height: 47.5rem;
    }
    .newslist {
        height: 100%;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .newslist .newsItem {
        max-height: none;
        margin-bottom: .625rem;
    }
    .newItemTextBox .text {
        font-size: 1.75rem;
    }
    .newsCenter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .newsCenter .picBox {
        width: 90%;
        margin: 0 auto;
    }
    .newsCenter .picBox img {
        width: 100%;
        height: 100%;
    }
    .newsCenter .newBox {
        margin: 0 auto;
        width: 90%;
    }
    .newslist {
        width: 100%;
        margin: 10px auto;
        padding: .3125rem;
    }
    .newslist .newsItem {
        width: 100% !important;
        margin: .625rem auto 4.625rem;
    }
    .newItemTextBox {
        width: 100%;
    }
    .daybox {
        width: 6em;
        height: 5em;
        border-radius: .4375rem;
        box-shadow: 0px 0px 5px 0px #919191;
        -webkit-border-radius: .4375rem;
        -moz-border-radius: .4375rem;
        -ms-border-radius: .4375rem;
        -o-border-radius: .4375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .newsCenter .newBox .newslist .newsItem .daybox {
        width: 8em;
        height: 7em;
    }
    .daybox .day {
        font-size: 2em;
        font-weight: 700;
        line-height: 3vw;
        color: #033870;
    }
    .daybox .month {
        /* font-size: 1em;
		line-height: 2vw; */
        color: #c4921a;
    }
    .newItemTextBox .title {
        width: 100%;
        font-size: 2vw;
    }
    .newItemTextBox .text {
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width:830px) {
    .textBox .content .proBox {
        height: 58em;
        padding: 0.5em 0;
    }
    .textBox .content .proBox .list li {
        height: 8em;
        margin-top: 3em;
    }
    .newItemTextBox {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .newBox {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .newItemTextBox .title {
        font-size: 0.95rem;
        margin-bottom: .625rem;
    }
    .newItemTextBox .text {
        font-size: 0.85rem;
        margin: 0;
    }
    .newslist .newsItem {
        width: 100% !important;
        margin: .625rem auto .915rem;
    }
}

@media only screen and (max-width:500px) {
    /* .content {
        width: 88.1%;
    } */
    .qmBox {
        padding: 0.5em 0;
    }
    .abougQmBox {
        margin-bottom: 0.5em;
    }
    .newsCenter .newBox .newslist .newsItem .daybox {
        width: 5em;
        height: 5em;
    }
    .newsCenter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .newsCenter .picBox {
        width: 100%;
        margin: 0 auto;
    }
    .newsCenter .picBox img {
        width: 100%;
        height: 100%;
    }
    .newsCenter .newBox {
        margin: 0 auto;
        width: 100%;
    }
    .newslist {
        width: 100%;
        margin: 10px auto;
        padding: .3125rem;
    }
    .newslist .newsItem {
        width: 100% !important;
        margin: .625rem auto;
    }
    .newItemTextBox {
        width: 80%;
    }
    .daybox {
        width: 15vw;
        height: 15vw;
        border-radius: .4375rem;
        box-shadow: 0px 0px 5px 0px #919191;
        -webkit-border-radius: .4375rem;
        -moz-border-radius: .4375rem;
        -ms-border-radius: .4375rem;
        -o-border-radius: .4375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .daybox .day {
        font-size: 5vw;
        font-weight: 700;
        line-height: 5vw;
        color: #033870;
    }
    .daybox .month {
        font-size: 3vw;
        line-height: 3vw;
        color: #c4921a;
    }
    .newItemTextBox .title {
        font-size: 3.5vw;
    }
    .newItemTextBox .text {
        font-size: 3vw;
        margin: 0;
    }
}

.TipContent {
    background-color: #f6f6f6;
    padding: 2em 0;
}

.TipContent .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36.25rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.TipContent .content .left {
    width: 52%;
    /* background-color: #033870; */
}

.TipContent .content .left .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    border-bottom: 1px solid gray;
    line-height: 4.075rem;
    height: 4.25rem;
}

.TipContent .content .left .tit .new {
    border-bottom: 2px solid rgb(15, 13, 134);
    position: relative;
    top: 1px;
}

.TipContent .content .right {
    width: 47%;
    /* background-color: #5ab725; */
}

.templist {
    height: calc(100% - 4.25rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: .625rem;
}

.templist .tempItem {
    font-size: 1.25rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.templist .tempItem .blue_iconBox {
    width: 1.5em;
}

.templist .tempItem i {
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background-color: #008cd6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    transform: translate(0.5em, -0.2em);
    -webkit-transform: translate(0.5em, -0.2em);
    -moz-transform: translate(0.5em, -0.2em);
    -ms-transform: translate(0.5em, -0.2em);
    -o-transform: translate(0.5em, -0.2em);
}

.templist .tempItem i::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #008cd6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.templist .tempItem .text {
    width: 90%;
    margin-left: 0.5em;
}


/* .templist .tempItem .title {
	margin-bottom: 0.625rem;
} */

.templist .tempItem .time {
    color: rgb(185, 185, 185);
}

.TipContent .content .right {
    /* width: 38.5625rem; */
    height: 100%;
}

.TipContent .content .right .rightBox {
    padding-left: 1.625rem;
    height: 100%;
}

.TipContent .content .right .jtjs {
    box-sizing: border-box;
    width: 100%;
    height: 60%;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.TipContent .content .right .jtjs>img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.jtjs1 {
    position: absolute;
    top: 2em;
    left: 0;
    padding-left: 1.3em;
}

.jtjs2 {
    position: absolute;
    top: 7em;
    left: 0;
    padding-right: 8em;
    padding-left: 1.5em;
}

.TipContent .content .right .jtjs>p {
    margin-bottom: 1em;
}

.TipContent .content .right .jtjs:hover>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.TipContent .content .right .jtjs .btnn {
    position: absolute;
    left: 1.5em;
    bottom: 2em;
    background-color: white;
    border-radius: 50px;
    width: 11em;
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 1em;
    box-sizing: border-box;
    text-align: left;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.TipContent .content .right .jtjs .btnn:hover {
    background-color: #004ea2;
}

.TipContent .content .right .jtjs .btnn:hover>a {
    color: #fff;
}

.TipContent .content .right .jtjs .btnn:hover .iconfont {
    color: #fff;
}

.TipContent .content .right .tell {
    width: 100%;
    height: 40%;
    position: relative;
    overflow: hidden;
}

.TipContent .content .right .tell>img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.TipContent .content .right .tell:hover>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.TipContent .content .right .tell .tell1 {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 100%;
    overflow: hidden;
}

.TipContent .content .right .tell .tell1 .tellIcon {
    width: 4.2em;
    height: 4.2em;
    border-radius: 50%;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.TipContent .content .right .tell .tellIcon img {
    z-index: 4;
}

.TipContent .content .right .tell .tell1 .telltext {
    display: block;
    position: absolute;
    top: 0;
    left: 2em;
    width: 30em;
    height: 4em;
    line-height: 4em;
    padding-left: 2.5em;
    text-align: left;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.822) 5%, transparent);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.822) 5%, transparent);
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.TipContent .content .right .tell .tell2 {
    position: absolute;
    top: 8em;
    left: 2em;
    width: 100%;
    overflow: hidden;
}

.tb {
    font-weight: 600;
}

.tf {
    color: #fff;
}

.right .rightBox .jtjs .btnn .tbl {
    color: #004ea2;
}

.icon-youjiantou {
    font-size: 14px !important;
}

.tbl {
    color: #004ea2;
}

.copyRight {
    line-height: 4em;
}

.TipContent .content .right .tell .tell2 .tellIcon {
    width: 4.2em;
    height: 4.2em;
    border-radius: 50%;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.TipContent .content .right .tell .tell1 .tellIcon>img {
    width: 80%;
    height: 80%;
}

.TipContent .content .right .tell .tell2 .tellIcon>img {
    width: 80%;
    height: 80%;
}

.TipContent .content .right .tell .tell2 .telltext {
    display: block;
    position: absolute;
    top: 0;
    left: 2em;
    width: 30em;
    height: 4em;
    line-height: 4em;
    padding-left: 2.5em;
    text-align: left;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.822) 5%, transparent);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.822) 5%, transparent);
}

@media only screen and (max-width:1200px) {
    .TipContent .content .right .jtjs .text {
        width: 80%;
    }
}

@media only screen and (max-width:960px) {
    #footerSwiper .footerSwiperItem {
        height: 23%;
        width: 90%;
    }
    #footerSwiper {
        width: 100%;
        background-color: #004ea2;
        height: 60em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .TipContent .content {
        width: 78.1%;
        margin: 0 auto;
        display: block;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .TipContent .content .left,
    .TipContent .content .right {
        width: 100%;
    }
    .TipContent .content .left .templist {
        display: block;
    }
    .TipContent .content .left .templist .tempItem {
        width: 100%;
        margin: 1em 0;
    }
    .TipContent .content .left .templist .tempItem .text .ttt22 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        width: 100%;
        height: 65%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        color: #222;
    }
    .TipContent .content .right {
        margin: 0 auto;
    }
    .TipContent .content .right .jtjs {
        width: 100%;
        height: 30em;
        margin: 0 auto;
        padding-right: 15em;
    }
    .TipContent .content .right .jtjs .btnn {
        width: 10em;
        height: 2.5em;
    }
    .TipContent .content .right .tell {
        height: 25em;
        width: 100%;
        margin: 0 auto;
    }
    .TipContent .content .right .tell .tell1 {
        position: absolute;
        top: 5em;
        left: 2em;
    }
    .TipContent .content .right .tell .tell1 .tellIcon {
        width: 6em;
        height: 6em;
        border-radius: 50%;
        background-color: white;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 3;
    }
    .TipContent .content .right .tell .tell1 .telltext {
        display: block;
        position: absolute;
        top: 0;
        left: 3em;
        width: 30em;
        height: 6em;
        line-height: 6em;
        padding-left: 3em;
        text-align: left;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.822) 5%, transparent);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.822) 5%, transparent);
        z-index: 2;
    }
    .TipContent .content .right .tell .tell2 {
        position: absolute;
        left: 2em;
        top: 14em;
    }
    .TipContent .content .right .tell .tell2 .tellIcon {
        width: 6em;
        height: 6em;
        border-radius: 50%;
        background-color: white;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 3;
    }
    .TipContent .content .right .tell .tell2 .telltext {
        display: block;
        position: absolute;
        top: 0;
        left: 3em;
        width: 30em;
        height: 6em;
        line-height: 6em;
        padding-left: 3em;
        text-align: left;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.822) 5%, transparent);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.822) 5%, transparent);
        z-index: 2;
    }
    .TipContent .content .right .rightBox {
        padding: 0;
    }
}

@media only screen and (max-width:500px) {
    .TipContent .content .right .jtjs {
        width: 100%;
        height: 22em;
        margin: 0 auto;
        padding-right: 3em;
    }
    .TipContent .content .right .tell {
        width: 100%;
        height: 22em;
        margin: 0 auto;
        padding-right: 3em;
    }
    .TipContent .templist .tempItem .text {
        height: 4em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
    }
    .TipContent .templist .tempItem .time {
        font-size: 1rem;
        line-height: 1rem;
    }
}

@media only screen and (max-width:830px) and (min-width:500px) {
    .TipContent .content .right .jtjs .btnn {
        position: absolute;
        left: 1.2em;
        bottom: 1.5em;
        width: 10em;
        height: 2.5em;
    }
    .footerSwiper .footerSwiperItem {
        height: 23%;
        width: 90%;
        overflow: hidden;
    }
    .footerSwiper {
        width: 100%;
        background-color: #004ea2;
        height: 60em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .TipContent .content .gd {
        font-size: 0.95rem;
    }
    .TipContent .content .left .templist .tempItem .text {
        width: 90%;
        font-size: 1.15rem;
    }
    .TipContent .content .left .templist .tempItem .blue_icon {
        top: -0.65rem;
    }
    .TipContent .content .right .jtjs {
        width: 100%;
        height: 18em;
        margin: 0 auto;
    }
    .TipContent .content .right .jtjs .btnn {
        width: 10em;
        height: 2.5em;
        line-height: 2.5em;
        margin-top: 1.25em;
        position: absolute;
        bottom: 2em;
        text-align: left;
        padding-left: 0.9em;
    }
    .TipContent .content .right .tell {
        height: 18em;
        width: 100%;
        margin: 0 auto;
    }
    .TipContent .content .right .tell .tell1 {
        position: absolute;
        top: 3em;
        left: 2em;
        overflow: hidden;
    }
    .TipContent .content .right .tell .tell1 .tellIcon {
        width: 5em;
        height: 5em;
        border-radius: 50%;
        background-color: white;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 3;
    }
    .TipContent .content .right .tell .tell1 .telltext {
        display: block;
        position: absolute;
        top: 0;
        left: 2.8em;
        width: 15em;
        height: 5em;
        padding-left: 2em;
        text-align: left;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.822) 5%, transparent);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.822) 5%, transparent);
        z-index: 2;
    }
    .TipContent .content .right .tell .tell2 {
        position: absolute;
        left: 2em;
        top: 10em;
        overflow: hidden;
    }
    .TipContent .content .right .tell .tell2 .tellIcon {
        width: 4.75rem;
        height: 4.75rem;
        border-radius: 50%;
        background-color: white;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 3;
    }
    .TipContent .content .right .tell .tell2 .telltext {
        display: block;
        position: absolute;
        top: 0;
        left: 2.8em;
        width: 20em;
        height: 4.8em;
        padding-left: 3em;
        text-align: left;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.822) 5%, transparent);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.822) 5%, transparent);
        z-index: 2;
    }
}

.footerSwiper {
    width: 100%;
    background-color: #004ea2;
    height: 21em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footerSwiper .footerSwiperItem {
    height: 90%;
    width: 23.5%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    overflow: hidden;
}


/* .fonter1 {
	background-image: url(../images/index_footer1.png);
	background-size: cover;
	transition: background-size 1s;
}

.fonter2 {
	background-image: url(../images/index_footer2.png);
	background-size: cover;
	transition: background-size 1s;
}

.fonter3 {
	background-image: url(../images/index_footer3.png);
	background-size: cover;
	transition: background-size 1s;
}

.fonter4 {
	background-image: url(../images/index_footer4.png);
	background-size: cover;
	transition: background-size 1s;
} */

.footerSwiper .fonter1:hover {
    background-size: 120%
}

.footerSwiper .fonter2:hover {
    background-size: 120%
}

.footerSwiper .fonter3:hover {
    background-size: 120%
}

.footerSwiper .fonter4:hover {
    background-size: 120%
}

.footerSwiper .footerSwiperItem .icon {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footerSwiper .footerSwiperItem .icon img {
    width: 5.625rem;
    height: 5.125rem;
}

.footerSwiper .footerSwiperItem .icon span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1.25rem;
}

.footerSwiper .footerSwiperItem .text {
    height: 0px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: white;
    padding: 2.5rem;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
}

.footerSwiper .footerSwiperItem .text p {
    margin: 0;
    font-size: 1.25rem;
    margin-bottom: .6em;
}

.footerSwiper .footerSwiperItem .text section {
    margin-bottom: .6em;
}

.footerSwiper .footerSwiperItem .text .btn {
    width: 9em;
    height: 3em;
    border-radius: 1.5625rem;
    background-color: white;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    -ms-border-radius: 1.5625rem;
    -o-border-radius: 1.5625rem;
    padding-left: 1.5rem;
    text-align: left;
    font-size: 1.125rem;
    color: #004ea2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footerSwiper .footerSwiperItem .text .btn:hover {
    background-color: #004ea2;
    color: #fff;
}

.footerSwiperItem .text .btn:hover>a {
    color: #fff;
}

#footerSwiper .footerSwiperItem .text .btn:hover>a .iconfont {
    color: #fff;
}

.jtjs>.icon-youjiantou {
    color: #004ea2;
}

.footerSwiper .footerSwiperItem:hover .icon {
    display: none;
}

.footerSwiper .footerSwiperItem:hover .text {
    height: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.ss {
    height: 100%;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ss .icon-sousuo {
    font-size: 22px;
}

.ss .icon-icon_close {
    display: none;
    font-size: 26px;
}

.ssbox {
    display: none;
    height: 42px;
    width: 250px;
    position: absolute;
    bottom: -62px;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ssbox>input {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    height: 40px;
    outline: none;
    color: #fff;
}

.ssbox>input::-webkit-input-placeholder {
    color: #666;
}

.ssbox>input::-moz-placeholder {
    color: #666;
}

.ssbox>input:-ms-input-placeholder {
    color: #666;
}

.ssbox>input::placeholder {
    color: #666;
}

.ssbox .icon-sousuo {
    font-size: 22px;
    color: #666;
}


/* amp 页面 */

.neiyebanneramp {
    width: 100%;
    height: 600px;
    position: relative;
}

.bannertit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 80px;
    display: none;
}

.neiyebanneramp>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ampcpbox {
    padding-top: 50px;
    padding-bottom: 70px;
}

.ampcplist {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ampcplist>div {
    width: calc((100% - 60px) / 3);
    border: solid 1px #e7e7e8;
    margin-bottom: 30PX;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 30px;
}

.ampcplist>div:nth-child(3n) {
    margin-right: 0;
}

.ampcplist>div a {
    display: block;
}

.ampcplist .topimg {
    position: relative;
    height: 0;
    padding-bottom: 80%;
}

.ampcplist .topimgbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ampcpli .topimg {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ampcpli .topimg img {
    display: block;
    margin: 0 auto;
    width: 64%;
    height: 72%;
    object-fit: contain;
}

.ampcpli:hover .topimg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}


/* 文字/图标悬浮效果 */

.ampcpli .amptit {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ampcpli:hover .amptb {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    /* 箭头右移，提示点击 */
}

.amptit {
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amptext {
    font-size: 24px;
}

.amptb .icon-zhixiangyou {
    font-size: 23px;
}


/* apm详情 */

.neiyebannerampdetails {
    width: 100%;
    height: 796px;
    position: relative;
}

.neiyebannerampdetails>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neiyebannerampdetailsswiper {
    width: 1000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    overflow: hidden;
}

.product-button-next,
.product-button-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #595959;
    z-index: 999;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-button-prev>.iconfont {
    display: block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 22px;
}

.product-button-next>.iconfont {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    font-size: 22px;
}

.product-button-next {
    position: absolute;
    left: 274px;
    bottom: 48px;
}

.product-button-prev {
    position: absolute;
    right: 274px;
    bottom: 48px;
}

.neiyebannerampdetails-pc {
    display: block;
}


/* 主轮播容器 */

.product-swiper {
    width: 600px;
    /* 主图宽度，可自定义 */
    height: 450px;
    /* 主图高度，可自定义 */
    margin: 0 auto;
    overflow: hidden;
}

.product-swiper .swiper-slide .img {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/* 主轮播图片：铺满容器 */

.product-swiper .swiper-slide img {
    width: 90%;
    height: 98%;
    object-fit: contain;
    /* 保持图片比例，不裁剪 */
    display: block;
    margin: 0 auto;
}


/* 缩略图轮播容器 */

.product-thumb-swiper {
    width: 300px;
    /* 与主轮播同宽 */
    /* 缩略图高度 */
    margin: 20px auto 30px;
    overflow: hidden;
}


/* 缩略图样式：小图 + 选中态 */

.product-thumb-swiper .swiper-slide {
    width: 95px;
    /* 缩略图宽度 */
    height: 90px;
    opacity: 0.6;
    /* 未选中时半透明 */
    cursor: pointer;
    border: solid 1px #797979;
}

.product-thumb-swiper .swiper-slide .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.product-thumb-swiper .swiper-slide-active {
    opacity: 1;
    /* 选中时不透明 */
    background-color: rgba(255, 255, 255, .5);
}

.product-thumb-swiper .swiper-slide img {
    width: 74%;
    height: 76%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


/* 箭头样式（可选，美化） */

.swiper-button-prev,
.swiper-button-next {
    color: #000;
    /* 箭头颜色 */
}

.minsweiper {
    position: absolute;
}

.detailstop {
    width: 100%;
    background-color: #dcdcdc;
    padding-bottom: 39px;
    text-align: center;
}

.toptit {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    padding: 8px 0;
}

.topmintit {
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
    line-height: 1.5;
    max-width: 1024px;
    text-align: center;
}

.ampdetails {
    padding: 50px 0 70px;
}

.detailstit {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 40px;
}

.detailsli {
    font-size: 18px;
}

.detailsli1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.detailsli1left {
    width: 50%;
}

.detailsli1left>img {
    width: 100%;
    height: 100%;
    display: block;
}

.detailsli1right {
    width: 50%;
    background-color: #f1f1f1;
    padding: 90px 30px 0 65px;
    text-align: left;
}

.rightkong {
    padding-top: 30px;
}

.detailsli1rbox {
    width: 50%;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 40px;
}

.textbox {
    text-align: left;
    color: #333;
    margin-bottom: 30px;
}

.audiobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.audiotit {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
}

.audio {
    width: 480px;
}

.audio>audio {
    width: 300px;
}

.detailsli2 {
    width: 100%;
    height: auto;
    padding-top: 50px;
    /* background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 60%, #ffffff 100%); */
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 60%, #ffffff 100%);
    background: linear-gradient(180deg, #f3f3f3 0%, #ffffff 60%, #ffffff 100%);
}

.amptopimg {
    height: 446px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.textbox1 {
    padding: 10px 100px 30px 70px;
    text-align: left;
    color: #333;
    line-height: 32px;
}

.audiobox1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detailsli3 {
    margin-bottom: 100px;
}

.detailsli4 {
    height: 530px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: linear-gradient(180deg, #f3f3f3 0%, #ffffff 100%);
}

.detailsli5 {
    height: 525px;
    background-color: #f7f7f7;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.detailsli5>.detailsli1rbox {
    padding-top: 90px;
    padding-left: 100px;
}

.detailsli1left1 {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.detailsli1left1>img {
    width: 100%;
}

.detailsli6 {
    border: solid 1px #f3f3f3;
    position: relative;
    margin-bottom: 40px;
}

.detailsli6>img {
    width: 100%;
    height: 100%;
}

.dingimg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.detailsli1rbox1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 80px;
}

.detailsli1rbox1 .textbox1 {
    padding: 0 115px;
    text-align: center;
}

.detailsli77 {
    height: 530px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../images/ddd_07.png);
    margin-bottom: 40px;
}

.audiobox2 {
    margin-top: 120px;
}

.detailsli7 {
    height: 548px;
    margin-bottom: 40px;
}

.detailsli1left3 {
    width: auto;
}

.detailsli8 {
    margin-bottom: 70px;
}

.ampdetails1 {
    min-height: 500px;
    width: 100%;
    background-image: url("../images/bbb_06.png");
    background-size: cover;
    /* 水平/垂直铺满容器，保持比例 */
    background-position: center;
    /* 图片居中显示 */
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ampdetails2tit {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.ampdetails2data {
    height: 36px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    line-height: 36px;
}

.dataleft {
    width: 286px;
    margin-right: 1px;
    padding-left: 20px;
    background-color: #f1f1f1;
}

.dataleft1 {
    width: 286px;
    margin-right: 1px;
    padding-left: 20px;
}

.dataright {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
    background-color: #f1f1f1;
}

.dataright1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}

.ampdetails3 {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.ampdetails4 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.xz {
    width: 46px;
    height: 46px;
    margin-right: 20px;
}

.xz>img {
    width: 100%;
    height: 100%;
}

.xztext {
    color: #333333;
}

.xztext>a {
    text-decoration: underline;
    font-weight: 600;
}

.artistabanner {
    position: relative;
}

.artistabanner .swiper-slide {
    height: 600px;
}

.artistabanner .swiper-slide .pic>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.artistslist {
    padding: 50px 0;
}

.artistabanner .swiper-pagination {
    left: auto;
    right: 7.8125%;
    width: auto;
    bottom: 30px;
}

.artistabanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 0 10px;
}

.artistabanner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
}

.artistabanner .swiper-pagination-bullet-active {
    background: #fff;
}

.artistslistbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.artistslistbox a {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.artistslistbox a:nth-child(3n) {
    margin-right: 0;
}

.artistslistbox a>div {
    width: 100%;
    height: 0;
    padding-bottom: 73%;
    position: relative;
}

.artistslistbox a img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.artistsli {
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    overflow: hidden;
    /* 防止内容溢出 */
}

.artistsli>img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    /* 图片过渡稍慢，更自然 */
    display: block;
}

.arttitbox {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.arttit1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.arttit2 {
    font-size: 18px;
    color: #fff;
}


/* 悬停时边框显示+卡片旋转 */

.artistsli:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    /* 向上移动8px */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    /* 增强阴影 */
}

.artistsli:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    /* 图片轻微放大 */
}


/* 文字区域上移 */

.artistsli .arttit1 {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.artistsli:hover .arttit1 {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.artdetails {
    padding-top: 50px;
    max-width: 1616px;
    margin: 0 auto;
}

.artdetails1 {
    padding: 10px 0;
}

.artdetails2 {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    margin-bottom: 70px;
    text-align: left;
}

.artdetailsimg {
    margin-bottom: 70px;
}

.artdetailsimg img {
    display: block;
    width: 100%;
}

.sharebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 70px;
}

.sharetit {
    color: #000;
    font-size: 18px;
    margin-right: 15px;
}

.sharebox .toptub .tub1 {
    background-color: #ecebeb;
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sharebox .toptub .tub1 img {
    display: block;
    margin: 0 auto;
}

.returnbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.returnbtn {
    width: 215px;
    height: 56px;
    border: solid 1px #333333;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.returnbtn .icon-zhixiangyou {
    font-size: 18px;
}

.aboutbox {
    padding-top: 50px;
    padding-bottom: 70px;
}

.about1 {
    width: 100%;
    height: 566px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about1left {
    width: 50%;
    height: 100%;
}

.about1right {
    width: 50%;
    height: 100%;
    background-color: #f3f1f2;
    padding-left: 80px;
    padding-top: 90px;
    padding-right: 80px;
    text-align: left;
}

.about1righttit {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about1righttext {
    margin-bottom: 15px;
}

.about2 {
    width: 100%;
    height: 740px;
    margin-bottom: 30px;
    position: relative;
}

.about2>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about2wz1 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding-left: 80px;
    padding-top: 75px;
    padding-right: 40px;
    text-align: left;
}

.aboutwz2 {
    margin-bottom: 15px;
}

.aboutwz2 .aboutwz21 {
    font-size: 36px;
    font-weight: 600;
    margin-right: 25px;
}

.aboutwz2 .aboutwz22 {
    font-size: 18px;
    font-weight: bold;
}

.aboutwz1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 45px;
}

.aboutwz3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
}

.about2wz2 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding-left: 80px;
    padding-top: 75px;
    padding-right: 40px;
    text-align: left;
}

.aboutwz4 {
    padding-top: 80px;
    font-size: 30px;
}

.about3 {
    height: 730px;
}

.contacttitbox {
    padding-top: 50px;
    padding-bottom: 20px;
}

.contacttit {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.contacttext {
    font-size: 14px;
    color: #333;
    text-align: left;
}

.contactform {
    width: 100%;
}

.contactform .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.frombox {
    width: 100%;
    padding-top: 10px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fromli {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fromli>input {
    width: calc(50% - 15px);
    height: 66px;
    background-color: #f6f5f5;
    border: none;
    outline: none;
    padding: 8px 32px;
    margin-bottom: 30px;
}

.fromli>textarea {
    width: 100%;
    height: 150px;
    background-color: #f6f5f5;
    border: none;
    outline: none;
    margin-bottom: 30px;
    padding: 8px 32px;
    resize: none;
    font-size: 16px;
    /* 字体大小 */
    line-height: 1.5;
    /* 行高，提升可读性 */
    font-family: "arial", "微软雅黑", "Helvetica", "Helvetica Neue";
}

.frombtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.frombtn>input {
    width: 315px;
    height: 66px;
    background-color: #333333;
    color: #fff;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 600;
}

.dintub {
    margin-left: 30px;
}

.dintub>.toptub .tub1 {
    border: solid 1px #cfcfcf;
}

.adrbox {
    margin-bottom: 70px;
}

.adrbanner>img {
    width: 100%;
    height: auto;
}

.adrlist {
    background-color: #f3f2f2;
    padding: 0 40px 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.adrli1 {
    width: 460px;
    height: 295px;
    border-bottom: solid 1px #333333;
    padding-right: 30px;
    text-align: left;
    padding-top: 50px;
}

.adrlitit {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.adrlitit1 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.adrlitext {
    font-size: 16px;
    color: #404040;
    line-height: 30px;
}

.newsbox {
    padding-top: 50px;
    padding-bottom: 50px;
}

.newstopbox {
    height: 650px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newstopleft {
    width: calc(50% - 15px);
    height: 100%;
}

.newstopleft a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}

.newstopleft img {
    width: 100%;
    height: 85vw;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
}

.newstopleft:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lefttext {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    padding-top: 5px;
}

.lefttext1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: bold;
}

.lefttext2 {
    color: #efeeef;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.1;
}

.newsdetail {
    color: #efeeef;
    width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.newstopright {
    width: calc(50% - 15px);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newstopright1 {
    height: 310px;
}

.newstopright1 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.newstopright1img {
    width: 355px;
    height: 100%;
    overflow: hidden;
}

.newstopright1img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    display: block;
}

.newstopright1:hover .newstopright1img>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.newstopright1text {
    width: 440px;
    background-color: #f3f2f2;
    padding: 95px 35px 0;
    line-height: 42px;
    font-size: 24px;
    color: #555;
    text-align: left;
    font-weight: 400;
    position: relative;
    line-height: 1.8;
}

.newstopright1text .zhegai {
    padding-top: 90px;
}

.newstopright1text>text {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.newstopbox2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newstopbox2 a {
    display: block;
}

.newstopbox3 {
    width: calc((100% - 60px) / 3);
    height: 560px;
    margin-bottom: 45px;
    margin-right: 30px;
}

.newstopbox3 .read-more,
.newstopright1text .read-more {
    display: none;
}

.newstopbox2>div:nth-child(3n) {
    margin-right: 0;
}

.newsimgbox {
    width: 100%;
    height: 343px;
    overflow: hidden;
}

.newsimgbox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    display: block;
}

.newstopbox3:hover .newsimgbox>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.newstopbox3text {
    width: 100%;
    height: 180px;
    background-color: #f3f2f2;
    padding: 30px 40px;
    color: #404040;
    font-size: 22px;
    text-align: left;
    font-weight: 400;
    position: relative;
}

.zhegai {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #666;
    z-index: 2;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    padding: 30px 40px;
    font-size: 22px;
    text-align: left;
    font-weight: 400;
}

.zhegai>text {
    display: -webkit-box;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newstopbox3text>text {
    display: -webkit-box;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.newstopbox3:hover .newstopbox3text>text {
    /* color: #fff; */
}

.newstopright1:hover .newstopright1text>text {
    color: #fff;
}

.newstopright1:hover .newstopright1text .zhegai {
    opacity: 1;
}

.newstopbox3:hover .newstopbox3text .zhegai {
    opacity: 1;
}

.newstopright1text:hover .zhegai>text {
    /* display: -webkit-box; */
    /* word-wrap: break-word; */
    /* word-break: break-all; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: none; */
}

.newsdetailsbanner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.news-nav {
    position: absolute;
    top: 170px;
    padding: 0 7.8125%;
}

.news-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news-nav li {
    margin: 0 33px;
    position: relative;
}

.news-nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

.news-nav li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

.news-info div {
    text-align: center;
    margin: 0 auto;
    max-width: 1024px;
    padding-bottom: 25px;
}

.news-info .date {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    padding: 15px 0;
}

.news-info .info {
    font-size: 42px;
    font-weight: bold;
    line-height: 48px;
    color: #000;
}

.newsdetailsbanner>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.newsdetailtit {
    text-align: left;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.newsdetail1 {
    margin-bottom: 20px;
}

.returnbox2 {
    margin-bottom: 50px;
}

.bannerdin {
    position: relative;
}

.bannerdin>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    color: #fff;
    text-align: left;
}

.bannerwz {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bannerwz1 {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 45px;
}

.bannerbutton {
    width: 185px;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #ffffff;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bannerbutton:hover {
    background-color: #fff;
    color: #333;
}

.cplbswiper-pc {
    padding: 20px 0;
    /* 留出偏移空间 */
}


/* 中间激活滑块：放大 + 向上偏移 */

.cplbswiper-container .swiper-wrapper>.swiper-slide-active {
    -webkit-transform: scale(1.25, .95) translateY(-30px);
    transform: scale(1.25, .95) translateY(-30px);
    /* 关键：向上偏移20px */
    opacity: 1;
    z-index: 10;
}

.cplbswiper-container .swiper-wrapper>.swiper-slide-active>.cpbox {
    -webkit-transform: scale(.8, 1.05);
    transform: scale(.8, 1.05);
}

.cplbswiper-container .swiper-wrapper>.swiper-slide-active>.cpbox img {
    width: 75%;
}

.cplbswiper-container .swiper-wrapper>.swiper-slide-active .cptit .cptit1 {
    font-weight: 600 !important;
}

.cplbswiper-container .swiper-wrapper>.swiper-slide-active .cptit .tubiao {
    font-weight: 600 !important;
}


/* 两侧滑块样式 */

.cplbswiper-pc .swiper-slide-prev,
.cplbswiper-pc .swiper-slide-next {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

cplbimg {
    overflow: hidden;
}

.toppic {
    margin-bottom: 10px;
    font-size: 0;
    text-align: center;
}

.toppic img {
    max-width: 100% !important;
}


/* 图片容器适配 */

.cplbimg img {
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.cplbimg:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}


/* 非激活滑块的样式（缩小+透明度降低） */

.cplbswiper-pc .swiper-slide:not(.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    /* 比默认缩小 */
    opacity: 0;
    /* 降低透明度（可选） */
}

.banner-pc {
    display: block;
    width: 100%;
}

.banner-mobile {
    display: none;
    width: 100%;
}

.cplbswiper-mobile {
    display: none;
    width: 100%;
}

.mySwiper-pc {
    display: block;
    width: 100%;
}

.mySwiper-mobile {
    display: none;
    width: 100%;
}


/* 移动端样式 */

.main-box {
    padding-left: 7.8125%;
    padding-right: 7.8125%;
}

.banner-pc .txt {
    color: #fff;
    padding: 300px 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 84.375%;
    height: 100%;
    text-align: left;
    max-width: 1616px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-pc .txt .bannerwz,
.banner-pc .txt .bannerwz1 {
    max-width: 460px;
}

.ampdetailTable {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
}

.ampdetailTable tr:nth-child(odd) {
    background: #f1f1f1;
}

.ampdetailTable th,
.ampdetailTable td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ampdetailTable th {
    padding-left: 20px;
    font-weight: normal;
    color: #333;
}

.ampdetailTable td {
    padding-left: 35px;
    color: #888;
}

.cplbswiper .swiper-pagination,
.mySwiper-pc .swiper-pagination {
    display: none;
}

.cplbswiper .swiper-pagination {
    bottom: -30px;
}

.cplbswiper .swiper-pagination .swiper-pagination-bullet,
.swiper-pagination.mySwiper-pc-swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #ccc;
    background-color: transparent;
    opacity: 1;
}

.cplbswiper .swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination.mySwiper-pc-swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #ccc;
    background-color: #ccc;
    opacity: 1;
}

.divcontent img {
    max-width: 100% !important;
}

.search-box {
    padding: 50px 0;
    overflow: hidden;
}

.search-box li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    background: #f3f2f2;
}

.search-box .pic {
    height: 100%;
    width: 416px;
    overflow: hidden;
}

.search-box .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.search-box a:hover .pic img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.search-box .mid {
    padding: 65px 50px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-box .tit,
.search-box .date,
.search-box .more,
.search-box a {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.search-box a:hover {
    background: #555;
}

.search-box a:hover .date,
.search-box a:hover .tit,
.search-box a:hover .more {
    color: #fff;
}

.search-box .more {
    padding: 0 80px;
    vertical-align: middle;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-box .mid .date {
    font-size: 18px;
    color: #777;
    line-height: 1.5;
}

.search-box .mid .tit {
    font-size: 30px;
    line-height: 50px;
    color: #555;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 100px;
    overflow: hidden;
}

.search-box .more p {
    font-size: 18px;
}

.search-box .more i {
    font-size: 22px;
    font-weight: bold;
    margin-left: 22px;
}

.search-box li {
    margin-bottom: 40px;
}

@media screen and (max-width: 1640px) {
    .cplbswiper {
        height: 540px;
    }
    .main-box,
    .headerW {
        padding-left: 5%;
        padding-right: 5%;
    }
    .banner-pc .txt {
        width: 90%;
    }
    .cplbswiper-button-next .icon-zhixiangzuo,
    .cplbswiper-button-prev .icon-zhixiangyou,
    .spcplbswiper-button-prev .icon-zhixiangyou,
    .spcplbswiper-button-next .icon-zhixiangzuo {
        font-size: 18px;
    }
    .cplbswiper-button-prev,
    .cplbswiper-button-next,
    .spcplbswiper-button-prev,
    .spcplbswiper-button-next {
        width: 36px;
        height: 36px;
    }
    .cplbswiper-button-prev {
        right: 0;
        -webkit-transform: translateX(calc(100% + -7px));
        transform: translateX(calc(100% + -7px));
    }
    .cplbswiper-button-next {
        left: 0;
        -webkit-transform: translateX(calc(-100% - -5px));
        transform: translateX(calc(-100% - -5px));
    }
    .spcplbswiper-button-prev {
        right: 0;
        -webkit-transform: translateX(calc(100% + 5px));
        transform: translateX(calc(100% + 5px));
    }
    .spcplbswiper-button-next {
        left: 0;
        -webkit-transform: translateX(calc(-100% - 5px));
        transform: translateX(calc(-100% - 5px));
    }
    .cptit .cptit1 {
        font-size: 18px;
    }
    .cptit .tubiao .icon-zhixiangyou {
        font-size: 22px;
    }
    .bannerdin>.content {
        padding-left: 4vw;
    }
    .cpspbox .content {
        height: 50vw;
    }
    .spcplbbox,
    .spcplb {
        height: auto;
    }
    .spcplbbox>img {
        height: 24vw;
    }
    .spcplb {
        margin-bottom: 8vw;
    }
    .arttit1 {
        font-size: 20px;
    }
    .arttit2 {
        font-size: 16px;
    }
    .arttitbox {
        height: 100px;
    }
    .artistslistbox a {
        width: calc((100% - 30px) / 2);
    }
    .artistslistbox a:nth-child(3n) {
        margin-right: 30px;
    }
    .artistslistbox a:nth-child(2n) {
        margin-right: 0;
    }
    .artistabanner .swiper-pagination {
        right: 5%;
    }
    .about1right {
        padding: 50px 40px 0;
    }
    .about2wz1 {
        width: 70%;
    }
    .about2wz2 {
        width: 70%;
    }
    .cpbox {
        padding-bottom: 30px;
    }
    .amptext {
        font-size: 18px;
    }
    .amptit {
        padding: 0 30px;
        height: 80px;
    }
    .detailsli1right {
        padding: 40px 30px 0 50px;
    }
    .detailsli {
        font-size: 16px;
        line-height: 1.3;
    }
    .detailsli1rbox {
        padding-top: 30px;
        padding-left: 30px;
    }
    .detailsli5>.detailsli1rbox {
        padding-top: 50px;
        padding-left: 60px;
    }
    .newstopright1text {
        font-size: 20px;
    }
    .newstopbox3text>text {
        font-size: 20px;
    }
    .search-box .mid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-box .more {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1440px) {
    .newstopbox3 {
        width: calc(50% - 15px);
    }
    .newstopbox2>div:nth-child(3n) {
        margin-right: 30px;
    }
    .newstopbox2>div:nth-child(2n) {
        margin-right: 0;
    }
    .news-info .info {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1024px) {
    .search-box li a {
        height: auto;
        display: block;
        padding-bottom: 15px;
    }
    .search-box .pic {
        display: none;
    }
    .search-box .mid {
        padding: 20px 20px 0;
    }
    .search-box .mid .date {
        font-size: 12px;
    }
    .search-box .mid .tit {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10px;
        height: 3em;
    }
    .search-box .more p {
        font-size: 12px;
    }
    .search-box .more {
        padding: 0 20px;
        margin-top: 10px;
    }
    .search-box .more i {
        font-size: 14px;
        margin-left: 12px;
    }
    .search-box {
        padding: 30px 0 20px;
    }
    .search-box li {
        margin-bottom: 10px;
    }
    .cplbswiper {
        padding: 0 12px;
        height: auto;
    }
    .cplbswiper-container .swiper-wrapper>.swiper-slide,
    .cplbswiper-container .swiper-wrapper>.swiper-slide-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: none;
    }
    .cplbswiper-container .swiper-wrapper>.swiper-slide .cpbox {
        display: block;
        height: 100%;
        padding: 0;
    }
    .cplbswiper-container .swiper-wrapper>.swiper-slide .cpbox a {
        padding-top: 5vw;
        display: block;
    }
    .cplbswiper-container .swiper-wrapper>.swiper-slide .cpbox a img {
        height: 40vw;
    }
    .cplbbox .tit3 {
        margin-bottom: 20px;
    }
    .cpbox2 .cplbimg {
        margin-bottom: 0;
    }
    .bannerwz1 {
        /* display: none; */
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: 40%;
        margin-bottom: 25px;
    }
    .bannerwz1 * {
        font-size: 12px !important;
    }
    .bannerwz {
        font-size: 2.3vw;
    }
    .bannerwz * {
        font-size: 2.3vw !important;
    }
    #swiperRoot {
        height: auto;
    }
    #swiperRoot .swiper-container {
        height: 60vw;
    }
    .cplbswiper-container .swiper-wrapper>.swiper-slide .cpbox a img {
        height: 40vw;
        width: 70vw;
        object-fit: contain;
    }
    .bannerbutton {
        font-size: 12px;
        width: 110px;
        height: 30px;
        border-radius: 4px;
    }
    .bannerdin>.content {
        padding-bottom: 8vw;
    }
    .bannerbutton i {
        font-size: 14px;
    }
    .cplbbox {
        padding-top: 10vw;
    }
    .cplbbox .tit1 {
        font-size: 20px;
    }
    .cplbbox .tit2 {
        font-size: 14px;
    }
    .cplbswiper-pc {
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
        padding: 15px 0;
    }
    .cplibox .titbox {
        padding-left: 8vw;
        padding-right: 8vw;
        height: auto;
        padding-top: 6vw;
        padding-bottom: 7vw;
    }
    .cplibox .titbox .tit1 {
        font-size: 22px;
    }
    .cplibox .titbox .tit2 {
        font-size: 14px;
    }
    .cplibox .imgbox {
        height: auto;
    }
    .cplibox .imgbox>img {
        height: auto;
        display: block;
    }
    .gdbox1 {
        width: 48px;
        height: 48px;
    }
    .spcplb {
        height: 80vw;
        margin-bottom: 1vw;
    }
    .spcplbbox {
        height: 100%;
    }
    .spcplbbox>img {
        height: 70vw;
    }
    .tit2box {
        width: 70%;
        font-size: 12px;
        margin-bottom: 2em;
    }
    .footerright {
        width: 100%;
    }
    .rightinput>input {
        max-width: 200px;
        height: 30px;
        font-size: 12px;
    }
    .rightbtn>input {
        font-size: 12px;
        width: 100px;
        height: 30px;
    }
    #swiperRoot .pic img {
        height: 60vw;
    }
    .banner-pc .txt {
        padding-top: calc(17vw + 4.2em);
    }
    body {
        font-size: 14px;
    }
    .cplbswiper-container .swiper-wrapper>.swiper-slide-active>.cpbox {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .cpsptit {
        font-size: 20px;
    }
    .arttit1 {
        font-size: 18px;
    }
    .arttit2 {
        font-size: 14px;
    }
    .arttitbox {
        height: 90px;
    }
    .about1 {
        height: auto;
        display: block;
    }
    .about1left,
    .about1right {
        width: 100%;
    }
    .about1left img {
        display: block;
        width: 100%;
    }
    .about1right {
        padding-bottom: 50px;
    }
    .about2wz1 {
        background: #f3f1f2;
        width: 100%;
        padding: 40px 40px 60px;
        z-index: 1;
        position: relative;
        color: #000;
    }
    .about2>img {
        display: block;
        height: auto;
    }
    .about2 {
        height: auto;
    }
    .aboutwz1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .aboutwz2 .aboutwz21 {
        font-size: 26px;
    }
    .aboutwz2 .aboutwz22,
    .aboutwz3 {
        font-size: 14px;
    }
    .about2wz2 {
        position: relative;
        width: 100%;
        padding: 40px 30px;
        background: #f3f1f2;
        width: 100%;
        z-index: 1;
        position: relative;
        color: #000;
    }
    .aboutwz4 {
        padding-top: 60px;
        font-size: 26px;
    }
    .ampcplist>div {
        width: calc((100% - 30px) / 2);
    }
    .ampcplist>div:nth-child(3n) {
        margin-right: 30px;
    }
    .ampcplist>div:nth-child(2n) {
        margin-right: 0;
    }
    .toptit {
        font-size: 20px;
    }
    .topmintit {
        font-size: 14px;
        padding: 0 5%;
    }
    .detailsli1 {
        display: block;
    }
    .detailsli1left,
    .detailsli1right {
        width: 100%;
    }
    .detailsli1right {
        padding: 30px;
    }
    .detailsli1rbox,
    .detailsli1left1 {
        width: 100%;
    }
    .detailsli5 {
        display: block;
        height: auto;
    }
    .detailsli2 {
        height: auto;
    }
    .detailsli4 {
        height: auto;
    }
    .detailsli1left1 img {
        max-width: 60%;
    }
    .detailsli3 {
        margin-bottom: 60px;
    }
    .detailsli1rbox1 {
        padding-top: 40px;
    }
    .detailsli1rbox1 .textbox1 {
        padding: 0 30px;
    }
    .swiper-pagination.mySwiper-pc-swiper-pagination,
    .cplbswiper .swiper-pagination {
        display: block;
    }
    .ampdetails1 {
        min-height: 350px;
        background-size: auto 360px;
    }
    .contactform .flex {
        display: block !important;
    }
    .dintub {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .contacttitbox {
        padding-top: 50px;
    }
    .newstopbox {
        display: block;
        height: auto;
    }
    .newstopleft,
    .newstopright {
        width: 100%;
        height: auto;
    }
    .newstopright1text {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 80px;
    }
    .newstopright1 {
        margin-top: 10px;
    }
    .cptit {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cptit .tubiao {
        margin-left: 25px;
    }
    .newstopbox3 .read-more,
    .newstopright1text .read-more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        vertical-align: middle;
        line-height: 30px;
    }
    .newstopright1text .read-more {
        margin-top: 20px;
    }
    .newstopbox3 .read-more i,
    .newstopright1text .read-more i {
        margin-left: 20px;
        font-weight: bold;
    }
    .newstopbox3 .read-more p {
        font-size: 16px;
    }
    .newstopright1text .read-more {
        font-size: 20px;
    }
    .newstopright1text .read-more i {
        font-size: 20px;
    }
    .newstopbox3text>text {
        display: block;
        line-height: 1.5;
        height: 4.5em;
    }
    .newstopbox3:hover .newstopbox3text .zhegai {
        display: none;
    }
    .zhegai {
        display: none;
    }
}

@media (max-width: 768px) {
    .newstopbox3text>text {
        display: block;
        line-height: 1.5;
        height: auto;
    }
    .newstopright1text .read-more {
        margin-top: 12px;
        font-size: 14px;
    }
    .newstopright1text .read-more i {
        font-size: 16px;
    }
    .cplist {
        margin-bottom: 10px;
    }
    .neiyebannerampdetails.neiyebannerampdetails-pc {
        height: 80vw;
    }
    .neiyebannerampdetailsswiper {
        width: 100%;
        height: 100%;
    }
    .product-thumb-swiper {
        position: absolute;
        bottom: 0;
        margin: 0 0 5px -27vw;
        left: 50%;
        width: 54vw;
    }
    .product-swiper {
        width: 100%;
        height: 47vw;
        position: absolute;
        bottom: 19vw;
    }
    .product-button-next,
    .product-button-prev {
        bottom: calc(9vw - 12px);
        width: 32px;
        height: 32px;
    }
    .footerright {
        margin-left: 0;
        margin-top: 10px;
    }
    .gqbox {
        display: none;
    }
    .middlebox {
        display: block;
    }
    .content {
        margin: 0 auto !important;
    }
    .mySwiper-mobile {
        display: block;
    }
    .swibtn {
        width: 100%;
    }
    .listbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .cplibox {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .cplibox:hover .cpbanner {
        height: 190px;
    }
    /* .banner-pc {
        display: none;
    } */
    .spcplbswiper-button-next,
    .cplbswiper-button-next {
        display: none;
    }
    .spcplbswiper-button-prev,
    .cplbswiper-button-prev {
        display: none;
    }
    .cplbcontent {
        width: 100%;
    }
    .cpbox {
        height: 400px;
    }
    .cpbox {
        height: 400px;
    }
    .cpspbox {
        height: auto;
        margin-top: calc(8vw + 20px);
        margin-bottom: 10px;
    }
    .cplbswiper {
        height: 60vw;
    }
    .banner-mobile {
        display: block;
        padding-top: 70px;
        height: 450px !important;
    }
    .cplbswiper-mobile {
        display: block;
    }
    .cplbimg>img {
        width: 100%;
    }
    .neiyebanneramp {
        height: 55vw;
    }
    .ampcplist {
        display: block;
    }
    .ampcpli {
        width: 100%;
        height: auto;
    }
    .topimg>img {
        width: 100%;
        height: 100%;
    }
    .neiyebannerampdetails {
        height: 55vw;
    }
    .detailstop {
        height: auto;
        padding-bottom: 20px;
    }
    .detailsli {
        padding: 0;
    }
    .detailsli1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .detailsli1right {
        width: 100%;
        padding: 18px 10px 20px 20px;
        font-size: 13px;
    }
    .detailsli1left {
        width: 100%;
    }
    .detailsli1rbox {
        width: 100%;
        padding: 20px 0;
        font-size: 12px;
    }
    .audio>audio {
        width: 240px;
    }
    .amptopimg {
        height: auto;
    }
    .amptopimg>img {
        width: 100%;
    }
    .textbox1 {
        padding: 10px 10px 30px 10px;
        font-size: 12px;
        line-height: 1.3;
    }
    .detailsli4 {
        height: auto;
    }
    .detailsli4>img {
        width: 100%;
    }
    .detailsli4 {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .detailsli5>.detailsli1rbox {
        padding: 20px;
    }
    .detailsli1left1 {
        width: 100%;
    }
    .ampdetails2 {
        height: auto;
    }
    .ampdetails2 .content>img {
        width: 100%;
    }
    .ampdetails4 {
        margin-top: 20px;
        padding: 0;
    }
    .artistsli {
        width: 100%;
        height: auto;
    }
    .arttitbox {
        width: 100%;
    }
    .artdetails1 {
        padding: 0;
    }
    .artdetailsimg>img {
        width: 100% !important;
    }
    .about1 {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about1left {
        width: 100%;
    }
    .about1left>img {
        width: 100%;
    }
    .about1right {
        padding: 30px 30px;
    }
    .about1righttit {
        font-size: 18px;
    }
    .about1righttext {
        font-size: 14px;
        line-height: 1.5;
    }
    .newstopbox {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .newstopleft {
        width: 100%;
    }
    .newstopright {
        width: 100%;
    }
    .newstopbox3 {
        width: 100%;
        height: auto;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .newsdetailsbanner {
        height: 400px;
    }
    .gsjsbox {
        padding: 30px 0;
        height: auto;
    }
    /* 首页 */
    .gsjsbox .gsjs {
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .gsjsright {
        width: auto;
        height: 200px;
    }
    .gsjslefyt {
        width: auto;
    }
    .gsjslefyt .f28 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .cpzxbox {
        padding: 30px 0;
        height: auto;
    }
    .cpzxbox .cpzx {
        padding-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cpzxbox .cpzx .cpzxleft {
        width: 100%;
        height: auto;
        padding: 30px 0;
        margin-bottom: 20px;
    }
    .cpzxleft .armimg {
        width: 100px;
        height: 150px;
    }
    .cpzxleft .f28 {
        font-size: 18px;
    }
    .cpzxright .cpli {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .jjfabox {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .jjfabox .jjfa {
        padding-top: 15px;
    }
    .jjfawz1 {
        padding: 0;
    }
    .zcyfwbox {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .zcyfw {
        padding: 15px;
    }
    /* 产品中心 */
    .centernavbox {
        display: none;
    }
    .cpzxpag {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .bigtitbox .tit {
        font-size: 24px;
    }
    .cppageul {
        padding-top: 15px;
    }
    .cppageli {
        height: auto;
        padding: 0 5px;
    }
    .cppageli .left {
        width: 100%;
    }
    .cppageli .right {
        width: 100%;
        padding: 30px 0;
    }
    .cppageli .right .f28 {
        font-size: 18px;
    }
    /* 产品详情 */
    .cpdetails {
        padding: 30px 0;
    }
    .cpjs1 {
        padding: 0;
    }
    .cpjs1 .cpjstit {
        margin: 30px 0;
    }
    .cpjs1 .cpjstit .tit1 {
        font-size: 20px;
    }
    .cpjs1 .cpdetailwz1 {
        font-size: 16px;
    }
    .cpjs1 .cpdetailwz2 {
        font-size: 16px;
    }
    /* 公司介绍 */
    .jzgbox {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .jzg {
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .jzgli {
        margin-bottom: 20px;
    }
    /* 解决方案 */
    .jjfanbox {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .jjfanbox .gsjs {
        padding-top: 20px;
        padding-right: 0;
        display: block;
    }
    .jjfanbox .gsjs .gsjslefyt {
        width: 100%;
    }
    .jjfanbox .gsjs .jjfanimg {
        display: none;
    }
    /* 支持与服务 */
    .zhichibox {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .zhichi {
        padding-top: 20px;
        height: auto;
    }
    .zhichitit {
        font-size: 22px;
    }
    /* 联系我们 */
    .lxwmbox {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .lxwm {
        padding-top: 20px;
        display: block;
    }
    .lxwmli {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .lxwmli .l2 {
        width: 100%;
        margin-left: 10px;
    }
    .ditu {
        height: 200px;
    }
    .banner-pc .txt {
        padding-top: calc(11vw + 3.2em);
    }
    .bannerwz1 {
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
        font-size: 10px;
    }
    .bannerbutton {
        font-size: 10px;
        height: 26px;
        width: 90px;
        border: none;
        position: relative;
    }
    .bannerbutton:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        border: 1px solid #fff;
        border-radius: 6px;
        -webkit-transform: scale(.5) translate(-50%, -50%);
        transform: scale(.5) translate(-50%, -50%);
    }
    .bannerbutton i {
        font-size: 10px;
    }
    .bannerwz {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .header .navbar_option_Shell {
        height: 3.6em;
    }
    .cplbbox {
        padding-top: 7vw;
    }
    .cplbbox .tit1 {
        font-size: 18px;
    }
    .cptit .cptit1 {
        font-size: 14px;
        margin-top: 4px;
    }
    .cptit .tubiao .icon-zhixiangyou {
        font-size: 13px;
    }
    .cpsptit {
        font-size: 12px;
    }
    .cplibox .titbox .tit1 {
        font-size: 18px;
    }
    .cplibox .titbox {
        padding: 5vw;
        /* margin-bottom: 5px; */
    }
    .cplibox .titbox .tit2 {
        font-size: 12px;
    }
    .cplist .content .tit1 {
        font-size: 18px;
    }
    .gdbox1 {
        width: 36px;
        height: 36px;
    }
    .artistslistbox a {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .arttit1 {
        font-size: 16px;
    }
    .arttit2 {
        font-size: 12px;
    }
    .arttitbox {
        height: 70px;
    }
    .artistslist {
        padding: 30px 0;
    }
    .artistabanner .swiper-slide {
        height: 55vw;
    }
    .artistabanner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-width: 1px;
    }
    .artistabanner .swiper-pagination {
        bottom: 10px;
    }
    .aboutbox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .aboutwz1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .aboutwz2 .aboutwz21 {
        font-size: 22px;
        margin-right: 15px;
    }
    .about1,
    .about2 {
        margin-bottom: 15px;
    }
    .about2wz1 {
        padding: 30px;
    }
    .aboutwz4 {
        padding-top: 30px;
        font-size: 20px;
    }
    .ampcplist>div {
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 15px;
    }
    .ampcpbox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .amptext {
        font-size: 16px;
    }
    .amptb .icon-zhixiangyou {
        font-size: 18px;
    }
    .product-button-prev {
        right: calc((100% - 54vw) / 2 + -44px);
    }
    .product-button-next {
        left: calc((100% - 54vw) / 2 + -44px);
    }
    .product-button-prev>.iconfont {
        font-size: 14px;
    }
    .product-thumb-swiper .swiper-slide {
        height: 17vw;
    }
    .ampdetails {
        padding-top: 30px;
    }
    .toptit {
        font-size: 18px;
    }
    .topmintit {
        font-size: 12px;
    }
    .audiotit {
        font-size: 14px;
    }
    .detailsli3 {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .ampdetails2tit {
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .dataleft {
        font-size: 12px;
    }
    .detailsli1rbox1 .textbox1 {
        padding: 30px 10px;
    }
    .audiobox2 {
        margin-top: 0;
    }
    .detailsli77 {
        height: 100vw;
        margin-bottom: 30px;
    }
    .bfan {
        width: 46px;
        height: 46px;
    }
    .bfan1 {
        width: 40px;
        height: 40px;
    }
    .bfan1 .icon-bofang {
        font-size: 12px;
    }
    .ampdetailTable {
        font-size: 10px;
    }
    .ampdetailTable th {
        padding-left: 5px;
    }
    .ampdetailTable td {
        padding-left: 8px;
    }
    .ampdetailTable th,
    .ampdetailTable td {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .xz {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .xztext {
        font-size: 12px;
    }
    .artdetails2 {
        font-size: 1em;
        line-height: 1.5;
        margin-bottom: 2em;
    }
    .artdetailsimg {
        margin-bottom: 2em;
    }
    .artdetails {
        padding-top: 30px;
    }
    .sharetit {
        font-size: 1.2em;
        margin-right: 0;
    }
    .sharebox .toptub .tub1 {
        width: 36px;
        height: 36px;
    }
    .tub1>img {
        width: 15px;
        height: 18px;
        object-fit: contain;
    }
    .sharebox {
        padding-bottom: 30px;
    }
    .returnbtn {
        width: 180px;
        height: 48px;
        border-radius: 24px;
    }
    .contacttit {
        font-size: 18px;
    }
    .contacttitbox {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .fromli {
        display: block;
    }
    .fromli>input {
        display: block;
        width: 100%;
        height: 48px;
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .fromli>textarea {
        padding: 15px 20px;
        font-size: 14px;
    }
    .frombtn>input {
        width: 200px;
        height: 48px;
        font-size: 14px;
    }
    .dintub>.toptub .tub1 {
        margin-left: 0;
        margin-right: 15px;
    }
    .adrlist {
        padding: 10px 15px 45px;
        display: block;
    }
    .adrli1 {
        width: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        padding-right: 0;
    }
    .adrlitit {
        font-size: 16px;
    }
    .adrlitext {
        font-size: 14px;
    }
    .adrbox {
        margin-bottom: 30px;
    }
    .newsbox {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .lefttext1 {
        font-size: 18px;
    }
    .lefttext {
        padding: 0 20px;
    }
    .lefttext2 {
        font-size: 12px;
    }
    .newsdetail,
    .newsdetail .iconfont {
        font-size: 12px;
    }
    .newsdetail {
        width: 90px;
    }
    .newstopright1img {
        width: 40%;
    }
    .newstopright1text {
        padding: 32px 20px 0;
        font-size: 14px;
    }
    .newstopright1img>img {
        height: 35vw;
    }
    .newstopright1 {
        height: auto;
    }
    .newsimgbox {
        height: auto;
    }
    .newsimgbox>img {
        height: auto;
    }
    .newstopbox3text {
        height: auto;
        padding: 25px 20px;
    }
    .newstopbox3text>text {
        font-size: 14px;
    }
    .news-nav {
        top: 70px;
        width: 100%;
        padding: 0;
    }
    .news-nav ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .news-nav li a {
        font-size: 14px;
    }
    .news-info .info {
        font-size: 20px;
        line-height: 1.2;
        padding: 0 20px 15px;
    }
    .news-info .date {
        font-size: 12px;
        padding: 10px 0 5px;
    }
    .newsdetailtit {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .returnbox2 {
        margin-bottom: 30px;
    }
    .cplibox .titbox .tit2 {
        font-weight: normal;
    }
    .close-video,
    .close-video1 {
        top: 10px;
        right: 10px;
    }
    .newstopright1text>text {
        -webkit-line-clamp: 2;
    }
}