.banner{width: 100%;min-width: 1400px;}
.banner .item {
    background: no-repeat center;
    
    
}
.layui-this{
    
    
}



.about-index{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 1400px;
    width: 100%;
    padding: 80px 0;
    background: url(../image/about-bg.png) #fff bottom center no-repeat;
}


.about-box{
    margin-top: 40px;
    position:relative;
    display: flex;
    flex-direction: row;
    width: 1400px;
    justify-content: space-between;

}
.about-box .left-box{
    width: 51%;
}
.about-box .left-box .about-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.about-box .left-box .about-nav .item{
    width: 32%;
    height: 48px;
    border:1px solid #0078f9;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.about-box .left-box .about-nav .item .icon{
    padding-right: 5px;font-size: 28px;
}

.about-box .left-box .about-nav .item.curr,.about-box .right-box .about-nav .item:hover{
    background-color: #0078f9;
    color: #fff;
}

.about-box .about-txt{
    margin-top: 30px;
}
.about-box .about-txt p{
    margin-top: 10px;
    line-height: 46px;
    font-size: 18px;
    color: #000;
    text-indent: 2em;
    letter-spacing:1px;

}
.about-box .about-txt a{
    color: #0078f9;
}
.about-box .about-txt a:hover{
    font-weight: bold;
}
.about-box .right-box{
    width: 47%;
}


.about-box .right-box .img{
    display: block;
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 2px;
}
.about-box .right-box .img img{width: 100%}
.layui-this{
    transition: all 5s ease-out !important;
    transform: scale(1.0) !important;
}





.sub-index{
    padding: 80px 0;
    width: 100%;
    min-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: url(../image/sub-bg.png) #f7f7f7 top center no-repeat;

}
.sub-box {
    margin: 50px 0;
    display: flex;
    width: 1400px;
    height: 550px;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: opacity 150ms ease-in-out;
}
.sub-box.loading {
    opacity: 0;
}

.sub-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
    text-shadow: 0 0 6px #00080e;
    transition: all 150ms ease-out;
}
.sub-list h1 {
    font-size: 2.5em;
    text-align: center;
}
.sub-list hr {
    height: 1px;
    background-color: white;
    border: none;
    width: 50px;
}
.sub-list p {
    font-size: 1.2em;
}
.sub-list .sub-btn {
    color: #fff;
    font-size: 18px;
    padding: 8px 30px;
    margin-top: 15px;
    border-radius: 2em;
    border:1px solid #0078f9;
    background-color: rgba(0,0,0,0.5);
}
.sub-list .sub-btn:hover {
    background-color: #0078f9;
}
.sub-list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.sub-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 100ms ease-in;
    mix-blend-mode: multiply;
    opacity: 0;
    pointer-events: none;
}
.sub-list.unfolded {
    flex: 8 1;
}
.sub-list.unfolded.front {
    transform: translateZ(20px);
}
.sub-list.unfolded.back {
    transform: translateZ(-20px);
}
.sub-list.unfolded.back::after {
    background: linear-gradient(to right, black 0%, white 25%, white 75%, black 100%);
    opacity: 0.5;
}
.sub-list.folded {
    flex: 1 8;
}
.sub-list.folded h1,  .sub-list.folded .sub-btn {
    display: none;
}
.sub-list.folded::after {
    opacity: 0.6;
}
.sub-list.folded.right {
    transform: rotateY(-30deg) scaleX(1.16);
}
.sub-list.folded.right::after {
    background: linear-gradient(to left, white, black);
}
.sub-list.folded.left {
    transform: rotateY(30deg) scaleX(1.16);
}
.sub-list.folded.left::after {
    background: linear-gradient(to right, white, black);
}



.i-news{
    width: 100%;
    min-width: 1400px;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}
.i-news .news-top{
    width: 1170px;
    margin: 10px auto 20px;
    padding: 15px;

}
.i-news .news-top .title{font-size: 30px;
    text-align: center;
    display: block;
}
.i-news .news-box{
    position: relative;
    width: 1400px;
    margin: 10px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-box .news-img{width: 50%}

.news-box .news-img .layui-carousel-ind{top:-85px !important;}
.news-box .news-img a{
    display: block;
    background-color:#f7f7f7;
}
.news-box .news-img .img{
    position: relative;
    width: 100%;
    height: 490px;
    overflow: hidden;
}
.news-box .news-img .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.news-box .news-img .title{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 0 10px;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
}
.news-box  .news-list{
    margin-left: 10px;
    width: 49%;
    display: flex;
    flex-direction: column;
}
.news-box .tab-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #eeeeee;
    height: 46px;

}
.news-box .tab-title .item{
    height: 58px;
    line-height: 40px;
    text-align: center;
    width: 33%;
    font-size: 20px;
    cursor: pointer;
}
.news-box .tab-title .item-this{
    background: url("../image/news-tab-title-bg.png") no-repeat top center;
    color: #fff;
}

.news-list-item{
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}
.news-list-item .item-list{
    display: none;
}
.news-list-item .item{
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;


}
.news-list-item .item .title{
    font-size: 18px;
    max-width: 80%;
}
.news-list-item .item .time{ font-size: 14px;}

.i-news .btn{
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align:center;
    margin: 0 auto 50px;


}
.i-news .btn a{
    display: block;
    border:1px solid #0078f9;
    border-radius: 3px;
    color: #0078f9;
    font-size: 16px;
}
.i-news .btn a:hover{
    background-color: #0078f9;
    color: #fff;
    border-color:#0078f9;
}
.index-icon{
    position: relative;
    margin: 50px auto 50px;
    min-width: 1400px;
    overflow: hidden;

}
.index-icon .box{
    width: 1400px;
    margin: 10px auto 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.index-icon .box .item{
    position: relative;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;


}
.index-icon .box .item {
    margin-left: 10px;font-size: 18px
}
.index-icon .box .item  .count{font-size: 36px;color:#0078f9}




.i-flink{
    position: relative;
    margin: 0 auto ;
    min-width: 1400px;
    overflow: hidden;
    background-color: #f6faff;
    padding: 50px 0 50px;
}
.i-flink .flink-title{
    font-size: 40px;
    text-align: center;
    min-width: 1400px;
}
.i-flink .box{
    width: 1400px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.i-flink .box .item{
    width: 160px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.i-flink .box:after{
    content: '';
    width:160px;


}
.i-flink .box .item .img{
    position: relative;
    width:160px;
    height: 90px;
    overflow:hidden;
    background-color: #efefef;
}
.i-flink .box .item .title{
    padding: 10px 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
}

.index-line{
    position: relative;
    min-width: 1400px;
    overflow: hidden;
    height: 200px;
    background: url("../image/index-line.png") no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-line .title{
    font-size: 40px;
    text-align: center;
    min-width: 1400px;
    padding-bottom: 10px;
    color:#fff;
}
.index-line .small-title{
    font-size: 20px;
    text-align: center;
    min-width: 1400px;
    color: #ccc;
    font-weight: 300;
}




.view-title{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.view-title .title{
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    background: url("../image/index-title-bg.png") center no-repeat;
}
.view-small-title
{
    padding: 5px;
    font-size: 20px;
    text-align: center;
    min-width: 1400px;
    color: #000;
    font-weight: 300;
    line-height: 180%;
}