/*顶部导航栏logo图标*/
.headerStyle{
   /* width: 1440px;*/
   /*margin-left: auto;*/
   /* margin-right: auto;*/
    width: 100%;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 70px;
    position: fixed;
    top:0;

    align-items: center;
}
@media (min-width: 1921px) {
    .headerStyle >div{
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media (min-width: 2000px) {
    .headerStyle >div{
        width: 100%;
        min-width: 2550px;
        margin: 0 auto;
    }
}
.logoTop{
    top: 0px;
    width: 50%;
    height: 70px;
    opacity: 1;
    background: rgba(42, 57, 89, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 22px 12px 22px;


}
/*导航栏*/
.navTop{
    margin-left: auto;;
    margin-right: auto;
    width: 50%;
    background: white;
    align-items: center;
    justify-content: center;
    display: flex;
}
.navigation-menu{
    margin: 0;

}
.navigation-menu > li{
    float: left;
    margin-left: auto;;
    margin-right: auto;
    top: 0;
    width: 180px;
    height: 70px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 12px 22px 12px 22px;
}
@media (max-width: 1200px) {
    .navigation-menu > li{
        float: left;
        margin-left: auto;;
        margin-right: auto;
        top: 0;
        width: 154px;
        height: 70px;
        opacity: 1;
        background: rgba(255, 255, 255, 1);
        display: flex;
        justify-content: center;
        position: relative;
        align-items: center;
        padding: 12px 22px 12px 22px;
    }

}
.navigation-menu > li >a{
    left: 0;
    top: 0;
    width: 180px;
    height: 70px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 22px 12px 22px;
    /** 文本1 */
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 18.75px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: top;
}.navigation-menu > li >span{
    left: 0;
    top: 0;
    width: 180px;
    height: 70px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 22px 12px 22px;
    /** 文本1 */
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 18.75px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: top;
}
/*导航栏下拉样式*/
.dropdownMenu{
    position: absolute;
    top:96%;
    left:10%;
    z-index:1000;
    display:none;
    float:left;
    min-width:136px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.dropdownMenu.active{
    display: block;
}
/*导航栏下拉样式*/
.dropdownStyle{
    width: 136px;
    height: 35px;
    opacity: 1;
    text-align: center;
}
.dropdownStyle a{
    display:block;
    padding:3px 20px;
    clear:both;
    color:#333;
    white-space:nowrap;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(50, 54, 59, 1);
    text-align: center;
    vertical-align: middle;
}
.dropdownStyle a:hover{
    display:block;
    padding:3px 20px;
    clear:both;
    color:#333;
    white-space:nowrap;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    color: rgba(35, 184, 188, 1);
    text-align: center;
    vertical-align: middle;
}
.dropdownStyleLine{
    left: 980px;
    top: 142px;
    width: 120px;
    height: 2px;
    opacity: 1;
    background: rgba(35, 184, 188, 1);

}
/*导航栏鼠标移入*/
@media (max-width: 1200px) {
    .navigation-menu > li:hover>a{font-size: 15px}

}
.navigation-menu > li:hover>a{
    left: 0;
    top: 0;
    width: 180px;
    height: 70px;
    opacity: 1;
    background: rgba(251, 250, 251, 1);

    border-width: 0 0 4px 0;
    border-style: solid;
    border-color: rgba(35, 184, 188, 1);

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 22px 12px 22px;
    /** 文本1 */
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18.75px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: top;
}
.navigation-menu > li:hover>span{
    left: 0;
    top: 0;
    width: 180px;
    height: 70px;
    opacity: 1;
    background: rgba(251, 250, 251, 1);

    border-width: 0 0 4px 0;
    border-style: solid;
    border-color: rgba(35, 184, 188, 1);

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 22px 12px 22px;
    /** 文本1 */
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18.75px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: top;
}
/*导航栏布局*/
.rowTop{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
}
.menu-extras  {
    display: none;
}



@media (max-width: 375px) {
    .lines{
        margin-right: 0!important;
    }
}
@media (max-width: 1024px) {
    .menu-extras {
        display: block;
        float: right;
        margin-right: 15px;
    }
}
@media (max-width:1024px) {
    #navigation{
        display: none;
    }
    .navTop{
        margin-left: auto;;
        margin-right: auto;
        width: 50%;
        background: white;
        justify-content: right;
        display: flex;
    }
    .navbar-toggle {
        display: block;
        position: relative;
        cursor: pointer;
        margin: 0;
    }
    .navbar-toggle.active {
        display: block;
        position: relative;
        cursor: pointer;
    }

    .lines{
        width: 25px;
        display: block;
        position: relative;
        /*margin: 32px 20px 24px;*/
        height: 18px;
    }
    .menu{
        width: 40px;
        height: 40px;
    }.menu img{
         width: 100%;
         object-fit: fill;
     }
    .navbar-toggle span{
        height: 2px;
        width: 100%;
        background-color: #3c4858;
        display: block;
        margin-bottom: 5px;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }
    .menu-extras .menu-item {
        border-color: #8492a6;
    }
}

/*正文内容*/
.textTitle{
    width: 240px;
    height: 60px;
    opacity: 1;
    /** 文本1 */
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: top;
}
.rowTitle{
    margin:  25px auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.defect{

    left: 0;
    top:0;
    /*width: 1440px;*/
    height: 565px;
    opacity: 1;
    position: relative;
    /*background: rgba(250, 250, 250, 1);*/
    background-blend-mode: multiply;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
/*.defect::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;          !* 定位到右侧边缘 *!*/
/*    top: 50%;          !* 垂直居中 *!*/
/*    transform: translateY(-50%);*/

/*    !* 创建向左的红色三角形 *!*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 150px solid transparent;*/
/*    border-bottom: 150px solid transparent;*/
/*    border-right: 150px solid rgba(255, 255, 255, 1); !* 控制三角形宽度和颜色 *!*/
/*}*/

.image1{
    width: 42%;
    height: 395px;
    display: block;
    opacity: 1;
    position: relative;
    z-index: 3;
    /*background: black;*/
}
#part1 .swiper-container{
 margin: 0;
}
#part1 .swiper-wrapper {
     flex-direction: column;
 }
.img-1{
    width: 100%;
    height: 100%;
    object-fit: fill;   /* 保持比例填充，必要时裁剪[5,8](@ref) */
    /*object-position: center;*/
}.img-1-1{
    width: 100%;
    height: 100%;
    object-fit: fill;   /* 保持比例填充，必要时裁剪[5,8](@ref) */
    /*object-position: center;*/
}
.img-1-phone{
    display: none;
}
.contant1{
    width: 50%;
    height: 400px;
    opacity: 1;
    z-index: 3;
}
.text1{
    left: 0;

    top:55px;
    margin-top: 0px;
    margin-left: 30px;
    width: 325px;
    max-width: 50%;
    height: 60px;
    opacity: 1;
    /** 文本1 */
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: middle;
    /*position: absolute;/*/
    position: relative;
}
.text2{
    left: 0;
    top:120px;
    width: 75%;
    height: auto;
    margin-left: 30px;
    opacity: 1;
    position: relative;
    display: block;
    /** 文本1 */
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(50, 54, 59, 1);
    text-align: justify;
    vertical-align: top;
}
.context2{
    display: flex;
    width: 93%;
    align-items: center;
    justify-content: space-between;;
}
.context2 >div {
    /*width: auto;*/
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 5px;
    /*left: 126px;*/
    width: 290px;
    opacity: 1;
    background: linear-gradient(171.4deg, rgba(255, 255, 255, 1) 0%, rgba(224, 254, 255, 1) 100%);
    box-shadow: 0px 6px 8px  rgba(216, 218, 227, 0.41);
}
.context2 > div:hover{
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 5px;
    top:-10px;
    border-bottom: 6px rgba(35, 184, 188, 1) solid;
    /*left: 126px;*/
    /*top: 1305px;*/
    position: relative;
    width: 290px;
    opacity: 1;
    background: linear-gradient(171.4deg, rgba(255, 255, 255, 1) 0%, rgba(224, 254, 255, 1) 100%);
    box-shadow: 0px 7px 10px  rgba(216, 218, 227, 0.41);
}
.context2 >div> span{
    width: 66%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21.6px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    height:auto;
    display: flex;
}
.icon1{
    left: 3px;
    top: 0px;
    width: 40px;
    height: 40px;
    opacity: 1;
}
.hr{
    width: 120px;top:65px;border: rgba(35, 184, 188, 1) 6px  solid ;margin:0 30px 0;position: relative;
}
@media (max-width: 991px) {
    .textTitle{
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        display: flex;
    }
    .contant1{
        width: 95%;
       height: 250px;
        display: block;
        align-items: center;
    }
    .contant1 .text2{
        justify-items: center;
    }
    .contant1>hr{
        border: rgba(35, 184, 188, 1) 3px  solid
    }
    .text1 {
        /*left: 20px;*/
        /*top: 644px;*/
        width: 167px;
        height: 30px;
        max-height: 30px;
        opacity: 1;
        /** 文本1 */
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 30px;
        color: rgba(50, 54, 59, 1);
        text-align: left;
        vertical-align: middle;
    }
    .defect{

        left: 0;
        top:0;
        width: 100%;
        height: auto;
        opacity: 1;
        position: relative;
        background: rgba(250, 250, 250, 1);
        background-blend-mode: multiply;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .defect::after {
        display: none;
    }
    .container{
        padding: 0;
        width: 100%;
        /*max-width: 2550px;*/
    }
    .image1{
        width: 100%;
        height: auto;
        object-fit: fill;
        display: block;
        opacity: 1;
        position: relative;
        z-index: 2;
        /*background: black;*/
    }

    .img-1-phone{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .text2{
        left: 0;
        top:90px;
        width: 90%;
        height: auto;
        margin: 0 10px 0 30px;
        opacity: 1;
        position: relative;
        display: block;
        /** 文本1 */
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 26px;
        color: rgba(50, 54, 59, 1);
        text-align: justify;
        vertical-align: top;
    }
    .context2{
        display: flex;
        width: 90%;
        align-items: center;
        justify-content: space-between;;
        flex-wrap: wrap;
        /*flex-grow: inherit;*/
    }
    .icon1{
        display: none;
    }
    .context2 >div{
        width: 45%;
        height: 100px;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 10px 5px;
        /*left: 126px;*/
        /*top: 1305px;*/
        /*width: 160px;*/
        opacity: 1;
        background: linear-gradient(171.4deg, rgba(255, 255, 255, 1) 0%, rgba(224, 254, 255, 1) 100%);
        box-shadow: 0px 6px 8px  rgba(216, 218, 227, 0.41);
    }
    .context2 >div:hover{
        width: 45%;
        height: 100px;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 10px 5px;
        /*left: 126px;*/
        /*top: 1305px;*/
        /*width: 160px;*/
        opacity: 1;
        border-bottom: 6px rgba(35, 184, 188, 1) solid;
        background: linear-gradient(171.4deg, rgba(255, 255, 255, 1) 0%, rgba(224, 254, 255, 1) 100%);
        box-shadow: 0px 7px 10px  rgba(216, 218, 227, 0.41);
    }
    .context2 >div> span{
        width: 95%;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 21.6px;
        color: rgba(50, 54, 59, 1);
        text-align: left;
        height:auto;
        display: flex;
    }
    .icon1{
        left: 3px;
        top: 0px;
        width: 40px;
        height: 40px;
        opacity: 1;

    }

}




@media (min-width: 992px) {
    /*屏幕尺寸大于992时手机导航栏图标不显示*/
    .phoneLogo{
        display: none;
    }
}
@media (max-width: 991px) {
    .phoneLogo{
        left: 32.25px;
        top: 17px;
        width: 50%;;
        opacity: 1;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 22px 12px 22px;
        background-color: white;

    }
    .headerStyle{
        width: 100%;
        max-width: 992px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.11);
    }
    /*屏幕尺寸小于992时电脑导航栏图标不显示*/
    .logoTop{
        display: none;
    }
}

/**与轮播图图片同步大小**/

@media (min-width: 1441px) {
    .container{
        width: 1440px;
    }

}
/*@media (max-width: 1920px )and( min-width: 1439px) {*/
/*    .container{*/
/*        width: 1440px;*/
/*    }*/
/*}*/
/*@media (max-width: 1439px)and( min-width: 991px) {*/
/*    .container{*/
/*        width: 100%;*/
/*    }*/
/*}*/
@media (max-width: 1440px) {
    .container{
        width: 100%;
    }
}

/**页面的90%**/
/*@media (min-width: 1500px) {*/
/*    .container{*/
/*        width: 1440px;*/
/*    }*/
/*}*/
