.gthead{
	width: 100%;
	height: 80px;
}

.gtheadk{
	width: 1470px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.gtimg{
	width: 21.7%;
	height: auto;
	display: flex;
	align-items: center;
}

.gttext{
	width: 67.5%;
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: flex-end;
}

.gttext ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
	font-size: 18px;
    color: #333333;
}

.gttext ul li a{
	padding-left: 8px;
	padding-right: 8px;
}

.gttext ul li a{
	display: block;
}

.gttext ul li:hover{
		background-color: #be1e2d;
		color: white;
		cursor: pointer;
}

.gttext ul li:nth-last-child(1):hover {
  background-color: unset;
  color: #333333;
}

.enhong{
	color:#be1e2d;
}

/* 脚步开始 */

.gtfoot{
	width: 100%;
	height: 50px;
	background-color: #353535;
}
.gtfootk{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gtftextxian{
	width: 1px;
	height: 10px;
	background-color: #ffffff;
}
.zcfoot{
	width: 100%;
	height: 50px;
	background-color:#464646;
}
.zcfootk{
	width: 1200px;
	height:auto;
	background-color:#464646;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	line-height: 50px;
	font-size: 12px;
    color: #ffffff;
}

.zcftext1{
	width: 50%;
}

.zcftext2{
	width: 50%;
	text-align: right;
}

/* 证书开始 */
.zsbanner{
	width: 100%;
	height: auto;
	position: relative;
}

.zsbanner img{
	width: 100%;
	height: auto;
}

.zsbannertext{
	position: absolute;
	top: 42%;
	right: 18%;
	display: flex;
	align-items: center;
}
.zsbannertext1{
	    font-size: 48px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		box-shadow: 0px 3px 2px 0px 
			rgba(0, 0, 0, 0.14);
		font-weight: bold;
}
.zsbannertext2{
	width: 100px;
	height: 6px;
	background-color: #ffffff;
	margin-left: 20px;
}


@media (max-width:1470px) {
	.gthead{
		width: 100%;
		height: 80px;
	}
	.gtheadk{
		width: 100%;
		height: 80px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width:1200px) {
	.gtfootk{
		width: 100%;
		height: 50px;
		margin: 0 auto;
		font-size: 18px;
		color: #ffffff;
		line-height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding-left: 8px;
		padding-right: 8px;
	}
	.zcfootk{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.zcftext1{
		width: 100%;
		line-height: 25px;
	}
	
	.zcftext2{
		width: 100%;
		text-align: left;
		line-height: 25px;
	}
	
	
	/* banner */
	.zsbannertext {
	    position: absolute;
	    top: 30%;
	    right: 18%;
	    display: flex;
	    align-items: center;
	}
	
	.zsbannertext1{
		    font-size: 30px;
			font-weight: normal;
			font-stretch: normal;
			line-height: 40px;
			letter-spacing: 0px;
			color: #ffffff;
			box-shadow: 0px 3px 2px 0px 
				rgba(0, 0, 0, 0.14);
			font-weight: bold;
	}
	.zsbannertext2{
		    width: 70px;
		    height: 4px;
		    background-color: #ffffff;
		    margin-left: 20px;
	}
	/* banner */
	
	
	
	
}

@media (max-width:767px) {
    .gtfoot {
        width: 100%;
        height: auto;
        background-color: #353535;
    }
	
	.gtfootk {
	    width: 100%;
	    height: auto;
	   
	}
	.gtftext1{
		width: 33.3%;
		font-size: 14px;
		color: #ffffff;
	    line-height: 25px;
	}
	.gtftextxian{
		display: none;
	}
	
	/* banner */
	.zsbannertext1{
		    font-size: 20px;
			font-weight: normal;
			font-stretch: normal;
			line-height: 40px;
			letter-spacing: 0px;
			color: #ffffff;
			box-shadow: unset;
	}
	.zsbannertext2{
		    width: 40px;
		    height: 4px;
		    background-color: #ffffff;
		    margin-left:10px;
	}
	
	.zsbanner img {
	    width: 100%;
	    height: 100px;
	}
	
	/* banner */
	
}
