header{
    position: fixed;
    color: #fff;
    background-color:transparent;
}
.smooth_sc {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
/*产品展示*/
.mobile-show{
    display: none;
}
.product {
    width: 100%;
    padding: 40px 0;
}
.product .width{
    max-width: 1600px;
}
.product-top {
    width: 100%;

}

.product-top ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-top ul li .l {
    width: 55%;
    padding: 0 20px;
}

.product-top ul li .r {
    width: 45%;
}

.product-top ul li p.title-en {
    font-size: 20px;
    color: #666;
    padding-bottom: 20px;
}

.product-top ul li p.title {
    font-size: 36px;
    color: #1e1b16;
    padding-bottom: 10px;
    font-weight: bold;
}

.product-top ul li p.price {
    font-size: 22px;
    color: #1e1b16;
    padding-bottom: 20px;
    font-weight: bold;
}

.product-top ul li p.desc {
    font-size: 15px;
    text-align: justify;
    color: #999;
    padding: 10px 40px 40px 0;
    line-height: 25px;
}

.product-thumbs{
    padding: 20px;
}
.product-thumbs .swiper-slide {
    text-align: center;
    cursor: pointer;

}

.product-thumbs .swiper-slide .item {
    padding: 5px;
}

.product-thumbs .swiper-slide .item .title {
    font-size: 20px;
    color: #1e1b16;
    padding-top: 15px;
    padding-bottom: 5px;
}

.product-thumbs .swiper-slide .item .title-en {
    font-size: 12px;
    color: #b7b5b2;
    padding-bottom: 15px;
}

.product-thumbs .swiper-slide img {
    width: 100%;
    max-width: 100%;
}

.product-thumbs .swiper-slide.swiper-slide-thumb-active {
    box-shadow: 0 0 20px rgba(200, 200, 200, .5);
}


.product .swiper-button-next, .product .swiper-button-prev {
    top: auto;
    bottom: 20%;
    width: 54px;
    height: 54px;
}

.product .swiper-button-next {
    background-color: #ce131f;
    -webkit-background-size: 25%;
    background-size: 25%;
    border-radius: 50%;
    right: auto;
    left: 80px;
    top: auto;
    bottom: 20px;
}

.product .swiper-button-prev {
    background-color: #a7894d;
    opacity: 1;
    -webkit-background-size: 25%;
    background-size: 25%;
    border-radius: 50%;
    left:20px;
    top: auto;
    bottom: 20px;
}
.product .swiper-button-next:hover,.product .swiper-button-prev:hover{
    box-shadow: 0 0 10px #999;
}
.inner {
    position: relative;
}

i.play {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, .5) url(/theme/default/images/play.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: all .2s;
}

i.play:hover {
    background-color: rgba(0, 0, 0, .6);
}

.layui-layer-rim {
    border: 10px solid rgba(0, 0, 0, 0.72);
}
#index-1{
    background: #fff url('/theme/default/images/index1-bg.jpg') 0 0 no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

#index-1 .main-title {
    margin-bottom: 0;
    
}

#index-1 .more-link{
    margin: 0 auto;
    display: block;
    width: max-content;
}
#index-1 .ax-tab{
    max-width: 1200px;
    height: 600px;
    margin: 60px auto;
    display: flex;
    align-items: center;
    position: relative;
}
#index-1 .ax-tab-content{
    position: absolute;
    width: 400px;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -200px;
    text-align: center;
}
#index-1 .ax-tab-content li a{
    position: relative;
}

#index-1 .ax-tab-nav{
    width: 100%;
    flex-wrap: wrap;
}
#index-1 .ax-tab-nav li{
    width: 50%;
    margin: 30px 0;
    cursor: pointer;
}
#index-1 .ax-tab-nav li .icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
     background-color: #ddd;
    transition: all .3s;
}
#index-1 .ax-tab-nav li:nth-child(2n) .flex{
    flex-direction:row-reverse;
}
#index-1 .ax-tab-nav li .title{
    width: calc(100% - 80px);
}
#index-1 .ax-tab-nav li:nth-child(2n) .title{
    text-align: right;
}
#index-1 .ax-tab-nav li .icon span{
    font-size: 40px;
}
#index-1 .ax-tab-nav li.ax-active .icon,#index-1 .ax-tab-nav li:hover .icon{
    background-color: var(--webcolor);
    color: #fff;
}
#index-1 .ax-tab-nav li.ax-active .title h2,#index-1 .ax-tab-nav li:hover .title h2{
    color: var(--webcolor);
}
#index-2 {
    background: url("/theme/default/images/pic36.jpg") no-repeat left bottom;
    position: relative;
}

