/* 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;
}

@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 {
	min-height: 100%;
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	box-sizing: border-box;
}

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";
}

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
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- welcome ---- */
.banner-container {
	width: 100%;
	height: 30rem;
	background: url(../img/banner-bg.jpg) center center / 100% 100% no-repeat;
	margin-bottom: 2.1rem;
}

@media (max-width:2200px) {
	.banner-container {
		background-size: auto 100%;
	}
}

@media (max-width:1200px) {
	.banner-container {
		height: 50vw;
		margin-bottom: 3.5vw;
	}
}

@media (max-width:768px) {
	.banner-container {
		margin-bottom: 5.6vw;
	}
}

/* ---- container ---- */
.news-container {
	margin-bottom: 2.6rem;
}

.main-head {
	position: relative;
	height: 2.6rem;
	margin-bottom: 0.9rem;
}

.main-head::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 11.8rem;
	height: 1px;
	line-height: 0;
	font-size: 0;
	background: #e8e8e8;
}

.main-head h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 14rem;
	height: 3.15rem;
	line-height: 2.55rem;
	padding-left: 4.3rem;
	font-size: 1.1rem;
	color: #fff;
	font-weight: normal;
	background: url(../img/head-bg.png) center center / 100% 100% no-repeat;
}

.main-head a.more {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.6rem;
	height: 1.2rem;
	line-height: 1.1rem;
	width: auto;
	padding: 0 0.5rem;
	border: 1px solid #ce3631;
	font-size: 0.75rem;
	color: #c81b15;
}

.main-head a.more:hover {
	text-decoration: none;
}

@media (max-width:1200px) {
	.news-container {
		margin-bottom: 4.25vw;
	}

	.main-head {
		height: 4.25vw;
		margin-bottom: 4.75vw;
	}

	.main-head::before {
		left: 19.75vw;
	}

	.main-head h1 {
		width: 23.25vw;
		height: 5.25vw;
		line-height: 4.25vw;
		padding-left: 7.25vw;
		font-size: 1.75vw;
	}

	.main-head a.more {
		margin-top: -1.1vw;
		height: 2.2vw;
		line-height: 2vw;
		padding: 0 1.2vw;
		font-size: 1.25vw;
	}
}

@media (max-width:768px) {
	.news-container {
		margin-bottom: 6.8vw;
	}

	.main-head {
		height: 6.8vw;
		margin-bottom: 7.6vw;
	}

	.main-head::before {
		left: 31.6vw;
	}

	.main-head h1 {
		width: 37.2vw;
		height: 8.4vw;
		line-height: 6.8vw;
		padding-left: 11.6vw;
		font-size: 3.6vw;
	}

	.main-head a.more {
		margin-top: -2vw;
		height: 4vw;
		line-height: 3.6vw;
		width: auto;
		padding: 0 1.2vw;
		font-size: 2.8vw;
		border: none;
	}
}

/* ---- news-pic ---- */
.news-box {
	max-width: 990px;
	margin: 0 auto;
}

.news-pic {
	float: left;
	width: 33.13%;
	height: 10.8rem;
	overflow: hidden;
	position: relative;
}

.news-pic img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.news-list{
	float: right;
	width: 58%;
}
.news-list li {
	height: 1.8rem;
	line-height: 1.8rem;
	padding: 0 5.5rem 0 1.2rem;
	font-size: 0.85rem;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.75rem;
	width: 0.3rem;
	height: 0.3rem;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-radius: 50%;
	background: #cc1c24;
}
.news-list li span{
	position: absolute;
	right: 0;
	top: 0;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.75rem;
	color: #999999;
}
@media (max-width:1200px) {
	.news-pic {
		height: 18vw;
	}
	.news-list li {
		height: 3vw;
		line-height: 3vw;
		padding: 0 9.25vw 0 2vw;
		font-size: 1.5vw;
	}
	.news-list li::before{
		top: 1.25vw;
		width: 0.5vw;
		height: 0.5vw;
	}
	.news-list li span{
		height: 3vw;
		line-height: 3vw;
		font-size: 1.5vw;
	}
}
@media (max-width:768px) {
	.news-pic {
		width: 100%;
		height: 60.25vw;
		margin-bottom: 6.8vw;
	}
	.news-pic img {
		width: 100%;
		min-height: unset;
		height: 100%;
	}
	.news-list{
		width: 100%;
	}
	.news-list li {
		height: unset;
		line-height: 4.8vw;
		padding: 1.2vw 22vw 1.2vw 3.2vw;
		font-size: 3.6vw;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}
	.news-list li::before{
		top: 3.2vw;
		width: 0.8vw;
		height: 0.8vw;
	}
	.news-list li span{
		height: unset;
		line-height: 4.8vw;
		padding: 1.2vw 0;
		font-size: 3.6vw;
	}
}
/* ---- footer-container ---- */
.footer-container{
	width: 100%;
	padding: 3.7rem 0 2.5rem;
	background: #c90606;
}
.footer-box{
	max-width: 940px;
	padding: 0 11.2rem 0 9rem;
	position: relative;
}
.footer-info{
	width: 100%;
}
.footer-info h1{
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 0.75rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.footer-info p{
	min-height: 1.3rem;
	line-height: 0.9rem;
	font-size: 12px;
	padding: 0.2rem 0;
	color: #fff;
}
.footer-logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 6.4rem;
}
.footer-logo img{
	width: 100%;
	height: auto;
}
.footer-qrcode{
	position: absolute;
	right: 0;
	top: 0.3rem;
	width: 11.2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-qrcode li{
	width: 48.2%;
	height: auto;
}
.footer-qrcode li img{
	width: 100%;
	height: auto;
}
@media (max-width:1200px) {
	.footer-container{
		padding: 6.5vw 0 4.25vw;
	}
}
@media (max-width:768px) {
	.footer-box{
		padding: 0;
	}
	.footer-info h1{
		display: none;
	}
	.footer-info p{
		text-align: center;
		min-height: 26px;
		line-height: 18px;
		font-size: 12px;
		padding: 4px 0;
	}
	.footer-logo{
		position: relative;
		left: auto;
		top: auto;
		width: 6.4rem;
		margin: 0 auto 3.2vw;
	}
	.footer-logo img{
		width: 100%;
		height: auto;
	}
	.footer-qrcode{
		position: relative;
		right: auto;
		top: auto;
		width: 61.8vw;
		max-width: 224px;
		margin: 3.2vw auto 0;
	}
}
/* ---- container ---- */
.container {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.mainLeft {
	width: 47.5%;
	float: left;
	margin-bottom: 2rem;
}

.mainRight {
	width: 47.5%;
	float: right;
	margin-bottom: 2rem;
}
@media (max-width:768px) {
	.mainLeft {
		width: 100%;
	}

	.mainRight {
		width: 100%;
	}
}