
/* body {
    background-color: #ff0000;
} */

ul {
    list-style: none;
    padding: 0;
}

h1 {
    width: 1200px;
    line-height: 60px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-weight: 900;
}

.mtcy {
    max-width: 1200px;
    margin: auto;
}

.mt {
    margin: auto;
    margin-top: 10px;
    background: #fff;
    padding: 20px;
}

.mt li {
    width: 50%;
    float: left;
}

.mt h1 {
    font-size: 20px;
    color: #0270d1;
}

.mt p {
    line-height: 30px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.mt a {
    font-size: 18px;
    color: #111;
}

.mt span {
    color: #111;
    font-weight: bold;
    transition: all 0.5s;
}

.mt p:hover a {
    color: #0270d1;
}

.mt_more {
    font-size: 16px;
    color: #fff;
    background: dodgerblue;
    text-align: center;
    line-height: 32px;
    display: block;
}

.mt_more:hover {
    color: #fff;
}

.banner img {
    width: 100%;
}
/*header*/

.top {
    width: 100%;
    background: #fff;
}

.top2 {
    width: 100%;
    margin: 0 40px;
    background: #fff;
}

.header {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.header .logo {
    float: left;
    margin-top: 2px;
}

.header .right {
    float: right;
    line-height: 50px;
    text-align: right;
}

.header .right a {
    transition: all 0.4s;
}

.header .right a:hover {
    color: #0270d1;
}

.finance-banner-title {
    padding-top: 140px;
    font-size: 50px;
    font-weight: bolder;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 10px;
}

.finance-banner-main {
    min-height: 400px;
}

.finance-banner-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.finance-production {
    flex: 0 0 700px;
}

.finance-to-reg {
    flex: 0 0 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 158, 242, 0.2);
    position: relative;
}

.finance-to-reg p.finance-to-reg-title {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.finance-to-reg p {
    color: #00ffff;
}

.finance-to-reg p.help-more {
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    top: calc(100% + 10px);
    background-color: #fff;
    z-index: 10;
    color: #333;
    padding: 10px 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
    line-height: 25px;
}

.finance-to-reg p.help-more::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.finance-to-reg-help:hover .help-more {
    display: block;
}

.finance-to-reg-help {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
}

.finance-to-reg-help .help-what {
    width: auto;
    text-align: center;
    color: #999;
    cursor: pointer;
    transition: all .3s;
    padding: 0px 20px;
}

.finance-to-reg-help .help-what:hover {
    color: #fff
}

.finance-to-reg a {
    background-color: dodgerblue;
    color: #fff;
    padding: 5px 20px;
    transition: all .3s;
    text-decoration: none;
}

.finance-to-reg a:hover {
    background-color: royalblue
}

.finance-production-info {
    background-color: rgba(34, 158, 242, 0.2);
    padding: 20px;
    min-height: 150px;
    color: #ccc;
    font-size: 15px;
}

.finance-section {
    margin-bottom: 20px;
}

.finance-section-box {
    display: flex;
}

.finance-title {
    position: relative;
}

.finance-title a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: dodgerblue;
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

.finance-title a:hover {
    background-color: royalblue;
}

.finance-title p {
    font-size: 20px;
    padding: 20px;
    position: relative;
    font-weight: bolder;
}

.finance-title p span {
    margin-left: 10px;
    font-weight: normal;
    color: #ccc
}

.finance-title p:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 8px;
    height: 20px;
    background-color: dodgerblue
}

.main {
    width: 1200px;
    margin: auto;
}

.bg1,
.bg2 {
    display: flex;
}

.bg2 img {
    width: 700px
}

.text {
    background-color: rgba(0, 0, 0, .6)
}

.text p {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}

.nav {
    display: flex;
    background: #fff;
    margin-top: 20px;
    border-bottom: #ccc solid 2px;
}

.nav li {
    flex: 1;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.nav .current {
    background-color: #ff0000;
    color: #fff;
}

.nav li:hover {
    background-color: #ff0000;
    color: #fff;
}

.box {
    width: 100%;
    float: left;
    display: none;
    transition: all 0.5s;
}
.nav2 {
    display: flex;
    background: #fff;
    margin-top: 20px;
    border-bottom: #ccc solid 2px;
}

.nav2 li {
    flex: 1;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.nav2 .current {
    background-color: #ff0000;
    color: #fff;
}

.nav2 li:hover {
    background-color: #ff0000;
    color: #fff;
}

.box2 {
    width: 100%;
    float: left;
    display: none;
    transition: all 0.5s;
}
/* .content {
    padding: 30px 40px;
    background-color: #fff;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    border-bottom: #ccc solid 2px;
} */

.top-img {
    width: 1200px;
}

.top-img2 {
    width: 800px;
    height: 520px;
    margin: 0 140px;
}

.content-list {
    display: flex;
}

h2 {
    font-size: 24px;
    color: #2a2d6e;
    text-align: center;
}

.bl h2 {
    font-size: 24px;
    color: #2a2d6e;
    text-align: center;
}

.bl img {
    width: 800px;
    margin-top: 10px;
}

.bl1 img {
    width: 800px;
    margin-top: 10px;
}

.bl2 img {
    width: 800px;
    margin-top: 60px;
    margin: 65px 20px 0 0;
}

.br {
    height: 300px;
    margin: auto;
    padding: 0 1%;
    background: #ff0000;
}

.br p {
    width: 94%;
    margin: auto;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
}

.br strong {
    color: #fff;
}

.br span {
    color: #ff0000;
    font-weight: bold;
    background: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 2px;
}

.text {
    width: 100%;
}

.text p {
    width: 94%;
    margin: auto;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.text span {
    color: #fff;
    font-weight: bold;
    background: #ff0000;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 2px;
}

.text strong {
    color: #111;
}

.content p a {
    color: #ff0000;
    background: #fff;
    padding: 0 5px;
}
/* 自媒体 */

.media-list {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.media-list li {
    flex: 0 0 20%;
    padding: 10px 2%;
}

.ewm {
    position: relative;
}

.ewm-img {
    display: none;
    position: absolute;
}

.ewm:hover .ewm-img {
    display: block;
}
/* footer */

.finance-footer-main {
    background-color: #333;
    padding-bottom: 10px;
}

.finance-footer-main .finance-section {
    margin-bottom: 0;
    color: #fff;
}

.lxwm {
    color: #fff;
    display: flex;
}

.lxwm p {
    margin-right: 40px;
    font-size: 16px;
}

.lxwm p a,
.bq p a {
    color: #fff;
}

.main2 {
    width: 1100px;
    margin: auto;
}

.qrcode a {
    font-size: 16px;
    font-weight: 900;
    color: red;
    text-decoration: none;
}

@media(max-width:1024px) {
    .main {
        width: 100%;
    }
    h1 {
        width: 100%;
    }
    .bl img {
        width: 100%;
    }
    .bl1 img {
        width: 100%;
    }
    .bl2 img {
        width: 100%;
        margin: 0;
    }
    .mtcy {
        width: 100%;
        margin: auto;
    }
    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
        width: 100%!important;
        margin-right: 10px!important;
    }
    .swiper-slide img {
        width: 100%;
    }
    .mt {
        padding: 5px;
    }
    .mt li {
        width: 100%;
        float: none;
    }
    .mt a {
        font-size: 16px;
    }
    #certify .swiper-button-next {
        display: none;
    }
    #certify .swiper-button-prev {
        display: none;
    }
    #certify {
        width: 1100px;
    }
    .nav li {
        padding: 0 10px;
        font-size: 14px;
    }
    .nav2 li {
        padding: 0 10px;
        font-size: 14px;
    }
    .content {
        padding: 30px 20px;
    }
    .content-list {
        display: flex;
        flex-direction: column;
    }
    .br {
        width: 100%;
        padding: 0 1%;
        background: #ff0000;
    }
    .br2 {
        width: 100%;
        padding: 0 1%;
        background: #ff0000;
    }
    .top2 {
        margin: 0;
    }
    .top-img {
        width: 100%;
    }
    .top-img2 {
        width: 100%;
        height: 210px;
        margin: 0;
    }
    .qrcode {
        display: none;
    }
    /* zmt */
    .media-list {
        justify-content: space-around;
    }
    .media-list li {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .lx-img {
        width: 100%;
    }
    .video-sp {
        width: 100%;
        height: 240px;
    }
    .main2 {
        width: auto;
    }
}