#index-2 .re {
    z-index: 2;
}

#index-2 .re > img {
    /*opacity: .3;*/

}

#index-2:after {
    /*content: '';*/
    position: absolute;
    width: 25%;
    background-color: var(--webcolor);
    height: 100%;
    z-index: 1;
    right: 0;
    top: 0;
}

#index-2 .width {
    position: relative;
    z-index: 10;
}

#index-2 .main-title {
    text-align: left;
}

#index-2 .main-title h1 {

}

#index-2 .content {
    width: 80%;
    padding: 0;
}

#index-2 .more-link {
    background-color: #fff;
    margin-top: 30px;
}



#index-2 .content p {
    text-align: justify;
    line-height: 2;
    margin-bottom: 15px;
    font-size: 16px;
}

#index-2 .index2-map {
    width: 50%;

}

#index-2 .index2-intro {
    width: 50%;

}

#index-2 .cate-list {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#index-2 .cate-list li {
    padding: 0 25px;
    margin-right: 10px;
    line-height: 45px;
    background-color: #fff;
     transition: all .3s;
}

#index-2 .cate-list li:hover, #index-2 .cate-list li:first-child {
    background-color: var(--webcolor);
    border-color: var(--webcolor);
    color: #fff;
}

#index-2 .cate-list li a {
    color: inherit;

}
#index-2 .data {
    margin-top: 60px;
}


#index-2 .data li, #index-2 .data li p {

}

#index-2 .data li {
    position: relative;
    margin: 0;
    width: unset;
}


#index-2 .data li:last-child {

}


#index-2 .data li h2 {
    font-size: 60px;
    display: flex;
    align-items: baseline;
    color: var(--webcolor);
    line-height: 1.2;
}

#index-2 .data li span {
    font-size: 16px;
    margin-left: 10px;
}

#index-2 .data li h2:after,
.data-list li h2:after {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: baseline;
}


#index-3{
     background: url("/theme/default/images/banner1_03.jpg") center no-repeat;
    color: #fff;
    position: relative;
    z-index: 20;
}
#index-3:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(51,51,51,.8);
}
#index-3 .main-title h1{
    color: #fff;
}
#index-3 .ax-tab-nav{
    width: 200px;
}
#index-3 .ax-tab h1{
    margin-bottom: 30px;
    position: relative;
}

#index-3 .ax-tab-nav li{
    margin-bottom: 15px;
    font-size: 20px;
    cursor: pointer;
}
#index-3 .ax-tab-nav li span{
    position: relative;
    z-index: 10;
}
#index-3 .ax-tab-nav li span:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: -1;
    background-color: transparent;
}
#index-3 .ax-tab-nav li.ax-active span:after{
    background-color:#09daf5;
}
#index-3 .ax-tab-content{
    width: calc(100% - 240px);
}
#index-3 .more-link{
    border-color: #fff;
    color: #fff;
    display: block;
    width: max-content;
    margin: 30px auto 0;
}
#index-3 .more-link:hover{
    color: var(--webcolor);
}
#index-3 .more-link:hover:after{
    background-color: #fff;
}

#index-4 {
    background: #f5f5f5;
}

#index-4 ul.flex {
    align-items: stretch;
}

#index-4 .ax-tab-nav li, #news .ax-tab-nav li {
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
    margin-right: 30px;
    color: #999;
    cursor: pointer;
    font-weight: bold;
}

#index-4 .ax-tab-nav li.ax-active, #news .ax-tab-nav li.ax-active {
    color: var(--webcolor);
}

#index-4 .ax-tab-nav, #news .ax-tab-nav {

}

#index-5 {
    background-color: #fff;

}

#index-5 .width {
    position: relative;
    width: calc(100% - 230px);
    max-width: 1920px;
    margin: 0 auto;
}


#index-5 .main-title {
    position: absolute;
    width: 45%;
    text-align: left;
    top: 0;
    left: 0;
    z-index: 2;
}


#index-5 .content p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 2;
}

#index-5 .more-link,#index-6 .more-link {

    border-color: #fff;
    color: #fff;
    display: inline-block;
}

#index-5 .more-link:hover,#index-6 .more-link:hover {
    color: var(--webcolor);

}
#index-5 .more-link:hover:after,#index-6 .more-link:hover:after{
    background-color: #fff;

}
#index-5 .swiper-pagination {
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

#index-5 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    color: #999;
    line-height: 1;
    font-size: 16px;
    font-family: inherit;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    opacity: 1;
}

#index-5 .swiper-pagination-bullet::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #999999;
    position: absolute;
    bottom:5px;
    right: -19px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#index-5 .swiper-pagination-bullet:last-child::before {
    display: none;
}

