.index-banner {
    width: 100%;
    height: 9.38rem;
    background: url(/static/images/index_banner.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.homeSwiper {
    position: relative;
    height: 9.38rem;
}

.homeSwiper .swiper-button-next {
    right: 0.8rem;
    background: url(/static/images/icon/icon_next.png) no-repeat center center;
    background-size: cover;
}

.homeSwiper .swiper-button-prev {
    left: 0.8rem;
    background: url(/static/images/icon/icon_prev.png) no-repeat center center;
    background-size: cover;
}

.homeSwiper .swiper-navigation {
    width: 0.8rem;
    height: 0.8rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    display: none;
}

.homeSwiper .swiper-pagination {
    bottom: 0.8rem !important;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 0.25rem !important;
    background: #fff;
    opacity: 1;
}

.homeSwiper .swiper-pagination-bullet-active {
    position: relative;
    background: #FD571F;
    width: 0.18rem;
    height: 0.18rem;
    top: 0.01rem;
}

.swiper-slide {
    position: relative;
}

.swiper-slide > img {
    width: 100%;
    height: 100%;
}

.swiper-slide > div {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
}

.swiper-slide > div > div {
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    line-height: 0.42rem;
}

.swiper-slide > div > p {
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin: 0.1rem 0;
}

.swiper-slide > div > span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.25rem;
}

.swiper-slide > div > span > span {
    margin: 0 0.52rem;
    font-size: 0.18rem;
}

.home-title {
    margin: 0.6rem 0 0.4rem;
}

.home-title > p {
    font-weight: bold;
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.45rem;
}
.home-title-center{
    width: 2.6rem;
    text-align: center;
    margin:  0 auto;
}
.home-title-center2{
    display: inline-block;
    width: unset;
    text-align: center;
    margin:  0 auto;
}
.home-title-center .en {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #A6875A;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-title-center .cn {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-title-center .home-title-line{
    margin-top: 0.35rem;
    width: 2.6rem;
    height: 0.04rem;
    background: #E8E8E8;
    position: relative;
}
.home-title-center .home-title-linebg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.3rem;
    height: 0.1rem;
    background: #A17955;
}
.home-title-center2 .bottom-en {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #A6875A;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-title-center2 .home-title-line{
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    width: 100%;
    height: 0.04rem;
    background: #E8E8E8;
    position: relative;
}
.home-title > div {
    font-family: Arial;
    font-weight: 300;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.22rem;
}
.about-con{
    padding: 0.5rem 0.05rem;
    text-align: center;
}
.about-con .about-text{
    margin-top: 0.2rem;
}
.about-con .about-text > p{
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-bt{
    display: block;
    width: 2.64rem;
    margin: 0.3rem auto 0;
}
.home-bt > span{
    display: block;
    height: 0.61rem;
    background: #fff;
    border: 1px solid #A17955;
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    color: #A17955;
    line-height: 0.61rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-product {
    overflow: hidden;
    width: 100%;
    max-height: 6rem;
}

.home-product > a {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    /*transition: width 0.4s;*/
}

.product-kzxt > div {
    background: url(/static/images/product_kzxt.jpg) no-repeat center center;
}

.product-zdh > div {
    background: url(/static/images/product_zdh.jpg) no-repeat center center;
}

.product-zhpz > div {
    background: url(/static/images/product_zhpz.jpg) no-repeat center center;
}

.product-sjdtdw > div {
    background: url(/static/images/product_sjdtdw.jpg) no-repeat center center;
}

.home-product .product-sjdtdw {
    margin-right: 0;
}

.home-product > a > div {
    position: relative;
    width: 100%;
    height: 5.6rem;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.home-product-cover {
    width: 100%;
    height: 100%;
}

.home-product > a > div > img {
    position: absolute;
    left: 0.26rem;
    bottom: 0.54rem;
}

.home-product > a > div > p {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0.26rem;
    bottom: 0.24rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product > .product-kzxt > div > img {
    width: 1.28rem;
    height: 1.28rem;
}

.home-product > .product-zdh > div > img {
    width: 1.32rem;
    height: 1.4rem;
    bottom: 0.42rem;
}

.home-product > .product-zhpz > div > img {
    width: 1.28rem;
    height: 1.54rem;
    bottom: 0.26rem;
}

.home-product > .product-sjdtdw > div > img {
    width: 1.28rem;
    height: 1.29rem;
    bottom: 0.52rem;
}

.home-product > a > p {
    margin-top: 0.2rem;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.2rem;
}

.product-info {
    margin: 0.4rem 0 0.6rem;
    font-weight: bold;
    font-size: 0.16rem;
    line-height: 0.16rem;
}

.product-mark {
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.36rem;
    text-align: center;
}

.concept-wrap {
    padding: 0.6rem 0 0.5rem 0;
    width: 100%;
    height: auto;
    /*height: 5.44rem;*/
    background: url(/static/images/index_concept_bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.concept-wrap .home-title-bt{
    width: 2.64rem;
    height: 0.61rem;
    background: #A17955;
    border: 1px solid #A17955;
    margin: 0 auto;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.61rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.concept-wrap .concept-info-text{
    padding: 0.4rem 0.9rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.concept-wrap .home-title p, .concept-wrap .home-title div {
    color: #fff;
}

.concept-list > li {
    position: relative;
    margin-bottom: 0.5rem;
}

.concept-list > li:nth-child(3) {
    margin-bottom: 0;
}

.concept-cover {
    float: left;
    width: 4.68rem;
    height: 2.54rem;
    margin-right: 1rem;
}

.concept-title {
    height: 0.38rem;
    margin-bottom: 0.2rem;
    padding-left: 0.5rem;
    line-height: 0.38rem;
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
}

.concept-info {
    float: left;
    width: 6.92rem;
}

.concept-list > li .concept-info p {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #fff;
    text-indent: 2em;
}

.concept-list > li > a {
    position: absolute;
    right: 0.6rem;
    bottom: 0;
    padding: 0.08rem 0.1rem;
    text-align: center;
    line-height: 0.2rem;
    border-radius: 0.36rem;
    background-color: #FD571F;
    color: #fff;
}
.mission-con{
    padding: 0.5rem 0 0;
    text-align: center;
}
.mission-content{
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mission-content .item1{
   background: url("/static/images/mission_bg.jpg") no-repeat center center;
}
.mission-content .item2{
   background: url("/static/images/vision_bg.jpg") no-repeat center center;
}
.mission-content .item3{
   background: url("/static/images/values_bg.jpg") no-repeat center center;
}
.mission-content .mission-item{
    margin: 0.2rem auto;
    height: 5rem;
    width: 5rem;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/*.mission-content .mission-item .item-title{*/
/*    margin-top: 1.7rem;*/
/*    font-family: MicrosoftYaHei;*/
/*    font-size: 0.26rem;*/
/*    color: #FFFFFF;*/
/*    text-align: center;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/
.mission-content .mission-item .item-title{
    margin-top: 0.3rem;
    position: relative;
}
.mission-content .mission-item .item-title .cn{
    margin-left: 0.2rem;
    font-size: 0.4rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    opacity: 0.8;
    text-transform: none;
}
.mission-content .mission-item .item-title .en{
    margin-left: 0.2rem;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: -0.3rem;
    opacity: 0.1;
}
.mission-content .mission-item .item-introduction-bg{
    position: absolute;
    bottom: 0;
    height: 1.55rem;
    width: 100%;
    background: #E8CD86;
    opacity: 0.8;
}
.mission-content .mission-item .item-introduction{
    padding: 0.2rem 0.4rem;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.service-con{
    padding: 0.5rem 0 0.9rem;
    text-align: center;
}
.service-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-content .service-item{
    border: 1px solid #DDDDDD;
    height: auto;
    width: 4rem;
    padding: 0.3rem 0 0.3rem;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.service-content .service-item .item-img{
    display: block;
    width: 1.21rem;
    height: 1.21rem;
    margin: 0 auto;
}
.service-content .service-item .item-introduction{
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.24rem auto;
}
.technology-wrap {
    padding: 0.6rem 0 0.9rem 0;
    background: url("/static/images/concept_bg.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.technology-info {
    position: relative;
    margin: 1.4rem auto 0.8rem;
    width: 7.9rem;
    height: 6rem;
}

.technology-info > img {
    width: 100%;
    height: 100%;
}

.technology-info > ul > li {
    overflow: hidden;
    position: absolute;
    width: 2.4rem;
    padding: 0.1rem 0;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    background-color: #E85510;
    border-radius: 0.18rem;
    line-height: 0.38rem;
}

.technology-info > ul > li:nth-child(2n-1) {
    left: -2.46rem
}

.technology-info > ul > li:nth-child(2n) {
    right: -2.46rem
}

.technology-info > ul > li:nth-child(2) {
    padding: 0.33rem 0;
}

.technology-info > ul > li:nth-child(1), .technology-info > ul > li:nth-child(2) {
    top: -0.04rem;
}

.technology-info > ul > li:nth-child(3), .technology-info > ul > li:nth-child(4) {
    top: 2.46rem
}

.technology-info > ul > li:nth-child(5), .technology-info > ul > li:nth-child(6) {
    bottom: -0.04rem;
}

.technology-p {
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.36rem;
}

.pc-swiper {
    display: block;
}

.h5-swiper {
    display: none;
}

@media (max-width: 1050px) {
    /*.mission-content{*/
    /*    display: block;*/
    /*    text-align: center;*/
    /*}*/
    .homeSwiper {
        height: 5.8rem;
    }
}
@media (max-width: 800px) {
    .homeSwiper {
        height: 4.8rem;
    }

    .pc-swiper {
        display: none;
    }

    .h5-swiper {
        display: block;
    }

    .homeSwiper .swiper-navigation {
        width: 0.28rem;
        height: 0.28rem;
    }

    .homeSwiper .swiper-button-prev {
        left: 0.16rem;
    }

    .homeSwiper .swiper-button-next {
        right: 0.16rem;
    }

    .homeSwiper .swiper-pagination {
        bottom: 0.2rem !important;
    }

    .homeSwiper .swiper-pagination-bullet {
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 0.11rem !important;
    }

    .homeSwiper .swiper-pagination-bullet-active {
        width: 0.12rem;
        height: 0.12rem;
        top: 0.01rem
    }
}

@media (max-width: 800px) {
    .home-title {
        margin: 0.08rem 0.1rem 0.2rem;
    }

    .home-title > p {
        font-size: 0.16rem;
        line-height: 0.32rem;
    }

    .home-title > div {
        font-size: 0.12rem;
        line-height: 1;
    }

    .home-product > a {
        display: block;
        float: none;
        width: auto;
        margin: 0 0.1rem 0.16rem !important;
    }

    .home-product > a > div {
        height: 1.66rem;
    }

    body .container .home-product > a > div > img {
        left: 0.2rem;
        bottom: 0.35rem;
        width: 0.7rem;
        height: 0.7rem;
    }

    .home-product > a > div > p {
        bottom: 0.1rem;
        left: 0.2rem;
        font-size: 0.12rem;
    }

    body .container .home-product > .product-zdh > div > img {
        bottom: 0.35rem;
    }

    body .container .home-product > .product-zhpz > div > img {
        bottom: 0.3rem;
    }

    .home-product > a > p {
        font-size: 0.14rem;
        line-height: 0.2rem;
        margin-top: 0.1rem;
    }

    .product-info, .product-mark {
        display: none;
    }

    .concept-wrap {
        padding: 0.38rem 0 0.36rem 0;
    }

    .concept-list {
        margin: 0 0.1rem;
    }

    .concept-list > li {
        margin-bottom: 0.4rem;
    }

    .concept-cover {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .concept-info {
        width: 100%;
        float: none;
    }

    .concept-title {
        height: 0.2rem;
        padding-left: 0.24rem;
        margin-bottom: 0.04rem;
        margin-top: 0.1rem;
        line-height: 0.22rem;
        font-size: 0.14rem;
    }

    .concept-list > li .concept-info p {
        margin-bottom: 0.06rem;
        font-size: 0.12rem;
        line-height: 0.155rem;
    }

    .concept-list > li > a {
        right: 0;
        bottom: -0.2rem;
        padding: 0.04rem 0.06rem;
        font-size: 0.12rem;
    }

    .technology-wrap {
        padding: 0.08rem 0 0.1rem 0;
    }

    .technology-info {
        margin: 0 0.1rem;
        width: auto;
        height: auto;
    }

    .technology-info > img {
        height: 2rem;
        margin-bottom: 0.2rem;
    }

    .technology-p {
        display: none;
    }

    .technology-info > ul > li {
        position: static;
        padding: 0.04rem 0;
        font-size: 0.12rem;
        float: left;
        width: 31.6%;
        height: 0.4rem;
        margin-right: 2.6%;
        margin-bottom: 0.14rem;
        line-height: 0.18rem;
        border-radius: 0.36rem;
    }

    .technology-info > ul > li:nth-child(2) {
        padding: 0.04rem 0;
        right: auto;
        line-height: 0.4rem;
    }

    .technology-info > ul > li:nth-child(3n) {
        margin-right: 0;
    }

    .swiper-slide > div > div {
        font-size: 0.18rem;
        line-height: 0.32rem;
    }

    .swiper-slide > div > p {
        font-size: 0.12rem;
        line-height: 0.22rem;
        margin: 0;
    }

    .swiper-slide > div > span {
        font-size: 0.14rem;
        line-height: 0.2rem;
    }

    .swiper-slide > div > span > span {
        margin: 0 0.32rem;
        font-size: 0.14rem;
    }
}
