﻿@charset "utf-8";
/* CSS Document */
/* 全局公共样式的设定 */
@font-face {
    font-family: "alibaba-pht-Light45";
    src: url('font/alibaba-pht-2.0-45-Light.eot');
    src: url('font/alibaba-pht-2.0-45-Light.eot?#iefix') format('embedded-opentype'), url('font/alibaba-pht-2.0-45-Light.ttf') format('truetype');
}

@font-face {
    font-family: "alibaba-pht-Regular55";
    src: url('font/alibaba-pht-2.0-55-Regular.ttf');
}

@font-face {
    font-family: "alibaba-pht-Medium65";
    src: url('alibaba65.eot');
    src: url('alibaba65.eot?#iefix') format('embedded-opentype'), url('font/alibaba-pht-2.0-65-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "alibaba-pht-SemiBold75";
    src: url('font/alibaba-pht-2.0-75-SemiBold.ttf');
}

@font-face {
    font-family: "fangzhenglantinZH";
    src: url('font/fangzhenglantinZH-GBK.TTF');
}

@font-face {
    font-family: "alibaba-pht-Bold85";
    src: url('font/AlibabaPuHuiTi-2-85-Bold.otf');
}

@font-face {
    font-family: "alibaba-pht-ExtraBold95";
    src: url('font/AlibabaPuHuiTi-2-95-ExtraBold.otf');
}

@font-face {
    font-family: "alibaba-pht-Heavy105";
    src: url('font/AlibabaPuHuiTi-2-105-Heavy.otf');
}

@font-face {
    font-family: "alibaba-pht-Black115";
    src: url('font/AlibabaPuHuiTi-2-115-Black.otf');
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    border: 0;
}

::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
    height: 16px;
}

.red {
    color: #BE0002;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

body {
    font-family: alibaba-pht-Light45, sans-serif;
    font-size: 16px;
    color: #191919;
    font-weight: normal;
    background-color: #FFFFFF;
    padding-right: 0 !important;
}

input, textarea {
    outline: none;
}

input {
    font-family: alibaba-pht-Light, sans-serif;
}

IMG {
    BORDER-TOP-WIDTH: 0;
    BORDER-LEFT-WIDTH: 0;
    BORDER-BOTTOM-WIDTH: 0;
    BORDER-RIGHT-WIDTH: 0;
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    PADDING-BOTTOM: 0;
    MARGIN: 0;
    PADDING-TOP: 0;
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
}

.tb, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #BE0002;
        text-decoration: none;
    }

ul, li, dl {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
    font-weight: normal;
}

.l {
    float: left;
}

.r {
    float: right;
}



.clearBoth {
    overflow: hidden;
    padding-bottom: 0px;
    line-height: 0px;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    height: 0px;
    clear: both;
    font-size: 0px;
    padding-top: 0px;
    _display: none;
}

.floatdiv {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 2vw;
    width: 83px;
    z-index: 999;
}

.floatcontact {
    position: relative;
    width: 83px;
    z-index: 998;
}

.floattxt {
    position: fixed;
    width: 534px;
    top: 0;
    left: calc(2vw + 85px);
    left: 85px;
    z-index: 997;
}

