@charset "UTF-8";
@import "base.css";

.scrolled {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0 0.05rem 0.1rem 0 rgba(59, 58, 65, 0.2);
}

.sw1-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.sw1-title {
    position: absolute;
    top: 2rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
}

.sw1-title span {
    display: block;
    /* height: 0.62rem; */
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    font-size: 0.64rem;
    color: #FF650E;
    line-height: 0.94rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-shadow: -9px 1px 15px rgba(254,110,23,0.1);
}

.sw1-title label {
    display: block;
    height: 0.55rem;
    font-weight: 500;
    font-size: 0.36rem;
    color: #FFFFFF;
    line-height: 0.54rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .17rem;
}

.sw1-news {
    width: 7.19rem;
    height: 2.29rem;
    position: absolute;
    left: -7.19rem;
    bottom: 0.38rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 -0.05rem 0.1rem 0 rgba(59, 58, 65, 0.2);
    border-radius: 0 1.15rem 1.15rem 0;
    z-index: 2;
}

.sw1-news-left {
    width: 2.49rem;
    height: 2.29rem;
    background: linear-gradient(137deg, #FF650E 0%, #FBA04C 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sw1-news-left img {
    width: 1.05rem;
    height: .96rem;
}

.sw1-text {
    width: 5.14rem;
    height: 2.29rem;
    display: flex;
    flex-direction: column;
    padding: 0 .35rem;
}

.sw1-text .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "PingFangSc", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.sw1-text .title img {
    width: .71rem;
    height: .7rem;
    margin-right: .08rem;
}

.sw1-text .title span {
    font-weight: 400;
    font-size: 0.24rem;
    color: #FF650E;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sw1-text .ul ul {
    display: flex;
    flex-direction: column;
}

.sw1-text .ul ul li {
    height: 0.28rem;
    font-family: "PingFangSc", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-left: .23rem;
    margin-top: .12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sw1-text .ul ul li:after {
    content: "";
    position: absolute;
    width: 0.13rem;
    height: 0.13rem;
    background: #FF650E;
    border-radius: 50%;
    left: 0;
    top: .08rem;
}

.sw1-text .ul ul li a {
    color: #333333;
}

.sw2 {
    width: 100%;
    height: 11.11rem;
    position: relative;
    overflow: hidden;
    margin-top: -.2rem;
}

.sw2 .bg1 {
    width: 100%;
    height: 11.11rem;
    position: absolute;
    background: url("../img/2_bg1.png") no-repeat top center;
    background-size: 100% auto;
}

.sw2 .bg2 {
    width: 100%;
    height: 11.11rem;
    position: absolute;
    background: url("../img/2_bg2.png") no-repeat bottom center;
    background-size: 100% auto;
}

/*
.sw2 .bg {
    width: 100%;
    height: 11.11rem;
    position: absolute;
    background-image: url("../img/sw2-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
*/
.sw2 .center {
    display: flex;
    flex-direction: row;
}

.sw2 .sw2-logo {
    opacity: 0;
    width: 5.87rem;
    height: 5.85rem;
    position: relative;
    margin: 2.72rem 1.99rem 0 1.74rem;
    -webkit-transform: translateY(7.19rem);
    transform: translateY(7.19rem);
    transition: 2s ease .05s
}

.sw2 .sw2-logo img {
    width: 5.87rem;
    height: 5.85rem;
}

.sw2-right {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.sw2-right .tip {
    width: 0.83rem;
    height: 0.28rem;
    font-family: "PingFangSc", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.2rem;
    color: #8C5536;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 1.84rem;
}

.sw2-right .title {
    width: 7.83rem;
    height: 1.34rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.67rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .4rem;
}

.sw2-right .p {
    width: 7.83rem;
    height: 0.9rem;
    font-family: "PingFangSc", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .4rem;
}

.sw2-right .tit-s {
    width: 6.57rem;
    height: 0.55rem;
    font-family: "PingFangSc", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.2rem;
    color: #8C5536;
    line-height: 0.55rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.7rem;
    border-bottom: 0.02rem solid rgba(107, 101, 87, 0.3);
}

.sw2-right .cent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 6.52rem;
}

.sw2-right .cent .s1 {
    width: 50%;
    padding-bottom: .46rem;
    opacity: 0;
    -webkit-transform: translateX(7.19rem);
    transform: translateX(7.19rem);
    transition: 2s ease .05s
}

.sw2-right .cent .s1 span {
    display: block;
    height: 0.56rem;
    font-family: "DINBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.58rem;
    line-height: 0.56rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(270deg, #FF8C42 0%, #FF650E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0.57rem;
}

.sw2-right .cent .s1 label {
    display: block;
    height: 0.29rem;
    font-family: "PingFangSc", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.2rem;
    color: #6D4018;
    line-height: 0.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.15rem;
}

.sw2-right .cent .s1:nth-child(1),
.sw2-right .cent .s1:nth-child(2) {
    border-bottom: 0.01rem solid rgba(107, 101, 87, 0.3);
}

.sw3 {
    width: 100%;
    height: 13.52rem;
    position: relative;
    overflow: hidden;
}

.sw3 .sw-center {
    width: 13.46rem;
    height: 11.48rem;
    margin-top: .86rem;
}

.sw3-1 {
    position: absolute;
    width: 1.79rem;
    height: 0.57rem;
    background: #F7F7F7;
    border-radius: 0.35rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    left: 0;
    top: 0;
}

.sw3-1 span {
    display: inline-block;
    width: 0.96rem;
    height: 0.34rem;
    font-family: "PingFangBold", "PingFang SC-Bold", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sw3-1 img {
    width: 0.26rem;
    height: 0.26rem;
}

.sw3-2 {
    position: absolute;
    width: 2.28rem;
    height: 0.57rem;
    background: #F7F7F7;
    border-radius: 0.35rem;
    left: 2.43rem;
    top: 0;
}

.sw3-2 .search {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sw3-2 .search input {
    width: 1.3rem;
    height: 0.57rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.57rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: none;
    outline: none;
    background: #F7F7F7;
    font-family: "PingFangSc", "PingFang SC-Bold", "Microsoft YaHei", sans-serif;
    margin-left: .24rem;
    margin-right: .24rem;
}

.sw3-2 .search img {
    cursor: pointer;
    width: .3rem;
    height: .3rem;
}

.sw3-title {
    position: absolute;
    width: 3.84rem;
    height: 1.34rem;
    font-family: "PingFangBold", "PingFang SC-Bold", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.67rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    top: 1.4rem;
    left: 0;
}

.sw3-title span {
    color: #FF650E;
}

.sw3-desc {
    width: 6.82rem;
    height: 1.12rem;
    font-family: "PingFangSc", "PingFang SC-Bold", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 3.14rem;
    left: 0;
}

.s3-ys {
    width: 5.4rem;
    position: absolute;
    left: 0;
    top: 5.04rem;
}

.s3-ys .title {
    height: 0.34rem;
    font-family: "PingFangBold", "PingFang SC-Bold", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.s3-ys .tag {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    font-family: "PingFangSc", "PingFang SC-Bold", "Microsoft YaHei", sans-serif;
}

.s3-ys .tag span {
    display: inline-block;
    width: 1.61rem;
    height: 0.48rem;
    border-radius: 0.47rem;
    border: 0.01rem solid #666666;
    font-weight: 500;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.48rem;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin-right: .16rem;
    margin-top: .16rem;
}

.sw3-xf .flipper {
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    position: absolute;
}

.sw3-xf .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.sw3-xf-1 {
    width: 2.8rem;
    height: 3.56rem;
    border-radius: 0.4rem;
    filter: blur(0px);
    bottom: 0;
    left: 0;
}

.sw3-xf-2 {
    width: 3.08rem;
    height: 3.56rem;
    border-radius: 0.4rem;
    filter: blur(0px);
    bottom: 0;
    left: 2.92rem;
}

.sw3-xf-3 {
    width: 3.07rem;
    height: 6.44rem;
    border-radius: 0.4rem;
    filter: blur(0px);
    bottom: 0;
    left: 6.12rem;
}

.sw3-xf-4 {
    width: 4.15rem;
    height: 10.08rem;
    border-radius: 0.4rem;
    filter: blur(0px);
    bottom: 0;
    right: 0;
}

.sw3-xf .c1 {
    position: absolute;
    height: 0.78rem;
    font-family: "DINBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.64rem;
    color: #FFFFFF;
    line-height: 0.78rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    left: .3rem;
    bottom: 1.47rem;
}

.sw3-xf .c2 {
    position: absolute;
    height: 0.5rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    left: .3rem;
    bottom: .65rem;
    z-index: 999;
}

.sw3-xf .c3 {
    position: absolute;
    height: 0.23rem;
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.23rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    left: .3rem;
    bottom: .38rem;
}

.sw3-xf .c4 {
    width: 0.33rem;
    height: 0.32rem;
    position: absolute;
    right: .43rem;
    bottom: .66rem;
}

.sw3-xf .c4 img {
    width: 0.33rem;
    height: 0.32rem;
    display: block;
}

.sw3-xf .c5 {
    width: 0.73rem;
    height: 0.73rem;
    position: absolute;
    right: .23rem;
    top: .26rem;
    z-index: 3;
}

.sw3-xf .c5 img {
    width: 0.73rem;
    height: 0.73rem;
    display: block;
}

.sw3-xf .c6 {
    display: none;
    width: 1.94rem;
    height: 0.56rem;
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 1.13rem;
    left: .24rem;
}

.sw3-xf-2 .c6 {
    width: 2.47rem;
    height: 0.84rem;
}

.sw3-xf-3 .c6 {
    width: 2.47rem;
    height: 0.84rem;
}

.sw3-xf-4 .c6 {
    width: 3.6rem;
}


.sw4 {
    width: 100%;
    height: 9.43rem;
    background: url("../img/sw4-bg.png") no-repeat top center;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
}

.sw4-t {
    width: 100%;
    height: 0.28rem;
    font-family: "PingFangMedium", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    font-style: normal;
    text-transform: none;
    text-align: center;
    position: absolute;
    top: 1.93rem;
    left: 0;
}

.sw4-t1 {
    width: 100%;
    height: 1.12rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
    color: #FFFFFF;
    line-height: 1.12rem;
    text-shadow: 0 0 0 rgba(184, 80, 14, 0.2);
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 2.93rem;
    left: 0;
}

.sw4-ul {
    width: 12rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
    margin: 0 auto;
    top: 4.81rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.sw4-ul .c1 {
    opacity: 0;
    width: 3.67rem;
    position: relative;
}

.sw4-ul .c1 .c1-icon {
    width: 3.67rem;
    height: 1.1rem;
    text-align: center;
}

.sw4-ul .c1 .c1-icon img {
    width: 1.1rem;
    height: 1.1rem;
}

.sw4-ul .c1-title {
    margin-top: .25rem;
}

.sw4-ul .c1-desc {
    margin-top: .15rem;
}

.progress-container {
    position: relative;
    width: 2.57rem;
    height: .8rem;
    overflow: hidden;
    margin: .05rem auto;
}

.progress-container .bar {
    position: absolute;
    top: .07rem;
    width: 2.57rem;
    height: 0.09rem;
    background-color: #FFF;
    border-radius: .05rem;
}

.progress-bar {
    position: absolute;
    width: 0.07rem;
    height: 0.24rem;
    background-color: #FFF;
    top: 0;
    left: 0;
    transition: left 0.1s;
    border-radius: .05rem;
}

.progress-content {
    padding: .15rem 0;
}

.progress-text {
    position: absolute;
    width: 25%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    transition: font-size 0.5s, font-weight 0.5s;
}

#progress-text-1 {
    left: 0;
}

#progress-text-2 {
    left: 25%;
}

#progress-text-3 {
    left: 50%;
}

#progress-text-4 {
    left: 75%;
}

.progress-text.active {
    font-size: 20px;
    font-weight: bold;
}

.sw5 {
    width: 100%;
    height: 11.83rem;
    position: relative;
    background: url("../img/5_bg.png") no-repeat 3.01rem center;
    background-size: 100% auto;
    overflow: hidden;
}

.sw5 .sw5-t {
    width: 1.6rem;
    height: 0.56rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.56rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 1.1rem 0 0 .94rem;
}

.sw5 .sw5-t1 {
    width: 6.24rem;
    height: 0.67rem;
    font-family: "PingFangBold", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.67rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: .17rem 0 .51rem .94rem;
}

.slick-sw5 {
    width: 11.69rem;
    height: 6.63rem;
    margin: .75rem auto 0 auto;
}