@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font: normal normal 0.32rem/1 sans-serif;
    color: #000;
    background: #fff;
}

textarea,
input {
    font: normal normal 0.28rem/1.5 sans-serif;
}

img {
    display: block;
    border: none;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

body,
p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal normal 0.28rem/1.5 sans-serif;
}

button {
    font: normal normal 0.28rem/1.5 sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.i100 {
    overflow: hidden;
}

.i100>img {
    width: 100%;
}

.i200 {
    overflow: hidden;
}

.i200>img {
    height: 100%;
}

.i300 {
    overflow: hidden;
}

.i300>img {
    width: 100%;
    height: 100%;
}

a>img {
    width: 100%;
}

.to1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a1 {
    position: relative;
}

.a1>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

input {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

select {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

button {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

textarea {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
    resize: none;
}

.to2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media only screen and (min-width: 1480px) {
    .imgshow1 img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .imgshow1 img:nth-child(1) {
        opacity: 1;
        transition: 0.5s;
    }
    .imgshow1 img:nth-child(2) {
        opacity: 0;
        transition: 0.5s;
    }
    .imgshow1:hover img:nth-child(1) {
        opacity: 0;
        transition: 0.5s;
    }
    .imgshow1:hover img:nth-child(2) {
        opacity: 1;
        transition: 0.5s;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .imgshow1 img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .imgshow1 img:nth-child(1) {
        opacity: 1;
        transition: 0.5s;
    }
    .imgshow1 img:nth-child(2) {
        opacity: 0;
        transition: 0.5s;
    }
    .imgshow1:hover img:nth-child(1) {
        opacity: 0;
        transition: 0.5s;
    }
    .imgshow1:hover img:nth-child(2) {
        opacity: 1;
        transition: 0.5s;
    }
}

@media only screen and (max-width: 1023px) {
    .imgshow1 img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .imgshow1 img:nth-child(1) {
        opacity: 1;
    }
    .imgshow1 img:nth-child(2) {
        opacity: 0;
    }
}


/*hd1*/

@media only screen and (min-width: 1480px) {
    /*.hd1-a1{width: 100%;position: fixed;top: 0;left: 0;z-index: 10;}*/
    /*.hd1-a2{height: 60px;position: absolute;top: calc(120px/2 - 60px/2);left: 66px;}*/
    /*.hd1-a3{height: 22px;position: absolute;top: calc(120px/2 - 22px/2);right: 174px;cursor: pointer;}*/
    /*.hd1-a4{height: 16px;position: absolute;top: calc(120px/2 - 16px/2);right: 66px;cursor: pointer;}*/
    /*.hd1-a6{width: 100%;height: 120px;background: none;transition: 0.5s;}*/
    /*.hd1-a6.on1{background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.3));transition: 0.5s;}*/
    /*.hd1-a5{display: none;}*/
    /*.hd1-a7{font-size: 16px;line-height: 20px;color: #fff;font-weight: bold;position: absolute;top: calc(120px/2 - 20px/2 + 8px);left: 290px;}*/
    /*.hd1-a8{width: 1px;height: 20px;background: rgba(255,255,255,0.5);position: absolute;top: calc(120px/2 - 20px/2 + 8px);left: 275px;}*/
    /*.hd1-b1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;background: #3e8444;}*/
    /*.hd1-b1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-b2{font-size: 72px;line-height: 72px;color: #fff;font-weight: bold;text-align: center;width: 100%;position: absolute;top: calc(50% - 160px);left: 0;opacity: 0;transform: matrix(1,0,0,1,0,160);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b2{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b3{font-size: 72px;line-height: 72px;color: #fff;font-weight: lighter;text-align: center;width: 100%;position: absolute;top: calc(50% - 72px);left: 0;opacity: 0;transform: matrix(1,0,0,1,0,100);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b3{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b4{width: 770px;height: 56px;border-radius: 28px;background: rgba(255,255,255,0.1);position: absolute;top: calc(50% + 44px);left: calc(50% - 770px/2);opacity: 0;transform: matrix(1,0,0,1,0,60);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b4{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b5{width: 600px;height: 40px;position: absolute;top: calc(50% - 40px/2);left: 44px;}*/
    /*.hd1-b5 input{width: 100%;height: 100%;position: relative;font-size: 16px;line-height: 40px;color: #fff;}*/
    /*.hd1-b5 input::-webkit-input-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input:-moz-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input::-moz-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input:-ms-input-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b6{height: 24px;position: absolute;top: calc(50% - 24px/2);right: 30px;cursor: pointer;}*/
    /*.hd1-b6+input{display: none;}*/
    /*.hd1-b7{width: 690px;position: absolute;top: calc(50% + 124px);left: calc(50% - 690px/2);opacity: 0;transform: matrix(1,0,0,1,0,80);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b7{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b8{font-size: 18px;line-height: 36px;color: #fff;font-weight: bold;float: left;}*/
    /*.hd1-b9{width: calc(100% - 100px);float: right;}*/
    /*.hd1-b9>div{font-size: 16px;line-height: 36px;color: #fff;float: left;margin-right: 24px;}*/
    /*.hd1-b10{height: 60px;position: absolute;top: calc(120px/2 - 60px/2);left: 66px;}*/
    /*.hd1-b11{width: 1px;height: 20px;background: rgba(255,255,255,0.5);position: absolute;top: calc(120px/2 - 20px/2 + 8px);left: 275px;}*/
    /*.hd1-b12{font-size: 16px;line-height: 20px;color: #fff;font-weight: bold;position: absolute;top: calc(120px/2 - 20px/2 + 8px);left: 290px;}*/
    /*.hd1-b13{height: 44px;position: absolute;top: calc(120px/2 - 44px/2);right: 66px;cursor: pointer;}*/
    /*.hd1-c1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;overflow: hidden;background: #3e8444;display: none;}*/
    /*.hd1-c1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-c2{width: 1440px;height: 100%;position: absolute;top: 0;left: calc(50% - 1440px/2);display: table;}*/
    /*.hd1-c3{width: 100%;display: table-cell;vertical-align: middle;}*/
    /*.hd1-c4{margin-bottom: 10px;}*/
    /*.hd1-c4:last-child{margin-bottom: 0;}*/
    /*.hd1-c5{font-size: 28px;line-height: 40px;color: #fff;font-weight: bold;}*/
    /*.hd1-c6{width: 100%;position: relative;}*/
    /*.hd1-c7{font-size: 16px;line-height: 56px;color: #fff;position: relative;;margin-right: 60px;float: left;}*/
    /*.hd1-c8{height: 60px;position: absolute;top: calc(120px/2 - 60px/2);left: 66px;}*/
    /*.hd1-c9{height: 44px;position: absolute;top: calc(120px/2 - 44px/2);right: 66px;cursor: pointer;}*/
    /*.hd1-c10{display: none;}*/
    /*.hd1-a1.on1.in1 img:nth-child(1){display: block;}*/
    /*.hd1-a1.on1.in1 img:nth-child(2){display: none;}*/
    /*.hd1-a1.on1.in2 img:nth-child(1){display: none;}*/
    /*.hd1-a1.on1.in2 img:nth-child(2){display: block;}*/
    /*.hd1-a1.on2 img:nth-child(1){display: block;}*/
    /*.hd1-a1.on2 img:nth-child(2){display: none;}*/
    /*.hd1-a1.on3 img:nth-child(1){display: none;}*/
    /*.hd1-a1.on3 img:nth-child(2){display: block;}*/
    /*.hd1-a1.on1.in1 .hd1-a7,.hd1-a1.on2 .hd1-a7{color: #fff;}*/
    /*.hd1-a1.on1.in2 .hd1-a7,.hd1-a1.on3 .hd1-a7{color: #3e8444;}*/
    /*.hd1-a1.on1.in1 .hd1-a8,.hd1-a1.on2 .hd1-a8{background: rgba(255,255,255,0.5);}*/
    /*.hd1-a1.on1.in2 .hd1-a8,.hd1-a1.on3 .hd1-a8{background: rgba(62,133,68,0.5);}*/
    /*.hd1-d1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;}*/
    /*.hd1-d1{background-image: url(../img/b26.jpg);background-color: #3e8544;background-size: auto 100%;background-position: center center;background-repeat: no-repeat;}*/
    /*.hd1-d1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-d2{width: 100%;height: 100%;position: relative;}*/
    /*.hd1-d3{width: 88%;position: absolute;top: calc(50% - 128px);left: 6%;display: flex;justify-content: space-between;}*/
    /*.hd1-d4{position: relative;}*/
    /*.hd1-d5{width: 100%;position: relative;margin-bottom: 26px;}*/
    /*.hd1-d6{display: none;width: 40px;position: absolute;top: -64px;left: calc(50% - 40px/2);}*/
    /*.hd1-d4:hover .hd1-d6{display: block;}*/
    /*.hd1-d7{font-size: 30px;line-height: 30px;color: #fff;font-weight: bold;text-align: center;}*/
    /*.hd1-d8{display: none;}*/
    /*.hd1-d9{width: 100%;position: relative;}*/
    /*.hd1-d10{font-size: 16px;line-height: 42px;color: #fff;text-align: center;transition: 0.5s;}*/
    /*.hd1-d10:hover{color: #deaf6b;text-decoration: underline;transition: 0.5s;}*/
    /*.hd1-d11{width: 0;height: 0;position: absolute;bottom: 86px;left: 50%;}*/
    /*.hd1-d12{width: 154px;position: absolute;bottom: 0;}*/
    /*.hd1-d12:nth-child(1){right: 20px;}*/
    /*.hd1-d12:nth-child(2){left: 20px;}*/
    /*.hd1-d13{width: 136px;position: relative;margin: 0 auto 24px;}*/
    /*.hd1-d14{font-size: 18px;line-height: 18px;color: #deaf6b;font-weight: bold;text-align: center;}*/
    /*.hd1-d15{width: 100%;position: absolute;top: 0;left: 0;}*/
    /*.hd1-d16{height: 60px;position: absolute;top: calc(120px/2 - 60px/2);left: 66px;}*/
    /*.hd1-d17{width: 1px;height: 20px;background: rgba(255,255,255,0.5);position: absolute;top: calc(120px/2 - 20px/2 + 8px);left: 275px;}*/
    /*.hd1-d18{font-size: 16px;line-height: 20px;color: #fff;font-weight: bold;position: absolute;top: calc(120px/2 - 20px/2 + 8px);left: 290px;}*/
    /*.hd1-d19{height: 22px;position: absolute;top: calc(120px/2 - 22px/2);right: 174px;cursor: pointer;}*/
    /*.hd1-d20{height: 16px;position: absolute;top: calc(120px/2 - 16px/2);right: 56px;cursor: pointer;}*/
    /*.hd1-d21{display: none;}*/
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    /*.hd1-a1{width: 100%;position: fixed;top: 0;left: 0;z-index: 10;}*/
    /*.hd1-a2{height: 48px;position: absolute;top: calc(90px/2 - 48px/2);left: 44px;}*/
    /*.hd1-a3{height: 20px;position: absolute;top: calc(90px/2 - 20px/2);right: 150px;cursor: pointer;}*/
    /*.hd1-a4{height: 16px;position: absolute;top: calc(90px/2 - 16px/2);right: 44px;cursor: pointer;}*/
    /*.hd1-a5{display: none;}*/
    /*.hd1-a6{width: 100%;height: 90px;background: none;transition: 0.5s;}*/
    /*.hd1-a6.on1{background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.3));transition: 0.5s;}*/
    /*.hd1-a7{font-size: 14px;line-height: 16px;color: #fff;font-weight: bold;position: absolute;top: calc(90px/2 - 20px/2 + 8px);left: 230px;}*/
    /*.hd1-a8{width: 1px;height: 16px;background: rgba(255,255,255,0.5);position: absolute;top: calc(90px/2 - 20px/2 + 8px);left: 215px;}*/
    /*.hd1-b1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;background: #3e8444;}*/
    /*.hd1-b1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-b2{font-size: 48px;line-height: 48px;color: #fff;font-weight: bold;text-align: center;width: 100%;position: absolute;top: calc(50% - 100px);left: 0;opacity: 0;transform: matrix(1,0,0,1,0,160);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b2{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b3{font-size: 48px;line-height: 48px;color: #fff;font-weight: lighter;text-align: center;width: 100%;position: absolute;top: calc(50% - 48px);left: 0;opacity: 0;transform: matrix(1,0,0,1,0,100);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b3{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b4{width: 640px;height: 48px;border-radius: 28px;background: rgba(255,255,255,0.1);position: absolute;top: calc(50% + 28px);left: calc(50% - 640px/2);opacity: 0;transform: matrix(1,0,0,1,0,60);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b4{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b5{width: 500px;height: 40px;position: absolute;top: calc(50% - 40px/2);left: 30px;}*/
    /*.hd1-b5 input{width: 100%;height: 100%;position: relative;font-size: 14px;line-height: 40px;color: #fff;}*/
    /*.hd1-b5 input::-webkit-input-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input:-moz-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input::-moz-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input:-ms-input-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b6{height: 20px;position: absolute;top: calc(50% - 20px/2);right: 30px;cursor: pointer;}*/
    /*.hd1-b6+input{display: none;}*/
    /*.hd1-b7{width: 560px;position: absolute;top: calc(50% + 96px);left: calc(50% - 560px/2);opacity: 0;transform: matrix(1,0,0,1,0,80);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b7{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b8{font-size: 16px;line-height: 30px;color: #fff;font-weight: bold;float: left;}*/
    /*.hd1-b9{width: calc(100% - 80px);float: right;}*/
    /*.hd1-b9>div{font-size: 14px;line-height: 30px;color: #fff;float: left;margin-right: 18px;}*/
    /*.hd1-b10{height: 48px;position: absolute;top: calc(90px/2 - 48px/2);left: 44px;}*/
    /*.hd1-b11{width: 1px;height: 16px;background: rgba(255,255,255,0.5);position: absolute;top: calc(90px/2 - 20px/2 + 8px);left: 215px;}*/
    /*.hd1-b12{font-size: 14px;line-height: 16px;color: #fff;font-weight: bold;position: absolute;top: calc(90px/2 - 20px/2 + 8px);left: 230px;}*/
    /*.hd1-b13{height: 36px;position: absolute;top: calc(90px/2 - 36px/2);right: 44px;cursor: pointer;}*/
    /*.hd1-c1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;overflow: hidden;background: #3e8444;display: none;}*/
    /*.hd1-c1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-c2{width: 960px;height: 100%;position: absolute;top: 0;left: calc(50% - 960px/2);display: table;}*/
    /*.hd1-c3{width: 100%;display: table-cell;vertical-align: middle;}*/
    /*.hd1-c4{margin-bottom: 10px;}*/
    /*.hd1-c4:last-child{margin-bottom: 0;}*/
    /*.hd1-c5{font-size: 24px;line-height: 36px;color: #fff;font-weight: bold;}*/
    /*.hd1-c6{width: 100%;position: relative;}*/
    /*.hd1-c7{font-size: 14px;line-height: 40px;color: #fff;position: relative;;margin-right: 40px;float: left;}*/
    /*.hd1-c8{height: 48px;position: absolute;top: calc(90px/2 - 48px/2);left: 44px;}*/
    /*.hd1-c9{height: 36px;position: absolute;top: calc(90px/2 - 36px/2);right: 44px;cursor: pointer;}*/
    /*.hd1-c10{display: none;}*/
    /*.hd1-a1.on1.in1 img:nth-child(1){display: block;}*/
    /*.hd1-a1.on1.in1 img:nth-child(2){display: none;}*/
    /*.hd1-a1.on1.in2 img:nth-child(1){display: none;}*/
    /*.hd1-a1.on1.in2 img:nth-child(2){display: block;}*/
    /*.hd1-a1.on2 img:nth-child(1){display: block;}*/
    /*.hd1-a1.on2 img:nth-child(2){display: none;}*/
    /*.hd1-a1.on3 img:nth-child(1){display: none;}*/
    /*.hd1-a1.on3 img:nth-child(2){display: block;}*/
    /*.hd1-a1.on1.in1 .hd1-a7,.hd1-a1.on2 .hd1-a7{color: #fff;}*/
    /*.hd1-a1.on1.in2 .hd1-a7,.hd1-a1.on3 .hd1-a7{color: #3e8444;}*/
    /*.hd1-a1.on1.in1 .hd1-a8,.hd1-a1.on2 .hd1-a8{background: rgba(255,255,255,0.5);}*/
    /*.hd1-a1.on1.in2 .hd1-a8,.hd1-a1.on3 .hd1-a8{background: rgba(62,133,68,0.5);}*/
    /*.hd1-d1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;}*/
    /*.hd1-d1{background-image: url(../img/b26.jpg);background-color: #3e8544;background-size: auto 100%;background-position: center center;background-repeat: no-repeat;}*/
    /*.hd1-d1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-d2{width: 100%;height: 100%;position: relative;}*/
    /*.hd1-d3{width: 94%;position: absolute;top: calc(50% - 140px);left: 3%;display: flex;justify-content: space-between;}*/
    /*.hd1-d4{position: relative;}*/
    /*.hd1-d5{width: 100%;position: relative;margin-bottom: 20px;}*/
    /*.hd1-d6{display: none;width: 30px;position: absolute;top: -56px;left: calc(50% - 30px/2);}*/
    /*.hd1-d4:hover .hd1-d6{display: block;}*/
    /*.hd1-d7{font-size: 24px;line-height: 24px;color: #fff;font-weight: bold;text-align: center;}*/
    /*.hd1-d8{display: none;}*/
    /*.hd1-d9{width: 100%;position: relative;}*/
    /*.hd1-d10{font-size: 14px;line-height: 32px;color: #fff;text-align: center;transition: 0.5s;}*/
    /*.hd1-d10:hover{color: #deaf6b;text-decoration: underline;transition: 0.5s;}*/
    /*.hd1-d11{width: 0;height: 0;position: absolute;bottom: 60px;left: 50%;}*/
    /*.hd1-d12{width: 136px;position: absolute;bottom: 0;}*/
    /*.hd1-d12:nth-child(1){right: 20px;}*/
    /*.hd1-d12:nth-child(2){left: 20px;}*/
    /*.hd1-d13{width: 112px;position: relative;margin: 0 auto 16px;}*/
    /*.hd1-d14{font-size: 16px;line-height: 16px;color: #deaf6b;font-weight: bold;text-align: center;}*/
    /*.hd1-d15{width: 100%;position: absolute;top: 0;left: 0;}*/
    /*.hd1-d16{height: 48px;position: absolute;top: calc(90px/2 - 48px/2);left: 44px;}*/
    /*.hd1-d17{width: 1px;height: 20px;background: rgba(255,255,255,0.5);position: absolute;top: calc(90px/2 - 20px/2 + 8px);left: 215px;}*/
    /*.hd1-d18{font-size: 16px;line-height: 20px;color: #fff;font-weight: bold;position: absolute;top: calc(90px/2 - 20px/2 + 8px);left: 230px;}*/
    /*.hd1-d19{height: 20px;position: absolute;top: calc(90px/2 - 20px/2);right: 150px;cursor: pointer;}*/
    /*.hd1-d20{height: 16px;position: absolute;top: calc(90px/2 - 16px/2);right: 44px;cursor: pointer;}*/
    /*.hd1-d21{display: none;}*/
}

@media only screen and (max-width: 1023px) {
    /*.hd1-a1{width: 100%;position: fixed;top: 0;left: 0;z-index: 10;}*/
    /*.hd1-a2{height: 0.76rem;position: absolute;top: calc(1.44rem/2 - 0.76rem/2);left: 0.4rem;}*/
    /*.hd1-a3{height: 0.44rem;position: absolute;top: calc(1.44rem/2 - 0.44rem/2);right: 1.28rem;cursor: pointer;}*/
    /*.hd1-a5{height: 0.4rem;position: absolute;top: calc(1.44rem/2 - 0.4rem/2);right: 0.4rem;cursor: pointer;}*/
    /*.hd1-a6{width: 100%;height: 1.44rem;background: none;transition: 0.5s;}*/
    /*.hd1-a6.on1{background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.3));transition: 0.5s;}*/
    /*.hd1-a4,.hd1-a7,.hd1-a8{display: none;}*/
    /*.hd1-b1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;background: #3e8444;}*/
    /*.hd1-b1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-b2{font-size: 0.72rem;line-height: 0.72rem;color: #fff;font-weight: bold;text-align: center;width: 100%;position: absolute;top: calc(50% - 2.24rem);left: 0;opacity: 0;transform: matrix(1,0,0,1,0,160);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b2{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b3{font-size: 0.72rem;line-height: 0.72rem;color: #fff;font-weight: lighter;text-align: center;width: 100%;position: absolute;top: calc(50% - 0.96rem);left: 0;opacity: 0;transform: matrix(1,0,0,1,0,100);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b3{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b4{width: calc(100% - 0.4rem*2);height: 0.8rem;border-radius: 0.4rem;background: rgba(255,255,255,0.1);position: absolute;top: calc(50% + 0.2rem);left: 0.4rem;opacity: 0;transform: matrix(1,0,0,1,0,60);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b4{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b5{width: 70%;height: 0.7rem;position: absolute;top: calc(50% - 0.7rem/2);left: 0.4rem;}*/
    /*.hd1-b5 input{width: 100%;height: 100%;position: relative;font-size: 0.28rem;line-height: 0.7rem;color: #fff;}*/
    /*.hd1-b5 input::-webkit-input-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input:-moz-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input::-moz-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b5 input:-ms-input-placeholder{color: rgba(255,255,255,0.8);}*/
    /*.hd1-b6{height: 0.4rem;position: absolute;top: calc(50% - 0.4rem/2);right: 0.3rem;cursor: pointer;}*/
    /*.hd1-b6+input{display: none;}*/
    /*.hd1-b7{width: calc(100% -  0.6rem*2);position: absolute;top: calc(50% + 1.4rem);left: 0.6rem;opacity: 0;transform: matrix(1,0,0,1,0,80);transition: 1s;}*/
    /*.hd1-b1.on1 .hd1-b7{transform: matrix(1,0,0,1,0,0);opacity: 1;transition: 1s;}*/
    /*.hd1-b8{font-size: 0.28rem;line-height: 0.48rem;color: #fff;font-weight: bold;float: left;}*/
    /*.hd1-b9{width: calc(100% - 1.6rem + 0.2rem);float: right;}*/
    /*.hd1-b9>div{font-size: 0.26rem;line-height: 0.48rem;color: #fff;float: left;margin-right: 0.2rem;}*/
    /*.hd1-b10{display: none;}*/
    /*.hd1-b10{height: 0.76rem;position: absolute;top: calc(1.44rem/2 - 0.76rem/2);left: 0.4rem;}*/
    /*.hd1-b11,.hd1-b12{display: none;}*/
    /*.hd1-b13{height: 0.6rem;position: absolute;top: calc(1.44rem/2 - 0.6rem/2);right: 0.4rem;cursor: pointer;}*/
    /*.hd1-c1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;overflow: hidden;background: #3e8444;display: none;}*/
    /*.hd1-c1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-c2{width: 100%;height: 100%;position: absolute;top: 0;left: 0;padding-top: 1.44rem;overflow: hidden;}*/
    /*.hd1-c3{width: 100%;height: 100%;position: relative;overflow: hidden;}*/
    /*.hd1-c4{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.6);}*/
    /*.hd1-c4:last-child{border-bottom: 0;}*/
    /*.hd1-c5{font-size: 0.36rem;line-height: 1.2rem;color: #fff;font-weight: bold;padding: 0 0.4rem;}*/
    /*.hd1-c6{width: 100%;position: relative;display: none;}*/
    /*.hd1-c7{font-size: 0.32rem;line-height: 0.8rem;color: #fff;position: relative;padding: 0 0.6rem;}*/
    /*.hd1-c8{display: none;}*/
    /*.hd1-c9{height: 0.6rem;position: absolute;top: calc(1.44rem/2 - 0.6rem/2);right: 0.4rem;cursor: pointer;}*/
    /*.hd1-c10{height: 0.76rem;position: absolute;top: calc(1.44rem/2 - 0.76rem/2);left: 0.4rem;}*/
    /*.hd1-a1.on1.in1 img:nth-child(1){display: block;}*/
    /*.hd1-a1.on1.in1 img:nth-child(2){display: none;}*/
    /*.hd1-a1.on1.in2 img:nth-child(1){display: none;}*/
    /*.hd1-a1.on1.in2 img:nth-child(2){display: block;}*/
    /*.hd1-a1.on2 img:nth-child(1){display: block;}*/
    /*.hd1-a1.on2 img:nth-child(2){display: none;}*/
    /*.hd1-a1.on3 img:nth-child(1){display: none;}*/
    /*.hd1-d1{width: 100%;height: 100%;position: fixed;top: -100%;left: 0;z-index: 11;transition: 0.5s;}*/
    /*.hd1-d1{background-image: url(../img/b27.jpg);background-color: #3e8544;background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}*/
    /*.hd1-d1.on1{top: 0;transition: 0.5s;}*/
    /*.hd1-d2{width: 100%;height: calc(100% - 1.44rem);position: absolute;top: 1.44rem;left: 0;overflow: hidden;overflow-y: auto;}*/
    /*.hd1-d3{width: 100%;position: relative;}*/
    /*.hd1-d4{width: 100%;position: relative;}*/
    /*.hd1-d5{width: 100%;height: 1rem;position: relative;}*/
    /*.hd1-d6{display: none;width: 0.44rem;position: absolute;top: calc(50% - 0.44rem/2);left: 0.56rem;}*/
    /*.hd1-d5.on1 .hd1-d6{display: block;}*/
    /*.hd1-d7{font-size: 0.32rem;line-height: 1rem;color: #fff;font-weight: bold;position: absolute;top: 0;left: 1.25rem;}*/
    /*.hd1-d8{height: 0.24rem;position: absolute;top: calc(50% - 0.24rem/2);right: 0.44rem;cursor: pointer;}*/
    /*.hd1-d9{width: 100%;position: relative;padding: 0.2rem 1.25rem;background: rgba(0,0,0,0.2);display: none;}*/
    /*.hd1-d10{font-size: 0.28rem;line-height: 0.72rem;color: #fff;}*/
    /*.hd1-d11{width: 100%;height: 3.3rem;position: relative;}*/
    /*.hd1-d12{width: 2.1rem;position: absolute;top: 0.5rem;}*/
    /*.hd1-d12:nth-child(1){right: calc(50% + 0.2rem);}*/
    /*.hd1-d12:nth-child(2){left: calc(50% + 0.2rem);}*/
    /*.hd1-d13{width: 1.68rem;position: relative;margin: 0 auto 0.28rem;}*/
    /*.hd1-d14{font-size: 0.24rem;line-height: 0.24rem;color: #deaf6b;font-weight: bold;text-align: center;}*/
    /*.hd1-d15{width: 100%;position: absolute;top: 0;left: 0;}*/
    /*.hd1-d16{height: 0.76rem;position: absolute;top: calc(1.44rem/2 - 0.76rem/2);left: 0.4rem;}*/
    /*.hd1-d17,.hd1-d18{display: none;}*/
    /*.hd1-d19{height: 0.44rem;position: absolute;top: calc(1.44rem/2 - 0.44rem/2);right: 1.16rem;cursor: pointer;}*/
    /*.hd1-d20{display: none;}*/
    /*.hd1-d21{height: 0.4rem;position: absolute;top: calc(1.44rem/2 - 0.4rem/2);right: 0.4rem;cursor: pointer;}*/
}


/*ft1*/

@media only screen and (min-width: 1480px) {
    /*.ft1-a1{width: 100%;position: relative;background: #242424;overflow: hidden;padding: 84px 0 0;}*/
    /*.ft1-a1.on1{position: fixed;bottom: 0;left: 0;}*/
    /*.ft1-a2{width: 1440px;position: relative;margin: 0 auto 80px;}*/
    /*.ft1-b1{float: left;}*/
    /*.ft1-b2{float: left;margin-right: 200px;}*/
    /*.ft1-b2:last-child{margin-right: 0;}*/
    /*.ft1-b3{font-size: 18px;line-height: 18px;color: #fff;font-weight: bold;text-align: center;margin-bottom: 24px;}*/
    /*.ft1-b4{font-size: 14px;line-height: 36px;color: #c1c0c0;text-align: center;}*/
    /*.ft1-b4:hover{color: #01853b;text-decoration: underline;}*/
    /*.ft1-c1{float: right;}*/
    /*.ft1-c2{font-size: 18px;line-height: 18px;color: #fff;font-weight: bold;margin-bottom: 26px;}*/
    /*.ft1-c3{font-size: 14px;line-height: 42px;color: #c1c0c0;vertical-align: middle;}*/
    /*.ft1-c3>span{font-size: 30px;color: #00883b;font-family: 'Rubik';vertical-align: middle;}*/
    /*.ft1-c4{padding-top: 18px;}*/
    /*.ft1-c5{width: 40px;height: 40px;position: relative;float: left;margin-right: 30px;}*/
    /*.ft1-c5:last-child{margin-right: 0;}*/
    /*.ft1-c6{width: 100%;height: 100%;position: relative;}*/
    /*.ft1-c7{width: 120px;position: absolute;bottom: 50px;left: calc(50% - 120px/2);transform: scale(0);transition: 0.5s;}*/
    /*.ft1-c5:hover .ft1-c7{transform: scale(1);transition: 0.5s;}*/
    /*.ft1-c8{display: none;}*/
    /*.ft1-d1{width: 100%;border-top: 1px solid #333333;}*/
    /*.ft1-d2{width: 1440px;margin: 0 auto;position: relative;}*/
    /*.ft1-d3{float: left;}*/
    /*.ft1-d4{font-size: 14px;line-height: 62px;color: #c1c0c0;font-weight: bold;float: left;margin-right: 70px;}*/
    /*.ft1-d4:last-child{margin-right: 0;}*/
    /*.ft1-d5{font-size: 12px;line-height: 62px;color: #ffffff;opacity: 0.66;float: right;}*/
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    /*.ft1-a1{width: 100%;position: relative;background: #242424;overflow: hidden;padding: 60px 0 0;}*/
    /*.ft1-a1.on1{position: fixed;bottom: 0;left: 0;}*/
    /*.ft1-a2{width: 960px;position: relative;margin: 0 auto 60px;}*/
    /*.ft1-b1{float: left;}*/
    /*.ft1-b2{float: left;margin-right: 110px;}*/
    /*.ft1-b2:last-child{margin-right: 0;}*/
    /*.ft1-b3{font-size: 16px;line-height: 16px;color: #fff;font-weight: bold;text-align: center;margin-bottom: 16px;}*/
    /*.ft1-b4{font-size: 12px;line-height: 28px;color: #c1c0c0;text-align: center;}*/
    /*.ft1-b4:hover{color: #01853b;text-decoration: underline;}*/
    /*.ft1-c1{float: right;}*/
    /*.ft1-c2{font-size: 16px;line-height: 16px;color: #fff;font-weight: bold;margin-bottom: 16px;}*/
    /*.ft1-c3{font-size: 12px;line-height: 32px;color: #c1c0c0;vertical-align: middle;}*/
    /*.ft1-c3>span{font-size: 24px;color: #00883b;font-family: 'Rubik';vertical-align: middle;}*/
    /*.ft1-c4{padding-top: 18px;}*/
    /*.ft1-c5{width: 30px;height: 30px;position: relative;float: left;margin-right: 20px;}*/
    /*.ft1-c5:last-child{margin-right: 0;}*/
    /*.ft1-c6{width: 100%;height: 100%;position: relative;}*/
    /*.ft1-c7{width: 100px;position: absolute;bottom: 40px;left: calc(50% - 100px/2);transform: scale(0);transition: 0.5s;}*/
    /*.ft1-c5:hover .ft1-c7{transform: scale(1);transition: 0.5s;}*/
    /*.ft1-c8{display: none;}*/
    /*.ft1-d1{width: 100%;border-top: 1px solid #333333;}*/
    /*.ft1-d2{width: 960px;margin: 0 auto;position: relative;}*/
    /*.ft1-d3{float: left;}*/
    /*.ft1-d4{font-size: 12px;line-height: 48px;color: #c1c0c0;font-weight: bold;float: left;margin-right: 50px;}*/
    /*.ft1-d4:last-child{margin-right: 0;}*/
    /*.ft1-d5{font-size: 12px;line-height: 48px;color: #ffffff;opacity: 0.66;float: right;}*/
}

@media only screen and (max-width: 1023px) {
    /*.ft1-a1{width: 100%;position: relative;background: #242424;overflow: hidden;padding: 1rem 0 0;}*/
    /*.ft1-a1.on1{position: fixed;bottom: 0;left: 0;}*/
    /*.ft1-a2{width: calc(100% - 0.4rem*2);position: relative;margin: 0 auto 0.6rem;}*/
    /*.ft1-b1{display: none;}*/
    /*.ft1-c1{width: 100%}*/
    /*.ft1-c2{font-size: 0.36rem;line-height: 0.36rem;color: #fff;font-weight: bold;margin-bottom: 0.48rem;}*/
    /*.ft1-c3{font-size: 0.28rem;line-height: 0.6rem;color: #c1c0c0;vertical-align: middle;}*/
    /*.ft1-c3>span{font-size: 0.36rem;color: #00883b;font-family: 'Rubik';vertical-align: middle;}*/
    /*.ft1-c4{padding-top: 18px;}*/
    /*.ft1-c5{width: calc((100% - 0.4rem*2)/3);position: relative;float: left;margin-right: 0.4rem;}*/
    /*.ft1-c5:last-child{margin-right: 0;}*/
    /*.ft1-c6{display: none;}*/
    /*.ft1-c7{width: 100%;position: relative;}*/
    /*.ft1-c8{font-size: 0.28rem;line-height: 0.6rem;color: #fff;text-align: center;}*/
    /*.ft1-d1{width: 100%;border-top: 1px solid #333333;padding: 0.2rem 0.4rem;}*/
    /*.ft1-d2{width: 100%;margin: 0 auto;position: relative;}*/
    /*.ft1-d3{display: none;}*/
    /*.ft1-d5{font-size: 0.28rem;line-height: 0.48rem;color: #ffffff;opacity: 0.66;text-align: center;}*/
}


/*window1*/

@media only screen and (min-width: 1480px) {
    .window1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .window111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .window111>div>.swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .window1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .window111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .window111>div>.swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
}

@media only screen and (max-width: 1023px) {
    .window1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .window111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .window111>div>.swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
}


/*ind1*/

@media only screen and (min-width: 1480px) {
    .ind1-a1 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .ind111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind111 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind1-a2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind1-a2 img {
        min-height: 100%;
    }
    .ind1-a3 {
        display: none;
    }
    .ind1-a4 {
        width: 620px;
        position: absolute;
        top: calc(50% - 95px);
        left: calc(50% - 620px/2);
    }
    .ind1-a5 {
        width: 600px;
        position: absolute;
        top: calc(50% + 60px);
        left: calc(50% - 600px/2);
    }
    .ind112 {
        width: 300px;
        position: absolute;
        bottom: 60px;
        left: calc(50% - 300px/2);
    }
    .ind112 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        opacity: 0.5;
        transition: 0.5s;
        margin: 0 24px;
    }
    .ind112 .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #e1b368;
        opacity: 1;
        transition: 0.5s;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ind1-a1 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .ind111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind111 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind1-a2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind1-a2 img {
        min-height: 100%;
    }
    .ind1-a3 {
        display: none;
    }
    .ind1-a4 {
        width: 520px;
        position: absolute;
        top: calc(50% - 84px);
        left: calc(50% - 520px/2);
    }
    .ind1-a5 {
        width: 500px;
        position: absolute;
        top: calc(50% + 50px);
        left: calc(50% - 500px/2);
    }
    .ind112 {
        width: 300px;
        position: absolute;
        bottom: 60px;
        left: calc(50% - 300px/2);
    }
    .ind112 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        opacity: 0.5;
        transition: 0.5s;
        margin: 0 24px;
    }
    .ind112 .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #e1b368;
        opacity: 1;
        transition: 0.5s;
    }
}

@media only screen and (max-width: 1023px) {
    .ind1-a1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind111 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind1-a2 {
        display: none;
    }
    .ind1-a3 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind1-a3 img {
        min-height: 100%;
    }
    .ind1-a4 {
        width: 6.2rem;
        position: absolute;
        top: calc(50% - 1.54rem);
        left: calc(50% - 6.2rem/2);
    }
    .ind1-a5 {
        width: 6rem;
        position: absolute;
        top: 50%;
        left: calc(50% - 6rem/2);
    }
    .ind112 {
        width: 100%;
        position: absolute;
        bottom: 0.72rem;
        left: 0;
    }
    .ind112 .swiper-pagination-bullet {
        width: 0.12rem;
        height: 0.12rem;
        border-radius: 50%;
        background: #fff;
        opacity: 0.5;
        transition: 0.5s;
        margin: 0 0.4rem;
    }
    .ind112 .swiper-pagination-bullet-active {
        width: 0.18rem;
        height: 0.18rem;
        background: #e1b368;
        opacity: 1;
        transition: 0.5s;
    }
}


/*ind2*/

@media only screen and (min-width: 1480px) {
    .ind2-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind2-a2 {
        width: 1254px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .ind2-a3 {
        width: calc(1920px - 1254px);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 1;
    }
    .ind211 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind211 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind2-b1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind2-b2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind2-b2 img {
        min-height: 100%;
    }
    .ind2-b4 {
        width: 800px;
        position: absolute;
        top: calc(50% - 210px);
        left: 240px;
    }
    .ind2-b5 {
        width: 100%;
        font-size: 260px;
        line-height: 260px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        -webkit-background-clip: text;
        color: transparent;
        font-family: 'Rubik';
        text-align: center;
        margin-bottom: 4px;
    }
    .ind2-b6 {
        width: 100%;
        font-size: 28px;
        line-height: 44px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-bottom: 36px;
    }
    .ind2-b1 .bt1-a1 {
        margin: 0 auto;
    }
    .ind2-b3,
    .ind2-b7,
    .ind2-b8,
    .ind2-b9,
    .ind2-b10 {
        display: none;
    }
    .ind2-c1 {
        width: 574px;
        height: 488px;
        position: absolute;
        top: calc(50% - 310px);
        right: 0;
    }
    .ind2-c1 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .ind2-c1:hover img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .ind2-c2 {
        width: 510px;
        font-size: 32px;
        line-height: 40px;
        color: #3e8444;
        font-weight: bold;
        position: absolute;
        top: calc(50% + 196px);
        right: calc(574px - 510px);
    }
    .ind2-c3 {
        width: 510px;
        font-size: 22px;
        line-height: 30px;
        color: #454545;
        position: absolute;
        top: calc(50% + 246px);
        right: calc(574px - 510px);
    }
    .ind2-c4 {
        width: 510px;
        height: calc(30px*3);
        font-size: 16px;
        line-height: 30px;
        color: #686868;
        position: absolute;
        top: calc(50% + 294px);
        right: calc(574px - 510px);
    }
    .ind212 {
        width: 88px;
        height: 88px;
        padding: 0;
        margin: 0;
        background: none;
        position: absolute;
        top: calc(50% - 88px/2);
        right: calc(1920px - 1254px - 88px/2);
        left: auto;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ind2-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind2-a2 {
        width: 1120px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1480px/2);
    }
    .ind2-a3 {
        width: calc(1480px - 1120px);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 1;
    }
    .ind211 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind211 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind2-b1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind2-b2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind2-b2 img {
        min-height: 100%;
    }
    .ind2-b4 {
        width: 600px;
        position: absolute;
        top: calc(50% - 180px);
        left: 220px;
    }
    .ind2-b5 {
        width: 100%;
        font-size: 200px;
        line-height: 200px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        -webkit-background-clip: text;
        color: transparent;
        font-family: 'Rubik';
        text-align: center;
        margin-bottom: 4px;
    }
    .ind2-b6 {
        width: 100%;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-bottom: 24px;
    }
    .ind2-b1 .bt1-a1 {
        margin: 0 auto;
    }
    .ind2-b3,
    .ind2-b7,
    .ind2-b8,
    .ind2-b9,
    .ind2-b10 {
        display: none;
    }
    .ind2-c1 {
        width: 320px;
        height: 250px;
        position: absolute;
        top: calc(50% - 200px);
        right: 0;
    }
    .ind2-c1 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .ind2-c1:hover img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .ind2-c2 {
        width: 280px;
        font-size: 24px;
        line-height: 30px;
        color: #3e8444;
        font-weight: bold;
        position: absolute;
        top: calc(50% + 64px);
        right: calc(320px - 280px);
    }
    .ind2-c3 {
        width: 280px;
        font-size: 18px;
        line-height: 24px;
        color: #454545;
        position: absolute;
        top: calc(50% + 110px);
        right: calc(320px - 280px);
    }
    .ind2-c4 {
        width: 280px;
        height: calc(24px*3);
        font-size: 14px;
        line-height: 24px;
        color: #686868;
        position: absolute;
        top: calc(50% + 140px);
        right: calc(320px - 280px);
    }
    .ind212 {
        width: 64px;
        height: 64px;
        padding: 0;
        margin: 0;
        background: none;
        position: absolute;
        top: calc(50% - 64px/2);
        right: calc(1480px - 1120px - 64px/2);
        left: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .ind2-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind2-a2 {
        width: 100%;
        height: calc(100% - 4.2rem);
        position: relative;
    }
    .ind2-a3 {
        width: 100%;
        height: 4.2rem;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: 1;
        padding: 1rem 0.4rem 0;
    }
    .ind211 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind211 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind2-b1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind2-b3 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind2-b3 img {
        min-height: 100%;
    }
    .ind2-b4 {
        width: calc(100% - 0.4rem*2);
        position: absolute;
        top: calc(50% - 1.6rem);
        left: 0.4rem;
    }
    .ind2-b5 {
        width: 100%;
        font-size: 2.6rem;
        line-height: 2.6rem;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        -webkit-background-clip: text;
        color: transparent;
        font-family: 'Rubik';
        text-align: center;
    }
    .ind2-b6 {
        width: 100%;
        font-size: 0.36rem;
        line-height: 0.6rem;
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-bottom: 24px;
    }
    .ind2-b1 .bt1-a1 {
        margin: 0 auto;
    }
    .ind2-b2,
    .ind2-b7,
    .ind2-b8,
    .ind2-b9,
    .ind2-b10 {
        display: none;
    }
    .ind2-c1 {
        display: none;
    }
    .ind2-c2 {
        width: 100%;
        font-size: 0.44rem;
        line-height: 0.5rem;
        color: #01873c;
        font-weight: bold;
        margin: -0.1rem 0 0.56rem;
    }
    .ind2-c3 {
        width: 100%;
        font-size: 0.36rem;
        line-height: 0.42rem;
        color: #454545;
        margin-bottom: 0.16rem;
    }
    .ind2-c4 {
        width: 100%;
        height: calc(0.48rem*3);
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #686868;
    }
    .ind212 {
        width: 1.28rem;
        height: 1.28rem;
        padding: 0;
        margin: 0;
        background: none;
        position: absolute;
        top: auto;
        right: calc(50% - 1.28rem/2);
        left: auto;
        bottom: calc(4.2rem - 1.28rem/2);
    }
}


/*ind3*/

@media only screen and (min-width: 1480px) {
    .ind3-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind3-a2 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .ind3-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .ind3-a3 img {
        min-height: 100%;
    }
    .ind3-a3 img:nth-child(1) {
        display: block;
    }
    .ind3-a3 img:nth-child(2) {
        display: none;
    }
    .ind3-a4 {
        width: 1440px;
        position: absolute;
        top: calc(50% - 170px);
        left: calc(50% - 1440px/2);
    }
    .ind3-b1 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .ind3-b2 {
        width: 610px;
        position: relative;
    }
    .ind3-b3 {
        font-size: 48px;
        line-height: 48px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 32px;
    }
    .ind3-b4 {
        height: calc(30px*4);
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 40px;
    }
    .ind3-b5 {
        width: 660px;
        position: absolute;
        top: 10px;
        right: 0;
        display: flex;
        justify-content: space-between;
    }
    .ind3-b6 {
        width: 170px;
    }
    .ind3-b7 {
        width: 66px;
        height: 66px;
        position: relative;
        margin: 0 auto 20px;
    }
    .ind3-b7 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind3-b8 {
        font-size: 38px;
        line-height: 38px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-bottom: 16px;
    }
    .ind3-b9 {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }
    .ind3-b10 {
        width: 1px;
        height: 100px;
        background: rgba(255, 255, 255, 0.3);
        position: relative;
        top: 66px;
    }
    .ind3-c1 {
        width: 1920px;
        height: 113px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        position: absolute;
        bottom: 0;
        left: calc(50% - 1920px/2);
    }
    .ind3-c2 {
        height: 112px;
        position: relative;
        float: left;
    }
    .ind3-c2:nth-child(1) {
        width: calc(1920px/2 - 480px/2);
        padding-left: calc(1920px/2 - 1440px/2);
    }
    .ind3-c2:nth-child(2) {
        width: 480px;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }
    .ind3-c2:nth-child(3) {
        width: calc(1920px/2 - 480px/2);
        padding-right: calc(1920px/2 - 1440px/2);
    }
    .ind3-c3 {
        width: 0;
        height: 3px;
        background: #af935c;
        position: absolute;
        top: -2px;
        left: 50%;
        transition: 0.5s;
    }
    .ind3-c2.on1 .ind3-c3 {
        width: 100%;
        left: 0;
        transition: 0.5s;
    }
    .ind3-c4 {
        width: 100%;
        height: 100%;
        position: relative;
        cursor: pointer;
    }
    .ind3-c5 {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 26px;
        left: 36px;
    }
    .ind3-c6 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        position: absolute;
        top: 64px;
        left: 36px;
    }
    .ind3-c7 {
        width: 52px;
        height: 52px;
        position: absolute;
        top: calc(50% - 52px/2);
        right: 36px;
    }
    .ind3-d1 {
        display: none;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ind3-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind3-a2 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .ind3-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .ind3-a3 img {
        min-height: 100%;
    }
    .ind3-a3 img:nth-child(1) {
        display: block;
    }
    .ind3-a3 img:nth-child(2) {
        display: none;
    }
    .ind3-a4 {
        width: 960px;
        position: absolute;
        top: calc(50% - 140px);
        left: calc(50% - 960px/2);
    }
    .ind3-b1 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .ind3-b2 {
        width: 420px;
        position: relative;
    }
    .ind3-b3 {
        font-size: 36px;
        line-height: 36px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 24px;
    }
    .ind3-b4 {
        height: calc(24px*4);
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 28px;
    }
    .ind3-b5 {
        width: 480px;
        position: absolute;
        top: 10px;
        right: 0;
        display: flex;
        justify-content: space-between;
    }
    .ind3-b6 {
        width: 140px;
    }
    .ind3-b7 {
        width: 44px;
        height: 44px;
        position: relative;
        margin: 0 auto 16px;
    }
    .ind3-b7 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind3-b8 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-bottom: 12px;
    }
    .ind3-b9 {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-align: center;
    }
    .ind3-b10 {
        width: 1px;
        height: 100px;
        background: rgba(255, 255, 255, 0.3);
        position: relative;
        top: 66px;
    }
    .ind3-c1 {
        width: 1480px;
        height: 93px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        position: absolute;
        bottom: 0;
        left: calc(50% - 1480px/2);
    }
    .ind3-c2 {
        height: 92px;
        position: relative;
        float: left;
    }
    .ind3-c2:nth-child(1) {
        width: calc(1480px/2 - 320px/2);
        padding-left: calc(1480px/2 - 960px/2);
    }
    .ind3-c2:nth-child(2) {
        width: 320px;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }
    .ind3-c2:nth-child(3) {
        width: calc(1480px/2 - 320px/2);
        padding-right: calc(1480px/2 - 960px/2);
    }
    .ind3-c3 {
        width: 0;
        height: 3px;
        background: #af935c;
        position: absolute;
        top: -2px;
        left: 50%;
        transition: 0.5s;
    }
    .ind3-c2.on1 .ind3-c3 {
        width: 100%;
        left: 0;
        transition: 0.5s;
    }
    .ind3-c4 {
        width: 100%;
        height: 100%;
        position: relative;
        cursor: pointer;
    }
    .ind3-c5 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 22px;
        left: 24px;
    }
    .ind3-c6 {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        position: absolute;
        top: 54px;
        left: 24px;
    }
    .ind3-c7 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(50% - 40px/2);
        right: 24px;
    }
    .ind3-d1 {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .ind3-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind3-a2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind3-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .ind3-a3 img {
        min-height: 100%;
    }
    .ind3-a3 img:nth-child(1) {
        display: block;
    }
    .ind3-a3 img:nth-child(2) {
        display: none;
    }
    .ind3-a4 {
        width: calc(100% - 0.4rem*2);
        position: absolute;
        top: calc(50% - 4rem);
        left: 0.4rem;
    }
    .ind3-b1 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .ind3-b2 {
        width: 100%;
        position: relative;
        margin-bottom: 0.4rem;
    }
    .ind3-b3 {
        font-size: 0.48rem;
        line-height: 0.48rem;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0.4rem;
    }
    .ind3-b4 {
        height: calc(0.48rem*4);
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #fff;
        margin-bottom: 0.4rem;
    }
    .ind3-b5 {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .ind3-b6 {
        width: 2rem;
    }
    .ind3-b7 {
        width: 0.66rem;
        height: 0.66rem;
        position: relative;
        margin: 0 auto 0.3rem;
    }
    .ind3-b7 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind3-b8 {
        font-size: 0.36rem;
        line-height: 0.36rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.2rem;
    }
    .ind3-b9 {
        font-size: 0.24rem;
        line-height: 0.48rem;
        color: #fff;
        text-align: center;
    }
    .ind3-b10 {
        width: 1px;
        height: 1rem;
        background: rgba(255, 255, 255, 0.3);
        position: relative;
        top: 0.66rem;
    }
    .ind3-c1 {
        display: none;
    }
    .ind3-d1 {
        width: 100%;
        height: 1.8rem;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
    .ind311 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind311 .swiper-slide {
        width: 50%;
        height: 100%!important;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
    }
    .ind311 .swiper-slide:first-child {
        border-left: 0;
    }
    .ind3-d2 {
        width: 100%;
        height: calc(100% - 1px);
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        position: relative;
        top: 1px;
        cursor: pointer;
    }
    .ind3-d3 {
        font-size: 0.3rem;
        line-height: 0.3rem;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 0.3rem;
        left: 0.4rem;
    }
    .ind3-d4 {
        font-size: 0.26rem;
        line-height: 0.36rem;
        color: #fff;
        position: absolute;
        top: 0.8rem;
        left: 0.4rem;
        width: calc(100% - 0.4rem*2);
    }
    .ind3-d5 {
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        top: 0.2rem;
        right: 0.4rem;
    }
    .ind3-d6 {
        width: 0;
        height: 3px;
        background: #af935c;
        position: absolute;
        top: -2px;
        left: 50%;
        transition: 0.5s;
    }
    .ind3-d2.on1 .ind3-d6 {
        width: 100%;
        left: 0;
        transition: 0.5s;
    }
}


/*ind4*/

@media only screen and (min-width: 1480px) {
    .ind4-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind4-a2 {
        width: 1920px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 1920px/2);
    }
    .ind4-a3 {
        display: none;
    }
    .ind4-b1 {
        width: 755px;
        height: 598px;
        position: absolute;
        top: calc(50% - 234px);
        left: calc(50% - 755px/2);
    }
    .ind4-b2 {
        width: 294px;
        position: absolute;
        top: 96px;
        left: calc(50% - 294px/2);
    }
    .ind4-b3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: ind6roll1 12s linear infinite;
    }
    .ind4-b4 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ind4-b5 {
        width: 117px;
        height: 120px;
        position: absolute;
    }
    .ind4-b5:nth-child(1) {
        top: calc(50% - 360px);
        left: calc(50% - 150px);
    }
    .ind4-b5:nth-child(2) {
        top: calc(50% - 76px);
        left: calc(50% + 310px);
    }
    .ind4-b5:nth-child(3) {
        top: calc(50% + 240px);
        left: calc(50% + 250px);
    }
    .ind4-b5:nth-child(4) {
        top: calc(50% + 240px);
        right: calc(50% + 250px);
    }
    .ind4-b5:nth-child(5) {
        top: calc(50% - 76px);
        right: calc(50% + 310px);
    }
    .ind4-b6 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ind4-b7 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: ind6roll1 8s linear infinite;
    }
    .ind4-b5:nth-child(1) .ind4-b7 {
        animation-delay: -1s;
    }
    .ind4-b5:nth-child(2) .ind4-b7 {
        animation-delay: -2s;
    }
    .ind4-b5:nth-child(3) .ind4-b7 {
        animation-delay: -3s;
    }
    .ind4-b5:nth-child(4) .ind4-b7 {
        animation-delay: -4s;
    }
    .ind4-b5:nth-child(5) .ind4-b7 {
        animation-delay: -5s;
    }
    .ind4-b8 {
        width: 85px;
        height: 85px;
        position: absolute;
        top: calc(50% - 85px/2);
        left: calc(50% - 85px/2);
        border-radius: 50%;
    }
    .ind4-b9 {
        height: 36px;
        position: absolute;
        width: 160px;
    }
    .ind4-b5:nth-child(1) .ind4-b9 {
        top: calc(50% - 36px/2);
        left: calc(100% + 24px);
    }
    .ind4-b5:nth-child(2) .ind4-b9 {
        top: calc(50% - 36px/2);
        left: calc(100% + 24px);
    }
    .ind4-b5:nth-child(3) .ind4-b9 {
        top: calc(50% - 36px/2);
        left: calc(100% + 24px);
    }
    .ind4-b5:nth-child(4) .ind4-b9 {
        top: calc(50% - 36px/2);
        right: calc(100% + 6px);
    }
    .ind4-b5:nth-child(5) .ind4-b9 {
        top: calc(50% - 36px/2);
        right: calc(100% + 6px);
    }
    .ind4-b10 {
        width: 60px;
        height: 36px;
        position: relative;
        float: left;
        margin-right: 10px;
    }
    .ind4-b10 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind4-b11 {
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        font-style: italic;
        float: left;
    }
    .ind4-b11 strong {
        font-size: 36px;
    }
    .ind4-b12,
    .ind4-b13 {
        display: none;
    }
    @keyframes ind6roll1 {
        0% {
            transform: rotate(360deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ind4-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind4-a2 {
        width: 1920px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 1920px/2);
    }
    .ind4-a3 {
        display: none;
    }
    .ind4-b1 {
        width: 755px;
        height: 598px;
        position: absolute;
        top: calc(50% - 280px);
        left: calc(50% - 755px/2);
        transform: scale(0.7);
    }
    .ind4-b2 {
        width: 294px;
        position: absolute;
        top: 96px;
        left: calc(50% - 294px/2);
    }
    .ind4-b3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: ind6roll1 12s linear infinite;
    }
    .ind4-b4 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ind4-b5 {
        width: 117px;
        height: 120px;
        position: absolute;
    }
    .ind4-b5:nth-child(1) {
        top: calc(50% - 360px);
        left: calc(50% - 150px);
    }
    .ind4-b5:nth-child(2) {
        top: calc(50% - 76px);
        left: calc(50% + 310px);
    }
    .ind4-b5:nth-child(3) {
        top: calc(50% + 240px);
        left: calc(50% + 250px);
    }
    .ind4-b5:nth-child(4) {
        top: calc(50% + 240px);
        right: calc(50% + 250px);
    }
    .ind4-b5:nth-child(5) {
        top: calc(50% - 76px);
        right: calc(50% + 310px);
    }
    .ind4-b6 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ind4-b7 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: ind6roll1 8s linear infinite;
    }
    .ind4-b5:nth-child(1) .ind4-b7 {
        animation-delay: -1s;
    }
    .ind4-b5:nth-child(2) .ind4-b7 {
        animation-delay: -2s;
    }
    .ind4-b5:nth-child(3) .ind4-b7 {
        animation-delay: -3s;
    }
    .ind4-b5:nth-child(4) .ind4-b7 {
        animation-delay: -4s;
    }
    .ind4-b5:nth-child(5) .ind4-b7 {
        animation-delay: -5s;
    }
    .ind4-b8 {
        width: 85px;
        height: 85px;
        position: absolute;
        top: calc(50% - 85px/2);
        left: calc(50% - 85px/2);
        border-radius: 50%;
    }
    .ind4-b9 {
        height: 36px;
        position: absolute;
        width: 160px;
    }
    .ind4-b5:nth-child(1) .ind4-b9 {
        top: calc(50% - 36px/2);
        left: calc(100% + 24px);
    }
    .ind4-b5:nth-child(2) .ind4-b9 {
        top: calc(50% - 36px/2);
        left: calc(100% + 24px);
    }
    .ind4-b5:nth-child(3) .ind4-b9 {
        top: calc(50% - 36px/2);
        left: calc(100% + 24px);
    }
    .ind4-b5:nth-child(4) .ind4-b9 {
        top: calc(50% - 36px/2);
        right: calc(100% + 6px);
    }
    .ind4-b5:nth-child(5) .ind4-b9 {
        top: calc(50% - 36px/2);
        right: calc(100% + 6px);
    }
    .ind4-b10 {
        width: 60px;
        height: 36px;
        position: relative;
        float: left;
        margin-right: 10px;
    }
    .ind4-b10 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind4-b11 {
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        font-style: italic;
        float: left;
    }
    .ind4-b11 strong {
        font-size: 36px;
    }
    .ind4-b12,
    .ind4-b13 {
        display: none;
    }
    @keyframes ind6roll1 {
        0% {
            transform: rotate(360deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
}

@media only screen and (max-width: 1023px) {
    .ind4-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind4-a2 {
        display: none;
    }
    .ind4-a3 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind4-a3 img {
        min-height: 100%;
    }
    .ind4-b1 {
        width: 7.55rem;
        height: 5.98rem;
        position: absolute;
        top: 2.1rem;
        left: calc(50% - 7.55rem/2);
    }
    .ind4-b2 {
        width: 2.94rem;
        position: absolute;
        top: 96px;
        left: calc(50% - 2.94rem/2);
    }
    .ind4-b3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: ind6roll1 12s linear infinite;
    }
    .ind4-b4 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ind4-b5 {
        width: 2.15rem;
        height: 2.21rem;
        position: absolute;
        top: calc(100% + 0.8rem);
        left: calc(50% - 2.3rem);
        display: none;
    }
    .ind4-b6 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ind4-b7 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: ind6roll1 8s linear infinite;
    }
    .ind4-b8 {
        width: 85px;
        height: 85px;
        position: absolute;
        top: calc(50% - 85px/2);
        left: calc(50% - 85px/2);
        border-radius: 50%;
    }
    .ind4-b9 {
        height: 0.64rem;
        position: absolute;
        top: calc(50% - 0.64rem/2);
        left: calc(100% + 0.3rem);
        width: 4rem;
    }
    .ind4-b10 {
        height: 0.64rem;
        position: relative;
        float: left;
        margin-right: 0.3rem;
    }
    .ind4-b10 img {
        height: 100%;
    }
    .ind4-b11 {
        font-size: 0.44rem;
        line-height: 0.64rem;
        color: #fff;
        font-style: italic;
        float: left;
    }
    .ind4-b11 strong {
        font-size: 0.64rem;
    }
    .ind4-b12 {
        width: 0.74rem;
        height: 0.74rem;
        position: absolute;
        top: calc(100% + 3.5rem);
        left: calc(50% - 0.84rem);
        cursor: pointer;
    }
    .ind4-b13 {
        width: 0.74rem;
        height: 0.74rem;
        position: absolute;
        top: calc(100% + 3.5rem);
        right: calc(50% - 0.84rem);
        cursor: pointer;
    }
    @keyframes ind6roll1 {
        0% {
            transform: rotate(360deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
}


/*ind5*/

@media only screen and (min-width: 1480px) {
    .ind5-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind5-a2 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind5-a3 {
        width: 1920px;
        position: absolute;
        bottom: 0;
        display: none;
    }
    .ind5-a3:nth-child(1) {
        left: calc(100%/8 - 1920px/2);
    }
    .ind5-a3:nth-child(2) {
        left: calc(100%/8*3 - 1920px/2);
    }
    .ind5-a3:nth-child(3) {
        left: calc(100%/8*5 - 1920px/2);
    }
    .ind5-a3:nth-child(4) {
        left: calc(100%/8*7 - 1920px/2);
    }
    .ind5-a4 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .ind5-a5 {
        width: 25%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ind5-a5 div {
        height: 100%;
        position: absolute;
        top: 0;
    }
    .ind5-a5 div:nth-child(1) {
        right: calc(100% - 120px);
    }
    .ind5-a5 div:nth-child(2) {
        left: 100%;
    }
    .ind5-a6 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .ind5-a7 {
        width: 25%;
        height: 100%;
        position: relative;
        float: left;
    }
    .ind5-a8 {
        width: 230px;
        height: 200px;
        position: absolute;
        top: calc(50% - 180px);
        left: calc(50% - 230px/2);
    }
    .ind5-a8 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind5-a8 img:nth-child(1) {
        opacity: 0;
        transition: 0.5s;
    }
    .ind5-a8 img:nth-child(2) {
        opacity: 1;
        transition: 0.5s;
    }
    .ind5-a7.on1 .ind5-a8 img:nth-child(1) {
        opacity: 1;
        transition: 0.5s;
    }
    .ind5-a7.on1 .ind5-a8 img:nth-child(2) {
        opacity: 0;
        transition: 0.5s;
    }
    .ind5-a9 {
        width: calc(100% - 40px*2);
        font-size: 28px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: calc(50% + 36px);
        left: 40px;
        transition: 0.5s;
    }
    .ind5-a7.on1 .ind5-a9 {
        color: #333333;
        font-weight: bold;
        transition: 0.5s;
    }
    .ind5-a7 .bt1-b1 {
        position: absolute;
        top: calc(50% + 110px);
        left: calc(50% - 170px/2);
        transform: scale(0);
        transition: 0.5s;
    }
    .ind5-a7.on1 .bt1-b1 {
        transform: scale(1);
        transition: 0.5s;
    }
    .ind5-b1 {
        display: none;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ind5-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind5-a2 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind5-a3 {
        width: 1920px;
        position: absolute;
        bottom: 0;
        display: none;
    }
    .ind5-a3:nth-child(1) {
        left: calc(100%/8 - 1920px/2);
    }
    .ind5-a3:nth-child(2) {
        left: calc(100%/8*3 - 1920px/2);
    }
    .ind5-a3:nth-child(3) {
        left: calc(100%/8*5 - 1920px/2);
    }
    .ind5-a3:nth-child(4) {
        left: calc(100%/8*7 - 1920px/2);
    }
    .ind5-a4 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .ind5-a5 {
        width: 25%;
        height: 926px;
        position: absolute;
        top: calc(50% - 926px/2);
        left: 0;
    }
    .ind5-a5 div {
        height: 100%;
        position: absolute;
        top: 0;
    }
    .ind5-a5 div:nth-child(1) {
        right: calc(100% - 120px);
    }
    .ind5-a5 div:nth-child(2) {
        left: 100%;
    }
    .ind5-a6 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .ind5-a7 {
        width: 25%;
        height: 100%;
        position: relative;
        float: left;
    }
    .ind5-a8 {
        width: 180px;
        height: 150px;
        position: absolute;
        top: calc(50% - 150px);
        left: calc(50% - 180px/2);
    }
    .ind5-a8 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind5-a8 img:nth-child(1) {
        opacity: 0;
        transition: 0.5s;
    }
    .ind5-a8 img:nth-child(2) {
        opacity: 1;
        transition: 0.5s;
    }
    .ind5-a7.on1 .ind5-a8 img:nth-child(1) {
        opacity: 1;
        transition: 0.5s;
    }
    .ind5-a7.on1 .ind5-a8 img:nth-child(2) {
        opacity: 0;
        transition: 0.5s;
    }
    .ind5-a9 {
        width: calc(100% - 30px*2);
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: calc(50% + 24px);
        left: 30px;
        transition: 0.5s;
    }
    .ind5-a7.on1 .ind5-a9 {
        color: #333333;
        font-weight: bold;
        transition: 0.5s;
    }
    .ind5-a7 .bt1-b1 {
        position: absolute;
        top: calc(50% + 110px);
        left: calc(50% - 170px/2);
        transform: scale(0);
        transition: 0.5s;
    }
    .ind5-a7.on1 .bt1-b1 {
        transform: scale(1);
        transition: 0.5s;
    }
    .ind5-b1 {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .ind5-a1 {
        display: none;
    }
    .ind5-b1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind511 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind511 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind5-b2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind5-b3 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind5-b3 img {
        min-height: 100%;
    }
    .ind5-b4 {
        width: 3.6rem;
        height: 3.2rem;
        position: absolute;
        top: calc(50% - 3.6rem);
        left: calc(50% - 3.6rem/2);
    }
    .ind5-b4 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .ind5-b5 {
        width: calc(100% - 0.4rem*2);
        font-size: 0.4rem;
        line-height: 0.6rem;
        color: #333;
        text-align: center;
        font-weight: bold;
        position: absolute;
        top: calc(50% - 0.2rem);
        left: 0.4rem;
    }
    .ind5-b2 .bt1-b1 {
        position: absolute;
        top: calc(50% + 1.2rem);
        left: calc(50% - 2.44rem/2);
    }
}


/*ind6*/

@media only screen and (min-width: 1480px) {
    .ind6-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind6-a2 {
        width: 1920px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 1920px/2);
    }
    .ind6-a3 {
        display: none;
    }
    .ind6-a4 {
        width: 1440px;
        position: absolute;
        top: calc(50% - 195px);
        left: calc(50% - 1440px/2);
    }
    .ind6-b1 {
        width: 540px;
        position: relative;
    }
    .ind6-b2 {
        font-size: 46px;
        line-height: 46px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 64px;
    }
    .ind6-b3 {
        font-size: 22px;
        line-height: 22px;
        color: #5f5f5f;
        font-family: 'Rubik';
        margin-bottom: 14px;
    }
    .ind6-b4 {
        font-size: 26px;
        line-height: 40px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 60px;
    }
    .ind6-b5 {
        font-size: 16px;
        line-height: 30px;
        color: #5f5f5f;
        height: calc(30px*3);
        margin-bottom: 36px;
    }
    .ind6-b6 {
        position: relative;
    }
    .ind6-a5 {
        width: calc(676px*2 + 36px*2)!important;
        height: 380px;
        position: absolute;
        top: 60px;
        left: calc(100% - 676px - 36px);
    }
    .ind611 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind611 .swiper-slide {
        width: 50%!important;
        height: 100%!important;
        position: relative;
    }
    .ind6-c1 {
        width: 676px;
        height: 100%;
        position: relative;
    }
    .ind6-c2 {
        width: 100%;
        height: 100%;
    }
    .ind6-c2 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .ind611 .swiper-slide .ind6-c2 img {
        opacity: 0.3;
        transition: 0.5s;
    }
    .ind611 .swiper-slide-active .ind6-c2 img {
        opacity: 1;
        transition: 0.5s;
    }
    .ind6-c1:hover .ind6-c2 img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .ind6-c3,
    .ind6-c4,
    .ind6-c5 {
        display: none;
    }
    .ind6-a6 {
        position: absolute;
        top: -10px;
        right: 40px;
    }
    .ind6-a6 span {
        font-size: 18px;
        line-height: 36px;
        color: #003333;
        font-family: 'Rubik';
        font-weight: bold;
    }
    .ind6-a6 span:nth-child(1) {
        font-size: 36px;
        color: #3e8544;
    }
    .ind612,
    .ind613 {
        width: 50px;
        height: 50px;
        position: relative;
        padding: 0;
        margin: 0;
        background: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        float: left;
        margin-right: 14px;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ind6-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind6-a2 {
        width: 1920px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 1920px/2);
    }
    .ind6-a3 {
        display: none;
    }
    .ind6-a4 {
        width: 960px;
        position: absolute;
        top: calc(50% - 160px);
        left: calc(50% - 960px/2);
    }
    .ind6-b1 {
        width: 390px;
        position: relative;
    }
    .ind6-b2 {
        font-size: 38px;
        line-height: 38px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 42px;
    }
    .ind6-b3 {
        font-size: 18px;
        line-height: 18px;
        color: #5f5f5f;
        font-family: 'Rubik';
        margin-bottom: 10px;
    }
    .ind6-b4 {
        font-size: 22px;
        line-height: 32px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 28px;
    }
    .ind6-b5 {
        font-size: 14px;
        line-height: 26px;
        color: #5f5f5f;
        height: calc(26px*3);
        margin-bottom: 24px;
    }
    .ind6-b6 {
        position: relative;
    }
    .ind6-a5 {
        width: calc(450px*2 + 24px*2)!important;
        height: 254px;
        position: absolute;
        top: 60px;
        left: calc(100% - 450px - 24px);
    }
    .ind611 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind611 .swiper-slide {
        width: 50%!important;
        height: 100%!important;
        position: relative;
    }
    .ind6-c1 {
        width: 450px;
        height: 100%;
        position: relative;
    }
    .ind6-c2 {
        width: 100%;
        height: 100%;
    }
    .ind6-c2 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .ind611 .swiper-slide .ind6-c2 img {
        opacity: 0.3;
        transition: 0.5s;
    }
    .ind611 .swiper-slide-active .ind6-c2 img {
        opacity: 1;
        transition: 0.5s;
    }
    .ind6-c1:hover .ind6-c2 img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .ind6-c3,
    .ind6-c4,
    .ind6-c5 {
        display: none;
    }
    .ind6-a6 {
        position: absolute;
        top: -10px;
        right: 28px;
    }
    .ind6-a6 span {
        font-size: 16px;
        line-height: 30px;
        color: #003333;
        font-family: 'Rubik';
        font-weight: bold;
    }
    .ind6-a6 span:nth-child(1) {
        font-size: 30px;
        color: #3e8544;
    }
    .ind612,
    .ind613 {
        width: 40px;
        height: 40px;
        position: relative;
        padding: 0;
        margin: 0;
        background: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        float: left;
        margin-right: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .ind6-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind6-a2 {
        display: none;
    }
    .ind6-a3 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind6-a3 img {
        min-height: 100%;
    }
    .ind6-a4 {
        width: calc(100% - 0.4rem*2);
        position: absolute;
        top: 2.4rem;
        left: 0.4rem;
    }
    .ind6-b1 {
        width: 100%;
        position: relative;
    }
    .ind6-b2 {
        font-size: 0.44rem;
        line-height: 0.44rem;
        color: #333333;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.6rem;
    }
    .ind6-b3 {
        font-size: 0.26rem;
        line-height: 0.26rem;
        color: #5f5f5f;
        font-family: 'Rubik';
        margin-bottom: 0.2rem;
    }
    .ind6-b4 {
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #333333;
        font-weight: bold;
        margin-bottom: 0.4rem;
    }
    .ind6-b5 {
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #5f5f5f;
        height: calc(0.48rem*3);
        margin-bottom: 0.4rem;
    }
    .ind6-b6 {
        position: relative;
        text-align: center;
        margin-bottom: 0.4rem;
        display: none;
    }
    .ind6-a5 {
        width: 100%!important;
        height: 3.8rem;
        position: relative;
    }
    .ind611 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind611 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .ind6-c1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind6-c2 {
        width: 100%;
        height: 100%;
    }
    .ind6-c2 img {
        min-height: 100%;
    }
    .ind6-c3,
    .ind6-c4,
    .ind6-c5 {
        display: none;
    }
    .ind6-a6 {
        position: absolute;
        top: 1rem;
        right: 0;
    }
    .ind6-a6 span {
        font-size: 0.26rem;
        line-height: 0.36rem;
        color: #003333;
        font-family: 'Rubik';
        font-weight: bold;
    }
    .ind6-a6 span:nth-child(1) {
        font-size: 0.36rem;
        color: #3e8544;
    }
    .ind612,
    .ind613 {
        width: 0.6rem;
        height: 0.6rem;
        position: relative;
        padding: 0;
        margin: 0;
        background: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 0.2rem;
        display: inline-block;
    }
}


/*ind7*/

@media only screen and (min-width: 1480px) {
    .ind7-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind7-a2 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .ind7-a2 img {
        min-height: 100%;
    }
    .ind7-a3 {
        display: none;
    }
    .ind7-a4 {
        width: 1400px;
        position: absolute;
        top: 50%;
        left: calc(50% - 1400px/2);
        display: flex;
        justify-content: space-between;
    }
    .ind7-a5 {
        position: relative;
    }
    .ind7-a6 {
        width: 76px;
        height: 65px;
        position: absolute;
        bottom: 100%;
        left: calc(50% - 76px/2);
    }
    .ind7-a6 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ind7-a7 {
        font-size: 34px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        font-family: 'Rubik';
        padding-top: 40px;
    }
    .ind7-a8 {
        font-size: 20px;
        line-height: 36px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 36px;
        margin-bottom: 8px;
    }
    .ind7-a9 {
        font-size: 20px;
        line-height: 36px;
        color: #fff;
        text-align: center;
    }
    .ind7-b1 {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 36px 0 26px;
    }
    .ind7-b2 {
        width: 1440px;
        position: relative;
        margin: 0 auto;
    }
    .ind7-b3 {
        float: left;
    }
    .ind7-b4 {
        margin-bottom: 30px;
    }
    .ind7-b4>div {
        font-size: 16px;
        line-height: 16px;
        color: rgba(255, 255, 255, 0.7);
        float: left;
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .ind7-b4>div:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .ind7-b5 {
        position: relative;
    }
    .ind7-b6 {
        width: 34px;
        height: 34px;
        position: relative;
        float: left;
        margin-right: 28px;
    }
    .ind7-b6>div:nth-child(1) {
        width: 100%;
    }
    .ind7-b6>div:nth-child(2) {
        width: 110px;
        position: absolute;
        bottom: 44px;
        left: 0;
        transform: scale(0);
        transition: 0.5s;
    }
    .ind7-b6:hover>div:nth-child(2) {
        transform: scale(1);
        transition: 0.5s;
    }
    .ind7-b7 {
        float: right;
    }
    .ind7-b8 {
        font-size: 18px;
        line-height: 36px;
        color: #fff;
        text-align: right;
        margin-bottom: 16px;
    }
    .ind7-b8 span {
        font-size: 36px;
        font-family: 'Rubik';
    }
    .ind7-b9 {
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        opacity: 0.66;
        text-align: right;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ind7-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind7-a2 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .ind7-a2 img {
        min-height: 100%;
    }
    .ind7-a3 {
        display: none;
    }
    .ind7-a4 {
        width: 920px;
        position: absolute;
        top: 50%;
        left: calc(50% - 920px/2);
        display: flex;
        justify-content: space-between;
    }
    .ind7-a5 {
        position: relative;
    }
    .ind7-a6 {
        width: 56px;
        height: 50px;
        position: absolute;
        bottom: 100%;
        left: calc(50% - 56px/2);
    }
    .ind7-a6 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ind7-a7 {
        font-size: 28px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        font-family: 'Rubik';
        padding-top: 28px;
    }
    .ind7-a8 {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 30px;
        margin-bottom: 6px;
    }
    .ind7-a9 {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }
    .ind7-b1 {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px 0 20px;
    }
    .ind7-b2 {
        width: 960px;
        position: relative;
        margin: 0 auto;
    }
    .ind7-b3 {
        float: left;
    }
    .ind7-b4 {
        margin-bottom: 20px;
    }
    .ind7-b4>div {
        font-size: 16px;
        line-height: 16px;
        color: rgba(255, 255, 255, 0.7);
        float: left;
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }
    .ind7-b4>div:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .ind7-b5 {
        position: relative;
    }
    .ind7-b6 {
        width: 30px;
        height: 30px;
        position: relative;
        float: left;
        margin-right: 24px;
    }
    .ind7-b6>div:nth-child(1) {
        width: 100%;
    }
    .ind7-b6>div:nth-child(2) {
        width: 9px;
        position: absolute;
        bottom: 40px;
        left: 0;
        transform: scale(0);
        transition: 0.5s;
    }
    .ind7-b6:hover>div:nth-child(2) {
        transform: scale(1);
        transition: 0.5s;
    }
    .ind7-b7 {
        float: right;
    }
    .ind7-b8 {
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        text-align: right;
        margin-bottom: 12px;
    }
    .ind7-b8 span {
        font-size: 28px;
        font-family: 'Rubik';
    }
    .ind7-b9 {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        opacity: 0.66;
        text-align: right;
    }
}

@media only screen and (max-width: 1023px) {
    .ind7-a1 {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .ind7-a2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .ind7-a2 img {
        min-height: 100%;
    }
    .ind7-a3 {
        display: none;
    }
    .ind7-a4 {
        width: calc(100% - 0.4rem*2);
        position: absolute;
        top: 4rem;
        left: 0.4rem;
    }
    .ind7-a5 {
        width: calc(50% - 0.4rem/2);
        height: 2.6rem;
        position: relative;
    }
    .ind7-a5:nth-child(odd) {
        float: left;
    }
    .ind7-a5:nth-child(even) {
        float: right;
    }
    .ind7-a6 {
        width: 0.76rem;
        height: 0.65rem;
        position: relative;
        margin: 0 auto 0.2rem;
    }
    .ind7-a6 img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ind7-a7 {
        font-size: 0.36rem;
        line-height: 0.6rem;
        color: #fff;
        text-align: center;
        font-family: 'Rubik';
    }
    .ind7-a8 {
        font-size: 0.26rem;
        line-height: 0.6rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.1rem;
    }
    .ind7-a9 {
        font-size: 0.26rem;
        line-height: 0.6rem;
        color: #fff;
        text-align: center;
    }
    .ind7-b1 {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0.2rem 0.4rem;
    }
    .ind7-b2 {
        width: 100%;
        position: relative;
    }
    .ind7-b3 {
        display: none;
    }
    .ind7-b7 {
        width: 100%;
    }
    .ind7-b8 {
        font-size: 0.28rem;
        line-height: 0.4rem;
        color: #fff;
        text-align: center;
        margin-bottom: 0.2rem;
    }
    .ind7-b8 span {
        font-size: 0.4rem;
        font-family: 'Rubik';
    }
    .ind7-b9 {
        font-size: 0.28rem;
        line-height: 0.36rem;
        color: #fff;
        opacity: 0.66;
        text-align: center;
    }
}


/*page1*/

@media only screen and (min-width: 1480px) {
    .page1-a1 {
        position: relative;
        text-align: center;
        margin-bottom: 80px;
    }
    .page1-a1>a {
        min-width: 42px;
        height: 42px;
        padding: 0 14px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 42px;
        color: #222222;
        background: #f0f0f0;
        text-align: center;
        margin: 0 2px;
        display: none;
        transition: 0.5s;
    }
    .page1-a1>a:hover {
        color: #fff;
        ;
        background: #00873c;
        transition: 0.5s;
    }
    .page1-a1>a.select {
        color: #fff;
        background: #00873c;
    }
    .page1-b1 {
        display: none;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .page1-a1 {
        position: relative;
        text-align: center;
        margin-bottom: 50px;
    }
    .page1-a1>a {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 36px;
        color: #222222;
        background: #f0f0f0;
        text-align: center;
        margin: 0 2px;
        display: none;
        transition: 0.5s;
    }
    .page1-a1>a:hover {
        color: #fff;
        ;
        background: #00873c;
        transition: 0.5s;
    }
    .page1-a1>a.select {
        color: #fff;
        background: #00873c;
    }
    .page1-b1 {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .page1-a1 {
        display: none;
    }
    .page1-b1 {
        width: 2.4rem;
        height: 0.8rem;
        margin: 0 auto 0.5rem;
        font-size: 0.26rem;
        line-height: 0.8rem;
        color: #fff;
        text-align: center;
        background: #00873c;
        border-radius: 0.1rem;
    }
}


/*ban1*/

@media only screen and (min-width: 1480px) {
    .ban1-a1 {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .ban1-a2 {
        width: 1920px;
        margin-left: calc(50% - 1920px/2);
    }
    .ban1-a3 {
        position: absolute;
        bottom: 110px;
        left: calc(50% - 1440px/2);
    }
    .ban1-a4 {
        font-size: 60px;
        line-height: 60px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 24px;
    }
    .ban1-a5 {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        opacity: 0.5;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .ban1-a1 {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .ban1-a2 {
        width: 1480px;
        margin-left: calc(50% - 1480px/2);
    }
    .ban1-a3 {
        position: absolute;
        bottom: 80px;
        left: calc(50% - 960px/2);
    }
    .ban1-a4 {
        font-size: 44px;
        line-height: 44px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .ban1-a5 {
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        opacity: 0.5;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1023px) {
    .ban1-a1 {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .ban1-a2 {
        width: 200%;
        margin-left: -50%;
    }
    .ban1-a3 {
        position: absolute;
        bottom: 0.6rem;
        left: 0.4rem;
    }
    .ban1-a4 {
        font-size: 0.6rem;
        line-height: 0.6rem;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0.36rem;
    }
    .ban1-a5 {
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #fff;
        opacity: 0.5;
        text-transform: uppercase;
    }
}


/*lan1*/

@media only screen and (min-width: 1480px) {
    .lan1-a1 {
        width: 100%;
        padding: 88px 0 50px;
        position: relative;
    }
    .lan1-a2 {
        width: 1440px;
        position: relative;
        margin: 0 auto;
    }
    .lan1-a3 {
        float: left;
    }
    .lan1-a4 {
        height: 50px;
        float: left;
        margin-right: 70px;
        font-size: 26px;
        line-height: 26px;
        color: #333333;
        transition: 0.5s;
    }
    .lan1-a4:last-child {
        margin-right: 0;
    }
    .lan1-a4:hover {
        color: #00873c;
        font-weight: bold;
        border-bottom: 4px solid #00873c;
        transition: 0.5s;
    }
    .lan1-a4.on1 {
        color: #00873c;
        font-weight: bold;
        border-bottom: 4px solid #00873c;
    }
    .lan1-a5 {
        float: right;
        padding-top: 3px;
    }
    .lan1-a6 {
        float: left;
        height: 17px;
        margin-right: 8px;
    }
    .lan1-a7 {
        font-size: 14px;
        line-height: 18px;
        color: #454545;
        float: left;
    }
    .lan1-a7 a.on1 {
        color: #00873c;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .lan1-a1 {
        width: 100%;
        padding: 64px 0 36px;
        position: relative;
    }
    .lan1-a2 {
        width: 960px;
        position: relative;
        margin: 0 auto;
    }
    .lan1-a3 {
        float: left;
    }
    .lan1-a4 {
        height: 36px;
        float: left;
        margin-right: 50px;
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        transition: 0.5s;
    }
    .lan1-a4:last-child {
        margin-right: 0;
    }
    .lan1-a4:hover {
        color: #00873c;
        font-weight: bold;
        border-bottom: 3px solid #00873c;
        transition: 0.5s;
    }
    .lan1-a4.on1 {
        color: #00873c;
        font-weight: bold;
        border-bottom: 3px solid #00873c;
    }
    .lan1-a5 {
        float: right;
        padding-top: 2px;
    }
    .lan1-a6 {
        float: left;
        height: 17px;
        margin-right: 8px;
    }
    .lan1-a7 {
        font-size: 12px;
        line-height: 18px;
        color: #454545;
        float: left;
    }
    .lan1-a7 a.on1 {
        color: #00873c;
    }
}

@media only screen and (max-width: 1023px) {
    .lan1-a1 {
        width: 100%;
        position: relative;
        margin-bottom: 0.6rem;
    }
    .lan1-a2 {
        width: 100%;
        position: relative;
    }
    .lan1-a3 {
        width: 100%;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .lan1-a4 {
        height: 0.8rem;
        margin-right: 0.4rem;
        font-size: 0.3rem;
        line-height: 0.8rem;
        color: #333333;
        display: inline-block;
    }
    .lan1-a4:first-child {
        margin-left: 0.4rem;
    }
    .lan1-a4:hover {
        color: #00873c;
        font-weight: bold;
        border-bottom: 3px solid #00873c;
        transition: 0.5s;
    }
    .lan1-a4.on1 {
        color: #00873c;
        font-weight: bold;
        border-bottom: 3px solid #00873c;
    }
    .lan1-a5 {
        width: 100%;
        padding: 0.2rem 0.4rem;
    }
    .lan1-a6 {
        float: left;
        height: 0.28rem;
        margin-right: 0.1rem;
        position: relative;
        top: 0.04rem;
    }
    .lan1-a7 {
        font-size: 0.26rem;
        line-height: 0.36rem;
        color: #454545;
        float: left;
    }
    .lan1-a7 a.on1 {
        color: #00873c;
    }
}


/*bt1*/

@media only screen and (min-width: 1480px) {
    .bt1-a1 {
        width: 170px;
        height: 48px;
        border: 1px solid #00883b;
        border-radius: 24px;
        background: #00883b;
        position: relative;
        transition: 0.5s;
    }
    .bt1-a1:hover {
        background: #fff;
        transition: 0.5s;
    }
    .bt1-a2 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        position: absolute;
        top: calc(50% - 20px/2);
        left: 44px;
        transition: 0.5s;
    }
    .bt1-a1:hover .bt1-a2 {
        color: #00883b;
        transition: 0.5s;
    }
    .bt1-a3 {
        width: 8px;
        height: 12px;
        position: absolute;
        top: calc(50% - 12px/2);
        right: 34px;
    }
    .bt1-b1 {
        width: 170px;
        height: 48px;
        border: 1px solid #d5b075;
        border-radius: 24px;
        background: #d5b075;
        position: relative;
        transition: 0.5s;
    }
    .bt1-b1:hover {
        background: #fff;
        transition: 0.5s;
    }
    .bt1-b2 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        position: absolute;
        top: calc(50% - 20px/2);
        left: 44px;
        transition: 0.5s;
    }
    .bt1-b1:hover .bt1-b2 {
        color: #d5b075;
        transition: 0.5s;
    }
    .bt1-b3 {
        width: 8px;
        height: 12px;
        position: absolute;
        top: calc(50% - 12px/2);
        right: 34px;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .bt1-a1 {
        width: 140px;
        height: 40px;
        border: 1px solid #00883b;
        border-radius: 20px;
        background: #00883b;
        position: relative;
        transition: 0.5s;
    }
    .bt1-a1:hover {
        background: #fff;
        transition: 0.5s;
    }
    .bt1-a2 {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        position: absolute;
        top: calc(50% - 20px/2);
        left: 32px;
        transition: 0.5s;
    }
    .bt1-a1:hover .bt1-a2 {
        color: #00883b;
        transition: 0.5s;
    }
    .bt1-a3 {
        width: 8px;
        height: 12px;
        position: absolute;
        top: calc(50% - 12px/2);
        right: 24px;
    }
    .bt1-b1 {
        width: 140px;
        height: 40px;
        border: 1px solid #d5b075;
        border-radius: 20px;
        background: #d5b075;
        position: relative;
        transition: 0.5s;
    }
    .bt1-b1:hover {
        background: #fff;
        transition: 0.5s;
    }
    .bt1-b2 {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        position: absolute;
        top: calc(50% - 20px/2);
        left: 32px;
        transition: 0.5s;
    }
    .bt1-b1:hover .bt1-b2 {
        color: #d5b075;
        transition: 0.5s;
    }
    .bt1-b3 {
        width: 8px;
        height: 12px;
        position: absolute;
        top: calc(50% - 12px/2);
        right: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .bt1-a1 {
        width: 2.44rem;
        height: 0.7rem;
        border: 1px solid #00883b;
        border-radius: 0.35rem;
        background: #00883b;
        position: relative;
    }
    .bt1-a2 {
        font-size: 0.24rem;
        line-height: 0.3rem;
        color: #fff;
        position: absolute;
        top: calc(50% - 0.3rem/2);
        left: 0.64rem;
    }
    .bt1-a3 {
        width: 0.12rem;
        height: 0.18rem;
        position: absolute;
        top: calc(50% - 0.18rem/2);
        right: 0.5rem;
    }
    .bt1-b1 {
        width: 2.44rem;
        height: 0.7rem;
        border: 1px solid #d5b075;
        border-radius: 0.35rem;
        background: #d5b075;
        position: relative;
    }
    .bt1-b2 {
        font-size: 0.24rem;
        line-height: 0.3rem;
        color: #fff;
        position: absolute;
        top: calc(50% - 0.3rem/2);
        left: 0.64rem;
    }
    .bt1-b3 {
        width: 0.12rem;
        height: 0.18rem;
        position: absolute;
        top: calc(50% - 0.18rem/2);
        right: 0.5rem;
    }
}


/*lan2*/

@media only screen and (min-width: 1480px) {
    .lan2-a1 {
        width: 1440px;
        position: relative;
        margin: 0 auto;
    }
    .lan2-a2 {
        float: left;
        height: 17px;
        margin-right: 8px;
        position: relative;
        top: 10px;
    }
    .lan2-a3 {
        font-size: 14px;
        line-height: 36px;
        color: #454545;
        float: left;
    }
    .lan2-a3 a.on1 {
        color: #00873c;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .lan2-a1 {
        width: 960px;
        position: relative;
        margin: 0 auto;
    }
    .lan2-a2 {
        float: left;
        height: 17px;
        margin-right: 8px;
        position: relative;
        top: 10px;
    }
    .lan2-a3 {
        font-size: 12px;
        line-height: 36px;
        color: #454545;
        float: left;
    }
    .lan2-a3 a.on1 {
        color: #00873c;
    }
}

@media only screen and (max-width: 1023px) {
    .lan2-a1 {
        width: 100%;
        padding: 0.2rem 0.4rem;
    }
    .lan2-a2 {
        float: left;
        height: 0.28rem;
        margin-right: 0.1rem;
        position: relative;
        top: 0.04rem;
    }
    .lan2-a3 {
        font-size: 0.26rem;
        line-height: 0.36rem;
        color: #454545;
        float: left;
    }
    .lan2-a3 a.on1 {
        color: #00873c;
    }
}


/*lqt_right1*/

@media only screen and (min-width: 1480px) {
    .lqt_right1-a1 {
        width: 90px;
        position: fixed;
        top: 200px;
        right: calc(50% - 1440px/2);
    }
    .lqt_right1-a2 {
        width: 100%;
        position: relative;
        margin-bottom: 28px;
    }
    .lqt_right1-a3 {
        font-size: 16px;
        line-height: 16px;
        color: #535353;
        text-align: center;
        margin-bottom: 16px;
    }
    .lqt_right1-a4 {
        width: 100%;
    }
    .lqt_right1-a5 {
        width: 100%;
        height: 66px;
        position: relative;
    }
    .lqt_right1-a6 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .lqt_right1-a6 img {
        max-width: 29px;
        max-height: 26px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .lqt_right1-a7 {
        width: 110px;
        height: 110px;
        position: absolute;
        top: calc(50% - 110px/2);
        right: calc(100% + 10px);
        transform: scale(0);
        transition: 0.5s;
    }
    .lqt_right1-a5:hover .lqt_right1-a7 {
        transform: scale(1);
        transition: 0.5s;
    }
    .lqt_right1-a7 img {
        opacity: 1!important;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .lqt_right1-a1 {
        width: 70px;
        position: fixed;
        top: 160px;
        right: calc(50% - 960px/2);
    }
    .lqt_right1-a2 {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .lqt_right1-a3 {
        font-size: 14px;
        line-height: 14px;
        color: #535353;
        text-align: center;
        margin-bottom: 14px;
    }
    .lqt_right1-a4 {
        width: 100%;
    }
    .lqt_right1-a5 {
        width: 100%;
        height: 40px;
        position: relative;
    }
    .lqt_right1-a6 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .lqt_right1-a6 img {
        max-width: 26px;
        max-height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .lqt_right1-a7 {
        width: 90px;
        height: 90px;
        position: absolute;
        top: calc(50% - 90px/2);
        right: calc(100% + 10px);
        transform: scale(0);
        transition: 0.5s;
    }
    .lqt_right1-a5:hover .lqt_right1-a7 {
        transform: scale(1);
        transition: 0.5s;
    }
    .lqt_right1-a7 img {
        opacity: 1!important;
    }
}

@media only screen and (max-width: 1023px) {
    .lqt_right1-a1 {
        display: none;
    }
}


/*news1*/

@media only screen and (min-width: 1480px) {
    .news1-a1 {
        width: 1440px;
        position: relative;
        margin: 0 auto 50px;
    }
    .news1-a2 {
        width: 676px;
        height: 380px;
        position: relative;
        float: left;
    }
    .news1-a2 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .news1-a2:hover img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .news1-a3 {
        width: calc(100% - 676px);
        height: 380px;
        position: relative;
        float: right;
        display: table;
        padding: 0 50px;
    }
    .news1-a3 {
        background-image: url(../img/b06.jpg);
        background-color: #fff;
        background-size: 100% auto;
        background-position: bottom center;
    }
    .news1-a4 {
        display: table-cell;
        vertical-align: middle;
    }
    .news1-a5 {
        font-size: 26px;
        line-height: 36px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 45px;
        width: 664px;
    }
    .news1-a6 {
        font-size: 16px;
        line-height: 36px;
        color: #4e4e4e;
        height: calc(36px*2);
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .news1-a1 {
        width: 960px;
        position: relative;
        margin: 0 auto 50px;
    }
    .news1-a2 {
        width: 450px;
        height: 254px;
        position: relative;
        float: left;
    }
    .news1-a2 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .news1-a2:hover img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .news1-a3 {
        width: calc(100% - 450px);
        height: 254px;
        position: relative;
        float: right;
        display: table;
        padding: 0 50px;
    }
    .news1-a3 {
        background-image: url(../img/b06.jpg);
        background-color: #fff;
        background-size: 100% auto;
        background-position: bottom center;
    }
    .news1-a4 {
        display: table-cell;
        vertical-align: middle;
    }
    .news1-a5 {
        font-size: 22px;
        line-height: 30px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 24px;
        width: 410px;
    }
    .news1-a6 {
        font-size: 14px;
        line-height: 30px;
        color: #4e4e4e;
        height: calc(30px*2);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .news1-a1 {
        width: calc(100% - 0.4rem*2);
        position: relative;
        margin: 0 auto 0.4rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
    }
    .news1-a2 {
        width: 100%;
        position: relative;
    }
    .news1-a3 {
        width: 100%;
        position: relative;
        float: right;
        padding: 0.4rem;
    }
    .news1-a3 {
        background-image: url(../img/b06.jpg);
        background-color: #fff;
        background-size: 100% auto;
        background-position: bottom center;
    }
    .news1-a4 {
        width: 100%
    }
    .news1-a5 {
        font-size: 0.32rem;
        line-height: 0.48rem;
        color: #333333;
        font-weight: bold;
        margin-bottom: 0.3rem;
    }
    .news1-a6 {
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #4e4e4e;
        height: calc(0.48rem*2);
        margin-bottom: 0.3rem;
    }
    .news1-a1 .bt1-a1 {
        margin: 0 auto;
    }
}


/*news2*/

@media only screen and (min-width: 1480px) {
    .news2-a0 {
        width: 1440px;
        position: relative;
        margin: 0 auto 50px;
    }
    .news2-a1 {
        width: 100%;
        height: 200px;
        position: relative;
        background: #f4f4f4;
        margin-bottom: 40px;
    }
    .news2-a1:last-child {
        margin-bottom: 0;
    }
    .news2-a2 {
        font-size: 16px;
        line-height: 16px;
        color: #999999;
        font-family: 'Rubik';
        position: absolute;
        top: 66px;
        left: 35px;
    }
    .news2-a3 {
        font-size: 32px;
        line-height: 32px;
        color: #999999;
        font-family: 'Rubik';
        position: absolute;
        top: 104px;
        left: 35px;
    }
    .news2-a4 {
        width: 268px;
        height: 155px;
        position: absolute;
        top: calc(50% - 155px/2);
        left: 195px;
    }
    .news2-a4 img {
        min-height: 100%;
        transition: 0.5s;
        opacity: 1!important;
        height: auto!important;
    }
    .news2-a1:hover .news2-a4 img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .news2-a5 {
        width: 770px;
        position: absolute;
        top: 50px;
        right: 160px;
        font-size: 20px;
        line-height: 30px;
        color: #333333;
        transition: 0.5s;
    }
    .news2-a1:hover .news2-a5 {
        font-weight: bold;
        transition: 0.5s;
    }
    .news2-a6 {
        width: 770px;
        position: absolute;
        top: 104px;
        right: 160px;
        font-size: 14px;
        line-height: 28px;
        color: #656565;
        height: calc(28px*2);
    }
    .news2-a7 {
        width: 50px;
        height: 50px;
        position: absolute;
        top: calc(50% - 50px/2);
        right: 40px;
    }
    .news2-a8 {
        display: none;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .news2-a0 {
        width: 960px;
        position: relative;
        margin: 0 auto 50px;
    }
    .news2-a1 {
        width: 100%;
        height: 150px;
        position: relative;
        background: #f4f4f4;
        margin-bottom: 30px;
    }
    .news2-a1:last-child {
        margin-bottom: 0;
    }
    .news2-a2 {
        font-size: 14px;
        line-height: 14px;
        color: #999999;
        font-family: 'Rubik';
        position: absolute;
        top: 48px;
        left: 24px;
    }
    .news2-a3 {
        font-size: 28px;
        line-height: 28px;
        color: #999999;
        font-family: 'Rubik';
        position: absolute;
        top: 80px;
        left: 24px;
    }
    .news2-a4 {
        width: 210px;
        height: 120px;
        position: absolute;
        top: calc(50% - 120px/2);
        left: 140px;
    }
    .news2-a4 img {
        min-height: 100%;
        transition: 0.5s;
        opacity: 1!important;
        height: auto!important;
    }
    .news2-a1:hover .news2-a4 img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .news2-a5 {
        width: 480px;
        position: absolute;
        top: 32px;
        right: 100px;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        transition: 0.5s;
    }
    .news2-a1:hover .news2-a5 {
        font-weight: bold;
        transition: 0.5s;
    }
    .news2-a6 {
        width: 480px;
        position: absolute;
        top: 70px;
        right: 100px;
        font-size: 12px;
        line-height: 24px;
        color: #656565;
        height: calc(24px*2);
    }
    .news2-a7 {
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(50% - 40px/2);
        right: 30px;
    }
    .news2-a8 {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .news2-a0 {
        width: 100%;
        position: relative;
        margin: 0 auto 0.8rem;
        padding: 0 0.4rem;
    }
    .news2-a1 {
        width: 100%;
        height: 2rem;
        position: relative;
        background: #f4f4f4;
        margin-bottom: 0.4rem;
    }
    .news2-a1:last-child {
        margin-bottom: 0;
    }
    .news2-a2,
    .news2-a3,
    .news2-a7 {
        display: none;
    }
    .news2-a4 {
        width: 2.7rem;
        height: 1.55rem;
        position: absolute;
        top: calc(50% - 1.55rem/2);
        left: 0.2rem;
    }
    .news2-a4 img {
        min-height: 100%;
        transition: 0.5s;
        opacity: 1!important;
        height: auto!important;
    }
    .news2-a1:hover .news2-a4 img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .news2-a5 {
        width: calc(100% - 0.2rem*3 - 2.7rem);
        position: absolute;
        top: 0.2rem;
        right: 0.2rem;
        font-size: 0.3rem;
        line-height: 0.36rem;
        color: #333333;
    }
    .news2-a6 {
        width: calc(100% - 0.2rem*3 - 2.7rem);
        position: absolute;
        top: 0.64rem;
        right: 0.2rem;
        font-size: 0.26rem;
        line-height: 0.36rem;
        color: #656565;
        height: calc(0.36rem*2);
    }
    .news2-a8 {
        width: calc(100% - 0.2rem*3 - 2.7rem);
        position: absolute;
        top: 1.5rem;
        right: 0.2rem;
        font-size: 0.26rem;
        line-height: 0.26rem;
        color: #999;
        text-align: right;
    }
}


/*show1*/

@media only screen and (min-width: 1480px) {
    .show1-a1 {
        width: 100%;
        padding: 124px 0 84px;
    }
    .show1-a2 {
        width: 1100px;
        padding: 65px 0 0;
        margin: 0 auto;
    }
    .show1-a3 {
        font-size: 36px;
        line-height: 48px;
        color: #222;
        text-align: center;
        font-weight: bold;
        padding-bottom: 34px;
        border-bottom: 1px solid #dcdfdd;
    }
    .show1-a4 {
        font-size: 16px;
        line-height: 16px;
        color: #7f7f7f;
        text-align: center;
        padding: 30px 0 50px;
    }
    .show1-a5 {
        width: 100%;
        font-size: 18px;
        line-height: 36px;
        color: #4e4e4e;
    }
    .show1-a5 p {
        font-size: 18px;
        line-height: 36px;
        color: #4e4e4e;
    }
    .show1-a5 span {
        font-size: 18px;
        line-height: 36px;
        color: #4e4e4e;
    }
    .show1-a5 img {
        max-width: 100%;
        margin: 0 auto;
    }
    .show1-a6 {
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        color: #4e4e4e;
        text-align: right;
        padding: 84px 0 22px;
        border-bottom: 1px solid #dcdfdd;
        margin-bottom: 36px;
    }
    .show1-a7 {
        width: 100%;
    }
    .show1-a8 {
        max-width: 44%;
        position: relative;
    }
    .show1-a8:nth-child(1) {
        float: left;
    }
    .show1-a8:nth-child(2) {
        float: right;
    }
    .show1-a9 {
        width: 10px;
        height: 16px;
        position: relative;
        top: 4px;
    }
    .show1-a10 {
        font-size: 16px;
        line-height: 24px;
        color: #4e4e4e;
        max-width: calc(100% - 30px);
        transition: 0.5s;
    }
    .show1-a8:hover .show1-a10 {
        color: #00873c;
        text-decoration: underline;
        transition: 0.5s;
    }
    .show1-a8:nth-child(1) .show1-a9 {
        float: left;
        margin-right: 20px;
    }
    .show1-a8:nth-child(2) .show1-a9 {
        float: right;
        margin-left: 20px;
    }
    .show1-a8:nth-child(1) .show1-a10 {
        float: left;
    }
    .show1-a8:nth-child(2) .show1-a10 {
        float: right;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .show1-a1 {
        width: 100%;
        padding: 90px 0 60px;
    }
    .show1-a2 {
        width: 800px;
        padding: 44px 0 0;
        margin: 0 auto;
    }
    .show1-a3 {
        font-size: 28px;
        line-height: 36px;
        color: #222;
        text-align: center;
        font-weight: bold;
        padding-bottom: 24px;
        border-bottom: 1px solid #dcdfdd;
    }
    .show1-a4 {
        font-size: 14px;
        line-height: 14px;
        color: #7f7f7f;
        text-align: center;
        padding: 20px 0 36px;
    }
    .show1-a5 {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        color: #4e4e4e;
    }
    .show1-a5 p {
        font-size: 16px;
        line-height: 30px;
        color: #4e4e4e;
    }
    .show1-a5 span {
        font-size: 16px;
        line-height: 30px;
        color: #4e4e4e;
    }
    .show1-a5 img {
        max-width: 100%;
        margin: 0 auto;
    }
    .show1-a6 {
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        color: #4e4e4e;
        text-align: right;
        padding: 60px 0 20px;
        border-bottom: 1px solid #dcdfdd;
        margin-bottom: 24px;
    }
    .show1-a7 {
        width: 100%;
    }
    .show1-a8 {
        max-width: 44%;
        position: relative;
    }
    .show1-a8:nth-child(1) {
        float: left;
    }
    .show1-a8:nth-child(2) {
        float: right;
    }
    .show1-a9 {
        width: 10px;
        height: 16px;
        position: relative;
        top: 4px;
    }
    .show1-a10 {
        font-size: 14px;
        line-height: 24px;
        color: #4e4e4e;
        max-width: calc(100% - 30px);
        transition: 0.5s;
    }
    .show1-a8:hover .show1-a10 {
        color: #00873c;
        text-decoration: underline;
        transition: 0.5s;
    }
    .show1-a8:nth-child(1) .show1-a9 {
        float: left;
        margin-right: 20px;
    }
    .show1-a8:nth-child(2) .show1-a9 {
        float: right;
        margin-left: 20px;
    }
    .show1-a8:nth-child(1) .show1-a10 {
        float: left;
    }
    .show1-a8:nth-child(2) .show1-a10 {
        float: right;
    }
}

@media only screen and (max-width: 1023px) {
    .show1-a1 {
        width: 100%;
        padding: 1.76rem 0 0.8rem;
    }
    .show1-a2 {
        width: 100%;
        padding: 0.4rem 0.4rem 0;
        margin: 0 auto;
    }
    .show1-a3 {
        font-size: 0.48rem;
        line-height: 1.4;
        color: #222;
        text-align: center;
        font-weight: bold;
        padding-bottom: 0rem;
        margin-bottom: .4rem;
        border-bottom: 1px solid #dcdfdd;
    }
    .show1-a4 {
        font-size: 0.26rem;
        line-height: 0.26rem;
        color: #7f7f7f;
        text-align: center;
        padding: 0.4rem 0;
        font-weight: initial;
    }
    .show1-a5 {
        width: 100%;
        font-size: 0.26rem!important;
        line-height: 0.48rem!important;
        color: #4e4e4e!important;
    }
    .show1-a5 p {
        font-size: 0.26rem!important;
        line-height: 0.48rem!important;
        color: #4e4e4e!important;
    }
    .show1-a5 span {
        font-size: 0.26rem!important;
        line-height: 0.48rem!important;
        color: #4e4e4e!important;
    }
    .show1-a5 img {
        max-width: 100%;
        margin: 0 auto;
    }
    .show1-a6 {
        width: 100%;
        font-size: 0.26rem;
        line-height: 0.26rem;
        color: #4e4e4e;
        text-align: right;
        padding: 0.6rem 0 0.4rem;
        border-bottom: 1px solid #dcdfdd;
        margin-bottom: 0.4rem;
    }
    .show1-a7 {
        width: 100%;
    }
    .show1-a8 {
        width: 100%;
        position: relative;
    }
    .show1-a9 {
        width: 0.2rem;
        height: 0.32rem;
        position: relative;
        top: 0.08rem;
        float: left;
        margin-right: 0.2rem;
    }
    .show1-a10 {
        font-size: 0.26rem;
        line-height: 0.48rem;
        color: #4e4e4e;
        max-width: calc(100% - 0.4rem);
        float: left;
    }
    .show1-a8:nth-child(2) .show1-a9 {
        transform: rotateY(180deg);
    }
}


/*shop1*/

@media only screen and (min-width: 1480px) {
    .shop1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .shop1-a2 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
        z-index: 1;
    }
    .shop1-a2>div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: 0.5s;
    }
    .shop1-a2>div.on1 {
        opacity: 1;
        z-index: 2;
        transition: 0.5s;
    }
    .shop1-a2>div>div {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .shop1-a2>div>div:nth-child(1) {
        display: block;
    }
    .shop1-a2>div>div:nth-child(2) {
        display: none;
    }
    .shop1-a2>div>div img {
        min-height: 100%;
        transform: scale(1.2);
        transition: 0.5s;
    }
    .shop1-a2>div.on1>div img {
        transform: scale(1);
        transition: 10s;
    }
    .shop1-a3 {
        width: 1440px;
        height: 126px;
        position: absolute;
        bottom: 110px;
        left: calc(50% - 1440px/2);
        overflow: hidden;
        z-index: 2;
    }
    .shop111 {
        width: calc(100% + 30px)!important;
        height: 100%!important;
        position: relative;
        margin-left: -15px;
    }
    .shop111 .swiper-slide {
        width: 20%!important;
        height: 100%!important;
        position: relative;
    }
    .shop1-a4 {
        width: calc(100% - 30px);
        height: 100%;
        position: relative;
        margin: 0 auto;
        border: 2px solid rgba(255, 255, 255, 0.5);
        transition: 0.5s;
    }
    .shop1-a4.on1 {
        border: 2px solid rgba(255, 255, 255, 1);
        transition: 0.5s;
    }
    .shop1-a4 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .shop1-a4:hover img {
        transform: scale(1.08);
        transition: 0.5s;
    }
    .shop1-a5 {
        width: 100%;
        height: 210px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }
    .shop1-a6 {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 14px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .shop1-a6>div {
        width: 1440px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        opacity: 0.66;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .shop1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .shop1-a2 {
        width: 1600px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1600px/2);
        z-index: 1;
    }
    .shop1-a2>div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: 0.5s;
    }
    .shop1-a2>div.on1 {
        opacity: 1;
        z-index: 2;
        transition: 0.5s;
    }
    .shop1-a2>div>div {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .shop1-a2>div>div:nth-child(1) {
        display: block;
    }
    .shop1-a2>div>div:nth-child(2) {
        display: none;
    }
    .shop1-a2>div>div img {
        min-height: 100%;
        transform: scale(1.2);
        transition: 0.5s;
    }
    .shop1-a2>div.on1>div img {
        transform: scale(1);
        transition: 10s;
    }
    .shop1-a3 {
        width: 960px;
        height: 86px;
        position: absolute;
        bottom: 90px;
        left: calc(50% - 960px/2);
        overflow: hidden;
        z-index: 2;
    }
    .shop111 {
        width: calc(100% + 20px)!important;
        height: 100%!important;
        position: relative;
        margin-left: -10px;
    }
    .shop111 .swiper-slide {
        width: 20%!important;
        height: 100%!important;
        position: relative;
    }
    .shop1-a4 {
        width: calc(100% - 20px);
        height: 100%;
        position: relative;
        margin: 0 auto;
        border: 2px solid rgba(255, 255, 255, 0.5);
        transition: 0.5s;
    }
    .shop1-a4.on1 {
        border: 2px solid rgba(255, 255, 255, 1);
        transition: 0.5s;
    }
    .shop1-a4 img {
        min-height: 100%;
        transition: 0.5s;
    }
    .shop1-a4:hover img {
        transform: scale(1.08);
        transition: 0.5s;
    }
    .shop1-a5 {
        width: 100%;
        height: 160px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }
    .shop1-a6 {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 12px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .shop1-a6>div {
        width: 960px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        opacity: 0.66;
    }
}

@media only screen and (max-width: 1023px) {
    .shop1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .shop1-a2 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }
    .shop1-a2>div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: 0.5s;
    }
    .shop1-a2>div.on1 {
        opacity: 1;
        z-index: 2;
        transition: 0.5s;
    }
    .shop1-a2>div>div {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .shop1-a2>div>div:nth-child(1) {
        display: none;
    }
    .shop1-a2>div>div:nth-child(2) {
        display: block;
    }
    .shop1-a2>div>div img {
        width: auto;
        margin-left: -70%;
    }
    .shop1-a2>div>div img {
        min-height: 100%;
        transform: scale(1.2);
        transition: 0.5s;
    }
    .shop1-a2>div.on1>div img {
        transform: scale(1);
        transition: 10s;
    }
    .shop1-a3 {
        width: calc(2.62rem*3 + 0.35rem*3);
        height: 1.26rem;
        position: absolute;
        bottom: 2rem;
        left: 0;
        overflow: hidden;
        z-index: 2;
    }
    .shop111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .shop111 .swiper-slide {
        width: calc(100%/3)!important;
        height: 100%!important;
        position: relative;
    }
    .shop1-a4 {
        width: calc(100% - 0.35rem);
        height: 100%;
        position: relative;
        margin-left: 0.35rem;
        border: 1px solid rgba(255, 255, 255, 0.5);
        transition: 0.5s;
    }
    .shop1-a4.on1 {
        border: 1px solid rgba(255, 255, 255, 1);
        transition: 0.5s;
    }
    .shop1-a4 img {
        min-height: 100%;
    }
    .shop1-a5 {
        width: 100%;
        height: 3.5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }
    .shop1-a6 {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 0.18rem 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .shop1-a6>div {
        width: calc(100% - 0.35rem*2);
        margin: 0 auto;
        font-size: 0.24rem;
        line-height: 0.48rem;
        color: #fff;
        text-align: center;
        opacity: 0.66;
    }
}


/*video1*/

@media only screen and (min-width: 1480px) {
    .video1-a1 {
        width: 1440px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .video1-b1 {
        width: calc(100%/3);
        height: 420px;
        position: relative;
        border-right: 1px solid #e7dfdf;
        transition: 0.5s;
        padding: 36px 30px 0;
        float: left;
    }
    .video1-b1:nth-child(3n-2) {
        border-left: 1px solid #e7dfdf;
    }
    .video1-b1:hover {
        background: #f2f2f2;
        transition: 0.5s;
    }
    .video1-b2 {
        width: 100%;
        margin-bottom: 14px;
    }
    .video1-b2 span:nth-child(1) {
        font-size: 36px;
        line-height: 36px;
        color: #999999;
        font-family: 'Rubik';
        margin-right: 10px;
    }
    .video1-b2 span:nth-child(2) {
        font-size: 16px;
        line-height: 36px;
        color: #999999;
        font-family: 'Rubik';
    }
    .video1-b3 {
        font-size: 20px;
        line-height: 30px;
        color: #333;
        margin-bottom: 28px;
        transition: 0.5s;
    }
    .video1-b1:hover .video1-b3 {
        font-weight: bold;
    }
    .video1-b4 {
        width: 100%;
        height: 236px;
        position: relative;
    }
    .video1-b4>img {
        min-height: 100%;
        transition: 0.5s;
    }
    .video1-b1:hover .video1-b4>img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .video1-b4>div {
        width: 60px;
        position: absolute;
        top: calc(50% - 60px/2);
        left: calc(50% - 60px/2);
    }
    .video1-b1:hover .video1-b4>div {
        transform: rotateY(360deg);
        transition: 0.5s;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .video1-a1 {
        width: 960px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .video1-b1 {
        width: calc(100%/3);
        height: 290px;
        position: relative;
        border-right: 1px solid #e7dfdf;
        transition: 0.5s;
        padding: 24px 20px 0;
        float: left;
    }
    .video1-b1:nth-child(3n-2) {
        border-left: 1px solid #e7dfdf;
    }
    .video1-b1:hover {
        background: #f2f2f2;
        transition: 0.5s;
    }
    .video1-b2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .video1-b2 span:nth-child(1) {
        font-size: 30px;
        line-height: 30px;
        color: #999999;
        font-family: 'Rubik';
        margin-right: 10px;
    }
    .video1-b2 span:nth-child(2) {
        font-size: 14px;
        line-height: 30px;
        color: #999999;
        font-family: 'Rubik';
    }
    .video1-b3 {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        margin-bottom: 16px;
    }
    .video1-b4 {
        width: 100%;
        height: 158px;
        position: relative;
    }
    .video1-b4>img {
        min-height: 100%;
        transition: 0.5s;
    }
    .video1-b1:hover .video1-b4>img {
        transform: scale(1.05);
        transition: 0.5s;
    }
    .video1-b4>div {
        width: 44px;
        position: absolute;
        top: calc(50% - 44px/2);
        left: calc(50% - 44px/2);
    }
    .video1-b1:hover .video1-b4>div {
        transform: rotateY(360deg);
        transition: 0.5s;
    }
}

@media only screen and (max-width: 1023px) {
    .video1-a1 {
        width: 100%;
        position: relative;
        padding: 0 0.4rem;
        margin-bottom: 0.1rem;
    }
    .video1-b1 {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #e7dfdf;
        padding-bottom: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .video1-b2 {
        width: 100%;
        margin-bottom: 0.16rem;
    }
    .video1-b2 span:nth-child(1) {
        font-size: 0.48rem;
        line-height: 0.48rem;
        color: #999999;
        font-family: 'Rubik';
        margin-right: 0.2rem;
    }
    .video1-b2 span:nth-child(2) {
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #999999;
        font-family: 'Rubik';
    }
    .video1-b3 {
        font-size: 0.32rem;
        line-height: 0.4rem;
        color: #333;
        font-weight: bold;
        margin-bottom: 0.36rem;
    }
    .video1-b4 {
        width: 100%;
        height: 3.8rem;
        position: relative;
    }
    .video1-b4>img {
        min-height: 100%;
    }
    .video1-b4>div {
        width: 0.8rem;
        position: absolute;
        top: calc(50% - 0.8rem/2);
        left: calc(50% - 0.8rem/2);
    }
}


/*sanda1*/

@media only screen and (min-width: 1480px) {
    .sanda1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        background: #fff;
    }
    .sanda111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda111>div>.swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda1-a2 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .sanda1-a3 {
        font-size: 20px;
        line-height: 20px;
        color: #cccbcb;
        font-family: 'Rubik';
        position: absolute;
        bottom: 60px;
        right: calc(50% - 4px);
        z-index: 1;
    }
    .sanda1-a3>span {
        margin-left: 14px;
    }
    .sanda1-a3>span:nth-child(1) {
        color: #fff;
    }
    .sanda1-a4 {
        width: 70px;
        height: 2px;
        background: #fdfdfd;
        position: absolute;
        bottom: calc(60px + 20px/2 - 1px);
        left: calc(50% + 25px);
        z-index: 2;
    }
    .sanda211 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
        z-index: 0;
    }
    .sanda211 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda1-b1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .sanda1-b1 img {
        min-height: 100%;
    }
    .sanda1-b2 {
        display: none;
    }
    .sanda1-b3 {
        width: 200px;
        position: absolute;
        top: calc(50% - 230px);
        left: calc(50% - 200px/2);
        font-size: 150px;
        line-height: 230px;
        color: #fff;
        font-family: 'jiangxizhuokai';
        text-align: center;
    }
    .sanda1-b4 {
        width: 50%;
        position: absolute;
        top: calc(50% - 6px);
        left: 25%;
        font-size: 32px;
        line-height: 32px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .sanda1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        background: #fff;
    }
    .sanda111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda111>div>.swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda1-a2 {
        width: 1920px;
        height: 100%;
        position: relative;
        margin-left: calc(50% - 1920px/2);
    }
    .sanda1-a3 {
        font-size: 20px;
        line-height: 20px;
        color: #cccbcb;
        font-family: 'Rubik';
        position: absolute;
        bottom: 40px;
        right: calc(50% - 4px);
        z-index: 1;
    }
    .sanda1-a3>span {
        margin-left: 14px;
    }
    .sanda1-a3>span:nth-child(1) {
        color: #fff;
    }
    .sanda1-a4 {
        width: 70px;
        height: 2px;
        background: #fdfdfd;
        position: absolute;
        bottom: calc(40px + 20px/2 - 1px);
        left: calc(50% + 25px);
        z-index: 2;
    }
    .sanda211 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
        z-index: 0;
    }
    .sanda211 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda1-b1 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .sanda1-b1 img {
        min-height: 100%;
    }
    .sanda1-b2 {
        display: none;
    }
    .sanda1-b3 {
        width: 150px;
        position: absolute;
        top: calc(50% - 200px);
        left: calc(50% - 150px/2);
        font-size: 120px;
        line-height: 180px;
        color: #fff;
        font-family: 'jiangxizhuokai';
        text-align: center;
    }
    .sanda1-b4 {
        width: 50%;
        position: absolute;
        top: calc(50% - 22px);
        left: 25%;
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .sanda1-a1 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        background: #fff;
    }
    .sanda111 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda111>div>.swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda1-a2 {
        width: 100%;
        height: 100%;
        position: relative
    }
    .sanda1-a3 {
        font-size: 20px;
        line-height: 20px;
        color: #cccbcb;
        font-family: 'Rubik';
        position: absolute;
        bottom: 60px;
        right: calc(50% - 4px);
        z-index: 1;
    }
    .sanda1-a3>span {
        margin-left: 14px;
    }
    .sanda1-a3>span:nth-child(1) {
        color: #fff;
    }
    .sanda1-a4 {
        width: 70px;
        height: 2px;
        background: #fdfdfd;
        position: absolute;
        bottom: calc(60px + 20px/2 - 1px);
        left: calc(50% + 25px);
        z-index: 2;
    }
    .sanda211 {
        width: 100%!important;
        height: 100%!important;
        position: relative;
        z-index: 0;
    }
    .sanda211 .swiper-slide {
        width: 100%!important;
        height: 100%!important;
        position: relative;
    }
    .sanda1-b1 {
        display: none;
    }
    .sanda1-b2 {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .sanda1-b2 img {
        min-height: 100%;
    }
    .sanda1-b3 {
        width: 2.4rem;
        position: absolute;
        top: calc(50% - 3.2rem);
        left: calc(50% - 2.4rem/2);
        font-size: 2rem;
        line-height: 2.8rem;
        color: #fff;
        font-family: 'jiangxizhuokai';
        text-align: center;
    }
    .sanda1-b4 {
        width: calc(100% - 0.4rem*2);
        position: absolute;
        top: calc(50% - 0.4rem);
        left: 0.4rem;
        font-size: 0.36rem;
        line-height: 0.36rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}


/**/

@media only screen and (min-width: 1480px) {}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {}

@media only screen and (max-width: 1023px) {}


/**/

@media only screen and (min-width: 1480px) {}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {}

@media only screen and (max-width: 1023px) {}