
/*nav*/
#nav-side{
	width: 50%;
	background-color: #fff;
	color: #323232;
	padding-left: 0;
}

#nav-side li a span img{
	margin-left: 25%;
	
}
#nav-side li{
	background: #fff;
}
#nav-side i{
	color: #8d8d8d;
}
#nav-side i img{
	width: 7px;
}
#nav-side img{
	width: 50%;
}
#nav-side .d-firstNav{
	background: #fff;
}
#nav-side .d-secondNav{
	background: #fff;
}
#nav-side .s-secondItem a{
	background-color: #fff;
	color: #7e7e7e;
}
#nav-side .s-secondItem a span{
	background-color: #fff;
	color: #7e7e7e;
}
.s-side .d-firstNav span{
	color: #323232;
}
.s-side .d-firstNav span a{
	color: #323232!important;
}
#nav-side .s-thirdItem a{
	background-color: #fff;
	color: #323232;
}
#nav-side ul>li:first-child{
	border: none;
}
.header-yd-one{
	width: 20%;
}
.header-yd a div{
	line-height: 3rem;
}
@media all and (min-width:768px){
	.header-yd{
		display: none;
	}
}
@media all and (max-width:320px){
	.header-yd{
		display: none;
	}
	.isbloak{
		display: none;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	
	.isbloak{
		display: none;
	}
}
@media all and (min-width: 320px) and (max-width: 1024px){

	
	.header-yd{
		width: 100%;
		height: 7.375rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-yd-one img{
		width: 41%;
		margin-left: 1.5rem;
	}
	
	.header-yd-tow{
		width: 50%;
	}
	
	.header-yd-tow img{
		width: 20%;
	}
	
	.header-yd-tow a{
		display: flex;
	    align-items: center;
	    /*justify-content: center;*/
	   margin-left: 6%;
	}

	.header-yd a:nth-child(3){
		width: 8.75rem;
		height: 3rem;
		text-align: center;
		line-height: 3rem;
		/*border: 0.0625rem solid #0da7ee;*/
		border-radius: 20px;
		margin-right: 1.5rem;
		font-size: 1.0625rem;
		color: #008bb0;
	}
	.info-con{
		width: 100%;
		height: 15rem;
		flex-wrap: wrap;
		background: #666666;
	}
	.info-men{
		width: 50%;
		flex-wrap: nowrap;
	}
	.info-men img{
		margin-left:2rem;
	}
	.about{
		width: 100%;
		height: auto;
		margin-top: 1.25rem;
		min-height: auto;
		display: flex;
		flex-direction:column;
		align-items: center;
	}
	.about-img{
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.about-con{
		height: auto;
	}
	.about-right{
		height: auto;
		width: 95%;
	}
	.about-con p:nth-child(2){
		line-height: 1.5em;
	}
	.menu-x p:nth-child(1){
		font-size: 4rem;
	}
	.menu-x p:nth-child(2){
		line-height: 1.5em;
		font-size: 4rem;
	}
	.menu-x a li{
		font-size: 4rem;
		height: 2em;
	}
	.about-con a span{
		font-size: 3rem;
	}
	.read-more{
		font-size: 3rem;
	}
  .header-yd form{
  	    margin-right: 7%;
  }
	.header-yd form input{
 		display:none;
  	}
  
}



.isbloak{
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.6);
	position: fixed;
	left: -0;top: 0;
	z-index: 50;
	display: none;
}
.isbloak_left{
	width: 50%;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	left: -100%;top: 0;
}
.first:hover{
	border-left: 5px solid #0da7ee;
}
.d-firstNav{
	padding-left: 15%;
}

@media (max-width: 475px){
}