/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: #fff;
	overflow-x: hidden;
}

form {
	display: inline;
}

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

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.icon {
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/* ---- main-body Style ---- */
.main-body {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.main-left-container {
	width: 64.25%;
	float: left;
}

/* ---- header-container Style ---- */
.header-container {
	background: #0060af;
}

.header-container .tel-box {
	float: left;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.7rem;
	color: #ffffff;
}

.header-container .logo-box {
	display: none;
}

@media (max-width:1200px) {
	.header-container .tel-box {
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 1.25vw;
	}
}

@media (max-width:768px) {
	.header-container .tel-box {
		position: absolute;
		right: 0;
		float: auto;
		top: 50%;
		margin-top: -2vw;
		height: 4vw;
		line-height: 4vw;
		font-size: 3.2vw;
	}

	.header-container .logo-box {
		display: block;
		height: 14vw;
	}

	.header-container .logo-box img {
		width: auto;
		height: 100%;
	}
}

/* ---- logo-menu-container Style ---- */
.logo-menu-container {
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}

.logo-menu-container .logo-box {
	float: left;
	height: 2.8rem;
}

.logo-menu-container .logo-box img {
	width: auto;
	height: 100%;
}

.logo-menu-container .menu-box {
	float: right;
}

.logo-menu-container .menu-box .menu li {
	margin-left: 2.8rem;
	float: left;
}

.logo-menu-container .menu-box .menu li a {
	display: block;
	padding: 0 0.9rem;
	height: 2.8rem;
	border-bottom: 0.25rem solid #fff;
	line-height: 2.5rem;
	font-size: 0.8rem;
	color: #333333;
}

.logo-menu-container .menu-box .menu li a:hover,
.logo-menu-container .menu-box .menu li.active a {
	border-bottom-color: #0060af;
	text-decoration: none;
	color: #0060af;
}

@media (max-width:1200px) {
	.logo-menu-container .logo-box {
		height: 4.75vw;
	}

	.logo-menu-container .menu-box .menu li {
		margin-left: 4.75vw;
	}

	.logo-menu-container .menu-box .menu li a {
		padding: 0 1.5vw;
		height: 4.75vw;
		border-bottom: 0.5vw solid #fff;
		line-height: 4.25vw;
		font-size: 1.33vw;
	}
}

@media (max-width:768px) {
	.logo-menu-container .logo-box {
		display: none;
	}

	.logo-menu-container .menu-box {
		float: unset;
		width: 100%;
	}

	.logo-menu-container .menu-box ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
	}

	.logo-menu-container .menu-box .menu li {
		width: 20%;
		float: unset;
		margin: 0;
	}

	.logo-menu-container .menu-box .menu li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0;
		height: 12vw;
		border-top: 0.8vw solid #fff;
		line-height: 4.4vw;
		font-size: 3.2vw;
	}
}

/* ---- bottom-container Style ---- */
.bottom-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.contact-container {
	background: #2e2e2e;
	padding: 2.2rem 0 1.7rem;
}

.contact-box {
	width: 100%;
	max-width: 18rem;
	margin: 0 auto;
	text-align: center;
}

.contact-box h1 {
	min-height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 1.4rem;
}

.contact-box p {
	line-height: 1.2rem;
	font-size: 0.7rem;
	padding: 0.2rem 0;
	color: #ffffff;
}

.contact-box ul.links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-top: 1.4rem;
}

.contact-box ul.links li {
	width: 2.1rem;
	height: 2.1rem;
}

.contact-box ul.links li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.1rem;
	color: #fff;
	border: 1px solid #31353e;
	background: #4265ae;
	border-radius: 50%;
}

