.photo img {
    width: 100%;
}

/*关于品牌板块标题*/
.join-title {
	padding: 2% 0;
}
.join-title p {
    font-size: 24px;
    color: #332c2b;
    font-family: "Oswald-Regular";
    line-height: 2.0;
    text-transform: uppercase;
}
.join-title h3 {
	position: relative;
	font-size: 38px;
	color: #332c2b;
	margin: 0 0 20px 0;
}

.join-title h4 {
    max-width: 800px;
    margin:0 auto;
	font-size: 16px;
    color: #999;
    line-height: 1.8;
}

@media screen and (max-width:1024px) {
.join-title {
	padding: 8% 0;
}

.join-title h3 {
	font-size: 20px;
}

.join-title h4 {
	font-size: 14px;
	color: #999;
	line-height: 1.8;
}
}
/*关于品牌板块标题*/

/*品牌终端门店分布*/
.about {
    position: relative;
    padding:2% 0;
}
.about::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/join/about-bg.jpg) no-repeat left bottom/cover;
    transition: all 3s;
}

.about .word {
    width:46%;
    padding:0;
}
.about .word .tit {}
.about .word .tit h3 {
    font-size: 30px;
    color: #332c2b;
    margin: 0 0 10px 0;
}
.about .word .tit h4 {
    font-size: 34px;
    color: #332c2b;
    font-weight: bold;
    margin: 0 0 4% 0;
}
.about .word .tit hr {
    border-top: 8px solid #f6f6f6;
}
.about .word .content {
    margin:5% 0 0 0;
}
.about .word .content .p1 {
    font-size: 24px;
    color: #e6002d;
    font-weight: bold;
    line-height: 1.6;
    margin: 0% 0 5% 0;
}
.about .word .content .p2 {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0% 0 1% 0;
}
.about .word .icon {
    margin:5% 0 0 0;
}
.about .word .icon ul {
    overflow:hidden;
}
.about .word .icon ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:5%;
    text-align: center;
    border:1px solid #f6f6f6;
}
.about .word .icon ul li i {
    width:40px;
    margin:0 auto;
}
.about .word .icon ul li i img {
    max-width: 40px;
}

.about .word .icon ul li h3 {
    font-size: 16px;
    color:#231815;
    line-height: 1.6;
    margin:20px 0 0 0;
}

.about .photo {
    position: relative;
    float:right;
    width:45%;
}
.about .photo img {
    max-width:100%;
}
@media screen and (max-width:1024px) {
.about {
    padding:5% 0;
}
.about .photo {
    width:100%;
}
.about .word .tit h4 img {
    width: 200px;
}
.about .word {
    width:100%;
    padding: 5%;
}
.about .word .tit {}
.about .word .tit h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.about .word .tit h4 {
    font-size: 20px;
    margin: 0 0 4% 0;
}
.about .word .tit hr {
    border-top: 8px solid #f6f6f6;
}
.about .word .content {
    margin:10% 0 0 0;
}
.about .word .content .p1 {
    font-size: 18px;
    margin: 0% 0 5% 0;
}
.about .word .content .p2 {
    font-size: 14px;
    margin: 0% 0 1% 0;
}
.about .word .icon {
    margin:5% 0 0 0;
}
.about .word .icon ul {
    overflow:hidden;
}
.about .word .icon ul li {
    float:left;
    width:48%;
    margin:1%;
    text-align: center;
}
.about .word .icon ul li i {
    width:30px;
    margin:0 auto;
}
.about .word .icon ul li i img {
    max-width: 30px;
}

.about .word .icon ul li h3 {
    font-size: 14px;
    margin:10px 0 0 0;
}
}
/*品牌终端门店分布 end*/


/*品牌终端展厅形象*/
.store {
    padding: 3% 0;
}

.store .store-item {
    padding:2% 0 0% 0;
    overflow: hidden;
}

.store .store-item ul {}
.store .store-item ul li {
    position:relative;

    overflow:hidden;
}
.store .store-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.store .store-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.store .store-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.store .store-item ul li .photo {}
.store .store-item ul li .photo::after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.3) 0,rgba(0,0,0,.3) 100%);
}
.store .store-item ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.store .store-item ul li:hover .photo img {
    transition: all 0.6s ease;
    transform: scale(1.05);
}
@media screen and (max-width:1024px){
.store {
    padding: 8% 0;
}

.store .store-item {
    padding: 8% 0;
}

.store .store-item ul {}
.store .store-item ul li {
    position:relative;

    overflow:hidden;
}
.store .store-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.store .store-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.store .store-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.store .store-item ul li .photo {}
.store .store-item ul li .photo::after {
    opacity: 0.5;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    
}
.store .store-item ul li .photo img {
    width:100%;
}
}
/*品牌终端展厅形象 end*/


