.navBlock{
    opacity: 1!important;
    z-index: 10;
}
.navNone{
    opacity: 0!important;
    z-index:900!important;
}
.navBar{
    height: 60px;
    width: 100%;
    display: flex;
    color: #000;
    background-color: #fff;
    justify-content: space-between;
    padding:0px 100px 0px 100px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1000;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    
}
.navBarTop{
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.navBarTop li span{
    color: #fff;
    display: inline-block;
}
.navBarHide{
    top: -60px;
}
.navBar:hover{
    background-color: #fff;
}
.navBar:hover .navList li span{
    color: #000;
}
.navBar.navBarTop:hover .logoLight{
    display: none;
}
.navBar.navBarTop:hover .logoDark{
    display: block;
}

.logo img{
    margin-top: 5px;
   height: 50px;
}
.navBarBottom .logoLight{
    display: none;
}
.navBarBottom .logoDark{
    display: block;
}
.navBarTop .logoLight{
    display: block;
}
.logoDark{
    display: none;
}
.navList{
    height: 100%;
    /* margin-left: 200px; */
    display: flex;
    justify-content: flex-start;
}
.navList li{
    height: 100%;
}
.navList li span{
    display: inline-block;
}
.navList li:hover .OneNav span::after, .navList li.on .OneNav span::after{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.navList li .OneNav span::after {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all .3s;
    transform: scale(0, 1);
    left: 0;
    display: block;
    content: '';
    display: block;
    content: '';
    background-color: #2e87d5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
}


.navList li a{
    color: #000;
    margin: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
} 
.navList li a:hover{
  text-decoration: none;
}

.navList li .navInner{
    position: absolute;
    font-weight: 700;   
    top: 100%;
    left: 0;
    z-index: 990;
    background:rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px); 
    width: 100%;
    /* padding: 20px 0; */
    white-space: nowrap;
    border-top: 1px solid #cfcfcf;
    display: none;

}
.navList li .navInner div{
   
    display: flex;
    justify-content: center;

}
.navInner .navDetail div{
    color: #000;
    width: 20%;
    padding: 20px 20px;
    height: 100%;
    /* border-right: 2px solid #ccc; */
    text-align: center;
    transition: all 0.5s;
}
.navInner .navDetail a{
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
}
.navInner .navDetail div:hover{
    background-color: #6fc3c7;
    cursor: pointer;
}
.navInner .navDetail div:hover a{
    color: #fff;
}
.bannerPic{
    height: 75vh;
}
.bannerPic .d-block{
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: middle;
    object-fit: cover;
}

.bannerPic .productDescribe1{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.productDescribe1 .productTitle1{
    width: 600px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: 0;
    
    font-weight: 700;
    text-shadow:3px 3px rgb(0, 0, 0);
}
.productDescribe1 .productTitle1 span{
    width: 200px;
}
.productDescribe1 .productTitle2{
    font-size: 20px;
    font-weight: 700;
}

.bannerPic .productDescribe2{
    position: absolute;
    top: 45%;
    right: 10%;
    transform: translate(0,-50%);
    color: #fff;
}
.productDescribe2 .productTitle1{
    width: 600px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: 0;
  
    font-weight: 700;
    text-shadow:3px 3px rgb(0, 0, 0);
}
.productDescribe2 .productTitle1 span{
    width: 280px;
}
.productDescribe2 .productTitle2{
    font-size: 20px;
    font-weight: 700;
}
.bannerPic .productDescribe3{
    position: absolute;
    top: 45%;
    left: 20%;
    transform: translate(0,-50%);
    color: #fff;
}
.productDescribe3 .productTitle1{
    width: 600px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0;
  
    font-weight: 700;
    text-shadow:3px 3px rgb(0, 0, 0);
}
.productDescribe3 .productTitle1 span{
    width: 600px;
}
.productDescribe3 .productTitle2{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.aboutUs{
    position: relative;
    height: 600px;
    display: flex;
}
.aboutUs::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../static/bg1.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.5; /* 设置透明度 */
}
.aboutUsTitle{
    position: relative;
    width: 50%;
}
.aboutUsTitle h1:nth-child(1){
    font-size: 50px;
    color: #bde9f6;
    font-family: "Impact";
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 3;
}
.aboutUsTitle h1:nth-child(2){
    font-size: 45px;
    font-weight: 700;
    color: #474747;
    font-family: "Impact";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
}
.aboutUsTitle div:nth-child(3){
    font-size: 18px;
    color: #292222;
    font-family: "Impact";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
}
.aboutUsMore{
    position: relative;
    
}
.aboutUsMore .check{
    box-sizing: border-box;
    color: rgb(74, 74, 74);
    cursor: pointer;
    display: inline-block;
    font-family: FreightSansPro-Book, Verdana, sans-serif;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-decoration-color: rgb(74, 74, 74);
    text-decoration-line: none;
    text-decoration-style: solid;
    -moz-user-select: auto;
}
.aboutUsMore .check span{
    display: inline-block;
    width:100%;
    height: 2px;
    background-color:rgb(34, 116, 205);
    transform: translate3d(-50%,0,0);
    transition-duration: 0.5s;
    position: absolute;
    top: 60px;
    left: 50%;

}
.aboutUsMore .check:hover span{
    width:50%;
}
.icon-jiantou{
    position: absolute;
    font-size: 25px!important;
    color: rgb(34, 116, 205);;
    bottom: -7px;
    left: 85px;
    opacity: 0;
}
.aboutUsNumber{
    position: relative;
    width: 50%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.aboutUsNumber .numberBox{
    position: relative;
    width: 49%;
}
.aboutUsNumber .numberBox:nth-child(1)::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #d2d2d2;
    right: 0px;
    top: 25%;
}
.aboutUsNumber .numberBox:nth-child(1)::before{
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background: #d2d2d2;
    right: 15px;
    bottom: 30px;
}
.aboutUsNumber .numberBox:nth-child(2)::before{
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background: #d2d2d2;
    right: 20px;
    bottom: 30px;
}
.aboutUsNumber .numberBox:nth-child(3)::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #d2d2d2;
    right: 0px;
    top: 0%;
}
.numberBoxTitle{
    font-weight: 700;
    width: 270px;
    font-size: 60px;
    color: rgb(34, 116, 205);
    position: absolute;
    top: 20%;
    left: 60%;
    transform: translate(-50%,0);
}

.aboutUsNumber .numberBox:nth-child(3) .numberBoxTitle,.aboutUsNumber .numberBox:nth-child(4) .numberBoxTitle{
    font-weight: 700;
    width: 270px;
    font-size: 60px;
    color: rgb(34, 116, 205);
    position: absolute;
    top: 0;
    left: 60%;
    transform: translate(-50%,0);
}

.numberBoxTitle span:nth-child(2){
    font-size: 20px;
    color: rgb(74, 74, 74);
    
}


.aboutUsNumber .numberBox:nth-child(1) .numberBoxInner{
    font-size: 20px;
    position: absolute;
    top: 55%;
    left: 45%;
    transform: translate(-50%,0);
}
.aboutUsNumber .numberBox:nth-child(2) .numberBoxInner{
    font-size: 20px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,0);
}
.aboutUsNumber .numberBox:nth-child(3) .numberBoxInner{
    font-size: 20px;
    position: absolute;
    top: 34%;
    left: 39%;
    transform: translate(-50%,0);
}
.aboutUsNumber .numberBox:nth-child(4) .numberBoxInner{
    font-size: 20px;
    position: absolute;
    top: 34%;
    left: 40%;
    transform: translate(-50%,0);
}
.advantage{
    position: relative;
    height: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.advantage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../static/bg3.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}
