/*banner图*/
.twobanner {
    position:relative;
    overflow: hidden;
}
.twobanner>img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0.5);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:25%;
    left:10%;
    width:82%;
    color:#fff;
}


.twobanner-item h1 {
    font-size:70px;
    color: #fff;
    font-weight:bold;
    margin:2% 0 2% 0;
    text-shadow: 6px 8px 5px rgb(0 0 0 / 10%);
}
.twobanner-item h2 {
    font-size:48px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    font-family: 'Current-Regular';
    text-transform: uppercase;
    margin:2% 0;
}

.twobanner-item h3 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
}


/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.twobanner-item h1 {
    font-size:26px;
    color: #fff;
    font-weight:bold;
    margin:8% 0 2% 0;
}
.twobanner-item h2 {
    font-size:18px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    margin-top:10%;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:5%;
}
}
/*自适应样式 end*/

.big-photo {}
.big-photo img {
    width: 100%;
}

/*板块标题*/
.join-title {
    padding:2% 0;
}

.join-title h3 {
    position: relative;
    font-size: 38px;
    color: #e50012;
    font-weight: bold;
    margin:0 0 20px 0;
}
.join-title h3 span{
    padding:0 10px;
    color: #ffcd00;
    font-family: "Oswald-Regular";
}
.join-title h4 {
    font-size: 24px;
    color: #3a3a3a;
    line-height: 1.8;
}
.join-title p {
    max-width: 980px;
    margin: 30px auto 0 auto;
    font-size: 16px;
    color: #888;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
.join-title {
    padding:8% 0;
}
.join-title h3 {
    font-size: 20px;
}
.join-title h3 span{
    padding:0 5px;
}
.join-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
}
.join-title p {
    font-size: 14px;
}

}
/*板块标题 end*/


/* 选品牌*/
.selectbrand{
	position: relative;
	width: 100%;
	padding:5% 0;
}
.selectbrand ul{ 
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.selectbrand ul li {
    width: 24%;
    margin:0.5%;
    background: #f9f9f9;
	padding:5% 2%;
	text-align: center;
}
.selectbrand ul li h3 {    
    font-size: 24px;
    font-weight: bold;
	text-align: center;
}
.selectbrand ul li p {     
	margin: 20px 0 0 0;
    font-size: 14px;
    padding: 0 25px;
    line-height: 1.8;
}

.selectbrand ul li:hover {
	background: #c30d23;
}
.selectbrand ul li:hover h3 {    
    color:#fff;
}
.selectbrand ul li:hover p {     
	opacity: 0.8;
	color:#fff;
}

@media screen and (max-width:1024px){
.selectbrand{
	position: relative;
	width: 100%;
	padding:5% 0;
}
.selectbrand ul{ 
	display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}
.selectbrand ul li {
    width: 48%;
    margin:0.5%;
    background: #f9f9f9;
	padding:10% 2%;
	text-align: center;
}
.selectbrand ul li h3 {    
    font-size: 18px;
    font-weight: bold;
	text-align: center;
}
.selectbrand ul li p {     
	margin: 20px 0 0 0;
    font-size: 14px;
    padding: 0 25px;
    line-height: 1.8;
}
}
/* 选品牌end */


/*关于品牌*/
.home-about {
    position:relative;
    padding:6% 0;
    overflow:hidden;
}
.home-about::before {
    content: "";
    position: absolute;
    top: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/join/power.jpg) no-repeat left bottom/cover;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(0%);
}
.home-about::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    background-image: linear-gradient(to left,rgba(0,45,114,0.8) 0,rgba(0,45,114,0.8) 100%);
    display: block;
    z-index: 1;
}

