﻿.app-container {
    width: 1920px;
    height: auto;
    transform-origin: left top;
}

.act-page.blur {
    filter: blur(15px);
}

.act-page {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #930a0c;
    overflow: hidden;
}

.act-page.blur,
.act-footer.blur {
    filter: blur(15px);
}

.act-page.type1 {
    height: 910px;
    overflow: hidden;
    background-image: url("../images/new/bgbanner.png");
}

.act-page.type1 .logo {
    display: block;
    width: 220px;
    margin: 20px auto 0 auto;
}

.act-page.type1 .textimg {
    display: block;
    height: 90px;
    margin: 80px auto 0 auto;
}

.act-page.type2 {
    height: 1100px;
    background-image: url("../images/active/bg2.jpg");
}

.act-page.type3 {
    height: 617px;
    background-image: url("../images/active/bg3.jpg");
}

.act-page.type4 {
    height: 1175px;
    background-image: url("../images/active/bg4.jpg");
    padding-top: 30px;
    box-sizing: border-box;
}

.act-page.type5 {
    background-color: #1b1b8d;
    padding: 25px 0;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    background-image: url("../images/active/bg4.jpg");
}

.act-page.type5 .text1 {
    font-size: 22px;
    color: #ffff8d;
    text-align: center;
    padding: 20px 0 10px 0;
}

.act-page.type5 .text2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0px 0 10px 0;
    max-width: 1210px;
    margin: 0 auto;
}

.act-page.type6 {
    min-height: 1200px;
    padding-bottom: 60px;
    background-image: url("../images/new/bgcontent.jpg");
}

.imgfull {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.back-btn {
    position: absolute;
    right: 70px;
    top: 70px;
    /* display: inline-block; */
    /*display: none;*/
    width: 180px;
    height: 60px;
    /*background-image: linear-gradient(
            0deg,
            rgba(246, 107, 247, 0.8) 2%,
            rgba(198, 101, 237, 0.8) 100%
    );*/
    background-image: url('../images/new/back.png');
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 100;
}

.act-container {
    position: relative;
    margin: 0 auto;
    width: 1335px;
    overflow: hidden;
}

.act-container::after {
    content: "";
    display: table;
    clear: both;
}

.act-head {
    overflow: hidden;
    padding-top: 18px;
}

.act-title {
    display: block;
    margin: 45px auto 115px auto;
}

.act-btn {
    position: absolute;
    left: 50%;
    bottom: 20%;
    display: block;
    width: 260px;
    height: 80px;
    line-height: 80px;
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin: 0 auto 0 -130px;
    background-color: rgba(244, 107, 246, 0.8);
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 6px;
}

.act-btn:hover {
    color: #fff;
    background-color: rgba(244, 107, 246, 1);
}

.act-tit {
    position: relative;
    width: 267px;
    height: 80px;
    margin: 80px auto 55px auto;
}

.act-tit.type2 {
    position: relative;
    width: 388px;
    height: 80px;
    margin: 80px auto 55px auto;
}

.bg-text1 {
    position: relative;
    width: 1330px;
    height: 208px;
    background: url("../images/active/textbg.png") no-repeat center;
    font-size: 26px;
    color: #fff;
    box-sizing: border-box;
    padding: 31px 76px;
    line-height: 1.7;
}

.act-list {
    position: relative;
    text-align: center;
    margin-top: 115px;
}

.act-list .rowa {
    display: inline-block;
    width: 230px;
    vertical-align: text-top;
    margin: 0 25px;
    cursor: pointer;
}

.act-list .rowa .imgbox {
    position: relative;
    top: 0px;
    display: table;
    width: 230px;
    height: 230px;
    align-items: center;
    justify-content: center;
    background-size: cover;
    transition: all 0.15s;
}

.act-list .rowa .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
}

.act-list .rowa .imgbox img.animation1 {
    animation: rotate-tag 20s infinite;
}

.act-list .rowa .imgbox img.animation2 {
    animation: rotate-tag 12s infinite;
}

.act-list .rowa .imgbox img.animation3 {
    animation: rotate-tag 9s linear infinite;
}

.act-list .rowa .imgbox img.animation4 {
    animation: rotate-tag 19s infinite;
}

.act-list .rowa .imgbox img.animation5 {
    animation: rotate-tag 30s infinite;
}