.contact-box ul.links li .icon{
	width: 1.1rem;
	height: 1.1rem;
}
.contact-container .qrcode{
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -4.3rem;
	margin-right: 14rem;
	height: 8.6rem;
	width: auto;
}
.contact-container .qrcode img{
	height: 100%;
	width: auto;
}
.bottom-info-bar {
	background: #444444;
	min-height: 3rem;
	padding: 0.8rem 0;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #ffffff;
	text-align: center;
}
@media (max-width:1200px) {
	.contact-container {
		padding: 3.75vw 0 2.75vw;
	}
	
	.contact-box {
		max-width: 30vw;
	}
	
	.contact-box h1 {
		min-height: 3.25vw;
		line-height: 3.25vw;
		font-size: 2vw;
		margin-bottom: 2.25vw;
	}
	
	.contact-box p {
		line-height: 2vw;
		font-size: 1.25vw;
		padding: 0.33vw 0;
	}
	
	.contact-box ul.links {
		margin-top: 2.25vw;
	}
	
	.contact-box ul.links li {
		width: 3.5vw;
		height: 3.5vw;
	}
	
	.contact-box ul.links li a {
		font-size: 1.75vw;
	}
	
	.contact-box ul.links li .icon{
		width: 1.75vw;
		height: 1.75vw;
	}
	.contact-container .qrcode{
		margin-top: -7vw;
		margin-right: 23.5vw;
		height: 14.25vw;
	}
	.bottom-info-bar {
		min-height: 5vw;
		padding: 1.25vw 0;
		line-height: 2.25vw;
		font-size: 1.25vw;
	}
}
@media (max-width:768px) {
	.contact-container {
		padding: 6vw 0 4.4vw;
	}
	
	.contact-box {
		max-width: unset;
	}
	
	.contact-box h1 {
		min-height: 5.6vw;
		line-height: 5.6vw;
		font-size: 4vw;
		margin-bottom: 3.6vw;
	}
	
	.contact-box p {
		line-height: 4.4vw;
		font-size: 3.2vw;
		padding: 0.4vw 0;
	}
	
	.contact-box ul.links {
		margin-top: 3.6vw;
		justify-content: space-around;
	}
	
	.contact-box ul.links li {
		width: 8vw;
		height: 8vw;
	}
	
	.contact-box ul.links li a {
		font-size: 4vw;
	}
	
	.contact-box ul.links li .icon{
		width: 4vw;
		height: 4vw;
	}
	.contact-container .qrcode{
		position: relative;
		right: unset;
		top: unset;
		margin: 4.8vw auto 0;
		height: auto;
		text-align: center;
	}
	.contact-container .qrcode img{
		width: 38.2%;
		height: auto;
		max-width: 8.6rem;
	}
	.bottom-info-bar {
		background: #444444;
		min-height: 3rem;
		padding: 0.8rem 0;
		line-height: 1.4rem;
		font-size: 0.7rem;
		color: #ffffff;
		text-align: center;
	}
}
/* ---- header-container Style ---- */
.section-head-box{
	margin-bottom: 1.4rem;
	line-height: 0;
	text-align: center;
}
.section-head-box h1{
	display: inline-block;
	height: 4.9rem;
	line-height: 4.75rem;
	font-size: 2.3rem;
	color: #0060af;
	border-bottom: 0.15rem solid #0060af;
}
.section-head-box.white-head h1{
	color: #fff;
	border-bottom-color: #fff;
}
.section-intro-box{
	line-height: 172%;
	font-size: 0.7rem;
	text-align: center;
	color: #666666;
}
.section-intro-box.white-intro{
	color: #fff;
}
.section-intro-box p{
	width: 100%;
	max-width: 39rem;
	margin: 0 auto;
}
@media (max-width:1200px) {
	.section-head-box{
		margin-bottom: 2.25vw;
	}
	.section-head-box h1{
		height: 8.25vw;
		line-height: 8vw;
		font-size: 3.75vw;
		border-bottom-width: 0.25vw;
	}
	.section-intro-box{
		font-size: 1.25vw;
	}
	.section-intro-box p{
		max-width: 50rem;
	}
}
@media (max-width:768px) {
	.section-head-box{
		margin-bottom: 3.6vw;
	}
	.section-head-box h1{
		height: 13.2vw;
		line-height: 12.8vw;
		font-size: 6vw;
		border-bottom-width: 0.4vw;
	}

	.section-intro-box{
		font-size: 3.2vw;
	}
	.section-intro-box p{
		max-width: unset;
		display: inline;
	}
}
/* banner-bg-container style */
.banner-bg-container{
	width: 100%;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 18.6rem;
	margin-bottom: 1.2rem;
}
@media (max-width:1920px) {
	.banner-bg-container{
		background-size: auto 100%;
	}
}
@media (max-width:1400px) {
	.banner-bg-container{
		height: 26.6vw;
	}
}
@media (max-width:1200px) {
	.banner-bg-container{
		margin-bottom: 2vw;
	}
}
@media (max-width:768px) {
	.banner-bg-container{
		margin-bottom: 3.2vw;
	}
}