.scroll_contatiner {
	width: 100%;
	height: 100%;
	background-color: #fff;
}


.scroll_contatiner .yihua_header {
	width: 75rem;
	height: 8.875rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.yihua_navbar {
     max-width: 100%; 
     width: 75rem; 
     background-color: #FFFFFF; 
     display: inline-block; 
     margin: 0 auto; 
}

.scroll_contatiner .yihua_header .phone_nav {
	display: none;
}

.yihua_header .logo {
	width: 34.0625rem;
	height: auto;
}

.yihua_header .hotline {
    width: auto;
    display: inline-block; 
}

.yihua_header .hotline .language {
	text-align: right;
}

.yihua_header .hotline .language a {
	font-size: 1.125rem;
	color: #AAAAAA;
	font-family: Microsoft YaHei;
}

.yihua_header .hotline .language span {
	font-size: 1.125rem;
	color: #AAAAAA;
	font-family: Microsoft YaHei;
	margin: 0 1.25rem;
}

.yihua_header .hotline .language .language_default {
	font-size: 1.125rem;
	color: #00479D;
	font-family: Microsoft YaHei;
}

.yihua_header .hotline .phone {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #00479D;
	margin-top: 1.875rem;
	text-align: right;
}

.yihua_navbar {
	width: 100%;
	min-width: 75rem;
	height: 5.0625rem;
	background-color: #00479D;
}

.yihua_navbar ul {
	width: 75rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.yihua_navbar ul li {
    width: auto;
}

.yihua_navbar ul li a {
	width: auto;
	height: 5.0625rem;
	padding: 0 1.875rem;
	text-align: center;
	line-height: 5.0625rem;
	font-size: 1.1875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
}

.yihua_navbar ul li:hover {
	font-size: 1.25rem !important;
	font-family: Microsoft YaHei !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	background: #0068B7 !important;
	cursor: pointer;
}

.yihua_navbar ul li:hover a {
	font-size: 1.25rem;
	font-size: 1.1875rem;
	color: #FFFFFF;
	font-weight: bold !important;
	cursor: pointer;
}
.yihua_navbar ul li:hover a span{
	/*font-size: 1.25rem;*/
	font-size: 1.2rem;
	/*transform: scale(1.2);*/
}
.yihua_navbar ul .hover {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	background: #0068B7;
	cursor: pointer;
}