.ab {
	padding: 80px 0;
}

.ab>div {
	font-size: 0;
}

.ab_m {
	font-size: 18px;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}

.ab_m>p:nth-child(n+2) {
	line-height: 2;
	text-indent: 2em;
}

.ab img {
	width: 40%;
}

.advan {
	padding-bottom: 80px;
}

.advan ul {
	overflow: hidden;
	padding-bottom: 5px;
}

.advan li {
	font-size: 16px;
	width: calc((100% - 90px) / 4);
	display: flex;
	flex-direction: column;
	height: 280px;
	background-color: #376DCA;
	float: left;
	margin: 30px 0 0 30px;
	justify-content: center;
	align-items: center;
	padding: 30px;
	box-shadow: 5px 5px 5px #7c9cd4;
}

.advan li img {
	height: 60px;
	width: auto !important;
}

.advan li:nth-child(1) {
	margin-left: 0;
}

.advan li p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	color: #fff;
}

.hidep {
	text-align: center;
	color: #fff;
}

.team {
	padding-bottom: 80px;
}

.team ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}

.num {
	height: 180px;
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 6px solid #376DCA;
	font-size: 50px;
	font-weight: bold;
	border-radius: 50%;
	color: #376DCA;
}

.num span {
	font-size: 20px;
	margin-top: 20px;
	color: #1a1a1a;
}

.team ul li p {
	margin-top: 10px;
}
.h_list > li{
	margin-bottom: 15px;
}
.h_list ul{
	font-size: 0;
	display: none;
}
.h_list li li{
	font-size: 16px;
}

.h_list li li {
	width: calc((100% - 120px) / 4);
	margin: 40px 0 0 40px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.h_list li li:nth-child(4n+1){
	margin-left: 0;
}
.imgdiv {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgdiv img {
	max-width: 100%;
	max-height: 100%;
}
.toggle{
	background-color: #376DCA;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	position: relative;
}
.tog_click{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.tog_click div{
	position: absolute;
	background-color: #fff;
}
.tog_click div:nth-child(1){
	height: 16px;
	width: 2px;
}
.tog_click div:nth-child(2){
	width: 16px;
	height: 2px;
}
.tog div:nth-child(1){
	display: none!important;
}
.kh{
	padding: 80px 0;
}
.kh img{
	max-width: 100%;
}
@media (max-width:768px) {
	.team{
		display: none;
	}
	.ab{
		padding: 15px;
	}
	.ab_m{
		width: 100%;
		padding: 0;
	}
	.ab img{
		display: block;
		width: 80%;
		margin: 15px auto;
	}
	.advan{
		padding: 0 15px;
	}
	.advan li{
		width: calc((100% - 15px) / 2);
		margin: 15px 0 0 15px!important;
		padding: 10px;
		font-size: 14px;
	}
	.advan li:nth-child(2n+1){
		margin-left: 0!important;
	}
	.horno{
		padding: 15px;
	}
	.imgdiv{
		height: 120px;
	}
	.h_list li li{
		width: calc((100% - 15px) / 2);
		margin: 15px 0 0 15px!important;
	}
	.h_list li li:nth-child(2n+1){
		margin-left: 0!important;
	}
	.kh{
		padding: 15px 0;
	}
}