



/*banner*/
.index-banner{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-swiper{
    position:relative ;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

/*轮播覆盖*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 80px;
    text-align: right;
    right: 0;
}
.swiper-pagination-bullet{
    background-color: rgba(236,236,236,.6);
    transition: .3s;
    width:24px;
    height: 6px;
    margin-left:10px;
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    width: 40px;
    background-color: rgba(255,255,255,1);
    position: relative;
    z-index: 1;
}
.swiper-pagination-bullet-active:after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1;
    z-index: 2;
    animation: activeLine 3.3s;
    animation-timing-function: linear;
}

.swiper-pagination{
    bottom:50px;
    right:0;
}

/*业务介绍*/
.yewujieshao{
    margin-top:80px;
    margin-bottom: 70px;
    color:black;
    font-size: 20px;
    text-align: center;
}
.yewujieshao-title{
    font-size: 30px;
    font-weight: bold;
    color: #2b333c;
}
.yewujieshao-p{
    padding-top:24px;
    font-size:14px;
    text-align: center;
    color: #71777e;

}
.icon-slide{
    display: block;
    padding-bottom: 24px;
    background-color: #fff;
    transition: .3s;
    cursor: pointer;
}
.icon-slide:hover{
    box-shadow: 0 14px 20px -18px black;
}
.icon-img{
    margin-bottom: 30px;
    display: block;
    width: 100%;
    max-width: 300px;
}
.icon-title{
    font-size: 18px;
    color: #2b333c;
    text-align: center;
}
/*业务介绍结束*/



.myCenter{
    margin-top:74px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    color: #fff;
    font-size:28px;
    font-weight: bold;
    text-align: center;
    background-image: url("../../static/picture/index/slogn-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}


/*联系我们*/
.lianxi{
    margin-bottom: 30px;
}
.lianxi h1{
    font-size: 32px;
    color:#2b333c;
    font-weight: bold
}
.lianxi p{
 margin-top: 15px;
    color: #71777e;
}
.layui-input{
    width:600px;
    height: 44px;
}
.lxwm-btn{
    display: inline-block;
    width: 600px;
    background-color: #ff8478;
}

.layui-form-item{
  display: inline-block;
}

.layui-form{
    padding-top: 40px
}

/*Footer*/
.myfooter{
    padding-top:100px;
    padding-bottom: 100px;
    width: 100%;
    background-image:url('../../static/picture/index/footer.jpg');
}
.footer-detail{
   padding-right: 30px;

}
.footer-detail h3{
    color:#ffffff;
    font-size: 20px;
    text-align: center;
}
.footer-detail p{
    color:#d8d8d8;
    font-size: 14px;
    padding-top: 50px;
    line-height: 32px;
    text-align: center;
}
.footer-detail a{
    opacity: 0.6;
    background: black;
    font-size: 12px;
    color: #ffffff;
    width: 144px;
    line-height: 44px;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;


}
.footerbtn{
    display: block;
    margin: 40px auto 0;
    margin-top: 26px;
}
.footer-img a{
    opacity: 0.6;
    background: black;
    font-size: 12px;
    color: #ffffff;
    width: 144px;
    line-height: 44px;
    border: 1px solid black;
    cursor: pointer;
    text-align: center;


}
.footer-center{
    text-align: center;
    line-height: 30px;
}


.footer-center h3{
    color:#d8d8d8;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
}
.footer-center p{
    font-size: 14px;
    color: #d8d8d8;
    text-align: center;

}

.footer-centerbtn{
    display: block;
    margin: 40px auto 0;
    margin-top: 26px;
}




.footer-end{
    background-color: black;
    width:100%;
    padding-top: 5px;
    color:white;
    opacity: 0.9;
    text-align: center;


}
.footer-first{
   color:white;
    text-align: left;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-icp{
    color:white;
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-end1{
    color:white;
    text-align: right;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-contact{
   text-align: center;
}


.footer-contact li a{
    color:#d8d8d8;
    font-size:16px;
    line-height:40px;
}



.jieshaoicon p{
     margin-top:10px;
     font-size: 14px;
     color:#464e57;
    line-height: 30px;


 }
.jieshaoicon h3{
    font-size: 20px;
    padding-top: 30px;
    color:#2b333c;
}
/*关于我们*/
.our{
    margin-top: 80px;
}
.our h1{
    color:#2b333c;
    font-size:32px;
    font-weight:bold;
    margin-bottom:30px;
}
.aboutBoder{
    position: relative;
}
.aboutBoder:after{
    content: '';
    position: absolute;
    left: 0;
    /*z-index: -1;*/
    bottom: -6px;
    width: 100%;
    height: 15px;
    background-color: rgba(38,95,155,0.2);

}
.layui-input-block{
    margin-left: 0px;
}

.aywm-pp{
    color:#1c2631;font-size:16px;line-height: 40px;margin-right: 30px
}



/*新闻*/
.news-modular-right{
    padding-top: 40px;
}


.news-modular-container{
    padding-top:80px;
    padding-bottom: 50px;
    background:#edf2f3;
    width:100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.modular-title h1{
    color:#2b333c;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
}
.modular-title p{
    color: #4E5465;
    text-align: center;
    margin-top: 20px;
}

.news-img{
    height: 16.875rem;
    overflow: hidden;
    margin-top:30px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-content{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1.375rem 1.25rem 1.375rem 1rem;
    background-color: #fff;
}
.news-content .news-date{
    position: relative;
    flex-shrink: 0;
    padding: 0.75rem;
    box-sizing: border-box;
    margin-right: 1.25rem;
    width: 4.6875rem;
    height: 4.6875rem;
    border: 1px solid #aaa;
}
.news-content .news-date .year{
    position: absolute;
    left: 0.125rem;
    bottom: 1.25rem;
    font-family: 'DIN-Regular',sans-serif;
    font-size: 0.75rem;
    line-height: 0.75rem;
    color: #2b333c;
    transform: rotate(90deg);
}
.news-content .news-date .month{
    font-family: 'DIN-Bold',sans-serif;
    font-size: 1.875rem;
    text-align: right;
    line-height: 1.5625rem;
    font-weight: bold;
    color: #265f9b;
}
.news-content .news-date .day{
    margin-right: -1px;
    font-family: 'DIN-Bold',sans-serif;
    font-size: 1.875rem;
    text-align: right;
    line-height: 1.5625rem;
    font-weight: bold;
    color: #9fa5ac;
}
.news-content .news-text{
    width: calc(100% - 87px);
    flex-shrink: 0;
}
.news-content .news-text h4{
    width: 100%;
    margin-bottom: 0.75rem;
    font-size: 18px;
    color: #20262d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-content .news-text p{
    width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #3f4953;
}
/*
新闻end*/
.jieshaoicon h3{
    transition: .3s;
     white-space: nowrap;
}
.test1:hover h3{
    color: #91B0F7;
}

.test2:hover h3{
    color: #82DBBD;
}

.test3:hover h3{
    color: #D6AAF2;
}

.test4:hover h3{
    color: #62D3FB;
}
.test5:hover h3{
    color: #63C6FA;
}
.test6:hover h3{
    color: #F59F83;
}
.test7:hover h3{
    color: #F9CF98;
}
.test8:hover h3{
    color: #7BE2E4;
}

/*关于我们 中屏兼容*/
@media screen and (max-width: 992px){
    .layui-hide-xs{
        display: none;
    }
    .gywm-y{
        flex-direction: column;
    }
}

@media screen and (max-width: 320px) {
    .header-nav{
       text-align: center;
    }
    .myCenter {
        font-size: 13px!important;
        line-height: 220px!important;
    }
    .jieshaoicon h3{
        font-size: 14px!important;
        height:48px!important;
        padding-top: 18px!important;
    }
    .jieshaoicon p {
        line-height: 24px;
    }
    .layui-input {
        width: 290px!important;
    }
    .lxwm-btn {
        width: 290px!important;
    }
}
@media screen and (max-width: 768px) {
    .banner-swiper{
        height: 320px;
    }
    .swiper-pagination{
        right: 20px;
        bottom: 40px;
    }
    .myCenter1{
        padding-top: 100px;
        padding-bottom: 100px;
        line-height: inherit;
        font-size: 23px;
    }
    .gywm-y{
        flex-direction: column;
    }
    .aywm-img img{
        width: 100%;
        padding-top: 30px;
    }
    .aywm-pp{
        margin-right: 0px;
    }
    .news-modular-right{
        padding-top:0px;
    }
    .news-img{
        height:180px;
    }
    .news-img img{
        margin-bottom: 20px;
    }

    .layui-col-space18>*{
        padding:0px;
    }
/*    新闻动态*/
    .xwdt-yd{
        padding-bottom:20px;
    }
    .news-content .news-text{
        width: 75%;
    }
    /*联系我们*/
    .layui-input{
        width:300px;
    }
    .lxwm-btn{
        width: 300px;
    }
 /*移动端页脚*/
    .myfooter{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-end1{
        text-align: center;
    }
    .our h1{
        text-align: center;
    }
    .header-nav{
        text-align: center;
    }
    .wrap-nav{
        padding-top:90px;
    }
    .layui-col-space18{
        margin: 0px;
    }
    .cnen{
        float: left;
    }
    .jieshaoicon p{
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 24px;
    }

    .news-content .news-text h4{
        margin-bottom: 0;
    }

    .test1 h3{
        color: #91B0F7;
    }

    .test2 h3{
        color: #82DBBD;
    }

    .test3 h3{
        color: #D6AAF2;
    }

    .test4 h3{
        color: #62D3FB;
    }
    .test5 h3{
        color: #63C6FA;
    }
    .test6 h3{
        color: #F59F83;
    }
    .test7 h3{
        color: #F9CF98;
    }
    .test8 h3{
        color: #7BE2E4;
    }


/*自适影icon轮播*/
    .yd-isonswipe .swiper-pagination-bullet{
        background-color: #8D8D8D;
        transition: .3s;
        width:6px;
        height: 6px;
        margin-left:10px;
        opacity: 0.5;
        border-radius: 50%;
    }
    .yd-isonswipe .swiper-pagination-bullet-active{
        background-color: #3f4953;
        position: relative;
        z-index: 1;
    }
    .yd-isonswipe .swiper-pagination-bullet-active:after{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        background-color: #fff;
        opacity: 1;
        z-index: 2;
        animation: activeLine 3.3s;
        animation-timing-function: linear;
    }
    .yd-isonswipe .swiper-pagination{
        bottom: -40px;
        left: 15px;
    }

    .icon6{
        font-size: 30px!important;
    }
    .myCenter{
        font-size: 16px;
    }

}
