.header{
    width: 100%;
    height: 50px;
}
.header_box{
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.logo{
    width: 44px;
    height: 50%;
}
.logo img{
    width: 100%;
    height: 100%;
}
.nav{
    display: block;
    width: 720px;
    height: 48px;
}
.nav>ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.nav>ul>li{
    color: rgba(80, 50, 50, 1);
    font-size: var(--font14);
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
}
.nav>ul>li:hover{
    background-color: rgba(191, 211, 88, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}
.change{
    background-color: rgba(191, 211, 88, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}
.nav>ul>li ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    display: none;
    flex-direction: column;
    width: 100%;
    
}
.nav>ul>li ul li{
    background-color: rgba(191, 211, 88, 1);
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    color: rgba(255, 255, 255, 1) !important;
}
.nav>ul>li ul li:hover{
    background-color: rgba(191, 211, 88, 1);
}
.btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 6.875rem;
}
.btn div{
    width: .6875rem;
    height: .6875rem;
}
.go {
    width: 3.125rem;
    height: 3.125rem;
    display: none;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    transition: all 0.5s;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
    transform-origin: 36% 40%;
}

path:nth-child(2) {
    stroke-dasharray: 29 299;
}

path:nth-child(3) {
    transform-origin: 35% 63%;
}

path:nth-child(4) {
    stroke-dasharray: 29 299;
}

path:nth-child(5) {
    transform-origin: 61% 52%;
}

path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(.5625rem) translateY(.0625rem) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -4.5rem;
}

.active path:nth-child(3) {
    transform: translateX(.5625rem) translateY(.0625rem) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -4.5rem;
}

.active path:nth-child(5) {
    transform: translateX(.5625rem) translateY(.0625rem) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(.5625rem) translateY(.0625rem) rotate(45deg);
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: .6875rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner{
    width: 100%;
    height: 530px;
    position: relative;
    margin-top: 35px;
    z-index: -1;
}

.swiper{
    height: 100%;
    
}


.swiper-slide img{
    width: 100%;
    height: 100%;
    -webkit-mask-image:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
    
}