﻿html,
body {
    margin: 0;
    padding: 0;
    color: #666;
    overflow-x: hidden;

}

ul,
ol,
menu,
p {
    margin: 0;
    padding: 0;
    list-style: none
}

div {
    box-sizing: border-box;
}

.hide {
    display: none !important;
}

.header,
.swiper-slide {
    position: relative;
    width: 100%;
    height: 10rem;
    color: #fff;
}

.swiper-slide .banner {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.swiper-slide-active .banner,
.swiper-slide-duplicate-active .banner {
    transition: 6s linear;
    transform: scale(1, 1);
}

.swiper-content {
    position: absolute;
    left: 17vw;
    top: 4.98rem;
    z-index: 3
}




.hrp-detail {
    display: block;
    width: 1.38rem;
    height: .4rem;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    background: linear-gradient(90deg, rgba(225, 2, 49, 1) 0%, rgba(236, 85, 54, 1) 100%);
    border-radius: .20rem;
    text-decoration: none;
    margin-top: .73rem;
}

/* .med-community {
    width: 4.74rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #fff;
} */


.swiper-title {
    width: 7.30rem;
    height: .44rem;
    margin-bottom: .38rem;
}

.banner {
    width: 100%;
    height: 10rem;
}

.content {
    width: 100%;
    background-image: url("../images/circle-bg.png"), url("../images/bg2.png"),
        url("../images/bg3.png"), url("../images/bg4.png"), url("../images/bg5.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 17.70rem 5.94rem, -1.4rem 21.10rem, -5rem 10.64rem, 17.89rem 11.56rem, 12.90rem 18.43rem;
    background-size: 1.18rem 1.20rem, 3.85rem 3.78rem, 7.18rem 6.06rem,
        7.18rem 6.06rem, 9.23rem 8.86rem;
}


.nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 2;
    padding-top: .09rem;
}

.logo {
    width: auto;
    height: .76rem;
    margin-right: 1.14rem;
}

.nav-list {
    position: relative;
}

.nav-list a {
    box-sizing: border-box;
    position: relative;
    float: left;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-right: .40rem;
    padding: 0 .17rem;
    height: .35rem;
    line-height: .35rem;
    transition: .2s all ease-in;
    border-radius: .30rem;
    z-index: 3;
    transition: .5s all ease-in;
}

.nav-list a:last-child {
    margin: 0;
}

.nav-list a:hover {
    /* color: #004EA1;
    background: #fff; */
    color: #fff;
    background: #004EA1;
}

a.actived {
    /* color: #004EA1;
    background: #fff; */
    color: #fff;
    background: #004EA1;
    border-radius: .30rem;
}

.move-bg {
    position: absolute;
    width: .68rem;
    height: .35rem;
    background: #fff;
    border-radius: .30rem;
    z-index: 1;
    transition: .5s left ease-in;
}

.our-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .74rem;
    margin: 0 auto;
}

.title {
    color: #004995;
    font-weight: bold;
    text-align: center;
}

.subtitle {
    color: #2B8EF7;
    font-size: 14px;
    text-align: center;
}

.description {
    font-size: 24px;
    color: #666;
    text-align: center;
    width: 11rem;
    margin-top: .52rem;
}

.product-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.6rem;
}

.product-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 13.5rem;
    margin-bottom: 2rem;
}

.product-list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.product-list li:last-child {
    margin: 0;
}

.product-content {
    display: flex;
    flex-direction: column;
}


.product-img:nth-child(1) {
    width: 6.82rem;
    height: 4rem;
}

.product-img:nth-child(2) {
    width: 5.94rem;
    height: 3.33rem;
}

.product-img:nth-child(3) {
    width: 5.94rem;
    height: 3.42rem;
}

.product-img:nth-child(4) {
    width: 5.91rem;
    height: 4rem;
}

.product-title {
    font-size: 36px;
    color: #004995;
    font-weight: bold;
}

.product-paragraph {
    font-size: 20px;
    width: 5.9rem;
    margin: .4rem 0 .6rem;
}

.product-paragraph:nth-child(4) {
    font-size: 20px;
    width: 5.9rem;
    margin: .35rem 0 .63rem;
}

.product-detail {
    box-sizing: border-box;
    display: block;
    width: 1.63rem;
    height: .64rem;
    font-size: 24px;
    color: #fff;
    line-height: .64rem;
    text-align: center;
    background: rgba(249, 156, 19, 1);
    border-radius: .32rem;
    cursor: pointer;
    text-decoration: none;

}

