.page-index {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.page-index .swiper-container {
    width: 100%;
    z-index: 1;
    position: relative;
}

.page-index .swiper-container .swiper-slide img {
    width: 100%;
    /*height: 100%;*/
}

.page-index .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-flex;
    display: flex;
    -webkit-item-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-item-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.page-index .advantage .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #EBEEF5;
    transition: .3s;
    height: 360px;

}

.page-index .advantage .item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px #EBEEF5;
}


.page-index .advantage .item i {
    font-size: 60px;
    display: block;
    color: #FCB814;
}

.page-index .advantage .item .right h3 {
    margin-bottom: 24px;
}

.page-index .advantage .item p {
    line-height: 2.2em;
}


.page-index .news .top .info {
    margin-top: 24px;
}
.page-index .news .top  img{
    border-radius: 5px;
    width: 100%;
}

.page-index .news .cat {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 21px;
    line-height: 1.6em;
    color: #ff6d5a;
    background-color: rgba(255, 109, 90, 0.1);
}

.page-index .news .views {
    margin-left:56px;
    color: #909399;
}

.page-index .news .top .title {
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.3em;
    display: -webkit-box; /*弹性伸缩盒子*/
    -webkit-box-orient: vertical; /*垂直排列*/
    color: #303133;
    line-clamp: 2;
    -webkit-line-clamp: 2; /*只显示6行*/
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*省略号代替*/
}

.page-index .news .top .title:hover {
    color: #ff6d5a;
}

.page-index .news .list .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.page-index .news .list {
    margin-left: 8px;
}

.page-index .news .list .item img {
    height: 112px;
    width: 150px;
    border-radius: 5px;
    object-fit: fill;
    margin-right: 20px;
}

.page-index .news .list .item .title {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.3em;
    display: -webkit-box; /*弹性伸缩盒子*/
    -webkit-box-orient: vertical; /*垂直排列*/
    color: #303133;
    line-clamp: 2;
    -webkit-line-clamp: 2; /*只显示6行*/
    overflow: hidden; /*溢出隐藏*/
    text-overflow: ellipsis; /*省略号代替*/
}

.page-index .news .list .item .title:hover {
    color: #ff6d5a;
}

.page-index .teco img {
    width: 100%;
}

.page-index .support .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-index .support .item {
    padding: 20px;
    border: 1px solid #EBEEF5;
    height: 256px;
}

.page-index .support .item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px #EBEEF5;
}

.page-index .support .item i {
    font-size:36px;
    color: #FCB814;
    margin-right: 10px;
}

.page-index .support .item  .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.page-index .support   img{
    width:100%;
    margin-top:46px;
}

.page-index .support p{
    color: #606266 ;
    line-height: 1.6em;
}
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {



}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 850px) {
    .about-us .left {
        width: 750px;
    }
    .about-us .left .content {
        width: 750px;
        color: #303133;
        line-height: 1.667em;
    }
    .about-us .right img {
        width: 100%;
        padding-top: 36px;
        float: left;
        display: block;
    }
    h3.title {
        margin-left: 90px;
    }
    .contact ul li.qrcode-list {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px;
        margin-left: 70px;
    }


}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {
    .about-us .left {
        width: 350px;
    }
    .about-us .left .content {
        width: 350px;
        color: #303133;
        line-height: 1.667em;
    }
    .about-us .right img {
        width: 100%;
        padding-top: 36px;
        float: left;
        display: block;
    }
    h3.title {
        margin-left: 90px;
    }
    .contact ul li.qrcode-list {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px;
        margin-left: 70px;
    }
}







