.index-core{
    overflow: hidden;
    margin-top: -90px;
    position: relative;
    z-index: 1000;
    height: 116px;
    box-shadow: 2px 5px 11px -2px #ccc;
}
.index-core-status-0{
    display: none;
}
.index-core-name{
    width: 200px;
    height: 116px;
    float: left;
    background: #0150d3;
    color: #fffbe5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-core-name div{
    text-align: center;
}
.font-nss{
    font-family: "Noto Sans SC";
}
.b300{
    font-weight: 300;
}
.b400{
    font-weight: 400;
}
.b500{
    font-weight: 500;
}
.b600{
    font-weight: 600;
}
.b700{
    font-weight: 700;
}
.index-core-name div b{
    font-size: 21px;
    margin-bottom: 2px;
    display: block;
}
.index-core-name div p{
    font-size: 15px;
}
.index-core-list{
    background: #fff;
    height: 116px;
}
.index-core-list ul{
    overflow: hidden;
    height: 100%;
}
.index-core-list li{
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.index-core-list li:first-child:after{
    content: ' ';
    position: absolute;
    right: 0;
    height: 80px;
    top: 20px;
    border-right: 1px solid #aaaaaa;
}
.index-core-item{
    overflow: hidden;
    display: block;
}
.index-core-ico{
    float: left;
    margin-right: 10px;
}
.index-core-info{
    float: left;
}
.index-core-info-title{
    font-size: 21px;
    color: #171717;
    font-family: "Noto Sans SC";
    font-weight: 400;
}
.index-core-info-content,.index-core-info-content p{
    color: #666666;
    font-size: 14px;
}
.banner-swiper{
    position: relative;
    margin-top: 97px;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-container-rtl .swiper-button-prev{
    background: url("../images/arrows-48-48-3.png");
    width: 48px;
    height: 48px;
    background-position: -48px 0;
    pointer-events: inherit !important;
    z-index: 1000;
}
.banner-swiper .swiper-button-prev, .banner-swiper .swiper-container-rtl .swiper-button-prev{
    background: url("../images/arrows-48-48-3.png");
    width: 48px;
    height: 48px;
    background-position: 0 0;
    pointer-events: inherit !important;
    z-index: 1000;
}
.index-new-common-title{
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.index-new-common-title b{
    display: block;
    position: relative;
    z-index: 2;
    color: #1b1b1d;
    font-weight: normal;
    padding-top: 15px;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: "微软雅黑";
}
.index-new-common-title .en{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 0;
    font-size: 50px;
    color: #f0f4fd;
    font-family: 'Poppins Medium';
}
.index-new-common-tab{
    margin: auto;
    overflow: hidden;
    padding-bottom: 1px;
}
.index-new-common-tab a{
    text-align: center;
    color: #000000;
    position: relative;
    float: left;
    padding-bottom: 8px;
    cursor: default;
    font-size: 18px;
}
.index-new-common-tab a::after{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
}
.index-new-common-tab a.on::after{
    border-bottom: 3px solid #044ed1;
    bottom: -1px;
}
.index-new-common-tab-case{
    width: 560px;
}
.index-new-common-tab-case a{
    width: 50%;
}
.index-new-common-tab-case a.on{
    font-weight: 500;
}
.index-new-case{
    margin-top: 50px;
}
.index-new-common-content{
    margin-top: 45px;
}
.index-new-common-content-item{
    display: none;
}
.index-new-common-content-item ul{
    overflow: hidden;
}
.index-new-common-content-item ul li{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.index-new-common-content-item ul li:last-child{
    margin-right: 0;
}
.index-new-common-content-item ul li a{
    display: block;
    overflow: hidden;
}
.index-new-tab-item-img{
    border-radius: 15px;
}
.index-new-tab-item-img img{
    max-width: 100%;
    max-height: 100%;
}
.index-new-tab-item-title{
    color: #e3a618;
    font-size: 18px;
    margin-top: 15px;
}
.index-new-tab-item-en-title{
    margin: 5px 0;
    color: #999999;
    font-size: 14px;
}
.index-new-tab-item-en-desc{
    color: #000;
}
.index-new-common-content-item>p{
    text-align: right;
    margin: 40px 0 60px 0;
}
.index-new-about{
    background: #f8f9fa;
    padding: 50px 0 20px;
    height: auto;
    margin-top: 0;
}
.index-about-content img{
    max-width: 100%;
}
.index-about-content, .index-about-content p{
    font-size: 20px;
    line-height: 31px;
    font-family: "Noto Sans SC";
    font-weight: 300;
}
.index-new-news-left{
    width: 48.5%;
    float: left;
}
.index-new-news-left img{
    display: block;
    width: 100%;
}
.index-new-news-title{
    display: block;
    margin: 10px 0;
    font-size: 20px;
}
.index-new-news-right{
    width: 48.5%;
    float: right;
}
.index-new-news-left p{
    color: #999999;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-new-news-right ul li{
    border-bottom: 1px solid #efefef;
    position: relative;
    padding: 30px 0 0 125px;
    color: #070707;
    transition: all 0.5s;
}
.index-new-news-right ul li:hover{
    box-shadow: 0 0 10px 0 #e0e9f9;
}
.index-new-news-right ul li:last-child{
    border-bottom: 0;
}
.index-new-news-date{
    position: absolute;
    left: 0;
    width: 100px;
    text-align: right;
    font-size: 20px;
}
.index-new-news-date small{
    font-size: 12px;
    color: #919191;
    display: block;
    margin-top: 3px;
}
.index-new-news-right ul li:hover .index-new-news-date{
    color: #0051e1;
}
.index-new-news-right ul li:hover .index-new-news-date small{
    color: #919191;
}
.index-new-news-info>p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #919191;
    margin: 5px 0;
}
.index-new-news-info>a{
    font-size: 20px;
    color: #070707;
    transition: all 0.5s;
}
.index-new-news-right ul li:hover .index-new-news-info>a{
    color: #0051e1;
}
.index-new-news-info-link{
    height: 43px;
    text-align: right;
    line-height: 43px;
}
.index-new-news-info-link a{
    opacity: 0;
    color: #0051e1;
    transition: all 0.5s;
}
.index-new-news-info{
    width: 90%;
}
.index-new-news-right ul li:hover .index-new-news-info .index-new-news-info-link a{
    opacity: 1;
}
.index-new-common-tab-product{
    width: 100%;
    margin-top: 45px;
}
.index-new-common-tab-product a{
    width: 25%;
    font-size: 18px;
    color: #000;
    font-family: "Noto Sans SC";
}
.index-new-common-tab-product a.on{
    font-weight: 500;
}
.index-new-product-item{
    float: left;
    width: 33%;
    margin-right: 0.3%;
    position: relative;
    height: 396px;
}
.index-new-product-item-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,73,131,0.9);
    transition: all 0.5s;
    opacity: 0;
}
.index-new-product-item-info-param p{
    text-align: left !important;
}
.index-new-product-item-info-param{
    padding: 60px 48px 0;
}
.index-new-product-item-info-title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.index-new-product-item-info-param-con{
    margin-top: 25px;
}
.index-new-product-item-info-param-con,.index-new-product-item-info-param-con p{
    color: #eeeeee;
    line-height: 24px;
    font-size: 16px;
}
.index-new-common-content-product .index-new-common-content-item{
    overflow: hidden;
}
.index-new-product-item:hover .index-new-product-item-info{
    opacity: 1;
}
.index-other-content img{
    max-width: 100%;
}
.index-new-case{
    margin-bottom: 50px;
}
.index-new-news{
    background: #fff;
}