/* banner */

.banner {
    cursor: pointer;
}

.banner-item {
    width: 100%;
}


.banner-item img {
    width: 100%;
    height: 100%;
}

.banner-swiper {
    position: relative;
}

.banner-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}


.banner-slider-pagination {
    padding: 0 0 0.42rem 0;
    display: flex;
    justify-content: center;
}

.banner-slider-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.3rem;
    transition: all .3s;
    opacity: 1;
}

.banner-slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F4A814;
}

.model-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 0.1rem;
}

.model-title-cn {
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 0.3rem;
    color: #333333;
    display: inline-block;
    padding-bottom: 0.11rem;
}

.model-title-en {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    margin-top: 0.1rem;
}

.model-title-second {
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
}

.model-title-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-title-more a {
    display: block;
    background-color: #1368ff;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.15rem;
    transition: all .3s;
}

/* about */
.about-model {
    background: url('../images/about-bg.png') no-repeat;
    background-size: 100% 100%;
}

.about-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1.1rem 1.5rem;
}

.about-content-left {
    width: 50%;
}

.about-left-img1 img {
    width: 100%;
}

.about-left-img2 {
    margin: 0.3rem 0;
}

.about-left-img2 img {
    width: 100%;
}

.about-content-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 1rem;
}

.about-content-right img {
    width: 100%;
}

.about-model-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
    text-indent: 2em;
}


/* product */
.product-model {
    background-color: #eeeeee;
    padding: 0.5rem 1.5rem;
}

.product-list {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0.6rem 0 0.3rem;
    display: grid;
    grid-template-columns: repeat(4, 22.75%);
    justify-content: space-between;
}

.product-list li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.product-list-item-img {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    border: 1px solid #E2DADA;
    background: #FFFFFF;
}

.product-list li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.product-list li:hover img {
    transform: scale(1.1);
}

.product-list p {
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.1rem 0;
    transition: all .3s;
}

.product-list li:hover p {
    color: rgba(255, 153, 0, 1);
}

.product-list a:hover {
    color: #000;
}

/* engineering */
.engineering-model {
    padding: 0.5rem 1.5rem;
    background: url('../images/engineering-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.engineering-model .model-title {
    border-bottom: 2px #fff solid;
}

.engineering-list {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0.6rem 0 0.3rem;
    display: grid;
    grid-template-columns: repeat(2, 47%);
    justify-content: space-between;
}

.engineering-list li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.5rem;
}

.engineering-list-item-img {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
    border: 1px solid #E2DADA;
    background: #FFFFFF;
}

.engineering-list li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.engineering-list li:hover img {
    transform: scale(1.1);
}

.engineering-list p {
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.1rem 0;
    transition: all .3s;
}

.engineering-list li:hover p {
    color: rgba(255, 153, 0, 1);
}

.engineering-list a:hover {
    color: #000;
}

/* news */
.news-model {
    background-color: #eeeeee;
    padding: 0.5rem 1.5rem;
}

.news-box {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    padding: 0.5rem 0;
}


.news-left-img {
    width: 50%;
}

.news-left-img img {
    width: 100%;
}

.news-list-content {
    width: 50%;
    box-sizing: border-box;
    padding-left: 0.5rem;
}

.news-list-content a:hover {
    color: #000;
}

.news-list-content li {
    height: 1.27rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.02rem;
    background-color: #fff;
    transition: all .3s;
    color: rgb(51, 51, 51);
}

.news-list-content li:hover {
    background-color: #1368ff;
    color: #fff;
}

.news-list-time {
    width: 15%;
    box-sizing: border-box;
    border-right: 1px #ccc solid;
    margin: 0.3rem 0;
    text-align: center;
}

.news-list-time h1 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
}

.news-list-time p {
    font-size: 0.16rem;
}


.news-list-text h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.1rem
}

.news-list-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 0.16rem;
}

.news-list-text {
    flex: 1;
    padding: 0 0.15rem;
}


.news-list-icon {
    width: 15%;
    height: 100%;
    box-sizing: border-box;
    border-left: 1px #ccc solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list-icon .layui-icon {
    font-size: 0.3rem;
    color: #ccc;
}

.news-list-content li:hover .news-list-icon {
    /* border-color: #1368ff;
    transition: all .3s; */
}