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 {
    position: relative;
    width: 100%;
    height: 7rem;
    color: #fff;
    background: url("../images/productImage/pro-back.png") no-repeat;
    background-size: 100% 100%;
}
.product-back{
    width: 100%;
    height: 7rem;
    background: url("../images/productImage/pro-back.png") no-repeat;
    background-size: 100% 100%;
}
.pro-title{
    width: 10.3rem;
    height: 2.28rem;
    margin-left: 0.89rem;
    margin-top: 2.45rem;
}

.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;
}

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

.content {
    width: 100%;
}

.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;
    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 {
    width: 100%;
    display: inline;
}
.product-list a{
    text-decoration: none;
}

.product-list li{
    margin: 1.55rem 0 1.45rem 0;
}

.product-list li .pro-list-width{
    margin: 0 auto;
}
.product-list li .pro-list-width a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-list li:nth-child(odd) .pro-list-width a{
    flex-direction: row-reverse;
}

.product-list li.pro-back-blue{
    background: #5D90FC;
    height: 8.61rem;
}

.pro-back-blue .pro-list-width{
    padding-top: 1.65rem;
    box-sizing: content-box;
}

.pro-back-blue .product-title{
    color: #fff;
    margin-bottom: 0.15rem;
}
.pro-back-blue .pro-title-2{
    color: #fff;
    margin-top: 0.3rem;
}

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


.product-list li:nth-child(1) .product-img {
    width: 7.88rem;
    height: 5.16rem;
}

.product-list li:nth-child(2) .product-img {
    width: 8.95rem;
    height: 5.16rem;
}

.product-list li:nth-child(3) .product-img{
    width: 10rem;
    height: 5.42rem;
}


.product-title {
    font-size: 36px;
    color: #05173F;
}

.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;
    top: 3rem;
    left: 3.88rem;
    width: 9.36rem;
    height: 7.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: 3;
    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;
}
.pro-title-2{
    margin: 0;
    padding: 0;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #05173F;
    margin-top: 0.45rem;
}

.pro-pa-1{
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #05173F;
    margin-top: 0.27rem;
}

.pro-circular{
    width: 0.33rem;
    height: 0.33rem;
    display: inline-block;
    position: relative;
    margin-right: -0.27rem;
    margin-bottom: -0.05rem;
    z-index: 1;
}
.pro-cir-blue{
    background: url("../images/productImage/pro-cir.png") no-repeat;
    background-size: 100%;
}
.pro-cir-2{
    background: url("../images/productImage/pro-cir2.png") no-repeat;
    background-size: 100%;
}
.pro-cir-3{
    background: url("../images/productImage/pro-cir3.png") no-repeat;
    background-size: 100%;
}
.pro-title-part{
    font-weight: bold;
    z-index: 10;
    position: relative;
}
.pro-list-width{
    width: 13.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;
}

.f32 {
    font-size: 32px;
}

.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;
    }
}

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


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