
#menu{
	display: flex;
	flex-direction: column;
	top: 121px;
	left: unset;
}
#menu li.active{
	background: unset;
}
#menu li{
	
	background: unset;
}
#menu li.active a{
	padding-bottom: 139px;
	color:  #333 !important;
}
#menu li:hover{
	background: unset;
}

.menu_tit{
	display: inline-block;
	font-weight: 600;
	color: #000000;
	font-size: 28px;
	/* font-size: 36px; */
	font-family: 'AkrobatSemiBold';
	border-bottom:1px solid #E01A22;
	padding-bottom: 39px;
}

#menu li a{
	display: inline-block !important;
	color:#ACACAC;
	font-family: 'AkrobatRegular';
	font-size: 16px;
}
#menu li a span:first-child{
	padding-right: 30px;
}


.solution_head>div:first-child{
	font-size: 36px;
	font-family: 'AkrobatSemiBold';
	font-weight: 600;
	color: #000000;
	text-align: left;
}


.about_ul ul{
	padding-top: 20px;
	width: 80%;
	padding-bottom: 16px;
	display: flex;
	border-bottom: 1px solid #E9E9E9;
}
.about_ul ul li{
	padding-right: 10px;
	font-family: "AkrobatRegular";
}
.about_ul ul  i{
	padding-right: 10px;
}
.about_ul ul li:last-child{
	color: #E01A22;
}

.job_head{
	justify-content: space-between;
	display: flex;
	padding-bottom: 29px;
	border-bottom: 1px solid #E9E9E9;
}
.job_right{
	align-items: center;
	display: flex;
}
.job_box{
	/* padding-top: 100px; */
	padding-top: 45px;
	width: 80%;
}
.job_right>div{
	margin-right: 27px;
	
	font-family: 'Medium';
}
.job_right>div:last-child{
	margin-right: 0;
}
.job_tit{
	font-size: 24px;
	/* font-weight: bold; */
	position: relative;
	padding-left: 30px;
	
	font-family: 'Medium';
}
.job_tit::before{
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 30px;
	border-radius: 20px;
	background: #E01A22;
}
.job_right>div img{
	margin-right: 10px;
}
.job_text{
	padding-top: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 25px;
	text-align: left;
	
	font-family: 'Medium';
}
.job_p p{
	padding-bottom: 10px;
	text-align: left;
	/* width: 80%; */
	margin: unset;
	color: #333;
	font-size: 16px;
	line-height: 23px;
	
	font-family: "AkrobatRegular";
}
.job_body{
	display: none;
	/* padding-top: 80px; */
	padding-top: 5px;
}

.a1_wrap{
	display: flex;
	justify-content: space-between;
}
.a1_body>div:last-child{
	padding-bottom: 100px;
}
.a1_body{
	width: 75%;
	padding-top: 40px;
	
}


@media screen and (max-width:1370px) {

.a1_body{
padding-top: 20px;
padding-bottom: 50px;
}


.solution_head>div:first-child{
	font-size: 23px;
}
.about_ul ul {
    padding-top: 15px;
    padding-bottom: 10px;
font-size: 12px;
}

.job_tit {
    font-size: 18px;
    padding-left: 20px;
}
.job_right>div{
font-size: 12px;
}
.job_head{
padding-bottom: 20px;
}


.job_text{
padding-top: 30px;
   padding-bottom: 20px;
    font-size: 16px;
}


.job_p p{
font-size: 12px;
}

}



@media screen and (max-width:769px) {
	.a1_body{
	    width: 95%;
	    margin: auto;
	    margin-left: auto !important;
	    margin-top: 1rem;
	}
	.job_head{
		flex-direction: column;
	}
	.job_tit{
		padding-bottom: .3rem;
	}
	.job_box{
		width: 100%;
	}
	.job_p p{
		width: 100%;
	}
}