/*公共样式*/
html{
	font-size: 16px;
}
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: "HelveticaLTStd-Light";
	-webkit-font-smoothing:antialiased;
	max-height: 9999999999999999999999px;
}
a{ 
	text-decoration:none; 
	color:#333; 
	display: block;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
img{
	display: block;
	width: 100%;
}
button{
	outline: none;
}

/*头部*/
.up_box{
	padding: .5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.up_logo{
	width: 10rem;
	margin-right: 1rem;
	display: flex;
	align-items: center;
}
.up_logo a{
	width: 5rem;
	margin-right: .875rem;
}
.up_logo p{
	font-size: 1.5rem;
	color: #111;
	text-shadow: 0px 2px 5px #333;
}
.up_text_p1{
	font-size: 1.5rem;
	color: #1c7cf3;
	line-height: 1.875rem;
}
.up_text_p2{
	font-size: .9rem;
	color: #1c7cf3;
	/*margin-left: 2.5rem;*/
}
.up_language{
	display: flex;
}
.up_language div{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin-left: .625rem;
}

/*导航栏*/
.nav_box{
	display: flex;
	flex-wrap: wrap;
	background-color: #4895f3;
}
.nav_box a{
	width: 25%;
	text-align: center;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.5rem;
	color: #fff;
}
.nav_style{
	background-color: #1c7cf3;
}

/*底部*/
.base_box{
	width: 100%;
	background-color: #4895f3;
	padding-top: 1.25rem;
	color: #fff;
}
.base_box a{
	color: #fff;
}
.base_ul{
	height: 3.125rem;
	margin: 0 1.125rem 1.25rem;
	border: 1px solid #85b8f7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.base_ul>li{
	margin: 0 .2rem
}
.base_ul>li a{
	font-size: 1.1rem;
}
.base_div{
	margin: 0 1.125rem;
	display: flex;
	justify-content: space-between;
}
.base_div p{
	font-size: 1rem;
}
.base_p{
	margin: 0 1.125rem;
	font-size: 1rem;
	padding-bottom: 1.25rem;
	display: flex;
}
.base_bq{
	width: 100%;
	height: 4.125rem;
	line-height: 2.0rem;
	background-color: #1c7cf3;
	text-align: center;
	font-size: .875rem;
}
.fs_box img{
	display: inline-block;
}