.flli {
    width: 100%;
    height: 83px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 10px;
    cursor: pointer;
}

    .flli img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.flbt {
    width: 100%;
    height: 56px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

    .flbt img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .flbt:hover {
        color: rgba(255, 255, 255, 0.7);
    }

.flyj {
    background-color: #cc3333;
    border-radius: 10px;
}

.fltxt {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: -620px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding: 30px 40px 40px 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.floattxt .active {
    transform: translateX(620px);
    opacity: 1;
}

.fltxt img {
    width: 100%;
    object-fit: contain;
}

.fltxt .fltit {
    font-family: alibaba-pht-Medium65;
    font-size: 20px;
    color: #cc3333;
    padding-bottom: 20px;
    border-bottom: 1px solid #cc3333;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 6px;
}

.fltxt p {
    margin-top: 30px;
}

.fltxt .fltips, .fltxt .redtip {
    font-family: alibaba-pht-Medium65;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.fltxt .redtip {
    color: #cc3333;
}

.fltxt .flinput {
    width: 100%;
    margin-bottom: 6px;
}

    .fltxt .flinput input, .fltxt .flinput textarea {
        width: 100%;
        font-size: 12px;
        color: #999999;
        border: 1px solid #999999;
        height: 40px;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fltxt .flinput textarea {
        height: 64px;
    }

.fltxt .flredtips {
    font-size: 12px;
    color: #ff9999;
    line-height: 36px;
}

.fltxt .flsubbt input {
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #bb1d1c;
    border-radius: 10px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.yzmdiv {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .yzmdiv .yzm {
        background-color: #FFF;
        height: 56px;
        width: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .yzmdiv .loginyzm {
        width: 50px;
        height: 24px;
        line-height: 24px;
        outline: none;
        font-size: 100%;
        font-family: Inter;
        font-weight: normal;
    }

/*下拉菜单*/
.menudownlist {
}

.downmenu {
    position: relative;
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

    .downmenu .active {
        display: block;
    }

.liabout, .linewstype {
    display: none;
    position: absolute;
    left: 508px;
    z-index: 999;
    width: 190px;
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: alibaba-pht-Regular55;
    font-size: 18px;
}

.liservice {
    display: none;
    position: absolute;
    left: 138px;
    z-index: 999;
    width: 75%;
    background-color: #ffffff;
    font-family: alibaba-pht-Regular55;
    font-size: 18px;
}

    .liservice .liservicecontent {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .liservice .serviceliclass li a {
        cursor: pointer;
        height: 86px;
        line-height: 86px;
        text-align: center;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

        .liservice .serviceliclass li a:hover {
            border: solid 2px #cc3333;
            color: #cc3333;
        }

    .liservice .serviceliclass {
        font-family: alibaba-pht-Regular55;
        font-size: 18px;
        width: 216px;
    }

    .liservice .servicelicontent {
        flex-basis: calc(100% - 216px);
        margin-top: 18px;
        margin-bottom: 18px;
        padding-top: 32px;
        padding-bottom: 60px;
        padding-left: 88px;
        padding-right: 88px;
        border-left: 1px solid #cfcfcf;
        flex-grow: 1;
        font-size: 20px;
        box-sizing: border-box;
        color: #666666;
    }

        .liservice .servicelicontent .lidiv {
            display: none;
            min-height: 416px;
        }

        .liservice .servicelicontent span {
            font-family: alibaba-pht-SemiBold75;
        }

        .liservice .servicelicontent ul {
            margin-top: 20px;
            box-sizing: border-box;
            display: flex;
            column-gap: 70px;
            flex-wrap: wrap;
            font-family: alibaba-pht-Regular55;
            min-height: 116px;
        }

            .liservice .servicelicontent ul li {
                margin-right: 70px\0;
                margin-top: 30px;
            }

                .liservice .servicelicontent ul li a {
                    color: #666666;
                }

                    .liservice .servicelicontent ul li a:hover {
                        color: #cc3333;
                    }

        .liservice .servicelicontent .liimg li {
            width: 76px;
            height: 58px;
            overflow: hidden;
            background-color: #cccccc;
        }

        .liservice .servicelicontent .typeimg {
            margin-top: 50px;
            width: 100%;
            height: 202px;
            overflow: hidden;
        }

        .liservice .servicelicontent img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.linewstype {
    left: 769px;
}

    .liabout li a, .linewstype li a {
        line-height: 45px;
        text-align: center;
        display: block;
        width: 100%;
    }

/*下拉菜单结束*/
.top {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 990;
    background-color: #ffffff;
    min-width: 1505px;
}

.top-text {
    height: 100px;
    width: 1505px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    background-color: #ffffff;
}

.logo {
    width: 310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

    .logo img {
        width: 147px;
        max-height: 60px;
    }

    .logo .logotips {
        color: #cc3333;
        font-family: alibaba-pht-Medium65;
        font-size: 28px;
        border-left: solid 1px #cccccc;
        height: 55px;
        line-height: 55px;
        margin-left: 20px;
        padding-left: 20px;
        box-sizing: border-box;
        flex: 1;
    }

.menu {
    min-width: 500px;
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu ul {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .menu li {
        position: relative;
        cursor: pointer;
    }

        .menu li a {
            font-family: alibaba-pht-Regular55;
            font-size: 18px;
            font-weight: normal;
            text-align: center;
            letter-spacing: 0.1px;
            padding-left: 25px;
            padding-right: 25px;
            text-align: center;
            display: block;
            box-sizing: border-box;
            height: 100px;
            line-height: 100px;
            cursor: pointer;
        }

            .menu li a:hover {
                color: #cc3333;
            }

    .menu .active {
        border-bottom: 3px solid #cc3333;
    }

.search {
    width: 247px;
    height: 30px;
    box-sizing: border-box;
    border: solid 1px #666666;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .search input {
        width: 150px;
        flex: 1;
        height: 20px;
        line-height: 20px;
        margin-right: 10px;
    }

    .search a {
        height: 20px;
        display: flex;
        align-items: center;
    }


/* 首页海报 */
.bannerimg {
    width: 100%;
    max-width: 1920px\0;
    min-width: 1505px;
    margin: 0px auto 0px auto;
}

.slideBox {
    width: 100%;
    aspect-ratio: 1920 / 930;
    height: auto;
    height: 930px\0;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        width: 100%;
        height: 15px;
        overflow: hidden;
        position: absolute;
        bottom: 15px;
        z-index: 1;
    }

        .slideBox .hd ul {
            zoom: 1;
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .slideBox .hd ul li {
                margin-right: 12px;
                padding-top: 8px;
                box-sizing: border-box;
                width: 12px;
                height: 12px;
                border-radius: 100%;
                background: #ae0d15;
                opacity: 1;
                cursor: pointer;
                overflow: hidden;
                display: inline;
            }

                .slideBox .hd ul li.on {
                    background: #fff;
                    border: 2px solid #ae0d15;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            overflow: hidden;
        }

        .slideBox .bd img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -175px;
        display: block;
        width: 138px;
        height: 354px;
        background: url(../images/left.png);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .slideBox .next {
        left: auto;
        right: 3%;
        background: url(../images/right.png);
    }

        .slideBox .prev:hover,
        .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .slideBox .prevStop {
        display: none;
    }

    .slideBox .nextStop {
        display: none;
    }



.middiv {
    min-width: 1505px;
}

.midtext {
    width: 1202px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutvd {
    margin-top: 90px;
    width: 100%;
    height: 676px;
    overflow: hidden;
}

    .aboutvd video {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.abouttext {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.abouttext-tit {
    font-size: 30px;
    font-family: alibaba-pht-SemiBold75;
    color: #333333;
    margin-top: 60px;
    letter-spacing: 6px;
}

.abouttext-con {
    margin-top: 28px;
    font-family: alibaba-pht-Light45;
    color: #333333;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 28px;
}

.abouttext-more {
    margin-top: 28px;
    font-family: alibaba-pht-Light45;
    color: #333333;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    width: 120px;
    height: 38px;
    border: solid 1px #333333;
    box-sizing: border-box;
    border-radius: 25px;
}

.redtit {
    margin-bottom: 40px;
    margin-top: 78px;
}

.en-tit {
    color: #99cccc;
    font-family: alibaba-pht-Medium65;
    font-size: 34px;
    margin-top: 120px;
    letter-spacing: 2px;
}

.cn-tit {
    color: #000000;
    font-family: alibaba-pht-Medium65;
    font-size: 30px;
    position: relative;
}

    .cn-tit::before {
        content: "";
        position: absolute;
        left: -42px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 2px;
        margin-right: 0px;
        background-color: #ededed;
    }

    .cn-tit::after {
        content: "";
        position: absolute;
        right: -42px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 2px;
        margin-left: 0px;
        background-color: #ededed;
        font-size: 24px;
    }

.inservice {
    min-width: 1505px;
    margin-top: 90px;
    background-color: #f6f7f9;
    padding-bottom: 130px;
    margin-bottom: 95px;
}

.txt1 {
    width: 100%;
    aspect-ratio: 1200 / 306;
    height: auto;
    height: 306px\0;
    margin-top: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.txt2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.txt2-son {
    width: 49%;
    aspect-ratio: 586 / 307;
    height: auto;
    height: 307px\0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}

.txt-more {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 135px;
    height: 45px;
    border: solid 1px #010101;
    padding-left: 27px;
    box-sizing: border-box;
    line-height: 45px;
    font-family: alibaba-pht-Regular55;
}

.svs-more {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 135px;
    height: 45px;
    border: solid 1px #5a749e;
    padding-left: 27px;
    box-sizing: border-box;
    line-height: 45px;
    font-family: alibaba-pht-Regular55;
}

    .txt-more a:after, .svs-more a:after {
        position: absolute;
        content: "";
        right: 27px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 5px solid; /* 设置三角形的大小 */
        border-top: 5px solid transparent; /* 设置三角形的大小 */
        border-bottom: 5px solid transparent; /* 设置三角形的大小 */
    }

.innews {
    width: 1210px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.innews-txt {
    display: flex;
    width: 100%;
    gap: 0px 2%;
    margin-top: 50px;
    overflow: hidden\0;
}

.innewslist {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2%\0;
    margin-bottom: 220px;
}

.news-tit {
    width: 100%;
    aspect-ratio: 595 / 231;
    height: auto;
    height: 231px\0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-more {
    position: absolute;
    left: 40px;
    bottom: 20px;
    box-sizing: border-box;
    font-family: alibaba-pht-Regular55;
}

    .news-more a {
        color: #ffffff;
    }

        .news-more a:hover {
            color: #fa893e;
        }

        .news-more a:after {
            position: absolute;
            content: ">";
            left: 70px;
            top: 50%;
            transform: translateY(-50%);
        }

.innews-li {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

    .innews-li a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 20px;
        line-height: 40px;
    }

        .innews-li a .innewstit {
            width: 79%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .innews-li a .inewstime {
            width: 20%;
        }

.bottom {
    width: 100%;
    background-image: url('../images/btbg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bb1e1e;
    padding-top: 56px;
    min-width: 1505px;
}

.bottomtext {
    width: 1256px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottommenu {
    display: flex;
    border-left: solid 2px #c94b4b;
    width: 100%;
}

    .bottommenu dl {
        border-right: solid 2px #c94b4b;
    }

.btmn {
    width: 18%;
    text-align: center;
}

    .btmn dt {
        font-size: 18px;
        font-family: alibaba-pht-Medium65;
        font-weight: bold;
        color: #ffffff;
        line-height: 50px;
    }

    .btmn dd {
        font-size: 18px;
        color: #ffffff;
        line-height: 50px;
    }

        .btmn dd a {
            color: #ffffff;
        }

            .btmn dd a:hover {
                color: #cccccc;
            }

.btct {
    width: 46%;
    color: #ffffff;
}

    .btct dd {
        display: flex;
        align-items: center;
        padding-top: 50px;
        box-sizing: border-box;
        justify-content: space-between;
    }

        .btct dd .img {
            width: 35%;
            box-sizing: border-box;
            padding-left: 65px;
        }

        .btct dd .btcon {
            width: 65%;
            box-sizing: border-box;
            padding-right: 60px;
        }

.btcon .bttel {
    font-size: 32px;
    white-space: nowrap;
    font-family: alibaba-pht-Medium65;
}

.btcon .btaddr {
    font-size: 17px;
    line-height: 35px;
}

.copyright {
    margin-top: 56px;
    color: #ffffff;
}

    .copyright a {
        color: #ffffff;
    }

/* about */
.aboutjjcon {
    width: 100%;
    margin-top: 60px;
    line-height: 32px;
    font-size: 16px;
}

    .aboutjjcon img {
        margin-left: 26px;
        margin-bottom: 26px;
    }

.abouttxt {
    display: flex;
    width: 100%;
    gap: 0px 2%;
    margin-top: 60px;
    flex-wrap: wrap;
}

.aboutwh {
    width: 49%;
    height: 212px;
    overflow: hidden;
    margin-top: 20px;
}

    .aboutwh img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.aboutbgtxt {
    min-width: 1505px;
    background-color: #f6f7f9;
    padding-bottom: 100px;
    margin-top: 120px;
}


/* 资质授权 */
.picScroll-left, .faci-left {
    overflow: hidden;
    position: relative;
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}


    .picScroll-left .prev, .picScroll-left .next, .faci-left .prev, .faci-left .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -45px;
        display: block;
        width: 25px;
        height: 45px;
        background: url(../images/left2.png);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }


    .picScroll-left .next, .faci-left .next {
        left: auto;
        right: 3%;
        background: url(../images/right2.png);
    }


        .picScroll-left .prev:hover,
        .picScroll-left .next:hover,
        .faci-left .prev:hover,
        .faci-left .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .picScroll-left .prevStop, .faci-left .prevStop {
        display: none;
    }

    .picScroll-left .nextStop, .faci-left .nextStop {
        display: none;
    }

    .picScroll-left .bd {
        padding: 10px;
        width: 1204px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

        .picScroll-left .bd .tempWrap {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .picScroll-left .bd ul {
            overflow: hidden;
            zoom: 1;
            position: relative;
        }

            .picScroll-left .bd ul li {
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                float: left;
                width: 600px;
                height: 404px;
                border: solid 1px #cccccc;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
            }

                .picScroll-left .bd ul li .pic {
                    text-align: center;
                    width: 240px;
                    height: calc(100% - 90px);
                    flex-basis: auto;
                    flex-grow: 1;
                    padding-top: 30px;
                    padding-bottom: 20px;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    overflow: hidden;
                }

                    .picScroll-left .bd ul li .pic img {
                        object-fit: contain;
                        width: 100%;
                        height: 100%;
                    }

                .picScroll-left .bd ul li .title {
                    border-top: solid 2px #cccccc;
                    line-height: 64px;
                    width: 240px;
                    height: 90px;
                    color: #000000;
                    font-family: alibaba-pht-Medium65;
                    font-size: 22px;
                }

.zzimg {
    margin-top: 80px;
    width: 1140px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .zzimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* 场地设备 */
.faci-left .bd {
    padding: 10px;
    width: 1210px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .faci-left .bd .tempWrap {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .faci-left .bd ul {
        overflow: hidden;
        zoom: 1;
        position: relative;
    }

        .faci-left .bd ul li {
            margin: 0 8px;
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center;
            width: 390px;
            height: 400px;
            border: solid 1px #cccccc;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

            .faci-left .bd ul li .pic {
                text-align: left;
                width: 100%;
                height: calc(100% - 120px);
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                overflow: hidden;
            }

                .faci-left .bd ul li .pic img {
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    width: 387px\0;
                    height: 279px\0;
                }

            .faci-left .bd ul li .title {
                line-height: 60px;
                width: 100%;
                height: 60px;
                color: #4c4c4c;
                font-family: alibaba-pht-Medium65;
                font-size: 20px;
                padding-left: 25px;
                padding-right: 25px;
                box-sizing: border-box;
                text-align: left;
            }

            .faci-left .bd ul li .more {
                line-height: 60px;
                width: 100%;
                height: 60px;
                font-family: alibaba-pht-Medium65;
                font-size: 16px;
                padding-left: 25px;
                padding-right: 25px;
                box-sizing: border-box;
                text-align: left;
                position: relative;
            }

                .faci-left .bd ul li .more a {
                    color: red;
                }

                    .faci-left .bd ul li .more a::after {
                        position: absolute;
                        content: "";
                        top: 50%;
                        margin-left: 5px;
                        transform: translateY(-50%);
                        border-left: 5px solid; /* 设置三角形的大小 */
                        border-top: 5px solid transparent; /* 设置三角形的大小 */
                        border-bottom: 5px solid transparent; /* 设置三角形的大小 */
                    }
/* 新闻页海报 */
.newsimg {
    width: 100%;
    max-width: 1920px\0;
    min-width: 1505px;
    margin: 0px auto 0px auto;
}

    .newsimg .slideBox {
        width: 100%;
        aspect-ratio: 1920 / 244;
        height: auto;
        height: 244px\0;
        overflow: hidden;
        position: relative;
    }

.newsmid {
    width: 1440px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.newstitli {
    line-height: 70px;
    border-bottom: solid 1px #cccccc;
    font-size: 20px;
    display: flex;
    justify-content:space-between;
}
    .newstitli div {
        width:150px;
        overflow:hidden;
    }

    .newstitli ul {
        display: flex;
        width:100%;
        flex-wrap:wrap;
    }

        .newstitli li {
            margin-right: 40px;
        }

.reda {
    color: red;
}

.newslist {
    padding-top: 40px;
    padding-bottom: 40px;
}

.newslistdiv {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: solid 1px #cccccc;
    display: flex;
    transition: transform 0.1s ease;
}

    .newslistdiv:hover {
        transform: translate(1px,2px);
    }

.newslist-img {
    height: 168px;
    width: 298px;
}

    .newslist-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.newslist-con {
    margin-left: 28px;
    flex-basis: calc(100% - 326px);
    flex-grow: 1;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newslist-con-tit {
    font-family: alibaba-pht-Medium65;
    font-size: 20px;
}

.newslist-con-txt {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 14px;
    margin-top: 12px;
}

.newslist-con-other {
    display: flex;
    height: 22px;
    justify-content: space-between;
}

.newslist-con-class {
}

    .newslist-con-class span {
        font-family: alibaba-pht-Medium65;
        font-size: 16px;
        width: 86px;
        height: 26px;
        line-height: 26px;
        background-color: #f6f7f7;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
    }

.newslist-con-date {
    font-size: 16px;
}

.newspage {
    margin-bottom: 110px;
    display: flex;
    justify-content: center;
}

    .newspage .pagebt {
        display: flex;
    }

        .newspage .pagebt span {
            padding-left: 13px;
            padding-right: 13px;
            height: 34px;
            line-height: 34px;
        }

        .newspage .pagebt a {
            display: block;
            padding-left: 13px;
            padding-right: 13px;
            height: 34px;
            line-height: 34px;
            border: 1px solid #9fa0a0;
            margin-left: 8px;
        }

.contact-con {
    margin-left: auto;
    margin-right: auto;
    width: 1330px;
    padding-top: 100px;
}

.cont-tit {
    font-family: alibaba-pht-Bold85;
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
}

.ctditu {
    width: 100%;
    height: 676px;
    margin-top: 40px;
    margin-bottom: 36px;
    overflow: hidden;
}

.concontent {
    margin-bottom: 170px;
}

.showmid {
    width: 1456px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 56px;
    position: relative;
}

.leftcon {
    width: 1124px;
}

.rightlist {
    width: 272px;
    position: -webkit-sticky;
    position: sticky;
    top: 380px;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    border: solid 1px #cccccc;
    height: 100%;
}

    .rightlist li {
        line-height: 28px;
        margin: 15px 0px 15px 0px;
        display: flex;
        box-sizing: border-box;
    }

        .rightlist li.listtit {
            height: 54px;
            line-height: 54px;
            border-bottom: solid 1px #cccccc;
            font-size: 20px;
            margin: 0px 0px 0px 0px;
        }

        .rightlist li a {
            width: calc(100% - 35px);
            flex-grow: 1;
            max-height: 55px;
            overflow: hidden;
        }

        .rightlist li .numc {
            margin-top: 5px;
            height: 20px;
            width: 35px;
            width: 45px\0;
            line-height: 20px;
            background-color: #cccccc;
            color: #ffffff;
            text-align: center;
            font-size: 16px;
            margin-right: 10px;
        }

        .rightlist li .n1 {
            background-color: #bb1e1e;
        }

        .rightlist li .n2 {
            background-color: #f88217;
        }

        .rightlist li .n3 {
            background-color: #ffb916;
        }

.showwz {
    padding-bottom: 26px;
    border-bottom: solid 1px #cccccc;
}

.showtit {
    margin-top: 26px;
    text-align: center;
    font-size: 28px;
    font-family: alibaba-pht-Medium65;
}

.showtips {
    margin-top: 20px;
    text-align: center;
}

.showcon {
    margin-top: 30px;
    line-height: 28px;
}

.showother {
    padding-top: 32px;
    padding-bottom: 46px;
    border-top: solid 1px #cccccc;
    margin-top: 32px;
    line-height: 28px;
}

/* 服务页 */
.protext {
}

.mgtop130 {
    margin-top: 130px;
}

.mgtop230 {
    margin-top: 230px;
}

.mgtop106 {
    margin-top: 106px;
}

.protxt1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
    flex-wrap: wrap;
}

    .protxt1 .txt1-list {
        width: 24.7%;
        background-color: #efefef;
        margin-top: 8px;
    }

        .protxt1 .txt1-list .protxt1-img {
            height: 174px;
            width: 100%;
            overflow: hidden;
        }

            .protxt1 .txt1-list .protxt1-img img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .protxt1 .txt1-list span {
            display: block;
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-size: 23px;
            font-family: alibaba-pht-Medium65;
            text-align: center;
        }

.service-typeone {
    margin-top: 20px;
    width: 100%;
    height: 254px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mgbot116 {
    margin-bottom: 116px;
}

.service-typelist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

    .service-typelist .service-typeinfo {
        margin-top: 20px;
        background-color: #ccc;
        width: 49%;
        height: 254px;
        position: relative;
    }

.service-typeone span, .service-typeinfo span {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 22px;
    font-family: alibaba-pht-Medium65;
}

.cerservice {
    background-image: url(../images/cerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 140px;
}

.mgtop100 {
    margin-top: 100px;
}

.certit {
    color: #ffffff;
}

.cerservice .cerconlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    column-gap: 30px;
    margin-top: 70px;
}

    .cerservice .cerconlist .cerlistinfo {
        height: 160px;
        width: 163px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        position: relative;
        margin-right: 30px\0;
    }

.cerlistinfo .infotit {
    width: 100%;
    font-size: 22px;
    font-family: alibaba-pht-Medium65;
    height: 68%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cerlistinfo .infobt {
    width: 100%;
    font-size: 14.6px;
    text-align: center;
    font-family: alibaba-pht-Light45;
    position: relative;
}

    .cerlistinfo .infobt::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -5px;
        width: 20px;
        height: 1px;
        margin-left: -10px;
        background-color: #737272;
    }

/* 服务器合作伙伴css */
.partner-left {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 135px;
    margin-bottom: 325px;
}

    .partner-left .bd {
        width: 100%;
    }

.partnerWrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.partner-left .bd ul {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

    .partner-left .bd ul li {
        width: 166px;
        height: 130px;
        overflow: hidden;
        float: left;
        margin-left: 50px;
        border: solid 1px #d4d4d4;
    }

        .partner-left .bd ul li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/**行业领域**/
.showservicewz {
    height: 130px;
    line-height: 130px;
    padding-top: 20px;
    width: 100%;
    font-family: fangzhenglantinZH;
    font-size: 22px;
    color: #bfc0c0;
}

    .showservicewz span {
        color: #595757;
    }

.servicecondiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 280px;
}

.service-left-list {
    width: 280px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

    .service-left-list .bigli {
        width: 100%;
    }

        .service-left-list .bigli .midul {
            display: none;
        }

        .service-left-list .bigli .bigli-tit {
            cursor: pointer;
            display: block;
            height: 80px;
            line-height: 80px;
            background-color: #bb1e1e;
            box-sizing: border-box;
            padding-left: 48px;
            padding-right: 48px;
            font-size: 27px;
            font-family: alibaba-pht-Medium65;
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
            position: relative;
        }

            .service-left-list .bigli .bigli-tit:after {
                position: absolute;
                content: "";
                top: 50%;
                right: 58px;
                transform: translateY(-50%);
                border-left: 12px solid; /* 设置三角形的大小 */
                border-top: 10px solid transparent; /* 设置三角形的大小 */
                border-bottom: 10px solid transparent; /* 设置三角形的大小 */
            }

        .service-left-list .bigli .bigactive:after {
            top: 50%;
            transform: translateY(-50%);
            border-bottom: 0px solid;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 12px solid; /* 设置三角形的大小 */
        }

        .service-left-list .bigli .midli {
            width: 100%;
        }

            .service-left-list .bigli .midli a {
                cursor: pointer;
                display: block;
                height: 70px;
                line-height: 70px;
                background-color: #efefef;
                box-sizing: border-box;
                padding-left: 48px;
                padding-right: 48px;
                font-size: 19px;
                font-family: alibaba-pht-Regular55;
                color: #3e3a39;
                border-left: 1px solid #9fa0a0;
                border-right: 1px solid #9fa0a0;
                border-bottom: 1px solid #9fa0a0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .service-left-list .bigli .midli a:hover {
                    color: #bb1e1e;
                }

            .service-left-list .bigli .midli .midli-tit {
                cursor: pointer;
                position: relative;
            }

                .service-left-list .bigli .midli .midli-tit:after {
                    position: absolute;
                    content: "";
                    top: 50%;
                    margin-left: 16px;
                    transform: translateY(-50%);
                    border-left: 8px solid; /* 设置三角形的大小 */
                    border-top: 6px solid transparent; /* 设置三角形的大小 */
                    border-bottom: 6px solid transparent; /* 设置三角形的大小 */
                }

            .service-left-list .bigli .midli .midactive:after {
                top: 50%;
                transform: translateY(-50%);
                border-bottom: 0px solid;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 8px solid; /* 设置三角形的大小 */
            }

            .service-left-list .bigli .midli .smallul {
                border-bottom: 1px solid #9fa0a0;
                padding-top: 12px;
                padding-bottom: 12px;
                border-left: 1px solid #9fa0a0;
                border-right: 1px solid #9fa0a0;
                border-bottom: 1px solid #9fa0a0;
                background-color: #efefef;
                display: none;
            }

            .service-left-list .bigli .midli .smallli {
                width: 100%;
            }

                .service-left-list .bigli .midli .smallli a.smalla {
                    height: 40px;
                    line-height: 40px;
                    font-family: alibaba-pht-Light45;
                    color: #8c8c8c;
                    border: 0px;
                }

                    .service-left-list .bigli .midli .smallli a.smalla:hover {
                        color: #bb1e1e;
                    }

.service-contactinfo {
    width: 100%;
    background-color: #bb1e1e;
    margin-top: 12px;
}

    .service-contactinfo .imgtit {
        width: 242px;
        border-bottom: 1px solid #ffffff;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .service-contactinfo .coninfo {
        margin-left: auto;
        margin-right: auto;
        width: 242px;
        padding-top: 50px;
        padding-bottom: 90px;
        color: #ffffff;
    }

        .service-contactinfo .coninfo span {
            font-size: 18px;
        }

        .service-contactinfo .coninfo p {
            margin-bottom: 6px;
        }

.service-body {
    width: 834px;
}

    .service-body a {
        color: #595757;
    }

        .service-body a:hover {
            color: #bb1e1e;
        }

    .service-body .service-tit {
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #c9c9c9;
        font-size: 27px;
        font-family: alibaba-pht-Medium65;
        color: #bb1e1e;
    }

    .service-body .service-content {
        padding-top: 16px;
        font-size: 20px;
        color: #595757;
    }

    .service-body table {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 62px;
    }

        .service-body table td {
            padding-bottom: 18px;
        }

    .service-body .service-content p {
        margin-bottom: 48px;
        line-height: 46px;
    }

    .service-body .service-content h2 {
        margin-top: 48px;
        margin-bottom: 48px;
        font-weight: bold;
    }

    .service-body .service-content li {
        margin-bottom: 48px;
    }

    .service-body .cerbigimg {
        width: 100%;
        height: 240px;
    }

        .service-body .cerbigimg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .service-body .cer-infolist {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .service-body .cer-content {
        font-size: 20px;
        line-height: 52px;
        padding-top: 6px;
        letter-spacing: 1.36px;
        letter-spacing: 0px\0;
        color: #595757;
    }

        .service-body .cer-content .fgf {
            padding-left: 14px;
            padding-right: 14px;
        }