.home-about .join-title {
    padding:2% 0;
    text-align: center;
}
.home-about .join-title h3 {
    color: #fff;
}
.home-about .join-title h3 span {
    color: #ffcd00;
}
.home-about .join-title p {
    font-size: 24px;
    color: #fff;
}
.home-about .item {
    position: relative;
    z-index: 2;
    overflow:hidden;
	color: #fff;
	text-align: center;
}
.home-about .item  {
    padding: 2% 0%;
}
.home-about .item  .home-title {}
.home-about .item  .home-title h5 {
   color: #fff;
}
.home-about .item  .home-title h6 {
    font-size: 24px;
	margin: 30px 0 50px 0;
    color: #fff;
}
.home-about .item  .profile {}
.home-about .item  .profile h3 {
    font-size: 24px;
    margin:0 0 20px 0;
}
.home-about .item  .profile p {
    font-size: 14px;
    line-height: 2.0;
	width: 75%;
	margin: 0 auto;
}
.home-about .item .word-number {
    width: 100%;
    padding: 0% 0%;
}
.home-about .item .word-number .number {
    margin:5% 0 0 0;
}
.home-about .item .word-number .number ul {
    overflow:hidden;
    padding:0 0%;
}
.home-about .item .word-number .number ul li {
    float:left;
    width:16.6%;
    padding:0 0 4% 0;
	cursor: default;
	transition: all 0.5s ease;
}
.home-about .item .word-number .number ul li:hover{
	
}
.home-about .item .word-number .number ul li h3 {
}
.home-about .item .word-number .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 78px;
    letter-spacing: 0;
    font-family: "DIN";
}
.home-about .item .word-number .number ul li h3 span {
    font-size: 18px;
}
.home-about .item .word-number .number ul li p {
    font-size: 14px;
    padding-top: 5px;
}


@media screen and (max-width:1024px){
.home-about {
    padding:10% 0;
}
.home-about::before {
}
.home-about .item {
    overflow:hidden;
	color: #fff;
	text-align: center;
}
.home-about .item  {
    padding: 2% 0%;
}
.home-about .item  .home-title {}
.home-about .item  .home-title h5 {}
.home-about .item  .home-title h6 {
    font-size: 16px;
	margin: 20px 0 30px 0;
    color: #fff;
}
.home-about .item  .profile {}
.home-about .item  .profile h3 {
    font-size: 24px;
    margin:0 0 10px 0;
}
.home-about .item  .profile p {
    font-size: 12px;
	width: 90%;
	margin: 0 auto;
}
.home-about .item .word-number {
}
.home-about .item .word-number .number {
}
.home-about .item .word-number .number ul {
}
.home-about .item .word-number .number ul li {
   width:50%;
}
.home-about .item .word-number .number ul li h3 {
}
.home-about .item .word-number .number ul li h3 strong {   
    font-size: 40px;   
}
.home-about .item .word-number .number ul li h3 span {
    font-size: 14px;
}
.home-about .item .word-number .number ul li p {
    font-size: 12px;
    padding-top: 5px;
}
}
/*关于品牌*/


/*发展历程*/
.history {
    position: relative;
    padding: 3% 0 5% 0;
    background: #f6f6f6;
}
.history::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/logo-icon-blue.svg) no-repeat center center/100%;
    transition: all 3s;
}
.history .container {
    z-index: 2;
}
.history .about-title h3::after {
    display:none;
}

.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:33%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}

.Topyear ul li .photo {
    width: 80%;
    padding: 10px;
    background: #fff;
    border:5px solid  #dedede;
}
.Topyear ul li .photo img {
    width: 100%;
}

.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:20px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 14px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #c30d23;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 24px;
    color: #85cdd2;
    font-weight: bold;
    margin-bottom: 20px;
    
    background-image: -webkit-linear-gradient(top,#85cdd2,#38bcc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Topyear ul li  .year h3 {
    font-size: 24px;
    color: #595757;
    font-weight: bold;
    font-family: 'Futura-Medium';
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 50%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 20px;
    color: #3a3a3a;
    font-family: "Futura-Medium";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 20px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    
    font-family: -apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif!important;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #c30d23;
    background: #c30d23;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #c30d23;
    border: 1px solid #c30d23;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #85cdd2;
}


.history div.swiper-year-prev,.history div.swiper-year-next { 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background: #c30d23;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
    cursor: pointer;
}
.history div.swiper-year-prev {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-next {
    right:0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-prev:hover,
.history div.swiper-year-next:hover{ 
    opacity:1;
    background:#c30d23;
}



@media screen and (max-width:1024px){
.history {
    padding: 3% 0;
    background: #f6f6f6;
}
.history .about-title h3::after {
    display:none;
}
.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:100%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}


.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:10px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 14px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.Topyear ul li  .year h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 43%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 16px;
    color: #3a3a3a;
    font-family: "Montserrat-Bold";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 10px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
}
.Bottomyear ul li.swiper-slide-thumb-active i {
}
.Bottomyear ul li.swiper-slide-thumb-active p {
}
}
/*发展历程end*/


