/*banner图*/
.twobanner {
    position:relative;
}
.twobanner>img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.0);
    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 1% 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: "Oswald-Regular";
    text-transform: uppercase;
    margin-top:2%;
}
.twobanner-item i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% 0 1% 0;
    background: url(../images/vi-icon.svg) no-repeat center center/30px;
}

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

.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;
}

.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 i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% auto 1% auto;
    background: url(../images/vi-icon.svg) no-repeat center center/18px;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:5%;
}

.go-more {
    background:url(../images/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/


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

.join-title h3 {
    position: relative;
    font-size: 48px;
    color: #2d2926;
    font-weight: bold;
    margin:0 0 20px 0;
}
.join-title h3 span{
    padding:0 10px 0 0;
    font-size: 56px;
    color: #e6002d;
    font-family: "Oswald-Regular";
}
.join-title h4 {
    font-size: 24px;
    color: #e6002d;
    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 0 0;
    font-size: 24px;
}
.join-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
}
.join-title p {
    font-size: 14px;
}

}

/*强辉简介*/
.about {
    padding:2% 0;
}
.about .photo {
    position: relative;
    float:left;
    width:39%;
}
.about .photo img {
    max-width:100%;
}
.about .photo::before {
    
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/logo-h.svg) no-repeat center center/100%;
    transform: translate(-5%,0px);
    display: inline-block;
    display: none;
    vertical-align: middle;
    -webkit-filter: grayscale(0%);
}
.about .word {
    width:56%;
    padding: 5%;
}
.about .word .tit {}
.about .word .tit h4 {
    font-size: 42px;
    color: #e6002d;
    font-weight: bold;
    margin: 2% 0 4% 0;
}
.about .word .tit h4 img {
    width: 500px;
}
.about .word .tit p {
    font-size: 30px;
    color: #231815;
    letter-spacing: 0;
    font-family: 'Montserrat';
}
.about .word .tit hr {
    border-top: 8px solid #e6002d;
}
.about .word .content {
    margin:10% 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% 0;
    text-align: center;
    background:#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;
    margin:20px 0 0 0;
}
@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 h4 {
    font-size: 24px;
    margin: 2% 0 4% 0;
}
.about .word .tit p {
    font-size: 18px;
}
.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%;
    padding:10% 0;
    text-align: center;
    background:#f6f6f6;
}
.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*/

/*招商加盟留言*/
.join-apply  {
	padding:5% 0;
	width:100%;
	overflow: hidden;
	background-image: -webkit-linear-gradient(top,#fff,#f7f4ef);
}
.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: #e4002b;
	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,
.join-apply .con select {
    border: 1px solid #dedede;
    color: #999;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    padding: 11px 10px 11px 10px;
    float: left;
}
.join-apply  .con input::-webkit-input-placeholder {
    color: #999;
}
.join-apply  .con select::-webkit-input-placeholder {
    color: #999;
}

.join-apply  .con .name ,.join-apply  .con .telephone,.join-apply  .con .xzfw {
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: none;;
}
.join-apply  .con .address{
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: none;
}
.join-apply  .con .content {
	width: 96.5%;
	height:100px;
	margin: 5px 2.5% 5px 0;
	line-height: 18px;
	background: none;
}
.join-apply  .con .bottom {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    color: #fff;
    cursor: pointer;
}

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

}

.join-apply  .customer h2 {
	 font-size:18px;
	 color:#332c2b;

	 

}

.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 #dedede;

}

.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;
}
.join-apply  .customer {
    width: 100%;
	margin:5% 0 0 0;
}
.join-apply .con .bottom {
    width: 100%;
    max-width: 1000px;
}
.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 {
    background: #fff;
}
.join-apply.top-apply .con {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 2% 5%;
    border-radius: 10px;
}
.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;
}
.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;
}
}


/*发展历程*/
.history {
    padding:3% 0;
    background: #f6f6f6 url(../images/join/history-bg.jpg) no-repeat left top;
}
.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: #e6002d;
    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: 34px;
    color: #e6002d;
    font-weight: bold;
    margin-bottom: 20px;
}
.Topyear ul li  .year h3 {
    font-size: 24px;
    color: #3a3a3a;
    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: "Montserrat-Bold";
    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: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #e6002d;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e6002d;
    border: 1px solid #e6002d;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e6002d;
}


.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:#d3d3d3;
    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:#e6002d;
}

@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;
    background: #e62129;
    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 {
    color: #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e62129;
    border: 1px solid #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e62129;
}
}
/*发展历程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:#e6002d;
    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 #e6002d;
}
@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 #e6002d;
}
}
/*资质荣誉*/


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

.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:16.66%;
    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: 'Futura-Medium';
    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 i {
    display:inline-block;
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow:hidden;
    border:3px 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: 14px;
    line-height: 1.4;
}
}
/*6G全渠道营销帮扶*/


