/* 轮播图 */
#banner {
    width: 100%;
    height: 9.14rem;
    overflow: hidden;
    position: relative;
}

.banner-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 锚点 */
.slide-point{
    width: 3.33rem;
    height: .06rem;
    position: absolute;
    left: 7.94rem;
    bottom: .80rem;
    z-index: 100;
    cursor: pointer;
}
.slide-point ul{
    width: 100%;
    height: 100%;
    display: flex;
}
.slide-point ul li{
    flex:1;
    background: #fff;
    opacity: 0.45;
}
.slide-point ul .slide-point-active {
    opacity: 1;
    background: #FD5630;
}

/* 轮播图 */
.slide-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 49;
    opacity: 0;
    transition: all 0.5s linear;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.slide-box-active{
    z-index: 50;
    opacity: 1;
}

/* 轮播图内容 */
.slide-content {
    position: absolute;
    left: 5.06rem;
    right: 5.07rem;
    top: 2.87rem;
    bottom: 3.01rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.slide-content .slide-info{
    /* width: 3.72rem; */
    /* height: .45rem; */
    font-size: .48rem;
    font-weight: 400;
    color: #f2f2f2;
    /* line-height: .45rem; */
    letter-spacing: .05rem;
}
.slide-content h2{
    margin: .60rem 0 .6rem;
    /* width: 8.56rem; */
    /* height: .85rem; */
    font-size: .65rem;
    /* line-height: .84rem; */
    color:#fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
}
.slide-content h2 img{
    width: 100%;
    height: 100%;
}
.slide-content .slide-detail{
    width: 9.07rem;
    height: .75rem;
    font-size: .29rem;
    font-weight: 300;
    color: #f1f1f1;
    line-height: .45rem;
    text-align: center;
}


/* 新闻 */
#news{
    width: 100%;
    height: 8.56rem;
    padding-left: 1.32rem;
    padding-top: .79rem;
}
.news-container {
    width: 100%;
    height: 100%;
    background: url('../imgs/news_bg.png') no-repeat;
    background-size: contain;
    padding: 1.49rem 0 0 2.28rem;
}
.news-box{
    position: relative;
}
#module_title{
    width: 3.51rem;
    height: .6rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: .36rem;
    font-weight: 400;
    color: #0A0A06;
    line-height: .36rem;
    padding-left: 1.24rem;
}
.news-content{
    width: 12rem;
    height: 5.37rem;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0rem 0rem .43rem 0rem rgba(157, 158, 158, 0.2);
    position: absolute;
    left: 0;
    top: 1.14rem;
}
.news-content-left{
    width: 4rem;
    height: 100%;
    background: #EF6646;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    padding: .76rem .46rem 0 0;
}
.news-content-left h2{
    font-size: .36rem;
    line-height: .36rem;
    font-weight: 800;
    margin-bottom: .355rem;
}
.news-content-left p{
    font-size: .36rem;
    font-weight: 800;
    line-height: .45rem;
}
.news-content-left a{
    font-size: 0;
    margin-top: 1.97rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
}
.news-content-left img{
    margin-bottom: .16rem;
    width: .28rem;
    height: .18rem;
    cursor: pointer;
}   
.news-content-left span{
    font-size: .18rem;
    line-height: .18rem;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
}
.news-content-right{
    flex:1;
}
.news-content-right ul {
    width: 100%;
    height: 100%;
    display: flex;
}
.news-content-right ul li{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.news-content-right ul li:first-of-type{
    padding: .88rem 0 0 .6rem;
}
.news-content-right ul li:last-of-type{
    padding: .88rem .6rem 0 0;
}
.news-content-right ul li:first-of-type{
    margin-right: 1.2rem;
}
.news-content-right ul li .news-tip{
    width: .78rem;
    height: .48rem;
    /* min-height: 48px; */
    /* min-width: 78px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.news-tip-left{
    background-image: url('../imgs/news_more_left.png');
}
.news-content-right ul li:last-of-type .news-tip{
    background-image: url('../imgs/news_more_right.png');
}
.news-content-right ul li:first-of-type:hover .news-tip{
    background-image: url('../imgs/news_more_left_active.png');
}
.news-content-right ul li:last-of-type:hover .news-tip{
    background-image: url('../imgs/news_more_right_active.png');
}
.news-content-right ul li h2{
    flex-shrink: 0;
    font-size: .16rem;
    font-weight: 700;
    /* line-height: .28rem; */
    color: #191919;
    margin: .4rem 0 .41rem 0;
    width: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-content-right ul li p{
    font-size: .16rem;
    font-weight: 500;
    color: #6C6C6C;
    /* line-height: .31rem; */
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .5rem;
}
.news-content-right ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    /* margin-top: 1.17rem; */
}
.news-content-right ul li img{
    width: .29rem;
    height: .32rem;
    cursor: pointer;
    margin-bottom: .18rem;
}
.news-content-right ul li span{
    font-size: .18rem;
    font-weight: 500;
    color: #313131;
    line-height: .2rem;
    cursor: pointer;
}

.news-content-right ul li:hover span{
    color: #FF5A30;
}


/* 产品介绍 */
#products{
    width: 100%;
    height: 46.34rem;
    position: relative;
    padding: 2.57rem 3.6rem 0;
    overflow: hidden;
}
#products #module_title{
    width: 5.07rem;
}
.products-bg{
    /* width: 19.20rem; */
    height: 22.28rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.products-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.products-serve {
    width: 5.35rem;
    height: 1.58rem;
    align-self: flex-end;
    margin-top: 2.11rem;
}

.products-list{
    display: flex;
    margin-top: 4.58rem;
    padding: 0 .4rem;
    justify-content: space-between;
    align-items: center;
}
.products-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.products-list li p{
    font-size: .28rem;
    /* line-height: .3rem; */
    font-weight: 400;
    color: #0A0A06;
    margin-top: .49rem;
}
.products-list-box{
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-list-box .ring{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.products-list li:nth-last-of-type(1) .products-list-box .ring{
    animation: myRuning_1 3s linear  infinite;
}
.products-list li:nth-last-of-type(2) .products-list-box .ring{
    animation: myRuning_2 3s linear  infinite;
}
.products-list li:nth-last-of-type(3) .products-list-box .ring{
    animation: myRuning_3 3s linear  infinite;
}
.products-list li:nth-last-of-type(4) .products-list-box .ring{
    animation: myRuning_4 3s linear  infinite;
}
.products-list-box .icon{
    width: 1.26rem;
    height: 1.26rem;
}

@keyframes myRuning_1{
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes myRuning_2{
    from { transform: rotate(-45deg); }
    to { transform: rotate(315deg); }
}
@keyframes myRuning_3{
    from { transform: rotate(-90deg); }
    to { transform: rotate(270deg); }
}
@keyframes myRuning_4{
    from { transform: rotate(-135deg); }
    to { transform: rotate(225deg); }
}

.video-box{
    margin-top: .91rem;
    width: 100%;
    height: 5.73rem;
    position: relative;
}
.video-box video{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.video-box img{
    width: .92rem;
    height: .92rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

.products-introduce {
    margin-top: .8rem;
    width: 100%;
}
.products-introduce  li{
    display: flex;
    align-items: flex-start;
}
.products-introduce li img{
    margin-top: .15rem;
    margin-right: .1rem;
    width: .16rem;
    height: .16rem;
}
.products-introduce  li p{
    font-size: .18rem;
    line-height: .465rem;
    color: #101010;
    font-weight: 400;
}

.products-module{
    width: 7.73rem;
    height: 1.58rem;
    margin: 1.4rem 0 1.1rem;
}

.products-images-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.products-images-list li {
    width: 3.6rem;
    height: 4.44rem;
    overflow: hidden;
    position: relative;
}
.products-images-list li:hover  img{
    transform: scale(1.3);
}
.products-images-list li:hover .mark{
    top: 0;
}
.products-images-list li img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
    transform-origin: center;
}
.products-images-list li .mark{
    width: 3.6rem;
    height: 4.44rem;
    position: absolute;
    transition: 0.5s;
    top: 4.44rem;
    left: 0;
    background: #000;
    opacity: 0.55;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.products-images-list li .mark .block{
    width: 1.85rem;
    height: .51rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-images-list li .mark .block span{
    font-size: .26rem;
    font-weight: 400;
    color: #FFFFFF;
}

/* vip */
.products-vips-list {
    margin-top: 1.54rem;
    width: 100%;
    padding: .3rem .2rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.products-vips-list li{
    display: flex;
    align-items: center;
    height: .95rem;
    margin-bottom: .45rem;
    cursor: pointer;
    transition: all 1s;
}
.products-vips-list li:nth-last-of-type(2n+1){
    align-self: flex-end;
    transform: translateX(120%);
}
.products-vips-list li:nth-last-of-type(2n){
    transform: translateX(-120%);
}
.products-vips-list li .ring{
    width: .22rem;
    height: .22rem;
    border-radius: 50%;
    /* box-shadow: 0rem 0rem .4rem .06rem #ff8568; */
    margin-right: .38rem;
}
.products-vips-list li:hover .ring {
    background-color: #ff8568;
    /* box-shadow: .0rem .0rem .5rem .1rem #ff8568; */
}
.products-vips-list li:hover .products-vips-box{
    box-shadow: 0rem 0rem .4rem .01rem #ffeadf;
}
.products-vips-box{
    display: flex;
    width: 7.2rem;
    height: .95rem;
    box-shadow: 0rem 0rem .43rem 0rem rgba(58, 58, 58, 0.13);
    /* border: 1px solid #f3b654; */
    border-radius: .1rem;
    align-items: center;
    padding-left: .26rem;
    padding-right: .4rem;
}
.products-vips-box p{
    font-size: .22rem;
    line-height: .34rem;
    font-weight: 400;
    color: #282828;
}
.products-vips-box img{
    width: .59rem;
    height: .59rem;
    margin-right: .36rem;
}

/* 关于我们 */
#aboutUs{
    width: 100%;
    margin-top: 1.62rem;
    position: relative;
    padding: 0 3.6rem 5.16rem;
}
.aboutUs-bg-1{
    position: absolute;
    left: 0;
    top: .3rem;
    height: 9.18rem;
}
.aboutUs-bg-2{
    position: absolute;
    right: 0;
    top: 8.05rem;
    width: 13.11rem;
    height: 2rem;
}
.aboutUs-container #module_title{
    width: 5.35rem;
}

.aboutUs-content{
    margin: 1.91rem 0 0 5.2rem;
    width: 6.5rem;
}
.aboutUs-content h2{
    font-size: .3rem;
    font-weight: 400;
    color: #0B0B07;
    width: 4.2rem;
    /* line-height: .47rem; */
}
.aboutUs-content p{
    font-size: .18rem;
    font-weight: 400;
    color: #656565;
    /* line-height: .31rem; */
    margin-top: .3rem;
    margin-bottom: 1.37rem;
}

.aboutUs-num-list{
    display: flex;
    justify-content: space-between;
}
.aboutUs-num-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutUs-num-list li p{
    text-align: center;
    width: 100%;
    font-size: .20rem;
    font-weight: 400;
    color: #0A0A06;
    /* letter-spacing: .02rem; */
    /* line-height: .47rem; */
}
/* 滚动特效 */
.aboutUs-box{
    height: .44rem;
    overflow: hidden;
    display: flex;
    padding: 0 .05rem;
}
.aboutUs-box  span{
    display: inline-block;
    width: .30rem;
    height: .44rem;
    font-size: .44rem;
    line-height: .44rem;
}
.aboutUs-js-box-1 span{
    color: #F06647;
}
.aboutUs-js-box-2 span{
    color: #7280E7;
}
.aboutUs-js-box-3 span{
    color: #FF2961;
}
.aboutUs-box .sign-box{
    width: .15rem;
    height: .44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .44rem;
}
.aboutUs-js-box-1 .sign-box{
    color: #F06647;
}
.aboutUs-js-box-2 .sign-box{
    color: #7280E7;
}
.aboutUs-js-box-3 .sign-box{
    color: #FF2961;
}
.aboutUs-box .digit-container{
    width: .30rem;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.aboutUs-speak{
    width: 8.5rem;
    height: 1.15rem;
    margin: 2.49rem 0 .86rem 1.88rem;
}

/* swiper */
.aboutUs-people-list{
    position: absolute;
    left: 0;
    bottom: .77rem;
    overflow-x: hidden;
    width: 100%;
    height: 3.56rem;
}
.swiper-container{
    height: 3.56rem;
}
.swiper-slide{
    height: 3.56rem;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


.aboutUs-people-box{
    width: 6.27rem;
    /* height: 3.4rem; */
    background: #FFFFFF;
    padding: .37rem .43rem .25rem .44rem;
    box-shadow: 0px 0rem .62rem 0px rgba(200, 200, 200, 0.25);    
}
.aboutUs-people-box p{
    font-size: .18rem;
    font-weight: 400;
    color: #0A0A06;
    /* line-height: .33rem; */
    text-indent: 2em;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.aboutUs-people-top{
    padding-left: .1rem;
    display: flex;
    margin-bottom: .38rem;
}
.aboutUs-people-top div{
    height: 1.16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutUs-people-top img{
    width: 1.16rem;
    height: 1.16rem;
    border-radius: 50%;
    margin-right: .4rem;
}
.aboutUs-people-top h2{
    font-size: .30rem;
    font-weight: 400;
    color: #0A0A06;
    /* line-height: .47rem; */
    margin-bottom: .16rem;
}
.aboutUs-people-top span{
    font-size: .24rem;
    font-weight: 400;
    color: #676767;
    /* line-height: .47rem; */
}


/* 加入我们 */
#joinUs{
    width: 100%;
    height: 11.55rem;
    position: relative;
}
#joinUs::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url('../imgs/joinUs_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.joinUs-container{
    width: 100%;
    height: 7.89rem;
    padding: 1.15rem 3.6rem 0;
}
.joinUs-container #module_title{
    width: 4.47rem;
}
.joinUs-from{
    width: 7rem;
    margin: .9rem 0 0 2.59rem;
}
.joinUs-from ul{
    width: 100%;
}
.joinUs-from li{
    display: flex;
    width: 100%;
    height: .49rem;
    margin-bottom: .31rem;
}
.joinUs-from .joinUs-from-textarea{
    height: 1.33rem;
}
.joinUs-from li p{
    flex-shrink: 0;
    font-size: .22rem;
    font-weight: 400;
    color: #0B0B07;
    /* line-height: .60rem; */
    margin-right: .46rem;
}
.joinUs-from li input{
    width: 5.52rem;
    height: .49rem;
    background: #FFFFFF;
    opacity: 0.74;
    border-radius: .04rem;
    border: 0;
    background: #fff;
    padding-left: .18rem;
    color: #333;
    outline: none;
    font-size: .2rem;
    font-family:"微软雅黑";
}
.joinUs-from li input::-webkit-input-placeholder{
    font-size: .20rem;
    font-weight: 400;
    color: #9D9D9D;
    font-family:"微软雅黑";
}
.joinUs-from li input:focus{
    box-shadow: 0 0 0.2rem 0.06rem #9D9D9D;
} 
.joinUs-from li textarea:focus{
    box-shadow: 0 0 0.2rem 0.06rem #9D9D9D;
}
.joinUs-from li textarea{
    width: 5.52rem;
    height: 1.33rem;
    background: #FFFFFF;
    opacity: 0.74;
    border-radius: .04rem;
    border: 0;
    background: #fff;
    padding: .14rem .18rem;
    resize: none;
    outline: none;
    color: #333;
    font-size: .2rem;
    font-family:"微软雅黑";
}
.joinUs-from li textarea::-webkit-input-placeholder{
    font-size: .2rem;
    font-weight: 400;
    color: #9D9D9D;
    font-family:"微软雅黑";
}
.joinUs-from-submit{
    float: right;
    width: 2.31rem;
    height: .65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EF6646;
    border-radius: .04rem;
    font-size: .24rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: .11rem;
    cursor: pointer;
}
.ll{
	width: 0;
	height: 0;
}

#alert{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 3rem;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 2px;
    box-shadow: 1px 1px .5rem rgba(0,0,0,.3);
    z-index: 9999;
    background: #fff;
    display: none;
}
.alert-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .2rem;
    height: 42px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.alert-header div{
    font-size: .18rem;
    color: #333;
}
#alert-close{
    font-size: .24rem;
    font-weight: 400;
    cursor: pointer;
}
.alert-box{
    width: 100%;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem .2rem;
}
#alert-content{
    flex: 1;
    width: 100%;
    font-size: .15rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#alert-btn{
    width: 1rem;
    height: .3rem;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}