/*资质荣誉*/
.honor {
    padding:3% 0;
    background:#fff;
    position:relative;
}
.honor::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor-box {}
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul {
}
.honor-box .honor-list ul li {
    padding:2% 2% 5% 2%;
    text-align: center;
    background: url(../images/about/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 140%;
}
.honor-box .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-end;
}
.honor-box .honor-list ul li .photo .photo-box img{
    width:100%;
    vertical-align: bottom;
}
.honor-box .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}



/*荣誉证书导航按钮*/
.honor-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background: #c30d23;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #ccc;
    margin: 0 10px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 2px solid #c30d23;
}
@media screen and (max-width:1024px) {
.honor-box .honor-list {
    padding:5% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border:1px solid #ccc;
    margin: 0 4px !important;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 1px solid #c30d23;
}
}

/*品牌文化*/
.home-service {
    padding:3% 0 3% 0;
    background: #f9f9f9;
}

.home-service .service-box {}
.home-service .service-box ul {}
.home-service .service-box ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:2% 1%;
    border-radius:10px;
    text-align: center;
    border: 1px solid #eee;
    background: #c30d23;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
}
.home-service .service-box ul li i {
    display: block;
    width: 50px;
    height: 2px;
    background: #c30d23;
    margin: 20px auto;
}
.home-service .service-box ul li h3 {
    font-size: 24px;
    color: #fff;
    margin:8% 0 10% 0;
}
.home-service .service-box ul li p {
    height: 80px;
    font-size: 14px;
    color: #fff;
    line-height: 2.2;
}
@media screen and (max-width:1024px){
.home-service {
    padding:3% 0 3% 0;
}

.home-service .service-box {}
.home-service .service-box ul {}
.home-service .service-box ul li {
    width:48%;
    margin:1%;
    padding:4% 2%;
}
.home-service .service-box ul li i {}
.home-service .service-box ul li i img {
    max-width: 30px;
}
.home-service .service-box ul li h3 {
    font-size: 18px;
    margin:12% 0 8% 0;
}
.home-service .service-box ul li p {
    font-size: 12px;
    line-height: 1.8;
}
}
/*品牌文化*/

/*产品优势*/
.home-product-advantage {
    position: relative;
    padding: 5% 0 5% 0;
    background:#fff url(../images/home/product-bg.png) no-repeat bottom center/cover;
}
.home-product-advantage .home-title {
    text-align: center;
}

.home-product-advantage .product-item {
    padding:5% 0;
}
.home-product-advantage .product-item .word {
    text-align: center;
}
.home-product-advantage .product-item .word h2 {
    font-size: 38px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0;
}
.home-product-advantage .product-item .word h3 {
    margin:30px 0;
    font-size: 30px;
    color: #c30d23;
    font-weight: bold;
}
.home-product-advantage .product-item .word p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;

}
.home-product-advantage .product-item .word-number {
    width: 100%;
    padding: 0% 0%;
}
.home-product-advantage .product-item .word-number .number {
    margin:5% 0 0 0;
}
.home-product-advantage .product-item .word-number .number ul {
    overflow:hidden;
    padding:0 0%;
    text-align: center;
}
.home-product-advantage .product-item .word-number .number ul li {
    display:inline-block;
    width:20%;
    max-width: 300px;
    padding:0 0 4% 0;
	cursor: default;
	transition: all 0.5s ease;
}
.home-product-advantage .product-item .word-number .number ul li:hover{
	
}
.home-product-advantage .product-item .word-number .number ul li h3 {
}
.home-product-advantage .product-item .word-number .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 78px;
    color: #c30d23;
    letter-spacing: 0;
    font-family: "DIN";
}
.home-product-advantage .product-item .word-number .number ul li h3 span {
    font-size: 18px;
}
.home-product-advantage .product-item .word-number .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
@media screen and (max-width:1024px){
.home-product-advantage {
    padding: 5% 0 5% 0;
    background:#fff url(../images/home/product-bg.png) no-repeat bottom center/cover;
}
.home-product-advantage .home-title {
    text-align: center;
}

.home-product-advantage .product-item {
    padding:5% 0;
}
.home-product-advantage .product-item .word {
    text-align: center;
}
.home-product-advantage .product-item .word h2 {
    font-size: 24px;
}
.home-product-advantage .product-item .word h3 {
    margin:30px 0;
    font-size: 24px;
}
.home-product-advantage .product-item .word p {
    font-size: 14px;

}
.home-product-advantage .product-item .word-number {
}
.home-product-advantage .product-item.word-number .number {
}
.home-product-advantage .product-item .word-number .number ul {
}
.home-product-advantage .product-item .word-number .number ul li {
   width:49%;
}
.home-product-advantage .product-item .word-number .number ul li h3 {
}
.home-product-advantage .product-item .word-number .number ul li h3 strong {   
    font-size: 40px;   
}
.home-product-advantage .product-item .word-number .number ul li h3 span {
    font-size: 14px;
}
.home-product-advantage .product-item .word-number .number ul li p {
    font-size: 12px;
    padding-top: 5px;
}
}
/*产品优势*/