/*8大攻守之道*/
.advantage {
    position: relative;
    padding:2% 0;
    background-image: -webkit-linear-gradient(top,#fff,#f7f4ef);
}
.advantage .advantage-item {
    position: relative;
    margin:2% 0 0 0;
}
.advantage .advantage-item ul li {
    background: #fff;
}
.advantage .advantage-item ul li .photo {
    width:50%;
}
.advantage .advantage-item ul li .photo img {
    width:100%;
}
.advantage .advantage-item ul li .word {
    width:40%;
    padding:8% 5%;
}
.advantage .advantage-item ul li .word h3 {
    font-size: 28px;
    color: #ccc;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 2%;
}
.advantage .advantage-item ul li .word h4 {
    font-size: 33px;
    color: #000;
    font-weight: bold;
    margin: 4% 0 4% 0;
}
.advantage .advantage-item ul li .word hr {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/vi-icon.svg) no-repeat center center/26px;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
}
.advantage .advantage-item ul li .word p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.advantage .advantage-item .swiper-page {
    position: absolute;
    z-index: 1;
    width: 100px;
    bottom: 5%;
    left: 5%;
    padding: 50px;
}
.advantage .advantage-item .swiper-page div{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background: #e6002d;
    font-size: 16px;
    color:#fff;
    text-align: center;
    font-family: '宋体';
    cursor:pointer;
}
.advantage .advantage-item .swiper-page div.prev {
    left:5%;
}
.advantage .advantage-item .swiper-page div.next {
    right:5%;
}
@media screen and (max-width:1024px){
.advantage {
    position: relative;
    padding:5% 0;
    background-image: -webkit-linear-gradient(top,#fff,#f7f4ef);
}
.advantage .advantage-item {
    margin:2% 0 0 0;
}
.advantage .advantage-item ul li {
    background: #fff;
}
.advantage .advantage-item ul li .photo {
    width:100%;
}
.advantage .advantage-item ul li .photo img {
    width:100%;
}
.advantage .advantage-item ul li .word {
    width:100%;
    padding:8% 5%;
}
.advantage .advantage-item ul li .word h3 {
    font-size: 18px;
    margin-bottom: 2%;
}
.advantage .advantage-item ul li .word h4 {
    font-size:18px;
    margin:0 0 2% 0;
}
.advantage .advantage-item ul li .word hr {
    width: 30px;
    height: 30px;
    background: url(../images/vi-icon.svg) no-repeat center center/20px;
    margin:4%  0;
}
.advantage .advantage-item ul li .word p {
    font-size: 14px;
    line-height: 1.8;
}

.advantage .advantage-item .swiper-page {
    position: absolute;
    z-index: 1;
    width: 100px;
    bottom: 5%;
    left: 5%;
    padding: 50px;
}
.advantage .advantage-item .swiper-page div{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(left,#e6002d,#f44549);
    font-size: 16px;
    color:#fff;
    text-align: center;
    font-family: '宋体';
    cursor:pointer;
}
.advantage .advantage-item .swiper-page div.prev {
    left:5%;
}
.advantage .advantage-item .swiper-page div.next {
    right:5%;
}
}
/*8大攻守之道 END*/


/*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:10%;
    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大支持*/


/*营销培训*/
.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;
}


/*工程案例*/
.buss {
    padding:3% 0 0 0;
    background:#f6f6f6;
}
.buss .buss-item {
    position: relative;
    padding:3% 0;
}
.buss .buss-item .swiper-buss {
    overflow: hidden;
}
.buss .buss-item ul li {
    background: #fff;
    overflow: hidden;
}
.buss .buss-item .photo {
    position: relative;
    float: left;
    width: 50%;
}
.buss .buss-item .photo img {
    width: 100%;
}
.buss .buss-item .photo a .play {
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    width:60px;
    height:60px;
    border-radius: 50%;
}
.buss .buss-item .photo a .play::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: -10;
    background: #fff;
    opacity: 0.5;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.buss .buss-item .photo a .play::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e6002d url(../images/join/play.svg) no-repeat center center/30px;
}
.buss .buss-item .word {
    position:relative;
    float: right;
    width: 50%;
    padding:5% 5%;
}
.buss .buss-item .word::before{
    content: "";
    position: absolute;
    top:0;
    right:0;
    width: 0;
    height: 0;
    border-top: 50px solid #e6002d;
    border-left:50px solid transparent;
}
.buss .buss-item .word h1 {
    font-size: 30px;
    color:#e6002d;
    font-weight: bold;
    margin:0 0 2% 0;
}
.buss .buss-item .word h2 {
    font-size: 18px;
    color:#888;
    margin:0 0 2% 0;
}
.buss .buss-item .word h2::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/join/buss-add-icon.svg) no-repeat center center/20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.buss .buss-item .word h3 {
    font-size: 20px;
    color:#2d2926;
    line-height: 1.8;
    font-weight: bold;
    margin:0 0 2% 0;
}

