/*banner图*/
.two-join-banner {
    position:relative;
}
.two-join-banner>img {
    width: 100%;
}

.two-join-banner .word-fix {
    position: absolute;
    left: 4%;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 8;
}


.two-join-banner .word-fix h1 {
    font-size:0.6rem;
    color: #fff;
    font-family: "Raleway-Regular";
    text-transform: uppercase;
    margin:0 0 0.2rem 0;
}
.two-join-banner .word-fix h3 {
    font-size:0.48rem;
    color:#fff;
    font-weight: bold;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../images/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.two-join-banner .word-fix h1 {
    font-size: 0.24rem;
    max-width: 700px;
    margin: 0 0 0.1rem 0;
}
.two-join-banner .word-fix h3 {
    font-size: 0.24rem;
    margin: 0% 0 0% 0;
}
}
/*自适应样式 end*/

/*板块共用标题*/
.join-title {
    position:relative;
    padding:0.1rem0;
}
.join-title h6 {
    font-size: 0.52rem;
    color: #333;
    font-family: "Raleway-Light";
    text-transform: uppercase;
    line-height: 1;
}
.join-title h6 span {
    font-family: "Raleway-Bold";
}
.join-title h3 {
    position: relative;
    font-size: 0.48rem;
    color: #000;
    font-weight: bold;
    margin:0.2rem 0 0.2rem 0;
}
.join-title h3 span{
    *padding:0 0.1rem 0 0;
    *font-size: 0.56rem;
    *color: #333;
    *font-family: "Oswald-Regular";
}
.join-title h4 {
    font-size: 0.24rem;
    color: #333;
    line-height: 1.8;
}
.join-title p {
    max-width: 9.8rem;
    margin: 0.3rem auto 0 auto;
    font-size: 0.16rem;
    color: #888;
    line-height: 1.8;
}
.join-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/join/title-icon.png) no-repeat center center/100%;
    transition: width 0.8s ease-in-out 1.2s;
    width: 2.5rem;
    height: 1.8rem;
    z-index: -1;
}

/*白色字体*/
.join-title.white h6, 
.join-title.white h6 span,
.join-title.white h3,
.join-title.white h3,
.join-title.white h4,
.join-title.white p {
    color:#fff;
}
@media screen and (max-width:1024px) {
.join-title {
    padding:0.2rem 0;
}
.join-title h6 {
    font-size: 0.3rem;
}
.join-title h6 span {
}
.join-title h3 {
    font-size: 0.24rem;
}
.join-title h3 span{
    padding:0 0.05rem 0 0;
    font-size: 0.24rem;
}
.join-title h4 {
    font-size: 0.18rem;
}
.join-title p {
    font-size: 0.14rem;
    margin: 0.1rem auto 0 auto;
}
.join-title::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/join/title-icon.png) no-repeat center center/100%;
    width: 1.25rem;
    height: 0.9rem;

}
}
/*板块共用标题*/

/* 选品牌*/
.selectbrand{
	position: relative;
	width: 100%;
	max-width: 16rem;
	margin:0 auto;
	padding: 1.2rem 0;
}
.selectbrand ul{ 
	display: flex;
	justify-content: center;
	margin-top: 0.4rem;
}
.selectbrand ul li {
    width: 25%;
    padding: 2%;
	border: 1px solid #f8f8f8;
	text-align: center;
}
.selectbrand ul li .photo {
    position: relative;
    padding:0.3rem 0;
    transition: all 0.3s linear;
}
.selectbrand ul li:hover .photo {
    transform: translate(0,-0.2rem);
}

.selectbrand ul li .photo i {
}
.selectbrand ul li .photo i img {
    width: 1rem;
    height: 1rem;
}
.selectbrand ul li .word {
	transition: all 0.3s linear;
}
.selectbrand ul li:hover .word {
    transform: translate(0,0.05rem);
}
.selectbrand ul li .word h3 {    
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
	text-align: center;
}
.selectbrand ul li .word p {     
	margin: 0.2rem 0;
    font-size: 0.16rem;
    color: #333;
    font-weight: normal;
    padding: 0 0.25rem;
    line-height: 1.8;
}
.selectbrand ul li .photo:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -8;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#f8e969 0,#f4de26 100%);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0);
    transition: all 0.3s linear;
    opacity: 0;
}
.selectbrand ul li:hover .photo:after{
     opacity: 1;
     transform: scale(1);
}