/*9大支持*/
.support {
    padding: 3% 0 3% 0;
    background: #f6f6f6 url(../images/join/support-bg.png) no-repeat left top/100%;
}
.support-item .word {
    width:100%;
}
.support-item .word ul {
    overflow:hidden;
}
.support-item .word ul li {
    float:left;
    width:15.6%;
    margin:0.5%;
    padding: 4% 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #231815;
    text-align: center;
    background: rgb(255,255,255,0.8);
}
.support-item .word ul li i {
    width:40px;
    margin:0 auto;
    font-size: 24px;
    color: #dcdddd;
    font-family: "Oswald-Regular";
    font-style: normal;
}

.support-item .word ul li h3 {
    font-size: 16px;
    color: #231815;
    font-weight: bold;
    margin:30px 0 0 0;
}
@media screen and (max-width:1024px) {
.support {
    padding: 3% 0 3% 0;
    background: #f6f6f6 url(../images/join/support-bg.png) no-repeat left top/100%;
}
.support-item .word {
    width:100%;
}
.support-item .word ul {
    overflow:hidden;
}
.support-item .word ul li {
    width:32.3%;
    margin:0.5%;
    padding: 10% 1%;
    border-radius: 5px;
}
.support-item .word ul li i {
    width:40px;
    font-size: 20px;
}
.support-item .word ul li img {
    max-width: 35px;
}
.support-item .word ul li h3 {
    font-size: 14px;
    color: #231815;
    font-weight: bold;
    margin:10px 0 0 0;
}
}
/*9大支持*/

/*品牌终端门店分布*/
.about {
    position: relative;
    padding:2% 0;
}
.about::before {
    opacity: 0.3;
    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: 34px;
    color: #c30d23;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.about .word .tit h4 {
    font-size: 30px;
    color: #000;
    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: #c30d23;
    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;
    background: #f9f9f9;
}
.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 {
    height: 80px;
    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*/


/*营销培训*/
.peixun {
    padding: 5% 0;
}
.home-case .case-box {
    padding:5% 0;
}
.home-case .case-box .case-item {
    padding:2% 0;
}
.peixun .peixun-item ul {
    position: relative;
    overflow: hidden;
}
.peixun .peixun-item  ul li {
    overflow: hidden;
    position: relative;
}


.peixun .peixun-item  ul li.item-01 {
    width: 40.4%;
}
.peixun .peixun-item  ul li.item-02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.2%;
}
.peixun .peixun-item  ul li.item-03 {
    position: absolute;
    bottom: 0;
    right: 29.8%;
    width: 28.4%;
}
.peixun .peixun-item  ul li.item-04 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28.4%;
}
.peixun .peixun-item  ul li .photo {
    position:relative;
}
.peixun .peixun-item  ul li .photo img {
    width:100%;
    transition: all 0.5s;
}
.peixun .peixun-item  ul li:hover .photo img{
    transform:scale(1.1);
}

.peixun .peixun-item  ul li .word-fix {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 0px;
    padding: 10px 50px;
    z-index: 10;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,.8) 100%);
}
.peixun .peixun-item  ul li .word-fix h4 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width:1024px){
.peixun .peixun-item  ul li .word-fix {
    opacity: 0;
}    
}



/*招商加盟留言*/
.join-apply  {
	padding:5% 0;
	width:100%;
	overflow: hidden;
	background: #f9f9f9;
}
.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: #595757;
	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 {
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    
    width: 160px;
    line-height: 44px;
    border-radius: 42px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    background: #e50012;
    border: 2px solid #e50012;
    margin: 20px 0;
    border-radius: 50px;
}
.join-apply  .con .bottom:hover{
    color: #fff;
    border: 2px solid #d3032c;
    background: #e50012;
}
.join-apply  .customer {
	float: right;
    width: 35%;

}

.join-apply  .customer h2 {

	 font-size:18px;

	 color:#666;

	 

}

.join-apply  .customer h2 span {

	color:#595757;

	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:5% 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;
}
.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;
}
}