html, body{
     font-family: none;
}
.sub_banner .txt .en{
	display: none;
}
.nav ul{
	justify-content: space-between;
}
.nav a{
	font-size: 14px;
}
.nav ul li{
	width: auto;
	   
}
.nav ul li .bar{
	position: relative;
}
.nav ul li .bar{
    font-size: 16px;
}
.headers {
    width: calc(100% - 400px);
}
.header{
	padding: 0px 3%;
}
.nav .dm_menu a:first-child{
	line-height: 30px;
	padding-bottom: 10px;
}
.zc_box .singePage table tr{
	display: flex;
}
.singePage table tr td{
	width: 40%;
}
.box_nav ul li{
	width: 100%;
}
.homeFocus ul li .list .a{
	font-weight: normal;
}
.ylBtn.down span{
	right: 10%;
}

.achie_box .info p{
	line-height: 1.7;
	margin-bottom: 10px;
}
.fsocal{
    width: 300px;
    margin: 0px auto;
 
}

.fsocal .scals ol li {
    margin-left: 10px;
}

.fsocal .scals ul li {
    margin-right: 10px;
}

.fnav {
    width: calc(100% - 300px);
    padding-left: 50px;
}

.fnav ul li .name a{
    font-size: 14px;
}

.fnav ul li a{
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px;
    padding-right: 10px;
}

.fnav::after{
    display: none;
}

@media screen and (max-width: 1440px) {
	.nav .dm_menu a:first-child {
	    font-size: 18px;
	    line-height: 30px;
	    margin-bottom: 5px;
	}
	.nav ul li .bar{
	    font-size: 14px;
	}
}
@media screen and (max-width: 1200px) {
    .fnav{
		display: none;
	}    
}

@media screen and (max-width: 900px) {
	.menu_bar a{
		width: 50%;
		margin-right: 0%;
		text-align: center;
		line-height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		border-right: 1px solid rgba(0, 0, 0, .1);
		padding: 10px;
	}
	.menu_bar a:nth-child(even){
		border-right: none;
	}
	.menu_bar .w1400{
		width: 100%;
	}
	.selec_cooper ul li .txt {
	    font-size: 12px;
	}
	.nav ul li{
		width: 100%;
	}
}