
/*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(https://www.gzhotech.com/template/pc/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(https://www.gzhotech.com/template/pc/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(https://www.gzhotech.com/template/pc/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(https://www.gzhotech.com/template/pc/images/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/


/*标题*/
.join-bigtitle{
	color: #ce302c;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.join-subtitle{
	text-align: center;
    color: #555555;
    font-size: 18px;    
	margin: 30px 0 50px 0;
}
@media screen and (max-width:1024px){
	.join-bigtitle{
		color: #ce302c;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.join-subtitle{
		text-align: center;
	    color: #555555;
	    font-size: 14px;    
		margin: 10px 0 20px 0;;
	}
}

/* 选品牌*/
.selectbrand{
	padding: 4% 0 0 0;
	position: relative;
	width: 100%;
}
.selectbrand span{
	display: block;
    text-align: center;
    font-size: 44px;
    color: #333;
	font-weight: bold;
}
.selectbrand i{    
	color: #ce302c;
    font-weight: bold;
    font-style: normal;
    margin-left: 33px;
	
}
.selectbrand li:hover p{
    color: #fff;
}
.selectbrand ul{ 
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.selectbrand li{
    width: 25%;
	border: 1px solid #f8f8f8;
}
.brand_word{
	
}
.selectbrand ul li p{    
    font-size: 24px;
    font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.selectbrand ul li p:nth-child(2){     
	margin-top: 21px;
	margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 25px;
    line-height: 26px;
}
.selectbrand ul li{
	padding: 2%;
}
.selectbrand ul li .brand_icon1{
	background: url("../image/brandpart1.png") no-repeat center center/30%;
	width:100%;
	height: 150px;
}
.selectbrand ul li .brand_icon2{
	background: url("../image/brandpart2.png") no-repeat center center/30%;
	width:100%;
	height: 150px;
}
.selectbrand ul li .brand_icon3{
	background: url("../image/brandpart3.png") no-repeat center center/30%;
	width:100%;
	height: 150px;
}
.selectbrand ul li .brand_icon4{
	background: url("../image/brandpart4.png") no-repeat center center/30%;
	width:100%;
	height: 150px;
}
.selectbrand ul li .brand_icon5{
	background: url("../image/brandpart5.png") no-repeat center center/30%;
	width:100%;
	height: 150px;
}
.selectbrand ul li:hover{
	background-color: #333;
}
.selectbrand ul li:hover .brand_icon1{
	background: url("../image/brandpart1-selected.png") no-repeat center center/30%;
}
.selectbrand ul li:hover .brand_icon2{
	background: url("../image/brandpart2-selected.png") no-repeat center center/30%;
}
.selectbrand ul li:hover .brand_icon3{
	background: url("../image/brandpart3-selected.png") no-repeat center center/30%;
}
.selectbrand ul li:hover .brand_icon4{
	background: url("../image/brandpart4-selected.png") no-repeat center center/30%;
}
.selectbrand ul li:hover .brand_icon5{
	background: url("../image/brandpart5-selected.png") no-repeat center center/30%;
}
@media screen and (max-width:1024px){
	.selectbrand{
		margin: 20% 0 10% 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.selectbrand span{
		display: block;
	    text-align: center;
	    font-size: 20px;
	    color: #3a3a3a;
	}
	.selectbrand i{    
		color: #ce302c;
	    font-weight: bold;
	    font-style: normal;
	    margin-left: 10px;
	}
	.selectbrand p{
		text-align: center;
	    color: #555555;
	    font-size: 16px;    
		margin-top: 10px;
	}
	.selectbrand li:hover p{
	    color: #fff;
	}
	.selectbrand ul{ 
		display: block;
	}
	.selectbrand ul li{
		display: block;
		text-align: center;
		float: left;
		width: 100%;
		padding: 0;
	}
	.selectbrand ul li p{    
		margin-top: 10px;
	    font-size: 14px;
	    font-weight: bold;
	}
	.selectbrand ul li p:nth-child(2){     
		margin-top: 5px;
		margin-bottom: 20px;
	    font-size: 12px;
	    font-weight: normal;
	    padding: 0 15px;
	    line-height: 20px;
	}
	
	.selectbrand ul li img{
		width: 30%;
	}
	.selectbrand ul li .brand_icon1{		
		height: 50px;
		background-size: 14%;
	}
	.selectbrand ul li .brand_icon2{		
		height: 50px;
		background-size: 14%;
	}
	.selectbrand ul li .brand_icon3{		
		height: 50px;
		background-size: 14%;
	}
	.selectbrand ul li .brand_icon4{		
		height: 50px;
		background-size: 14%;
	}
	.selectbrand ul li .brand_icon5{		
		height: 50px;
		background-size: 14%;
	}
}
/* 选品牌end */

/* 6大经销渠道挣钱 */
.sell{
	padding: 8% 0;
	background:#f7f7f7;
}
.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:16.66%;
    padding:4% 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#4b1d0a,#ce302c);
}
.marketing-item .marketing-swiper ul li:nth-child(even) {
    background-image: -webkit-linear-gradient(top,#ce302c,#4b1d0a);
}

.marketing-item .marketing-swiper ul li:hover {
   background-image: linear-gradient(to top,#1f1a17 0,#1f1a17 100%);
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow:hidden;
    border:1px solid rgba(222,222, 222, 0.2);
    font-style: normal;
}
.marketing-item .marketing-swiper ul li i h4 {
    font-size: 28px;
    color:#fff;
	font-family: 'Futura-Medium';
	line-height: 1.8;
	text-align: center;
}
.marketing-item .marketing-swiper ul li h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Futura-Medium';
	line-height: 35px;
    margin:28px;
	height: 100px;
}

@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:40px;
		height:40px;
		border-radius: 50%;
	}
	.marketing-item .marketing-swiper ul li h4 {
		font-size: 12px;
		margin:-5px 0 0 0;
	}
	.marketing-item .marketing-swiper ul li h5 {
		opacity:0.8;
		font-size: 16px;
		margin:10px;
	}

	.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;
	}
}
/*6大经销渠道挣钱end*/

