*{
    box-sizing: border-box;
}
body,a{
    color: #333;
}
.index-banner{
    margin-top: 60px;
}
.home-contanier{
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left:0;
    background: rgb(0,0,0,1);
    z-index: 3000;
    overflow: auto;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.home-contanier.show-on{
    height: 100vh;
}
.home-header{
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.home-header.show-on{
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.home-header.show-on .logo-icon{
    margin-top: -10px;
}
.home-header.show-on .logo-icon span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 10px 0 0;
}
.home-header.show-on .logo-icon span:nth-child(2) {
    display: none;
}
.home-header.show-on .logo-icon span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0px;
}
.home-logo img {
    max-width: 90px;
}
.logo-icon span {
    display: block;
    width: 25px;
    height: 1px;
    background: #ffffff;
    margin: 7px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.home-nav{
    display: none;
    padding: 0 15px;
}
.home-nav a{
    color: #ffffff;
}
.home-nav .home-menu{
    font-size: 16px;
}
.home-menu>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.home-menu>div>a{
    flex: 1;
    color: #ffffff;
}
.home-menu>div>i{
    color: #ffffff;
}
.home-nav .home-list{
    display: none;
}
.home-nav .home-list-t{
    border-bottom: 1px solid rgba(255,255,255,.2);

}
.home-nav .home-list-t a{
    display: block;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    color: #9b9ea0;
}
/* 四大优势 */
.four-big-advantage{
    color: #333333;
}
.advantage-contanier{
    padding: 15px;
}
.advantage-contanier ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.advantage-contanier ul li{
    width: 50%;
    margin-bottom: 15px;
    text-align: center;
}
.advantage-contanier ul li:nth-child(3),
.advantage-contanier ul li:nth-child(4){
    margin-bottom: 0;
}
.advantage-contanier ul li img{
    max-width: 40px;
}
.advantage-contanier .advantage-number{
    margin: 2px 0;
    font-size: 18px;
}
.advantage-contanier .advantage-text{
    font-size: 14px;
}
/* 十横板块 */
.ten-horizontal{
    padding: 30px 15px;
    background: #f8f8f8;
}
.index-title{
    text-align: center;
}
.title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.tips{
    margin: 10px 0 15px 0;
    font-size: 14px;
}
.ten-horizontal-content .ten-horizontal-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
}
.ten-horizontal-content ul>li{
    margin-bottom: 15px;
}
.hot-product{
    position: absolute;
    top: -5px;
    right: 0;
}
.hot-product img{
    max-width: 25px;
}
.ten-horizontal-content ul>li:last-child{
    margin-bottom: 0;
}
.ten-horizontal-img{
    display: flex;
    align-items: center;
}
.ten-horizontal-img img{
    max-width: 25px;
    margin-right: 5px;
}
.ten-horizontal-img a{
    font-size: 15px;
}
.ten-horizontal-icon{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ten-horizontal-list{
    display: none;
    border-top: 1px #EBECEC solid;
    padding:15px;
    background: #ffffff;
}
.ten-horizontal-list .t2{
    height: 40px;
    margin: 10px 0;
    box-sizing: border-box;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 13px;
    color: #9B9EA0;
}
.ten-horizontal-list>li{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dedede;
}
.ten-horizontal-list>li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.ten-horizontal-list>li>a{
    display: inline-block;
    font-size: 14px;
}
.short-description a{
    display: inline-block;
    padding: 5px 10px;
    background: #1E89E6;
    border: 1px solid #1E89E6;
    color: #FFFFFF;
}
.short-description span{
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px;
    border: 1px solid #1E89E6;
    color: #1E89E6;
}
.short-label span{
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 2px;
    font-size: 12px;
    color: #9B9EA0;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 6px;
}
/* end */
/* 弹框 */
.black-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0,0,.5);
    z-index: 1000;
    overflow: hidden;
    display: none;
    z-index: 8888;
}
.solution-box{
    display: none;
    position: fixed;
    width: 80%;
    left: 50%;
    top: 50%;
    padding: 30px;
    transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    box-shadow: 0px 0px 20px 0 rgb(16 92 251 / 16%);
    -webkit-box-shadow: 0px 0px 20px 0 rgb(16 92 251 / 16%);
    -moz-box-shadow: 0px 0px 20px 0 rgb(16 92 251 / 16%);
    background: #ffffff;
    z-index: 9000;
    border-radius: 4px;
}
.solution-h h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.solution-h h3 span {
    color: #F5511E;
}
.solution-h div {
    padding: 5px 0;
    text-align: center;
    margin-bottom: 0px;
}
.solution-h div span {
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #000000;
}
.solution-wrap {
    margin-bottom: 15px;
}
.solution-title {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #666666;
}
.solution-in input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    outline: none;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 2px;
    text-indent: 5px;
    font-size: 12px;
    color: #666666;
}
.solution-btn input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #1E89E6;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
}
.solution-in input::placeholder{
    font-size: 12px;
}
.solution-off {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
/* end */

/* 案例 */
.case-plate{
    padding:30px 0;
}
.index_anli_item{
    display: none;
}
.case-nav{
    padding: 0 15px;
}
.case-title{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
@-webkit-keyframes breath2 {
    0% {
        -webkit-transform: skewX(-10deg) scaleX(1);
        transform: skewX(-10deg) scaleX(1);
    }

    100% {
        -webkit-transform: skewX(-10deg) scaleX(0.95);
        transform: skewX(-10deg) scaleX(0.95);
    }
}

@keyframes breath2 {
    0% {
        -webkit-transform: skewX(-10deg) scaleX(1);
        transform: skewX(-10deg) scaleX(1);
    }

    100% {
        -webkit-transform: skewX(-10deg) scaleX(0.95);
        transform: skewX(-10deg) scaleX(0.95);
    }
}
.case-title a{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    height: 40px;
    width: 45%;
    margin-bottom: 15px;
    border-radius: 20px 5px 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 300;
    text-shadow: 0 0 20px #fff;
    text-transform: uppercase;
    -webkit-animation: breath2 2s 0.5s infinite alternate;
    animation: breath2 2s 0.5s infinite alternate;
    transition: all 0.2s ease;
    cursor: pointer;
    border-color: #a8ecff;
    background-image: linear-gradient(to bottom, rgba(30, 170, 230, 1), rgba(29, 96, 240, 1));
    /* box-shadow: 0 0 70px rgb(48 138 255 / 50%), 0 5px 20px rgb(48 138 255 / 50%), inset 0 1px #ffeca8, inset 0 -1px #ffeca8; */
    color: #fff;
}

.case-title a:nth-child(9),
.case-title a:nth-child(10){
    margin-bottom: 0;
}

.case-title a:nth-child(2n){
    margin-right: 0;
}

.index-f{
    padding: 30px 15px;
}
.index-f .index-title-sub{
    margin: 10px 0 15px 0;
    padding: 0;
    line-height: normal;
    font-size: 14px;
}
.index-news li a{
    padding-left: 0;
    font-size: 14px;
}
.index-news .swiper-pagination-bullet-active,
.page-contact,
.footer{
    background: #1E89E6!important;;
}
.page-contact .info-box .post{
    color: #1F70AF;
}
.footer a{
    height: 45px;
}
.page-contact .info-box .war{
    color: #ddd;
}