﻿@import url("common.css");

.container{}

.banner {
    width: 100%;
    /*height: 800px;*/
    background: url("../images/banner.jpg") no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

@supports (aspect-ratio: 9 / 5) {
    .banner {
        height: auto;
        aspect-ratio: 9 / 5;
    }
}

.banner .content {
    position: relative;
    z-index: 1;
    width: 1280px;
    margin: 0 auto;
}

.banner .content .item {
    position: absolute;
    top: 371px;
    left: 26px;
    width: 620px;
    min-height: 280px;
    background: linear-gradient(270deg, rgba(22, 102, 171, 0.83) 0%, rgba(22, 102, 171, 0.82) 100%);
    opacity: 0.9;
    padding: 36px 24px 38px 47px;
}

@keyframes slideIn {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 26px;
        opacity: 0.9;
    }
}

@keyframes slideOut {
    0% {
        left: 26px;
        opacity: 0.9;
    }
    100% {
        left: -567px;
        opacity: 0;
    }
}

@keyframes slideInReverse {
    0% {
        left: -567px;
        opacity: 0;
    }
    100% {
        left: 26px;
        opacity: 0.9;
    }
}

@keyframes slideOutReverse {
    0% {
        left: 26px;
        opacity: 0.9;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

.banner .content .item .main-tit {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: left;
}

.banner .content .item .info-tit {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: left;
    margin: 10px 0 15px;
}

.banner .content .item .more {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.banner .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 2;
}

.left-arrow {
    left: 30px;
}

.right-arrow {
    right: 30px;
}

.left-arrow img,
.right-arrow img {
    width: 21px;
    height: 33px;
}

.customer{
    width: 100%;
    background: #F4F8FF;
}

.customer .content{
    width: 1040px;
    margin: 0 auto;
    padding: 54px 0 100px;
}

.customer .content .main-tit{
    width: 100%;
    background: url("../images/CUSTOMERVALUE.png") no-repeat center left;
    padding: 87px 0 0 22px;
    background-size: 950px 80px;
    font-size: 70px;
    font-weight: bold;
    color: #333333;
    line-height: 92px;
}

.customer .content .con{
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
}

.customer .content .con li{
    width: 224px;
    margin: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer .content .con li .circular{
    background: url("../images/cicrl.png") no-repeat center center;
    background-size: 160px 160px;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer .content .con li .circular img{
    width: 154px;
    height: 154px;
}

.customer .content .con li:hover img{
    transition: transform 0.5s ease;
    transform: scale(1.1);
}

.customer .content .con li .tit{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    padding: 42px 0 19px;
    text-align: center;
}
.customer .content .con li .info{
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: justify;
}

.video {
    width: 100%;
    background: url("../images/videoBg.png") no-repeat center center,
    url("../images/videoBg2.png") no-repeat left center;
    background-size: 100% 100%,
    auto 100%;
}

.video .content {
    width: 1280px;
    margin: 0 auto;
    padding: 109px 22px 37px 0;
    display: flex;
    position: relative;
}

.video .content .tit {
    width: 525px;
    height: 308px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: -4px 4px 16px 0 rgba(202, 202, 202, 0.4);
    padding: 59px 0 55px 38px;
    margin-top: 68px;
    position: absolute;
    z-index: 1;
}

.video .content .tit .txt{
    height: 172px;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    text-align: left;
}
.video .content .tit .more{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.video .content .tit .more img{
    width: 14px;
    height: 10px;
    margin-left: 16px;
}

.video .content .con {
    margin-left: auto;
}

.video .content .con video {
    width: 786px;
    height: 443px;
}

.video .content .con .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video .content .con .info ul{
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.video .content .con .info ul li{
    position: relative;
    padding: 11px 22px 41px;
}

.video .content .con .info ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 70px;
    background: #DCDCDC;
}

.video .content .con .info ul li .main-tit{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.video .content .con .info ul li .sub-tit{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.video .content .con .info .arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product {
    width: 100%;
    /*background: url("../images/productBg.png") no-repeat top center;*/
    /*background-size: 100% 808px;*/
    background: #F4F8FF;
}

.product-series {
    width: 1280px;
    margin: 0 auto;
    padding: 58px 0 69px;
}

.product-series h1 {
    font-weight: 400;
    font-size: 34px;
    color: #333333;
    line-height: 48px;
    text-align: left;
}

.product-series p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    margin-top: 20px;
}

.product-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.product-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 24px;
}

.product-item {
    background: #FCFCFD;
    box-shadow: 0 2px 8px 0 rgba(170,170,170,0.55);
    border-radius: 8px;
    padding: 20px 0 20px 20px;
}

.product-item:hover {
    background: #1F222A;
}

.lengban {
    background: #1F222A;
}

.lengban:hover {
    background: white;
}

.product-item .tit {
    font-size: 18px;
    color: #333;
}

.product-item:hover .tit {
    color: #FFFFFF;
}

.lengban .tit {
    color: #FFFFFF;
}

.lengban:hover .tit {
    color: #333333;
}

.product-item .con {
    display: flex;
    justify-content: space-between;
}

.product-item .con ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.product-item .con ul li {
    width: 120px;
    height: 28px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.product-item .con ul li a{
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.product-item:hover .con ul li a{
    color: #B6BAC3;
}

.product-item:hover .con ul li a:hover{
    color: #666666;
}

.lengban .con ul li {
    border: 1px solid #333333;
    color: #B6BAC3;
}

.lengban:hover .con ul li {
    border: 1px solid #e0e0e0;
}

.lengban:hover .con ul li a{
    color: #666666;
}

.product-item .con ul li:hover {
    background-color: #f0f0f0;
}

.product-item .con img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-item:hover .con img {
    transition: transform 0.5s ease;
    transform: scale(1.1);
}

.news {
    width: 100%;
    background: #F9F9F9;
    padding: 58px 0 114px;
}

.news .content{
    width: 1280px;
    margin: 0 auto;
}

.news .content .main-tit {
    font-weight: 400;
    font-size: 34px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    padding: 0 0 40px 40px;
}

.news .main-content {
    display: flex;
    justify-content: space-between;
}

.news .left-column {
    width: 410px;
    background-color: #FCFCFD;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(170, 170, 170, 0.55);
}

.news .left-column .news-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.news .right-column {
    width: 845px;
    background-color: #FCFCFD;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(170, 170, 170, 0.55);
}

.news .right-column .sub-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 765px;
    margin: 0 0 20px;
}

.news .right-column .biaoti {
    font-weight: 400;
    font-size: 22px;
    color: #222222;
    text-align: left;
}

.news .right-column .view-all {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.news .view-all:hover {
    text-decoration: underline;
}

.news .news-list {
    height: 330px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.news .right-column .news-item a{
    display: flex;
    margin-bottom: 10px;
}

.news .news-item img {
    width: 100%;
    height: auto;
    display: block;
}

.news .right-column .news-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 182px);
    padding-left: 20px;
    border: 1px solid #E9E9E9;
}

.news .news-details .txt {
    width: calc(100% - 90px);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding-right: 10px;
}

.news .left-column .news-details .date {
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-align: left;
    margin-top: 25px;
}

.news .right-column .news-details .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 100%;
    /*font-weight: 600;*/
    font-size: 12px;
    color: #333333;
    border-left: 1px solid #E9E9E9;
}

.news .news-details .date span{
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}

.news .tit {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    margin: 8px 0 17px;
}

.news .description p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    margin-bottom: 16px;
}

.news .more-link {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.news .more-link img{
    width: 10px;
    height: 8px;
    margin-left: 8px;
}

.news .more-link:hover {
    text-decoration: underline;
}


.news .market-activity {
    position: relative;
    width: 770px;
    height: 100px;
}

.news .market-activity .jiaobiao a{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 154px;
    height: 100px;
    background: url("../images/new2.png") no-repeat top left;
    background-size: 154px 100px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    padding-left: 20px;
}

.news .market-activity .jiaobiao a img{
    width: 14px;
    height: 10px;
    margin-left: 5px;
}

.news .market-activity .schd{
    width: 770px;
    height: 100px;
}

.news .market-activity:hover .schd{
    display: none;
}

.news .market-activity .schd-h{
    display: none;
    width: 770px;
    height: 100px;
}

.news .market-activity:hover .schd-h{
    display: block;
}