#index-5 .swiper-pagination-bullet-active {
    color: #333;
    font-size: 26px;
}
#index-5 .left-content {
    width: 45%;
    background: #fff url('../images/left-bg.png') 0 0 no-repeat;
    display: flex;
    align-items: center;
}
#index-5 .left-content h1{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 10;
}

#index-5 .left-content h1:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    /*background-color: #ef811b;*/
    left: 0;
    z-index: -1;
    bottom: 5px;

}
#index-5 .right-content {
    width: 55%;
    padding-left: 50px;
}

#index-5 .swiper-slide .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;

}


#index-5 .more-link {
    margin-top: 40px;
    margin-left: 50px;
    display: inline-block;
}

#index5-pic {
    margin-top: 30px;
}

#index5-pic .swiper-slide p {
    line-height: 3;
    font-weight: normal;
}

#index5-pic .swiper-slide:hover {
    color: #ec6c00;
}
#index-6 {
    color: #fff;
    background: #fff url("../images/top_bg01.png") center no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
#index-6 .main-title h1{
    color: #fff;
}
#index-6 .main-title h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #fff;
}

#index-6 .main-title {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .smooth_sc{
        position: unset;
    }
    .mobile-show{
        display: block;
        margin-top: 30px;
    }
    .mobile-show li{
        text-align: center;
    }
    .mobile-show li .icon{
        width: 80px;
        height: 80px;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        background-color: var(--webcolor);
        color: #fff;
    }
    .mobile-show li .icon span{
        font-size: 40px;
    }
    #index-1 .ax-tab{
        display: none;
    }

    #index-2 .index2-intro,#index-2 .content{
        width: 100%;
    }
    #index-2 .cate-list{
        justify-content: space-between;
    }
    #index-2 .cate-list li{
        padding: 0;
        width: 23%;
        margin: 0;
        text-align: center;
    }

    #index-3 ul.flex li {
        width: 100%;
    }

    #index-3 ul.flex li {
        margin-bottom: 10px;
    }

    #index-2 .index2-map, #index-2 .content {
        width: 100%;
        left: 0;
    }

    #index-2 .index2-intro {
        position: relative;
        width: 100%;
        top: 0;
    }

    #index-2 .main-title {
        margin-top: 20px;
        text-align: center;
    }

    #index-2 .data li {
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
     }

    #index-2 .data li h2 {
        font-size: 32px;
        justify-content: center;
    }

    #index-2 .content p {
        font-size: 14px;
    }

    #index-5 .main-title {
        position: static;
    }

    #index-5 .swiper-slide .content {
        flex-wrap: wrap;
    }

    #index-5 .left-content {
        padding: 0;
        border: none;
    }

    #index-5 .left-content h1:before {
        display: none;
    }

    #index-5 .left-content h1 {
        font-size: 24px;
        padding: 0;
        margin-bottom: 5px;
    }

    #index-5 .left-content > div {
        padding: 0 10px;
        width: 100%;
        height: 114px;
        margin-bottom: 20px;
    }

    #index-5 .more-link {
        margin: 0;
    }

    #index-4 .ax-tab-nav li, #news .ax-tab-nav li {
        margin-right: 10px;
        font-size: 20px;
    }

    #index-4 .news-list li {
        width: 100%;
        margin-bottom: 10px;
    }
    #index-5 .main-title{
        position: relative;
        width: 100%;
        text-align: center;
    }
    #index-5 .swiper-container{
        padding-bottom: 40px;
    }
    #index-5 .swiper-slide .content{
        display: block;
    }
    #index-5 .left-content,#index-5 .right-content{
        width: 100%;
        padding: 0;
    }
    #index-5 .content p{
        line-height: 1.6;
        font-size: 14px;
    }
    .nav-menu span{
        color: #fff;
    }
    .fix1 .nav-menu span{
        color: #333;
    }
    .product-top ul li{
        flex-wrap: wrap;
    }
    .product-top ul li .r{
        margin-top: 20px;
    }
    .product-top ul li .l,.product-top ul li .r{
        width: 100%;
        padding: 0;
    }
    .product-top ul li p.title{
        font-size: 24px;
    }
    .product-top ul li p.desc{
        padding: 10px 0;
        display: none;
    }
    .product-top ul li p.title-en{
        padding-bottom: 5px;
    }
    .product-thumbs .swiper-slide .item{
        padding: 0;
    }
    .product-thumbs .swiper-slide .item .title{
        font-size: 14px;
        line-height: 3;
        padding: 0;
    }
    .product-thumbs{
        padding: 10px 0;
    }
}