@media screen and (max-width:1024px){
.selectbrand{
	padding: 0.4rem 0;
}
.selectbrand ul{ 
    flex-wrap: wrap;
	margin-top: 0.4rem;
}
.selectbrand ul li {
    width: 50%;
    padding: 2%;
}
.selectbrand ul li .photo {
     padding:0.3rem 0;
}
.selectbrand ul li .photo i {
	
}
.selectbrand ul li .photo i img {
    width: 0.5rem;
    height: 0.5rem;
}
.selectbrand ul li .word {
	
}
.selectbrand ul li .word h3 {
    font-size: 0.16rem;
}
.selectbrand ul li .word p {
    font-size: 0.14rem;
    padding: 0 0.2rem;
}
}
/* 选品牌end */

/*关于集团*/
.power {
    overflow:hidden;
}
.power .power-item {
    margin:0.8rem 0 0 0;
}
.power .item {
    position: relative;
    float:left;
    width:50%;
}
.power .item .photo {
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background:#f8e969;
    text-align: right;
}
.power .item .photo strong {
    opacity: 0.6;
    font-size: 8.6rem;
    color: transparent;
    font-family: "BigJohnPRO-Regular";
    -webkit-text-stroke: 1px #fff;
}
.power .item .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 8;
    text-align: center;
}
.power .item .word i img{
    max-width: 2rem;
}
.power .item .word h3 {
    font-size:0.48rem;
    color:#333333;
    font-weight: bold;
    margin:1.8rem 0 0.5rem 0;
}
.power .item .word p {
    max-width: 600px;
    margin: 0 auto;
    font-size:0.24rem;
    color:#333333;
    font-family: "Futura-Medium";
    line-height: 1.8;
}

.power .item.frist .photo {
    background:#333;
}
.power .item.frist .photo strong {
    opacity: 0.2;
}
.power .item.frist .word h3 {
    color:#fff;
}
.power .item.frist .word p {
    color:#fff;
}
@media screen and (max-width:1024px) {
.power {
    overflow:hidden;
}
.power .item {
    width:100%;
}
.power .item .photo {
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background:#f8e969;
    text-align: right;
}
.power .item .photo strong {
    opacity: 0.6;
    font-size: 3rem;
    color: transparent;
    font-family: "BigJohnPRO-Regular";
    -webkit-text-stroke: 1px #fff;
}
.power .item .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding:0 5%;
    z-index: 8;
    text-align: center;
}
.power .item .word i img{
    max-width: 1.2rem;
}
.power .item .word h3 {
    font-size:0.24rem;
    margin: 0.45rem 0 0.25rem 0;
}
.power .item .word p {
    font-size:0.16rem;
    line-height: 1.8;
}  
}
/*关于集团*/

/*品牌定位*/
.join-address {
    margin:1rem 0 0 0;
    padding:1.7rem 0 3.2rem 0;
    background: url(../images/join/address-bg.jpg) no-repeat right top/cover;
}
.address-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.6rem 0;
    text-align: center;
    overflow: hidden;
}
.address-item ul li{
    width: 3.6rem;
}
.address-item ul li h3 {
    font-size: 0.36rem;
    color: #fff;
    font-weight: 600;
    padding: 0.3rem 0;
    transition: all 0.3s linear;
}
.address-item ul li p {
    font-size: 0.18rem;
    color: #fff;
}
@media screen and (max-width:1024px) {
.join-address {
    margin:0.5rem 0 0 0;
    padding:0.8rem 0 1.6rem 0;
    background: url(../images/join/address-bg.jpg) no-repeat right top/cover;
}
.address-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.3rem 0;
    text-align: center;
    overflow: hidden;
}
.address-item ul li{
    width: 33.33%;
    padding:0 2%;
}
.address-item ul li h3 {
    font-size: 0.20rem;
    padding: 0.2rem 0;
}
.address-item ul li p {
    font-size: 0.16rem;
}
}
/*品牌定位*/