@keyframes rotate-tag {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.act-list .rowa .imgbox span {
    font-size: 18px;
    color: #01eeff;
    line-height: 1.4;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.act-list .rowa:hover .imgbox {
    top: -5px;
}

.act-list .rowa i {
    color: #0fedf5;
    font-size: 80px;
}

.act-nav {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
    padding-right: 20px;
    transform-origin: left top;
    display: none;
}

.act-nav.active {
    position: fixed;
    top: 0;
}

.act-nav-child {
    position: relative;
    display: block;
    padding-left: 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin: 20px 0;
    cursor: pointer;
    transition: all 0.3s;
}

.act-nav-child span {
    display: block;
    height: 70px;
    font-size: 28px;
    line-height: 68px;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: all 0.15s;
}

.act-nav-child.active {
    border-bottom-color: #1924c6;
}

.act-nav-child:hover {
    border-bottom-color: #3d3f63;
}

.act-nav-child:hover span {
    color: #fff;
    font-size: 32px;
    border-bottom-color: #fff;
}

.act-code {
    position: absolute;
    right: 0px;
    top: 105px;
    z-index: 1;
    transform-origin: right top;
}

.act-code.active {
    position: fixed;
}

.act-code img {
    display: block;
}

.text-type1 {
    font-size: 24px;
    color: #fff;
    line-height: 1.7;
}

.box-list {
    position: relative;
    text-align: center;
    margin: 40px -11px 0 -11px;
}

.box-list-row {
    display: inline-block;
    width: 426px;
    height: 349px;
    margin: 0 11px;
    vertical-align: text-top;
}

.box-list-row:nth-of-type(1) {
    background: url("../images/active/textbox1.png") no-repeat center;
    background-size: cover;
}

.box-list-row:nth-of-type(2) {
    background: url("../images/active/textbox2.png") no-repeat center;
    background-size: cover;
}

.box-list-row:nth-of-type(3) {
    background: url("../images/active/textbox3.png") no-repeat center;
    background-size: cover;
}

.box-list-row .tit1 {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0px 2px 4.75px rgba(0, 0, 0, 0.3);
}

.box-list-row .text1 {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    line-height: 1.6;
    text-align: left;
    margin: 0 25px;
}

.box-list-row .text1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/active/ok1.png") no-repeat center;
}

.box-list-row:nth-of-type(1) .text1 {
    margin-bottom: 20px;
}

.box-list-row:nth-of-type(2) .text1 {
    margin-bottom: 45px;
}

.box-list-row:nth-of-type(3) .text1 {
    margin-bottom: 30px;
}

.box-list-row:nth-of-type(1) .text1:before {
    background: url("../images/active/ok1.png") no-repeat center;
    background-size: cover;
}

.box-list-row:nth-of-type(2) .text1:before {
    background: url("../images/active/ok2.png") no-repeat center;
    background-size: cover;
}

.box-list-row:nth-of-type(3) .text1:before {
    background: url("../images/active/ok3.png") no-repeat center;
    background-size: cover;
}

.act-lc {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.act-lc::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 86px;
    display: block;
    height: 1px;
    border-bottom: 1px dashed #2cccc1;
}

.act-lc-row {
    display: inline-block;
    margin: 0 30px;
    vertical-align: text-top;
}

.act-lc-row .text1 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.act-lc-row .text2 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    padding: 10px 0 25px 0;
}

.act-lc-row > i {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/active/dian1.png") no-repeat center;
    margin-bottom: 20px;
}

.act-lc-row .box {
    width: 264px;
    height: 123px;
    background: url("../images/active/textbg1.png") no-repeat center;
}

.act-lc-row.active .box {
    background: url("../images/active/textbg2.png") no-repeat center;
}

.act-lc-row .box .time {
    font-size: 20px;
    color: #fff;
    padding: 40px 0 20px 0;
    line-height: 1;
}

.act-lc-row .box .datey {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
}

.act-news {
    position: relative;
    margin: 0 auto;
    width: 1380px;
}

.act-news-row {
    position: relative;
    display: inline-block;
    width: 314px;
    height: 237px;
    vertical-align: text-top;
    margin: 15px 10px;
    cursor: pointer;
}

.act-news-row img {
    display: block;
    width: 314px;
    height: 177px;
}

.act-news-row .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 60px;
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    background-color: #1687cf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.15s;
}

.act-news-row:hover .title {
    height: auto;
    overflow: initial;
    text-overflow: normal;
    white-space: normal;
}

.award-list {
    position: relative;
    padding-top: 20px;
    margin: 0 -10px;
}

.award-list-row {
    position: relative;
    display: inline-block;
    width: 421px;
    height: 201px;
    margin: 10px;
    border-radius: 6px;
    cursor: pointer;
    vertical-align: text-top;
    transition: all 0.3s;
}

.award-list-row:nth-of-type(1) {
    background: url("../images/active/boxbg1.png") no-repeat center;
    background-size: cover;
}

.award-list-row:nth-of-type(2) {
    background: url("../images/active/boxbg2.png") no-repeat center;
    background-size: cover;
}

