
body{
    overflow-x: visible;
}

/* banner start */

.banner {
    position: relative;
    width: 100%;

    height: 480px;
    overflow: hidden;
}

.bannerimg {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.bannerimg-ip {
    display: none;
}

.banner-content {
    width: 1200px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #061828;
}

.banner-title {
    font-size: 40px;
    text-align: left;
    height: auto;
}

.bannerbr {
    display: none;
}

.banner-subtitle {
    font-size: 16px;
    text-align: left;
    width: 53%;
    line-height: 32px;
    margin: 28px 0 38px 0;
}

.bannerbtn {
    font-size: 0;
    text-align: left;
}

.consult-btn,
.programme-btn,
.video-btn {
    font-size: 16px;
    color: #ffffff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #818aa8;
    margin-right: 20px;
    cursor: pointer;
}
.consult-btn{
    border: 1px solid rgba(35,133,237,1);
    background:rgba(35,133,237,1);
    margin-right: 10px;
}
.programme-btn {
    border: 1px solid #00CCFE;
    background-color: #00CCFE;
}
.video-btn {
    display: none;
}


/* 导航 start */

.mainnav {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    background:#fff;
    height: 60px;
    line-height: 60px;
    text-align: left;
    z-index: 5;
}


/* .mainnav-box {
    width: 1200px;
    margin: 0 auto;
} */

.mainnav-list {
    height: 61.5px;
    display: inline-block;
    font-size: 16px;
    color: #303030;
    margin-right: 60px;
    cursor: pointer;
    position: relative;
}


/* 导航 end */


/* business start */

.business {
    padding-bottom: 80px;
}

.template-width {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.template-titlte {
    color: #061928;
    font-size: 32px;
    padding-top: 73px;
    padding-bottom: 50px;
}
.no-swiper-container-pc{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.no-swiper-container-pc .swiper-slide{
    width: 49.6%;
}
.business-container {
   
    font-size: 0;
   
}

.business-box {
    width: 100%;
    height: 200px;
    display: inline-block;
    padding: 0 15px;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background:rgba(247,247,247,1);
}
.business-box-img{
    width: 66px;
    height: auto;
}
.business-box-img img{
    display: block;
    width: 100%;
    height: auto;
}
.business-bg {
    width: 470px;
    background: rgba(247,247,247,1);
    padding: 25px;
    padding-top: 0;
}

.business-box-title {
    font-size: 22px;
    color: #061928;
    padding-bottom: 10px;
    position: relative;
}

/* .business-box-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #00ccfe;
    bottom: 15px;
    left: 0;
} */

.business-box-text {
    font-size: 14px;
    color: #636a72;
    line-height: 24px;
    height: 50px;
}

.business-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #061828;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
   
    margin-top: 40px;
    
}
.business-btn a{
    width:auto;
    height:auto;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,39,0.75);
    cursor: pointer;
    opacity: 0.75;
}

.business-btn a:hover {
    color: #0086f1;
}

/* .business-box:hover .business-box-title,
.business-box:hover .business-box-text{
    color: rgba(255,255,255,1);
    opacity:0.8;
} */
/* business end */


/* programme start */

.programme {
    background: url(../images/programme-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 65px;
}

.template-titlte-color {
    color: #ffffff;
}

.template-subtitlte {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    padding: 0 9%;
    margin-bottom: 50px;
}

.programme-container {
    margin-left: -5px;
    margin-right: -5px;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.programme-box {
   
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    background:rgba(35,133,237,0.2);
}

.programme-bg {
    /* background-color: #264373; */
    padding: 0 35px;
    height: 264px;
    position: relative;
    overflow-y: hidden;
}

.programme-bg-posit {
    position: relative;
    top: 63px;
    /* top: 50%;
    transform: translateY(-50%); */
    transition: all 0.3s linear;
}

.programme-box-title {
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 53px;
    position: relative;
}

.programme-box-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #00ccfe;
    bottom: 25px;
    left: 0;
}

.programme-box-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
}

.programme-box-btn {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #2386ee;
    background-color: #ffffff;
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
}


/* programme end */


/* advantage start */

.advantage {
    position: relative;
    padding-bottom: 80px;
}

.advantage-container {
    margin-left: -5px;
    margin-right: -5px;
    text-align: left;
}

.advantage-box {
    /* padding: 0 5px; */
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
}

.advantage-box-posit {
    position: relative;
    top: 42px;
    transition: all 0.3s linear;
    display: flex;
    flex-direction: row;
}
.advantage-img-box{
    position: relative;
    top: 20px;
    width: 66px;
    height: auto;
}
.advantage-img-box img{
    /* display: block; */
    width: 100%;
    height: auto;
}
.advantage-bg {
    background: rgba(247,247,247,1);
    padding: 0 30px;
    height: 230px;
    position: relative;
}

.advantage-box-title {
    font-size: 22px;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    line-height: normal;
}

.advantage-box-text {
    font-size: 14px;
    line-height: 24px;
    color: #636a72;
}

.advantage-icon {
    width: 92px;
    height: auto;
    vertical-align: middle;
}

.advantage-icon2 {
    width: 100%;
    height: auto;
    display: none;
}

.advantage-text {
    width: 87%;
    display: inline-block;
    padding-left: 8%;
    vertical-align: middle;
}

.advantage-box-btn {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 25px;
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
    border: 1px solid #63a9f3;
}


/* advantage end */


/* story start */

.story {
    background:rgba(234,239,243,1);
    padding-bottom: 90px;
}

.story-container {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story-box {
    
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    height: 371px;
}
.story-img-box{
    width: 100%;
}
.story-img {
    width: 100%;
    display: block;
}
.story-img img{
    display: block;
    width: 100%;
    height: auto;
}

.story-box-posit {
    /* padding: 0 50px; */
    background:rgba(249,251,253,1);
    padding: 28px 30px 30px;
    width: 100%;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* transition: all 0.3s linear; */
}

.story-box-title {
    font-size: 22px;
    color: #0c1e2c;
    font-weight:500;
}

.story-box-text {
    color: #636a72;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.story-box-btn {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
    background-color: #0086f1;
}


/* story end */


/* product start */

.product {
    padding-bottom: 80px;
}

.product-container {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
}

.product-box {
    /* padding-right:5px; */
    display: inline-block;
    width: 100%;
    vertical-align: top;
   
    position: relative;
}

.product-box-bg {
    background:rgba(247,247,247,1);
    padding: 0 30px;
    position: relative;
    height: 225px;
}

.product-box-posit {
    position: relative;
    top: 52px;
    transition: all 0.3s linear;
}

.product-box-title {
    font-size: 22px;
    color: #303030;
}
.product-box-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #00ccfe;
    top: 40px;
    left: 0;
}

.product-box-text {
    font-size: 14px;
    color: #616161;
    margin-top: 30px;
    line-height: 24px;
}

.product-box-btn {
    display: none;
    margin-top: 25px;
    color: #ffffff;
    display: none;
}

.product-box-btn1,
.product-box-btn2 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ffffff;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
}
.contact-title{
    text-align: left;
}

