html body{
	font-family: 'Microsoft YaHei';
	padding-top: 95px;
}
 .wow { visibility: hidden; }
.top_select{
	position: fixed;
	top:0px;
	z-index: 999;
	margin-top: 20px;
	height: 74px;
	left: 0;
	right: 0;
	/*background-color: #aaa;*/
	display: flex;
}


.top_t_box{
	top: -20px;
	height: 20px;
	width: 100%;
	position: absolute;
}
.t_t_center{
	width: 1200px;
	margin: 0 auto 0;
	height: 20px;
}
.top_select::before{
	top: -20px;
	z-index: -1;
	background: inherit;
	content: "";
	position: absolute;
	height: 95px;
	width: 100%;
	background: rgba(255, 255, 255, .8);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}


.logo{
	align-self: center;
	min-width: 183px;
	height: 43px;
	/*margin-left: 10%;*/
	/*width: 100%;*/
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}
.logo img{
	height: : 100%;
}
.select_view{
	flex-grow: 2;
	/*width: 100%;*/
	height: 75px;
	/*background-color: #bbb;*/
	/*margin-left: 380px;*/
	display: flex;
}
.link_sel{
	flex-grow: 4;
	/*width: 100%;*/
	min-width: 600px;
	height: 75px;
	line-height: 100px;
	max-width: 750px;
	display: flex;
	justify-content: space-around;
	/*background-color: #fff;*/
}
.link_sel a{ 
	line-height: 75px;
	min-width: 64px;
	font-size: 16px;
	color:#333333;
	display: block;
	/*background-color: #aaa;*/
	text-decoration: none;
	box-sizing: border-box;
}
.link_sel .active{
	height: 75px;
	box-sizing: border-box;
	border-style: none none solid none;
	border-width: 2px;
	border-color: #2283F6;
}
.call_phone{
	width: 148px;
	font-size: 18px;
	align-self: center;
	text-align: center;
	font-weight: 900;
	text-indent: 8px;
	height: 30px;
	min-width: 140px;
	border-style: none none none solid;
	box-sizing: border-box;
	line-height: 30px;
	border-width: 2px;
	border-color: #333333;
}
.fll{
	background-color: #fff;
}
h1,h2,h3{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	/*display: block;*/
    /*font-size: 1.5em;*/
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /*font-weight: bold;*/
}