.award-list-row:nth-of-type(3) {
    background: url("../images/active/boxbg3.png") no-repeat center;
    background-size: cover;
}

.award-list-row:nth-of-type(4) {
    background: url("../images/active/boxbg4.png") no-repeat center;
    background-size: cover;
}

.award-list-row:nth-of-type(5) {
    background: url("../images/active/boxbg5.png") no-repeat center;
    background-size: cover;
}

.award-list-row:nth-of-type(6) {
    background: url("../images/active/boxbg6.png") no-repeat center;
    background-size: cover;
}

.award-list-row .box1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    opacity: 1;
    transition: all 0.3s;
}

.award-list-row .box1 .imgbox {
    display: block;
    margin: 40px auto 25px auto;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.award-list-row .box1 span {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.award-list-row:hover .box1 {
    opacity: 0;
}

.award-list-row:hover .box2 {
    opacity: 1;
}

.award-list-row .box2 {
    position: relative;
    opacity: 0;
    transition: all 0.3s;
    padding: 15px 20px;
}

.award-list-row .box2 .text1 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 10px 0 15px 0;
}

.award-list-row .box2 .scrl {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 120px;
}

.award-list-row .box2 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    padding-bottom: 5px;
}

/*---滚动条默认显示样式--*/
.scrl {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrl::-webkit-scrollbar-thumb {
    background-color: #bdb3aa;
    border-radius: 2px;
}

/*---滚动条大小--*/
.scrl::-webkit-scrollbar {
    width: 4px;
}

/*---滚动框背景样式--*/
.scrl::-webkit-scrollbar-track-piece {
    background-color: #56412b;
    width: 2px !important;
}

.waitimg {
    display: block;
    margin: 0 auto;
}

.friendly-tit {
    padding: 30px 0 10px 0;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.friendly-list {
    position: relative;
    margin: 0 -10px;
}

.friendly-list span {
    display: inline-block;
    width: 314px;
    box-sizing: border-box;
    padding: 15px 20px;
    background-color: rgba(29, 52, 248, 0.8);
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin: 10px;
    line-height: 1.7;
    border-radius: 6px;
}

.friendly-list span.type2 {
    color: rgba(255, 255, 255, 0.4);
}

.abouts-list {
    position: relative;
    text-align: center;
    margin: 30px -10px 0 -10px;
}

.abouts-list-row {
    position: relative;
    display: inline-block;
    border-radius: 6px;
    background-color: rgba(29, 52, 248, 0.8);
    width: 427px;
    height: 211px;
    text-align: center;
    margin: 0 10px;
    vertical-align: text-top;
    padding: 25px;
    box-sizing: border-box;
}

.abouts-list-row .tit1 {
    font-size: 24px;
    color: #fff;
    padding: 10px 0 40px 0;
}

.abouts-list-row .tit2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.abouts-list-row .text1 {
    text-align: left;
    font-size: 15px;
    color: #fff;
    padding-bottom: 20px;
}

.abouts-list-row i {
    text-align: left;
    font-size: 14px;
    color: #eddb12;
    margin-right: 5px;
}

.act-footer {
    position: relative;
    height: 41px;
    line-height: 41px;
    color: #000;
    background-color: rgb(116, 10, 12);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

/*20201202*/
.act-news-scoll {
    position: relative;
    margin: 0 auto;
}

.act-news-scoll .prev,
.act-news-scoll .next {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    color: #1687cf;
    border-radius: 50%;
    cursor: pointer;
}

.act-news-scoll .next {
    left: auto;
    right: -30px;
}

.act-news-scoll .prev:hover,
.act-news-scoll .next:hover {
    background-color: #1687cf;
    color: #fff;
}

.act-news-scoll .prev .icon,
.act-news-scoll .next .icon {
    font-size: 22px;
}

.act-news-scoll .bd {
    overflow: hidden;
    width: 1316px;
    margin: 0 auto;
}

.act-news-scoll ul li {
    width: 314px;
    margin-right: 20px;
    overflow: hidden;
}

.act-news-scoll .act-news-row {
    width: 314px;
    height: 237px;
}

.act-container.visible {
    overflow: visible;
}

.act-container.visible .act-tit {
    margin-top: 0;
    padding-top: 80px;
}

/* 12.22 */

.shadow {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.layer_notice {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    border: 1px solid #fb967b;
    padding: 30px;
    background-color: #95080a;
    z-index: 4;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    cursor: pointer;
}

.layer_notice .tit {
    font-size: 22px;
    color: #ffe400;
    padding-bottom: 25px;
}

.layer_notice .tit::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 18px;
    background: url("../images/new/titbg.png") no-repeat center;
    margin-right: 8px;
}

.layer_notice .text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.layer_notice .text > span {
    display: inline-block;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.layer_notice .text > div {
    padding-top: 5px;
}

.layer_notice .text2 {
    margin-bottom: 20px;
}

.layer_notice .text2 span {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.layer_notice .text2 em {
    display: inline-block;
    font-size: 20px;
    color: #fff4b7;
}

    .layer_notice .text2 .type2 {
        display: inline-block;
        margin-right: 50px;
        color: #fff4b7;
    }

.layer_notice .text2 i {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.layer_notice .list {
    position: relative;
    overflow: hidden;
}

.layer_notice .list .row {
    float: left;
    width: 33.33%;
    text-align: center;
}

.layer_notice .list .row img {
    display: block;
    margin: 0 auto;
}

.layer_notice .list .row span {
    display: block;
    color: #fff;
    font-size: 22px;
    margin: 10px auto;
}

.select-content {
    position: relative;
    width: 1420px;
    margin: 0 auto;
    overflow: hidden;
}

.select-content .money {
    float: left;
    display: block;
    border-radius: 6px;
    background-color: rgba(224, 170, 97, 0.302);
    border: 1px solid rgb(224, 170, 97);
    box-sizing: border-box;
    margin-right: 30px;
    height: 61px;
    padding: 10px 30px 0;
}

.select-content .money span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.select-content .money input {
    display: inline-block;
    color: #fff;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    font-size: 18px;
    width: 90px;
    height: 40px;
    padding: 0 10px;
}

.select-content .money em {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
}

.select-content .money i {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.myselect {
    float: left;
    display: block;
    border-radius: 6px;
    background-color: rgba(194, 30, 3, 0.3);
    border: 1px solid rgb(224, 170, 97);
    width: 327px;
    height: 61px;
    margin-right: 30px;
    padding: 10px 30px 0 30px;
    box-sizing: border-box;
}

.myselect select {
    width: 267px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    border: 0;
    background: transparent;
}

    .myselect select option {
        background-color: rgba(194, 30, 3, 0.8);
    }
        .myselect select option:hover, .myselect select option:focus {
            background: rgba(194, 30, 3, 1) !important;
        }

.select-content .find {
    float: left;
    width: 460px;
    height: 61px;
    border-radius: 6px;
    background-color: rgba(224, 170, 97, 0.302);
    border: 1px solid rgb(224, 170, 97);
    padding: 0 30px;
}

.select-content .find input {
    font-size: 18px;
    color: #fff;
    border: 0;
    background: none;
    font-size: 18px;
    width: 435px;
    height: 61px;
}

.select-content .find i {
    display: inline-block;
}

/*修改提示文字的颜色*/

.select-content .find input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.select-content .find input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.select-content .find input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.select-content .find input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.select-content .find i {
    cursor: pointer;
}

textarea,
input,
select:focus {
    outline: 0;
}

.listtype1 {
    position: relative;
    width: 1450px;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

.listtype1 li {
    float: left;
    width: 343px;
    height: 452px;
    background: url("../images/new/listimg.png") no-repeat center;
    margin: 15px 8px;
    padding: 50px 45px 0 45px;
    box-sizing: border-box;
}

.listtype1 li img {
    display: block;
    width: 97px;
    height: 97px;
    border-radius: 97px;
    margin: 0 auto;
}

.listtype1 li .tit {
    display: block;
    font-size: 21px;
    color: #460d0f;
    text-align: center;
    margin: 20px 0;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listtype1 li .data > div {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid rgba(70, 13, 15, 0.2);
}

.listtype1 li .data > div:last-child {
    border: 0;
}

.listtype1 li .data > div .text1 {
    display: block;
    font-size: 20px;
    color: #7f44b2;
}

.listtype1 li .data > div .text2 {
    display: block;
    font-size: 14px;
    color: rgba(70, 13, 15, 0.6);
}


.listtype1 li .data > div .text3 {
    display: block;
    font-size: 20px;
    color: #bb1e01;
}

.listtype1 li .data > div .text3 em {
    font-size: 14px;
    color: rgba(70, 13, 15, 0.6);
}

.listtype1 li .btn {
    display: block;
    margin: 40px auto 0 auto;
    border: 1px solid rgb(144, 7, 10);
    border-radius: 6px;
    background-color: rgba(144, 7, 10, 0.2);
    width: 144px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #90070a;
    cursor: pointer;
}

.paging {
    position: relative;
    text-align: center;
}

.paging span {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-family: Simsun;
    border: 1px solid rgb(224, 170, 97);
    border-radius: 4px;
    background-color: rgba(224, 170, 97, 0.102);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 0 7px;
}


.paging span:hover {
    color: #fff;
    background-color: rgb(224, 170, 97);
}


.layui-layer.yourclass {
    background-color: transparent;
}
