* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;

}

li {
    list-style: none;
}





.banner {
    width: 100%;
    /* min-width: 1500px; */
}


.banner img {
    width: 100%;
    height: 100%;
}

.comDesc {
    width: 1200px;
    /*height: 65px;*/
    margin: 0 auto;
    padding: 50px 0;
}

@media screen and (max-width: 1200px) {
    .comDesc {
        width: 88%;
        margin: 0 auto;
        padding: 25px 0;
    }
}

.comDesc img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .comDesc img {
        width: 100%;
        height: 100%;
    }
}


.HotSale-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;

}

@media screen and (max-width: 1200px) {
    .HotSale-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .HotSale-title img {
        width:30%;
    }
}


.Module-Introduction {
    font-size: 36px;
    color: #105FAB;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .Module-Introduction {
        font-size: 11px;
        color: #105FAB;
        margin-top: 12px;
    }
}


.Product {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 77px;
}

@media screen and (max-width: 1200px) {
    .Product {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content:center;
    }
}



.Product>a {
    margin: 30px;

}

@media screen and (max-width: 1200px) {
    .Product>a {
        width: 45%;
        margin: 7px;
    }
}


.Product_item {
    width: 315px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .Product_item {
        width: 100%;
        position: relative;
    }
}



.Product_item img {
    width: 300px;
}

@media screen and (max-width: 1200px) {
    .Product_item img {
        width: 100%;
    }
}

.Product_item p {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
@media screen and (max-width: 1200px) {
.Product_item p {

    font-size: 8px;

 
}
}
.Product_more {
    width: 100%;
    height: calc(100% - 22px);

    text-align: center;
    color: aliceblue;
    /* 半透明 */
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.involve {
    width: 100%;
    /* height: 100vh; */
    height: 800px;
    background: url('../img/involve.jpg') no-repeat center;
    background-size: cover;
    /* min-width: 1500px; */
}

@media screen and (max-width: 1200px) {
    .involve {
        width: 100%;
        /* height: 100vh; */
        height: 400px;
        background: url('../img/involve.jpg') no-repeat center;
        background-size: cover;
        /* min-width: 1500px; */
    }
}

.involve-title {
    text-align: center;
    font-size: 50px;
    font-family: Alimama DongFangDaKai;
    color: #105FAB;
    padding: 100px 0;
}

@media screen and (max-width: 1200px) {
    .involve-title {
        font-size: 25px;
        padding: 15px 0;
    }
}


.response-animated {
    width: 1500px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .response-animated {
        width: 96%;
        margin: 0 auto;
    }
}

/*#company {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

#company li {
    width: 16.666%;
    overflow: hidden;
    background: #000;
    position: relative;
    min-height: 450px;
    margin: 2px;
    transition: all ease .5s;
}
@media screen and (max-width: 1200px) {
    #company {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
}
@media screen and (min-width: 1200px) {
    #company {
    width: 100%;
    display: flex;
    justify-content: space-between;
    }
}
@media screen and (max-width: 1200px) {
    #company li {
        width: 32%;
        overflow: hidden;
        background: #000;
        position: relative;
        min-height: 257px;
        margin: 2px;
        transition: all ease .5s;
        float: left;
    }
}

#company li>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .6;
}

#company li>a {
    position: absolute;
    bottom: 12%;
    left: 20px;
    right: 20px;
    transition: all ease .5s;
    height: 70%;
}

#company li>a img {
    width: 40px;
    position: absolute;
    bottom: 30px;
}

#company li>a h3 {
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#company li>a p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #fff;
    font-family: arial;
    opacity: 1;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 12px;
}

#company li>a span {
    color: #fff;
    background: none;
    padding: 5px 20px;
    border-radius: 2px;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    opacity: 0;
    transition: all ease .5s;
    border-radius: 30px;
    border: solid 2px #fff;
}

.showBtn {
    color: #fff;
    background: none;
    padding: 5px 20px;
    border-radius: 2px;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    opacity: 0;
    transition: all ease .5s;
    border-radius: 30px;
    border: solid 2px #fff;
}


#company li:hover>a {
    padding-bottom: 30px;
}

#company li:hover>a span {
    opacity: 1;
}

#company li>a span {
    opacity: 0;
}

#company li.active1 {
    width: 40%;
    opacity: 1;

}

.list_line {
    width: 20px;
    height: 3px;
    border-radius: 4px;
    background: #ffffff;
}

.Get_solutions {
    width: 680px;
    height: 60px;
    line-height: 60px;
    margin: 75px auto;
    background: #FFFFFF;
    border: 5px solid #CDEAFA;
    border-radius: 39px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.Get_solutions-box {
    width: 380px;
    font-size: 20px;
    height: 100%;
    font-family: Alimama DongFangDaKai;
    color: #017899;
    text-align: center;
    background-color: #CDEAFA;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
    transition: all ease .5s;

    /* 动画 */

}

@media screen and (max-width: 1200px) {
    .Get_solutions {
        width: 60%;
        margin: 550px auto 50px;
    }

    .Get_solutions-box {
        width: 60%;
    }
}


.Get_solutions-box:hover {
    width: 100%;
    /* 动画 */
    transition: all ease .5s;

}

.Get_solutions>img {
    position: absolute;
    top: 15px;
    left: 46px;
    width: 32px;
    height: 45px;
    z-index: 9;
}

.Get_solutions>p {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    /* width: calc(100% - 380px); */
    font-size: 15px;
    color: #017899;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .Get_solutions>p {
        right: 5px;
        font-size: 8px;

    }
}

