html {
    font-family: Helvetica, 'Hiragino Sans GB', ' ', ' ', Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #D6AE7B;
    background-image: linear-gradient(80deg, #000779, #0C054A, #36024F);
}

body {
    min-width: 1200px;
}

.wrap {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    min-width: 1300px;
    max-width: 1920px;
    margin: 0 auto;
}

.wrap>.cont {
    box-sizing: border-box;
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clear {
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pc-show {
    display: block;
}

.pc-hide {
    display: none;
}

.img img {
    max-width: 100%;
    margin: 0 auto;
}

.nav {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
    height: 80px;
    padding: 0;
    background-image: linear-gradient(90deg, #020657, #23054A, #25034B);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .06);
}

.nav.on {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
}

.nav .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .cont .level-1 {
    width: 140px;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.nav .cont .level-1::after {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    transition: all .4s;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #160336;
    border-left: 8px solid transparent;
    display: none;
}

.nav .cont .level-1:hover,
.nav .cont .level-1.on {
    font-weight: bold;
    color: #160336;
    background-color: #D6AE7B;
}

.nav .cont .level-1:hover ul,
.nav .cont .level-1.on ul {
    display: block;
}

.nav .cont .level-1:hover::after,
.nav .cont .level-1.on::after {
    display: block;
}

.nav .cont .level-1 ul {
    font-weight: normal;
    line-height: 3;
    position: absolute;
    z-index: 99999;
    right: 0;
    left: 0;
    display: block;
    display: none;
    text-align: center;
    color: #160336;
    background-color: rgba(214, 174, 123, .9);
}

.nav .cont .level-1 ul li {
    border-bottom: 1px solid #D6AE7B;
}

.nav .cont .level-1 ul li:hover {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: inherit;
}

.text-center {
    text-align: center;
}

.m-0-auto {
    margin: 0 auto;
}

#banner {
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}

#banner img {
    max-width: 100%;
}

#banner .banner-text {
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 0;
    left: 0;
    width: 58%;
    margin: 0 auto;
}

.title {
    /* width: 1200px; */
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 40px;
}

.d-flex {
    display: flex;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#part1 {
    padding-bottom: 80px;
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-position: 40px 250px;
}

#part1 .title {
    width: auto;
}

#part1 .top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 76px;
    text-align: justify;
    color: #d6ae7b;
	 align-items: center;
}

#part1 .top p+p {
    margin-top: 15px;
}

#part1 .top .right {
    position: relative;
    flex-shrink: 0;
    width: 600px;
    margin-left: 60px;
}

#part1 .top .right>video {
    width: 100%;
}

#part1 .top .right .poster {
    /* position:absolute;
    top:0;
    right:0;
    left:0; */
}

#part1 .top .right .play {
    position: absolute;
    z-index: 99;
    right: 32px;
    bottom: 32px;
    width: 65px;
    height: 65px;
    cursor: pointer;
}

#part1 .top .right .play img {
    width: 100%;
}

#part1 .top .right .play .play2 {
    display: none;
}

#part1 .top .right:hover .play1 {
    display: none;
}

#part1 .top .right:hover .play2 {
    display: block;
    animation: rotate 2s infinite;
}

#part1 .bottom {
    position: relative;
}

#part1 .bottom .arrows-group {
    text-align: center;
}

#part1 .bottom .arrows-group::after {
    font-size: 18px;
    font-weight: lighter;
    line-height: 2.2;
    content: '|';
}

#part1 .bottom .swiper-button-prev,
#part1 .bottom .swiper-button-next {
    color: #D6AE7B;
}

#part1 .bottom .swiper-button-prev:after,
#part1 .bottom .swiper-button-next:after {
    font-size: 20px;
}

#part1 .bottom .swiper-button-next,
#part1 .bottom .swiper-container-rtl .swiper-button-prev {
    right: 15px;
}

#part1 .bottom .swiper-button-prev,
#part1 .bottom .swiper-container-rtl .swiper-button-next {
    left: 15px;
}

#part1 .bottom .item-left {
    display: flex;
    margin-bottom: 20px;
}

#part1 .bottom .item-left .left {
    flex-shrink: 0;
    width: 242px;
    height: 136px;
    margin-right: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #D6AE7B;
    overflow: hidden;
}

#part1 .bottom .item-left .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#part1 .bottom .item-left .right .more {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#part1 .bottom .item-left .right .more .item-right {
    font-size: 24px;
    letter-spacing: 1px;
}

#part1 .bottom .item-left .right .more i {
    font-size: 42px;
}

#part1 .bottom .item-left .con {
    color: #FFFFFF;
}

