/* 优势之道  开始 */
.advantage {
    padding: 120px 0;
}

.advantage .title {
    
    color: #111111;
    line-height: 74px;
    display: flex;
    align-items: center;
}

.advantage .title span:nth-child(2) {
    color: #CE1C24;
}

.advantage>.f16 {
    
    color: #666666;
    line-height: 2;
    margin-bottom: 20px;
}

.advantage>.f16:last-of-type {
    margin-bottom: 50px;
}

.advantage .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
}

.advantage .box .one {
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
    transition: all .36s;
}

.advantage .box .one:hover {
    border-color: #CE1C24;
    transition: all .36s;
}

.advantage .box .one .f80,
.advantage .box .one .f40 {
    
    font-weight: bold;
    color: #333;
}

.advantage .box .one .f40 {
    
    color: #333;
}

.advantage .box .one .f20 {
    
    color: #666;
    margin-top: 20px;
}

.advantage .box .one sub {
    bottom: -25px;
}

/* 优势之道  结束 */


/* 我们的优势   开始 */
.usAdvantage {
    width: 100%;
    background: url('../images/about_usAdvantage_bg.png') no-repeat center/cover;
    padding: 170px 0 150px;
}

.usAdvantage .title {
    text-align: center;
}

.usAdvantage .title>h3 {
    font-size: 38px;
    
    font-weight: 300;
    color: #111111;
    line-height: 32px;
}

.usAdvantage .title>.infoText {
    font-size: 20px;
    
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    opacity: 0.8;
    margin-top: 20px;
}

.iconAnimate {
    margin-top: 80px;
}

.iconAnimate .iconA_top .iconList {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.iconAnimate .iconA_top .iconList>li {
    transition: 0.5s;
}

.iconAnimate .iconA_top .iconList .icon_cir {
    width: 206px;
    height: 206px;
    margin: 0 auto;
    position: relative;
}

.iconAnimate .iconA_top .icon_cir::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    border: 2px solid #9E9E9E;
    opacity: 0.3;
}

.iconAnimate .iconA_top .icon_cir>svg {
    transform: rotateZ(-90deg);
}

.iconAnimate .iconA_top .icon_cir .cir {
    stroke-dasharray: 547, 547;
    stroke-width: 3px;
    /* stroke: #888888; */
    stroke: #CE1C24;
    fill: none;
    animation-duration: 4s;
    transition: 0.5s;
}

/* 描边设置 开始 */
.iconAnimate .iconA_top .iconList>li:nth-child(1).animate .cir {
    stroke-dashoffset: 55;
    animation-name: stoke1;
}

@keyframes stoke1 {
    0% {
        stroke-dashoffset: 547;
    }

    100% {
        stroke-dashoffset: 55;
    }
}

.iconAnimate .iconA_top .iconList>li:nth-child(2).animate .cir {
    stroke-dashoffset: 27;
    animation-name: stoke2;
}

@keyframes stoke2 {
    0% {
        stroke-dashoffset: 547;
    }

    100% {
        stroke-dashoffset: 27;
    }
}

.iconAnimate .iconA_top .iconList>li:nth-child(3).animate .cir {
    stroke-dashoffset: 5;
    animation-name: stoke3;
}

@keyframes stoke3 {
    0% {
        stroke-dashoffset: 547;
    }

    100% {
        stroke-dashoffset: 5;
    }
}

.iconAnimate .iconA_top .iconList>li:nth-child(4).animate .cir {
    stroke-dashoffset: 164;
    animation-name: stoke4;
}

@keyframes stoke4 {
    0% {
        stroke-dashoffset: 547;
    }

    100% {
        stroke-dashoffset: 164;
    }
}

/* 描边设置 结束 */

.iconAnimate .iconA_top .icon_cir .icon_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