/*品牌产品概述*/
.power {
    position: relative;
    padding: 5% 0 10% 0;
    
}
.power::before {
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #fff url(../images/join/power-bg.jpg) no-repeat center/cover;
    transition: all 3s;
}

.power .power-title {}
.power .power-title h2 {
    font-size: 30px;
    color: #2d2926;
    font-weight: bold;
}
.power .power-title h3 {
    font-size: 24px;
    color: #666;
    margin: 20px 0 30px 0;
}
.power-adv {
    float:left;
    width:40%;
    overflow: hidden;
}
.power-adv .word {
}
.power-adv .word h3 {
    font-size: 24px;
    color: #666;
    font-family: "Oswald-Regular";
}
.power-adv .word h4 {
    font-size: 30px;
    color: #2d2926;
    font-family: "Oswald-Regular";
    margin:5% 0 8% 0;
}
.power-adv .word .tab {
    margin:10px 0 40px 0;
}
.power-adv .word .tab p {
    display:inline-block;
    margin: 20px 20px 0 0;
    font-size: 24px;
    color: #3a3a3a;
}
.power-adv .word .tab p span{
    font-size: 40px;
    color: #332c2b;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
    margin: 0 10px 0 0;
}

.power-adv .word h6 {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 5px 0;
}
.power-adv .word h6 span{
    color: #332c2b;
    padding:0 10px;

}


@media screen and (max-width:1024px){
.power {
    padding: 5% 0;
}

.power .power-title {}
.power .power-title h2 {
    font-size: 24px;
    color: #2d2926;
    font-weight: bold;
}
.power .power-title h3 {
    font-size: 18px;
    color: #666;
    margin: 20px 0 30px 0;
}

.power-adv {
    width: 100%;
}
.power-adv .word {
    width:100%;
    margin-top: 5%;
}
.power-adv .word h3 {
    font-size: 16px;

}
.power-adv .word h4 {
    font-size: 20px;
    margin:5% 0 8% 0;
}
.power-adv .word .tab {
    margin:10px 0 40px 0;
}
.power-adv .word .tab p {
    width: 48%;
    margin: 2% 0;
    font-size: 18px;
}
.power-adv .word .tab p span{
    font-size: 24px;
}

.power-adv .word h6 {
    font-size: 14px;
    line-height: 1.6;
}
.power-adv .word h6 span{
    color: #bc9d5f;
}
}
/*品牌产品概述*/


/*五大品牌特批支持*/

.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:20%;
    padding:6% 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li:nth-child(even) {
    background-image: -webkit-linear-gradient(top,#252525,#3a3a3a);
}

.marketing-item .marketing-swiper ul li:hover {
   background-image: linear-gradient(to top,#f02032 0,#e6002d 100%);
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:140px;
    height:140px;
    border-radius: 50%;
    overflow:hidden;
    border:5px solid #fff;
}
.marketing-item .marketing-swiper ul li i img {
    width:100%;
    height:100%;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    margin:30px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:0.8;
    font-size: 16px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    margin:28px 0 38px 0;
}

.marketing-item .marketing-swiper ul li .cont {}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}
@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%;
    padding:10% 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li:last-child {
    width: 100%;
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow:hidden;
    border:2px solid #fff;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 16px;
    margin:10px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:0.8;
    font-size: 14px;
    margin:10px 0 10px 0;
}

.marketing-item .marketing-swiper ul li .cont {}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 12px;
    line-height: 1.4;
}
}
/*五大品牌特批支持*/


