.mainbox,
.inpage {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fw {
    margin: 0 auto;
    position: relative;
    width: 1720px;
    max-width: 94%;
}

.fw_cx {
    width: 100%;
    max-width: 100%;
}

.fw_cx .content {
    height: 876px;
}

.fw_cx .content .text .tt {
    font-size: 72px !important;
    margin-top: 100px;
    padding-bottom: 50px !important;
}

.fw_cx .content .text .state p {
    font-size: 18px;
    width: 1000px;
    margin: 0 auto;
    line-height: 2;
}

.fw_cx .content .text .more {
    margin-top: 100px !important;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2999;
    transition: all .3s ease;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header .logo {
    display: block;
    position: relative;
    left: 0;
    transition: all .6s ease;
    height: 100px;
    line-height: 100px;
}

.header .logo img {
    max-height: 70%;
}

.mt100 {
    margin-top: 100px;
}

.nav {
    font-size: 0;
}

.nav a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: 'pingfangbold';
    line-height: 100px;
    position: relative;
    margin-left: 50px;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 4px;
    transition: all .3s ease;
    background-color: #bed527;
}

.nav a.active::after,
.nav a:hover::after {
    width: 100%;
}

.navbtn {
    display: none;
    overflow: hidden;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
    transition: all .6s ease;
}

.navbtn .line {
    width: 32px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 50%;
    margin: 0px 0px 0px -16px;
    transition: all .6s ease;
}

.navbtn .line2 {
    top: 28px;
}

.navbtn .line3 {
    top: 38px;
}

body.open .navbtn .line1 {
    top: 30px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

body.open .navbtn .line2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: -100%;
}

body.open .navbtn .line3 {
    top: 30px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

body.open .nav {
    left: 0;
}

.header.onhead {
    border-bottom: 1px solid #f8f8f8;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.header.onhead.noneboxs {
    box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0);
}

.header.onhead .navbtn .line {
    background-color: #333;
}

.header.onhead .nav a {
    color: #333;
}

.header.inhead.noneboxs {
    box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0);
}

.header.inhead .navbtn .line {
    background-color: #333;
}

.header.inhead .nav a {
    color: #333;
}

.header .fw {
    padding-right: 270px;
}

.searchbox {
    position: absolute;
    right: 29px;
    top: 29px;
    z-index: 9;
    padding-right: 42px;
    width: 260px;
    border: 1px solid transparent;
}

.searchbox .ipt {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    height: 42px;
    transition: all .3s ease;
    width: 0;
    padding: 0;
}

.searchbox.show .ipt {
    width: 100%;
    padding: 0 15px;
}