.iconAnimate .iconA_top .icon_cir .num {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.iconAnimate .iconA_top .icon_cir .num>span {
    font-size: 48px;
    
    font-weight: 400;
    /* color: #888888; */
    transition: 0.5s;
    color: #CE1C24;
}

.iconAnimate .iconA_top .icon_cir .num>span>em {
    font-style: normal;
}

.iconAnimate .iconA_top .icon_msg {
    margin-top: 30px;
    font-size: 20px;
    
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.iconAnimate .iconA_top .iconList>li:hover {
    transform: translateY(-20px);
}

.iconAnimate .iconA_top .iconList>li:hover .cir {
    stroke: #CE1C24;
}

.iconAnimate .iconA_top .iconList>li:hover .icon_cir .num>span {
    color: #CE1C24;
}


.iconAnimate .iconA_bot {
    width: 100%;
    background: rgba(50, 50, 50, 0.38);
    border-radius: 10px;
    padding: 47px 0;
    margin-top: 70px;
    display: flex;
}

.iconAnimate .iconA_bot .one {
    width: 50%;
    padding: 25px 60px 0;
}

.iconAnimate .iconA_bot .one:first-child {
    border-right: 1px solid #fff;
}

.iconAnimate .iconA_bot .timeMsg {
    display: flex;
    align-items: center;
}

.iconAnimate .iconA_bot .timeMsg>img {
    width: 21px;
    height: auto;
    margin-right: 10px;
}

.iconAnimate .iconA_bot .timeMsg>span {
    font-size: 18px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.iconAnimate .iconA_bot .timeMsg>span>strong {
    font-size: 28px;
    
    margin: 0 10px;
}

.iconAnimate .iconA_bot .progressWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 25px;
}

.iconAnimate .iconA_bot .progressWrapper .progress {
    width: 100%;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.iconAnimate .iconA_bot .progressWrapper .progress::after {
    content: '';
    position: absolute;
    width: 12%;
    height: 100%;
    border-radius: 6px;
    background: #CE1C24;
}

.iconAnimate .iconA_bot .one:hover .progressWrapper .progress::after {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 15px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.iconAnimate .iconA_bot .progressWrapper>span {
    margin-top: 15px;
    font-size: 18px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

/* 我们的优势   结束 */


/* 选择我们 开始 */
.selUs {
    width: 100%;
    background: url('../images/about_selUs_bg.png') no-repeat center/cover;
    padding: 125px 0;
}

.selUs .title {
    text-align: center;
}

.selUs .title>h3 {
    font-size: 38px;
    
    font-weight: 300;
    color: #FFFFFF;
    line-height: 32px;
}

.selUs .mySwiper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

/* 左侧 */
.selUs .mySwiper .lt {
    order: -1;
    width: 30%;
    flex-shrink: 0;
}

.selUs .mySwiper .gallery-thumbs>.swiper-wrapper {
    flex-direction: column;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide {
    width: auto !important;
    height: 100px;
    display: flex;
    align-items: center;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .iconWrapper {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #A7A7A7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    flex-shrink: 0;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .iconWrapper>img {
    width: 30px;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .horline {
    width: 74px;
    height: 1px;
    background: #B0B0B0;
    margin: 0 25px;
    transition: 0.5s;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .titleText {
    color: #fff;
    transition: 0.5s;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .titleText .ch,
.mySwiper .gallery-top .swiper-slide .info .infoL .til .t_ch {
    font-size: 20px;
    
    font-weight: 300;
    line-height: 32px;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .titleText .en,
.mySwiper .gallery-top .swiper-slide .info .infoL .til .t_en {
    font-size: 16px;
    
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide-active .iconWrapper {
    background-color: #CE1C24;
    border: 1px solid #CE1C24;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .iconWrapper .nor,
.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide.swiper-slide-active .iconWrapper .act {
    display: block;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .iconWrapper .act,
.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide.swiper-slide-active .iconWrapper .nor {
    display: none;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide-active .horline {
    width: 173px;
}

.mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide-active .titleText {
    color: #CE1C24;
}

/* 右侧 */
.selUs .mySwiper .rt {
    width: 62%;
}

.mySwiper .gallery-top .swiper-slide .bg {
    width: 500px;
    margin: 0 0 0 auto;
}

.mySwiper .gallery-top .swiper-slide .info {
    width: 680px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 45px;
    background-color: rgba(255, 255, 255, 0.72);
    border-radius: 10px;
    padding: 30px 0 95px 30px;
    display: flex;
    justify-content: space-between;
}

.mySwiper .gallery-top .swiper-slide .info .infoL {
    width: 54%;
}

.mySwiper .gallery-top .swiper-slide .info .infoL .til {
    display: flex;
}

.mySwiper .gallery-top .swiper-slide .info .infoL .til .t_en {
    color: #CE1C24;
    margin-left: 16px;
}

.mySwiper .gallery-top .swiper-slide .info .infoL .infoText {
    margin-top: 30px;
    font-size: 16px;
    
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.mySwiper .gallery-top .swiper-slide .info .infoR {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.mySwiper .gallery-top .swiper-slide .info .infoR>h5 {
    /* font-size: 150px; */
    font-size: 90px;
    
    font-weight: 400;
    color: #666666;
    opacity: 0.1;
}

.selUs .mySwiper .rt .pagination {
    position: absolute;
    z-index: 20;
    left: 30px;
    bottom: 75px;
    display: flex;
    align-items: center;
}

.selUs .mySwiper .rt .pagination .prev,
.selUs .mySwiper .rt .pagination .next {
    display: flex;
    align-items: center;
}

.selUs .mySwiper .rt .pagination .prev>*,
.selUs .mySwiper .rt .pagination .next>* {
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
}

.selUs .mySwiper .rt .pagination .prev>span {
    margin-left: 6px;
}

.selUs .mySwiper .rt .pagination .next>span {
    margin-right: 6px;
}

.selUs .mySwiper .rt .pagination .prev .icon {
    transform: rotateZ(-90deg);
}

.selUs .mySwiper .rt .pagination .next .icon {
    transform: rotateZ(90deg);
}

.selUs .mySwiper .rt .pagination .prev.swiper-button-disabled>*,
.selUs .mySwiper .rt .pagination .next.swiper-button-disabled>* {
    color: #888888;
}

.selUs .mySwiper .rt .pagination .prev:hover,
.selUs .mySwiper .rt .pagination .next:hover {
    cursor: pointer;
}

.selUs .mySwiper .rt .pagination .prev:hover>*,
.selUs .mySwiper .rt .pagination .next:hover>* {
    color: #CE1C24;
}

.selUs .mySwiper .rt .pagination .pageNum {
    font-size: 20px;
    
    font-weight: 400;
    color: #CE1C24;
    margin: 0 35px;
}

/* 选择我们 结束 */


/* 让我们携手创造价值  开始 */
.value {
    padding: 100px 0;
    background: url(../images/value_bg.jpg) no-repeat center/cover;
}

.value .f38 {
    
    color: #111;
    text-align: center;
}

.value .f20 {
    
    color: #665;
    line-height: 2;
    text-align: center;
    margin-bottom: 27px;
}

.value .valur_box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.value .valur_box .one {
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    margin-top: 20px;
    margin-right: 20px;
}

.value .valur_box .one:nth-child(6n) {
    margin-right: 0;
}

.value .valur_box .one img {
    width: auto;
    max-width: 100%;
    transition: all 2s;
}

.value .valur_box .one:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: rotateY(360deg);
    transition: 2s;
}

.show_more {
    text-align: center;
    
    color: #333333;
    line-height: 32px;
    margin-top: 30px;
    position: sticky;
    z-index: 1;
}

.dier {
    height: 0;
    transition: .6s;
    opacity: 0;
}

.chuxian {
    opacity: 1 !important;
    height: auto !important;
    transition: .6s;
}

.cx {
    opacity: 1 !important;
    transition: .6s;
}

/* 让我们携手创造价值  结束 */



@media screen and (max-width: 1680px) {

    .advantage,
    .usAdvantage,
    .selUs {
        padding: 100px 0;
    }

    .usAdvantage .title>h3,
    .selUs .title>h3 {
        font-size: 34px;
    }
}


@media screen and (max-width: 1440px) {

    .advantage,
    .value,
    .usAdvantage,
    .selUs {
        padding: 80px 0;
    }

    .advantage .box .one {
        padding-bottom: 50px;
    }

    .selUs .mySwiper .lt {
        width: 26%;
    }

    .selUs .mySwiper .rt {
        width: 65%;
    }

    .mySwiper .gallery-top .swiper-slide {
        width: 100% !important;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .titleText .ch,
    .mySwiper .gallery-top .swiper-slide .info .infoL .til .t_ch {
        font-size: 18px;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .titleText .en,
    .mySwiper .gallery-top .swiper-slide .info .infoL .til .t_en {
        font-size: 14px;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .horline {
        width: 25%;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide-active .horline {
        width: 40%;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .iconWrapper {
        width: 52px;
        height: 52px;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .iconWrapper>img {
        width: 26px;
    }

    .mySwiper .gallery-top .swiper-slide .bg {
        width: 52%;
    }

    .mySwiper .gallery-top .swiper-slide .info {
        padding: 30px 0 60px 30px;
        bottom: 70px;
        width: 75%;
    }

    .selUs .mySwiper .rt .pagination {
        bottom: 90px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL {
        width: 58%;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL .infoText {
        margin-top: 20px;
        font-size: 14px;
    }
}


@media screen and (max-width: 1280px) {

    .usAdvantage .title>h3,
    .selUs .title>h3 {
        font-size: 26px;
    }

    .usAdvantage .title>.infoText {
        font-size: 18px;
        margin-top: 10px;
    }

    .advantage,
    .value,
    .usAdvantage,
    .selUs {
        padding: 60px 0;
    }

    .advantage .box .one {
        padding-bottom: 40px;
    }

    .iconAnimate,
    .iconAnimate .iconA_bot {
        margin-top: 40px;
    }

    .iconAnimate .iconA_bot {
        padding: 30px 0;
    }

    .iconAnimate .iconA_top .icon_msg {
        font-size: 18px;
    }

    .selUs .mySwiper .lt {
        width: 30%;
    }

    .selUs .mySwiper .rt {
        width: 65%;
    }

    .mySwiper .gallery-top .swiper-slide .bg {
        width: 60%;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide {
        height: 80px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL .infoText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .horline {
        width: 20%;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide-active .horline {
        width: 30%;
    }

    .mySwiper .gallery-top .swiper-slide .info {
        width: 70%;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL {
        width: 52%;
    }

    .selUs .mySwiper .rt .pagination .pageNum {
        margin: 0 25px;
    }
}


@media screen and (min-width: 1024px) {
    .selUs .mySwiper .gallery-thumbs>.swiper-wrapper {
        transform: none !important;
    }
}


@media screen and (max-width: 1024px) {

    .usAdvantage .title>h3,
    .selUs .title>h3 {
        font-size: 22px;
    }

    .usAdvantage .title>.infoText {
        font-size: 16px;
        margin-top: 0;
    }

    .advantage .box .one {
        padding-bottom: 30px;
    }

    .advantage .box {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantage .box .one sub {
        bottom: -13px;
    }

    .advantage .box .one .f20 {
        margin-top: 10px;
    }

    .advantage .f16 {
        margin-bottom: 40px;
    }

    .advantage .title {
        line-height: 54px;
    }

    .value .f20 {
        margin-bottom: 17px;
    }

    .value .valur_box {
        grid-template-columns: repeat(4, 1fr);
    }

    .value .valur_box {
        grid-gap: 20px;
        margin-top: 20px;
    }

    .value .valur_box.dier {
        margin-top: 0;
        display: none;
    }

    .opop {
        display: none;
    }

    .value .valur_box .one,
    .value .valur_box .one:nth-child(5n) {
        margin-right: 0px;
        margin-top: 0;
    }

    .advantage .f16 {
        margin-bottom: 20px;
    }

    .advantage>.f16:last-of-type {
        margin-bottom: 40px;
    }

    .iconAnimate .iconA_top .iconList .icon_cir {
        width: 18vw;
        height: 18vw;
    }

    .iconAnimate .iconA_bot .one .progressWrapper .progress::after {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 15px 15px;
        animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
    }

    .iconAnimate .iconA_bot .timeMsg>span>strong {
        font-size: 24px;
    }

    .iconAnimate .iconA_top .icon_msg,
    .iconAnimate .iconA_bot .timeMsg>span,
    .iconAnimate .iconA_bot .progressWrapper>span {
        font-size: 16px;
    }

    .iconAnimate .iconA_top .icon_msg {
        margin-top: 15px;
    }

    .iconAnimate .iconA_bot {
        padding: 20px 0;
    }

    .iconAnimate .iconA_bot .one {
        padding: 20px 30px 0;
    }

    .selUs .mySwiper {
        flex-direction: column;
    }

    .selUs .mySwiper .lt {
        width: 100%;
    }

    .selUs .mySwiper .gallery-thumbs>.swiper-wrapper {
        flex-direction: row;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .horline {
        display: none;
    }

    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .titleText {
        margin-left: 20px;
    }

    .selUs .mySwiper .rt {
        width: 100%;
        margin-top: 40px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL .infoText {
        display: block;
        overflow: visible;
    }

    .mySwiper .gallery-top .swiper-slide .bg {
        width: 50%;
    }

    .mySwiper .gallery-top .swiper-slide .info {
        width: 76%;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL {
        width: 60%;
    }
}


@media screen and (max-width: 768px) {

    .advantage,
    .value,
    .usAdvantage,
    .selUs {
        padding: 30px 0;
    }

    .advantage .box {
        grid-template-columns: repeat(1, 1fr);
    }

    .advantage .box .one sub {
        bottom: -15px;
    }

    .advantage .f16 {
        margin-bottom: 10px;
    }

    .advantage>.f16:last-of-type {
        margin-bottom: 30px;
    }

    .advantage .title {
        line-height: 44px;
    }

    .value .f20 {
        margin-bottom: 0px;
    }

    .value .valur_box {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 20px;
    }

    .value .valur_box .one:nth-child(4n) {
        margin-right: 0px;
        margin-top: 0;
    }

    .value .valur_box.dier {
        margin-top: 0;
        display: none;
    }

    .value .valur_box .one,
    .value .valur_box .one:nth-child(5n) {
        margin-right: 0px;
        margin-top: 0;
    }

    .iconAnimate .iconA_top .iconList {
        flex-wrap: wrap;
    }

    .iconAnimate .iconA_top .iconList>li {
        width: 50%;
    }

    .iconAnimate .iconA_top .iconList>li:nth-child(n+3) {
        margin-top: 5vw;
    }

    .iconAnimate .iconA_top .iconList .icon_cir {
        width: 32vw;
        height: 32vw;
    }

    .iconAnimate .iconA_top .icon_cir::before {
        left: 2px;
        bottom: 2px;
    }

    .iconAnimate .iconA_bot {
        flex-direction: column;
    }

    .iconAnimate .iconA_bot .one:first-child {
        border: none;
        padding-bottom: 0;
    }

    .iconAnimate .iconA_bot .one {
        width: 100%;
        padding: 0 20px;
    }

    .iconAnimate .iconA_bot .progressWrapper {
        margin-top: 20px;
    }

    .iconAnimate .iconA_bot .progressWrapper>span {
        margin-top: 10px;
    }

    .mySwiper .gallery-top .swiper-slide .info {
        padding: 30px 0 40px 30px;
    }

    .mySwiper .gallery-top .swiper-slide .info {
        bottom: 40px;
    }

    .selUs .mySwiper .rt .pagination {
        bottom: 50px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL .infoText {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoR {
        right: 25px;
    }

    .selUs .mySwiper .rt .pagination .prev>*,
    .selUs .mySwiper .rt .pagination .next>* {
        font-size: 14px;
    }

    .selUs .mySwiper .rt .pagination .pageNum,
    .mySwiper .gallery-thumbs>.swiper-wrapper .swiper-slide .titleText .ch,
    .mySwiper .gallery-top .swiper-slide .info .infoL .til .t_ch {
        font-size: 16px;
    }
}


@media screen and (max-width: 600px) {
    .iconAnimate .iconA_top .icon_cir .num>span {
        font-size: 42px;
    }

    .mySwiper .gallery-top .swiper-slide .bg {
        width: 60%;
    }

    .mySwiper .gallery-top .swiper-slide .info {
        padding: 20px 20px 60px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoL {
        width: 100%;
    }

    .mySwiper .gallery-top .swiper-slide {
        padding-bottom: 80px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoR {
        right: 6px;
    }

    .selUs .mySwiper .rt .pagination {
        left: 20px;
    }

    .iconAnimate .iconA_bot .timeMsg>span,
    .iconAnimate .iconA_bot .progressWrapper>span {
        font-size: 14px;
    }

    .iconAnimate .iconA_bot .timeMsg>span>strong {
        font-size: 18px;
    }
}


@media screen and (max-width: 375px) {
    .iconAnimate .iconA_top .icon_cir .num>span {
        font-size: 36px;
    }

    .iconAnimate .iconA_top .icon_msg {
        font-size: 14px;
    }

    .advantage .title {
        flex-wrap: wrap;
        line-height: 33px;
    }

    .mySwiper .gallery-top .swiper-slide .info .infoR {
        right: -2%;
    }
}