#part1 .bottom .item-left .t-1 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#part1 .bottom .arrows-group {
    position: absolute;
    top: 20px;
    right: 0;
    width: 110px;
    height: 42px;
    border: solid 1px #D6AE7B;
    border-radius: 21px;
}

#part3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/part-3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#part3 {
    font-weight: lighter;
    color: #13031B;
}

#part3 .top {
    font-size: 42px;
}

#part3 .top span {
    font-family: 'DIN';
}

#part3 .bottom {
    display: flex;
    justify-content: space-between;
}

#part3 .item .num {
    font-family: 'DIN';
    font-size: 80px;
    line-height: 1.1;
}

#part3 .item .text {
    font-size: 20px;
}

#part4 .time {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

#part4 .time img {
    padding: 5px;
    border-radius: 50%;
    background-color: #1A063F;
}

#part4 .time::after {
    position: absolute;
    z-index: -1;
    top: 44%;
    right: 0;
    left: 0;
    width: 1099px;
    height: 1px;
    margin: 0 auto;
    content: '';
    background-color: #CDA778;
}

#part4 .time .text {
    color: #FFFFFF;
}

#part5 .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#part5 .item {
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 320px;
    margin-bottom: 35px;
    padding-top: 42px;
    padding-left: 65px;
    cursor: pointer;
    background-image: url(../images/part-5-icon.png);
    background-repeat: no-repeat;
    background-position: 15px top;
    background-size: 35px auto;
}

#part5 .item::after {
    position: absolute;
    z-index: -1;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 90px;
    content: '';
    border-radius: 40px 0 40px 0;
    background-color: rgba(214, 174, 123, .15);
}

#part5 .item:hover {
    transition: all .5s;
    transform: scale(1.05);
}

#part6 .cont ul {
    display: flex;
    justify-content: space-between;
}

#part6 .cont ul li {
    position: relative;
    overflow: hidden;
    width: 591px;
    height: 332px;
}

#part6 .cont ul li video {
    width: 100%;
}

#part6 .cont ul li .poster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#part6 .cont ul li .play {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#part6 .cont ul li:hover .poster {
    transition: all 1s;
    transform: scale(1.2);
}

#ljjb {
    padding-bottom: 0;
}

#ljjb .swiper-slide {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

#ljjb .swiper-slide .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 370px;
    margin-bottom: 40px;
}

#ljjb .swiper-slide .item img {
    width: 100px;
    height: 100px;
    vertical-align: top;
}

#ljjb .swiper-slide .item .text {
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 250px;
    text-align: justify;
}

#ljjb .swiper-slide .item .text .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #D6AE7B;
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination span {
    width: 10px;
    height: 10px;
    transition: all .5s;
    opacity: .502;
    border-radius: 5px;
    background-color: #DABF60;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    transition: all .5s;
    opacity: 1;
    background-color: #DABF60;
}

#part7 ul {
    display: flex;
    justify-content: space-between;
}

#part7 li {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    width: 180px;
    text-align: center;
}

#part7 li img {
    display: block;
}

#part7 li .text {
    line-height: 1.5;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    padding-top: 5px;
    color: #FFFFFF;
    background-color: rgba(19, 3, 26, .6);
}

#part7 li:hover .text {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    cursor: pointer;
    transition: all .5s;
}

#part8 .cont {
    position: relative;
}

#part8 .cont .icon {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

#part8 .cont .prev {
    left: -60px;
}

#part8 .cont .next {
    right: -60px;
}

#part8 .swiper-slide {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#part8 .swiper-slide img {
    width: 595px;
}

.wrap .more {
    line-height: 50px;
    display: block;
    width: 233px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #D6AE7B;
    border-radius: 25px;
}

.wrap .more:hover {
    font-weight: bold;
    color: #160336;
    background-color: #D6AE7B;
}

#part9 li {
    display: flex;
    margin-bottom: 10px;
}

#part9 li .left {
    width: 130px;
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
    flex-shrink: 0;
}

#part9 li .right img {
    margin-right: 20px;
}

#part9 .zmt img {
    border-radius: 10px;
}

.footer {
    font-size: 14px;
    margin-top: 80px;
    padding-bottom: 30px;
    color: rgba(255, 255, 255, .6);
}

.footer img {
    margin-bottom: 15px;
}

.footer p+p {
    margin-bottom: 10px;
}

#ljcp {
    font-size: 18px;
}

#ljcp ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

#ljcp p {
    margin-bottom: 15px;
    color: #FFFFFF;
}

#ljcp p a {
    color: #D6AE7B;
}

#ljcp li a {
    font-weight: bold;
    display: block;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 570px;
    height: 80px;
    margin-bottom: 40px;
    padding: 20px 40px;
    border-radius: 0 20px 20px 20px;
    background-color: rgba(214, 174, 123, .25);
}