.advantageTitle{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
}
.advantageTitle h1:nth-child(1){
    font-size: 50px;
    color: #bde9f6;
    font-family: "Impact";
    z-index: 3;
    text-align: center;
}
.advantageTitle h1:nth-child(2){
    font-size: 45px;
    font-weight: 700;
    color: #474747;
    font-family: "Impact";
    z-index: 5;
    text-align: center;
}
.advantageList{
    display: none;
}
.advantageBoxInner{
    padding: 20px;
    width: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #3bb6d8;
    opacity: 0.8;
    display: flex;
    justify-content: space-around;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.advantageBox div{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.advantageBox div img{
    margin: 8px auto;
    width: 80%;
}
.advantageBox h4{
    font-weight: 700;
    text-align: center;
}

.advantageBox:hover div{
    transform: scale(1.1);
}
.centerBanner{
    position: relative;
    background-image: url('../static/banner4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    height: 25vw;
}

.productIntroduce{
    position: relative;
    /* height: 500px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.productIntroduce::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../static/bg4.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.8; 
}
.productIntroduceTitle{
    position: relative;
    padding-top: 50px;
    height: 200px;
}
.productIntroduceTitle h1:nth-child(1){
    font-size: 50px;
    color: #bde9f6;
    font-family: "Impact";
    z-index: 3;
    text-align: center;
}
.productIntroduceTitle h1:nth-child(2){
    font-size: 45px;
    font-weight: 700;
    color: #474747;
    font-family: "Impact";
    z-index: 5;
    text-align: center;
}
.certifyInner1{
    background-image: url('../static/beijing1.jpg')!important;
}
.certifyInner1 img{
    width: 50%;
    position: absolute;
    top:50%;
    right: 10px;
    transform: translate(0,-50%);
}
.certifyInner1 div{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
    color: #fff;
}
.certifyInner1 div h1{
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.certifyInner1 div h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;

}

.certifyInner1 div p{
    text-align: center;
}
.certifyInner2{
    background-image: url('../static/beijing2.jpg')!important;
}

.certifyInner2 img{
    width: 50%;
    position: absolute;
    top:50%;
    right: 10px;
    transform: translate(0,-50%);
}
.certifyInner2 div{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
    color: #fff;
}

.certifyInner2 div h1{
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.certifyInner2 div h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;

}
.certifyInner2 div p{
    text-align: center;
}

.certifyInner3{
    background-image: url('../static/beijing3.jpg')!important;
}

.certifyInner3 img{
    width: 50%;
    position: absolute;
    top:50%;
    left: 10px;
    transform: translate(0,-50%);
}
.certifyInner3 div{
    width: 55%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    color: #fff;
}
.certifyInner3 div h1{
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.certifyInner3 div h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.certifyInner3 div p{
    text-align: center;
}

.certifyInner4{
    background-image: url('../static/beijing4.jpg')!important;
}

.certifyInner4 img{
    width: 50%;
    position: absolute;
    top:50%;
    right: 10px;
    transform: translate(0,-50%);
}
.certifyInner4 div{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
    color: #fff;
}
.certifyInner4 div h1{
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.certifyInner4 div h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.certifyInner4 div p{
    text-align: center;
}

.certifyInner5{
    background-image: url('../static/beijing5.jpg')!important;
}

.certifyInner5 img{
    width: 50%;
    position: absolute;
    top:50%;
    left: 10px;
    transform: translate(0,-50%);
}
.certifyInner5 div{
    width: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    color: #fff;
}
.certifyInner5 div h1{
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.certifyInner5 div p{
    text-align: center;
}


.productMore{
    width: 220px;
    height: 52px; 
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 50%;
    /* margin-left :-119px; */
    transform: translate(-50%,0);
    border:2px solid #1fa7cd;
    border-radius: 10px;
    -webkit-animation-delay:0.25s;
    animation-delay:0.25s;
    z-index: 99;
}
.productMore a{
    position: absolute;
    width: 100%;
    height: 100%; 
    line-height: 52px;
    top: -3px;
    text-align: center;
    z-index: 2;
    -webkit-transition:color 1.5s ;
    color: #1d84a1;
    font-weight: 700;
    text-decoration: none;
}
.productMore span{
    position: absolute;
    width: 0;
    height: 100%; 
    -webkit-transition:width 1s cubic-bezier(.83,.02,0,1);
    background-color: #1fa7cd
}
.productMore:hover a{
    text-decoration: none;
    color:white;
}
.productMore:hover span{
    width:100%;
}



.successCase{
    position: relative;
    height: 600px;
    display: flex;
    justify-content: space-between;
}

.successCase::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../static/bg5.jpg') no-repeat center center;
    background-size: cover;
    box-shadow: 0 6px 10px inset rgba(0, 0, 0, 0.2);
}

.successCaseTitle{
    position: relative;
    top: 10%;
    width: 35%;
}
.successCaseTitle h1:nth-child(1){
    font-size: 50px;
    color: #bde9f6;
    font-family: "Impact";
    z-index: 3;
    text-align: center;
}
.successCaseTitle h1:nth-child(2){
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: "Impact";
    z-index: 5;
    text-align: center;
}

.successCaseMore{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.successCaseMore .check{
    box-sizing: border-box;
    color: #0a4e8d;
    cursor: pointer;
    display: inline-block;
    font-family: FreightSansPro-Book, Verdana, sans-serif;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-decoration-color: rgb(74, 74, 74);
    text-decoration-line: none;
    text-decoration-style: solid;
    -moz-user-select: auto;
}
.successCaseMore .check span{
    display: inline-block;
    width:100%;
    height: 2px;
    background-color:rgb(34, 116, 205);
    transform: translate3d(-50%,0,0);
    transition-duration: 0.5s;
    position: absolute;
    top: 60px;
    left: 50%;

}
.successCaseMore .check:hover span{
    width:50%;
}

.successCaseList{
    width: 65%;
    z-index: 5;
    display: flex;
    justify-content: space-between;
}
.successCaseMain{
    margin-top: 25px;
    position: relative;
    height: 90%;
    width: 65%;
    z-index: 5;
}
.activeCase{
    opacity: 1!important;
    z-index: 20;
}
.successCaseMain .case1{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: url('../static/case1.jpg') no-repeat center center;
    background-size: 140%;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.case1:hover{
    background-size: 150%;
    cursor: pointer;
}
.successCaseMain .case2{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: url('../static/case2.jpg') no-repeat center center;
    background-size: 160%;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.case2:hover{
    background-size: 170%;
    cursor: pointer;
}
.successCaseMain .case3{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: url('../static/case3.jpg') no-repeat center center;
    background-size: 150%;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.case3:hover{
    background-size: 160%;
    cursor: pointer;
}
.successCaseMain .case4{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: url('../static/case4.png') no-repeat center center;
    background-size: 140%;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.case4:hover{
    background-size: 150%;
    cursor: pointer;
}
.successCaseMain .case5{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: url('../static/case5.jpg') no-repeat center center;
    background-size: 120%;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.case5:hover{
    background-size: 130%;
    cursor: pointer;
}


.successCaseMain div{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 100px;
    padding:10px;
    background-color: rgba(0, 0, 0, 0.7);
}
.successCaseMain div p:nth-child(1){
    color: #fff;
    font-size: 25px;    
    font-weight: 600;
}
.successCaseMain div p:nth-child(2){
    font-size: 1vw;
    color: #fff;
}
.successCaseMain .activeItem{
    display: block;
}
.successCaseChoose{
    margin-left: 30px;
    margin-top: 30px;
    width: 35%;
}

.successCaseChoose .chooseItem{
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    color: #fff;
    font-weight: 700;
    width: 90%;
    background-color: #3b65ee;
    box-shadow: 5px 5px 10px #0d0d0d;
    border-radius: 30px;
    margin-bottom: 50px;
}
.successCaseChoose .activeItem{
    color: #3b65ee;
    background-color: #fff;
}
.successCaseChoose .chooseItem img{
    width: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    display: none;
}
.successCaseChoose .chooseItem:hover{
    cursor: pointer;
}
.successCaseChoose .chooseItem:hover img{
    display: block;
}


.news{
    position: relative;
    padding: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
    /* height: 500px; */
}

.news::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../static/bg6.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.8; 
}
.newsTitle{
    position: relative;
    height: 200px;
}
.newsTitle h1:nth-child(1){
    font-size: 50px;
    color: #bde9f6;
    font-family: "Impact";
    z-index: 3;
    text-align: center;
}
.newsTitle h1:nth-child(2){
    font-size: 45px;
    font-weight: 700;
    color: #474747;
    font-family: "Impact";
    z-index: 5;
    text-align: center;
}
.newsTitle .successCaseMore{
    transform: translate(-50%, -20px);
}
.newsList{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.newsList .news1{
    position: relative;
    height: 500px;
    width: 32%;
    background-color: #fff;
}
.newsList .news1:hover{
    cursor: pointer;
}
.newsList .news1:hover img{
    transform: scale(0.98);
}
.newsList .news2:hover img{
    transform: scale(0.98);
}
.newsList .news1 img,.newsList .news2 img{
    width: 100%;
    height: 350px;
    transition: all .3s;
}

.newsInner{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}
.newsInner div{
    height: 50px;
}
.newsInner div h1:nth-child(1){
    font-size: 20px;
    font-weight: 700;
    float: left;
}
.newsInner div p:nth-child(2){
    font-size: 15px;
    float: right;
}
.newsInner .newsDetail{
    margin-bottom:0 ;
}

.newsList .news2{
    position: relative;
    height: 500px;
    width: 32%;
    background-color: #fff;
}
.newsList .news2:hover{
    cursor: pointer;
}
.newsList .news3{
    height: 500px;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news3 .news3Inner{
    height: 46%;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.newsList .news3Inner1:hover{
    cursor: pointer;
}
.newsList .news3Inner2:hover{
    cursor: pointer;
}
.newsList .news3Inner1:hover img{
    transform: scale(0.98);
}
.newsList .news3Inner2:hover img{
    transform: scale(0.98);
}

.news3Inner img{
    width: 53%;
    transition: all .3s;
}
.news3Inner div{
    padding: 10px;
    width: 45%;
}
.news3Inner div h5{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.news3Inner div p{
    font-size: 14px;
}

.fastLink .followUs{
    width: 13%;
    color: #fff;
  }
  .fastLink .followUs .qrCode{
    width: 150px;
    height: 150px;
    background: url('../static/qrBack.png');
    background-size: 100% 100%;
    margin-top: 30px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .fastLink .followUs .qrCode .qrCodeImg{
    width: 120px;
    height: 120px;
   
  }
  .fastLink .followUs p{
    font-size: 14px;
    margin-top: 20px;
  }
