﻿/***********全局重置CSS*****************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
    margin: 0;
}

p {
    margin: 0;
}

ul,
ol,
li {
    padding-left: 0;
   list-style-type: none;
}

/***消除img默认边框*****/
img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/*细线表格*/
table {
    border-collapse: collapse;
}

em {
    font-style: normal;
}

/***默认让所有浏览器出现右边滚动条****/
html {
    font-size: 16px;
    width: 100%;
    height: 100%;
}

/***默认清除浮动****/
body {
    font-family: "微软雅黑", "sans-serif", "Arial";
    width: 100%;
    height: 100%;
}

.conter {
    max-width: 70%;
    margin: 0 auto;
}

.mainSwiper .conter {
    /* padding-top: 4.1667vw; */
}

.mainSwiper>.cont>.swiper-wrapper>.swiper-slide {
    overflow: hidden;
}

.main,
.cont {
    width: 100%;
    height: 100%;
}

.main .top {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.main .top .top_cont {
    box-shadow: 0 0 5px 0 #0000001e;
    background: #fff;
    width: 100%;
}

.main .top.untop {
    bottom: calc(100% - 2em);
}

.main .top.untop:hover {
    bottom: calc(100% - 7em);
}

.main .top .conter {
    max-width: 1560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5em;
}

.main .top .logo {
    /* width: 11.60%; */
}

.main .top .logo img {
    width: 100%;
}

.main .top .menu {
    color: #333;
    display: flex;
    align-items: center;
}

.main .top .menu .ind {
    margin-right: 2em;
    display: flex;
    align-items: center;
}

.main .top .menu .ind>li {
    margin: 0 2em;
    height: 5em;
    display: flex;
    align-items: center;
    position: relative;
}

.top .menu .ind>li:hover>a {
    color: #047fc3;
}

/* .main .top .menu .ind>li:hover .sub{display: flex;} */
.main .top .menu .ind a {
    font-size: 1.125em;
}

.main .top .menu .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: calc((100% - 10.4375em)/2);
    width: 10.4375em;
    background: #fff;
    padding: 0.875em 0 1em;
    flex-direction: column;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 5px 0 #cda66730;
    z-index: 88
}

.main .top .menu .sub>li {
    width: 100%;
}

.main .top .menu .sub a {
    padding: 0.5em 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    display: inline-block;
    text-align: center;
    font-size: 1em;
}