.searchbox .btn {
    width: 42px;
    height: 42px;
    background-image: url(../images/ss1.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
}

.searchbox.show .btn {
    background-color: #fff;
    background-image: url(../images/ss2.png);
}

.header.onhead .searchbox .btn {
    background-image: url(../images/ss2.png);
}

.header.onhead .searchbox.show {
    border: 1px solid #d8d8d8;
}

.header.inhead .searchbox .btn {
    background-image: url(../images/ss2.png);
}

.header.inhead .searchbox.show {
    border: 1px solid #d8d8d8;
}

.right_tool {
    position: fixed;
    bottom: 20%;
    z-index: 1999;
    right: 1.5%;
}

.right_tool a {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    margin-bottom: 4px;
    background-color: #f24f13;
    transition: all .3s ease;
}

.right_tool a:hover {
    background-color: rgba(242, 79, 19, .8);
}

.footer {
    padding-top: 42px;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/fbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.foot_bottom {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 24px 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot_bottom .links {
    max-width: 60%;
}

.foot_bottom .links span {
    font-family: 'pingfang';
    display: inline-block;
    margin-right: 20px;
}

.foot_bottom .links a {
    color: #fff;
    font-family: 'pingfang';
    display: inline-block;
    margin-right: 25px;
}

.foot_bottom .copy {
    flex-shrink: 0;
}

.foot_bottom .links a:hover {
    text-decoration: underline;
}

.foot_top {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot_top .logo {
    display: block;
}

.foot_top .left {
    max-width: 50%;
}

.foot_top .right {
    max-width: 45%;
}

.foot_top .about {
    color: #fff;
    margin-top: 40px;
}

.foot_top .about .tt {
    font-size: 18px;
}

.foot_top .about .state {
    font-size: 14px;
    line-height: 2;
    margin: 26px 0;
    max-width: 620px;
}

.foot_top .about .btn {
    display: inline-block;
    color: #fff;
}

.foot_top .about .btn:hover {
    text-decoration: underline;
}

.foot_nav a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'pingfang';
    text-transform: uppercase;
    margin-left: 50px;
}

.foot_nav a:hover {
    text-decoration: underline;
}

.foot_nav {
    margin-bottom: 100px;
    text-align: right;
    margin-top: 10px;
}

.foot_top .icons {
    font-size: 0;
    text-align: right;
}

.foot_top .icons a {
    display: inline-block;
    margin-left: 26px;
    transition: all .3s ease;
}

.foot_top .icons a:hover {
    opacity: .8;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.banner .line1 {
    position: absolute;
    right: 99px;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 9;
    background-color: rgba(255, 255, 255, .3);
}

.banner .line2 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 99px;
    height: 1px;
    z-index: 9;
    background-color: rgba(255, 255, 255, .3);
}

.banner li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 500px;
}

.banner li .img {
    width: 100%;
    display: none;
}

.banner li .fw {
    position: absolute;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    bottom: 238px;
}

.banner li .timg {
    margin-bottom: 5%;
}

.banner li .link {
    display: block;
    text-transform: uppercase;
    font-family: 'pingfangbold';
    background-color: #fff;
    width: 110px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #101010;
    font-size: 16px;
    transition: all .3s ease;
}

.banner li .link:hover {
    background-color: rgba(255, 255, 255, .8);
}

.banner .btns {
    position: absolute;
    bottom: 132px;
    display: flex;
    align-items: baseline;
    z-index: 9;
    right: 124px;
}

.banner .swiper-pagination {
    position: relative;
    width: auto;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'pingfangbold';
    margin: 0 10px;
    display: flex;
    align-items: baseline;
}

.banner .swiper-pagination-bullet {
    width: auto;
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    opacity: 1;
    margin: 0 8px;
    transition: all .4s ease;
}

.banner .swiper-pagination-bullet-active {
    font-size: 60px;
    color: #bed527;
    background-color: transparent;
}

.banner .btns a {
    display: block;
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.banner .btns a.prev.disabled {
    background-image: url(../images/prev.png);
}

.banner .btns a.next.disabled {
    background-image: url(../images/next.png);
}

.banner .btns a.prev {
    background-image: url(../images/prev2.png);
}

.banner .btns a.next {
    background-image: url(../images/next2.png);
}

.banner .down {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    z-index: 9;
}

.banner .down img {
    animation: down 10s infinite;
    -webkit-animation: down 10s infinite;
    transition: all ease .5s;
}

@keyframes down {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, 6px, 3px);
        transform: translate3d(0, 6px, 3px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 0, -6px);
        transform: translate3d(0, 0, -6px);
    }
}

@-webkit-keyframes down {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, 6px, 3px);
        transform: translate3d(0, 6px, 3px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 0, -6px);
        transform: translate3d(0, 0, -6px);
    }
}

.mbox1 {
    padding: 110px 0;
}

.mbox1_cx {
    padding-bottom: 0;
}

.mbox1 .content {
    padding: 54px 0 110px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mbox1 .content .text .tt {
    text-align: center;
    color: #fff;
    font-size: 120px;
    font-family: 'monbold';
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 3%;
    padding: 0 20px 30px;
}

.mbox1 .content .text .tt2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'pingfangbold';
    margin-bottom: 20px;
    padding: 0 20px;
}

