@charset "utf-8";

html {
	 font-size: 14px; 
	box-sizing: border-box;
}

/*   */
body {
	font-family:"microsoft yahei", Arial, Helvetica,Verdana, Geneva, sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	cursor: default;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
header,
footer,
section,
article,
aside,
nav {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none !important;
}

a:active,
a:hover {
	color: #1B387A;
	text-decoration: none;
}

ul,li,ol{
	list-style: none;
}

input,
textarea {
	outline: none;
	border: 0;
	-webkit-appearance: none;
	outline-color: invert;
	outline-style: none;
	outline-width: 0px;
	border: none;
	border-style: none;
	text-shadow: none;
	-webkit-appearance: none;
	-webkit-user-select: text;
	outline-color: transparent;
	box-shadow: none;

}

img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}


/* 底部 */

.footer{
	color: #fff;
	font-size: 1.6rem;
}
.footer a{
	color: #fff;
}
.footer-top{
	background: #2E67AC;
	 padding:2rem 0; 
}
.footer-bottom{
	background: #1A3582;
	padding:1rem 0;
}
.footer-ewm,.footer-zc{
	text-align: right;
}
.footer-logo-left>div:nth-child(2){
	padding-left: 1rem;
	font-size: 1.6rem;
}
.footer-ewm>h3{
	font-size: 1.6rem;
}
.footer-address>p:nth-child(2){
	margin: 0;
	padding: 0;
}
@media (min-width:768px) {
	.footer-ewm>h3{
		font-size: 1.6rem;
		position: relative;
		right:1rem;
	}
	.pc-flex{
		display: flex;
		align-items: center;
	}
	
}
@media (min-width:992px) {
	.footer-ewm>h3{
		font-size: 1.6rem;
		position: relative;
		right:1rem;
	}
	.pc-flex{
		display: flex;
		align-items: center;
	}
	
}
@media (min-width:1200px) {
	.footer-ewm>h3{
		font-size: 1.6rem;
		position: relative;
		right:1rem;
	}
	.pc-flex{
		display: flex;
		align-items: center;
	}
	
}
@media (max-width:767px) {
	.footer-ewm,.footer-zc{
		text-align: center;
	}
	.footer-ewm{
		padding-top: 2rem;
	}
}



