html {
    font-size: 16px;
}

body {
    background: linear-gradient(-90deg, #24201E, #110F0F, #24201E);
}

.w1200 {
    max-width: 1230px;
}

.top .kuang {
    width: 100%;
    padding-bottom: 45%;
    margin: 0px auto;
    background-image: url('https://cdn.xt12366.com/image/box/img/kuang.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.top .kuang .title.svg {
    width: 37%;
    padding-bottom: 8%;
    background-image: url('../img/title01.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/* .top .kuang .title.svg {
    width: 42%;
    height: 100px;
    background-image: url('https://cdn.xt12366.com/image/box/img/title01.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */

.top .kuang .hezi {
    width: 30%;
    padding-bottom: 20%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}

.top .kuang .hezi .hezi-sub {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-bottom: 66%;
    background-size: contain;
}

.top .kuang .hezi .hezi-sub.hezi-1 {
    background-image: url('https://cdn.xt12366.com/image/box/img/hezi/box_background.png');
}

.top .kuang .hezi .hezi-sub.hezi-3 {
    background-image: url('https://cdn.xt12366.com/image/box/img/hezi/box_upper.png');
}

.top .kuang .hezi .card {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.top .kuang .hezi .card-zixun {
    top: 14%;
    left: 20%;
    width: 20%;
    padding-bottom: 31.25%;
    background-image: url('https://cdn.xt12366.com/image/box/img/hezi/card04_service.png');
    transition: all 0.4s ease 0.1s;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
}

.top:hover .kuang .hezi .card-zixun {
    top: 11%;
}

.top .kuang .hezi .card-peixun {
    top: 0%;
    left: 32%;
    width: 20%;
    padding-bottom: 31.25%;
    background-image: url('https://cdn.xt12366.com/image/box/img/hezi/card05_train.png');
    transition: all 0.5s linear 0.3s;
    -webkit-transition: all 0.5s linear 0.3s;
    -moz-transition: all 0.5s linear 0.3s;
    -ms-transition: all 0.5s linear 0.3s;
    -o-transition: all 0.5s linear 0.3s;
}

.top:hover .kuang .hezi .card-peixun {
    top: -3%;
}

.top .kuang .hezi .card-book {
    top: 5%;
    right: 24%;
    width: 22%;
    padding-bottom: 33.33%;
    background-image: url('https://cdn.xt12366.com/image/box/img/hezi/card03_book.png');
    transition: all 0.6s ease-out 0.1s;
    -webkit-transition: all 0.6s ease-out 0.1s;
    -moz-transition: all 0.6s ease-out 0.1s;
    -ms-transition: all 0.6s ease-out 0.1s;
    -o-transition: all 0.6s ease-out 0.1s;
}

.top:hover .kuang .hezi .card-book {
    top: 0%;
}

.top .kuang .hezi .card-software {
    top: 14%;
    right: 39%;
    width: 19%;
    padding-bottom: 32.2%;
    background-image: url('https://cdn.xt12366.com/image/box/img/hezi/card02_software.png');
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.top:hover .kuang .hezi .card-software {
    top: 12%;
}

.top .kuang .hezi .card-vip {
    transition: all 0.3s linear;
    top: 29%;
    right: 42%;
    width: 19%;
    padding-bottom: 32.2%;
    background-image: url('https://cdn.xt12366.com/image/box/img/hezi/card01_vip.png');
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.top:hover .kuang .hezi .card-vip {
    top: 26%;
}

.top .kuang .shuoming {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 35%;
    overflow: hidden;
}

.top .kuang .shuoming .msg-img {
    width: 20%;
    /* height: 48px; */
    padding-bottom: 3%;
    background-image: url('https://cdn.xt12366.com/image/box/img/title03_small.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.banner-1 .title {
    padding: 2.5rem;
    border: 3px solid #CEAF95;
    position: relative;
}

.banner-1 .title:after, .banner-1 .title:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner-1 .title:after {
    border-width: 14px;
    border-top-color: #110F0F;
    top: 99%;
}

.banner-1 .title:before {
    border-width: 17px;
    border-top-color: #CEAF95;
    top: 100%;
}

.banner-1 .title p {
    font-size: 1.875rem;
    color: #CEAF95;
    font-weight: 500;
}

.banner-1 .title2, .banner-1 .title3 {
    color: #CEAF95;
    font-size: 1.5rem;
}

.banner-2 {
    width: 100%;
    background: linear-gradient(90deg, #D6A071, #F0D8C2, #F0D8C2, #DCA678);
}

.banner-2 .title {
    font-size: 2rem;
    color: #421E00;
}

.banner-2 .items {
    margin: 0px auto;
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.banner-2 .items .item {
    width: 33.33%;
    height: 140px;
    font-size: 1.25rem;
    color: #421E00;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 60px;
    position: relative;
}

.banner-2 .items .item.border::after {
    content: '';
    width: 2px;
    height: 60px;
    background: #DDBD9E;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-2 .items .item:nth-child(1) {
    background-image: url('https://cdn.xt12366.com/image/box/img/wenti/01zlhfd.png');
}

.banner-2 .items .item:nth-child(2) {
    background-image: url('https://cdn.xt12366.com/image/box/img/wenti/02hsxld.png');
}

.banner-2 .items .item:nth-child(3) {
    background-image: url('https://cdn.xt12366.com/image/box/img/wenti/03qsndd.png');
}

.banner-2 .items .item:nth-child(4) {
    background-image: url('https://cdn.xt12366.com/image/box/img/wenti/04tbgkn.png');
}

.banner-2 .items .item:nth-child(5) {
    background-image: url('https://cdn.xt12366.com/image/box/img/wenti/05qsfxd.png');
}

.banner-2 .items .item:nth-child(6) {
    background-image: url('https://cdn.xt12366.com/image/box/img/wenti/06jgcyd.png');
}

.banner-3 .p1 {
    font-size: 1.875rem;
    color: #CEAF95;
}

.banner-3 .dabaojian {
    width: 97%;
    padding-bottom: 54.5%;
    position: relative;
    background-image: url('https://cdn.xt12366.com/image/xtshsw/2021/zyfw/szzx/lirenbg.png');
    background-size: 100%;
}

.banner-3 .dabaojian .item {
    width: 300px;
    height: 80px;
    position: absolute;
}

.banner-3 .dabaojian .item ._inner {
    display: block;
}

.banner-3 .dabaojian .item.item_1 {
    top: 1%;
    left: calc(480/1161*100%);
}

.banner-3 .dabaojian .item.item_2 {
    top: calc(182/653*100%);
    left: calc(260/1161*100%);
}

.banner-3 .dabaojian .item.item_3 {
    top: calc(400/653*100%);
    left: calc(130/1161*100%);
}

.banner-3 .dabaojian .item.item_4 {
    top: calc(182/653*100%);
    right: calc(-10/1161*100%);
    /* right: -10px; */
}

.banner-3 .dabaojian .item.item_5 {
    top: calc(420/653*100%);
    /* right: 90px; */
    right: calc(90/1161*100%);
}

.banner-3 .dabaojian .item .inner_1[data-v-23976576] {
    -webkit-animation: moveOne-data-v-23976576 10s infinite;
    animation: moveOne-data-v-23976576 10s infinite;
}

.banner-3 .dabaojian .item .inner_3[data-v-23976576] {
    -webkit-animation: moveOne-data-v-23976576 12s infinite;
    animation: moveOne-data-v-23976576 12s infinite;
}

.banner-3 .dabaojian .item .inner_2[data-v-23976576] {
    -webkit-animation: moveThree-data-v-23976576 10s infinite;
    animation: moveThree-data-v-23976576 10s infinite;
}

.banner-3 .dabaojian .item .inner_4[data-v-23976576] {
    -webkit-animation: moveTwo-data-v-23976576 10s infinite;
    animation: moveTwo-data-v-23976576 10s infinite;
}

.banner-3 .dabaojian .item .inner_5[data-v-23976576] {
    -webkit-animation: moveFour-data-v-23976576 12s infinite;
    animation: moveFour-data-v-23976576 12s infinite;
}

@-webkit-keyframes moveOne-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 16px;
        margin-top: 0
    }
    25% {
        margin-left: 10px;
        margin-top: 0
    }
    35% {
        margin-left: 16px;
        margin-top: 5px
    }
    50% {
        margin-left: 32px;
        margin-top: 16px
    }
    65% {
        margin-left: 16px;
        margin-top: 25px
    }
    85% {
        margin-left: 16px;
        margin-top: 32px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

@keyframes moveOne-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 16px;
        margin-top: 0
    }
    25% {
        margin-left: 10px;
        margin-top: 0
    }
    35% {
        margin-left: 16px;
        margin-top: 5px
    }
    50% {
        margin-left: 32px;
        margin-top: 16px
    }
    65% {
        margin-left: 16px;
        margin-top: 25px
    }
    85% {
        margin-left: 16px;
        margin-top: 32px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

@-webkit-keyframes moveTwo-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 5px;
        margin-top: 0
    }
    25% {
        margin-left: 10px;
        margin-top: 0
    }
    35% {
        margin-left: 18px;
        margin-top: 5px
    }
    50% {
        margin-left: 32px;
        margin-top: 16px
    }
    65% {
        margin-left: 16px;
        margin-top: 18px
    }
    85% {
        margin-left: 16px;
        margin-top: 12px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

@keyframes moveTwo-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 5px;
        margin-top: 0
    }
    25% {
        margin-left: 10px;
        margin-top: 0
    }
    35% {
        margin-left: 18px;
        margin-top: 5px
    }
    50% {
        margin-left: 32px;
        margin-top: 16px
    }
    65% {
        margin-left: 16px;
        margin-top: 18px
    }
    85% {
        margin-left: 16px;
        margin-top: 12px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

@-webkit-keyframes moveThree-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 16px;
        margin-top: 16px
    }
    25% {
        margin-left: 10px;
        margin-top: 18px
    }
    35% {
        margin-left: 18px;
        margin-top: 20px
    }
    50% {
        margin-left: 32px;
        margin-top: 8px
    }
    65% {
        margin-left: 16px;
        margin-top: 12px
    }
    85% {
        margin-left: 5px;
        margin-top: 22px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

@keyframes moveThree-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 16px;
        margin-top: 16px
    }
    25% {
        margin-left: 10px;
        margin-top: 18px
    }
    35% {
        margin-left: 18px;
        margin-top: 20px
    }
    50% {
        margin-left: 32px;
        margin-top: 8px
    }
    65% {
        margin-left: 16px;
        margin-top: 12px
    }
    85% {
        margin-left: 5px;
        margin-top: 22px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

@-webkit-keyframes moveFour-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 5px;
        margin-top: 0
    }
    25% {
        margin-left: 10px;
        margin-top: 0
    }
    35% {
        margin-left: 18px;
        margin-top: 5px
    }
    50% {
        margin-left: 32px;
        margin-top: 6px
    }
    65% {
        margin-left: 16px;
        margin-top: 15px
    }
    85% {
        margin-left: 23px;
        margin-top: 13px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

@keyframes moveFour-data-v-23976576 {
    0% {
        margin-left: 0;
        margin-top: 16px
    }
    15% {
        margin-left: 5px;
        margin-top: 0
    }
    25% {
        margin-left: 10px;
        margin-top: 0
    }
    35% {
        margin-left: 18px;
        margin-top: 5px
    }
    50% {
        margin-left: 32px;
        margin-top: 6px
    }
    65% {
        margin-left: 16px;
        margin-top: 15px
    }
    85% {
        margin-left: 23px;
        margin-top: 13px
    }
    to {
        margin-top: 16px;
        margin-left: 0
    }
}

.banner-3 .msg {
    font-size: 1.625rem;
    color: #CEAF95;
}

.banner-3 .msg p b {
    font-size: 3.125rem;
}

.banner-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-4 .image {
    margin-bottom: 3.75rem;
}

.banner-5 .title {
    padding: 18px;
    background: linear-gradient(90deg, #C79367, #F0D8C2, #C79367);
}

.banner-5 .title p {
    color: #7c4312;
    font-size: 2.5rem;
    border: 4px solid #7F532B;
    width: 100%;
    height: 100%;
    padding: 1rem 0px;
}

.banner-5 .title p i {
    font-style: normal;
    font-size: 3rem;
}

.banner-5 .title p b {
    font-size: 4rem;
    padding-left: 10px;
}

.banner-6{
    background-image: url('https://cdn.xt12366.com/image/xtshsw/2021/zyfw/szzx/yycxbg.png');
}

.banner-6 .title {
    font-size: 1.875rem;
    color: #CEAF95;
}

.banner-6 .tags {
    height:26rem;
    position: relative;
}

.banner-6 .tags .tag{
    position: absolute;
}

.banner-6 .tags .tag:nth-child(1){
    left:50px;
    top:10px;
}
.banner-6 .tags .tag:nth-child(2){
    right:50px;
    top:30px;
}
.banner-6 .tags .tag:nth-child(3){
    left:120px;
    top:110px;
}
.banner-6 .tags .tag:nth-child(4){
    right:20px;
    top:120px;
}
.banner-6 .tags .tag:nth-child(5){
    left:20px;
    top:220px;
}
.banner-6 .tags .tag:nth-child(6){
    right:100px;
    top:210px;
}
.banner-6 .tags .tag:nth-child(7){
    left:30%;
    top:320px;
}

.banner-7 #ziliaoForm {
    width: 60%;
    text-align: center;
}

.banner-7 #ziliaoForm .row{
    position: relative;
}

.banner-7 #ziliaoForm .row span.error-msg{
    font-size:1rem;
    position: absolute;
    right:13%;
    top:23px;
    color:red;
}


.banner-7 #ziliaoForm .title {
    font-size: 1.375rem;
    color: #CEAF95;
}

.banner-7 #ziliaoForm .ziliao-input {
    font-size: 1.25rem;
    color: #fff;
    margin-top: 1rem;
    padding-left: 10px;
    width: 80%;
    height: 40px;
    border: 1px solid #C8A480;
    background: linear-gradient(-90deg, #24201E, #110F0F, #24201E);
}

.banner-7 #ziliaoForm .ziliao-btn {
    margin-top: 1.25rem ;
    height: 2.5rem;
    background: #C8A480;
    width: 82%;
    border:0px;
    cursor: pointer;
    font-size: 1.25rem ;
}

.banner-8 .p2{
    font-size:1.375rem;
    color: #CEAF95;
    margin-top: 20px;
}

.banner-8 .p3{
    font-size: 2.5rem;
    font-weight: bold;
    color: #CEAF95;
}

.banner-8 .p3 i{
    display: block;
    width:35px;
    height:35px;
    margin-right: 10px;
    background-image: url('../img/phone.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-8 .btn-go{
    width:80px;
    margin: 0px auto;
    display: block;
    font-size:1rem;
    color: #CEAF95;
}



/***** 移动端样式 ***************************/

@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }
    .banner-3 .dabaojian .item img {
        width: 80%;
    }
    .banner-3 .dabaojian .item.item_2 {
        top: calc(182/653*100%);
        left: calc(220/1161*100%);
    }
    .banner-3 .dabaojian .item.item_2 img {
        width: 50%;
    }
    .banner-3 .dabaojian .item.item_3 {
        top: calc(400/653*100%);
        left: calc(30/1161*100%);
    }
    .banner-3 .dabaojian .item.item_3 img {
        width: 62%;
    }
    .banner-3 .dabaojian .item.item_4 {
        top: calc(182/653*100%);
        right: calc(-120/1161*100%);
        /* right: -10px; */
    }
    .banner-3 .dabaojian .item.item_4 img {
        width: 50%;
    }
    .banner-3 .dabaojian .item.item_5 {
        top: calc(420/653*100%);
        /* right: 90px; */
        right: calc(10/1161*100%);
    }
    .banner-3 .dabaojian .item.item_5 img {
        width: 64%;
    }

    .banner-6 .tags {
        display:flex;
        flex-wrap: wrap;
        justify-content:space-between;
    }

    .banner-6 .tags .tag {
        width:49%;
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    .top .kuang .shuoming {
        top: 32%;
    }

}

@media (max-width: 767px) {
    .top .kuang .title.svg {
        width: 100%;
        top: 13%;
        padding-bottom: 10%;
    }
    .top .kuang .shuoming {
        top: 19%;
    }
    .top .kuang .shuoming .msg-img {
        width: 25%;
        left: 0px;
        padding-bottom: 8%;
    }
    .banner-1 .title {
        padding: 1rem 2rem;
    }
    .banner-1 .title p {
        font-size: 1.5rem;
    }
    .banner-1 .title2, .banner-1 .title3 {
        font-size: 1.2rem;
    }
    .banner-1 .title2 .p2 {
        text-align: left;
    }
    .banner-2 .title {
        font-size: 1.5rem;
    }
    .banner-2 .items {
        width: 100%;
    }
    .banner-2 .items .item {
        width: 50%;
        background-size: 46px 48px;
        padding-top: 60px;
        margin-bottom: 10px;
    }
    .banner-2 .items .item.border::after {
        width: 0px;
    }
    .banner-3 .dabaojian {
        width: 100%;
    }
    .banner-3 .dabaojian .item {
        width: 140px;
        height: 20px;
    }
    .banner-3 .dabaojian .item.item_1 img {
        width: 85%;
    }
    .banner-3 .dabaojian .item.item_4 {
        top: calc(182/653*100%);
        right: calc(-200/1161*100%);
    }
    .banner-3 .dabaojian .item.item_5 {
        top: calc(420/653*100%);
        /* right: 90px; */
        right: calc(-50/1161*100%);
    }
    .banner-4 .image {
        margin-bottom: 2rem;
    }
    .banner-5 .title p {
        display: block;
        font-size: 1.5rem;
    }
    .banner-5 .title p b {
        font-size:2rem;
    }
    .banner-5 .title p i {
        font-size: 1.6rem;
    }
    .banner-7 #ziliaoForm {
        width: 100%;
    }

    .banner-6 .tags {
        display:flex;
        flex-wrap: wrap;
    }

    .banner-6 .tags .tag {
        width:100%;
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }
    .banner-6 .title {
        font-size: 1.5rem;
    }

    .banner-8 .p1 img{
        width:20%;
    }

    .banner-6 .tags {
        height:auto;
    }
}