body{
    margin: 0;
    padding:0;
}
a{text-decoration:none;}
a:hover{text-decoration:none;}

.container{
    min-width: 1260px;
}

/*头部导航栏*/
.header {
    width: 100%;
    min-width: 1260px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    background: rgba(255,255,255,.88);
    /* z-index: 9999; */
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    border-bottom: 3px solid #9076ff;
  }
  
  .header .topBox {
    /* position: relative; */
    width: 1026px;
    margin: 0 auto;
    height: 100%;
  }
  
.header .topLogo {
    float: left;
    /* position: relative; */
    width: 153px;
    height: 65px;
    background: url(../img/logo.png) no-repeat center/contain;
    margin: 10px 0 0 30px;
}
.header .topBoxlist {
    float: left;
    /* position: relative; */
    height: 100%;
    line-height: inherit;
    margin-left: 140px;
    color: #5c5c5c;
}

.header .topBoxlist .list-item {
    /* position: relative; */
    float: left;
    width: 120px;
    height: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #5c5c5c;
}

.header .topBoxlist .list-item:hover,.header .topBoxlist .list-item.active {
    color: #ffffff;
    background-color: #9076ff;
}




/* .footer{
    height: 85px;
    border: 1px solid #000;
} */
.main .show{
    width: 100%;
    height: 100%;
}
.main .row{
    margin: 0 226px;
}
.main>.row>.title{
   width: 550px;
   height: 80px;
   display: block;
   margin: 75px auto;
}
.main>.row>.dic{
    text-indent: 2em;
    font-family: 'pingFangSC-Regular';
    font-size: 22px;
    line-height: 34px;
}
.main .row .list{
  margin: 64px 0 160px 180px;
}
.main .row .list div{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.main .row .list div .detail{
    margin-left: 80px;
    font-family: 'pingFangSC-Regular';
    font-size: 20px;
    line-height: 1.5em;
}
.main .row .list .tag{
    font-family: 'pingFangSC-Bold';
    font-size: 30px;
    color:#9076ff;
}
.main .row .list .tag span{
    border-bottom: 2px solid #9076ff;
}

/*产品中心*/
.product .swiper-wrapper img{
   width: 100%;
   height: 100%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  width: 148px;
  height: 107px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 148px;
    height: 107px;
  }
  .swiper-pagination-bullet{
    width: 80px;
    height: 8px;
    display: inline-block;
    border-radius:0;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #fe3f9e;
}
.product .row .content{
    margin-bottom: 135px;
}
.product .row .content img{
    display: block;
    margin: 0 auto 36px 0;
    width: 100%;
    height: 100%;
}
.product1,.product2,.product3{
}
.product .rightToLeft{
    position: relative;
	animation:shows  1s  alternate ;
	-webkit-animation:shows  1s  alternate ;
	animation-fill-mode: forwards;
}
@-webkit-keyframes shows /* Safari and Chrome */
{
    0%{
       left: 1920px; 
    }
	100%{
		left: 0px;
	}
}
.product .leftToRight{
    position: relative;
	animation:show2s  1s  alternate ;
	-webkit-animation:show2s  1s  alternate ;
	animation-fill-mode: forwards;
}
@-webkit-keyframes show2s /* Safari and Chrome */
{
    0%{
       right: 1920px; 
    }
	100%{
		right: 0px;
	}
}
/*加入我们*/
.join .nav{
    background: #9076ff;
    height: 110px;
    margin-top: -5px
}
.join .list{
    margin: 0 225px;
    display: flex;
    justify-content: space-around;
    padding-top: 34px;
}
.join .nav .list p{
    font-family: 'pingFangSC-Bold';
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.join .nav .list img{
    display: block;
    margin: 10px auto;
}
.join .row .content{
    background-color: #f8f7fb;
    /* padding-bottom: 36px; */
}
.join .row img{
    width: 326px;
    margin: 20px 0 0 45px;
}
.join .row .titles{
    background-color: #e1dcf4;
    height: 67px;
    margin: 30px 0 15px 0;
}
.join .row .content .blocks{
    display: flex;
    padding-bottom: 40px;
}
.join .row .content .blocks:last-child{
    display: flex;
    border-bottom: 1px solid #f8f7fb;
    padding-bottom: 30px;
}
.join .row .content .left{
    width: 246px;
}
.join .row .content .left .title{
    padding: 66px 0 0 88px;
    color: #522aff;
    font-family: 'pingFangSC-Regular';
    font-size: 26px;
    line-height: 1.2em;
}
.join .row .content .right {
    flex: 1;
}
.join .row .content .right .title{
    font-family: 'pingFangSC-Regular';
    font-size: 20px;
    padding: 40px 80px;
}
.join .row .content .right .item{
    font-family: 'pingFangSC-Regular';
    font-size: 20px;
    padding: 5px 80px;
    line-height: 1.5em;
}
.join .line{
    width: 92%;
    background: #bbaeed;
    height: 1px;
    margin: 0 auto;
}
.join .row .content .none-data{
    font-family: 'pingFangSC-Regular';
    font-size: 26px;
    color: #969696;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

/* 联系我们 */
.contact-box{
    width: 1200px;
    margin: 50px auto;
}
.contact-box .titles{
    background-color: #e1dcf4;
    height: 67px;
    margin: 30px 0 15px 0;
}
.contact-box .titles img{
    width: 221px;
    margin: 20px 0 0 45px;
}
.contact-box .title{
    height: 70px;
    line-height: 70px;
    background-color: #e1dcf4;
    font-size: 24px;
}
.contact-box .title .line{
    width: 2px;
    margin-right: 20px;
}
.sub-title{
    font-size: 24px;
    color: #522aff;
    margin-bottom: 60px;
    font-family: 'pingFangSC-Regular';
}
.contact-adress{
    padding: 60px 0 90px 114px;
    background-color: #f8f7fb;
}
.text {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'pingFangSC-Regular';
}
.text .label{
    color: #ff3e82;
    margin-right: 30px;
    vertical-align: top;
    font-size: 20px;
}
.text a{
    color: #333;
}
.map{
    width: 480px;
    height: 320px;
}