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;
	font-size: 1rem;
}

body {
	font-size: 1rem;
	color: #333;
	font-family: "SimHei", "Microsoft Yahei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
}

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: 1rem;
	vertical-align: middle;
	outline: none;
	font-family: "SimHei", "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: #d53549;
}

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;
}

.margin-h-center {
	margin: 0 auto;
	width: 100%;
	padding: 0px 5%;
	max-width: 1580px;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- container Style ---- */
.bodyBox {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.footer {
	padding: 100px 0 30px 0;
	text-align: center;
}

.el-tabs__content { overflow: visible; }
.press-tab .el-tab-pane {
	margin: 20px 0;
}

.press-ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;
	align-items: stretch;
}

.press-ul .press-li {
	margin: 0px;
	text-align: center;
	overflow: hidden;
	transition-duration: 0.375s;
}

.press-ul .press-li a img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.press-ul .press-li:hover {
	transform: scale(1.05, 1.05);
	transition-duration: 0.5s;
	border-radius: 20px;
}

.press-ul .press-li p {
	color: #409EFF;
	width: 500px;
	line-height: 600px;
	font-size: 1.125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner{ text-align:center;}
.banner img{ width:100%; max-width:1920px; height:auto;}
.press-tab{ margin-top:-950px;}
.banner .pic2{ display:none;}

@media screen and (max-width:850px){
	.press-tab{ margin-top:-380px;}
	.footer{padding: 40px 0 30px 0;}
}
@media screen and (max-width:750px){
	.press-tab{ margin-top:-380px;}
	.press-ul{    grid-template-columns: repeat(2, 1fr); grid-gap: 20px 20px;}
	.footer{ font-size:14px;}
	.banner .pic1{ display:none;}
	.banner .pic2{ display:block;}
    .press-ul .press-li a img{ border-radius:15px;}
}
@media screen and (max-width:580px){
	.press-tab{ margin-top:-160px;}
	.press-ul{    grid-template-columns: repeat(2, 1fr); grid-gap: 20px 20px;}
	.footer{ font-size:14px; padding-left:5%; padding-right:5%;}
	.banner .pic1{ display:none;}
	.banner .pic2{ display:block;}
	.el-tabs__header{ margin-bottom:20px;}
}