/*全维度帮扶体系*/
.reason{
    padding:5% 0;
    background:#faf7f4;
    
}
.reason-item {}
.reason-item ul {}
.reason-item ul li {
    float: left;
    width: 31.33%;
    margin: 1%;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.reason-item ul li .photo {}
.reason-item ul li .photo img {
    width:100%;
}
.reason-item ul li .word {
    padding:5% 5%;
}
.reason-item ul li .word h3 {
    font-size: 18px;
    color: #332c2b;
    font-weight: bold;
    line-height: 1.8;

}
.reason-item ul li .word p {
    
    height:100px;
    margin:10px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
.reason{
    padding:5% 0;
    background:#faf7f4;
    
}
.reason-item {}
.reason-item ul {}
.reason-item ul li {
    float:left;
    width:98%;
    margin:1%;
    background:#fff;
}

.reason-item ul li .photo {}
.reason-item ul li .photo img {
    width:100%;
}
.reason-item ul li .word {
    padding:5% 5%;
}
.reason-item ul li .word h3 {
    font-size: 16px;
    color: #174339;
    font-weight: bold;
    line-height: 1.8;

}
.reason-item ul li .word p {
    height:100px;
    margin:10px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
}
/*全维度帮扶体系*/

/*优秀经销商*/
.business {
    padding:5% 0;
    background-image: -webkit-linear-gradient(top,#2d2926,#302d2a);

}
.business-item {
    overflow: hidden;
}
.business-item .join-title {
    padding:2% 0;
}
.business-item .join-title h3 {
    color: #fff;
}
.business-item .join-title i {
    background: #e4002b;
}
.business-item .join-title p {
    color: #666;
}


.businessslider {
    padding:2% 0;
}


.business-item ul {}
.business-item ul li {
    overflow: hidden;
}
.business-item ul li .word {
    float: right;
    width: 50%;
}

.business-item ul li .word  .tit {
}
.business-item ul li .word  .tit h3 {
    font-size: 24px;
    color: #fff;
}
.business-item ul li .word  .tit h4 {
    opacity: 0.6;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 20px 0;
}
.business-item ul li .word  .tit h5 {
    font-size: 30px;
    color: #fff;
    margin:50px 0 20px 0;
}
.business-item ul li .word .content {
    padding: 30px 0;
    border-top: 1px solid #383634;
    border-bottom: 1px solid #383634;
}
.business-item ul li .word .content p {
    font-size: 15px;
    color:#999;
    line-height: 1.8;
}

.business-item ul li .word .go a {
    display: block;
    width: 160px;
    height: 40px;
    margin: 5% 0 0;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border: 1px solid #5f5b5a;
}
.business-item ul li .word .go a::before {
    opacity: 0.5;
    content: "";
    width: 20px;
    height: 21px;
    background: url(../images/join/play.svg) no-repeat center center/14px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.business-item ul li .word .go a:hover {
    color: #fff;
    border: 1px solid #e4002b;
    background-image: -webkit-linear-gradient(top,#de3336,#e4002b);
}
.business-item ul li .word .go a:hover::before {
    opacity: 1;
}
.business-item ul li .photo {
    position: relative;
    float: left;
    width: 50%;
    max-height: 400px;
    padding:0% 5% 0 0;
}
.business-item ul li .photo img {
    width: 100%;
}



.businessslider .swiper-pagination-bullet {
    border-radius:5px;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 8px;
    height: 8px;
    background: none;
    border:1px solid #585252;
    margin: 0 5px !important;
}
.businessslider .swiper-pagination-bullet-active {
    border: 1px solid #e4002b;
    background: #e4002b;
}
@media screen and (max-width:1024px) {
.business {
    padding:5% 0;
    background-image: -webkit-linear-gradient(top,#2d2926,#302d2a);

}
.business-item {
    overflow: hidden;
}
.business-item .join-title {
    padding:2% 0;
}
.business-item .join-title h3 {
    color: #fff;
}
.business-item .join-title i {
    background: #e4002b;
}
.business-item .join-title p {
    color: #666;
}


.businessslider {
    padding:10% 0;
}


.business-item ul {}
.business-item ul li {
    overflow: hidden;
}
.business-item ul li .word {
    width: 100%;
}

.business-item ul li .word  .tit {
}
.business-item ul li .word  .tit h3 {
    font-size: 20px;
    color: #fff;
}
.business-item ul li .word  .tit h4 {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 20px 0;
}
.business-item ul li .word .content {
    padding: 30px 0;
    border-top: 1px solid #383634;
    border-bottom: 1px solid #383634;
}
.business-item ul li .word .content p {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
}

.business-item ul li .word .go a {
    margin:10% auto;
}
.business-item ul li .word .go a::before {
    opacity: 0.5;
    content: "";
    width: 20px;
    height: 21px;
    background: url(../images/join/play.svg) no-repeat center center/14px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.business-item ul li .word .go a:hover {
    color: #fff;
    border: 1px solid #e4002b;
    background-image: -webkit-linear-gradient(top,#de3336,#e4002b);
}
.business-item ul li .word .go a:hover::before {
    opacity: 1;
}
.business-item ul li .photo {
    width: 100%;
    margin: 10% 0 0 0;
    padding:0% 0%;
}
.business-item ul li .photo img {
    width: 100%;
}

}

/*品牌营销工具*/
.tool {
    position: relative;
    padding:50px 0;
}
.tool::before {
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/brand/empower/Cloud-shop.jpg) no-repeat left center;;
    transition: all 3s;
}
.tool::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #000;
    transition: all 3s;
}
.tool .tool-item {
    margin: 50px 0 50px 0;
}
.tool .tool-item ul {
    overflow: hidden;
}
.tool .tool-item ul li {
    position: relative;
    float: left;
    width: 23%;
    margin:1%;
    padding:30px 0;
    overflow: hidden;
    text-align: center;
    background: rgb(255,255,255,1);
    border-radius: 8px;
}
.tool .tool-item ul li .photo {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 2px solid #f6f6f6;
    
}
.tool .tool-item ul li .photo img {
    max-width: 50px;
}

.marketing .marketing-item ul li .word {
    padding:20px;
    transition: all 0.5s;
}
.tool .tool-item ul li .word h3 {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.tool .tool-item ul li .word p {
    margin:30px 0 0 0;
    font-size: 16px;
    color: #666;
    line-height:1.8;
}
@media screen and (max-width:1024px){
.tool {
    position: relative;
    padding:50px 0;
}
.tool::before {
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/brand/empower/Cloud-shop.jpg) no-repeat left center/cover;;
    transition: all 3s;
}
.tool::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #000;
    transition: all 3s;
}
.tool .tool-item {
    margin: 50px 0 50px 0;
}
.tool .tool-item ul {
    overflow: hidden;
}
.tool .tool-item ul li {
    position: relative;
    float: left;
    width: 48%;
    margin:1%;
    padding:5% 1%;
    overflow: hidden;
    text-align: center;
    background: rgb(255,255,255,1);
    border-radius: 8px;
}
.tool .tool-item ul li .photo {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #f6f6f6;
    
}
.tool .tool-item ul li .photo img {
    max-width: 35px;
}

.tool .tool-item ul li .word {
    padding:20px;
    transition: all 0.5s;
}
.tool .tool-item ul li .word h3 {
    height: 30px;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.tool .tool-item ul li .word p {
    margin:10px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height:1.8;
}
}
/*品牌营销工具*/

/*来德利智慧云店*/
.Cloud-shop {
    margin:50px 0;
}

.Cloud-shop .Cloud-word {
    text-align: center;
}
.Cloud-shop .Cloud-word h4 {
    font-size: 24px;
    color: #332c2b;
    font-weight: bold;
    line-height: 1.8;
    padding: 0 0 30px 0;
}
.Cloud-shop .Cloud-word p {
    opacity: 0.8;
    font-size: 16px;
    color: #332c2b;
    line-height: 1.8;
}


.Cloud-shop .Cloud-item {
    position: relative;
    margin:50px 0 0 0;
}
.Cloud-shop .Cloud-item::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #f6f6f6;
    transition: all 3s;
}
.Cloud-shop .Cloud-item ul {
    padding:50px 0;
    overflow: hidden;
}
.Cloud-shop .Cloud-item ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 23%;
    margin:1%;
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}
.Cloud-shop .Cloud-item ul li i {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: -1;
    padding: 0 5px;
    font-size: 50px;
    color: #e62129;
    opacity: 0.2;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}
.Cloud-shop .Cloud-item ul li h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0px 0 15px 0;
}
.Cloud-shop .Cloud-item ul li p {
    height: 80px;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
@media screen and (max-width:1024px){
.Cloud-shop {
    margin:50px 0;
}

.Cloud-shop .Cloud-word {
    text-align: center;
}
.Cloud-shop .Cloud-word h4 {
    font-size: 18px;
    color: #332c2b;
    font-weight: bold;
    line-height: 1.8;
    padding: 0 0 30px 0;
}
.Cloud-shop .Cloud-word p {
    opacity: 0.8;
    font-size: 14px;
    color: #332c2b;
    line-height: 1.8;
}


.Cloud-shop .Cloud-item {
    position: relative;
    margin:50px 0 0 0;
}
.Cloud-shop .Cloud-item::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #f6f6f6;
    transition: all 3s;
}
.Cloud-shop .Cloud-item ul {
    padding:50px 0;
    overflow: hidden;
}
.Cloud-shop .Cloud-item ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 48%;
    margin:1%;
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}
.Cloud-shop .Cloud-item ul li i {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: -1;
    padding: 0 5px;
    font-size: 40px;
    color: #e62129;
    opacity: 0.2;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}
.Cloud-shop .Cloud-item ul li h3 {
    height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0px 0 15px 0;
}
.Cloud-shop .Cloud-item ul li p {
    height: 80px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
}
/*来德利智慧云店*/


/*品牌媒体矩阵*/
.advertisement {
    padding: 3% 0 3% 0;
    *background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
}
.advertisement .item {}
.advertisement .item .list {
    float: left;
    width: 33%;
    margin: 0 0 0 0;
    padding: 1%;
}
.advertisement .item .list .word {}
.advertisement .item .list .word h4 {
    font-size: 24px;
    color: #332c2b;
    font-weight: bold;
}
.advertisement .item .list .word p {
    font-size: 16px;
    color: #332c2b;
    line-height: 1.8;
    opacity: 0.8;
    padding: 5% 0 5% 0;
}

.advertisement .item .list .item-photo {}
.advertisement .item .list .item-photo img {
    max-width: 100%;
}
@media screen and (max-width:1024px){
.advertisement {
    padding: 3% 0 3% 0;
}
.advertisement .item {}
.advertisement .item .list {
    width: 100%;
    margin:0 0 50px 0;
}
.advertisement .item .list .word {}
.advertisement .item .list .word h4 {
    font-size: 18px;

}
.advertisement .item .list .word p {
    font-size: 14px;
    padding: 2% 0 2% 0;
}

.advertisement .item .list .item-photo {}
.advertisement .item .list .item-photo img {
    max-width: 100%;
}
}
/*品牌媒体矩阵*/


/*招商加盟留言*/
.join-apply {
	padding: 0 0 5% 0;
	width: 100%;
	overflow: hidden;
	*background-image: -webkit-linear-gradient(top,#de3336,#e4002b);
}

.join-apply  .tit {
	width: 100%;
	margin-bottom: 30px;
}

.join-apply  .tit .p1 {
	font-size: 16px;
	color: #666;
	margin: 20px 0;
}

.join-apply  .tit .p1 span {
	color: #e62129;
	font-weight: bold;
	padding: 0 5px;
}

.join-apply  .tit .p2 {
	font-size: 14px;
	color: #666;
}

.join-apply  .con {
	float: left;
	width: 60%;
	overflow: hidden;
}

.join-apply  .con input,.con select {
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	height: 40px;
	line-height: 18px;
	padding: 11px 10px 11px 10px;
	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: 100px;
	margin: 5px 2.5% 5px 0;
	line-height: 18px;
}

.join-apply  .con .bottom {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	font-size: 15px;
	color: #fff;
	font-family: "Medel";
	width: 140px;
	height: 44px;
	line-height: 44px;
	margin: 30px 0 0 0;
	border-radius: 50px;
	background-image: -webkit-linear-gradient(top,#de3336,#e62129);
	border: 1px solid rgba(230,33,41,0.6);
	z-index: 0;
	transition: all 0.6s;
	cursor: pointer;
}

.join-apply  .con .bottom:hover {
	border-image-source: linear-gradient(-270deg,#e6002d 0,#e6002d 0,#e6002d 0,#e6002d 100%);
    background-image: linear-gradient(to right,#e6002d 0,#e6002d 100%);
    box-shadow: 0 10px 6px 0 rgb(224 27 49 / 10%);
	border: 1px solid rgba(230,33,41,0.6);
}

.join-apply  .customer {
	float: right;
	width: 35%;
}

.join-apply  .customer h2 {
	font-size: 18px;
	color: #000;
}

.join-apply  .customer h2 span {
	color: #e62129;
	padding: 0 5px;
}

.join-apply  .customer #marquee {
	width: 100%;
	height: 160px;
	margin: 20px 0 0 0;
	overflow: hidden;
}

.join-apply  .customer #marquee ul {
	width: 100% !important;
}

.join-apply  .customer #marquee ul li {
	float: left;
	width: 100%;
	padding: 15px 0;
	line-height: 10px;
	border-bottom: 1px dotted #ccc;
}

.join-apply  .customer #marquee ul li span {
	font-size: 14px;
	color: #666;
	padding: 0 20px;
}

@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  .customer {
	width: 100%;
	margin: 30px 0 0 0;
}

.join-apply .con .bottom {
	width: 100%;
}

.join-apply  .customer #marquee ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.join-apply  .customer #marquee ul li span {
	flex: 1;
	padding: 0;
}
}

/*顶部留言*/
.join-apply.top-apply {
	padding: 2% 0 5% 0;
	background: none;
}

.join-apply.top-apply .con {
	width: 100%;
	padding: 2% 5%;
	border-radius: 10px;
	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;
}
}