    /*公用样式开始*/
    
    @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%;
        background-image: url(./bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .header-top {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .flex {
        width: 100%;
        height: 71px;
    }
    
    .top-right {
        width: 160px;
        height: 50px;
        display: inline-block;
        background: url(title2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .top-left {
        width: 160px;
        height: 50px;
        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: 222px;
        height: 20px;
        margin: 0 auto;
        position: relative;
        right: 50px;
    }
    
    .bottom {
        background: url(title.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 60px;
        margin: 0 auto;
    }
    
    .introduction {
        width: 100%;
        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: 22px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .header-content {
        font-family: Microsoft YaHei;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 26px;
        text-align: justify;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0 41px 41px 41px;
    }
    
    .video {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    video {
        width: 100%;
        height: 100%;
    }
    /* 轮播1开始 */
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 12px!important;
        text-transform: none!important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        color: #fff;
    }
    
    .lb {
        width: 100%;
        height: 70px;
        margin: 0 auto;
        margin-top: 32px;
margin-bottom: 70px;
    }
    
    .lb .swiper-container {
        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: 72px;
        object-fit: cover;
    }
    /* 轮播1结束 */
    
    .center {
        width: 100%;
        background: url(title3bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 50px;
    }
    
    .center-top {
        width: 300px;
        height: 59px;
        margin: 0 auto;
        text-align: center;
        background: url(title3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        top: 10px;
    }
    
    .center-bottom {
        width: 300px;
        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: 100%;
        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: 3px;
        border-radius: 15px;
    }
    
    .lb2 .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    
    .lbimg img {
        width: 112px;
        height: 72px;
    }
    
    .text {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
        color: #000;
        padding: 10px;
    }
    
    .name,
    .reputation {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        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: 0px;
        top: 84px;
    }
    
    .name {
        padding: 0;
    }
    
    .name img {
        width: 40px;
        height: 15.72px;
        border-radius: 0;
        position: absolute;
        z-index: 1;
        top: 82px;
        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;
        display: none;
    }
    
    .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);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        top: -122px;
    }
    /*新增样式*/
    
    .introduction-2 {
        width: 100%;
        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: 20px;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #333333;
        margin: 0 auto;
        /* display: inline-block; */
        /* position: relative; */
        /* bottom: 30px; */
        /* left: 5px; */
    }
    
    .line-2 {
        width: 100%;
        height: 5px;
        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: 12px;
        line-height: 18px;
        text-align: justify;
        text-transform: uppercase;
        /* display: inline-block;
        position: relative;
        left: 60px; */
    }