.Get_solutions>span {
    position: absolute;
    left: 125px;
    top: 50%;
    transform: translateY(-50%);
    /* width: calc(100% - 380px); */
    font-size: 15px;
    color: #017899;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .Get_solutions>span {
        left: 120px;
        font-size: 8px;
                display: none;
    }
}

.core_instanceBox {
    background: url('../img/pinz_bg.jpg') no-repeat center;
    /* height: 100vh; */
    height: 800px;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .core_instanceBox {
        height: auto;
    }
}

.core_instance {
    width: 1500px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .core_instance {
        width: 95%;
    }
}


.core_instance_content {

    padding-top: 100px;
}

@media screen and (max-width: 1200px) {
    .core_instance_content {
        padding-top: 50px;
    }
}

.yunu-pinzhi {
    margin-left: -8px;
}
@media screen and (max-width: 1200px) {
    .yunu-pinzhi {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
}

@media screen and (max-width: 1200px) {
    .yunu-pinzhi li {
    float: left;
    width: 49.9%;
    margin-bottom: 10px;
    }
}
@media screen and (min-width: 1200px) {
    .yunu-pinzhi li {
    float: left;
    width: 20%;
    }
}

.yunu-pinzhi li a {
    display: block;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}

.yunu-pinzhi li .text {
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 232px;
}

@media screen and (max-width: 1200px) {
    .yunu-pinzhi li .text {
        height: 138px;
    }
}

.yunu-pinzhi li .box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #ca042d;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.yunu-pinzhi li i {
    display: inline-block;
    background: no-repeat center;
    height: 68px;
    margin-top: -34px;
    width: 68px;
    vertical-align: middle;
}


.yunu-pinzhi li h4 {
    line-height: 50px;
    background: url('http://www.chinaping.net/skin/images/pinz_line02.gif') no-repeat center bottom;
    font-size: 18px;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .yunu-pinzhi li h4 {
        line-height: 25px;
        font-size: 12px;
    }
}

.text p {
    color: #777;
    line-height: 1.8;
}

@media screen and (max-width: 1200px) {
    .text p {
        font-size: 12px;
        line-height: 1.5;
    }
}

.box p {
    color: #fff;
    line-height: 1.8;
}

@media screen and (max-width: 1200px) {
    .box p {
        font-size: 12px;
        line-height: 1;
    }
}

.yunu-pinzhi li .box i {
    margin-top: 110px;
}

@media screen and (max-width: 1200px) {
    .yunu-pinzhi li .box i {
        margin-top: 55px;
    }
}


.img-center img {
    width: 100%;
    height: 100%;
}

.honour {
    width: 100%;
    /* height: 68vh; */
    height: 700px;
    margin-bottom: 100px;
    background: url('http://www.hpjllab.com/statics/images/tem/zsbg.jpg') no-repeat center top;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    .honour {
       height: 400px;
    }
}
.honour_title {
    margin: 66px auto;
    /* width: 1500px; */
    text-align: center;
    font-size: 51px;
    color: #105FAB;
}

@media screen and (max-width: 1200px) {
    .honour_title {
        width: 95%;
        margin: 30px auto;
    }
}

