@charset "UTF-8";
/* 滚动条样式 */
/* 火狐 */
* {scrollbar-color: #e5e5e5 #f7f7f9; scrollbar-width: thin; }
/* 其他 */
::-webkit-scrollbar { width: 2px; }
/* 滚动槽 */
::-webkit-scrollbar-track { -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); background: #eaeaea; border-radius: 10px; }
/* 滚动条滑块 */
::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0,0,0,0.1); -webkit-box-shadow: inset006pxrgba(0, 0, 0, 1); background: #0079c3; }
::-webkit-scrollbar-thumb:window-inactive { background: #0079c3; }
/*基础样式*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 20px;
}

.abs {
    position: absolute;
    height: 1px;
    top: -60px;
}

.content {
    margin-top: 1.4rem;
}

.global-btn {
    position: relative;
    display: inline-block;
    width: 2.42rem;
    height: .51rem;
    line-height: .51rem;
    text-align: center;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
    transition: all .45s;
    color: #ffffff;
    font-size: .16rem;
    cursor: pointer;
    overflow: hidden;
}

.global-btn:hover {
    transform: translateY(-10px);
}

.global-btn.plain {
    background: transparent;
    color: #333333;
    border: 1px solid #d2d2d2;
}

.global-btn.plain::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all .45s;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.global-btn.plain:hover::after {
    width: 100%;
}

.global-btn.plain:hover {
    color: #ffffff;
    border-color: #ffffff;
    transform: none;
}

.global-btn.white {
    background: #ffffff;
    color: #333333;
}

.global-btn.round {
    border-radius: .23rem;
}

.title1 {
    position: relative;
    font-size: .42rem;
    font-weight: bold;
    padding-bottom: .2rem;
    margin-top: .25rem;
}

.title1 .CN {
    position: relative;
    z-index: 2;
}

.title1 .EN {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -.25rem;
    font-size: .42rem;
    color: #e7e7e7;
    font-weight: lighter;
    text-transform: uppercase;
}

.title1::after {
    position: absolute;
    content: "";
    width: .32rem;
    height: .07rem;
    background: #008cc9;
    border-radius: 3px;
    left: 0;
    bottom: 0;
}

.title1.center {
    text-align: center;
}

.title1.center::after,
.title1.center .EN {
    left: 50%;
    transform: translateX(-50%);
}

.title1.line2::after {
    border-radius: 0;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.title1.middle {
    font-size: .34rem;
}

.title1.middle .EN {
    font-size: .34rem;
    top: -.15rem;
}

@media (max-width:768px) {
	.title1.middle .EN{
		width: 100%;
	}
}

.title1.primary {
    color: #1e5eba;
}

.title2 {
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    display: inline-block;
    padding-bottom: .15rem;
}

.title2::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 1.14rem;
    height: 4px;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.title2 img {
    width: 20px;
    vertical-align: -1px;
}

.title2 span {
    font-size: .22rem;
    font-weight: bold;
    margin: 0 .14rem;
}

.title2 em {
    font-size: .16rem;
    color: #787878;
    text-transform: uppercase;
    vertical-align: baseline;
}

.title3 {
    text-align: center;
}

.title3 span {
    display: block;
}

.title3 .CN {
    font-size: .4rem;
}

.title3 .EN {
    font-size: .16rem;
    margin-top: .1rem;
    text-transform: uppercase;
}

.title3.white {
    color: #ffffff;
}

.title3.middle .CN {
    font-size: .3rem;
}


.sec-desc {
    margin-top: .25rem;
    text-align: center;
    color: #666666;
    font-size: .16rem;
    line-height: 2;
}

@media (max-width: 991px) {
    .content {
        margin-top: 60px;
    }

    .global-btn {
        width: 163px;
        height: 40px;
        line-height: 40px;
    }

    .global-btn.round {
        border-radius: 20px;
    }

}

@media (max-width: 768px) {
    .f14 {
        font-size: 14px !important;
    }
}

/* pc和wap端显示隐藏 */
@media (min-width: 768px) {
	.pc-block{
		display: block;
	}
	.wap-block{display: none;}
}

@media (max-width: 768px) {
	.pc-block{
		display: none;
	}
	.wap-block{display: block;}
}


/*banner*/
.banner .banner-item {
    display: block;
    position: relative;
}

.banner .banner-item img {
    display: block;
    width: 100%;
}

.banner .caption {
    position: absolute;
    width: 100%;
    top: 23%;
    left: 0;
}

.banner .caption .caption-font {
    width: 5.9rem;
    transition: all 1s .5s;
}

.banner .caption .icons {
    display: flex;
    color: #ffffff;
    margin-top: .46rem;
    background: url(../images/banner_iconbg.png) no-repeat left;
    height: 1.71rem;
    margin-left: -152px;
    padding-left: 152px;
    padding-top: 40px;
    transition: all 1s .7s;
}

.banner .caption .icons li {
    text-align: center;
    font-size: .16rem;
    margin-right: .41rem;
}

.banner .caption .icons li img {
    width: 62px;
    margin: 0 auto;
}

.banner .caption .caption-more {
    color: #ffffff;
    font-size: .16rem;
    margin-top: .46rem;
    transition: all 1s .9s;
}

.banner .caption .caption-more i {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../images/banner_more.png) no-repeat center / cover;
    vertical-align: middle;
    margin-right: 5px;
}

.banner .caption .caption-font,
.banner .caption .icons,
.banner .caption .caption-more {
    opacity: 0;
    transform: translateY(-20px);
}

.banner .swiper-slide-active .caption .caption-font,
.banner .swiper-slide-active .caption .icons,
.banner .swiper-slide-active .caption .caption-more {
    opacity: 1;
    transform: translateY(0);
}


.pagination-box {
    position: relative;
}

.banner-pagination {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: left;
    font-size: 0;
    /*padding-left: 7.8%;*/
}

.banner .swiper-pagination-bullet {
    width: .67rem;
    height: 2px;
    border-radius: 0;
    background: #ffffff;
    opacity: 1;
    position: relative;
    margin: 0 10px !important;
}

.banner .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #008cc9;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: 0s;
}

.banner .swiper-pagination-bullet-active:before {
    width: 100%;
    transition: all 4s ease;
}

@media (max-width: 991px) {
    .banner-pagination {
        text-align: center;
    }
}

/*index-product*/
.index-product {
    padding-bottom: 25px;
}

.index-product__box {
    position: relative;
    height: 6.17rem;
}

/*.index-product__box::after {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background: url("../images/img1.jpg") no-repeat center / cover;
    width: 51.2%;
    box-shadow: 0 0 35px rgba(0, 0, 0, .16);
}*/

.index-product__box .proobf-granule {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 51.2%;
    background: #0079c3;
    box-shadow: 0 0 35px rgba(0, 0, 0, .16);
    overflow: hidden;
}

.index-product__box .box_l {
    width: 51.2%;
    padding-top: 4%;
    padding-right: 8.3%;
    color: #dff1ff;
}

.index-product__box .box_l .p1 {
    font-size: .31rem;
}

.index-product__box .box_l .p2 {
    font-size: .42rem;
    position: relative;
    padding-bottom: .55rem;
    font-weight: bold;
}

.index-product__box .box_l .p2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .35rem;
    background: #dff1ff;
    width: .32rem;
    height: .07rem;
    border-radius: 3px;
}

.index-product__box .box_l .p3 {
    font-size: .16rem;
    margin-bottom: .35rem;
}

.index-product__box .box_r {
    width: 48.8%;
    padding-top: 7.2%;
    padding-left: 4.1%;
}

.box_r .pro-list {
    font-size: 0;
}

.box_r .pro-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f5f5f5 !important;
}

.box_r .pro-list .pro-list__item {
    line-height: .46rem;
    display: inline-block;
    padding: 0 .15rem;
    margin-right: .63rem;
    margin-bottom: .4rem;
    font-size: .18rem;
    background: #fff;
    transition: all .4s;
    position: relative;
}

.box_r .pro-list .pro-list__item:nth-child(3n) {
    margin-right: 0;
}

.box_r .pro-list .pro-list__item::after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: all .4s;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}


.box_r .pro-list .pro-list__item:hover,
.box_r .pro-list .pro-list__item.active {
    color: #fff;
}