.mbox1 .content .text .state {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

.more {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #101010;
    font-size: 16px;
    font-family: 'pingfangbold';
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    transition: all .3s ease;
}

.more:hover {
    background-color: rgba(255, 255, 255, .8);
}

.mbox1 .content .text .more {
    margin-top: 30px;
}

.mbox2 {
    padding-bottom: 92px;
}

.mbox2_cx {
    padding-top: 92px;
}

.mbox2 .pic {
    width: 54.6%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 650px;
}

.mbox2 .pic img {
    display: none;
    width: 100%;
}

.mbox2 .text {
    position: absolute;
    right: 0;
    top: 68px;
    bottom: 68px;
    background-color: #fff;
    width: 54.6%;
    padding: 3% 5% 4%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mbox02 .text {
    left: 0;
    right: auto;
}

.mbox2 .text .title {
    color: #333333;
    font-size: 40px;
    font-family: 'pingfangbold';
}

.mbox2 .text .title span {
    display: inline-block;
    border-bottom: 4px solid #999999;
    padding-bottom: 10px;
}

.more2 {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #bed527;
    font-size: 16px;
    transition: all .3s ease;
}

.more2:hover {
    background-color: #b7d010;
}

.mbox2 .text .brief {
    color: #333333;
    font-size: 20px;
    line-height: 2;
    margin: 4% 0 7%;
}

.brief_cx p {
    font-size: 18px;
}

.maintitle {
    margin-bottom: 4.6%;
}

.maintitle .title {
    color: #333333;
    font-size: 40px;
    font-family: 'pingfangbold';
    text-align: center;
}

.maintitle .title span {
    display: inline-block;
    border-bottom: 4px solid #999999;
    padding-bottom: 6px;
}

.maintitle .subtitle {
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-family: 'pingfangbold';
    margin-top: 18px;
    max-width: 890px;
    margin: 18px auto 0;
    line-height: 1.7;
}

.mbox3 {
    position: relative;
    padding-bottom: 120px;
}

.mbox3 .fw {
    position: relative;
    z-index: 99;
}

.mtb_swiper {
    overflow: hidden;
}

.mtb_swiper li {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mtb_swiper li .img {
    width: 100%;
}

.mtb_swiper li .text {
    padding: 0 5%;
    bottom: 80px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 9;
}

.mtb_swiper li .text .tt1 {
    color: #fff;
    font-size: 48px;
    font-family: 'monbold';
}

.mtb_swiper li .text .tt2 {
    color: #fff;
    font-size: 36px;
    font-family: 'mont';
}

.mtb_swiper li .text .tt3_cx {
    color: #fff;
    font-size: 16px;
    font-family: 'mont';
    line-height: 2;
    width: 760px;
    padding-bottom: 30px;
}

.mtb_swiper li .text .more {
    margin: 0;
    width: 150px;
}

.mbox3 .btnwrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #bed527;
    width: 50%;
    z-index: 9;
    height: 470px;
    max-height: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.mbox3 .btnwrap .btns {
    padding: 30px 44px;
    display: flex;
    align-items: baseline;
}

.mbox3 .btnwrap .btns a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.mbox3 .btnwrap .swiper-pagination {
    position: relative;
    width: auto;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'pingfangbold';
    margin: 0 10px;
    display: flex;
    align-items: baseline;
}

.mbox3 .btnwrap .swiper-pagination-bullet {
    width: auto;
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    opacity: 1;
    margin: 0 8px;
    transition: all .4s ease;
}

.mbox3 .btnwrap .swiper-pagination-bullet-active {
    font-size: 60px;
    background-color: transparent;
}

.mbox4 {
    padding: 90px 0 70px;
}

.teamlist {
    display: flex;
    align-items: stretch;
    margin: 0 -24px;
    flex-wrap: wrap;
}

.teamlist li {
    width: 50%;
    padding: 0 24px;
    margin-bottom: 30px;
}

.teamlist li .ww {
    height: 100%;
}

.teamlist li a {
    display: block;
    text-align: center;
    position: relative;
    padding: 46px 110px;
    box-shadow: 0px 0px 10px 0px rgba(190, 213, 39, .15);
}

.teamlist li .yin1 {
    position: absolute;
    left: 20px;
    top: 35px;
    z-index: 9;
}

.teamlist li .yin2 {
    position: absolute;
    right: 20px;
    bottom: 35px;
    z-index: 9;
}

.teamlist li .tx {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.teamlist li .name {
    color: #101010;
    font-size: 16px;
    margin: 12px 0 16px;
    font-family: 'mont';
}

.teamlist li .brief {
    color: #000000;
    font-size: 16px;
    line-height: 2;
    max-width: 480px;
    margin: 0 auto;
}

.teamlist li .brief p {
    font-family: 'mont';
}

.teamlist li .ww:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}

.mbox5 {
    background-color: #f8f8f8;
    padding: 80px 0 60px;
}

.mbox5 .maintitle .title {
    text-align: left;
}

.mbox5 .more2 {
    margin: 0 auto;
    display: block;
}

.more2_cx {
    margin: 0 auto;
    display: block;
    margin-top: 70px;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -18px;
    padding-bottom: 20px;
}

.news_list li {
    width: 25%;
    padding: 0 18px;
    margin-bottom: 30px;
}

.news_list li a {
    display: block;
    height: 100%;
    background-color: #fff;
}

.news_list li .pic {
    overflow: hidden;
}

.news_list li .pic img {
    width: 100%;
    transition: all ease .5s;
}

.news_list li .con {
    padding: 20px;
}

.news_list li .tt {
    color: #101010;
    font-size: 18px;
    font-family: 'pingfangbold';
    line-height: 1.6;
}

.news_list li .tt2 {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0 24px;
}

.news_list li a:hover .pic img {
    transform: scale(1.1);
}

.news_list li .btn {
    color: #bed527;
    font-size: 14px;
    font-family: 'pingfangbold';
}

.mbox6 {
    padding: 90px 0;
}

.mbox7 {
    padding-bottom: 80px;
}

.mbox7 .map {
    text-align: center;
}

.question {
    max-width: 1420px;
    margin: 0 auto;
}

.question li {
    padding: 0 46px;
}

.question li .ques {
    background-image: url(../images/jt.png);
    color: #333333;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 18px 64px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.question li .ques .btn {
    width: 28px;
    height: 28px;
    background-image: url(../images/jia.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
    transition: all .2s ease;
}

.question li .ques p {
    font-family: 'pingfangbold';
}

.question li .ques.on {
    background-image: url(../images/jian.png);
}

.question li .answer {
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 18px;
    padding: 0 0 18px 64px;
    display: none
}

.question li.on {
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    border-top: 1px solid #dbe98e;
    background-position: center center;
}

.question li.on .ques .btn {
    background-image: url(../images/jian.png);
}

.question li.on .ques {
    background-image: none;
    padding-right: 0;
    border-bottom: 1px solid transparent;
}

.mbox8 {
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 80px;
}

.mbox8 .fw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mbox8 .item {
    flex-shrink: 0;
}

.mbox8 .item2 {
    width: 810px;
    max-width: 60%;
}

.mbox8 .item1 {
    max-width: 42%;
}

.mbox8 .title {
    color: #fff;
    font-family: 'pingfangbold';
    font-size: 40px;
}

.mbox8 .subtitle {
    color: #fff;
    font-size: 16px;
    margin: 20px 0 56px;
}

.mbox8 .tt1 {
    color: #fff;
    font-size: 24px;
    margin: 52px 0 36px;
}

.writeinfo .info {
    margin-bottom: 24px;
}

.writeinfo .flexinfo {
    justify-content: space-between;
    display: flex;
}

.writeinfo .flexinfo .info {
    flex: 1;
}

.writeinfo .flexinfo .info+.info {
    margin-left: 25px;
}

.writeinfo .info .t0 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.writeinfo .info input {
    width: 100%;
    background-color: #fff;
    color: #333;
    padding: 0 16px;
    font-size: 14px;
    height: 48px;
}

.writeinfo .more {
    width: 230px;
    font-size: 18px;
    margin: 0;
}

.writeinfo .info textarea {
    width: 100%;
    padding: 16px;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    height: 250px;
    outline: 0;
    border: 0;
}

.mbox8 .list li+li {
    margin-top: 24px;
}

.mbox8 .list li {
    color: #fff;
    font-size: 14px;
}

.mbox8 .list li .t0 {
    font-size: 16px;
    margin-bottom: 10px;
}

.mbox8 .list li .tel {
    font-size: 44px;
}

.mbox8 .list li p {
    font-family: 'pingfangbold';
}

.product {
    padding: 60px 0 90px;
}

.intitle {
    color: #333333;
    font-size: 16px;
    font-family: 'monbold';
    margin-bottom: 30px;
}

.intitle2 {
    color: #333333;
    font-size: 80px;
    font-family: 'monbold';
    margin-bottom: 30px;
}

.intitle2_cx {
    font-size: 60px;
}

.bottom_type {
    background-image: url(../images/tbg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.bottom_type span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 33.3%;
    font-family: 'pingfangbold';
    font-size: 24px;
    flex-shrink: 0;
}

.bottom_type span:nth-child(1) {
    color: #b9ce31;
}

.bottom_type span:nth-child(2) {
    color: #adaa3b;
}

.bottom_type span:nth-child(3) {
    color: #7fb52d;
}

.left_type {
    background-image: url(../images/tbg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.left_type p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 33.3%;
}

.left_type p img {
    max-height: 100%;
}

.left_wrap_box {
    position: relative;
    display: flex;
    height: 930px;
}

.product_wrap {
    width: 100%;
    position: relative;
}

.bikes_wrapbox {
    width: 100%;
    overflow: auto;
}

.product_bikes {
    width: 1700px;
    display: flex;
    position: relative;
    padding-bottom: 60px;
    height: 100%;
    padding-left: 60px;
}

.product_bikes .item {
    width: 33.3%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_bikes .item1 {
    background-color: #fcfdf2;
}

.product_bikes .item2 {
    background-color: #fdfced;
}

.product_bikes .item3 {
    background-color: #f6fce9;
}

.likelist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.likelist li {
    width: 50%;
    padding: 28px 10px;
}

.likelist li a {
    display: block;
}

.likelist li .pic {
    text-align: center;
    height: 132px;
    line-height: 132px;
    position: relative;
}

.likelist li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.likelist li .name {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-family: 'pingfangbold';
    margin-top: 24px;
}

.likelist li .price {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-family: 'pingfangbold';
    margin-top: 6px;
}

.likelist li .new {
    position: absolute;
    background-image: url(../images/new.png);
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
}

.product_bikes .bikebox {
    height: 33.3%;
}

.product_detail {
    width: 100%;
    overflow: hidden;
}

.product_imgs img {
    /* width: 100%; */
    max-width: 100%;
}

.product_detail .pbox2 {
    padding: 110px 0;
}

.product_detail .pbox2 .brief {
    color: #333333;
    font-size: 20px;
    line-height: 2;
}

.product_imgs2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
    padding: 0 5px;
}

.product_imgs2 .img {
    width: 33.3%;
    padding: 0 2px;
    margin-bottom: 5px;
}

.product_imgs2 .img img {
    /* width: 100%; */
    max-width: 100%;
}

.product_detail .pbox1 {
    padding: 100px 0 80px;
}

.product_detail .pbox3 {
    padding: 60px 0 90px;
}

.product_detail .pbox3 .left {
    width: 50%;
    padding-right: 6%;
}

.product_detail .pbox3 .right {
    overflow: hidden;
    padding-top: 80px;
}

.datalist li {
    display: flex;
    padding: 10px 18px;
    align-items: center;
}

.datalist li .tt {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 16px;
    height: 28px;
    flex-shrink: 0;
    width: 380px;
}

.datalist li .tt span {
    font-family: 'pingfangbold';
}

.datalist li .state {
    color: #333333;
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    line-height: 28px;
}

.datalist li:nth-child(even) {
    background-color: #f6f6f6;
}

.datalist li .tt img {
    width: 28px;
    margin-right: 15px;
    display: inline-block;
}

.product_detail .pbox3 .img {
    text-align: center;
    margin-bottom: 50px;
}

.product_detail .pbox3 .list li {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    color: #333333;
    font-size: 16px;
    align-items: center;
}

.product_detail .pbox3 .list .t1 {
    width: 310px;
    flex-shrink: 0;
    line-height: 24px;
    font-family: 'pingfangbold';
}

.product_detail .pbox3 .list .con {
    flex: 1;
    overflow: hidden;
    line-height: 24px;
}

.product_detail .pbox3 .list .con p {
    font-family: 'pingfangbold';
}

.product_detail .pbox1 .left {
    width: 50%;
    padding-right: 5%;
    position: relative;
}

.detailinfo {
    overflow: hidden;
    padding-left: 5%;
}

.imgswiper {
    overflow: hidden;
}

.imgswiper li img {
    width: 100%;
}

.product_detail .pbox1 .swiper-pagination {
    position: relative;
    bottom: 0;
}

.pbox1 .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid transparent;
    transition: all .3s ease;
    position: relative;
    margin: 0 10px;
}

.pbox1 .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #666666;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.pbox1 .swiper-pagination-bullet-active {
    border: 1px solid #bed527;
    background-color: #fff;
    opacity: 1;
}

.pbox1 .swiper-pagination-bullet-active::after {
    background-color: #bed527;
}

.pbox1 .btns {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbox1 .numer {
    color: #333333;
    font-size: 40px;
    margin-right: 6%;
}

.detailinfo .namewrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
    align-items: center;
}

.detailinfo .name {
    font-family: 'monbold';
    color: #333333;
    font-size: 80px;
    line-height: 1;
}

.detailinfo .price {
    color: #bfd622;
    font-size: 40px;
    font-family: 'monbold';
}

.iconlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 48px;
}

.iconlist li {
    margin-bottom: 30px;
}

.iconlist li .icon {
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 10px;
}

.iconlist li .icon img {
    max-height: 100%;
}

.iconlist li .tt1 {
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-family: 'pingfangbold';
}

.iconlist li .tt2 {
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-family: 'pingfangbold';
    margin-top: 10px;
}

.detailinfo .tt0 {
    position: relative;
    padding-left: 15px;
    color: #0a0a0a;
    font-size: 18px;
    font-family: 'mont';
    margin-bottom: 42px;
}

.detailinfo .tt0::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 18px;
    margin-top: -9px;
    border-radius: 5px;
    background-color: #bed527;
}

.colors {
    display: flex;
    flex-wrap: wrap;
}

.colors a {
    display: inline-block;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.colors a span {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #333;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.subbanner {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.subbanner_cx {
    height: 800px;
}

.subbanner .text {
    position: absolute;
    width: 1520px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
    z-index: 9;
    max-width: 94%;
}

.subbanner .text .tt {
    color: #fff;
    font-size: 40px;
    font-family: 'monbold';
    margin-bottom: 20px;
}

.location {
    color: #fff;
    font-size: 24px;
    font-family: 'pingfangbold';
}

.location a {
    color: #fff;
    font-family: 'pingfangbold';
}

.location span {
    font-family: 'pingfangbold';
}

.sbox3 {
    padding: 100px 0;
}

.sbox3 .intitle {
    text-align: center;
}

.sbox3 .intitle2 {
    text-align: center;
}

.sbox3 .state {
    text-align: center;
    color: #333333;
    font-size: 20px;
    margin-bottom: 60px;
    line-height: 1.7;
}

.sbox2 {
    padding: 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sbox2 .title {
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-family: 'monbold';
    line-height: 1;
    margin-bottom: 56px;
}

.sbox2 .state {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    max-width: 1384px;
    margin: 0 auto 60px;
}

.sbox2 .more {
    margin: 0 auto;
}

.sertop {
    max-width: 1520px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.sertop .left {
    padding-top: 100px;
    width: 50%;
    max-width: 620px;
}

.sertop .pic {
    width: 46%;
    max-width: 600px;
    position: relative;
    padding: 0 50px 50px 0;
    top: -100px;
}

.sertop .pic img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.sertop .pic .kk {
    top: 100px;
    bottom: 0;
    right: 0;
    left: 50px;
    background-color: #f4f8db;
    z-index: 1;
    position: absolute;
}

.sertop .left .brief {
    color: #333333;
    font-size: 20px;
    line-height: 2;
}

.sbox1 {
    padding-bottom: 60px;
}

.sbox1 .list {
    max-width: 1520px;
    margin: 0 auto;
}

.sbox1 .list li {
    display: flex;
    margin-bottom: 60px;
}

.sbox1 .list li .icon {
    width: 450px;
    text-align: center;
    flex-shrink: 0;
}

.sbox1 .list li .icon .tt {
    text-align: center;
    color: #333333;
    font-size: 40px;
    font-family: 'pingfangbold';
    margin-top: 10px;
}

.sbox1 .list li .con {
    flex: 1;
    overflow: hidden;
    color: #333333;
    font-size: 20px;
    line-height: 2;
    padding-right: 50px;
}

.topic_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f7;
    padding: 100px 0 90px;
}

.topic_img .pic img {
    max-width: 90%;
}

.topic_img .pic {
    text-align: center;
}

.topic_img .text {
    margin: 20px auto 0;
    max-width: 94%;
    width: 1520px;
}

.topic_img .text .tt {
    color: #333333;
    font-size: 40px;
    font-family: 'monbold';
    margin-bottom: 24px;
}

.topic_img .location {
    color: #333;
}

.topic_img .location a {
    color: #333;
}

.topicbox1 {
    padding: 90px 0;
}

.topicbox2 img {
    width: 100%;
}

.topicbox1 .intitle {
    text-align: center;
}

.topicbox1 .intitle2 {
    text-align: center;
}

.bikeswiper {
    width: 600px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    border: 1px solid #bed527;
    border-radius: 50%;
}

.bikeswiper .btn {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    border-radius: 50%;
    transition: all .4s ease;
}

.bikeswiper .prev {
    left: -18px;
    background-image: url(../images/left1.png);
}

.bikeswiper .next {
    right: -18px;
    background-image: url(../images/right1.png);
}

.bikeswiper .prev:hover {
    background-image: url(../images/left2.png);
}

.bikeswiper .next:hover {
    background-image: url(../images/right2.png);
}

.topic_bikewrap {
    overflow: hidden;
}

.bikeswiper li .pic {
    text-align: center;
    height: 312px;
    line-height: 312px;
}

.bikeswiper li .pic img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(.8);
    transition: all .4s ease;
}

.bikeswiper li .tt {
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.bikeswiper li {
    padding: 68px 62px;
}

.bikeswiper li.swiper-slide-active .pic img {
    transform: scale(1);
}

.bikeswiper li.swiper-slide-active .tt {
    opacity: 1;
    visibility: visible;
}

.topicbox1 .intitle2 {
    margin-bottom: 50px;
}

.mbox4_newcx {
    display: flex;
    justify-content: space-between;
}

.mbox4_newcx .item_cx {
    width: 500px;
    height: 555px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.mbox4_newcx .item_cx:hover {
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}

.mbox4_newcx .item_cx .i1_cx {}

.mbox4_newcx .item_cx .i1_cx img {}

.mbox4_newcx .item_cx .i2_cx {
    font-size: 36px;
    color: #5a5a5a;
    font-weight: bold;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
}

.mbox4_newcx .item_cx:nth-child(2) .i2_cx {
    font-size: 24px;
}

.mbox4_newcx .item_cx .i3_cx {
    font-size: 16px;
    color: #7c7b7b;
    line-height: 1.5;
    text-align: center;
    height: 180px;
}

.mbox4_newcx .item_cx .i4_cx {
    background-color: #b7d010;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 50px;
    border-radius: 25px;
}

.copyright_cx {
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-bottom: 30px;
}

.foot_top_cx .right {
    display: flex;
    align-items: flex-end;
}

.foot_top_cx .left {
    max-width: unset;
}

.footer_bottom_cx {
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 2;
}

.footer_bottom_cx .item_cx {
    width: 300px;
    margin-top: 40px;
}

.footer_bottom_cx .item_cx .title_cx {
    font-size: 18px;
    font-weight: bold;
}

.footer_bottom_cx .item_cx .con_cx {
    display: flex;
    flex-direction: column;
}

.footer_bottom_cx .item_cx .con_cx a {
    color: #fff;
}