.buss .buss-item .content {
    height:200px;
    padding: 30px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.buss .buss-item .content p {
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    text-indent: 2em;
    margin:10px 0 0 0;
}
.buss .buss-item .go {
    margin:20px 0 0 0;
}
.buss .swiper-page {
    position:absolute;
    width:100%;
    bottom:50%;
    padding:50px;
}
.buss .swiper-page div{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#e4002b;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
    cursor: pointer;
}
.buss .swiper-page div.prev {
    left:2%;
}
.buss .swiper-page div.next {
    right:2%;
}
.buss .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:1px solid #ccc;
    margin: 0 5px !important;
}
.buss .swiper-pagination-bullet-active {
    border: 2px solid #e4002b;
}
@media screen and (max-width:1024px){
.buss {
    padding:3% 0 0 0;
    background:#f6f6f6;
}
.buss .buss-item {
    position: relative;
    padding:3% 0;
}
.buss .buss-item .swiper-buss {
    overflow: hidden;
}
.buss .buss-item ul li {
    background: #fff;
    overflow: hidden;
}
.buss .buss-item .photo {
    float: left;
    width: 100%;
}
.buss .buss-item .photo img {
    width: 100%;
}
.buss .buss-item .word {
    position:relative;
    float: right;
    width: 100%;
    padding:5% 5%;
}
.buss .buss-item .word::before{
    content: "";
    position: absolute;
    top:0;
    right:0;
    width: 0;
    height: 0;
    border-top: 20px solid #e6002d;
    border-left:20px solid transparent;
}
.buss .buss-item .word h1 {
    font-size: 20px;
    margin:0 0 2% 0;
}
.buss .buss-item .word h2 {
    font-size: 14px;
    margin:0 0 2% 0;
}
.buss .buss-item .word h2::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/join/buss-add-icon.svg) no-repeat center center/14px;
    margin: 0 2px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.buss .buss-item .word h3 {
    font-size: 16px;
    color:#2d2926;
    line-height: 1.8;
    font-weight: bold;
    margin:0 0 2% 0;
}

.buss .buss-item .content {
    height:200px;
    padding: 30px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.buss .buss-item .content p {
    font-size: 14px;
    line-height: 1.8;
    margin:10px 0 0 0;
}
.buss .buss-item .go {
    margin:20px 0 0 0;
}
.buss .buss-item .go a {
    width: 100%;
}
.buss .swiper-page {
    position:absolute;
    width:100%;
    bottom:50%;
    padding:50px;
}
.buss .swiper-page div{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#e4002b;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
    cursor: pointer;
}
.buss .swiper-page div.prev {
    left:5%;
}
.buss .swiper-page div.next {
    right:5%;
}
.buss .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:1px solid #ccc;
    margin: 0 5px !important;
}
.buss .swiper-pagination-bullet-active {
    border: 2px solid #e4002b;
}
}
/*工程案例 end*/

/*定制留言*/
.apply {
    margin-bottom: 5%;
}

.apply-item {
    overflow: hidden;
    background: #fff;
}
.apply .photo{
    width: 50%;
    position: relative;

}
.apply .photo img {
    width: 100%;

}
.apply .photo:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,#3a3332,#080404);
    z-index: 1;
    transition: all 0.3s;
}
.apply .photo .word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.apply .photo .word h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
}
.apply .photo .word h4 {
  font-size: 20px;
  color:#fff;
  line-height: 1.8;
  font-family: 'Futura';
  text-transform: uppercase;
  margin-top: 10%;
  font-style: normal;
}
@media screen and (max-width:1024px){
.apply .photo{
    width: 100%;
}
.apply .photo .word {
}
.apply .photo .word h2 {
  font-size: 18px;
}
.apply .photo .word h4 {
  font-size: 14px;
}
}

/*申请留言*/
.apply-box {
	width:50%;
	padding:5%;
}
.apply-box .tit {
	margin-bottom:40px;
}
.apply-box .tit .p1 {
	font-size: 28px;
    color: #000;
    font-weight: bold;
}
.apply-box .tit .p2 {
	font-size: 16px;
    color: #666;
	margin:20px 0;
}
.apply-box .tit .p2 span {
	color: #e62129;
	font-weight:bold;
	padding:0 5px;
}
.apply-box .tit .p3 {
	font-size:14px;
	color:#666;
}
.apply-box .con {
	overflow:hidden;
}
.apply-box .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;
}

.apply-box .con .name ,.apply-box .con .telephone{
	width: 47.5%;
    margin: 5px 2.5% 5px 0;
}
.apply-box .con .address{
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
.apply-box .con .content {
	width: 100%;
	height:100px;
	margin: 5px 2.5% 5px 0;
	line-height: 18px;
}
.apply-box .con .bottom {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 120px;
    line-height: 40px;
    margin: 20px 0;
    padding: 0;
    border-radius: 2px;
    background: linear-gradient(to right, #e6002d  50%, #f44549 100%);
    
}
.apply-box .tit .p3 {
	font-size:14px;
}


@media only screen and (max-width: 1024px) and (min-width: 0){
.apply-box {
	margin:10% 0 0 0;
	width:100%;
	padding: 5%;
}
.apply-box .tit {
	margin-bottom:30px;
}
.apply-box .tit .p1 {
	font-size: 18px;
}
.apply-box .tit .p2 {
	font-size: 14px;
}
.apply-box .tit .p2 span {

}
.apply-box .con .bottom {
    max-width: 1000px;
}
}