.SwiperBox {

    width: 1100px;
    height: 354px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .SwiperBox {
        width: 88%;
        height: 130px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-item {
    background: url('http://www.hpjllab.com/statics/images/tem/kuang.png') no-repeat;
    background-size: 100% 100%;
    width: 76%;
    height: 76%;
    position: relative;
    padding: 16px;

}

@media screen and (max-width: 1200px) {
    .swiper-item {
        padding: 8px;
         width: 95%;
    }
}

.swiper-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-item p {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 20px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}

@media screen and (max-width: 1200px) {
    .swiper-item p {
         bottom: -20px; 
        font-size: 8px;
        overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

    }
}



.button-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    background-image: url('http://hpjllab.com/statics/images/tem/jt1.jpg');
    background-size: 200%;
}

.button-next {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    background-image: url('http://hpjllab.com/statics/images/tem/jt1.jpg');
    background-size: 200%;
    /* transform: rotate(180deg); */
    background-position: 41px 0px;
}

.Brand {
    background: #709fcd;
    color: #fff;
    height: 189px;

}

@media screen and (max-width: 1200px) {
    .Brand {
        height: 100%;
        padding: 10px 0;
    }
}


@media screen and (min-width: 1200px) {
.Brand_main {
    width: 1500px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

}
@media screen and (max-width: 1200px) {
    .Brand_main {
        width: 100%;
          display: block;
    }
}

.Brand_jb {
    width: 193px;
    position: relative;
}

@media screen and (max-width: 1200px) {

    .Brand_jb {
        width: 96px;
        position: relative;
    }
}

.jb {
    width: 193px;
    height: 258px;
    position: absolute;
    bottom: -39px;
    left: 100px;
}

@media screen and (max-width: 1200px) {
    .jb {
        width: 96px;
        height: 129px;
        position: absolute;
        bottom: -19px;
        left: 10px;
        /*display: none;*/
    }
}

.Brand_desc {
    width: 611px;
    font-family: Alimama DongFangDaKai;
    color: #FFFFFF;
    text-align: center;
    margin-left: 259px;
}
@media screen and (max-width: 1200px) {
    .Brand_desc {
        width: 100%;
        font-family: Alimama DongFangDaKai;
        color: #FFFFFF;
        text-align: center;
        margin-left: 5px;
    }
}
.Brand_desc p:nth-child(1) {
    font-size: 26px;
}
@media screen and (max-width: 1200px) {
    .Brand_desc p:nth-child(1) {
        font-size: 10px;
    }
}
    

.Brand_descB {
    font-size: 35px;
    font-weight: 700;
}

.Brand_lx {
    height: calc(100% - 60px);
    margin: 30px 0;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
@media screen and (max-width: 1200px) {
    .Brand_lx {
        height: calc(100% - 30px);
        margin: 15px 0;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
            display: none;
    }
}
    

.Brand_kf {
    position: absolute;
    bottom: 0;
    right: 6px;
    width: 164px;
    height: 287px;



}
@media screen and (max-width: 1200px) {
    .Brand_kf {
        position: absolute;
        bottom: 0;
        right: 3px;
        width: 82px;
        height: 143px;
        display: none;
    }
}
    
#company li:nth-child(1) {
    background: #0061b1;
}

#company li:nth-child(2) {
    background: #0096b1;
}

#company li:nth-child(3) {
    background: #0067bb;
}

#company li:nth-child(4) {
    background: #0092b1;
}

#company li:nth-child(5) {
    background: #c8a500;
}

#company li:nth-child(6) {
    background: #0073bc;
}

#company li:nth-child(7) {
    background: #e4581b;
}

#company li:nth-child(8) {
    background: #6a6a6a;
}

#company li:nth-child(9) {
    background: #354ebb;
}

#company li:hover {
    background: #000000;
}

.Brand_lx_btn {
    width: 165px;
    height: 39px;
    line-height: 39px;
    font-size: 22px;
    background: #ff8400;
    border-radius: 25px;
    margin-left: 16px;
}
@media screen and (max-width: 1200px) {
    .Brand_lx_btn {
        width: 82px;
        height: 19px;
        line-height: 19px;
        font-size: 11px;
        background: #ff8400;
        border-radius: 25px;
        margin-left: 8px;
    }
}
    
.IndustryAn_bg {
    background: url('../img/qualityservice.jpg');
    background-size: cover;
    padding-bottom: 66px;
}

.Industry_an_main {
    width: 1500px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .Industry_an_main {
        width: 100%;
    }
}