/* product end */


/* swiper start*/

.swiper-pagination {
    display: none;
}


/* swiper end*/

@media (min-width: 768px) {

    /* hover  事件*/
    /* .consult-btn:hover{
        background-color: #0086f1;
        border: 1px solid #0086f1;
    } */
    /* .programme-btn:hover{
        color: rgba(35,133,237,1);
        border-color:rgba(35,133,237,1);
    } */
    /* .mainnav-click::after,
    .mainnav-list:hover::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #0086f1;
    } */
    .mainnav-click-active{
       border-bottom: 3px solid #0086f1;
        /* background-color: #0086f1; */
    }
    .programme-box:hover .programme-box-btn {
        display: block;
        margin-top: 30px;
        color: rgba(255,255,255,1);
        background:rgba(0,203,253,1);
        box-shadow:0px 1px 0px 0px rgba(255,255,255,0.2), 0px 5px 20px 0px rgba(65,149,239,0.48);
        transition: all 0.3s linear;
    }

    .programme-box:hover{
        background-image: url('../images/manufacture-relative-bg.png');
        background-size: 100%;
        box-shadow:0px 20px 70px 0px rgba(51,143,239,0.3);
    }

    .programme-box:hover .programme-bg-posit {
        top: 38px;
    }
    .programme-box:hover .programme-box-title{
        padding-bottom: 33px;
        transition: all 0.3s linear;
    }
    .programme-box:hover .programme-box-text{
        line-height: 24px;
    }
    .advantage-box:hover{
        box-shadow:0px 5px 10px 0px rgba(18,32,46,0.4);
    }
    .advantage-box:hover .advantage-box-btn {
        display: block;
        background: #2386ee;
    }

    .advantage-box:hover .advantage-icon1 {
        display: block;
    }

    .advantage-box:hover .advantage-icon2 {
        display: none;
    }

    .advantage-box:hover .advantage-box-posit {
        top: 25px;
    }
    .story-box:hover{
        box-shadow:0px 5px 10px 0px rgba(18,32,46,0.4);
    }
    .story-box:hover .story-box-btn {
        display: block;
       
    }

    .story-box:hover .story-box-posit {
        padding-top: 17px;
        height: auto;
    }
    .product-box:hover{
        /* background-color: #2386ee; */
        box-shadow:0px 5px 20px 0px rgba(35,134,238,0.8) !important;
    }
    
    .product-box:hover .product-box-bg {
        background-image: url('../images/manufacture-relative-bg.png');
        background-size: cover;
    }
    .product-box:hover .product-box-btn1{
        border: 1px solid rgba(0,204,254,1);
        background:rgba(0,204,254,1);
    }
    .product-box:hover .product-box-title {
        color: #ffffff;
    }
    .product-box:hover .product-box-title::after{
        content: "";
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: #00ccfe;
        top: 38px;
        left: 0;
    }
    .product-box:hover .product-box-text {
        color: #ffffff;
    }

    .product-box:hover .product-box-posit {
        top: 27px;
    }

    .product-box:hover .product-box-btn {
        display: none;
    }

    .product-box-btn1:hover,
    .product-box-btn2:hover {
        background-color: #ffffff;
        color: #2386ee;
    }
    .product-box-btn1:hover{
        color:rgba(255,255,255,1)
    }
    /* swiper */
    .no-swiper-container {
        display: inline;
    }
    .swiper-container3 .swiper-wrapper{
        padding: 30px 0;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .banner-content,
    .template-width {
        width: 100%;
    }
    .banner-subtitle {
        margin: 28px auto 38px auto;
    }
    .banner-title,
    .bannerbtn {
        text-align: center;
    }
    .template-width {
        padding-left: 10px;
    }
}

.blurprint {
    width: 100%;
   
    height: auto;
    margin:0 auto;
    padding-top: 85px;
    padding-bottom: 90px;
    background-image: url('../images/blurprint-bg.png');
    background-size: cover;
}
.blurprint-container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.blurprint p:nth-child(1) {
    margin: auto;
    width: auto;
    height: auto;
    font-size:32px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);

}