.box_r .pro-list .pro-list__item:hover::after,
.box_r .pro-list .pro-list__item.active::after {
    width: 100%;
}

.box_r .pro-list .pro-list__item span {
    position: relative;
    z-index: 2;
}

.box_r .navigation-box {
    text-align: right;
}

.box_r .navigation-box .prev,
.box_r .navigation-box .next {
    display: inline-block;
    width: .41rem;
    height: .41rem;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: .41rem;
    cursor: pointer;
    transition: all .45s;
}

.box_r .navigation-box .prev i,
.box_r .navigation-box .next i {
    color: #333333;
    font-size: .2rem;
    transition: all .45s;
}

.box_r .navigation-box .prev:hover,
.box_r .navigation-box .next:hover {
    background: #008cc9;
    border-color: #008cc9;
}

.box_r .navigation-box .prev:hover i,
.box_r .navigation-box .next:hover i {
    color: #ffffff;
}

.index-product__slider {
    margin-top: -1.8rem;
}

.index-product__slider .swiper-container {
    padding: 30px;
    margin: -30px;
}

.index-product__slider--link {
    display: block;
    background: #ffffff;
    box-shadow: 0 0 25px rgb(0, 0, 0, .08);
}

.index-product__slider--link .pic {
    height: 0;
    padding-bottom: 87.1%;
    overflow: hidden;
}

.index-product__slider--link .pic img {
    width: 100%;
    transition: all .45s;
}

.index-product__slider--link:hover .pic img {
    transform: scale(1.1);
}

.index-product__slider--link .desc {
    padding: .25rem .35rem;
    font-size: 0.18rem;
}

