﻿@import "base.css";
@import url("font_3383611_mulzs01747.css");


.videoShow {
    height: 100vh;
    overflow-y: scroll;
}

.videoShow body {
    height: 100vh;
}

body {
    overflow: hidden;
    background-image: url("../image/bodyImg.png");
    background-color: #fff;
    background-size: cover;
    background-repeat: repeat;
}

* {
    font-family: "Noto Sans SC";
}

.Mcontent {
    padding: 0 110px;
    max-width: 1920px;
    margin: 0 auto;
}

.PcHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s;
}

.PcHeader .logo img {
    width: 295px;
}

.PcHeader .Mcontent {
    height: 110px;
    padding: 0 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.PcHeader .navList {
    display: flex;
    align-items: center;
}

.PcHeader .listCont ul {
    display: flex;
    
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}

.PcHeader .listCont li+li {
    margin-left: 30px;
}

.PcHeader .listCont li {
    position: relative;
    padding-bottom: 15px;
}

.PcHeader .listCont li a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.PcHeader .listCont li .nacSlide {
    background: #fff;
    width: 170px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.PcHeader .listCont li .nacSlide h1 a {
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    display: block;
    padding: 10px 10px;
    color: #333;
}

.PcHeader .listCont li .nacSlide h1 a:hover {
    color: #3077eb;
}

.PcHeader .searchIcon {
    color: #fff;
    margin-left: 60px;
    cursor: pointer;
}

.PcHeader .searchIcon em {
    font-size: 26px;
    color: #fff;
    transition: all 0.5s;
}

.PcHeader.Down {
    top: -90px;
}




.ph_nav .nav_box .logo {
    float: left;
}

.ph_nav .nav_box .nav-btn {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    position: relative;
}

.ph_nav .nav_box .nav-btn .line {
    width: 24px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 18px;
    transition: all 0.5s;
    transform-origin: left center;
}

.ph_nav .nav_box .nav-btn .line-top {
    top: 21px;
}

.ph_nav .nav_box .nav-btn .line-middle {
    top: 29px;
}

.ph_nav .nav_box .nav-btn .line-bottom {
    top: 38px;
}

.ph_nav .menu-on .line-top {
    transform: rotateZ(45deg)
}

.ph_nav .menu-on .line-middle {
    opacity: 0;
}

.ph_nav .menu-on .line-bottom {
    transform: rotateZ(-45deg)
}

.ph_nav {
    height: 60px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #ebedf2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;

    display: none;
    z-index: 999;
}

.ph_nav .nav_box {
    padding-left: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.ph_nav .nav_box .logo {
    width: 180px;
    line-height: 60px;
}

.ph_nav .nav_box .logo img {
    width: 100%;
    vertical-align: middle;
}

.ph_nav_list .ph_navList {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.ph_nav_list .act a {
    color: #c91c1d;
}

.ph_nav_list .ph_navList a {
    display: inline-block;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
    font-family: 'Noto Sans SC';
}

.ph_nav_list {
    background: rgba(244, 244, 244, 0.5);
    position: relative;
    padding-bottom: 15px;
    display: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.ph_navList .nav_dd {
    position: absolute;
    display: block;
    right: 20px;
    top: 12px;
    width: 15px;
    height: 15px;
}

.ph_navList .nav_dd::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ph_navList .nav_dd::after {
    content: '';
    height: 100%;
    width: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ph_navList .subl_list li {
    border-top: 1px solid #ccc;
}

.ph_navList .subl_list {
    display: none;
}

.ph_navList .subl_list li a {
    font-size: 14px;
    font-weight: normal;
}

.ph_navList .act::after {
    height: 0;
}

.ph_nav_height {
    height: 60px;
    display: none;
}

.ph_nav .Search {
    overflow: hidden;
    padding: 0 15px;
    padding-top: 10px;
    padding-bottom: 0;
}

.ph_nav .Search .phSearch {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 30px;
}

.ph_nav .Search .phSearch button em {
    font-size: 16px;
    color: #999;
    width: 20px;
}

.ph_nav .Search .phSearch input {
    width: calc(100% - 20px);
    padding-right: 10px;
    font-size: 14px;
    color: #333;
}

.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.searchBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchBox .searchInd {
    width: 725px;
    padding: 10px;
    border-bottom: 2px solid #999;
}

.searchBox .searchInp {
    float: left;
    width: calc(100% - 75px);
}

.searchBox .searchInp input {
    height: 100%;
    font-size: 20px;
    color: #f5f5f5;
    text-overflow: ellipsis;
    width: 100%;
}

.searchBox .searchInp input::placeholder {
    color: #999;
}

.searchBox button {
    width: 75px;
    height: 100%;
    font-size: 24px;
    color: #fff;
}

.search .closeIco {
    position: absolute;
    top: 50px;
    right: 100px;
    color: #fff;
}

.search .closeIco h1 {
    font-size: 40px;
    font-family: 'Arial';
    cursor: pointer;
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #acceef;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #acceef;
}




.Index .PCBanner .bannerBox {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.Index .PCBanner .imageBG {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.Index .PCBanner .imageBG img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.Index .PCBanner .contText {
    max-width: 1920px;
    
    padding-left: 14%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.Index .PCBanner .contText h1 {
    font-size: 90px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 5px 15px #000;
}

.Index .PCBanner .contText .more {
    margin-top: 40px;
}

.Index .PCBanner .contText .more a {
    font-size: 14px;
    color: #d7182a;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 244px;
    height: 55px;
    padding: 0 20px;
}

.Index .PCBanner .contText .more em {
    font-size: 30px;
}

.Index .PCBanner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}

.Index .PCBanner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background: transparent;
}

.Index .PHBanner {
    display: none;
}

.Index .IndexTitle {
    position: relative;
}

.Index .IndexTitle h1 {
    font-size: 52px;
    color: #242a3a;
    line-height: 1;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Index .IndexTitle h2 {
    font-size: 100px;
    line-height: 1;
    color: #f0f0f1;
    text-align: center;
    position: relative;
}

.Index .IndexBusiness {
    background: #f4f9fe;
    padding-top: 40px;
}

.Index .IndexBusiness .businessCont .businessIcon {
    width: 85px;
    margin: 0 auto;
}

.Index .IndexBusiness .businessCont .businessIcon img {
    width: 100%;
}

.Index .IndexBusiness .businessCont h1 {
    font-size: 20px;
    color: #666768;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.Index .IndexBusiness .businessCont {
    margin-top: 77px;
}

.Index .IndexBusiness .businessCont .hover {
    width: 100%;
    height: 30px;
    background: #f4f9fe;
    transition: 0.5s;
}




.Index .IndexBusiness .BusinessContent .contetnItem {
    display: flex;
    flex-wrap: wrap;
}

.Index .IndexBusiness .BusinessContent .left {
    width: 50%;
    background: #f7fafc;
    height: 670px;
    padding-top: 54px;
    padding-right: 80px;
    padding-bottom: 30px;
    padding-left: 115px;
}

.Index .IndexBusiness .BusinessContent .left .swiper {
    overflow: hidden;
}

.Index .IndexBusiness .BusinessContent .right {
    width: 50%;
    background: #fff;
    height: 670px;
}

.Index .IndexBusiness .BusinessContent .left .item+.item {
    margin-top: 20px;
}

.Index .IndexBusiness .BusinessContent .left .item .title h1 {
    font-size: 30px;
    color: #8e8f8f;
    line-height: 1;
    transition: all 0.5s;
}

.Index .IndexBusiness .BusinessContent .left .item .text {
    height: 0px;
    overflow: hidden;
    
    transition: all 0.5s;
}

.Index .IndexBusiness .BusinessContent .left .item .text p {
    font-size: 20px;
    line-height: 1.75;
    color: #000;
    height: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.Index .IndexBusiness .BusinessContent .left .item .more {
    text-align: right;
    font-size: 20px;
    line-height: 1.5;
}

.Index .IndexBusiness .BusinessContent .left .item .more a {
    color: #d7182a;
}

.Index .IndexBusiness .BusinessContent .left .item.on .title h1 {
    font-size: 36px;
    color: #000;
    line-height: 1.2;
}

.Index .IndexBusiness .BusinessContent .left .item.on .text {
    height: 210px;
    padding-top: 25px;
}


.Index .IndexBusiness .BusinessContent .right {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.Index .IndexBusiness .BusinessContent .right .rightImage {
    width: 80%;
    margin: 0 auto;
}

.Index .IndexBusiness .BusinessContent .right .rightImage .businessImg {
    width: 100%;
    position: relative;
}

.Index .IndexBusiness .BusinessContent .right .rightImage .businessImg::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: 300ms;
}

.Index .IndexBusiness .BusinessContent .right .rightImage .businessImg img {
    width: 100%;
}




.Index .IndexBusiness .BusinessContent .right .rightImage .swiper-slide {
    position: relative;

    transition: 300ms;
    transform: scale(0.78);
}


.Index .IndexBusiness .BusinessContent .right .rightImage .swiper-slide-active {
    transform: scale(1);
}


.Index .IndexBusiness .BusinessContent .right .rightImage .swiper-slide-active .businessImg::after {
    opacity: 0;
}

.Index .IndexBusiness .BusinessContent .right .arrowIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.5s;
    width: 29px;
}

.Index .IndexBusiness .BusinessContent .right .arrowIcon img {
    width: 100%;
}

.Index .IndexBusiness .BusinessContent .right .arrowLeft {
    left: 20px;
}

.Index .IndexBusiness .BusinessContent .right .arrowRight {
    right: 20px;
}

.Index .IndexBusiness .BusinessContent .right .arrowLeft:hover {
    opacity: 1;
}

.Index .IndexBusiness .BusinessContent .right .arrowRight:hover {
    opacity: 1;
}

.Index .IndexCase {
    padding-top: 100px;
}

.Index .CaseCont .caseTitle {
    display: flex;
    justify-content: center;
}



.Index .CaseCont .caseTitle .titleItem h1 {
    font-size: 20px;
    color: #8e8f8f;
    text-align: center;
    line-height: 1;
}

.Index .CaseCont .caseTitle .titleItem {
    width: 267px;
    cursor: pointer;
}

.Index .CaseCont .caseTitle .titleItem .hover {
    width: 100%;
    height: 12px;
    background: #f4f9fe;
    margin-top: 13px;
}



.Index .CaseCont {
    margin-top: 105px;
}

.Index .IndexCase .caseItem {
    margin: 0 25px;
}

.Index .caseItem .item {
    width: 100%;
    overflow: hidden;
}

.Index .caseItem .item img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}

.Index .caseListItem {
    display: none;
}

.Index .caseListItem.on {
    display: block;
}

.Index .caseListItem .more {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
    padding-right: 20px;
}

.Index .caseListItem .more a {
    width: 174px;
    height: 36px;
    background-image: url(../image/caseMore.png);
    font-size: 18px;
    color: #8e8f8f;
    line-height: 36px;
    padding-left: 26px;
}

.Index .caseListItem .caseItem {
    position: relative;
    overflow: hidden;
}


.Index .caseListItem .caseItem .arrow .arrowIcon {
    width: 47px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.6;
    transition: all 0.5s;
}

.Index .caseListItem .caseItem .arrow .arrowIcon img {
    width: 100%;
}

.Index .caseListItem .caseItem .arrow .arrowLeft {
    left: 30px;
}

.Index .caseListItem .caseItem .arrow .arrowRight {
    right: 30px;
}

.Index .CaseCont .caseBox {
    margin-top: 52px;
}

.Index .caseListItem .caseItem .arrow .arrowIcon:hover {
    opacity: 1;
}

.Index .IndexAbout {
    padding-top: 80px;
    padding-bottom: 80px;
}

.Index .AboutCont {
    margin-top: 40px;
    position: relative;
}

.Index .AboutCont::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 105%;
    background: #f4f9fe;
    top: -80px;
    z-index: -2;
}

.Index .AboutCont .Mcontent {
    display: flex;
    align-items: center;
}

.Index .AboutCont .aboutLeft {
    width: 700px;
    display: flex;
    align-items: center;
}

.Index .AboutCont .aboutRight {
    width: calc(100% - 700px);
    padding-left: 84px;
    padding-right: 20px;
}


.Index .AboutCont .aboutLeft .image {
    width: 483px;
    margin-left: 45px;
    margin-right: 40px;
}

.Index .AboutCont .aboutLeft .image img {
    width: 100%;
}

.Index .AboutCont .ablutIconList .iconItem {
    text-align: center;
    padding: 25px 0;
}

.Index .AboutCont .ablutIconList .iconItem img {
    width: 50px;
    height: 50px;
}

.Index .AboutCont .ablutIconList .iconItem h1 {
    font-size: 16px;
    color: #7e7c7c;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}


.Index .AboutCont .aboutRight .title h1 {
    font-size: 36px;
    line-height: 1;
    color: #000;
}

.Index .AboutCont .aboutRight .title p {
    font-size: 16px;
    color: #7e7c7c;
    line-height: 1;
    margin-top: 25px;
}

.Index .AboutCont .aboutRight .text {
    margin-top: 70px;
}

.Index .AboutCont .aboutRight .text p {
    font-size: 20px;
    line-height: 1.75;
    color: #7e7c7c;
}

.Index .AboutCont .aboutRight .more {
    display: flex;
    margin-top: 65px;
    padding-right: 20px;
}

.Index .AboutCont .aboutRight .more a {
    width: 174px;
    height: 36px;
    background-image: url(../image/caseMore.png);
    font-size: 18px;
    color: #8e8f8f;
    line-height: 36px;
    padding-left: 26px;
    position: relative;
    left: 0;
}

.Index .IndexNews {
    padding-top: 80px;
    padding-bottom: 80px;
}

.Index .NewstCont {
    margin-top: 130px;
}

.Index .NewstCont .Mcontent {
    display: flex;
}

.Index .NewstCont .Mcontent .NewsLeft {
    width: calc(100% - 634px);
    overflow: hidden;
}

.Index .NewstCont .newsList .imageBox {
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.Index .NewstCont .newsList .imageBox img {
    width: 100%;
    transition: all 0.5s;
}

.Index .NewstCont .newsList .title {
    padding-top: 35px;
    padding-bottom: 35px;
}

.Index .NewstCont .newsList .title .date h1 {
    font-size: 36px;
    color: #000000;
    line-height: 1;
}

.Index .NewstCont .newsList .title .date p {
    font-size: 24px;
    color: #bbbbbb;
    line-height: 1;
    margin-top: 30px;
}

.Index .NewstCont .newsList .title>h1 {
    font-size: 24px;
    line-height: 1;
    color: #4f4f4f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    transition: all 0.5s;
}

.Index .NewstCont .NewsRight {
    width: 634px;
    padding-left: 44px;
    padding-right: 52px;
}

.Index .NewstCont .NewsRight .item+.item {
    margin-top: 30px;
}

.Index .NewstCont .NewsRight .item a {
    display: flex;
    flex-wrap: wrap;
}

.Index .NewstCont .NewsRight .item .date {
    width: 80px;
    text-align: center;
}

.Index .NewstCont .NewsRight .item .date h1 {
    font-size: 32px;
    color: #000;
    line-height: 1;
}

.Index .NewstCont .NewsRight .item .date p {
    font-size: 14px;
    color: #bbbbbb;
    line-height: 1;
    margin-top: 10px;
}

.Index .NewstCont .NewsRight .item .title {
    width: calc(100% - 80px);
}

.Index .NewstCont .NewsRight .item .title h1 {
    font-size: 20px;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.Index .NewstCont .NewsRight .item .title p {
    font-size: 16px;
    line-height: 1.5;
    color: #8e8f8f;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Index .IndexContact {
    padding-top: 80px;
    padding-bottom: 70px;
}

.Index .IndexContact .Mcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Index .IndexContact .Email {
    width: 743px;
    height: 85px;
    display: flex;
}

.Index .IndexContact .subBtn {
    width: 166px;
    background: #242a3a;
}

.Index .IndexContact .subBtn button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
}

.Index .IndexContact .PutCont {
    width: calc(100% - 166px);
    border: 15px solid #eaeaea;
    display: flex;
    background: #fff;
}

.Index .IndexContact .PutCont .icon {
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f8f8f8;
}

.Index .IndexContact .PutCont .icon em {
    font-size: 35px;
    color: #cacaca;
}

.Index .IndexContact .PutCont .inputBox {
    width: calc(100% - 35px);
}

.Index .IndexContact .PutCont .inputBox input {
    font-size: 18px;
    line-height: 55px;
    padding: 0 10px;
    color: #333;
    width: 100%;
}

.Index .IndexContact .PutCont .inputBox input::placeholder {
    color: #999;
}

.Index .IndexContact .Mcontent {
    padding-left: 215px;
    padding-right: 250px;
}

.Index .IndexPartner {

    background: #eeeeee;
}

.Index .IndexPartner .Mcontent {
    display: flex;
    height: 150px;
    align-items: center;
}

.Index .IndexPartner .title {
    font-size: 52px;
    color: #9ea0a4;
    width: 255px;
}

.Index .IndexPartner .partnerSwiper {
    width: calc(100% - 255px);
    overflow: hidden;
}

.Index .IndexPartner .partnerSwiper .image {
    width: 100%;
}

.Index .IndexPartner .partnerSwiper img {
    width: 100%;
}

.IndexBox .ph_nav_height {
    display: none;
}

footer {
    background: #232121;
}

footer .footerMain {
    padding-top: 67px;
    padding-bottom: 20px;
}

footer .footerMain .Mcontent {
    display: flex;
}

footer .footerMain .Left {
    width: 450px;
}

footer .footerMain .navList {
    width: calc(100% - 450px);
}

footer .footerMain .logo {
    width: 305px;
}

footer .footerMain .logo img {
    width: 100%;
}

footer .footerMain .contact {
    margin-top: 30px;
}

footer .footerMain .contact p {
    font-size: 16px;
    line-height: 30px;
    color: #919090;
}


footer .footerMain .share {
    display: flex;
    margin-top: 30px;
}

footer .footerMain .share .icon+.icon {
    margin-left: 20px;
}

footer .footerMain .share .icon .image {
    width: 50px;
}

footer .footerMain .share .icon .image img {
    width: 100%;
    cursor: pointer;
}

footer .footerMain .share .icon {
    position: relative;
}

footer .footerMain .share .icon .QrCode {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: #111010;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

footer .footerMain .share .icon .QrCode::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    width: 0px;
    height: 0px;
    border: 12px solid #000;
    border-top-color: #111010;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

footer .footerMain .share .icon .QrCode img {
    width: 100%;
    height: 100%;
}

footer .footerIcp {
    background: #111010;
}

footer .navList {
    display: flex;
}

footer .navList .listItem {
    width: calc(100% / 6);
}

footer .navList .title a {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

footer .navList .title {
    border-bottom: 1px solid #4f4d4d;
    padding-bottom: 26px;
}

footer .navList .list {
    padding-top: 20px;
}

footer .navList .list .item a {
    font-size: 20px;
    color: #c1c1c1;
    line-height: 1;
}

footer .navList .list .item+.item {
    margin-top: 15px;
}

footer .footerIcp .Mcontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .footerIcp p {
    color: #919090;
    line-height: 40px;
    font-size: 14px;
}

footer .footerIcp p+p {
    margin-left: 145px;
}

footer .footerIcp a {
    color: #919090;
}



.PcHeader.active {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    transition: all 0.36s;
    -webkit-backdrop-filter: blur(20px);

}

.PcHeader.active .Mcontent {
    padding: 0 30px;
    height: 80px;
}

.PcHeader.active .listCont li a {
    color: #333;
}

.PcHeader.active .listCont ul {
    border-bottom: 1px solid #333;
}

.PcHeader.active .searchIcon em {
    color: #333;
}

.PcHeader.active .logo img {
    width: 230px;
}

.PcHeader .listCont li.active a {
    color: #3077eb;
}

#videoBox {
    width: 100vw;
    height: 100vh;
    position: relative;
}

#videoBox video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

#videoBox .cover {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.videoShow .videoMask {
    left: 50%;
    top: 50%;
    transform: scale(4);
    opacity: 0;
}

.videoMask {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: 1.5s cubic-bezier(.18, .63, 0, 1);

    display: none;
}

.videoMask .inban_modal_img {
    width: 100%;
    height: 100%;
}

.VideoText {
    position: absolute;
    top: 50%;
    z-index: 111;
}

.videoScroll::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 150px;
    background: #fff;
    z-index: 99;
}

.scrollOff {
    height: 100vh;
}

.videoBtn {
    position: fixed;
    z-index: 11;
    top: 400px;
    width: 100px;
    background: #f4f4f4;
}




.InfoBanner {
    position: relative;
}

.InfoBanner .PcBanner {
    position: relative;
}

.InfoBanner .PcBanner .bannerImg img {
    width: 100%;
}

.InfoBanner .PcBanner .BannerText {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    right: 0;

}


.InfoBanner .PcBanner .BannerText h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1;
}

.InfoBanner .PcBanner .BannerText p {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-top: 36px;
}

.InfoBanner .InfoNavList {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

}

.InfoBanner .item {
    position: relative;
}

.InfoBanner .item a {
    width: 250px;
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 10px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.InfoBanner .item a::after {
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 9px;
    background: #acceef;
    transition: all 0.5s;
}

.InfoBanner .item.act a::after {
    width: 115px;
}

.InfoBanner .item+.item::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 24px;
    background: #eaedef;
}

.InfoBanner .InfoNavList {
    display: flex;
    justify-content: center;
}





.InfoTitle h1 {
    font-size: 48px;
    line-height: 1;
    color: #2f2f2f;
    position: relative;
    padding-left: 110px;
    display: inline-block;
    padding-bottom: 7px;
}

.InfoTitle h1::after {
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d6d7d9;
}

.About {
    background: #ffffff;
}

.AboutBox1 {
    padding-top: 64px;
    padding-bottom: 46px;
    background: rgba(246, 250, 254, 0.5);
}

.AboutBox1 .AboutCont .Mcontent {
    display: flex;
    flex-wrap: wrap;
}

.AboutBox1 .AboutCont .left {
    width: calc(100% - 638px);
    padding-right: 109px;
    padding-top: 70px;
}

.AboutBox1 .AboutCont .right {
    width: 638px;
}

.AboutBox1 .AboutCont .right img {
    width: 100%;
}

.AboutBox1 .left .title h1 {
    font-size: 36px;
    line-height: 1;
    color: #000000;
}

.AboutBox1 .left .title p {
    font-size: 16px;
    color: #7e7c7c;
    line-height: 1;
    margin-top: 30px;
}

.AboutBox1 .left .text {
    margin-top: 60px;
}

.AboutBox1 .left .text p {
    font-size: 20px;
    line-height: 1.75;
    color: #7e7c7c;
}

.AboutBox1 .AboutBox1Img {
    text-align: center;
    width: 1560px;
    margin: 0 auto;
    margin-top: 54px;
}

.AboutBox1 .AboutBox1Img img {
    width: 100%;
}

.AboutBox2 {
    padding-top: 60px;
    padding-bottom: 250px;
}

.AboutBox2 .HonorSwiper .honorImg img {
    width: 100%;
}

.AboutBox2 .HonorSwiper {
    margin-top: 160px;
    overflow: hidden;
}

.AboutBox3 {
    background: rgba(246, 250, 254, 0.5);
    padding-top: 55px;
    padding-bottom: 265px;
}

.AboutBox3 .Mcontent {
    display: flex;
    flex-wrap: wrap;
    margin-top: 160px;
}

.AboutBox3 .left {
    width: 601px;
}

.AboutBox3 .right {
    width: calc(100% - 601px);
    padding-left: 240px;
    padding-left: 14%;
}

.AboutBox3 .left img {
    width: 100%;
}

.AboutBox3 .right .title h1 {
    font-size: 36px;
    line-height: 1;
    color: #3077eb;
}

.AboutBox3 .right .title p {
    font-size: 24px;
    line-height: 1.2;
    color: #86898e;
    margin-top: 20px;
}

.AboutBox3 .right .title {
    padding-bottom: 25px;
    position: relative;
}

.AboutBox3 .right .title::after {
    position: absolute;
    content: '';
    width: 57px;
    height: 2px;
    background: #c9c9c9;
    left: 0;
    bottom: 0;
}

.AboutBox3 .right .text {
    margin-top: 50px;
}

.AboutBox3 .right .text p {
    font-size: 24px;
    line-height: 1.5;
    color: #86898e;
}

.AboutBox3 .right .IconItem {
    display: flex;
    margin-top: 70px;
}

.AboutBox3 .right .IconItem .item+.item {
    margin-left: 100px;
}

.AboutBox3 .right .IconItem .item .icon {
    width: 47px;
    margin: 0 auto;
}

.AboutBox3 .right .IconItem .item .icon img {
    width: 100%;
}

.AboutBox3 .right .IconItem .item {
    text-align: center;
}

.AboutBox3 .right .IconItem .item h1 {
    font-size: 16px;
    color: #7e7c7c;
    line-height: 1;
    margin-top: 10px;
}

.InfoBanner .InfoNavList.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 20px 5px #acceef;
}

.InfoBanner .InfoNavList.fixed .item a {
    padding: 15px 0;
}





.JoinUsBox1 {
    padding-top: 64px;
    padding-bottom: 78px;
    position: relative;
    z-index: 1;
}



.JoinUsBox1 .joinList {
    margin-top: 66px;
}

.JoinUsBox1 .joinList .Mcontent {
    display: flex;
    justify-content: center;
}

.JoinUsBox1 .joinList .item {
    border: 1px solid #d7d9dd;
    width: 344px;
    padding: 69px 30px 30px;
    padding-top: 69px;
    padding-bottom: 30px;
}

.JoinUsBox1 .joinList .item .icon {
    width: 43px;
    margin-bottom: 30px;
}

.JoinUsBox1 .joinList .item .icon img {
    width: 100%;
}


.JoinUsBox1 .joinList .contact h1 {
    font-size: 30px;
    line-height: 1;
    color: #383f42;
}

.JoinUsBox1 .joinList .text {
    margin-top: 20px;
    height: 105px;
}

.JoinUsBox1 .joinList .text p {
    font-size: 20px;
    line-height: 1.75;
    color: #6f6f6f;
}

.JoinUsBox1 .joinMap {
    margin-top: 76px;
}

.JoinUsBox1 .joinMap .title {
    text-align: center;
}

.JoinUsBox1 .joinMap .title h1 {
    font-size: 36px;
    color: #727272;
}

.JoinUsBox1 .joinMap .map {
    height: 700px;
    margin-top: 30px;
}

.JoinUsBox2 {
    padding-bottom: 117px;
}

.JoinUsBox2 .joinCont {
    margin-top: 45px;
}

.JoinUsBox2 .joinCont .title {
    display: flex;
    background: #f2f2f2;
    padding: 0 3%;
}

.JoinUsBox2 .joinCont .title .item p {
    font-size: 20px;
    color: #333;
    line-height: 1.2;
}

.JoinUsBox2 .joinCont .title .item {
    padding: 30px 10px;
}

.JoinUsBox2 .listItem a {
    display: flex;
    background: #fff;
    padding: 0 3%;
    border-bottom: 1px solid #f2f2f2;
}

.JoinUsBox2 .listItem .item p {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.JoinUsBox2 .listItem .item {
    padding: 15px 10px;
}
.JoinUsBox2  .titleCont{
    padding: 15px 3%;
    border-bottom: 1px solid #f2f2f2;
}
.JoinUsBox2   .titleCont p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: "Noto Sans SC";
}


.JoinUsBox2   .titleCont h1 {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-family: "Noto Sans SC";
}


.NewsBox1 {
    padding-top: 64px;
    padding-bottom: 128px;
    background: #f6fafe;
}

.NewsBox1 .item a {
    display: flex;
    flex-wrap: wrap;
}

.NewsBox1 .item .imageBox {
    width: 690px;
    height: 320px;
    overflow: hidden;
}

.NewsBox1 .item+.item {
    margin-top: 60px;
}

.NewsBox1 .item .imageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.NewsBox1 .item .title {
    width: calc(100% - 690px);
    padding-left: 200px;
    padding-top: 80px;
}

.NewsBox1 .item .title .date h1 {
    font-size: 36px;
    line-height: 1;
    color: #000000;

}

.NewsBox1 .item .title .date p {
    font-size: 24px;
    line-height: 1;
    color: #bbbbbb;
    margin-top: 30px;
}

.NewsBox1 .item .title>h1 {
    font-size: 24px;
    color: #4f4f4f;
    margin-top: 20px;
    transition: all 0.5s;
}

.NewsBox1 .NewstCont {
    margin-top: 45px;
}

.NewsBox1 .NewstCont .more .Mcontent {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.NewsBox1 .NewstCont .more a {
    width: 174px;
    height: 36px;
    background-image: url(../image/caseMore.png);
    font-size: 18px;
    color: #8e8f8f;
    line-height: 36px;
    padding-left: 26px;
}

.NewsBox2 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.NewsBox2 .NewstCont .Mcontent {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.NewsBox2 .NewstCont .item {
    width: 33%;
    margin: 15px 0;
}

.NewsBox2 .NewstCont .item a {
    padding: 0 25px;
    display: block;
}

.NewsBox2 .NewstCont .item .imageBox {
    width: 100%;
    overflow: hidden;
}

.NewsBox2 .NewstCont .item .imageBox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
}

.NewsBox2 .NewstCont .item .titleCont {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.NewsBox2 .NewstCont .item .titleCont .date {
    width: 90px;
}

.NewsBox2 .NewstCont .item .titleCont .date h1 {
    font-size: 70px;

    color: #999;
    font-weight: bolder;
    line-height: 1;
    font-family: "微软雅黑" !important;
    
    -webkit-text-stroke: 1px #999;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans SC";
    text-align: center;

}

.NewsBox2 .NewstCont .item .titleCont .date p {
    font-size: 20px;
    color: #999;
    font-weight: bolder;
    line-height: 1;
    
    -webkit-text-stroke: 1px #999;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 20px;
}

.NewsBox2 .NewstCont .item .titleCont .title {
    width: calc(100% - 90px);
    padding-left: 30px;
}

.NewsBox2 .NewstCont .item .titleCont .title h1 {
    font-size: 24px;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-bottom: 20px;
    transition: all 0.5s;
}

.NewsBox2 .NewstCont .item .titleCont .title h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #a9a9a9;
}

.NewsBox2 .NewstCont .item .titleCont .title p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}

.NewsBox2 .NewstCont .more {
    display: flex;
    justify-content: flex-end;
}

.NewsBox2 .NewstCont .more a {
    width: 174px;
    height: 36px;
    background-image: url(../image/caseMore.png);
    font-size: 18px;
    color: #8e8f8f;
    line-height: 36px;
    padding-left: 26px;
}





.MultimediaBox {
    padding-top: 64px;
}

.MultimediaCont {
    margin-top: 44px;
}

.MultimediaCont img {
    max-width: 100% !important;
}

.MultimediaBox:last-of-type {
    padding-bottom: 87px;
}

.MultimediaBox .InfoTitle h1 {
    text-shadow: 0px 6px 6px #4988e6;
}


.VRCont {
    padding-top: 122px;
    padding-bottom: 120px;
}

.VRCont img {
    max-width: 100% !important;
}


.PanoramicCont {
    padding-top: 120px;
    padding-bottom: 70px;
}

.PanoramicCont .Mcontent {
    padding: 0 30px;
}

.PanoramicCont img {
    max-width: 100% !important;
}




.InnerPage {
    padding-top: 122px;
    padding-bottom: 70px;
}

.InnerPage img {
    max-width: 100% !important;
}

.InnerPage p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}


.BigDataBox1 {
    padding-top: 120px;
}

.BigData .Mcontent {
    padding: 0 30px;
}


.BigDataBox1 .Mcontent {
    display: flex;
    flex-wrap: wrap;
    
}

.BigDataBox1 .left {
    width: calc(100% - 542px);
    padding-right: 65px;
    padding-top: 110px;
}

.BigDataBox1 .left p {
    font-size: 18px;
    color: #9d9e9f;
    line-height: 1.5;
}

.BigDataBox1 .right .image {
    width: 100%;
}

.BigDataBox1 .right .image img {
    width: 100%;
}

.BigDataBox2 {
    margin-top: 80px;
}

.BigDataBox2 .image {
    width: 100%;
}

.BigDataBox2 p img {
    max-width: 100%!important;
}

.BigDataBox3 {
    margin-top: 150px;
}

.BigDataBox3 .Mcontent {
    padding: 0 30px;
}

.BigDataBox3 img {
    max-width: 100% !important;
}

.BigDataBox4 {
    margin-top: 150px;
}

.BigDataBox4 .Mcontent {
    padding: 0 30px;
}

.BigDataBox4 img {
    max-width: 100% !important;
}

.BigDataBox5 {
    margin-top: 80px;
}

.BigDataBox5 .Mcontent {
    padding: 0 0px;
}

.BigDataBox5 img {
    max-width: 100% !important;
}


.ServerCont {
    margin-top: 44px;
}

.ServerCont img {
    max-width: 100% !important;
}

.ServerCont p {
    font-size: 14px;
    color: #333;
    line-height: 1.75;
}

.ServerBox1 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.ServerBox2 {
    padding-top: 65px;
    padding-bottom: 50px;
}

.ServerBox3 {
    padding-top: 55px;
    padding-bottom: 60px;
}




.newCont {
    width: 1200px;
    margin: 0 auto;
}

.NewsDetail {
    padding-top: 60px;
    padding-bottom: 80px;
}

.NewsDetail .title>h1 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #333;
}

.NewsDetail .title .date {
    display: flex;
    justify-content: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.NewsDetail .title .date p+p {
    margin-left: 20px;
}

.NewsDetail .newsContent {
    margin-top: 20px;
    border-top: 1px dashed #acceef;
    padding-top: 20px;
}

.NewsDetail .newsContent p {
    font-size: 14px;
    line-height: 1.75;
    color: #333;
}

.NewsDetail .newsContent img {
    max-width: 100% !important;
}

.NewsDetail .newsContent video {
    min-width: 100% !important;
}

.NewsDetail .newPage {
    margin-top: 30px;
}

.NewsDetail .newPage .pageItem {
    display: flex;
    align-items: center;
}

.NewsDetail .pageItem p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.NewsDetail .pageItem a {
    color: #666;
    width: calc(100% - 70px);
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsDetail .pageItem+.pageItem {
    margin-top: 15px;
}




.Index .IndexBusiness .businessCont .hover {
    position: relative;
    background: Transparent;
    z-index: 1;
}

.Index .IndexBusiness .businessCont .hover::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #acceef;
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
}



.Index .IndexBusiness .businessCont .swiper-slide.on .hover::before {
    transform-origin: center left;
    transform: scaleX(1);
}




.Index .CaseCont .caseTitle .titleItem .hover {
    position: relative;
    background: Transparent;
    z-index: 1;
}

.Index .CaseCont .caseTitle .titleItem .hover::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #acceef;
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
}


.Index .CaseCont .caseTitle .titleItem:hover .hover::before {
    transform-origin: center left;
    transform: scaleX(1);
}

.Index .CaseCont .caseTitle .titleItem.on .hover::before {
    transform-origin: center left;
    transform: scaleX(1);
}


.Index .NewstCont .newsList:hover .title>h1 {
    color: #3077eb;
}




.IndexVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9999;
    
}

.IndexVideo .videoPop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.IndexVideo .videoPop video {
    width: 100%;
}

.sunny_btna {
    position: absolute;
    top: 0;
    right: -46px;
    width: 24px;
    cursor: pointer;
}

.index_introduce .introduce_video .video .Play {
    width: 60px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.IndexVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.IndexVideo .videoPop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.IndexVideo .videoPop video {
    width: 100%;
}

.sunny_btna {
    position: absolute;
    top: 0;
    right: -46px;
    width: 24px;
    cursor: pointer;
}




@media (min-width: 1200px) {
    .Index .IndexBusiness .businessCont a:hover .hover {
        background: #acceef;
    }

    .Index .IndexBusiness .businessCont .swiper-slide:hover .hover::before {
        transform-origin: center left;
        transform: scaleX(1);
    }

    .Index .AboutCont .aboutRight .more a:hover {
        color: #3077eb;
        position: relative;
        left: 10px;
    }

    .Index .NewstCont .NewsRight .item:hover .title h1 {
        color: #3077eb;
    }

    .Index .IndexBusiness .BusinessContent .left .item .title h1:hover {
        color: #3077eb;
    }

    footer .navList .list .item a:hover {
        color: #3077eb;
    }

    .JoinUsBox2 .listItem:hover a .item p {
        color: #3077eb;
    }


    .PcHeader .listCont li a:hover {
        color: #3077eb;
    }

    .Index .caseItem .item:hover img{
        transform: scale(1.1);
    }

    .Index .NewstCont .newsList .imageBox:hover img{
        transform: scale(1.1);
    }

    .NewsBox1 .item:hover .imageBox img{
        transform: scale(1.1);
    }
    .NewsBox1 .item:hover .title>h1{
        color: #3077eb;
    }

    .NewsBox2 .NewstCont .item:hover .titleCont .title h1{
        color: #3077eb;
    }
    .NewsBox2 .NewstCont .item:hover .imageBox img{
        transform: scale(1.1);
    }
}







.JoinUs {
    background-image: url("../image/JoinBg.png");
    background-color: #fff;
    
     background-repeat: no-repeat;
    background-position-x: center;
}

.About {
    background-image: url("../image/AboutBg.png");
    background-color: #fff;
    
     background-repeat: no-repeat;
    background-position-x: center;
}

.InfoBg {
    background-image: url("../image/InfoBg.png");
    background-color: #fff;
    
     background-repeat: no-repeat;
    background-position-x: center;
    background-size: inherit;
    
}


.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    opacity: 0.5;
}

.playIcon:hover {
    opacity: 1;
}

.playIcon .icon {
    width: 100px;
    height: 100px;
}

.playIcon .iconImg {
    cursor: pointer;
}

.playIcon .iconImg.Play {
    position: relative;
}

.playIcon .iconImg.Pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.playIcon.on {
    top: 95%;
    left: 50px;
}

.playIcon.on .icon {
    width: 60px;
    height: 60px;
}

.playIcon.on .iconImg.Play {
    display: none;
}

.playIcon.on .iconImg.Pause {
    display: block;
}

.PCBanner .swiper-slide-active .text h1 {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.PCBanner .swiper-slide-active .contText .more {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}