
.img_banner{
	width: 100%;
	height: auto;
}
.col-xs-1-8,.col-sm-1-8,.col-md-1-8,.col-lg-1-8 {
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top:5px;
  position: relative;
}
 
.col-md-1-8 {
  width: 12.5%;
  float: left;
}
.mar_top_20{
	margin-top: 10px;
}
.but_t{
	width:100%;
	float: left;
	display: block;
	color: #fff;
	line-height: 200%;
	border-radius: 4px;
	text-align: center;
}
.but_t:hover{
	color:aliceblue;
	text-decoration-line: none;
}
.cor_1{background: #FF91E2;}
.cor_2{background: #91E5FF;}
.cor_3{background: #FFAA69;}
.cor_4{background: #91C8FF;}
.cor_5{background: #DA91FF;}

.zzggg a:nth-child(1) {background-color: #840228;}
.zzggg a:nth-child(2) {background-color: #008792;}
.zzggg a:nth-child(3) {background-color: #28a745;}
.zzggg a:nth-child(4) {background-color: #008792;}
.zzggg a:nth-child(5) {background-color: #28a745;}
.zzggg a:nth-child(6) {background-color: #008792;}
.zzggg a:nth-child(7) {background-color: #28a745;}
.zzggg a:nth-child(8){background-color: #008792;}
.zzggg a:nth-child(9) {background-color: #28a745;}
.zzggg a:nth-child(10) {background-color: #008792;}
.zzggg a:hover{background:#FF2805;color:#FFF}



.top{
	position: absolute;
	z-index: 2;
	width: 100%;
	background: #ffffff30;
	font-size: .6rem;
	color: #fff;
	
}
h6{
	margin:4px 0;
	text-align: center;
	line-height: 120%;
}
.bg_h{
	background: #F5F5F5;
	width: 100%;
	border-radius: 10px;
	padding: 6px 0 20px 0;
	text-align: center;
	overflow: hidden;
}

.bg_h img{
	width: 96%;
	
}
.bg_h h5{
	margin-left: 20px;
	text-align: left;
	font-weight: 500;
}
.but_tj{
	width:100%;
	line-height: 200%;
	background: #09ABFC;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	border: 0;
	border-radius: 6px;
}
.ckad{
	color: #09ABFC;
	display: block;
	text-decoration-line:underline;
	padding: 20px 0;
}
.tck{
	visibility: hidden;
}
.tckxs{
	visibility:visible;
}
h4{
	background:#2E2E2E;
	color: #fff;
	padding: 10px;
	margin: 0;
}
#dv{
	box-shadow: 10px 10px 10px #888888;
}
#dv p,#dv h6,#dv h5{
	padding: 10px 20px 0 20px;
}
#dv h6{
	color: #FF0004;
	text-align: left;
}
#dv h5{
	font-weight: 600;
}
.gb_2{
	width:100%;
	text-align: center;
	margin: 10px auto;
}
.gb_2 .but{
	border-radius: 8px;
	background: #0079F6;
	color: #fff;
	padding: 4px 60px;
	border: none;
}
@media (min-width: 768px) {
  .col-sm-1-8 {
    width: 12.5%;
    float: left;
  }
	.but_t{
		width: 100%;
	}
}

	

@media (min-width: 992px) {
  .col-md-1-8 {
    width: 12.5%;
    float: left;
  }
	.but_t{
		width: 100%;
	}
}
 
@media (min-width: 1200px) {
  .col-lg-1-8 {
    width: 12.5%;
    float: left;
  }
	.but_t{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.col-md-1-8{
		width:25%;
	}
	.but_t{
		font-size: 0.8rem;
	}
	.but_tj{
		font-size: 0.5rem;
		line-height: 300%;
	}
	.top{
		visibility: hidden;
	}
}