.index-product__slider--link .desc p {
    transition: all .45s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-product__slider--link .desc p:last-child {
    color: #565656;
    font-size: 0.16rem;
}

.index-product__slider--link:hover .desc p {
    color: #008cc9;
}

.pro-list_items .item{
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
}
.pro-list_items .item.active{
    height: auto;
}

@media (max-width: 1259px) {
    .index-product__slider .swiper-container {
        padding: 20px;
        margin: -20px;
    }
}

@media (max-width: 991px) {
    .index-product__slider .swiper-container {
        padding: 15px;
        margin: -15px;
    }

    .box_r .pro-list .pro-list__item {
        line-height: .55rem;
    }
}

@media (max-width: 768px) {
    .index-product__box {
        height: auto;
    }

    .index-product__box .proobf-granule {
        width: 100%;
        height: 100%;
    }

    .index-product__box .box_l {
        width: 100%;
        padding-right: 0;
    }

    .index-product__box .box_r {
        width: 100%;
        padding-left: 0;
        padding-bottom: 4%;
    }

    .box_r .pro-list {
        white-space: nowrap;
    }

    .box_r .pro-list .pro-list__item {
        margin-bottom: 0;
    }

    .box_r .pro-list .pro-list__item:nth-child(3n) {
        margin-right: .63rem;
    }

    .box_r .navigation-box {
        display: none;
    }

    /*.box_r .navigation-box .prev i,*/
    /*.box_r .navigation-box .next i {*/
    /*    color: #ffffff;*/
    /*}*/
    /*.box_r .navigation-box .prev,*/
    /*.box_r .navigation-box .next {*/
    /*    width: .51rem;*/
    /*    height: .51rem;*/
    /*    line-height: .51rem;*/
    /*}*/
    .index-product__slider {
        margin-top: 15px;
    }

}

/*index-about*/
.index-about {
    padding: 1.35rem 0 2rem;
    position: relative;
}

.index-about__box .box_l {
    width: 50%;
    padding-right: 1.8rem;
    position: relative;
}

.index-about__box .box_l::after {
    position: absolute;
    content: "";
    right: .15rem;
    top: 2.55rem;
    width: 2.62rem;
    height: 3.32rem;
    background: url("../images/img7.png") no-repeat center / cover;
}

.index-about__box .box_l .p1 {
    font-size: .28rem;
    font-width: bold;
    color: #008cc9;
    margin-top: .5rem;
}

.index-about__box .box_l .p2 {
    font-size: .16rem;
    color: #878787;
    text-transform: uppercase;
}

.index-about__box .box_l .p3 {
    font-size: .16rem;
    line-height: .32rem;
    color: #262626;
    margin-top: .45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index-about__box .box_l .global-btn {
    margin-top: 3.05rem;
    position: absolute;
}


.index-about__box .box_r {
    width: 50%;
}

.index-about__box .box_r img {
    width: 100%;
}

.about-count {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 0;
    top: 6rem;
    z-index: 2;
    width: 11.32rem;
    height: 1.96rem;
    background: url("../images/img8.jpg") no-repeat center / cover;
    border-bottom: .14rem solid #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    padding-left: 7.8%;
    font-size: 0;
}

.about-count__item {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.about-count__item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: .15rem;
    background: #ffffff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-count__item:nth-of-type(1) {
    padding-right: .6rem;
}

.about-count__item:nth-of-type(2),
.about-count__item:nth-of-type(3) {
    padding: 0 .75rem 0 .85rem;
}

.about-count__item:nth-of-type(4) {
    padding-left: .6rem;
}


.about-count__item:nth-of-type(4)::after {
    display: none;
}

.about-count__item .top {
    font-weight: bold;
}

.about-count__item .top span {
    font-size: .34rem;
}

.about-count__item .top sub {
    font-size: .14rem;
    vertical-align: baseline;
}

.about-count__item .bot {
    font-size: .14rem;
    margin-top: .1rem;
}

@media (max-width: 991px) {
    .index-about {
        padding: .5rem 0;
    }

    .about-count {
        position: static;
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
        justify-content: center;
    }

    .about-count__item {
        padding: 0 !important;
        width: 25%;
    }

    .index-about__box .box_l .global-btn {
        margin-top: .5rem;
    }

}

@media (max-width: 768px) {
    .index-about__box .box_l .global-btn {
        position: relative;
    }

    .index-about__box .box_l {
        width: 100%;
        padding-right: 0;
    }

    .index-about__box .box_r {
        width: 100%;
        margin-top: 15px;
    }

    .index-about__box .box_l .p3 {
        line-height: .42rem;
    }
}

@media (max-width: 441px) {
    .about-count {
        height: auto;
        padding: 20px 0;
    }

    .about-count__item {
        width: 50%;
        margin-bottom: 15px;
    }

    .about-count__item:nth-of-type(2)::after {
        display: none;
    }
}


/*index-core*/
.index-core {
    padding-bottom: 1.5rem;
}

.core-head {
    padding: .5rem 0;
    background: url("../images/img9.jpg") no-repeat center / cover;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.core-head__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.core-head__title {
    font-size: .42rem;
    line-height: 1;
    position: relative;
    padding-bottom: .28rem;
}

.core-head__title::after {
    position: absolute;
    content: "";
    width: .32rem;
    height: .07rem;
    background: #ffffff;
    border-radius: 3px;
    left: 0;
    bottom: 0;
}

.core-head__title .EN {
    display: block;
    text-transform: uppercase;
}

.core-head__title .CN {
    display: block;
    font-weight: bold;
    margin-top: .15rem;
}

.core-head__tel {
    text-align: right;
}


.core-head__tel > span {
    display: block;
    line-height: 1;
}

.core-head__tel .CN {
    font-size: .2rem;
}

.core-head__tel .NO {
    font-size: .24rem;
    font-weight: bold;
    margin-top: .13rem;
}

.core-list__box {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
}

.core-list__item {
    position: relative;
    width: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    overflow: hidden;
    background: #ffffff;
}

.core-list__item.img {
    z-index: -1;
}

.core-list__item.img img {
    width: 100%;
}

.core-list__item.text {
    padding: 1.6rem .9rem 0;
    z-index: 2;
}

.core-list__item.text::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -20px;
    width: 1.2rem;
    height: .21rem;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
    transform: skewX(-20deg);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.core-list__item:nth-of-type(3)::after {
    left: -20px;
    right: unset;
    transform: skewX(20deg);
}

.core-list__item--desc {
    margin-top: .14rem;
    margin-bottom: .35rem;
    font-size: .16rem;
    line-height: .42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .index-core {
        padding-bottom: .5rem;
    }

    .core-list__item.text {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .core-head {
        background: unset;
    }

    .core-head__box {
        align-items: center;
        color: #333333;
    }

    .core-head__title .EN {
        color: #e7e7e7;
    }

    .core-head__title::after {
        background: #008cc9;
    }

    .core-list__box {
        margin-top: 0;
    }

    .core-list__item {
        width: 100%;
    }

    .core-list__item:nth-child(2n) {
        margin-bottom: 15px;
    }

    .core-list__item:last-child {
        margin-bottom: 0;
    }
}


/*index-industry*/
.index-industry {
    background: #f9f9f9;
    padding: .9rem 0 .7rem;
    position: relative;
}

.index-industry::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: .06rem;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.index-industry .title1 {
    position: absolute;
    z-index: 10;
    width: 50%;
}

.industry-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.industry-item .industry-item__l {
    width: 39%;
    padding-top: 1.8rem;
}

.industry-item .industry-item__l .title2 {
    display: block;
}

.industry-item .industry-item__l .industry-item__l--desc {
    font-size: .16rem;
    line-height: .3rem;
    margin: .4rem 0 .3rem;
}

.industry-item .industry-item__l .industry-item__l--desc--EN {
    font-size: .12rem;
    line-height: .24rem;
    color: #cecece;
    margin-bottom: .7rem;
}

.industry-item .industry-item__r {
    width: 48%;
    position: relative;
}

.industry-item .industry-item__r::after,
.industry-item .industry-item__r::before {
    position: absolute;
    z-index: -1;
    content: "";
}

.industry-item .industry-item__r::after {
    background: #008cc9;
    width: 6rem;
    height: 4.34rem;
    top: .33rem;
    left: -.31rem;
}

.industry-item .industry-item__r::before {
    background: #cae7f5;
    width: 6.39rem;
    height: 4.34rem;
    top: .87rem;
    left: -.62rem;
}

.industry-item .industry-item__r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-industry__thumbs {
    margin-top: .75rem;
    position: relative;
}

.index-industry__thumbs::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200%;
    left: -50%;
    top: 30%;
    background: #e5e5e5;
}

.industry-thumb {
    text-align: center;
    cursor: pointer;
}

.industry-thumb .thumn-pic {
    display: inline-block;
    width: .55rem;
    height: .55rem;
    line-height: .55rem;
    border-radius: 50%;
    background: #bababa;
    position: relative;
}

.industry-thumb .thumn-pic::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
}


.industry-thumb .thumn-pic img {
    max-width: 40%;
}

.industry-thumb p {
    font-size: .16rem;
    margin-top: .15rem;
}

.swiper-slide-thumb-active .industry-thumb .thumn-pic {
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.index-industry__thumbs .swiper-button-prev,
.index-industry__thumbs .swiper-button-next {
    top: 40%;
    opacity: 1;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.index-industry__thumbs .swiper-button-prev {
    left: 0;
}

.index-industry__thumbs .swiper-button-next {
    right: 0;
}

@media (max-width: 1679px) {
    .index-industry__thumbs .swiper-button-prev,
    .index-industry__thumbs .swiper-button-next {
        top: 42%;
    }
}

@media (max-width: 1459px) {
    .index-industry__thumbs .swiper-button-prev,
    .index-industry__thumbs .swiper-button-next {
        top: 46%;
    }
}

@media (max-width: 991px) {
    .index-industry {
        padding: .5rem 0;
    }

    .industry-item .industry-item__r {
        width: 52%;
    }
}

@media (max-width: 768px) {
    .index-industry__thumbs .swiper-button-prev,
    .index-industry__thumbs .swiper-button-next {
        display: none;
    }

    .industry-item .industry-item__l {
        width: 100%;
    }

    .industry-item .industry-item__r {
        width: 100%;
        margin-top: 15px;
    }

    .industry-item .industry-item__r::after,
    .industry-item .industry-item__r::before {
        display: none;
    }

    .index-industry .title1 {
        width: 100%;
    }

    .industry-item .industry-item__l .industry-item__l--desc {
        line-height: 1.5;
        font-size: 14px;
    }
}

/*index-news*/
.index-news {
    padding: 1.3rem 0 1.2rem;
}

.news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-head__link {
    font-size: 0;
}

.news-head__link a {
    transition: all .45s;
    font-size: .16rem;
}

.news-head__link a:nth-child(1) {
    margin-right: .6rem;
    position: relative;
}

.news-head__link a:nth-child(1)::after {
    position: absolute;
    content: "/";
    color: #333;
    top: 50%;
    right: -.3rem;
    transform: translateY(-50%);
    cursor: default;
    font-size: .14rem;
}

.news-head__link a.on,
.news-head__link a:hover {
    color: #008cc9;
}

.news-head__link span {
    margin: 0 .3rem;
}

.news-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .5rem;
    display: none;
}

.news-list.on {
    display: flex;
}

.news-list .list-left {
    width: 66%;
}

.news-list .list-left .list-left__top,
.news-list .list-left .list-left__bot {
    display: flex;
    flex-wrap: wrap;
}

.news-list .list-left .list-left__top img {
    width: 4.95rem;
}


.list-left .lt {
    width: 5.61rem;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    padding: .5rem .6rem 0;
}

.list-left .news-list__item:not(.lt) {
    padding-top: .3rem;
    padding-right: .6rem;
}

.list-left .news-list__item:hover .p1 {
    color: #008cc9;
}

.list-left .news-list__item .p1 {
    font-size: .18rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    transition: all .45s;
}

.list-left .news-list__item .p2 {
    font-size: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .22rem;
    margin-top: .2rem;
    margin-bottom: .15rem;
}

.list-left .news-list__item .p3 {
    font-size: .14rem;
    color: #878787;
}

.list-left .news-list__item .line {
    display: inline-block;
    width: .16rem;
    height: 2px;
    background: #000;
    margin: .2rem 0;
}

.news-list .list-left .list-left__bot {
    margin-top: 15px;
}

.news-list .list-left .list-left__bot .news-list__item {
    flex: 1;
    width: 50%;
}

.news-list .list-left .list-left__bot .news-list__item:nth-child(2) {
    padding-left: .45rem;
}

.news-list .list-right {
    width: 27%;
}

.ask {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.ask ul li a {
    display: block;
    padding: .23rem .3rem;
    font-size: 0;
    transition: .45s;
}

.ask ul li a:hover {
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);

}

.ask ul li p {
    display: inline-block;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .16rem;
    padding-left: .25rem;
    position: relative;
}

.ask ul li a p::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
}

.ask ul li a:hover p {
    color: #fff;
}

.ask ul li a:hover p::after {
    background: #fff;
}

.ask ul li i {
    display: inline-block;
    float: right;
    font-size: .2rem;
}

.ask ul li a:hover i {
    color: #fff;
}

@media (max-width: 1459px) {
    .list-left .lt {
        width: auto;
        flex: 1;
    }

    .list-left .news-list__item .p2 {
        line-height: .3rem;
    }
}

@media (max-width: 991px) {
    .news-list .list-left,
    .news-list .list-right {
        width: 100%;
    }

    .news-list .list-left .list-left__bot .news-list__item:nth-child(2) {
        padding-left: .1rem;
    }

    .ask {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .index-news {
        padding: .5rem 0 .5rem;
    }

    .news-list .list-left .list-left__top img {
        width: 100%;
    }

    .list-left .lt {
        width: 100%;
        padding: .6rem;
    }

    .news-list .list-left .list-left__bot .news-list__item {
        flex: unset;
        width: 100%;
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
        padding: .6rem !important;
    }

    .news-list .list-left .list-left__bot .news-list__item:nth-child(2) {
        margin-top: 15px;
    }

    .ask {
        margin-top: 15px;
    }
}


/*index-partner*/
.index-partner {
    padding-bottom: 1rem;
}

.partner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner-box {
    margin-top: .4rem;
}

.partner-box .row {
    margin: 0 -.15rem;
}

.partner-box .col-md-3,
.partner-box .col-sm-4,
.partner-box .col-xs-6 {
    padding: 0 .15rem;
}

.partner-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    margin-bottom: .3rem;
    transition: all .6s ease;
}

.partner-item img {
    width: 100%;
}

.partner-item:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .index-partner {
        padding-bottom: .5rem;
    }
}

/*subbner - start*/
.subbanner {
    position: relative;
    z-index: 1;
}

.subbanner-bg {
    width: 100%;
}

.img-pc {
    display: none;
}

.img-mobile {
    display: block;
}

.subbanner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 48px;
    width: 100%;
    z-index: 2;
}

