* {
	font-family: microsoft yahei;
	font-family: Arial;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
b,
blockquote,
th,
td,
figure,
span figcaption,
select {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*禁止链接高亮*/
	-webkit-touch-callout: none;
	/*禁止链接长按弹出选项菜单*/
}

input,
textarea {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
}

a,
input,
button,
textarea,
label {
	outline: none;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
}

input:focus,
textarea:focus,
select:focus,
label:focus,
option:focus {
	outline: none;
}

ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

select:focus {
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.t-del {
	text-decoration: line-through;
}

.t-dline {
	text-decoration: underline;
}

.t-one {
	white-space: nowrap;
}

.t-omit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fwb {
	font-weight: bold;
}

.pr {
	position: relative;
}

.ovh {
	overflow: hidden;
}


.flexUl {
	display: flex;
	flex-wrap: wrap;
}

.flexT {
	display: flex;
	align-items: flex-start;
}

.flexTc {
	display: flex;
	align-items: center;
}

.flexTcr {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flexTb {
	display: flex;
	align-items: flex-end;
}

.flexLc {
	display: flex;
	justify-content: center;
}

.flexLr {
	display: flex;
	justify-content: space-between;
}

.flexR {
	display: flex;
	justify-content: flex-end;
}

.flexC {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flexDc {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flexLrTc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flexLrTb {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.flexM {
	flex-grow: 1;
}

.flexS {
	flex-flow: column;
}

.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 1vw;
}

.container:before,
.container:after {
	display: none;
}

.col-main {
	color: #F51B2B;
}

.title-main {
	color: #F51B2B;
	font-weight: bold;
	font-size: 48px;
}

.bg-main {
	background-color: #F51B2B;
	color: #fff;
}

.textbx {
	font-size: 20px;
}



/*=================================================================
	Navigation
==================================================================*/
body {
	background-color: #fff;
	color: #333;
}

.header {
	padding: 5px 0;
}

.header .logo img {
	height: 40px;
}

.banner {
	background: url('../img/banner_bg.png') center right no-repeat;
	background-size: auto 80%;
}

.banner .textbx {
	width: 60%;
}

.banner .textbx h3 {
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.banner .textbx p {
	font-size: 0.09rem;
}

.banner .textbx h3 span {
	padding: 0 0.1rem;
	margin-left: 0.05rem;
}

.banner .imgbx img {
	max-width: 36vw;
}

.banner .btnbx {
	margin-top: 0.3rem;
}

.partnerSwiper .container {
	padding: 0.2rem 0.3rem;
}

.partnerSwiper .mySwiper {
	margin: 0 0.6rem;
}

.partnerSwiper .swiper-button-prev,
.partnerSwiper .swiper-button-next {
	width: 40px;
	height: 40px;
	background-image: url('../img/swiperbtn.png');
	background-size: 100%;
}

.partnerSwiper .swiper-button-next {
	transform: scaleX(-1);
}

.partnerSwiper img {
	height: 40px;
}

.about,
.yinying {
	background: url('../img/black_bg.jpg') center top no-repeat #000;
	color: #fff;
	padding: 0.3rem 0;
}

.about .imgbx {
	margin-bottom: 0.2rem;
}

.about .textbx {
	margin-bottom: 0.5rem;
}

.about .textbx h3 {
	font-size: 0.16rem;
	margin-bottom: 0.1rem;
}

.about .textbx p {
	font-size: 0.08rem;
	margin-bottom: 0.1rem;
	color: #999;
}

.about li {
	margin-bottom: 0.1rem;
}

.about li h3 {
	font-size: 0.1rem;
	margin-bottom: 0.06rem;
}

.about li p {
	font-size: 0.08rem;
	padding-bottom: 0.08rem;
	color: #999;
	background: url('../img/about_line.png') bottom repeat-x;
	background-size: 0.4vw auto;
}

.jizhi {
	padding: 0.5rem 0;
}

.flagbx span {
	padding: 5px;
	font-size: 0.06rem;
}

.jizhi .textbx h3 {
	font-size: 0.2rem;
	padding: 0.1rem 0 0.1rem 0;
	font-weight: bold;
}

.jizhi .textbx p {
	font-size: 0.096rem;
	margin-bottom: 0.1rem;
}

.jizhi .textbx ul {
	gap: 10px;
}

.jizhi .textbx li {
	width: calc(33.33% - 10px);
	text-align: center;
	background-color: #F8FAFC;
	padding: 0.07rem 0;
	font-size: 0.068rem;
}

.jizhi .imgbx img {
	max-width: 36vw;
}

.hexin {
	background-color: #F4F4F4;
	padding: 0.5rem 0;
}

.hexin .titlebx {
	font-size: 0.2rem;
	padding: 0.07rem 0;
}

.hexin ul {
	gap: 10px;
}

.hexin li {
	width: calc(25% - 10px);
	background-color: #fff;
	padding: 0.07rem 0.07rem;
	border-top: 6px solid #F51B2B;
}

.hexin li h3 {
	font-size: 0.096rem;
}

.hexin li p {
	font-size: 0.07rem;
}

.yinying .titlebx {
	font-size: 0.18rem;
	margin-bottom: 0.2rem;
}

.yinying .imgbx {
	max-width: 50%;
}

.yinying .textbx {
	padding-left: 0.5rem;
}

.yinying li {
	margin-bottom: 0.1rem;
}

.yinying li h3 {
	font-size: 0.1rem;
	margin-bottom: 0.06rem;
}

.yinying li p {
	font-size: 0.08rem;
	padding-bottom: 0.08rem;
	color: #999;
	background: url('../img/about_line.png') bottom repeat-x;
	background-size: 0.4vw auto;
}

.partner {
	padding: 0.5rem 0 0.05rem 0;
}

.partner .titlebx {
	font-size: 0.18rem;
	font-weight: bold;
}

.partner .contbx {
	min-height: 2rem;
}

.partner ul {
	gap: 10px;
	padding: 0.2rem;
}

.partner li {
	flex-basis: calc(25% - 10px);
}

.footbx .rbx a {
	margin-left: 0.1rem;
}

/*=================================================================
	Phone
==================================================================*/
@media all and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),
only screen and (min-device-pixel-ratio:2) and (max-width:1024px),
only screen and (min-resolution:192dpi) and (max-width:1024px),
only screen and (min-resolution:2dppx) and (max-width:1024px) {

	body,
	html {
		width: 100%;
	}


	/*Chrome下隐藏滚动条，溢出可以透明滚动*/

	body,
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	fieldset,
	input,
	button,
	textarea,
	p,
	b,
	blockquote,
	th,
	td,
	figure,
	span figcaption,
	select {
		font-size: 14px;
	}

	.container {
		padding: 0 0.2rem;
	}

	.banner .container {
		flex-flow: column;
	}

	.banner {
		background: none;
		background-size: auto 80%;
	}

	.banner .textbx {
		width: 100%;
	}

	.banner .textbx h3 {
		font-size: 0.5rem;
		font-weight: bold;
		margin-bottom: 0.1rem;
	}

	.banner .textbx p {
		font-size: 0.3rem;
	}

	.banner .textbx h3 span {
		display: none;
	}

	.banner .imgbx {
		padding: 0.3rem;
	}

	.banner .imgbx img {
		max-width: 100%;
	}

	.banner .btnbx {
		margin-top: 0.3rem;
	}

	.banner .btnbx img {
		height: 40px;
	}

	.partnerSwiper {
		display: none;
	}

	.about,
	.yinying {
		background-size: cover;
		padding: 1rem 0;
	}

	.about .imgbx {
		margin-bottom: 0.5rem;
	}

	.about .textbx {
		margin-bottom: 0.5rem;
	}

	.about .textbx h3 {
		font-size: 0.4rem;
		margin-bottom: 0.1rem;
	}

	.about .textbx p {
		font-size: 0.3rem;
		margin-bottom: 0.1rem;
		color: #999;
	}

	.about ul {
		flex-flow: column;
	}

	.about li {
		margin-bottom: 0.3rem;
		width: 100%;
	}

	.about li h3 {
		font-size: 0.4rem;
		margin-bottom: 0.06rem;
	}

	.about li p {
		font-size: 0.3rem;
		padding-bottom: 0.3rem;
		color: #999;
		background: url('../img/about_line.png') bottom repeat-x;
		background-size: 0.15rem auto;
	}

	.jizhi {
		padding: 0.8rem 0;
	}

	.jizhi .container {
		flex-flow: column;
	}

	.flagbx span {
		padding: 5px;
		font-size: 0.3rem;
	}

	.jizhi .textbx h3 {
		font-size: 0.46rem;
		padding: 0.3rem 0 0.3rem 0;
		font-weight: bold;
	}

	.jizhi .textbx p {
		font-size: 0.3rem;
		margin-bottom: 0.1rem;
	}

	.jizhi .textbx ul {
		gap: 10px;
	}

	.jizhi .textbx li {
		width: calc(33.33% - 10px);
		text-align: center;
		background-color: #F8FAFC;
		padding: 0.15rem 0;
		font-size: 0.26rem;
	}

	.jizhi .imgbx {
		margin-top: 0.5rem;
		text-align: center;
	}

	.jizhi .imgbx img {
		max-width: 80%;
	}

	.hexin {
		background-color: #F4F4F4;
		padding: 0.5rem 0;
	}

	.hexin .titlebx {
		font-size: 0.46rem;
		padding: 0.3rem 0 0.3rem 0;
		font-weight: bold;
	}

	.hexin ul {
		gap: 10px;
	}

	.hexin li {
		width: 100%;
		background-color: #fff;
		padding: 0.4rem;
	}

	.hexin li h3 {
		font-size: 0.46rem;
		font-weight: bold;
	}

	.hexin li p {
		font-size: 0.3rem;
	}

	.yinying .contbx {
		flex-flow: column;
	}

	.yinying .titlebx {
		text-align: center;
		font-size: 0.58rem;
		margin-bottom: 0.2rem;
	}

	.yinying .imgbx {
		max-width: 100%;
	}

	.yinying .textbx {
		padding-left: 0;
	}

	.yinying li {
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.yinying li h3 {
		font-size: 0.42rem;
		margin-bottom: 0.2rem;
	}

	.yinying li p {
		font-size: 0.28rem;
		padding-bottom: 0.28rem;
		color: #999;
		background: url('../img/about_line.png') bottom repeat-x;
		background-size: 0.16rem auto;
	}

	.partner {
		padding: 0.5rem 0 0.05rem 0;
	}

	.partner .titlebx {
		font-size: 0.48rem;
		font-weight: bold;
	}

	.partner .contbx {
		min-height: 2rem;
	}

	.partner ul {
		gap: 10px;
		padding: 0.2rem;
		flex-flow: column;
	}

	.partner li {
		flex-basis: auto;
		margin-bottom: 0.1rem;
	}

	.partner li img {
		height: 1.2rem;
	}

	.footbx {
		align-items: center;
		justify-content: center;
	}

	.footbx .lbx {
		display: none;
	}

	.footbx .rbx a {
		margin-left: 0.1rem;
	}

	.footbx .rbx img {
		height: 0.8rem;
	}

}