.pc-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
}
.header {
    background-color: #fff;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.header .logo-box a {
    display: flex;
    align-items: center;
}

.header .logo-box img {
    height: 60px;
    display: block;
}


.header .phone-box {
    display: flex;
    align-items: center;
    background-color: #fff8ed;
    border-radius: 20px;
    padding-right: 8px;
}

.header .phone-box img {
    height: 24px;
    margin-right: 10px;
}

.header .phone-box span {
    font-size: 16px;
    color: #333;
}



.header2 .logo-box a {
    display: flex;
    align-items: center;
}

.header2 .logo-box img {
    height: 60px;
    display: block;
}


.header2 .phone-box {
    display: flex;
    align-items: center;
    background-color: #076cc5;
    border-radius: 20px;
    padding-right: 8px;
}

.header2 .phone-box img {
    height: 24px;
    margin-right: 10px;
}

.header2 .phone-box span {
    font-size: 16px;
    color: #fff;
}

/* Banner */
.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner .swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
}

.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.banner .swiper-pagination-bullet {
    margin: 0 6px;
}

/* Features */
.features {
    padding: 80px 0;
    text-align: center;
}

.title-box {
    margin-bottom: 60px;
}
.title-box .title-box-top {
    margin-bottom: 10px;
}
.title-box .title-box-top .line{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0762d2;
}

.title-box .h3 {
    font-size: 32px;
    color: #0762d2;
    font-weight: bold;
    display: block;
    padding: 0 10px;
}

.title-box p {
    font-size: 18px;
    color: #999;
}

.features {
    background-color: #f9fbfe;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.feature-item {
    background-color: #fff;
    padding: 30px;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    text-align: center;
}

.feature-item img {
    max-width: 100%;
}

.feature-item h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.feature-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* About */
.about {
    padding: 80px 0;
    text-align: center;
}

.about-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 60px;
}

.about-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.about-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 220px;
    box-sizing: border-box;
    background-image: url(../images/bg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.about-item img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.about-item h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 30px;
}

.about-item p {
    font-size: 14px;
    color: #666;
}

/* Footer */
.share-btn {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9999;
    width: 60px;
    padding: 8px 0;
    display: block;
    background-color: #f49600;
    border-radius: 4px 0 0 4px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.share-btn img {
    width: 25px;
    margin: 0 auto;
    display: block;
    margin-bottom: 4px;
}

.f-contact {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0;
}
.f-contact  .left {
    padding-right: 30px;
}
.f-contact  .left .t1  {
    font-size: 28px;
    color: #0762d2;
}
.f-contact  .left .t2  {
    font-size: 18px;
    color: #0762d2;
    padding-bottom: 20px;
    padding-top: 10px;
}
.f-contact  .left .t3  {
    font-size: 14px;
    color: #666666;
    padding-top: 4px;
}
.f-contact  .left .t3 img {
    margin-right: 5px;
}
.f-contact .ewm {
    background: #ffffff;
}
.f-contact .ewm img {
    width: 190px;
}
.footer {
    background-color: #033d86;
    padding: 10px 0;
    font-size: 12px;
    color: #999999;
}
.footer .logo {
    margin-right: 10px;
}
.footer a {
    font-size: 12px;
    color: #999999;
}


@media only screen and (max-width: 2600px) and (min-width:1024px) {
    .pc-box {
        display: block;
    }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {

    .w1200 {
        width: 95%;
    }
    
    .header .logo-box img {
        height: 20px;
        display: block;
    }
    .header2 .logo-box img {
        height: 20px;
        display: block;
    }
    
    .pc-box {
        padding: 9px 0;
    }
    
    .header .phone-box {
        padding-right: 4px;
        zoom: 0.8;
    }
    
    .header .phone-box img {
        height: 18px;
        margin-right: 6px;
    }
    
    .header .phone-box span {
        font-size: 12px;
        color: #333;
    }

    .header2 .phone-box {
        padding-right: 4px;
        zoom: 0.8;
    }
    
    .header2 .phone-box img {
        height: 18px;
        margin-right: 6px;
    }
    
    .header2 .phone-box span {
        font-size: 12px;
        color: #333;
    }

    .features-grid .feature-item {
        width: 100%;
    }

    .about-grid {
        flex-direction: column;
        align-items: center;
    }

    .f-contact {
        padding: 20px 0;
    }
    .f-contact  .left {
        padding-right: 0;
        padding-bottom: 30px;
        width: 100%;
    }
    .f-contact .ewm img {
        width: 120px;
    }

}

.header .logo-box span {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    padding-left: 20px;
}
.share-img-box {
    text-align: center;
    padding: 40px 0;
}
.share-img-box img{
    
    max-width: 100%;
}
.share-box .share-company {
    text-align: center;
    margin: 20px 0;
    padding-bottom: 20px;
}
.share-box .share-company h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}
.share-box .share-company p {
    font-size: 16px;
    color: #ffffff;
}
.share-box .share-company p span {
    color: #f49600;
}
.share-info-box{
    background-image: url(../images/bg4.png);
    background-size: 102% 102%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 30px 30px 30px;
    border: 1px solid #3a69b7;
}
.share-info-box .cell {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #3a69b7;
    padding: 30px 0;
}

.share-info-box .cell:nth-child(3n) {
    margin-right: 0;
}
.share-info-box .cell-key {
    font-size: 16px;
    color: #9db4dc;
    padding-bottom: 8px;
}
.share-info-box .cell-val {
    font-size: 14px;
    color: #ffffff;
}

@media only screen and (max-width: 1024px) and (min-width:0px) {
    .share-info-box .cell {
        width: 100%;
        margin-right: 0;
    }
}
.share-tips {
    font-size: 16px;
    color: #f49600;
    text-align: left;
    padding: 30px 0;
}
.share-bottom-box {
    margin-top: 30px;
    justify-content: space-between;
    background-image: url(../images/bg5.png);
    background-size: 102% 102%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px;
    border: 1px solid #3a69b7;
}
.share-bottom-box .left {
    width: 30%;
}
.share-bottom-box .left p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.share-bottom-box .left p img {
    margin-right: 10px;
}
.share-bottom-box .left p.tel,
.share-bottom-box .left p.email,
.share-bottom-box .left p.address {
    padding-left: 26px;
}
.share-bottom-box .center {
    width: 30%;
    text-align: center;
}
.share-bottom-box .center img {
    width: 190px;
    margin: 0 auto;
}
.share-bottom-box .center p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}
.share-bottom-box .right {
    width: 40%;
}
.share-bottom-box .right a {
    display: block;
    background: #063e94;
    color: #fff;
    padding: 15px 25px;
    border-radius: 38px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}