.subbanner .sub-text {
    padding: 0;
    color: #fff;
    text-align: center;
}

.subbanner .sub-cn {
    font-size: 16px;
    line-height: 1.4;
}

.subbanner .sub-en {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 10px;
}

.subbanner .breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

@media (min-width: 768px) {
    .img-pc {
        display: block;
    }

    .img-mobile {
        display: none;
    }

    .subbanner-content {
        bottom: 60px;
    }

    .subbanner .sub-cn {
        font-size: .32rem;
    }

    .subbanner .sub-en {
        font-size: .16rem;
        margin-top: .15rem;
    }
}

/*breadcrumb -start*/
.breadcrumb {
    color: #fff;
    padding: 10px 0;
    font-size: 0;
    background: linear-gradient(-270deg, rgba(1, 139, 200, .5) 0%, transparent 40%);
}

.breadcrumb.plain {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #ffffff;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: inline-block;
    margin-right: 13px;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.breadcrumb a:hover,
.breadcrumb.plain a:hover {
    color: #008cc9;
}

.breadcrumb a::after {
    content: '>';
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    width: 13px;
    text-align: center;
    position: absolute;
    right: -13px;
    top: 0;
}

.breadcrumb.plain a,
.breadcrumb.plain a::after {
    color: #999999;
}

.breadcrumb a:last-child {
    margin-right: 0;
}

.breadcrumb a:last-child::after {
    display: none;
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 15px 0;
    }

    .breadcrumb a {
        font-size: 14px;
        margin-right: 30px;
    }

    .breadcrumb a::after {
        font-size: 14px;
        width: 16px;
        right: -23px;
    }
}

/*sec-pro*/
.sec-pro {
    padding: .65rem 0 .8rem;
}

.product-left {
    width: 22.6%;
}

.pro-tit {
    padding: .2rem .3rem;
    color: #fff;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.pro-tit .CN {
    font-size: .24rem;
}

.pro-tit .EN {
    font-size: .14rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: .1rem;
}

.pro-menu {
    background: #fff;
}

.pro-menu li {
    margin-bottom: .3rem;
}

.pro-head {
    position: relative;
    padding-right: .5rem;
    transition: all .3s;
    border: 1px solid #f3f3f3;
}

.pro-head a {
    display: block;
    font-size: .16rem;
    line-height: 1.5;
    padding: 10px 0 10px .3rem;
    overflow: hidden;
    transition: all .3s;
}

.pro-head .m-tigg {
    width: .46rem;
    padding: 10px .18rem 10px 0;
    font-size: .16rem;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
}

.pro-head .m-tigg i {
    display: inline-block;
    transition: all .3s;
}

.pro-menu li.open .pro-head a,
.pro-menu li.open .pro-head .m-tigg,
.pro-head:hover a,
.pro-head:hover .m-tigg {
    color: #0874c1;
}

.pro-menu li.open .pro-head .m-tigg i {
    transform: rotate(90deg);
}


.pro-menu li.open .pro-head,
.pro-menu li:hover .pro-head {
    background: #f3f3f3;
}

.pro-body {
    display: none;
}

.pro-body a {
    display: block;
    padding: 0 .2rem 0 .45rem;
    font-size: .14rem;
    margin-top: .15rem;
    color: #666;
    line-height: .36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
}

.pro-body a:hover {
    color: #0874c1;
}

.pro-service {
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
    padding: .2rem .3rem;
    display: flex;
    align-items: center;
}

.pro-service img {
    flex-shrink: 0;
    margin-right: .1rem;
}

.pro-service .text {
    color: #ffffff;
    font-size: .16rem;
}

.pro-service a {
    font-size: .2rem;
    font-weight: bold;
}

.product-right {
    width: 74.2%;
}

.product-search {
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .2rem .25rem .3rem;
    margin-bottom: .2rem;
}

.product-search p {
    font-size: .22rem;
    color: #0874c1;
}

.product-search div {
    width: 3.04rem;
    height: 0.51rem;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding-left: .25rem;
    padding-right: .1rem;
}

.product-search div input {
    height: 100%;
    width: 85%;
}

.product-search div button {
    height: 100%;
    width: 15%;
    cursor: pointer;
    background: url(../images/icon15.png) no-repeat center center / auto 35%;
}

.product-list .row {
    margin-left: -20px;
    margin-right: -20px;
}

.product-list .col-sm-4,
.product-list .col-xs-6 {
    padding-left: 20px;
    padding-right: 20px;
}


.product-item {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    margin-bottom: 30px;
}

.product-item .m-img {
    width: 100%;
    height: 0;
    padding-bottom: 99.3%;
    overflow: hidden;
    border: 1px solid #ececec;
}

.product-item .m-img img {
    width: 100%;
    transition: all .6s;
}

.product-item:hover .m-img img {
    transform: scale(1.1);
}

.product-item .m-tit {
    width: 100%;
    font-size: .16rem;
    padding: .2rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .6s;
}

@media (max-width: 991px) {
    .product-list .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-list .col-sm-4,
    .product-list .col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .product-left {
        width: 100%;
        /* margin-bottom: 15px; */
    }

    .pro-head a {
        font-size: .16rem;
        line-height: 40px;
        padding-left: .3rem;
    }

    .pro-head .m-tigg {
        line-height: 40px;
    }

    .product-right {
        width: 100%;
    }
}


/*pagination start*/
.pagination {
    text-align: center;
    font-size: 0;
}

.pagination a {
    display: inline-block;
    vertical-align: top;
    /*width: .46rem;*/
    height: .46rem;
    font-size: .16rem;
    line-height: .46rem;
    background: transparent;
    color: #666666;
    text-align: center;
    cursor: pointer;
    margin: 2px .1rem;
    transition: all .3s;
}

.pagination a.page-arrow {
    color: #666666;
}

.pagination a:hover, .pagination a.on {
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
    color: #ffffff;
}

.pagination a.page-arrow:hover {
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
    color: #fff;
}