.business-scope {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 11.61rem;
    background: url(../images/case-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 1.8rem;
}

.sunshine {
    position: absolute;
    top: 1rem;
    width: 3.06rem;
    height: 1.10rem;
}

.scope-list {
    position: relative;
    display: flex;
    margin-top: .3rem;
    padding-left: 2rem;
    z-index: 2;
}

.scope-list li {
    margin-right: 1.7rem;
}

.scope-list li:last-child {
    margin: 0;
}

.scope-list li p:first-child {
    display: flex;
    color: #F99C13;
    align-items: baseline;
}

.scope-list li p:nth-child(2) {
    color: #333;
}

.map {
    position: absolute;
    
    /*left: 3.88rem;*/
    left: 5rem;
    top: 4rem;
    /*width: 9.36rem;*/	    
    height: 6.77rem;
    z-index: 1;
}

.scope-paragraph {
    position: absolute;
    left: 13.44rem;
    bottom: 3.62rem;
    width: 4.05rem;
    color: #424242;
    z-index: 2;
}

.area {
    color: #1D6F87;
    font-weight: bold;
}

.case-link {
    position: absolute;
    bottom: 1.87rem;
    left: 3.97rem;
    color: #999;
    cursor: pointer;
    z-index: 3;
    text-decoration: none;
}

.news-list {
    display: flex;
    justify-content: center;
    padding-top: .62rem;
}

.news-list a {
    display: flex;
    width: 3.87rem;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 4px 10px 1px rgba(198, 198, 198, 0.52);
    border-radius: 3px;
    margin-right: .2rem;
    text-decoration: none;
    cursor: pointer;
}

.news-list a:last-child {
    margin: 0;
}

.news-img {
    width: 3.87rem;
    height: 2.85rem;
}

.news-content {
    padding: 0 .28rem .23rem;
}

.news-title {
    color: #2585ED;
    font-weight: bold;
    text-align: center;
    margin: .25rem 0 .15rem 0;
    text-decoration: none;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    /* white-space: nowrap; */

}

.news-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.footer {
    margin-top: .54rem;
}

.footer-content {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    /* height: 4.57rem; */
    background: #2D2D2D;
    margin: 0 auto;
}

.link-list {
    margin-top: .81rem;
    margin-right: .99rem;
}

.link-list li:last-child {
    margin: 0;
}

.link-list li a {
    display: block;
    color: #999;
    margin-bottom: .05rem;
    text-decoration: none;
    cursor: pointer;
}

.link-list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.link-list li p {
    color: #fff;
    margin-bottom: .10rem;
}

.link-list li {
    float: left;
    margin-right: .27rem;
}

.copyright {
    /* height: .47rem; */
    /* line-height: .47rem; */
    padding: .1rem;
    text-align: center;
    color: #C3C3C3;
    background: #1A1A1A;
}

.addr-icon {
    width: .15rem;
    height: .23rem;
    margin-right: .11rem;
}

.footer-title {
    display: flex;
    align-content: center;
    color: #fff;
    margin-bottom: .06rem;
}

.company-info {
    margin-top: .81rem;
    margin-right: .87rem;
}

.company-info li {
    margin-bottom: .36rem;
}

.info-detail {
    color: #999;
    text-decoration: none;
}

.footer-icon {
    width: .18rem;
    height: .18rem;
    margin-right: .11rem;
}

.info-detail:hover {
    text-decoration: none;
}

.qr-code {
    width: 1.60rem;
    height: 1.60rem;
    margin-top: .6rem;
}


.s1-slider {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 3.22rem;
    height: 3.22rem;
    bottom: 1.56rem;
    right: .58rem;
    z-index: 1;
    counter: slider;
    transition: .5s all ease-in;
}

.s1-slider__item {
    box-sizing: border-box;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0.9;
    border-radius: .20rem;
    /* font-weight: 100; */
    font-family: Source Han Sans CN;
    margin-right: .01rem;
    counter-increment: slider;
    transition: .5s all ease-in;
    padding: 47px 20px;
}

.slider-title {
    font-weight: 500;
    margin-bottom: .37rem;
}

.slider-text {
    /* transition: 1s all ease-in; */
    transition-delay: 1s;
}

.s1-slider .s1-slider__item:nth-child(1) {
    left: 1.61rem;
    top: 1.61rem;
    background: rgba(48, 127, 198, 0.9);
}

.s1-slider .s1-slider__item:nth-child(2) {
    left: 0;
    top: 1.61rem;
    background: rgba(241, 116, 27, 0.8);
}



.s1-slider .s1-slider__item:nth-child(2)::after {
    color: #333;
}


.s1-slider .s1-slider__item:nth-child(2).is-active {
    left: -3.20rem;
}

/* .s1-slider__item--1 {
    left: 1.61rem;
    top: 1.61rem;
    background: rgba(48, 127, 198, 0.9);
} */

/* .s1-slider__item--2 {
    left: 0;
    top: 1.61rem;
    background: rgba(241, 116, 27, 0.8);
} */

.s1-slider .s1-slider__item:nth-child(3) {
    left: 0;
    top: 0;
    color: rgba(56, 131, 197, 1);
    background: rgba(255, 255, 255, 0.9);
}

.s1-slider .s1-slider__item:nth-child(4) {
    left: 1.61rem;
    top: 0;
    background: rgba(83, 84, 106, 0.9);
}


.is-active {
    width: 4.80rem;
    height: 4.80rem;
}

.s1-slider--active-1 {
    top: 2rem;
    right: 3.8rem;
}


.s1-slider--active-2 {
    right: .4rem;
    top: 1.10rem
}

.s1-slider--active-3 {
    right: .4rem;
    top: 4.73rem
}

.s1-slider .s1-slider__item:nth-child(3).is-active {
    left: -3.20rem;
    top: -3.20rem;
}

.s1-slider--active-4 {
    right: 4rem;
    top: 5.53rem
}

.s1-slider .s1-slider__item:nth-child(4).is-active {
    /* left: -3.20rem; */
    top: -3.20rem;
}

.sort-before {
    display: inline-block;
    position: absolute;
    left: -.30rem;
    bottom: .5rem;
    color: #fff;
    width: .97rem;
    height: .75rem;
    font-weight: 100;
}

.sort-after {
    position: absolute;
    left: .55rem;
    top: .60rem;
    width: .43rem;
    height: .31rem;
}

.s1-slider .s1-slider__item:nth-child(3) .sort-before {
    color: rgba(56, 131, 197, 1);
}

.s1-slider .s1-slider__item:nth-child(4) .sort-before {
    left: 4.10rem;
    bottom: .8rem;
    text-align: right;
}

.s1-slider .s1-slider__item:nth-child(4) .plus-pic {
    left: .5rem;
}

.plus-pic {
    position: absolute;
    width: .85rem;
    height: .85rem;
    bottom: .5rem;
    right: .5rem;
}





/*字体*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f50 {
    font-size: 50px;
}

.f60 {
    font-size: 60px;
}

.f80 {
    font-size: 80px;
}

.f100 {
    font-size: 100px;
}

@media screen and (max-width: 1600px) {
    .f12 {
        font-size: 10px;
    }

    .f14 {
        font-size: 12px;
    }

    .f16 {
        font-size: 13px;
    }

    .f18 {
        font-size: 15px;
    }

    .f20 {
        font-size: 17px;
    }

    .f22 {
        font-size: 18px;
    }

    .f24 {
        font-size: 20px;
    }

    .f28 {
        font-size: 23px;
    }

    .f30 {
        font-size: 25px;
    }

    .f36 {
        font-size: 30px;
    }

    .f40 {
        font-size: 33px;
    }

    .f50 {
        font-size: 42px;
    }

    .f60 {
        font-size: 50px;
    }

    .f80 {
        font-size: 67px;
    }

    .f100 {
        font-size: 83px;
    }
}

@media screen and (max-width: 1366px) {

    .f14 {
        font-size: 10px;
    }

    .f16 {
        font-size: 11px;
    }

    .f18 {
        font-size: 13px;
    }

    .f20 {
        font-size: 14px;
    }

    .f22 {
        font-size: 16px;
    }

    .f24 {
        font-size: 17px;
    }

    .f28 {
        font-size: 23px;
    }

    .f30 {
        font-size: 21px;
    }

    .f36 {
        font-size: 26px;
    }

    .f40 {
        font-size: 28px;
    }

    .f50 {
        font-size: 36px;
    }

    .f60 {
        font-size: 43px;
    }

    .f80 {
        font-size: 57px;
    }

    .f100 {
        font-size: 71px;
    }
}

.fast-entry {
    margin-top: .81rem;
    margin-right: .99rem;
}

.fast-entry p {
    margin-bottom: .1rem;
    color: #fff;
}

.fast-entry li a {
    display: block;
    color: #999;
    text-decoration: none;
    padding-bottom: .2rem;
}

.fast-entry li a:hover,
.link-list li a:hover {
    text-decoration: none;
    color: #fff;
}

.link-list {
    margin-right: 0;
}


.link-list li:last-child {
    margin-right: .27rem;
}