@charset "UTF-8";

@font-face {
	font-family: 'PingFangSC-Medium';
	src: url('../font/PingFangSC-Medium.ttf');
	font-weight: normal;
	font-style: normal
}

body,
html {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font: normal 100% Helvetica, Arial, sans-serif;
	font-family: "PingFangSC-Medium"
}

@media only screen and (min-width: 900px) and (max-width: 1300px) {

	body,
	html {
		zoom: .8
	}
}

@media only screen and (max-width: 950px) {

	body,
	html {
		zoom: .7
	}
}

.title[data-v-4914da7e] {
	width: 1300px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.title .logo[data-v-4914da7e] {
	float: left
}

.title .logo img[data-v-4914da7e] {
	width: 70px;
	margin-top: 7px;
	cursor: pointer
}

.title .title_nav[data-v-4914da7e] {
	float: right;
	font-weight: 600
}

.title .title_nav .title_nav_col[data-v-4914da7e] {
	margin-right: 82px;
	font-size: 20px;
	float: left;
	color: #212121;
	cursor: pointer
}

.title .title_nav .title_nav_col_av[data-v-4914da7e] {
	color: #0033a0
}