.main .top .menu .sub a:hover {
    background: linear-gradient(-90deg, #047fc3, #70ccff);
    color: #fff;
}

.main .top .search_box {
    display: flex;
    align-items: center;
}

.main .top .search_box>* {
    margin-right: 0.5em;
}

.main .top .search_box a img {
    width: 1.75em;
}

.main .top .search {
    width: 16.3125em;
    position: relative;
}

.main .top .search input {
    width: 100%;
    outline: none;
    padding: 0;
    border: 1px solid #b5b5b5;
    border-radius: 50px;
    height: 1.875em;
    box-sizing: border-box;
    padding-left: 0.75em;
    font-size: 1em;
}

.main .top .search input::placeholder {
    font-size: 0.875em;
    color: #d2d2d2;
}

.main .top .search button {
    position: absolute;
    background: url("../images/index20231114_4.png") center center no-repeat;
    background-size: 100% auto;
    width: 1.125em;
    height: 1.25em;
    top: calc((100% - 1.25em)/2);
    right: 0.875em;
    border: 0;
    padding: 0;
    outline: none;
    font-size: 1em;
    cursor: pointer;
}

.cont_tit {
    display: flex;
    align-items: flex-end;
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.swiper-slide-active>.conter .cont_tit {
    /* margin-bottom: 7em; */
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIndown;
    -moz-animation-name: fadeIndown;
    -o-animation-name: fadeIndown;
    animation-name: fadeIndown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.swiper-slide-active>.conter .ttxw {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cont_tit:after {
    content: '';
    position: absolute;
    background: url("../images/index20231114_8.png") center center no-repeat;
    background-size: 100% auto;
    width: 32.375em;
    height: 4em;
    left: -1.75em;
    bottom: -2.5em;
}

.cont_tit p {
    font-size: 3.4888vh;
    padding-right: 0.585em;
    line-height: 1.1;
    position: relative;
    margin-right: 0.6285em;
    font-weight: 600;
    color: #047fc3;
}

.cont_tit p:after {
    content: '';
    position: absolute;
    height: 0.9142em;
    width: 0.0857em;
    left: 100%;
    bottom: 0.0257em;
    background: #047fc3;
}

.cont_tit span {
    font-size: 1.6667vh;
    padding-bottom: 0.1875em;
    color: #b1b1b1;
    text-transform: uppercase;
}

.index01 .banner01 {
    height: calc(100% - 5em);
}

.index01 .banner01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.index01 .banner01 a img {
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 1.7s;
    -moz-animation-duration: 1.7s;
    -o-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-name: fadebig;
    -moz-animation-name: fadebig;
    -o-animation-name: fadebig;
    animation-name: fadebig;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

}

.index01 .banner01 .swiper-pagination-bullet {
    width: 0.625em;
    height: 0.625em;
    background: #fff;
    opacity: 1;
    transition: all 1s;
    border-radius: 50px;
}

.index01 .banner01 .swiper-pagination-bullet-active {
    width: 3.5em;
    background: linear-gradient(-90deg, #cfa264, #f2d498);
}

.index01 .banner01 .swiper-pagination {
    bottom: 1.875em;
}

.index02 .cont_tit {
    margin: 6.6667vh 0 7.1111vh;
}

.index02 .ttxw {
    display: flex;
    align-items: center;
    margin-bottom: 6vh;
    transition: all 1s;
}

.index02 .ttxw img {
    height: 3.3333vh;
    margin-right: 1.4062vw;
}

.index02 .ttxw a {
    font-size: 2.7777vh;
}

.index02 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4vh;
}

.index02 .left_cont {
    position: relative;
    margin-right: 3.75%;
    width: 60.6667vh;
    border-radius: 8px;
    overflow: hidden;
    transition: all 1s;
}

.swiper-slide-active>.conter .left_cont {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index02 .left_cont img {
    width: 100%;
    height: 43.7777vh;
}

.index02 .left_cont p {
    position: absolute;
    background: #00000080;
    width: 100%;
    font-size: 2.3333vh;
    padding: 1em 1.6190em;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    color: #fff;
}

.index02 .right_cont {
    width: calc(100% - 62.6667vh - 3.75%);
}

.index02 .right_cont .tis {
    display: flex;
    justify-content: space-between;
    background: #eeeeee;
    border-radius: 8px;
    margin-bottom: 2vh;
    transition: all 1s;
}

.swiper-slide-active>.conter .tis {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index02 .right_cont .tis span {
    font-size: 2.3vh;
    width: 50%;
    height: 5.7777vh;
    line-height: 1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index02 .right_cont .tis span.hover {
    color: #fff;
}

.index02 .right_cont .tis span.hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #cda667, #f2dd9f);
    background: #047fc3;
    top: 0;
    left: 0;
    z-index: -1;
}

.index02 .right_cont .lis li {
    font-size: 1.8vh;
    display: flex;
    justify-content: space-between;
    line-height: 2.4444;
    transition: all 1s;
}

.swiper-slide-active>.conter .right_cont .lis li {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index02 .right_cont .lis a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: 0.8s padding-left ease;
}

.index02 .right_cont .lis li:hover a {
    padding-left: 1em;
    font-weight: bold;
    transition: 0.8s padding-left ease;
}

.index02 .right_cont .lis li:hover a:before {
    content: '';
    position: absolute;
    background: url("../images/index20231114_11.png") center center no-repeat;
    width: 0.4444em;
    height: 0.6666em;
    background-size: 100% auto;
    left: 0;
    top: calc((100% - 0.6666em)/2);
}

.index02 .right_cont .lis span {
    color: #8e8e8e;
    white-space: nowrap;
}

.index02 .tzgg {
    display: flex;
    align-items: center;
    transition: all 1s;
}

.swiper-slide-active>.conter .tzgg {

    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index02 .tzgg span {
    font-size: 2.5555vh;
    padding-right: 1.2727em;
    border-right: 0.09em solid #cda767;
    color: #cda667;
    display: flex;
    align-items: center;
}

.index02 .tzgg span img {
    height: 2.6667vh;
    margin-right: 0.4347em;
}

.index02 .tzgg a {
    font-size: 2.2222vh;
    margin-left: 1.5em;
    color: #333;
    display: inline-block;
}

.index02 .tzgg i {
    margin-left: 28em;
}

.index03 .conter {
    padding-top: 0;
    position: relative;
    height: 100%;
}

.index03 .cont_tit {
    margin: 4vh 0 11vh 0;
    padding-top: 3em;
}

.index03 .cont03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index03 .left_cont {
    width: calc(100% - 89.7777vh);
    padding-right: 4.6667%;
    box-sizing: border-box;
}

.index03 .left_cont .text .tit {
    font-size: 2.6667vh;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 2.7777vh;
}

.index03 .left_cont .text p {
    font-size: 2vh;
    line-height: 1.7777;
    margin-bottom: 6vh;
}

.index03 .left_cont .text .more {
    font-size: 1.7777vh;
    color: #fff;
    line-height: 1;
    padding: 0.5625em 1.625em;
    position: relative;
}

.index03 .left_cont .text .more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f2dd9e, #cda667);
    left: 0;
    top: 0;
    z-index: -1;
}

.index03 .right_cont img {
    height: auto;
    width: 100%;
}

.index03 .right_cont .lis {
    width: 100%;
    transition: all 1s;
}

.swiper-slide-active>.conter .right_cont .lis {
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index03 .bottom_menu {
    position: absolute;
    bottom: 5em;
    width: 100%;
    padding: 3.1111vh 8.8333% 7.1111vh;
    box-sizing: border-box;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 -5px 13px -1px #0000000d;
    transition: all 1s;
}

.swiper-slide-active>.conter .bottom_menu {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index03 .bottom_menu ul {
    display: flex;
    justify-content: space-between;
}

.index03 .bottom_menu a {
    font-size: 1.8888vh;
    line-height: 1;
    color: #b5b5b5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index03 .bottom_menu a img.hover {
    display: none;
    transform: scale(1.05);
}

.index03 .bottom_menu a img {
    height: 6.7777vh;
    margin-bottom: 1.8888vh;
}

.index03 .bottom_menu li.hover a {
    color: #cea769;
    transform: scale(1.05);
}

.index03 .bottom_menu li.hover a img.hover {
    display: block;
}

.index03 .bottom_menu li.hover a img:not(.hover) {
    display: none;
}

.index04 .cont_tit {
    margin: 7.8888vh 0 6.1111vh;
}

.index04 .sd_list ul {
    display: flex;
    justify-content: space-between;
    transition: all 1s;
}

.index04 .sd_list li {
    position: relative;
    margin-bottom: 1.7777vh;
    transition: all 1s;
    width: 23.75%;
    margin: 1em 1%;
}

.index04 .sd_list li .pic {
    width: 100%;
    height: 100%;
}

.swiper-slide-active>.conter .sd_list>ul:first-child>li:nth-child(odd) {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.swiper-slide-active>.conter .sd_list>ul:first-child>li:nth-child(even) {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIndown;
    -moz-animation-name: fadeIndown;
    -o-animation-name: fadeIndown;
    animation-name: fadeIndown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.swiper-slide-active>.conter .sd_list>ul:last-child>li:nth-child(even) {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.swiper-slide-active>.conter .sd_list>ul:last-child>li:nth-child(odd) {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIndown;
    -moz-animation-name: fadeIndown;
    -o-animation-name: fadeIndown;
    animation-name: fadeIndown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index04 .sd_list .pic img {
    /* height: 30.7777vh;
    width: 31.8888vh; */
    width: 100%;
    height: 100%;
}

.index04 .sd_list .sd_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 6.1111vh;
    box-sizing: border-box;
    z-index: 10;

}

.index04 .sd_list .sd_cont .logo img {
    height: 7.1111vh;
}

.index04 .sd_list .sd_cont .tit {
    font-size: 2.6667vh;
    color: #fff;
    padding-bottom: 1.0916em;
    position: relative;
    margin-top: 2.1888vh;
}

.index04 .sd_list .sd_cont .tit:after {
    content: '';
    width: 2.0833em;
    height: 0.1667em;
    position: absolute;
    left: calc((100% - 2.0833em)/2);
    bottom: 0;
    background: #fff;
}

.index04 .sd_list .sd_cont .more {
    display: none;
    font-size: 1.7777vh;
    padding: 0.5225em 1.25em;
    box-sizing: border-box;
    border: 0.0625em solid #fff;
    color: #fff;
    margin-bottom: 2.4444vh;
}

.index04 .sd_list .sd_cont .text {
    display: none;
    font-size: 1.7777vh;
    min-height: 9.4444vh;
    width: 100%;
    line-height: 1.625;
    color: #fff;
    padding: 0 11.1498%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 2.6667vh;
}



.index04 .sd_list li:hover .sd_cont:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(-23deg, #cda667, #f2dd9f);
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: fade1;
    -moz-animation-name: fade1;
    -o-animation-name: fade1;
    animation-name: fade1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

}

.index04 .sd_list li:hover .sd_cont {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: fade1;
    -moz-animation-name: fade1;
    -o-animation-name: fade1;
    animation-name: fade1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    padding-bottom: 0;
    /* transition: all 0.5s; */
}

.index04 .sd_list li:hover .sd_cont .logo {
    display: none;
    /* transition: all 1s; */
}

.index04 .sd_list li:hover .sd_cont .more {
    display: block;
    /* transition: all 1s; */
}

.index04 .sd_list li:hover .sd_cont .text {
    display: block;
    /* transition: all 1s; */
}

.index04 .sd_list .sd_cont .tit:after {
    bottom: -0.7em;
}

.index04 .sd_list .sd_cont .tit {
    padding-bottom: 0em;
}

.index05 .conter {
    padding-top: 0;
    position: relative;
}

.index05 .cont_tit {
    position: absolute;
    left: 0;
    top: 5em;
}

.index05 .cont_tit:after {
    /* content: none; */
}

.index05 .cont_tit span {
    color: #ffffff;
}

.index05 .canva {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.index05 .canva img {
    height: 100vh;
}

.index06 .cont_tit {
    margin: 7.5555vh 0 6.5555vh;
}

.index06 .djjw ul {
    display: flex;
    justify-content: space-between;
}

.index06 .djjw ul li {
    transition: all 1s;
}

.swiper-slide-active>.conter .djjw ul li:nth-child(1) {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.swiper-slide-active>.conter .djjw ul li:nth-child(2) {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.swiper-slide-active>.conter .djjw ul li:nth-child(3) {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index06 .djjw .down {
    padding-top: 5.1111vh;
}

.index06 .djjw a {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
}

.index06 .djjw .pic img {
    width: 85%
}

.index06 .djjw .pic img.hover {
    display: none;
}

.index06 .djjw li:not(.djpp) a:after {
    content: '';
    width: 85%;
    height: 100%;
    border-radius: 0.5em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.index06 .djjw li:not(.djpp) a:hover:after{
    background: none;
}

.index06 .djjw .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding-bottom: 3.8888vh;
    padding-left: 9.6%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.index06 .djjw .text .tit {
    font-size: 2.6667vh;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}

.index06 .djjw .text .more {
    font-size: 1.8888vh;
    color: #fff;
    padding: 0.5em 2.2352em 0.5em 1.4117em;
    margin: 3vh 0 0.7777vh;
    position: relative;
    display: none;
}

.index06 .djjw .text .more:before {
    content: '';
    position: absolute;
    right: 1.4117em;
    top: calc((100% - 0.7941em)/2);
    border-top: 0.3823em solid transparent;
    border-bottom: 0.3823em solid transparent;
    border-left: 0.3529em solid #fff;
}

.index06 .djjw .text .more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, #cda667, #f2dd9f);
    z-index: -1;
}

.index06 .djjw a:hover .text {
  text-shadow:
    -1px -1px 0 #cc9966,  
     1px -1px 0 #cc9966,
    -1px 1px 0 #cc9966,
     1px 1px 0 #cc9966; /* 文字描边色 */
}

.index06 .djjw a:hover .text .more {
    display: block;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all 1s;
}

.index06 .djjw .djpp .text {
    display: none;
}

.index06 .djjw .djpp a:hover .text {
    display: flex;
}

.index06 .djjw a:hover {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fade;
    -moz-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

}

.index06 .djjw .djpp a:hover img.hover {
    display: block;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fade1;
    -moz-animation-name: fade1;
    -o-animation-name: fade1;
    animation-name: fade1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index06 .djjw .djpp a:hover img:not(.hover) {
    display: none;
}

.index07 {
    background: #f8f8f8;
}

.index07 .cont_tit {
    margin: 7.3333vh 0 10.4444vh;
}

.index07 .cont_tit_xwzx {
    margin: 2em 0 0 0;
}

.index07 .spzx {
    padding-bottom: 5.8888vh;
    /* padding-bottom: 8.8888vh; */
    transition: all 1s;
}

.swiper-slide-active>.conter .spzx {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index07 .spzx .swiper-slide {
    padding-top: 1em;
    height: 100%;
    width: 92.4444vh;
    transform: scale(1);
    filter: blur(5px);
    border-radius: 8px;
    /* margin-right: -24vh; */
    z-index: 10;
    overflow: hidden;
    transition: all 0.8s;
}

.index07 .spzx .swiper-slide-prev,
.index07 .spzx .swiper-slide-next {
    z-index: 20;
}

.index07 .spzx .swiper-slide-active {
    transform: scale(1.2);
    filter: none;
    z-index: 50;
}

.index07 .spzx .swiper-button-prev:after,
.index07 .spzx .swiper-button-next:after {
    content: none;
}

.index07 .spzx .swiper-button-prev {
    background: url("../images/index20231114_68.png") center center no-repeat;
    background-size: 100% auto;
    width: 2.8888vh;
    height: 5.1111vh;
}

.index07 .spzx .swiper-button-next {
    background: url("../images/index20231114_69.png") center center no-repeat;
    background-size: 100% auto;
    width: 2.8888vh;
    height: 5.1111vh;
}

.index07 .spzx .swiper-pagination-bullet {
    width: 6.2222vh;
    height: 1.1111vh;
    border-radius: 50px;
    background: #e5e5e5;
    opacity: 1;
    margin: 0 3.5555vh !important;
}

.index07 .spzx .swiper-pagination-bullet-active {
    background: linear-gradient(-90deg, #cfaa6e, #f2dea4);
    overflow: hidden;
}

.index07 .spzx video {
    width: 100%;
    height: 98%;
    object-fit: fill;
    border-radius: 0.5em;
    transform: scale(0.9);
}

.index07pc .conter .spzx .swiper-wrapper {
    height: 52vh;
}

.index08 .conter {
    position: relative;
}

.index08 .cont_tit {
    margin: 7.3333vh 0 9.5555vh;
}

.index08 .ztzl {
    overflow: initial;
    transition: all 1s;
    /* margin-top: 12em  12/12*/
    margin-top: 8em;
}

.index08 .swiper-button-prev:after,
.index08 .swiper-button-next:after {
    content: none;
}

.index08 .swiper-button-prev {
    margin-left: 3.6em;
    background: url("../images/index20231114_68.png") center center no-repeat;
    background-size: 100% auto;
    width: 2.8888vh;
    height: 5.1111vh;
}

.index08 .swiper-button-next {
    margin-right: 3.6em;
    background: url("../images/index20231114_69.png") center center no-repeat;
    background-size: 100% auto;
    width: 2.8888vh;
    height: 5.1111vh;
}

.swiper-slide-active>.conter .ztzl {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.index08 .ztzl .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    transition: opacity 0.5s;
}

.index08 .ztzl .swiper-slide-active,
.index08 .ztzl .swiper-slide-next,
.index08 .ztzl .swiper-slide-next+.swiper-slide {
    opacity: 1;
}

.index08 .ztzl .swiper-slide a {
    display: inline-block;
    margin-right: 2em;
}

.index08 .ztzl .swiper-slide img {
    /* height: 57.2222vh;
    width: 41.6666vh; */
    width: 100%;
    height: 100%;
}

.index08 .swiper-button {
    top: 11.2222vh;
    right: 0;
    position: absolute;
    display: flex;
}

.index08 .swiper-button>div {
    width: 3.3333vh;
    height: 3.3333vh;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    margin: 0 1.2777vh;
    position: relative;
    cursor: pointer;
}

.index08 .swiper-button>div:after {
    content: '';
    position: absolute;
    border-top: 0.9444vh solid transparent;
    border-bottom: 0.9444vh solid transparent;
    border-right: 0.8888vh solid #d2d2d2;
    top: 23.3333%;
    right: 36.6666%;
}

.index08 .swiper-button .swiper-next:after {
    transform: rotate(180deg);
}

.index08 .swiper-button>div:hover {
    background: linear-gradient(180deg, #cda667, #f2dd9f);
    border-color: transparent;
}

.index08 .swiper-button>div:hover:after {
    border-right-color: #fff;
}

.index09 .cont_tit {
    margin: 8.8888vh 0 12.5555vh;
}

.index09 .swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.index09 .swiper-container {
    overflow: initial;
}

.index09 .swiper-container:hover {
    z-index: 20;

}

.index09 .swiper-slide {
    width: auto;
    position: relative;

}

.index09 .swiper-slide img {
    height: 22.3333vh;
    border: 4px solid #585652;
}

/* .index09 .swiper-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
} */


.index09 .swiper-slide>a:hover {
    display: block;
    transform: scale(1.38);
    z-index: 99;
    /* position: absolute; */
    position: relative;
    transition: all 0.5s;
    border-radius: 4px;
    overflow: hidden;
}

/* .index09 .swiper-slide:hover:after {
    opacity: 0;
    transition: opacity 0.5s;
} */

.index09 .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.1888vh;
    color: #fff;
    line-height: 1.4117;
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
    box-sizing: border-box;
    padding: 0.4705em 1.5294em;
    opacity: 0;
    transition: opacity 0.5s;
}

.index09 .swiper-slide:hover p {
    opacity: 1;
}

.main .footer {
    height: auto;
    padding: 0 0 3.5em;
    background: url("../images/index20231114_32.png") left bottom no-repeat;
    background-size: 100% auto;
    z-index: 10;
}

.main .footer .box{
    width: 100%;
    height: 80px;
}

.main .footer .conter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main .footer .link {
    width: 25.6666%;
    /* margin-right: 5%; */
}

.main .footer .link .tit {
    font-size: 1.3125em;
    color: #333;
}

.main .footer .link .select {
    margin-top: 1.625em;
    width: 100%;
    padding: 0.625em 1em;
    box-sizing: border-box;
    border: 1px solid #939393;
    position: relative;
    cursor: pointer;
}

.main .footer .link .select span {
    color: #6f6f6f;
    font-size: 1.125em;
}

.main .footer .link .select:after {
    content: '';
    position: absolute;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #047fc3;
    top: calc((100% - 0.5em)/2);
    right: 0.8125em;
    transition: all 0.5s;
}

.main .footer .link .select .list {
    display: none;
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 11.4em;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 -5px 5px 0 rgba(255, 255, 255, 0.3);
    z-index: 100;
    border: 0.1em solid #e0e0e0;
}

/* .footer .link .select:hover .list {
    display: flex;
} */

.main .footer .link .select ul {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0.25em 0.75em 0.25em 1.125em;
}

.main .footer .link .select ul::-webkit-scrollbar {
    background: #ededed;
    width: 0.375em;
}

.main .footer .link .select ul::-webkit-scrollbar-thumb {
    background: #a0a0a0;
}

.main .footer .link .select ul li {
    width: 100%;
}

.main .footer .link .select ul a {
    font-size: 1.125em;
    padding: 0.7222em 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    color: #333;
}

.main .footer .link .select ul a:hover {
    color: #047fc3;
}

.main .footer .link .select.show .list {
    display: block;
}

.main .footer .link .select.show:after {
    transform: rotate(180deg);
}

.main .footer .link .lj {
    margin-bottom: 3.625em;
}

.main .footer .info {
    width: 71%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 1.5em;
}

.main .footer .info .footer_menu {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 1.225em;
}

.main .footer .info .footer_menu ul {
    display: flex;
    justify-content: space-between;
}

.main .footer .info .footer_menu a {
    display: flex;
    align-items: center;
    font-size: 1.3125em;
}

.main .footer .info .footer_menu ul li:hover img {
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: rateRight;
    -moz-animation-name: rateRight;
    -o-animation-name: rateRight;
    animation-name: rateRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.main .footer .info .footer_menu img {
    margin-right: 0.5em;
    height: 1.4285em;
}

.main .footer .info .text {
    flex-basis: 65%;
    background: #f9f9f9;
    padding: 0.5em 1.6em;
    box-sizing: border-box;
}

.main .footer .info .text span {
    display: flex;
    align-items: center;
    padding: 0.75em 0;
    font-size: 1.075em;
    color: #7e7e7e;
    background: #f9f9f9;
    font-family: SHSCR, "sans-serif", "Arial";
}

.main .footer .info .text span img {
    width: 1.3333em;
    margin-right: 0.5em;
}

.main .footer .info .ewm {
    text-align: center;
    box-sizing: border-box;
    background: #f9f9f9;
    flex-basis: calc(35% - 1.5em);
    display: flex;
    align-items: center;
    line-height: 1.6em;
    justify-content: center;
    color: #7e7e7e;
}

.main .footer .info .ewm img {
    margin-left: 0.6875em;
    width: 5.25em;
}



.main .footer .Top {
    position: absolute;
    bottom: 9.1875em;
    right: 4em;
}

/* .main .footer .Top img {
    width: 8em;
    height: 8em;
} */

.nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 112px;
    /* height: calc(100% - 5em); */
    top: 25%;
    right: 3.1875em;
    z-index: 90;
}

.nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.nav li {
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav span {
    border-radius: 20px;
    padding: 0 0.6em;
    font-size: 16px;
    color: #000;
    margin: 0.3em 0;
    display: inline-block;
    background: #fff;
    transition: background-color 0.5s;
    cursor: pointer;
}

.nav .hover span {
    opacity: 1;
    position: relative;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(242,219,154) 0%, rgb(206,169,107) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(242,219,154) 0%, rgb(206,169,107) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242,219,154) 0%, rgb(206,169,107) 100%);
}

.nav .hover span:after {
    display: none;
    content: '';
    position: absolute;
    border: 1px solid #fff;
    border-right-color: transparent;
    transform: rotate(-45deg);
    width: 1.3125em;
    height: 1.3125em;
    box-sizing: border-box;
    background: transparent;
    left: -0.34375em;
    top: -0.34375em;
    /* border-radius: 50%; */
}

.nav.gold span,
.nav.gold ul:before,
.nav.gold ul:after {
    /* background: #cda667; */
}

.nav.gold span:after {
    /* border-color: #cda667;
    border-right-color: transparent; */
}

.nav .ts {
    display: none;
    position: absolute;
    bottom: 1.875em;
    color: #fff;
}

.nav .ts p {
    text-align: center;
    font-size: 1.7777vh;
}

.nav .ts p img {
    margin-top: 1em;
    width: 100%;
    -webkit-animation-duration: 2.2s;
    -moz-animation-duration: 2.2s;
    -o-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-name: slideToggle;
    -moz-animation-name: slideToggle;
    -o-animation-name: slideToggle;
    animation-name: slideToggle;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.nav.untop .ts {
    display: none;
}

.marqueebox {
    width: calc(100% - 10em);
    line-height: 50px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marqueebox i {
    display: inline;
    font-style: normal;
    animation: marquee 15s linear infinite;
    animation-delay: 2s;
}

.banner02 {
    margin-bottom: 6em;
    position: relative;

}



.index09 .swiper-slide::before {
    content: '';
    position: absolute;
    top: -2em;
    left: 0;
    width: 100%;
    height: 2em;
    z-index: 0;
    background: url('../images/border.png') repeat;
    background-size: 100% 100%;
    overflow: hidden;
}


.index09 .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 0;
    width: 100%;
    height: 2em;
    background: url('../images/border.png') repeat;
    background-size: 100% 100%;
    overflow: hidden;
}


@keyframes fade {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes fadebig {
    0% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1.0);
        opacity: 1;
    }
}

@keyframes fade1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;

        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;

        transform: translate3d(0, 0, 0);
    }
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-100%, 0);
    }

    50.1% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@font-face {
    font-family: SHSCR;
    src: url("../images/SourceHanSansCN-Regular.otf") format("opentype");
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes fadeIndown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rateRight {
    0% {
        transform: rotate(30deg);
    }

    33% {
        transform: rotate(0deg);
    }

    66% {
        transform: rotate(30deg);
    }

    100% {

        transform: rotate(0deg);
    }
}

@keyframes slideToggle {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50%);
    }

    100% {

        transform: translateY(0);
    }
}

@media (max-width: 2560px) {
    .index07 .spzx video {
        width: 100%;
        /* height: 88%; */
        object-fit: fill;
        transform: scale(0.9);
    }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(max-width: 2160px) {
    .index08 .ztzl .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .index07 .spzx .swiper-slide-active {
        /* transform:scale(1) */
    }
}

@media (max-width: 1920px) {
    .index08 .cont_tit {
        margin: 8vh 0 -5.5555vh;
    }
}

@media (max-width: 580px) {
    .conter {
        max-width: 100%;
    }

    .index04 .sd_list .sd_cont .tit:after {
        bottom: 0.5em;
    }
}