@media (max-width: 768px) {
    .pagination a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/*sec-recPro*/
.sec-recPro {
    padding: .6rem 0 .4rem;
    background: #f3f4f9;
}

.sec-recPro .product-list {
    margin-top: .45rem;
}

.sec-recPro .product-item {
    background: #ffffff;
}

.sec-recPro .product-item .m-tit {
    border: 1px solid #ececec;
}

@media (max-width: 991px) {
    .product-list .col-sm-3,
    .product-list .col-xs-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*sec-cloudzoom*/
.sec-cloudzoom {
    padding: .6rem 0 .48rem;
    background: #f7f7f7;
}

.cloudzoom-lt {
    width: 32.5%;
}

.pro-thumbs {
    position: relative;
    margin-top: 10px;
}

.pro-view .view-pic,
.pro-thumbs .thumbs-pic {
    box-sizing: border-box;
    cursor: pointer;
}

.pro-thumbs .thumbs-pic {
    border: 1px solid #dcdcdc;
}

.pro-view .view-pic img,
.pro-thumbs .thumbs-pic img {
    width: 100%;
    display: block;
}

.pro-thumbs .swiper-slide-thumb-active .thumbs-pic {
    border: 3px solid #0874c1;
}

.pro-thumbs .swiper-container {
    margin: 0 .35rem;
}

.pro-thumbs .prev,
.pro-thumbs .next {
    background-image: unset;
    width: .35rem;
    height: 100%;
    margin-top: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-size: .25rem;
    transition: all .4s;
    opacity: 1;
}

.pro-thumbs .prev {
    left: 0;
    justify-content: flex-start;
}

.pro-thumbs .next {
    right: 0;
    justify-content: flex-end;
}

.cloudzoom-rt {
    width: 63.6%;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    padding: .55rem .6rem .5rem .7rem;
}

.cloudzoom-tit {
    font-size: .26rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cloudzoom-subTit {
    font-size: .16rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cloudzoom-hr {
    width: 42px;
    height: 4px;
    margin: .23rem 0;
    background: url("../images/img16.png") no-repeat left center / cover;
}

.cloudzoom-desc {
    font-size: .14rem;
    line-height: .36rem;
    color: #666666;
    height: 1.1rem;
}

.cloudzoom-btns {
    border-top: 1px solid #e3e3e3;
    margin-top: .35rem;
    padding-top: .35rem;
    display: flex;
    align-items: center;
}

.cloudzoom-btns .global-btn {
    width: 1.6rem;
    height: .45rem;
    line-height: .45rem;
}


.cloudzoom-btns .text {
    margin-left: .3rem;
    color: #0874c1;
}

.cloudzoom-btns .text p {
    font-size: .14rem;
}

.cloudzoom-btns .text a {
    font-size: .22rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .cloudzoom-lt {
        width: 100%;
        margin-bottom: 15px;
    }

    .cloudzoom-desc {
        font-size: 14px;
        line-height: 1.7;
        height: auto;
    }

    .cloudzoom-rt {
        width: 100%;
    }
}

/*sec-profile*/

.sec-profile {
    padding: .55rem 0;
}

.product-tab {
    font-size: 0;
    white-space: nowrap;
    border-bottom: 1px solid #d2d2d2;
}

.product-tab li {
    display: inline-block;
    font-size: .18rem;
    background: transparent;
    line-height: .56rem;
    padding: 0 .65rem;
    cursor: pointer;
    margin-right: 4px;
    transition: all .45s;
}

.product-tab li.active,
.product-tab li:hover {
    background: linear-gradient(-260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
    color: #fff;
}

.protab-box {
    margin-top: .6rem;
}

.protab-item {
    display: none;
}

.protab-item.active {
    display: block;
}

.g-item {
    /*float: left;*/
    /*width: 47%;*/
    width: 100%;
}

.g-item:nth-child(2n) {
    /*float: right;*/
    /*width: 42.1%;*/
}
.g-item img { display: block; margin: 0 auto; }
.g-item table { width: 100%; }
.g-item table td { border-color: #000 !important; }
.g-item .g-item__tit {
    border-bottom: 1px solid #d2d2d2;
    font-size: .18rem;
    padding-bottom: .2rem;
    margin-bottom: .35rem;
}

.g-item .g-item__pic {
    width: 100%;
}

@media (max-width: 768px) {
    .product-tab li {
        font-size: 14px;
        line-height: 40px;
        padding: 0 40px;
    }

    .g-item {
        width: 100%;
    }

    .g-item:nth-child(2n) {
        width: 100%;
    }
}

/*sec-industry*/
.sec-industry {
    padding: 1.1rem 0;
    background: #f3f4f9;
}

.industry-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: .65rem;
    padding-bottom: .1rem;
}

.industry-item:last-child {
    margin-bottom: 0;
}

.industry-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.industry-item .m-pic {
    width: 50%;
}

.industry-item .m-pic img {
    width: 100%;
}

.industry-item .m-content {
    width: 50%;
    background: #ffffff;
    padding: .6rem 1.25rem 0;
    position: relative;
}

.industry-item .m-content .cont-tit {
    font-size: .22rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.industry-item .m-content .m-hr {
    width: 12px;
    height: 2px;
    margin: .21rem 0;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.industry-item .m-content .cont-desc {
    font-size: .14rem;
    color: #666666;
    line-height: .28rem;
    margin-bottom: .25rem;
    padding-right: 10px;
    height: 2.24rem;
    overflow: hidden;
    overflow-y: auto;
}

.industry-item .m-content .m-num {
    position: absolute;
    font-size: .95rem;
    color: #efefef;
    top: 1%;
    right: 10%;
    font-weight: bold;
}

.see-more {
    display: block;
    text-align: center;
    margin-top: .62rem;
    color: #0874c1;
    font-size: .16rem;
}

.see-more i {
    font-size: .2rem;
}

@media (max-width: 1259px) {
    .sec-industry {
        padding: .6rem 0;
    }

    .industry-item .m-content {
        padding: .3rem .55rem 0;
    }

    .industry-item .m-content .cont-desc {
        font-size: 13px;
        line-height: 2;
    }
}

@media (max-width: 991px) {
    .industry-item .m-pic {
        width: 100%;
    }

    .industry-item .m-content {
        width: 100%;
        padding: 20px;
    }

    .industry-item .m-content .cont-desc {
        height: auto;
    }
}


/*sec-menu */
.sec-menu {
    background: #fcfcfc;
    border-bottom: 1px solid #ececec;
    position: sticky;
    z-index: 99;
    top: 0;
    transition: top .5s;
}

.sec-menu.top {
    top: 60px;
}

.menu-slide {
    position: relative;
}

.menu-slide .swiper-slide {
    width: auto;
}

.menu-slide .swiper-slide a {
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding: 0 9px;
    position: relative;
    transition: all .3s;
}

.menu-slide .swiper-slide a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #0874c1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.menu-slide .swiper-slide.on a {
    color: #0874c1;
}

.menu-slide .swiper-slide.on a::after,
.menu-slide .swiper-slide:hover a::after {
    width: 100%;
}

.menu-next,
.menu-prev {
    display: none;
    width: 30px;
    height: 70px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #666;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: all .3s;
}

.menu-prev {
    left: -40px;
}

.menu-next {
    right: -40px;
}

.menu-next.swiper-button-disabled,
.menu-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.sec-menu.fixe .menu-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: #fff;
    width: 100%;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .sec-menu {
        height: 60px;
    }

    .menu-slide .swiper-slide a {
        font-size: 16px;
        line-height: 60px;
        padding: 0 10px;
    }

    .menu-next,
    .menu-prev {
        font-size: 18px;
        line-height: 60px;
        height: 60px;
    }

    .menu-slide .swiper-slide a:hover {
        color: #0874c1;
    }

    .menu-next:hover,
    .menu-prev:hover {
        color: #0874c1;
    }
}

@media (min-width: 992px) {
    .sec-menu.top {
        top: 1.4rem;
    }
}

@media (min-width: 1500px) {
    .sec-menu {
        height: 70px;
    }

    .menu-slide .swiper-slide a {
        font-size: 16px;
        line-height: 70px;
        padding: 0 12px;
    }

    .menu-next,
    .menu-prev {
        line-height: 70px;
    }
}

/*sec-mafa*/
.sec-mafa {
    padding: .8rem 0 1rem;
    /*background: url("../images/img19.png") no-repeat left bottom / 8.76rem 6.73rem;*/
    background: #F8F8F8;
}

.mafa-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mafa-lt {
    width: 37.8%;
}

.mafa-lt .p1 {
    font-size: .18rem;
    color: rgba(51, 51, 51, .5);
    text-transform: uppercase;
    margin-bottom: .1rem;
}

.mafa-lt .p2 {
    position: relative;
    font-size: .34rem;
    color: #1e5eba;
    font-weight: bold;
    padding-bottom: .27rem;
    line-height: 1;
}

.mafa-lt .p2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
    width: .38rem;
    height: .05rem;
}

.mafa-lt .p3 {
    font-size: .16rem;
    margin-top: .44rem;
    margin-bottom: .3rem;
    line-height: .28rem;
}

.mafa-lt .p4 {
    font-size: 12px;
    color: #b4b4b4;
    word-break: break-all;
}

.desc-list {
    margin-top: .35rem;
}

.desc-list li {
    background: #0178c3;
    width: 3.81rem;
    height: .67rem;
    margin-bottom: .31rem;
    border-top-right-radius: .32rem;
    border-bottom-right-radius: .32rem;
    display: flex;
    align-items: center;
    padding: 0 .3rem;
    color: #ffffff;
}

.desc-list li .text {
    font-size: .16rem;
    width: 36.4%;
}

.desc-list li .num {
    font-size: .34rem;
    font-weight: bold;
    width: 49.6%;
}

.desc-list li .num i {
    font-style: inherit;
}

.desc-list li .num em {
    font-size: .13rem;
    vertical-align: baseline;
}

.desc-list li .ser {
    font-weight: bold;
    font-size: .34rem;
    color: #849ed2;
}

.mafa-rt {
    width: 46.7%;
    position: relative;
}

.mafa-rt .swiper-container {
    padding-bottom: 8%;
    padding-right: 8%;
}

.mafa-rt .swiper-slide {
    width: 92%;
}

.mafa-rt .swiper-slide.swiper-slide-active {
    z-index: 999;
}

.mafa-rt .swiper-slide.swiper-slide-active .mafa-item::after {
    opacity: 0;
}


.mafa-rt .swiper-slide.swiper-slide-next .mafa-item {
    z-index: 998;
    /*transform: translate(-550px, 8%);*/
    transform: translate(-5.5rem, 8%);
}


.mafa-item {
    transition: all .45s;
    position: relative;
}

.mafa-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0178c3;
    opacity: .41;
}

.mafa-item img {
    width: 100%;
}

.mafa-rt .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.mafa-rt .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-right: 10px;
}

.mafa-rt .swiper-pagination-bullet-active {
    background: #0178c3;
}

@media (max-width: 1679px) {
    .mafa-rt .swiper-container {
        padding-bottom: 16%;
    }
}

@media (max-width: 991px) {
    .sec-mafa {
        padding: .5rem 0;
    }

    .mafa-lt {
        width: 100%;
    }

    .mafa-rt {
        width: 100%;
    }

    .mafa-rt .swiper-container {
        padding-bottom: 50px;
        padding-right: 0%;
    }

    .mafa-rt .swiper-slide.swiper-slide-next .mafa-item {
        transform: translate(0, 0);
    }
}

@media (max-width: 768px) {
    .mafa-lt .p3 {
        font-size: 14px;
        line-height: 1.7;
    }

    .desc-list li {
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}


/*sec-adv*/
.sec-adv {
    padding: .7rem 0 .55rem;
    background: url("../images/img20.jpg") no-repeat center / cover;
}

.adv-box {
    color: #ffffff;
    text-align: center;
}

.adv-box .p1 {
    font-size: .22rem;
}

.adv-box .p2 {
    font-size: .28rem;
    margin: .25rem 0 .3rem;
}

.adv-box .p2 img {
    width: .29rem;
    margin-right: .14rem;
}

/*sec-quality*/
.sec-quality {
    padding: .7rem 0;
    background: url("../images/img21.jpg") no-repeat center / cover;
}

.quality-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .35rem;
    margin-bottom: .6rem;
}

.quality-desc--item {
    text-align: center;
    margin-right: .95rem;
}

.quality-desc--item:last-child {
    margin-right: 0;
}

.quality-desc--item .num {
    font-size: .66rem;
    color: #0475c2;
    font-weight: bold;
}

.quality-desc--item .num em {
    font-size: .24rem;
}

.quality-desc--item .text {
    font-size: .2rem;
}

.quality-list .row {
    margin-left: -10px;
    margin-right: -10px;
}

.quality-list .col-md-3,
.quality-list .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.quality-item {
    display: block;
    border: 1px solid #ececec;
    transition: all .6s;
    margin-bottom: 15px;
}

.quality-item .m-pic {
    overflow: hidden;
    height: 0;
    padding-bottom: 123.33%;
}

.quality-item .m-pic img {
    width: 100%;
}

.quality-item .m-cont {
    text-align: center;
    border-bottom: 4px solid #0475c2;
    padding: .25rem 0;
    background: #ffffff;
}

.quality-item .m-cont .icon {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: .2rem;
}

.quality-list .row div:nth-child(1) .quality-item .m-cont .icon {
    background-image: url(../images/QCIcon_01_h.png);
}

.quality-list .row div:nth-child(2) .quality-item .m-cont .icon {
    background-image: url(../images/QCIcon_02_h.png);
}

.quality-list .row div:nth-child(3) .quality-item .m-cont .icon {
    background-image: url(../images/QCIcon_03_h.png);
}

.quality-list .row div:nth-child(4) .quality-item .m-cont .icon {
    background-image: url(../images/QCIcon_04_h.png);
}

.quality-item .m-cont .CN {
    font-size: .16rem;
}

.quality-item .m-cont .EN {
    font-size: 12px;
    color: #bcbcbc;
    margin-bottom: .23rem;
}

.quality-item .m-cont .NO {
    font-size: .16rem;
    color: #666666;
}


.quality-item:hover {
    transform: translateY(-30px);

}

.quality-item:hover .m-cont {
    border-bottom: none;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.quality-item:hover .m-cont .CN,
.quality-item:hover .m-cont .EN,
.quality-item:hover .m-cont .NO {
    color: #ffffff;
}

.quality-list .row div:nth-child(1) .quality-item:hover .m-cont .icon {
    background-image: url(../images/QCIcon_01.png);
}

.quality-list .row div:nth-child(2) .quality-item:hover .m-cont .icon {
    background-image: url(../images/QCIcon_02.png);
}

.quality-list .row div:nth-child(3) .quality-item:hover .m-cont .icon {
    background-image: url(../images/QCIcon_03.png);
}

.quality-list .row div:nth-child(4) .quality-item:hover .m-cont .icon {
    background-image: url(../images/QCIcon_04.png);
}

@media (max-width: 991px) {
    .sec-quality {
        padding: .5rem 0;
    }
}

/*sec-customized*/
.sec-customized {
    padding-top: 1rem;
}

.customized-box {
    margin-top: .6rem;
}

.customized-lt {
    width: 41.4%;
}

.customized-lt img {
    width: 100%;
}

.customized-rt {
    width: 47.5%;
}

.customized-sztds {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
}

.customized-sztd {
    text-align: center;
}

.customized-sztd .num {
    font-size: .5rem;
    color: #0475c2;
}

.customized-sztd .num em {
    font-size: .16rem;
}

.customized-sztd .text {
    font-size: .16rem;
}

.customized-item img {
    width: 100%;
}

.customized-slider .swiper-button-prev,
.customized-slider .swiper-button-next {
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .25rem;
}

@media (max-width: 991px) {
    .sec-customized {
        padding: .5rem 0;
    }

    .customized-lt {
        width: 100%;
    }

    .customized-sztd {
        text-align: center;
        margin-right: 0;
        flex: 1
    }

    .customized-rt {
        width: 100%;
    }

}

/*sec-cpys*/

.sec-cpys {
    text-align: center;
    padding: .8rem 0 .55rem;
    background: url(../images/img24.jpg) no-repeat center / cover;
}

.cpys-img {
    display: block;
    margin: .3rem auto;
    max-width: 100%;
}

@media (max-width: 991px) {
    .sec-cpys {
        padding: .5rem 0;
    }
}


/*sec-message*/
.sec-message {
    padding: .5rem 0;
    background: url("../images/img26.jpg") no-repeat center / cover;
}

.contact-info__form {
    margin-top: .3rem;
}

.contact-info__form input,
.contact-info__form textarea {
    font-size: .16rem;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: .2rem .4rem;
}

.contact-info__form input {
    flex: 1;
    margin-bottom: .15rem;
    margin-right: .3rem;
}

.contact-info__form input:nth-child(3) {
    margin-right: 0;
}

.contact-info__form .input-area {
    display: flex;
    flex-wrap: wrap;
}

.contact-info__form textarea {
    width: 100%;
    margin-bottom: .15rem;
}

.submit-box {
    text-align: right;
}

.submit-btn {
    display: inline-block;
    width: 2.65rem;
    height: .51rem;
    line-height: .51rem;
    text-align: center;
    transition: all .45s;
    font-size: .16rem;
    cursor: pointer;
    background: #ffffff;
}

.submit-btn img {
    margin-left: .31rem;
    width: .38rem;
}

@media (max-width: 991px) {
    .submit-btn {
        width: 200px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .contact-info__form input {
        flex: unset;
        width: 100%;
        margin-right: 0;
    }

    .submit-btn {
        width: 100%;
    }
}


/*sec-gsjj*/
.sec-gsjj {
    padding: .9rem 0 .8rem;
}

.gsjj-lt {
    width: 45.2%;
}

.gsjj-lt .title1 {
    margin-top: 0;
}

.gsjj-blue {
    color: #ffffff;
    background: url("../images/img28.jpg") no-repeat center / cover;
    padding: .25rem .3rem .2rem;
    width: 125%;
    position: relative;
    z-index: 2;
    margin: .35rem 0 .3rem;
}

.gsjj-blue--box {
    padding-bottom: .15rem;
    display: inline-block;
    border-bottom: 1px solid #000;
    position: relative;
}

.gsjj-blue--box::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 70%;
    background: #ffffff;
    left: 0;
    bottom: 0;
}

.gsjj-blue .EN {
    font-size: .14rem;
    color: #d9d9d9;
}

.gsjj-blue .CN {
    font-size: .2rem;
}

.gsjj-desc {
    font-size: .16rem;
    line-height: .32rem;
    height: 3.13rem;
}

.gsjj-rt {
    width: 48%;
    position: relative;
}

.gsjj-rt::after {
    position: absolute;
    z-index: -1;
    content: "";
    right: 0;
    bottom: 0;
    width: 4.91rem;
    height: 4.49rem;
    background: linear-gradient(260deg, rgba(0, 121, 195, 1) 0%, rgba(44, 83, 182, 1) 100%);
}

.gsjj-rt img {
    width: 100%;
    padding-right: .26rem;
    padding-bottom: .26rem;
}

@media (max-width: 991px) {
    .sec-gsjj {
        padding: .5rem 0;
    }

    .gsjj-lt {
        width: 100%;
    }

    .gsjj-blue {
        width: 100%;
    }

    .gsjj-desc {
        font-size: 14px;
        line-height: 1.7;
        height: auto;
        margin-bottom: 15px;
    }

    .gsjj-rt {
        width: 100%;
    }
}

/*sec-tel*/
.sec-tel {
    padding: 1rem 0;
    background: url("../images/img29.jpg") no-repeat center / cover;
}

.tel-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tel-area .total {
    flex: 1;
}

.tel-area .total .about-count__item {
    padding: 0;
    margin-right: 1.5rem;
}

.tel-area .total .about-count__item:last-of-type {
    margin-right: 0;
}

.tel-area .total .about-count__item::after {
    display: none;
}

.tel-area .pro-service {
    padding: 0;
    background: unset;
    flex-shrink: 0;
}

.tel-area .pro-service img {
    margin-right: .26rem;
    width: .48rem;
}

@media (max-width: 991px) {
    .sec-tel {
        padding: .5rem 0;
    }

    .tel-area .total .about-count__item {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .tel-area .about-count__item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width: 550px) {
    .tel-area .total {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .tel-area .pro-service {
        display: none;
    }

    .tel-area .total .about-count__item {
        margin-right: 0;
        width: 50%;
    }
}

/*sec-culture*/
.sec-culture {
    padding: .9rem 0 1rem;
    background: url("../images/img21.jpg") no-repeat center / cover;
}

.culture-list__slide {
    margin-top: .5rem;
}

.culture-list {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.culture-item {
    width: 26.7%;
    text-align: center;
}

.culture-item .m-pic img {
    width: 100%;
    transition: all .6s;
}

.culture-item:hover .m-pic img {
    transform: translateY(-10px);
}

.culture-item .m-cont b {
    font-size: .22rem;
    margin: .2rem 0;
    display: inline-block;
}

.culture-item .m-cont p {
    font-size: .16rem;
    line-height: .3rem;
}

.culture-list__slide .culture-item {
    width: 100%;
}

.culture-list__slide .culture-item:hover .m-pic img {
    transform: translateY(0);
}

@media (max-width: 991px) {
    .sec-culture {
        padding: .5rem 0;
    }

    .culture-item {
        width: 48%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .culture-item .m-cont p {
        font-size: 14px;
        line-height: 1.7;
    }

}


/*sec-path*/
.sec-path {
    padding: .75rem 0 1.2rem;
    background: url("../images/img30.png") no-repeat center 2rem / 9.61rem 4.78rem;
}

.path-thumbs {
    margin-top: .75rem;
}

.path-thumb-item {
    text-align: center;
    cursor: pointer;
}

.path-thumb-item p {
    font-size: .36rem;
    font-weight: bold;
    transition: all .45s;
}

.path-thumb-item p em {
    font-size: .22rem;
    vertical-align: baseline;
    font-weight: lighter;
}

.path-thumb-item .circle {
    width: 15px;
    height: 15px;
    border: 3px solid #959595;
    border-radius: 50%;
    margin: .3rem auto 0;
    transition: all .45s;
}

.swiper-slide-thumb-active .path-thumb-item {
    color: #0376c2;
}

.swiper-slide-thumb-active .path-thumb-item .circle {
    border-color: #0376c2;
}

.path-thumbs .swiper-button-prev,
.path-thumbs .swiper-button-next {
    width: .44rem;
    height: .44rem;
    background: #0376c2;
    border-radius: 50%;
    font-size: .22rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 57.5%;
    z-index: 44;
}

.path-thumbs .swiper-button-prev {
    left: 0;
}

.path-thumbs .swiper-button-next {
    right: 0;
}

.path-thumbs .swiper-container {
    padding-bottom: .6rem;
}

.path-thumbs .swiper-container::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    left: 0;
    top: 57.5%;
}

.path-view .swiper-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.path-view-item {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
}

.path-view-item .m-cont {
    flex: 1;
    position: relative;
    padding: 1.45rem 1rem 0;
}

.path-view-item .m-cont::after {
    position: absolute;
    content: '';
    right: .1rem;
    bottom: -.7rem;
    width: 1.52rem;
    height: 1.92rem;
    background: url("../images/img7.png") no-repeat center top / 100% auto;
}

.path-view-item .m-cont .title2 span {
    margin: 0;
    font-size: .32rem;
    font-weight: lighter;
}

.path-view-item .m-cont .title2::after {
    width: 1rem;
}

.path-view-item .m-cont .scrollbar-y {
    margin-top: .3rem;
    height: 1.3rem;
    font-size: .16rem;
}

.path-view-item img {
    width: 55.2%;
}

@media (max-width: 1679px) {
    .path-thumbs .swiper-button-prev,
    .path-thumbs .swiper-button-next {
        top: 59.5%;
    }
}

@media (max-width: 1459px) {
    .path-thumbs .swiper-button-prev,
    .path-thumbs .swiper-button-next {
        top: 61.5%;
    }
}

@media (max-width: 1259px) {
    .path-thumbs .swiper-button-prev,
    .path-thumbs .swiper-button-next {
        top: 64.5%;
    }
}

@media (max-width: 991px) {
    .sec-path {
        padding: .5rem 0;
    }

    .path-view-item .m-cont {
        padding: .55rem;
    }
}

@media (max-width: 768px) {
    .path-view-item .m-cont {
        width: 100%;

    }

    .path-view-item .m-cont .scrollbar-y {
        height: auto;
        font-size: 14px;
    }

    .path-view-item img {
        width: 100%;
    }
}


/*sec-honor*/
.sec-honor {
    padding: .6rem 0 .8rem;
    background: url("../images/img31.jpg") no-repeat center / cover;
}

.honor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.honor-btn {
    font-size: .22rem;
}

.honor-btn a {
    margin-left: .25rem;
}

.honor-slide {
    margin-top: .5rem;
}

.honor-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.honor-item .m-pic img {
    width: 100%;
}

.honor-item .m-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all .65s;
    background: linear-gradient(-260deg, rgba(0, 121, 195, .8) 0%, rgba(44, 83, 182, .8) 100%);
}

.honor-item .m-cont i {
    font-size: .2rem;
}

.honor-item .m-cont p {
    font-size: .16rem;
    margin-top: .1rem;
	padding: 15px;
}

.honor-item:hover .m-cont {
    top: 0;
}

@media (max-width: 991px) {
    .sec-honor {
        padding: .5rem 0;
    }
}

/*sec-partner*/
.sec-partner {
    padding: .8rem 0 .6rem;
}

.partner-box {
    margin: .6rem 0;
    padding: 0 .65rem;
    position: relative;
}

.partner-slide .partner-slider-item {
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

.partner-slide .partner-slider-item:hover img {
    transform: scale(1.1);
}

.partner-slide .partner-slider-item img {
    width: 100%;
    transition: all .65s;
}

.partner-next,
.partner-prev {
    font-size: .4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.partner-next {
    right: 0;
}

.partner-prev {
    left: 0;
}

@media (max-width: 991px) {
    .sec-partner {
        padding: .5rem 0;
    }
}

/*新闻列表组件 start*/
.news-list2 {
    margin-top: .3rem;
}

.news-list2 .row {
    margin: 0 -5px;
}

.news-list2 .col-xs-12, .news-list2 .col-sm-4 {
    padding: 0 5px;
}

.news-item {
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}

.news-item .m-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}

.news-item .m-img img {
    width: 100%;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.news-item .m-cont {
    background-color: #f5f5f5;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.news-item .m-cont .m-cont__text {
    padding: 0.35rem 0.35rem 0.25rem;
}

.news-item .m-cont .m-cont__text .m-cont__text--time {
    font-size: 0.18rem;
    color: #777777;
}

.news-item .m-cont .m-cont__text .m-cont__text--tit {
    font-size: 0.24rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0.15rem;
}

.news-item .m-cont .m-cont__more {
    padding: 0.15rem 0.35rem;
    border-top: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.16rem;
    color: #999;
}

.news-item .m-cont .m-cont__more i {
    font-size: 0.25rem;
    color: #999;
}

.news-item:hover .m-img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.news-item:hover .m-cont {
    background: #008cc9;
}

.news-item:hover .m-cont .m-cont__more {
    border-top: 1px solid rgba(219, 219, 219, 0.44);
}

.news-item .m-cont .m-cont__text .m-cont__text--time, .news-item .m-cont .m-cont__text .m-cont__text--tit, .news-item .m-cont .m-cont__more, .news-item .m-cont .m-cont__more i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.news-item:hover .m-cont .m-cont__text .m-cont__text--time, .news-item:hover .m-cont .m-cont__text .m-cont__text--tit, .news-item:hover .m-cont .m-cont__more, .news-item:hover .m-cont .m-cont__more i {
    color: #ffffff;
}

@media (min-width: 768px) {
    .news-list2 .row {
        margin: 0 -10px;
    }

    .news-list2 .col-xs-12, .news-list2 .col-sm-4 {
        padding: 0 10px;
    }

    .news-item {
        margin-bottom: 20px;
    }
}

/*sec-news-detail start*/
.sec-news-detail {
    padding: 1rem 0;
}

.news-detail-box {
    position: relative;
}

.detail-box__cont {
    width: 66%;
}

.detail-box__cont .cont-tit {
    color: #008cc9;
    text-align: left;
    font-size: 0.4rem;
}

.detail-box__cont .cont-time {
    font-size: 0.16rem;
    color: #666;
    background: url("../images/calendar.png") no-repeat left / 0.18rem;
    padding-left: .25rem;
    margin-top: .2rem;
}

.detail-box__cont .cont-main {
    border-top: 1px solid #d9d9d9;
    margin-top: .5rem;
    padding: .5rem 0;
}

.detail-box__cont .cont-main p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.3rem;
    margin-bottom: 0.4rem;
}

.detail-box__cont .cont-main img {
    max-width: 100%;
    margin: 0.4rem 0;
}

.detail-box__list {
    width: 29%;
    background-color: #f4f4f4;
    border-top: 3px solid #008cc9;
    padding: 0.3rem 0.4rem;
    position: sticky;
    top: 2rem;
}

.detail-box__list .tit {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
}

.detail-box__lists a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    padding: 0.19rem 0;
}

.detail-box__lists a img {
    width: 1.24rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.detail-box__lists a div {
    width: 2.35rem;
}

.detail-box__lists a div .p1 {
    font-size: 0.18rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.detail-box__lists a div .p2 {
    font-size: 0.16rem;
    color: #666666;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail-box__lists a:hover div .p1 {
    color: #008cc9;
}

@media (max-width: 1259px) {
    .detail-box__lists a img {
        width: 100%;
    }

    .detail-box__lists a div {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .detail-box__cont {
        width: 100%;
        margin-bottom: 15px;
    }

    .detail-box__list {
        width: 100%;
    }

    .detail-box__lists a img {
        width: 30%;
    }

    .detail-box__lists a div {
        width: 65%;
        margin-top: 0;
    }

    .detail-box__lists a div .p1 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .detail-box__cont .cont-main p {
        line-height: 1.8;
    }
}

/*sec-rec-news start */
.sec-rec-news {
    padding-bottom: 1rem;
}

.sec-rec-news .title2 {
    text-align: left;
    font-size: 0.3rem;
}

.sec-rec-news .news-list {
    margin-top: 0.3rem;
}

/*sec-contact start */
.sec-contact {
    padding: 1rem 0 1.1rem;
    position: relative;
}

.contact-info {
    width: 45%;
}

.contact-info .title1 {
    margin-bottom: 0.55rem;
}

.contact-info p {
    font-size: 0.18rem;
    color: #666;
    margin-bottom: 0.2rem;
}

.contact-info p img {
    vertical-align: middle;
    width: 0.18rem;
    margin-right: 0.1rem;
}

.contact-info p:not(.title1) span:last-of-type {
    margin-left: 0.2rem;
}

.contact-info .contact-info__form input {
    background-color: #f5f5f5;
    width: calc(50% - 0.15rem);
    flex: unset;
    /*border: 1px solid #e9e9e9;*/
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
}

.contact-info .contact-info__form input:nth-child(2n) {
    margin-right: 0;
}

.contact-info .contact-info__form textarea {
    background-color: #f5f5f5;
}

.contact-info .contact-info__form .submit-box {
    text-align: center;
}

.map {
    width: 9.23rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.map img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1259px) {
    .map {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .contact-info {
        width: 100%;
    }

    .map {
        position: unset;
        width: 100%;
        margin-top: 0.39rem;
    }
}

/*sec-join*/
.sec-join {
    padding: .7rem 0;
    background: #f9f9f9;

}

.join-list {
    margin-top: .35rem;
}

.join-job .job-head {
    padding: 20px 46px;
    background: #fff;
}

.job-sec {
    float: right;
}

.job-sec .tig {
    width: 32px;
    height: 32px;
    background: url(../images/jia.png) no-repeat center;
    transition: all .3s;
    background-size: contain;
}

.job-fir {
    float: left;
}

.job-fir .m-zw {
    font-size: 24px;
    color: #333;
    padding-left: 98px;
    background: url(../images/img48.png) no-repeat left center;
    line-height: 36px;
    background-size: contain;
}

.job-cont {
    display: none;
    background: #fff;
}

.job-padd {
    padding: 45px 100px 40px;
}

.job-padd h3, .job-padd p {
    color: #666;
    font-size: 18px;
}

.job-padd h3 {
    margin-bottom: 8px;
}

.job-padd1 {
    padding-bottom: 36px;
}

.job-padd2 {
    border-bottom: 1px dashed #b8b8b8;
    margin-bottom: 40px;
}

.job-mail span {
    color: #098BB5;
    font-weight: bold;
    font-size: 16px;
}

.job-mail a {
    color: #098BB5;
    font-family: ITC-DEMI;
    font-size: 16px;
}

.join-list li.open .job-head {
    background: linear-gradient(90deg, rgba(9, 139, 181, 1), rgba(95 191 242));
}

.join-list li.open .job-fir .m-zw {
    color: #fff;
    background: url(../images/img48h.png) no-repeat left center;
    background-size: contain;
}

.join-list li.open .job-fir .need {
    color: #fff;
}

.join-list li.open .job-sec .tig {
    background: url(../images/jian.png) no-repeat center;
    background-size: contain;
}

.join-list li {
    margin-bottom: 33px;
}

.join-con .page {
    margin-top: 66px;
}

@media (max-width: 991px) {
    .sec-join {
        padding: .5rem 0;
    }

    .job-fir .m-zw {
        font-size: 18px;
        padding-left: 40px;
    }

    .join-job .job-head {
        padding: 15px 30px;
    }

    .job-padd h3, .job-padd p {
        font-size: 16px;
    }

    .job-padd {
        padding: 30px;
    }

    .job-mail a {
        font-size: 14px;
    }

    .job-padd2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .job-padd1 {
        padding-bottom: 20px;
    }

    .join-list li {
        margin-bottom: 15px;
    }

    .join-list .page {
        margin-top: 30px;
    }

    .job-sec .tig {
        width: 28px;
        height: 28px;
    }
}


.xq-menu.news-menu a{ display: block; }
.xq-menu.news-menu a:first-child ~ a{ margin-top: 10px;}