.share-bottom-box .right a b {
    font-size: 18px;
    color: #ff9800;
}
.share-bottom-box .right a span {
    font-size: 14px;
    color: #fff;
}
.share-footer {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.open-screen-box {
    padding: 100px 0;
    align-items: center;
}

.open-screen-box .right img {
    width: 100%;
    margin-bottom: 30px;
}
.open-screen-box .right .title {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.open-screen-box .right .btn-box {
    width: 60%;
    margin: 0 auto;
}

.open-screen-box .right .btn-box a {
    display: block;
    background: #063e94;
    color: #fff;
    padding: 15px 25px;
    border-radius: 38px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.open-screen-box .right .btn-box a b {
    font-size: 18px;
    color: #ff9800;
}

.open-screen-bottom {
    text-align: center;
    margin: 30px 0;
}

.open-screen-bottom a {
    display: inline-block;
    background: #ff9800;
    color: #fff;
    padding: 15px 100px;
    border-radius: 38px;
    font-size: 18px;
}


.index-page {
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1024px) and (min-width:0px) {
    .header .logo-box span {
        display: none;
    }
    .share-box {
        padding: 20px 0;
    }
    .share-box .share-title {
        width: 90%;
    }
    .share-box .share-title h2 {
        font-size: 24px;
    }
    .share-box .share-title .en {
        font-size: 16px;
    }
    .share-box .share-company h3 {
        font-size: 18px;
    }
    .share-info-box ul {
        flex-direction: column;
    }
    .share-info-box ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
    }
    .share-info-box ul li:last-child {
        border-bottom: none;
    }
    .share-bottom-box {
        flex-direction: column;
    }
    .share-bottom-box .left,
    .share-bottom-box .center,
    .share-bottom-box .right {
        width: 100%;
        margin-bottom: 20px;
    }







   
    .share-bottom-box {
        margin-top: 30px;
        justify-content: space-between;
        background-image: url(../images/bg5.png);
        background-size: 102% 102%;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 30px;
        border: 1px solid #3a69b7;
    }
    .share-bottom-box .left {
        width: 100% !important;
    }
    .share-bottom-box .left p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
    }
    .share-bottom-box .left p img {
        margin-right: 10px;
    }
    .share-bottom-box .left p.tel,
    .share-bottom-box .left p.email,
    .share-bottom-box .left p.address {
        padding-left: 26px;
    }
    .share-bottom-box .center {
        width: 100% !important;
        text-align: center;
    }
    .share-bottom-box .center img {
        width: 190px;
        margin: 0 auto;
    }
    .share-bottom-box .center p {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    .share-bottom-box .right {
        width: 100% !important;
    }
    .share-bottom-box .right a {
        display: block;
        background: #063e94;
        color: #fff;
        padding: 15px 25px;
        border-radius: 38px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.6;
    }
    .share-bottom-box .right a b {
        font-size: 18px;
        color: #ff9800;
    }
    .share-bottom-box .right a span {
        font-size: 14px;
        color: #fff;
    }
    .share-footer {
        text-align: center;
        padding: 30px 0;
        font-size: 16px;
        color: #fff;
        line-height: 1.6;
    }
    
    .open-screen-box {
        padding: 100px 0;
        align-items: center;
    }
    
    .open-screen-box .left {
        width: 100%;
    }
    
    .open-screen-box .left img{
       max-width: 100%;
    }
    .open-screen-box .right {
        width: 100%;
        padding-top: 30px;
    }
    .open-screen-box .right img {
        width: 100%;
        margin-bottom: 30px;
    }
    .open-screen-box .right .title {
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .open-screen-box .right .btn-box {
        width: 100%;
        margin: 0 auto;
    }
    
    .open-screen-box .right .btn-box a {
        display: block;
        background: #063e94;
        color: #fff;
        padding: 15px 25px;
        border-radius: 38px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.6;
    }
    
    .open-screen-box .right .btn-box a b {
        font-size: 18px;
        color: #ff9800;
    }
    
    .open-screen-bottom {
        text-align: center;
        margin: 30px 0;
    }
    
    .open-screen-bottom a {
        display: inline-block;
        background: #ff9800;
        color: #fff;
        padding: 15px 100px;
        border-radius: 38px;
        font-size: 18px;
    }
}
