    /*公用样式开始*/
    
    @charset "utf-8";
    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none;
    }
    
    * {
        outline: none;
    }
    
    html,
    body {
        font-size: 12px;
        font-family: '微软雅黑';
    }
    
    body {
        font: 12px/1.5;
        /*	background-image: url(./background.png);
*/
        background-repeat: no-repeat;
        background-position: 120% 90%;
        background-attachment: fixed
    }
    
    body,
    div,
    p,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    textarea,
    select,
    canvas,
    button,
    dl,
    dd,
    dt {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: inherit;
    }
    
    header,
    hgroup,
    nav,
    section,
    article,
    aside,
    footer {
        display: block;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    fieldset,
    img {
        border: 0;
    }
    
    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
        font-style: normal;
        font-weight: normal;
    }
    
    ul,
    ol,
    li {
        list-style: none;
    }
    
    caption,
    th {
        text-align: left;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%;
        font-weight: normal;
    }
    
    abbr,
    acronym {
        border: 0;
        font-variant: normal;
    }
    
    input,
    textarea,
    select {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
    
    input,
    textarea,
    select {
        *font-size: 100%;
    }
    
    legend {
        color: #000;
    }
    
    img {
        vertical-align: top;
    }
    
    a:link,
    a:visited {
        text-decoration: none;
    }
    
    a:hover {
        color: #0144c1;
    }
    
    .box {
        width: 1367px;
        margin: 0 auto;
        position: relative;
    }
    
    .jjbhbox {
        min-height: 600px;
    }
    /*清除浮动*/
    
    .clear {
        clear: both;
    }
    /*清除浮动--推荐使用*/
    
    .clearfix:before,
    .clearfix:after {
        content: '';
        display: table;
    }
    
    .clearfix:after {
        clear: both;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    /* 公共样式结束 */
    
    .box {
        width: 100%;
        /* height: 1915px; */
        background-image: url(./bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .header-top {
        /* width:1631px; */
        margin: 0 auto;
        text-align: center;
    }
    
    .flex {
        width: 100%;
        height: 71px;
    }
    
    .top-right {
        width: 553px;
        height: 144px;
        display: inline-block;
        background: url(title2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .top-left {
        width: 511px;
        height: 145px;
        display: inline-block;
        background: url(title1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-left:20px;
    }
    
    .line {
        background: url(line.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 1163px;
        height: 60px;
        /*margin-left: 3%;*/
        margin:0 auto;
        position:relative;
        right:180px;
    }
    
    .bottom {
        background: url(title.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 918px;
        height: 129px;
        margin: 0 auto;
    }
    
    .introduction {
        width: 1206px;
        height: 265px;
        margin: 0 auto;
        background: linear-gradient(180deg, #4063F1 0%, rgba(253, 253, 255, 0) 87.97%);
        border-radius: 22px;
    }
    
    .header-title {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        line-height: 59px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .header-content {
        font-family: Microsoft YaHei;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        text-align: justify;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0 41px 41px 41px;
    }
    
    .video {
        width: 1205px;
        height: 677px;
        margin: 0 auto;
    }
video {
        width: 100%;
        height:100%;
    }
    /* 轮播1开始 */
    
    .lb {
        width: 1205px;
        height: 200px;
        margin: 0 auto;
        margin-top: 32px;
    }
    
    .lb .swiper-container {
        height: 200px;
        width: 91%;
    }
    
    .lb .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .lb .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* 轮播1结束 */
    
    .center {
        width: 100%;
        height: 200px;
        background: url(title3bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 120px;
    }
    
    .center-top {
        width: 693px;
        height: 129px;
        margin: 0 auto;
        text-align: center;
        background: url(title3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .center-bottom {
        width: 579.52px;
        height: 65px;
        margin: 0 auto;
        text-align: center;
        background: url(title4.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position:relative;
        bottom:15px;
    }
    /* 轮播2开始 */
    
    .lb2 {
        width: 1282px;
        margin: 0 auto;
        margin-top: 55px;
    }
    
    .lb2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
        width: 360px;
        border-radius: 15px;
        box-shadow:0px 6px rgb(96 140 227);
    }
    
    .lb2 img {
        width: 360px;
        height: 500px;
        margin-top: 10px;
        border-radius: 15px;
    }
    
    .lb2 .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    
    .lbimg img {
        width: 95%;
        height: 263px;
    }
    
    .text {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: justify;
        color: #000;
        padding: 10px;
    }
    
    .name,
    .reputation {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: justify;
        color: #000;
        padding: 10px;
        /*display: inline-block;*/

    }
    
    .name span {
        position: absolute;
        z-index: 2;
        color: #fff;
        display: inline-block;
        padding: 0;
        left: 10px;
        top: 280px;
    }
    
    .name {
        padding: 0;
    }
    
    .name img {
        width: 85.34px;
        height: 32.72px;
        border-radius: 0;
        position: absolute;
        z-index: 1;
        top: 272px;
        left: 0;
    }
    
    .reputation {
        text-align: center;
    }
    /* 轮播2结束 */
    
    footer {
        width: 100%;
        background-color: #1D59C2;
        background-image: url(./botlogo.png);
        background-repeat: no-repeat;
        background-position: 20px 50%;
        position: absolute;
        bottom: 0;
    }
    
    .footmain {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .footmain p {
        font-size: 12px;
        line-height: 23px;
        text-align: center;
        color: #a2b1c7;
    }
    
    .footmain p a {
        color: #a2b1c7
    }
    
    .footicon {
        width: 200px;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -35px;
    }
    
    .footinone {
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 1.8em;
        color: #a2b1c7;
    }
    
    .footinone:first-child {
        display: none;
    }
    
    .footimg {
        width: 100%;
        height: 420px;
        background: url(./footbg.png);
        position: relative;
        top: -122px;
    }


/*新增样式*/
            .introduction-2 {
                width: 1202px;
                height: 189px;
                margin: 0 auto;
                background: #FFFFFF;
                border: 3px solid #EE3939;
                box-sizing: border-box;
                border-radius: 17px;
                padding: 10px;
                margin-top: 46px;
                box-shadow: 0px 6px #c30101;
            }

            .header-title-2 {
                width: 56.4px;
                height: 115.36px;
                font-family: Microsoft Sans Serif;
                font-style: normal;
                font-weight: normal;
                font-size: 42px;
                line-height: 48px;
                text-align: end;
                text-transform: uppercase;
                color: #333333;
                display: inline-block;
                position: relative;
                bottom: 30px;
                left: 5px;
            }

            .line-2 {
                width: 5px;
                height: 140px;
                background: #D51706;
                display: inline-block;
                position: relative;
                left: 35px;
                top: 3px;
            }

            .header-content-2 {
                width: 1037px;
                height: 146px;
                font-family: Microsoft Sans Serif;
                font-style: normal;
                font-weight: normal;
                font-size: 24px;
                line-height: 40px;
                text-align: justify;
                text-transform: uppercase;
                display: inline-block;
                position: relative;
                left: 60px;
            }
.line{
z-index: 2;
}

.line2{
    background: url(./Rectangle709.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 630px;
    height: 4px;
    position: relative;
    left: 844px;
    bottom: 29px;
    z-index: 1;
}
    .xx {
        background: url(./xingxing.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 242px;
        height: 68px;
        position: relative;
        left: 999px;
        bottom: 118px;
        z-index: 1;
    }
    
    .xxx {
        background: url(./xingxing.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 87px;
        height: 28px;
        position: relative;
        left: 925px;
        bottom: 245px;
        z-index: 1;
    }
