a:hover {
    color: #0056b3;
}
h1, h2, h3, h4 {
    font-weight: normal;
}



.home-tip{
    display: flex;
    align-items: center;
    margin: 10px 10px 20px 10px;
}
.home-tip span{
    display: flex;
    color: #a4a4a4;
    font-size: 16px;
    margin-left: 10px;
}

.product-swiper.swiper {
    width: 1200px;
}

.product-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
}

.swiper-slide img{
    /*height: 200px;*/
}

.product-view .product-info{
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 5px #dfd6d6;
    padding: 20px;
    max-width: 300px;
    min-height: 448px;
}

.product-view .product-info img{

}
.product-view .product-info .title{
    margin: 10px;
    background-color: #af1b1b;
    border-radius: 30px;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.product-view .product-info .content{
    line-height: 35px;
    text-align: center;
}


.project-swiper{
    width: 1200px;
}

.project-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
}
.project-view .project-list{
    display: flex;
    flex-wrap: wrap;
}
.project-view .project-info{
    width: 50%;
    padding: 5px;
    min-height: 190px;
}
.project-view .project-info .border{
    border: 1px solid #e7e7e7 !important;
}
.project-view .project-info .top{
}
.project-view .project-info .top img{
    width: 100%;
    max-height: 180px;
    min-height: 160px;
    object-fit: cover;
}
.project-view .project-info .bottom{
    padding: 10px;
}

.project-view .project-info .bottom .title{
    font-size: 16px;
    font-weight: bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.project-view .project-info .bottom .content{
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-category-section{
    width: 100%;
    padding: 10px;
}
.project-category-view{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.project-category-view .project-category-list{
    display: flex;
    flex-wrap: wrap;
}
.project-category-view .project-category-info{
    width: 50%;
    padding: 5px;
}
.project-category-view .project-category-info img{
    width: 100%;
}

.project-category-view .project-category-info:hover .bottom{
    background-color: #276fe9;
    color: white;
}
.project-category-view .project-category-info .border{
    border: 1px solid #e1e1e1;
}
.project-category-view .project-category-info .bottom{
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-top: -2px;
    background-color: #fff;
}

.show-background{
    background-image: url('/assets/images/background/bg-10.png');
    height: 130px;
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: -180px;
    position: relative;
}


/*.news-category-info{*/
/*    width: 30%;*/
/*}*/
/*.news-category-info .top{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding-bottom: 10px;*/
/*    border-bottom: 1px solid #dfdfdf;*/
/*}*/
/*.news-category-info:nth-child(1) .top div:nth-child(1){*/
/*    padding: 10px 30px;*/
/*    background-color: #004ea2;*/
/*    color: white;*/
/*}*/
/*.news-category-info:nth-child(2) .top div:nth-child(1){*/
/*    padding: 10px 30px;*/
/*    background-color: #569ce5;*/
/*    color: white;*/
/*}*/
/*.news-category-info:nth-child(3) .top div:nth-child(1){*/
/*    padding: 10px 30px;*/
/*    background-color: #777e85;*/
/*    color: white;*/
/*}*/
/*.news-info{*/
/*    border-bottom: 1px dashed #dfdfdf;*/
/*}*/
/*.news-info span{*/
/*    line-height: 40px;*/
/*    font-size: 14px*/
/*}*/
/*.news-info{*/
/*    white-space:nowrap;*/
/*    overflow:hidden;*/
/*    text-overflow:ellipsis;*/
/*}*/
/*.news-info .time{*/
/*    float: right;*/
/*}*/
/*.news-info{*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*}*/
/*.news-info .left{*/
/*    width: 260px;*/
/*    white-space:nowrap;*/
/*    overflow:hidden;*/
/*    text-overflow:ellipsis;*/
/*}*/

.layui-tab .layui-tab-title li{
    font-size: 16px !important;
    font-weight: bold;
}

.news-view .layui-tab-brief>.layui-tab-title .layui-this{
    color: #276fe9;
}
.news-view .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 3px solid #276fe9
}

.news-view .layui-tab-content{
    padding: 0;
}

.news-view .news-list{
    display: flex;
    flex-wrap: wrap;
}
.news-view .news-list .news-info{
    width: 100%;
    min-width: 50%;
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #efefef;
}

.news-view .news-list .news-info .left{
    width: 30%;
}
.news-view .news-list .news-info .left img{
    width: 100%;
}
.news-view .news-list .news-info .right{
    width: 70%;
    margin-left: 10px;
}
.news-view .news-list .news-info .right .title{
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-view .news-list .news-info .right .content{
    margin-top: 8px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