#ljcp li a::before {
    width: 30px;
    height: 36px;
    margin-right: 15px;
    content: '';
    background-image: url(../images/icon-word.png);
}

#ljcp li a::after {
    width: 25px;
    height: 23px;
    margin-left: auto;
    content: '';
    background-image: url(../images/icon-download.png);
}

#ljcp li a:hover {
    color: #160336;
    border-radius: 0 20px 20px 20px;
    background-color: #D6AE7B;
}

#ljcp li a:hover::after {
    background-image: url(../images/icon-download2.png);
}

#ljjb .help-text {
    display: none;
}

#m_nav {
    position: fixed;
    z-index: 333;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    height: 45px;
    background-color: #13042E;
    box-shadow: 0 0 20px 0 rgba(3, 53, 121, .14);
}

.suspend {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 460px;
    height: 65px;
    background: linear-gradient(0deg, #3A98F8 0%, #3A50F8 100%);
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.live-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.live-sign {
    width: 52px;
    height: 52px;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.live-sign p {
    color: #FFFFFF;
    font-size: 12px;
}

.live-sign img {
    width: 19px;
    margin-top: 4px;
}

.suspend-m {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1;
}

@media (max-width:750px) {
    .suspend {
        display: none;
    }
    .suspend-m {
        display: flex;
    }
    #m_nav {
        display: block;
        padding-bottom: 0;
    }
    #m_nav .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 45px;
        padding: 0 10px;
        background-color: #13042E;
    }
    #m_nav .m-nav-items {
        font-size: 14px;
        line-height: 2.5;
        position: absolute;
        z-index: 9999;
        right: 0;
        display: none;
        padding: 0 22px;
        color: #333333;
        background-color: #CDA778;
        box-shadow: 0 32px 49px 0 #1C0645;
    }
    #m_nav .m-nav-items .level-1 ul {
        border-top: 1px solid #333333;
    }
    #m_nav li.on {
        font-weight: bold;
        color: #13042E;
    }
    .pc-show {
        display: none;
    }
    .pc-hide {
        display: block;
    }
    body {
        font-size: 12px;
        min-width: 100%;
    }
    .wrap {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #banner .banner-text {
        width: 90%;
        top: 23%;
    }
    .nav {
        display: none;
    }
    .wrap>.cont {
        width: 100%;
        padding: 0 15px;
    }
    .title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #part1 .top .title img {
        width: 120px;
    }
    #ljcp .title img {
        width: 140px;
    }
    #part1 .bottom .title img {
        width: 83px;
    }
    #part4 .title img {
        width: 88px;
    }
    #part5 .title img {
        width: 117px;
    }
    #part7 .title img {
        width: 182px;
    }
    #part8 .title img {
        width: 107px;
    }
    #part9 .title img {
        width: 84px;
    }
    #ljjb .title,
    #part4 .title,
    #part5 .title,
    #part7 .title,
    #part8 .title,
    #part9 .title {
        padding: 0 15px;
    }
    #ljjb .title img {
        width: 138px;
    }
    #part1 .top {
        display: block;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    #part1 .top .right {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    #part1 .bottom {
        position: relative;
        padding: 0 15px;
    }
    #part1 .bottom .arrows-group {
        top: 6px;
        right: 15px;
        width: 80px;
        height: 30px;
    }
    #part1 .bottom .arrows-group::after {
        font-size: 18px;
        font-weight: lighter;
        line-height: 1.5;
        content: '|';
    }
    #part1 .bottom .swiper-button-prev:after,
    #part1 .bottom .swiper-button-next:after {
        font-size: 18px;
    }
    #part1 .bottom .swiper-button-next,
    #part1 .bottom .swiper-container-rtl .swiper-button-prev {
        right: 8px;
    }
    #part1 .bottom .swiper-button-prev,
    #part1 .bottom .swiper-container-rtl .swiper-button-next {
        left: 8px;
    }
    #part1 .bottom .item-left {
        display: block;
    }
    #part1 .bottom .item-left .left {
        width: 100%;
        margin-right: 0;
    }
    #part1 .bottom .item-left .right {
        display: block;
        text-align: justify;
    }
    #part1 .bottom .item-left .right .more i {
        font-size: 28px;
    }
    #part1 .bottom .item-left .t-1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #part4 .time {
        display: block;
    }
    #part4 .time .item {
        display: flex;
    }
    #part4 .time .item .date {
        width: 65px;
        margin-bottom: 10px;
        text-align: right;
    }
    #part4 .time .item .icon {
        margin: 0 10px;
        padding: 2px;
    }
    #part4 .time::after {
        z-index: -1;
        top: 20px;
        right: auto;
        bottom: 20px;
        left: 104px;
        width: 1px;
        height: auto;
        margin: 0 auto;
    }
    #part5 .cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #part5 .item {
        font-size: 10px;
        position: relative;
        width: 48%;
        height: auto;
        min-height: 80px;
        padding-top: 25px;
        padding-left: 40px;
        cursor: pointer;
        background-position: 10px top;
        background-size: 22px auto;
    }
    #part5 .item::after {
        position: absolute;
        z-index: -1;
        top: 20px;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        border-radius: 20px 0 20px 0;
        background-color: rgba(214, 174, 123, .15);
    }
    #part5 .item:hover {
        transition: all .5s;
        transform: scale(1.05);
    }
    #part7 ul {
        flex-wrap: wrap;
    }
    #part7 li {
        font-size: 12px;
        width: 32%;
        margin-bottom: 10px;
    }
    #part7 li img {
        display: block;
        width: 100%;
    }
    #part7 li .text {
        line-height: 1.5;
        position: absolute;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #FFFFFF;
        background-color: rgba(19, 3, 26, .6);
    }
    #part7 li:hover .text {
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        cursor: pointer;
        transition: all .5s;
    }
    #part3 {
        padding-top: 31px;
        padding-bottom: 20px;
    }
    #part3 .top {
        font-size: 20px;
        min-height: auto;
        margin-bottom: 40px;
    }
    #part3 .top span {
        font-family: 'DIN';
    }
    #part3 .bottom {
        flex-wrap: wrap;
    }
    #part3 .item {
        width: 50%;
        margin-bottom: 20px;
    }
    #part3 .item img {
        width: 50px;
    }
    #part3 .item .num {
        font-size: 40px;
    }
    #part3 .item .text {
        font-size: 14px;
    }
    #part8 .swiper-container {
        padding-bottom: 40px;
    }
    #part8 .swiper-slide {
        display: block;
        justify-content: space-between;
    }
    #part8 .swiper-slide img {
        max-width: 100%;
        margin: 0 auto;
    }
    #part8 .more {
        line-height: 40px;
        width: 150px;
        height: 40px;
        margin-top: 40px;
    }
    #part8 .more:hover {
        font-weight: bold;
        color: #160336;
        background-color: #D6AE7B;
    }
    .footer {
        font-size: 10px;
        margin-top: 40px;
        padding: 0 15px;
        padding-bottom: 30px;
    }
    .footer p:last-child {
        letter-spacing: 1px;
    }
    #ljjb .help-text {
        font-weight: lighter;
        font-style: normal;
        display: inline-block;
        margin-left: 30px;
        color: #FFFFFF;
    }
    #ljjb .swiper-slide .item {
        flex-shrink: 0;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 20px;
    }
    #ljjb .swiper-slide .item img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    #ljjb .swiper-slide .item .text {
        width: 100%;
        text-align: justify;
    }
    #ljjb .swiper-slide .item .text .name {
        font-size: 12px;
    }
    #ljjb .swiper-slide {
        font-size: 8px;
    }
    #ljcp {
        font-size: 12px;
    }
    #ljcp .title {
        padding: 0 15px;
    }
    #ljcp li {
        width: 100%;
    }
    #ljcp li a {
        display: block;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        width: auto;
        height: 50px;
        margin-bottom: 20px;
        padding: 10px 20px;
        border-radius: 0 10px 10px 10px;
        background-color: rgba(214, 174, 123, .25);
    }
    #part9 li {
        display: flex;
    }
    #part9 li .left {
        width: 78px;
        font-size: 13px;
        margin-right: 0px;
    }
    #part9 li .right img {
        margin: 5px 10px;
        max-height: 20px;
    }
}

.modileMenu {
    position: relative;
    display: block;
    width: 26px;
    height: 20px;
}

.modileMenu div {
    position: absolute;
    width: 100%;
    height: 4px;
    transition: all .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #CDA778;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.modileMenu .line1 {
    top: 0;
    right: 0;
    width: 50%;
    transition: all .5s;
}

.modileMenu .line2 {
    top: 8px;
    right: 0;
    width: 70%;
    transition: all .5s;
    opacity: 1;
}

.modileMenu .line3 {
    top: 16px;
    left: 0;
    transition: all .5s;
}

.modileMenu.on .line1 {
    top: 9px;
    width: 100%;
    transition: all .5s;
    transform: rotate(45deg);
}

.modileMenu.on .line2 {
    transition: all .5s;
    opacity: 0;
}

.modileMenu.on .line3 {
    top: 9px;
    transition: all .5s;
    transform: rotate(-45deg);
}


/*# sourceMappingURL=./index.css.map */