/* 完善的产品体系 */
.products{
	margin: 8% 0;
}
.products .products-box{
	margin: 0 auto;
}
.products .products-box ul{}
.products .products-box ul li{
	position: relative;
	float:left;
	width: 25%;
	padding:1%;
	overflow: hidden;
}
.products .products-box ul li .photo{
	overflow: hidden;
	position: relative;
}

.products .products-box ul li .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
}
.products .products-box ul li .photo::after{
	content: "";
	width: 100%;
	height: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.3) 0,rgba(0,0,0,.0) 100%);
}
.products .products-box ul li:hover .photo img{
    transform: scale(1.05);
}
.products .products-box ul li .word{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	padding: 11%;
}
.products .products-box ul li .word h5{
	margin: 5%;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	font-family: 'Futura-Medium';
}
.products .products-box ul li .word h3{
	color: #fff;
	font-size: 32px;
	margin: 5%;
}
@media screen and (max-width:1024px) {
	.products{
		margin: 15% 0;
	}
	.products .products-box{		
		margin: 0 auto;
	}
	.products .products-box ul{}
	.products .products-box ul li{		
		width: 50%;		
	}
	.products .products-box ul li img{
	}
	.products .products-box ul li .word{
	}
	.products .products-box ul li .word h5{
		font-size: 14px;
	}
	.products .products-box ul li .word h3{
		font-size: 18px;		
	}
}
/* 完善的产品体系end */