.blurprint p:nth-child(2) {
    margin: auto;
    margin-top: 30px;
    width: 1000px;
    height: auto;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(13,10,38,1);
    line-height: 24px;
    text-align: center;
}

.blurprint>.dot {
    margin: 0 auto;
    /* margin-top: 25px; */
}

.blurprint>.dot>span {
    display: none;
    width: 52px;
    height: 4px;
    background: skyblue;
}

.blurprint-content-box {
    margin: 0 auto;
    margin-top: 50px;
    /* padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px; */
    width: 1200px;
}

.blurprint-content-box img {
    width: 100%;

}

.blurprint-item {
    height: 264px;
    width: 360px;
    display: inline-block;
}

.blurprint-item>div {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    font-family: FZLTHJW;
    font-weight: normal;
    color:rgba(6,24,40,1);
    background: rgba(35, 134, 238, 0.1);
    margin-bottom: 1px;
}

.blurprint-item>.div-1 {
    height: 60px;
    line-height: 60px;
    background: rgba(35, 134, 238, 1);
    font-size: 20px;
    font-family: FZLTHJW;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.blurprint-item:nth-child(2) {
    margin: 0 20px;
}

.blurprint-item:nth-child(2)>.div-2,
.blurprint-item:nth-child(3)>.div-2 {
    padding: 0 20px;
    height: 101px;
    line-height: 24px;
    text-align: left;
}

.blurprint-item:nth-child(3)>.div-2 {
    line-height: 102px;
    text-align: center;
}