/*水墨京砖*/
.join-shuimo {
    position: relative;
    padding:1.2rem 0 0 0;
    background: url(../images/join/join-shuimo-bg.png) no-repeat center 10rem/100%;
}
.join-shuimo:after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 3s;
}
.join-shuimo .join-shuimo-tit h3 {
	font-size: 0.48rem;
    color: #000;
    font-weight: 600;
    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .join-shuimo-tit h4 {
	font-size: 0.24rem;
    color: #333;
	margin:0.2rem 0 0.3rem 0;
    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .introduce {
    overflow:hidden;
    
}
.join-shuimo .introduce .shuimo {
    width:50%;
    
}
.join-shuimo .introduce .shuimo .p1 {
    margin:0.4rem 0 0.5rem 0;

    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .introduce .shuimo .p1 img {
	width:3rem;
}
.join-shuimo .introduce .shuimo .content {
    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .introduce .shuimo .content p {
    font-size: 0.16rem;
    color:#666;
    margin-bottom: 0.2rem;
}

.join-shuimo .introduce .dongfang {
    width:20%;
}
.join-shuimo .introduce .dongfang .p1 {
    max-width: 4rem;
}
.join-shuimo .introduce .dongfang .p1 img{
    max-width: 100%;
}

.join-shuimo .three-title h3 {
    font-size: 0.3rem;
    color:#666;
}
.join-shuimo .three-title h4 {
    font-size: 0.3rem;
    color:#000;
    margin-top: 0.2rem;
}

.join-shuimo .three {
    padding: 1rem 0 0.3rem 0;
}
.join-shuimo .three ul {}
.join-shuimo .three ul li {
    float:left;
    width:33%;
    position: relative;

    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .three ul li:nth-of-type(1){
    animation-delay: 0.7s;
}
.join-shuimo .three ul li:nth-of-type(2){
    animation-delay: 1.1s;
}
.join-shuimo .three ul li:nth-of-type(3){
    animation-delay: 1.5s;
}
.join-shuimo .three ul li h3 {
    font-size:0.2rem;
    color: #000;
    font-weight: bold;
}
.join-shuimo .three ul li h4 {
    font-size:0.15rem;
    color: #000;
    font-weight: 600;
    font-family: 'Futura';
    margin:5px 0;
}
.join-shuimo .three ul li h5 {
    font-size:0.16rem;
    color:#d6b579;
}
.join-shuimo .three ul li p {
    font-size: 0.14rem;
    color: #666;
    margin-top: 0.2rem;
}
.join-shuimo .three ul li .pic {
    position: absolute;
    bottom: 0rem;
    right: 2rem;
    width: 1.04rem;
    height: 1.39rem;
}
.join-shuimo .three ul li .pic img{
    max-width: 100%;
    max-height: 100%;
	animation:scale 3s linear infinite;
}
.join-shuimo .three ul li:nth-of-type(1) .pic {
    right: 2rem;
}
.join-shuimo .three ul li:nth-of-type(2) .pic {
    right: 2rem;
}
.join-shuimo .three ul li:nth-of-type(3) .pic {
    right: 2.5rem;
}

.join-shuimo .porduct {
    margin-top: 4.8rem;
}
.join-shuimo .porduct h3 {
    font-size: 0.3rem;
    color:#666;
}
.join-shuimo .porduct h4 {
    font-size: 0.3rem;
    color:#000;
    margin-top: 0.2rem;
}
.join-shuimo .porduct .number {
    margin-top: 0.3rem;
    overflow:hidden;
}
.join-shuimo .porduct .number ul {
    padding:0.5rem 0;
}
.join-shuimo .porduct .number ul li {
    float:left;
    margin-right: 0.6rem;
    font-size: 0.22rem;
    color:#c5aa79;
}
.join-shuimo .porduct .number ul li span {
     font-size: 0.72rem;
     font-family: 'Futura';
}

.join-shuimo .porduct .size {
    transform: translate(0px,-1.1rem);
}
.join-shuimo .porduct .size ul {
    align-items: flex-end;
    display: flex;
}
.join-shuimo .porduct .size ul li {
    float:left;
    margin:0.08rem;
    border: 1px solid #666;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:0;
	transition: margin 0.5s;

    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .porduct .size ul li:hover{
	margin-bottom:0.1rem;
	box-shadow: 7px 8px 0px rgba(0,0,0,.1);
}

.join-shuimo .porduct .size ul li:nth-of-type(1) {
    width:0.88rem;
    height:0.88rem;
    animation-delay: 0.2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(2) {
    width:0.44rem;
    height:1.14rem;
	writing-mode: vertical-lr;
    animation-delay: 0.4s;
}
.join-shuimo .porduct .size ul li:nth-of-type(3) {
    width:1.14rem;
    height:1.14rem;
    animation-delay: 0.6s;
}
.join-shuimo .porduct .size ul li:nth-of-type(4) {
    width:0.26rem;
    height:1.3rem;
	writing-mode: vertical-lr;
    animation-delay: 0.8s;
}
.join-shuimo .porduct .size ul li:nth-of-type(5) {
    width:0.86rem;
    height:1.3rem;
    animation-delay: 1s;
}
.join-shuimo .porduct .size ul li:nth-of-type(6) {
    width:1.3rem;
    height:1.3rem;
    animation-delay: 1.2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(7) {
    width:0.3rem;
    height:1.76rem;
	writing-mode: vertical-lr;
    animation-delay: 1.4s;
}
.join-shuimo .porduct .size ul li:nth-of-type(8) {
    width:0.88rem;
    height:1.76rem;
    animation-delay: 1.6s;
}
.join-shuimo .porduct .size ul li:nth-of-type(9) {
    width:1.07rem;
    height:2.15rem;
    animation-delay: 1.8s;
}
.join-shuimo .porduct .size ul li:nth-of-type(10) {
    width:1.3rem;
    height:2.56rem;
    animation-delay: 2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(11) {
    width:1.69rem;
    height:3.39rem;
    animation-delay: 2.2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(12) {
    width:1.1rem;
    height:4rem;
    animation-delay: 2.4s;
}
@media screen and (max-width:1024px) {
.join-shuimo {
    position: relative;
    padding: 0.5rem 0 0 0;
    background: url(../images/join/join-shuimo-bg.png) no-repeat center 6rem/100%;
}
.join-shuimo:after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 3s;
}
.join-shuimo .join-shuimo-tit h3 {
	font-size: 0.24rem;
}
.join-shuimo .join-shuimo-tit h4 {
	font-size: 0.18rem;
    color: #333;
	margin:0.2rem 0 0.3rem 0;
}
.join-shuimo .introduce {
    overflow:hidden;
    
}
.join-shuimo .introduce .shuimo {
    width:100%;
    
}
.join-shuimo .introduce .shuimo .p1 {
    margin:0.4rem 0 0.5rem 0;

    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .introduce .shuimo .p1 img {
	width:3rem;
}
.join-shuimo .introduce .shuimo .content {
    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .introduce .shuimo .content p {
    font-size: 0.14rem;
    color:#666;
    margin-bottom: 0.2rem;
}

.join-shuimo .introduce .dongfang {
    width:30%;
}
.join-shuimo .introduce .dongfang .p1 {}
.join-shuimo .introduce .dongfang .p1 img {
    max-width: 100%;
}

.join-shuimo .three-title h3 {
    font-size: 0.2rem;
}
.join-shuimo .three-title h4 {
    font-size: 0.2rem;
    margin-top: 0.2rem;
}

.join-shuimo .three {
    padding: 1rem 0 0.3rem 0;
}
.join-shuimo .three ul {}
.join-shuimo .three ul li {
    width:100%;
	padding:0.2rem 0;
}
.join-shuimo .three ul li h3 {
    font-size:0.18rem;
}
.join-shuimo .three ul li h4 {
    font-size:0.15rem;
    font-family: 'Futura';
    margin:5px 0;
}
.join-shuimo .three ul li h5 {
    font-size:0.16rem;
}
.join-shuimo .three ul li p {
    font-size: 0.14rem;
    margin-top: 0.2rem;
}
.join-shuimo .three ul li .pic {
    position: absolute;
    top: -0.6rem;
    width: 1.04rem;
    height: 1.39rem;
}
.join-shuimo .three ul li .pic img{
	animation:scale 3s linear infinite;
}
.join-shuimo .three ul li:nth-of-type(1) .pic {
    left: 2rem;
}
.join-shuimo .three ul li:nth-of-type(2) .pic {
    left: 2rem;
}
.join-shuimo .three ul li:nth-of-type(3) .pic {
    left: 2.5rem;
}

.join-shuimo .porduct {
    margin-top: 6.2rem;
}
.join-shuimo .porduct h3 {
    font-size: 0.20rem;
}
.join-shuimo .porduct h4 {
    font-size: 0.20rem;
    margin-top: 0.2rem;
}
.join-shuimo .porduct .number {
    margin-top: 0.3rem;
}
.join-shuimo .porduct .number ul {
    padding: 0rem 0;
    overflow: hidden;
}
.join-shuimo .porduct .number ul li {
    display: block;
    width: 100%;
    margin: 0.2rem 0;
    font-size: 0.22rem;
}
.join-shuimo .porduct .number ul li span {
     font-size: 0.36rem;
}

.join-shuimo .porduct .size {
	display:none;
    transform: translate(0px,-1.1rem);
}
.join-shuimo .porduct .size ul {
    align-items: flex-end;
    display: flex;
}
.join-shuimo .porduct .size ul li {
    float:left;
    margin:0.08rem;
    border: 1px solid #666;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:0;
	transition: margin 0.5s;

    visibility: visible;
    animation-name: fadeInUp;
}
.join-shuimo .porduct .size ul li:hover{
	margin-bottom:0.1rem;
	box-shadow: 7px 8px 0px rgba(0,0,0,.1);
}

.join-shuimo .porduct .size ul li:nth-of-type(1) {
    width:0.88rem;
    height:0.88rem;
    animation-delay: 0.2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(2) {
    width:0.44rem;
    height:1.14rem;
	writing-mode: vertical-lr;
    animation-delay: 0.4s;
}
.join-shuimo .porduct .size ul li:nth-of-type(3) {
    width:1.14rem;
    height:1.14rem;
    animation-delay: 0.6s;
}
.join-shuimo .porduct .size ul li:nth-of-type(4) {
    width:0.26rem;
    height:1.3rem;
	writing-mode: vertical-lr;
    animation-delay: 0.8s;
}
.join-shuimo .porduct .size ul li:nth-of-type(5) {
    width:0.86rem;
    height:1.3rem;
    animation-delay: 1s;
}
.join-shuimo .porduct .size ul li:nth-of-type(6) {
    width:1.3rem;
    height:1.3rem;
    animation-delay: 1.2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(7) {
    width:0.3rem;
    height:1.76rem;
	writing-mode: vertical-lr;
    animation-delay: 1.4s;
}
.join-shuimo .porduct .size ul li:nth-of-type(8) {
    width:0.88rem;
    height:1.76rem;
    animation-delay: 1.6s;
}
.join-shuimo .porduct .size ul li:nth-of-type(9) {
    width:1.07rem;
    height:2.15rem;
    animation-delay: 1.8s;
}
.join-shuimo .porduct .size ul li:nth-of-type(10) {
    width:1.3rem;
    height:2.56rem;
    animation-delay: 2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(11) {
    width:1.69rem;
    height:3.39rem;
    animation-delay: 2.2s;
}
.join-shuimo .porduct .size ul li:nth-of-type(12) {
    width:1.1rem;
    height:4rem;
    animation-delay: 2.4s;
}  
}

/*设计师渠道品牌*/
.join-design {
    background:#000;
}

.join-design .design-item {
    padding:1.2rem 0;
    overflow:hidden;
}
.join-design .design-item h6 {
    font-size: 0.52rem;
    color: #fff;
    font-family: "Raleway-Light";
    text-transform: uppercase;
    line-height: 1;
}
.join-design .design-item h6 span {
    font-family: "Raleway-Bold";
}
.join-design .design-item .itemtitle h3 {
    font-size: 0.48rem;
    color:#fff;
    font-weight: bold;
    margin: 0.2rem 0 0.6rem 0;
}
.join-design .design-item .itemtitle h4 {
    font-size: 0.3rem;
    color:#8d8d8d;
}
.join-design .design-item .item {
    visibility: visible;
    animation-name: fadeInUp;

}
.join-design .design-item .item h3 {
    font-size: 0.22rem;
    color:#fff;
    line-height: 1.6;
    margin-bottom: 0.6rem;
    padding-left: 0.4rem;
    position: relative;
}
.join-design .design-item .item h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top:0.1rem;
    width: 0;
    height: 0;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-top: 0.15rem solid #fff;
}
.join-design .design-item .item h4 {
    font-size: 0.22rem;
    color:#f9f9f9;
    line-height: 1.6;
    padding-left: 0.4rem;
}

.join-design .design-item .pic{
    visibility: visible;
    animation-name: fadeInRight;
}
.join-design .design-item .pic img {
    max-width: 100%;
}
@media screen and (max-width:1024px) {
.join-design {
    padding:0.2rem 0;
    background:#000;
}

.join-design .design-item {
    padding:0.2rem 0;
    overflow:hidden;
}
.join-design .design-item h6 {
    font-size: 0.3rem;
    color: #fff;
    font-family: "Raleway-Light";
    text-transform: uppercase;
    line-height: 1;
}
.join-design .design-item h6 span {
    font-family: "Raleway-Bold";
}
.join-design .design-item .itemtitle h3 {
    font-size: 0.24rem;
    color:#fff;
    font-weight: bold;
    margin: 0.2rem 0 0.6rem 0;
}
.join-design .design-item .itemtitle h4 {
    font-size: 0.2rem;
    color:#8d8d8d;
}
.join-design .design-item .item {
    width: 100%;

}
.join-design .design-item .item h3 {
    font-size: 0.18rem;
    color:#fff;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem;
    position: relative;
}
.join-design .design-item .item h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top:5px;
    width: 0;
    height: 0;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-top: 0.1rem solid #fff;
}
.join-design .design-item .item h4 {
    font-size: 0.18rem;
    padding-left: 0.2rem;
}

.join-design .design-item .pic{
    width: 100%;
    padding:0.4rem 0;
}
.join-design .design-item .pic img {
    max-width: 100%;
}
}

/*全方位运营服务*/
.operate {
    padding:1.5rem 0 1rem 0;
    text-align: center;
}
.operate h4 {
    font-size: 0.3rem;
    color:#000;

    visibility: visible;
    animation-name: fadeInUp;
}
.operate h5 {
    font-size: 0.3rem;
    color:#000;
    margin-top: 5px;

    visibility: visible;
    animation-name: fadeInUp;
}
.operate h6 {
    font-size: 0.22rem;
    color:#b8b8b8;
    line-height: 1.4;
    margin-top: 0.3rem;

    visibility: visible;
    animation-name: fadeInUp;
}
@media screen and (max-width:1024px) {
.operate {
    padding:0.5rem 0 0.5rem 0;
}
.operate h4 {
    font-size: 0.20rem;
}
.operate h5 {
    font-size: 0.18rem;
    color:#000;
    margin-top: 0.1rem;
}
.operate h6 {
    font-size: 0.14rem;
    line-height: 1.4;
    margin-top: 0.2rem;
}    
}


/*E5标杆店面系统*/
.E5 {}
.E5 .item-box {}
.E5 .item-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:0.6rem 0;
    text-align: center;
    overflow:hidden;
}
.E5 .item-box ul li {
    display:inline-block;
    width:2.8rem;
    height:3rem;

    visibility: visible;
    animation-name: fadeInUp;
}
.E5 .item-box ul li:nth-of-type(1){
    animation-delay: 0.2s;
}
.E5 .item-box ul li:nth-of-type(2){
    animation-delay: 0.4s;
}
.E5 .item-box ul li:nth-of-type(3){
    animation-delay: 0.6s;
}
.E5 .item-box ul li:nth-of-type(4){
    animation-delay: 0.8s;
}
.E5 .item-box ul li:nth-of-type(5){
    animation-delay: 1s;
}
.E5 .item-box ul li i {}
.E5 .item-box ul li i img {
    transition: all 0.3s linear;
}
.E5 .item-box ul li:hover i img {
    transform: translate(0,-0.2rem);
}

.E5 .item-box ul li h5 {
    font-size: 0.2rem;
    color:#000;
    font-weight: 600;
    padding:0.1rem 0;
    transition: all 0.3s linear;
}
.E5 .item-box ul li:hover h5 {
    padding:0.2rem 0 0.1rem 0;
}
.E5 .item-box ul li p {
    font-size:0.16rem;
    color:#3a3a3a;
}
@media screen and (max-width:1024px) {
.E5 {}
.E5 .item-box {}
.E5 .item-box ul {
    padding:0.4rem 0;
}
.E5 .item-box ul li {
    width:50%;
    height: 1.6rem;
}
.E5 .item-box ul li i {}
.E5 .item-box ul li i img {
    width: 0.6rem;
    
}

.E5 .item-box ul li h5 {
    font-size: 0.16rem;
}
.E5 .item-box ul li p {
    font-size: 0.14rem;
}
}

/*G6客户体验系统*/
.G6 {}
.G6 .item-box {}
.G6 .item-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:0.6rem 0;
    text-align: center;
}
.G6 .item-box ul li {
    display:inline-block;
    width:2.8rem;
    height:3rem;

    visibility: visible;
    animation-name: fadeInUp;
}

.G6 .item-box ul li:nth-of-type(1){
    delay: 100;
}
.G6 .item-box ul li:nth-of-type(2){
    animation-delay: 0.4s;
}
.G6 .item-box ul li:nth-of-type(3){
    animation-delay: 0.6s;
}
.G6 .item-box ul li:nth-of-type(4){
    animation-delay: 0.8s;
}
.G6 .item-box ul li:nth-of-type(5){
    animation-delay: 1s;
}
.G6 .item-box ul li:nth-of-type(6){
    animation-delay: 1s;
}

.G6 .item-box ul li i {}
.G6 .item-box ul li i img {
    transition: all 0.3s linear;
}
.G6 .item-box ul li:hover i img{
    transform: translate(0,-0.2rem);
}
.G6 .item-box ul li h5 {
    font-size: 0.2rem;
    color:#000;
    font-weight: 600;
    padding:0.1rem 0;
    transition: all 0.3s linear;
}
.G6 .item-box ul li:hover h5 {
    padding:0.2rem 0 0.1rem 0;
}
.G6 .item-box ul li p {
    font-size:0.16rem;
    color:#3a3a3a;
}
@media screen and (max-width:1024px) {
.G6 {}
.G6 .item-box {}
.G6 .item-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:0.4rem 0;
    text-align: center;
}
.G6 .item-box ul li {
    width:50%;
    height: 1.8rem;
    visibility: visible;
    animation-name: fadeInUp;
}

.G6 .item-box ul li i {}
.G6 .item-box ul li i img {
	width:0.6rem
}

.G6 .item-box ul li h5 {
    font-size: 0.16rem;
    padding:0.1rem 0;
}

.G6 .item-box ul li p {
    font-size: 0.14rem;
}    
}

/*6G全渠道营销帮扶*/

.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    display: flex;
    flex-wrap: wrap;
    padding:0.4rem 0;
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    position: relative;
    width:25%;
    height: 5.8rem;
    padding:16% 0 6% 0;
    text-align: center;
    background: rgb(0,0,0,0.8);
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    top: 0%;
    transition: width 0.8s ease-in-out 1.2s;
    width:100%;
    height:100%;
    filter: blur(0px);
    z-index: -1;
}
.marketing-item .marketing-swiper ul li:nth-of-type(1)::after {
    background: url(../images/join/marketing-01.jpg) no-repeat center center/cover;
}
.marketing-item .marketing-swiper ul li:nth-of-type(2)::after {
    background: url(../images/join/marketing-02.jpg) no-repeat center center/cover;
}
.marketing-item .marketing-swiper ul li:nth-of-type(3)::after {
    background: url(../images/join/marketing-03.jpg) no-repeat center center/cover;
}
.marketing-item .marketing-swiper ul li:nth-of-type(4)::after {
    background: url(../images/join/marketing-04.jpg) no-repeat center center/cover;
}

.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width:1.8rem;
    height:1.8rem;
    border-radius: 50%;
    overflow:hidden;
    border:5px solid #fff;
    transition: all 0.5s linear;
}
.marketing-item .marketing-swiper ul li:hover i{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0px solid #fff;
}
.marketing-item .marketing-swiper ul li i img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.marketing-item .marketing-swiper ul li h4 {
    position: relative;
    z-index: 1;
    font-size: 0.24rem;
    color:#f4de26;
    font-weight: bold;
    margin:0.3rem 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:0.8;
    font-size: 0.16rem;
    color: #fff;
    font-family: 'Futura-Medium';
    margin:0.28rem 0 0.38rem 0;
}

.marketing-item .marketing-swiper ul li .cont {}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.6;
}

.marketing-item .marketing-swiper ul li:hover {
   background-image: linear-gradient(to bottom,#f8e969 0,#f4de26 100%);
}
.marketing-item .marketing-swiper ul li:hover i {
    border:0.05rem solid #fff;
    box-shadow: 0px 10px 0.6rem 0px rgba(0, 0, 0, 0.2);
}
.marketing-item .marketing-swiper ul li:hover i {
}
.marketing-item .marketing-swiper ul li:hover i img {
    width:100%;
    height:100%;
}
.marketing-item .marketing-swiper ul li:hover h4 {
    color:#000;
}
.marketing-item .marketing-swiper ul li:hover h5 {
    color: #000;
}
.marketing-item .marketing-swiper ul li:hover .cont p {
    color: #333;
}
@media screen and (max-width:1024px) {
.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:50%;
    height: auto;
    padding:1rem 0.05rem;
    text-align: center;
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li i {
    position: revert;
    transform: translate(0%, 0%);
    display:inline-block;
    width:0.8rem;
    height:0.8rem;
    border-radius: 50%;
    overflow:hidden;
    border:1px solid #fff;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 0.16rem;
    margin:0.2rem 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:0.8;
    font-size: 0.14rem;
    margin:0.1rem 0 0.2rem 0;
}

.marketing-item .marketing-swiper ul li .cont {}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 0.14rem;
    line-height: 1.4;
}
}
/*6G全渠道营销帮扶*/

/*营销培训*/
/*空间图轮播*/
.store {
    margin:1rem 0;
    overflow: hidden;
}
.store .store-item {
    position: relative;
    margin:0.5rem 8% 0;
}
.store .store-item ul {}
.store .store-item ul li {
    padding:0 3%;
}
.store .store-item ul li .photo {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden; 
}
.store .store-item ul li .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}

.swiper-bottom .swiper-store-prev {
    background:url(../images/left.svg) no-repeat center center/100%;
    left: 4%;
}
.swiper-bottom .swiper-store-next {
    background:url(../images/right.svg) no-repeat center center/100%;
    right:4%;
}
@media screen and (max-width:1024px){
.store .container {
    padding:0;
}
.store .store-item {
    position: relative;
    margin:0 0%;
}
.store .store-item ul {}
.store .store-item ul li {
    padding:0 0%;
}    
}
/*空间图轮播*/

/**/
.swiper-bottom {
    position: absolute;
    bottom: 50%;
    right: 0px;
    width: 100%;
    padding: 0;
    z-index: 2;
}
.swiper-bottom div {
    position:absolute;
    width:0.5rem;
    height:0.5rem;
    border:1px solid rgba(255,255,255,0);
    border-radius:50%;
    cursor:pointer;
}
.swiper-bottom div:hover {
    position:absolute;
    border:1px solid rgba(255,255,255,0);
    border-radius:50%;
    background-color: rgba(0,0,0, 0);
    cursor:pointer;
}



.pagination-base.swiper-pagination {
    right: 0.3rem !important;
}
.pagination-base .swiper-pagination-bullet {
    margin: 0.1rem 0.1rem !important;
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.pagination-base .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pagination-base .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

@media screen and (max-width:1024px){
.swiper-bottom div {
    position:absolute;
    width:0.25rem;
    height:0.25rem;
    border:1px solid rgba(255,255,255,0);
    border-radius:50%;
    cursor:pointer;
}
.pagination-base .swiper-pagination-home {
    right: 0.15rem !important;
}
.pagination-base .swiper-pagination-bullet {
    margin: 5px 5px !important;
    opacity: 1;
    width: 12px;
    height:12px;
    border: 1px solid transparent;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.pagination-base .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pagination-base .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}    
}
/**/


/*权威荣誉*/
.join-honor {
    padding:5% 0 2% 0;
}
.join-honor .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0.4rem 0;
}

.join-honor .tags span {
    position: relative;
    z-index: 0;
    margin:0.1rem;
    padding:0.1rem 0.15rem;
    border: 1px solid #dedede;
    border-radius: 50px;
    font-size: 0.14rem;
    color: #333;
}
.join-honor .tags span:hover {
    border: 1px solid transparent;
}
.join-honor .tags span:hover {
    color:#000;
}
.join-honor .tags span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f4de26;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s linear;
    border-radius: 2em;
    opacity: 0;
}
.join-honor .tags span:hover::after {
    transform: scale(1);
    opacity: 1;
}

.join-honor .honor-box {
    text-align: center;
}
.join-honor .honor-box img {
    width:70%;
}

.join-honor .honor-introduce {
} 
.join-honor .honor-introduce p {
    font-size: 0.14rem;
    color:#666;
    margin-bottom: 0.2rem;
    text-align: center;
} 

/*招商加盟留言*/
.join-apply  {
	padding:5% 0;
	width:100%;
	overflow: hidden;
	background: url(../images/join/apply-bg.jpg) no-repeat center center/cover;
}

.join-apply .join-title {
}
.join-apply .join-title h3 {
    color: #fff;
}
.join-apply .join-title h4 {
    color: #fff;
}

.join-apply  .con {
    width: 60%;
    margin: 2% auto;
	overflow:hidden;
}
.join-apply  .con input,.con select {
    border: 1px solid #ddd;
    color: #666;
    font-size: 0.14rem;
    height: 0.4rem;
    line-height: 0.18rem;
    padding: 0.11rem 0.1rem 0.11rem 0.1rem;
    float: left;
}

.join-apply  .con .name ,.join-apply  .con .telephone,.join-apply  .con .xzfw {
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
.join-apply  .con .address{
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
.join-apply  .con .content {
	width: 96.5%;
	height:0.1rem;
	margin: 5px 2.5% 5px 0;
	line-height: 0.18rem;
}
.join-apply  .con .go {
    float: left;
    width: 100%;
}
.join-apply  .con .go .bottom {
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 0.44rem;
    border-radius: 42px;
    font-size: 0.16rem;
    color:#333;
    text-align: center;
    margin:0.5rem auto 0;
    padding: 0;
    background: #f4de26;
    border: 2px solid #f4de26;
    border-radius: 50px;
}
.join-apply  .con .bottom:hover{
    color: #fff;
    border: 2px solid #f4de26;
    background: #f4de26;
}
@media only screen and (max-width: 1024px) and (min-width: 0){
.join-apply  .con {
    width: 100%;
}
.join-apply  .con .name ,.join-apply  .con .telephone,.join-apply  .con .xzfw {
	width:95%;
	margin: 5px 2.5% 5px 2.5;
	background: #fff;
}
.join-apply .con .bottom {
    width: 100%;

}
}

/*顶部留言*/
.join-apply.top-apply {
    padding:2% 0 5% 0;
}
.join-apply.top-apply .con {
    width: 100%;
    padding:2% 5%;
    border-radius: 10px;
    box-shadow: 0px 10px 16px rgb(0 0 0 / 5%);
    background: #fff;
}
.join-apply.top-apply .con .name, .join-apply.top-apply .con .telephone, .join-apply.top-apply .con .xzfw {
    width: 22%;
}
@media only screen and (max-width:1024px) {
.join-apply.top-apply {
    padding:2% 0 15% 0;
    background: none;
}
.join-apply.top-apply .con {
    padding:5% 5%;
}
.join-apply.top-apply .con .name, .join-apply.top-apply .con .telephone, .join-apply.top-apply .con .xzfw {
    width: 100%;
}
.join-apply .con .button {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}
}