/* 2000平米培训基地，手把手教您做生意 */
.trainingbase{
	/*background-color: #0067cf;*/
	/*background-image: -webkit-linear-gradient(top,#ce302c,#1f1a17);*/
	padding: 4% 0;
}
/*.trainingbase .join-bigtitle{*/
/*	color: #fff;*/
/*}*/
/*.trainingbase .join-subtitle{*/
/*	color: #fff;*/
/*}*/
.trainingbase-word{	
}
.trainingbase-content{
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.trainingbase-content .img{
	width: 30%;
	/*padding: 2%;*/
}
.trainingbase-content img{
	width: 100%;
}
.trainingbase-word{
	position: absolute;
	top: 10%;
	left: 37%;
}
.trainingbase-content .trainingbase-word div{
	font-size:20px;
	line-height:70px;
	/*color:#fff;*/
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.trainingbase-content .trainingbase-word div:last-child{
	line-height:50px;
}
.trainingbase-content .trainingbase-word div::before{
	content: "√";
	background-color: #ce302c;
	border-radius: 50%;
	margin: 10px;
	padding: 10px;
	font-family: "宋体";
	color: #FFFFFF;
}
.trainingbase-content .trainingbase-word div:last-child::before{
	content: "";
	display: none;
}
@media screen and (max-width:1024px) {
	.trainingbase {
		padding: 4% 0 0 0;
	}
	.pt0{
		padding-top: 0;
	}
	.trainingbase .join-bigtitle{
		width: 80%;
		margin: 0 auto;
	}
	.trainingbase .join-subtitle{
	}
	.trainingbase-word{	
	}
	.trainingbase-content{
		position: relative;
		margin: 0 auto;
		text-align: center;
	}
	.trainingbase-content .img{
		width: 100%;
		padding: 2%;
	}
	.trainingbase-content img{
		width: 100%;
	}
	.trainingbase-word{
		position: relative;
		top: 0;
		left: 0;
		margin: 20px 5px;
		float: none;
	}
	.trainingbase-content .trainingbase-word div{ 		
		font-size:14px; 
		line-height:40px;
		text-align: left;
	}
	.trainingbase-content .trainingbase-word div:last-child{
		line-height:35px;
	}
	.trainingbase-content .trainingbase-word div::before{
		content: "√";
		background-color: #ce302c;
		border-radius: 50%;
		margin: 10px;
		padding: 6px;
		font-size: 12px;
	}
	
}
/* 2000平米培训基地，手把手教您做生意end */

/*更有8大加盟营销支持*/
.marketing-support {
	padding: 3% 0;
	background-color: #f8f8f8;
}
.marketing-support .marketing-support-item{
	padding: 5% 0;
}
.marketing-support .marketing-support-item .support-box{
	margin: 0 auto;
	text-align: center;
}
.marketing-support .marketing-support-item ul{ 
	display: block;
	overflow:hidden; 
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.marketing-support .marketing-support-item li{ 
	width:23%; 
	margin:1%; 
	background-color:#fff; 
	float:left;
}
.marketing-support li img{ 
	width: 20%;
	max-width: 60px;
	margin:50px auto 20px auto;
}
.marketing-support li div{
	height: 150px;
}
.marketing-support li div p{ 
	margin:0 auto; 
	width:80%; 
	text-align:center; 
	font-size:16px; 
	color:#666; 
	line-height:1.8;
	
}
@media screen and (max-width:1024px){
	.marketing-support {
	}
	.marketing-support .marketing-support-item{
		padding: 5% 0;
	}
	.marketing-support .marketing-support-item .support-box{}
	.marketing-support .marketing-support-item ul{}
	.marketing-support .marketing-support-item li{ 
		width:48%; 
	}
	.marketing-support li:hover{}
	.marketing-support li img{}
	.marketing-support li p{ 	
		font-size:14px; 	
	}
}
/*更有8大加盟营销支持end*/

/*定制留言*/
.apply {
    padding: 5% 0;
    background: #f7f7f7;
}

.apply-item {
    overflow: hidden;
    background: #f3f3f3;
}
.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:100%;
	padding:5%;
}
.apply-box .tit {
	margin-bottom:40px;
}
.apply-box .tit .p1 {
	font-size: 28px;
    color: #000;
}
.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;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    width: 160px;
    margin:30px 0 0 0;
    line-height: 44px;
    border-radius: 42px;
    border: 2px solid #ce302c;
    background: #ce302c;
    z-index: 0;
}
.apply-box .con .bottom:hover {
    background-image: -webkit-linear-gradient(top,#ce302c,#ce302c);
    border: 2px solid #ce302c;
    box-shadow: 0 10px 6px 0 rgb(199 49 94 / 10%);
}
.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;
}
}