.Industry_an_head {
    width: 800px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 100px;
}

@media screen and (max-width: 1200px) {
    .Industry_an_head {
        width: 100%;
        margin: 0;
    }
}

.Industry_an_head div {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
}

@media screen and (max-width: 1200px) {
    .Industry_an_head div {
        width: 58px;
        height: 58px;
        font-size: 8px;
    }
}

.Industry_an_head div>img {
    width: 52px;
    height: 53px;
}

.tabBox {
    background-color: #fff;
}

.active {
    display: show;
}

.content {
    margin-top: 30px;
    display: flex;
}

.content_l div {
    width: 270px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    background: #cddae1;
    border-radius: 2px;
    margin: 20px 0;
}

@media screen and (max-width: 1200px) {
    .content_l div {
        width: 100%;
        height: 42px;
        line-height: 42px;
        font-size: 8px;
        overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

    }
}

.content_l {
    margin: 0 30px;
}

@media screen and (max-width: 1200px) {
    .content_l {
        margin: 0 20px;
        width: 30%;
    }
}

.content_l_btn {
    background: #709fcd !important;
    color: #CDEAFA;
}

.content_r_Box {
    width: calc(100% - 330px);

}

@media screen and (max-width: 1200px) {
    .content_r_Box {
        width: calc(100% - 170px);
    }
}


.content_r {
    display: none;
        height: 100%;
}

.content_r img {
    width: 100%;
    height: 100%;
      object-fit: cover;
}

.core_instance_title {
    padding-top: 66px;
}

@media screen and (max-width: 1200px) {
    .core_instance_title {
        padding-top: 30px;
    }
}


.Industry_an_title_box {
    padding: 66px 0;
}

@media screen and (max-width: 1200px) {
    .Industry_an_title_box {
        padding: 30px 0;
    }
}

.Industry_an_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 99px;
    position: relative;
}

.Industry_an_title p:nth-child(1) {
    font-size: 50px;
    color: #141414;
    opacity: 0.3;
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {

    .Industry_an_title p:nth-child(1) {
        font-size: 25px;
        margin-bottom: 20px;
    }


}




.Industry_an_title p:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 51px;
    color: #105FAB;
}

@media screen and (max-width: 1200px) {
    .Industry_an_title p:nth-child(2) {
        font-size: 26px;
    }
}

.Industry_an_title p:nth-child(3) {
    font-size: 16px;
    color: #666666;
    opacity: 0.6;
}

@media screen and (max-width: 1200px) {
    .Industry_an_title p:nth-child(3) {
        font-size: 8px;
    }
}

.tab {
    background-color: #fff;
    padding-top: 30px;
}

.flex {
    display: flex;
}

.none {
    display: none;
}

.Brandcooperation {
    width: 1500px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .Brandcooperation {
        width: 100%;
    }
}


.Brandcooperation-title {
    margin: 140px 0;
}
@media screen and (max-width: 1200px) {
    .Brandcooperation-title {
        margin: 70px 0;
    }
}

.Brandcooperationlogo {

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /* 每行4个 */
    margin-bottom: 60px;

}


@media screen and (max-width: 1200px) {
    .Brandcooperationlogo img {
        width: 100%;
    }
}


@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

.Get_solutions_container {
    position: absolute;
    top: -6px;
    left: 28px;
}

.container1 {
    position: relative;
    width: 30px;
    height: 30px;
    margin: auto;
}

/* 产生动画（向外扩散变大）的圆圈 第一个圆 */
.pulse {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    border: 1px solid #ff2800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    animation: warn1 2s linear 0.5s infinite;
    box-shadow: 1px 1px 60px #ff2800;
    /* 阴影效果 */
}

/* 产生动画（向外扩散变大）的圆圈 第二个圆 */
.pulse1 {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    border: 1px solid #ff2800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    animation: warn1 2s linear 1s infinite;
    box-shadow: 1px 1px 60px #ff2800;
    /* 阴影效果 */
}

.pulse2 {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    border: 1px solid #ff2800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    animation: warn1 2s linear 1.5s infinite;
    box-shadow: 1px 1px 60px #ff2800;
    /* 阴影效果 */
}

.pulse3 {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    border: 1px solid #ff2800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    animation: warn1 2s linear 2s infinite;
    box-shadow: 1px 1px 60px #ff2800;
    /* 阴影效果 */
}

.footer {
    width: 100%;
}

.footer img {
    width: 100%;

}