/* 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:1300px) {
	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";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#fff;
	overflow-x: hidden;
	padding-bottom: 1.8rem;
}

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
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}

.header {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.5rem;
}
.header img.fl {
	max-height: 90%;
	width: auto; 
}
.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 0.3rem;
}

@media (max-width:768px) {
	.header_coat {
		height: 0;
		display: none;
	}
}

@media (max-width:450px) {
	.header .link {
		display: none;
	}
}
/* ---- banner Style ---- */
.banner-container {
	width: 100%;
	height: 33vw;
	background: url(../img/banner2.0.jpg) center center / 100% 100% no-repeat;
	position: relative;
}
.menu-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.menu-box li {
	float: left;
	margin: 0 1%;
	width: 18%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 26px;
	color: #ffeca6;
}
.menu-box li a {
	text-decoration: none;
}
.menu-box li img {
	height: 35px;
	margin-right: 20px;
}
@media (max-width:2000px) {
	.banner-container {
		height: 660px;
		background-size: auto 100%;
	}
}
@media (max-width:1280px) {
	.banner-container {
		height: 55vw;
	}
	.menu-box {
		bottom: 2vw;
	}
	.menu-box li {
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 2vw;
	}
	.menu-box li img {
		height: 3vw;
		margin-right: 1.75vw;
	}
}
@media (max-width: 768px) {
	.menu-box {
		bottom: 2vw;
	}
	.menu-box li {
		height: auto;
		font-size: 2.8vw;
	}
	.menu-box li img {
		height: 4.8vw;
		margin-bottom: 0.8vw;
		margin-right: 0;
	}
	.menu-box li span {
		display: inline-block;
		width: 100%;
	}
}
@media (max-width: 475px) {
	.menu-box li {
		width: 20%;
		margin: 0;
		font-size: 3.6vw;
	}
	.menu-box li img {
		height: 4.8vw;
	}
}
/* ---- headlines-container Style ---- */
.headlines-container {
	margin-bottom: 24px;
	padding: 0 60px;
	position: relative;
}
.headlines-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 71px;
	height: 71px;
	background: url(../img/tag-touTiao.png) center center / 100% 100% no-repeat;
}
.headlines-container h1.title {
	padding: 6px 0;
	line-height: 59px;
	font-size: 43px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.headlines-container p.summary {
	line-height: 29px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.headlines-container p a {
	display: inline-block;
	margin-left: 6px;
}
@media (max-width:1280px) {
	.headlines-container {
		margin-bottom: 2vw;
		padding: 0 5vw;
	}
	.headlines-container::before {
		width: 6vw;
		height: 6vw;
	}
	.headlines-container h1.title {
		padding: 0.5vw 0;
		line-height: 5vw;
		font-size: 3.5vw;
	}
	.headlines-container p.summary {
		line-height: 2.5vw;
		font-size: 1.33;
	}
	.headlines-container p a {
		margin-left: 0.5vw;
	}
}
@media (max-width:768px) {
	.headlines-container {
		margin-bottom: 3.2vw;
		padding: 0;
	}
	.headlines-container::before {
		width: 9.6vw;
		height: 9.6vw;
	}
	.headlines-container h1.title {
		padding: 0.8vw 0 0.8vw 8vw;
		line-height: 8vw;
		font-size: 5.6vw;
	}
	.headlines-container p.summary {
		line-height: 4vw;
		font-size: 2.4vw;
	}
	.headlines-container p a {
		margin-left: 0.8vw;
	}
}
@media (max-width:475px) {
	.headlines-container h1.title {
		padding: 0.8vw 0 0.8vw 8vw;
		line-height: 8vw;
		font-size: 5.6vw;
	}
	.headlines-container p.summary {
		line-height: 6vw;
		font-size: 3.6vw;
	}
}
/* ---- banner-container Style ---- */
.news-swiper-box {
	float: left;
	width: 50%;
	margin-bottom: 24px;
	height: 365px;
}
.news-swiper .swiper-slide {
	height: 365px;
	position: relative;
	overflow: hidden;
}
.news-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news-swiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-swiper .swiper-slide P {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 54px;
	line-height: 54px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 150px 0 18px;
	font-size: 22px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-pagination {
	position: absolute;
	width: auto !important;
	bottom: 23px !important;
	left: auto !important;
	right: 9px;
	height: 9px;
	line-height: 0;
	z-index: 1;
}
.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 8px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #ba0900;
}
@media (max-width: 1280px) {
	.news-swiper-box {
		margin-bottom: 2vw;
		height: 30.5vw;
	}
	.news-swiper .swiper-slide {
		height: 30.5vw;
	}
	.news-swiper .swiper-slide P {
		height: 4.5vw;
		line-height: 4.5vw;
		padding: 0 12.5vw 0 1.5vw;
		font-size: 1.75vw;
	}
	.news-pagination {
		bottom: 2vw !important;
		right: 0.75vw;
		height: 0.75vw;
	}
	.swiper-pagination-bullet {
		width: 0.75vw;
		height: 0.75vw;
		margin: 0 0.75vw;
	}
}
@media (max-width: 768px) {
	.news-swiper-box {
		float: none;
		width:100%;
		margin-bottom: 3.2vw;
		height: 57vw;
	}
	.news-swiper .swiper-slide {
		height: 57vw;
	}
	.news-swiper .swiper-slide P {
		height: 7.2vw;
		line-height: 7.2vw;
		padding: 0 20vw 0 2.4vw;
		font-size: 2.8vw;
	}
	.news-pagination {
		bottom: 3.2vw !important;
		right: 1.2vw;
		height: 1.2vw;
	}
	.swiper-pagination-bullet {
		width: 1.2vw;
		height: 1.2vw;
		margin: 0 1.2vw;
	}
}
@media (max-width: 475px) {
	.news-swiper .swiper-slide P {
		font-size: 3.6vw;
	}
}
/* ---- news-container ---- */
.right-news-container,
.left-news-container {
	padding-top: 12px;
	margin-bottom: 24px;
}
.right-news-container {
	float: right;
	width: 46.67%;
}
.left-news-container {
	float: left;
	width: 50%;
}
.news-head-box {
	height: 33px;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 25px;
}
.news-head-box h1{
	height: 33px;
	margin-right: 18px;
}
.news-head-box h1 img {
	height: 100%;
	width: auto;
}
.news-head-box a.more{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #999999;
	display: inline-block;
	margin-left: 18px;
	white-space: nowrap;
}
.news-head-box i.bg {
	width: 100%;
	height: 19px;
	display: block;
	background: url(../img/news-head-bg.png) left top / auto 74% repeat-x;
}
@media (max-width: 1280px) {
	.right-news-container,
	.left-news-container {
		padding-top: 1vw;
		margin-bottom: 2vw;
	}
	.news-head-box {
		height: 2.75vw;
		margin-bottom: 2vw;
	}
	.news-head-box h1{
		height: 2.75vw;
		margin-right: 1.5vw;
	}
	.news-head-box a.more{
		height: 2vw;
		line-height: 2vw;
		font-size: 1.33vw;
		margin-left: 1.5vw;
	}
	.news-head-box i.bg {
		height: 1.5vw;
	}
}
@media (max-width: 768px) {
	.right-news-container,
	.left-news-container {
		float: none;
		padding-top: 1.6vw;
		margin-bottom: 3.2vw;
		width: 100%;
	}
	.news-head-box {
		height: 4.4vw;
		margin-bottom: 3.2vw;
	}
	.news-head-box h1{
		height: 4.4vw;
		margin-right: 2.4vw;
	}
	.news-head-box a.more{
		height: 3.2vw;
		line-height: 3.2vw;
		font-size: 2.4vw;
		margin-left: 2.4vw;
	}
	.news-head-box i.bg {
		height: 2.4vw;
	}
}
@media (max-width: 475px) {
	.news-head-box {
		height: 5.6vw;
	}
	.news-head-box h1{
		height: 5.6vw;
	}
	.news-head-box a.more{
		height: 4vw;
		line-height: 4vw;
		font-size: 3.6vw;
		margin-left: 2.4vw;
	}
	.news-head-box i.bg {
		height: 3.6vw;
	}
}
/* ---- top-news-lists ---- */
.top-news-lists li {
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 17px;
	padding-bottom: 14px;
	position: relative;
}
.top-news-lists li::before, 
.top-news-lists li::after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 3px;
	width: 8px;
	line-height: 0;
	overflow: hidden;
	background: #c6ccd0;
}
.top-news-lists li::before {
	left: 0;
}
.top-news-lists li::after {
	right: 0;
}
.top-news-lists li h1.title {
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top-news-lists li p.summary {
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width:1280px) {
	.top-news-lists li {
		margin-bottom: 1.5vw;
		padding-bottom: 1.25vw;
	}
	.top-news-lists li::before, 
	.top-news-lists li::after {
		width: 0.75vw;
	}
	.top-news-lists li h1.title {
		height: 4.5vw;
		line-height: 4.5vw;
		font-size: 2vw;
	}
	.top-news-lists li p.summary {
		height: 4.5vw;
		line-height: 2.25vw;
		font-size: 1.33vw;
	}
}
@media (max-width:768px) {
	.top-news-lists li {
		margin-bottom: 2.4vw;
		padding-bottom: 2vw;
	}
	.top-news-lists li::before, 
	.top-news-lists li::after {
		width: 1.2vw;
	}
	.top-news-lists li h1.title {
		height: auto;
		padding: 0.8vw 0;
		line-height: 5.6vw;
		font-size: 3.2vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.top-news-lists li p.summary {
		height: auto;
		line-height: 175%;
		font-size: 2.4vw;
		color: #666666;
		overflow: auto;
		text-overflow: unset;
		display: block;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}
}
@media (max-width:475px) {
	.top-news-lists li h1.title {
		padding: 1.2vw 0;
		line-height: 7.6vw;
		font-size: 4.8vw;
	}
	.top-news-lists li p.summary {
		font-size: 3.6vw;
	}
}
/* ---- news-lists Style ---- */
.news-lists li{
	position: relative;
	padding-left: 22px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* .main-news-list li:nth-of-type(4n+1) {
	color: #b20606;
	font-weight: bold;
} */
.news-lists li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d9d9d9;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.news-lists li{
		padding-left: 1.75vw;
		height: 3vw;
		line-height: 3vw;
		font-size: 1.5vw;
	}
	.news-lists li::before {
		top: 1.25vw;
		width: 0.75vw;
		height: 0.75vw;
	}
}
@media (max-width: 768px) {
	.news-lists li{
		padding: 0.8vw 0;
		padding-left: 2.8vw;
		height: auto;
		line-height: 4vw;
		font-size: 2.4vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.news-lists li::before {
		top: 2.4vw;
		width: 1.2vw;
		height: 1.2vw;
	}
}
@media (max-width: 475px) {
	.news-lists li{
		padding: 1.6vw 0;
		padding-left: 3.2vw;
		height: auto;
		line-height: 6.4vw;
		font-size: 4vw;
	}
	.news-lists li::before {
		top: 4vw;
		width: 1.6vw;
		height: 1.6vw;
	}
}
/* ---- video-lists ---- */
.video-lists li {
	width: 48.33%;
	float: left;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.video-lists li:nth-of-type(2n) {
	float: right;
}
.video-lists li img {
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.video-lists li:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.video-lists li p.title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1280px) {
	.video-lists li {
		height: 15vw;
	}
	.video-lists li p.title {
		height: 3.25vw;
		line-height: 3.25vw;
		padding: 0 1vw;
		font-size: 1.33vvw;
	}
}
@media (max-width: 768px) {
	.video-lists li {
		height: 28.125vw;
	}
	.video-lists li p.title {
		height: 5.2vw;
		line-height: 5.2vw;
		padding: 0 1.6vw;
		font-size: 2.4vw;
	}
}
@media (max-width: 475px) {
	.video-lists li {
		width: 100%;
		float: none;
		height: 58vw;
		margin-bottom: 3.6vw;
	}
	.video-lists li:nth-of-type(2n) {
		float: none;
	}
	.video-lists li p.title {
		height: 12vw;
		line-height: 12vw;
		padding: 0 2vw;
		font-size: 5.2vw;
	}
}
/* ---- ads-bar-box style ----  */
.news-body {
	padding-top: 32px;
	background: url(../img/bg-mountain.png) center center repeat-x;
}
.ads-bar-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 25px;
}
.ads-bar-box img {
	width: 100%;
	height: auto;
}
@media (max-width: 1280px) {
	.ads-bar-box {
		margin-bottom: 2vw;
	}
	.news-body {
		padding-top: 2.75vw;
	}
}
@media (max-width: 768px) {
	.news-body {
		padding-top: 4.4vw;
	}
	.ads-bar-box {
		margin-bottom: 3.2vw;
	}
}
/* -----  main-head-contaienr ----- */
.main-head-container {
	height: 67px;
	display: flex;
	margin-bottom: 33px;
	justify-content: center;
	align-items: center;
}
.main-head-container h1 {
	height: 67px;
	line-height: 0;
	margin: 0 27px;
}
.main-head-container h1 img{
	height: 100%;
	width: auto;
	/* max-width: 100%; */
}
.main-head-container::before,
.main-head-container i.border-right {
	height: 2px;
	width: 50%;
	line-height: 0;
	overflow: hidden;
	background: #b20606;
}
.main-head-container.yellow-line::before,
.main-head-container.yellow-line i.border-right {
	background: #ffd586;
}
.main-head-container i.border-right {
	display: block;
}
.main-head-container::before {
	content: "";
}
.main-head-container a.more {
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #ba1b1a;
	margin-left: 18px;
	white-space: nowrap;
}
.main-head-container.yellow-line a.more {
	color: #ffd586;
}
@media (max-width: 1280px) {
	.main-head-container {
		height: 5.5vw;
		margin-bottom: 2.75vw;
	}
	.main-head-container h1 {
		height: 5.5vw;
		margin: 0 2.25vw;
	}
	.main-head-container a.more {
		height: 1.5vw;
		line-height: 1.5vw;
		font-size: 1.33vw;
		margin-left: 1.5vw;
	}
}
@media (max-width: 768px) {
	.main-head-container {
		height: 8.8vw;
		margin-bottom: 4.4vw;
	}
	.main-head-container h1 {
		height: 8.8vw;
		margin: 0 3.6vw;
	}
	.main-head-container a.more {
		height: 2.4vw;
		line-height: 2.4vw;
		font-size: 2.4vw;
		margin-left: 2.4vw;
	}
}
/* ---- report-lists ---- */
.report-lists {
	margin-bottom: 20px;
}
.report-lists li {
	float: left;
	width: 46.67%;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 7px;
	position: relative;
}
.report-lists li:nth-of-type(2n) {
	float: right;
}
.report-lists li::before,
.report-lists li::after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 3px;
	width: 8px;
	line-height: 0;
	overflow: hidden;
	background: #c6ccd0;
}
.report-lists li::before {
	left: 0;
}
.report-lists li::after {
	right: 0;
}
.report-lists li h1 {
	height: 60px;
	line-height: 30px;
	position: relative;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.report-lists li h1::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d9d9d9;
	line-height: 0;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.report-lists {
		margin-bottom: 1.75vw;
	}
	.report-lists li {
		margin-bottom: 1.75vw;
		padding-bottom: 0.75vw;
	}
	.report-lists li::before,
	.report-lists li::after {
		width: 0.75vw;
	}
	.report-lists li h1 {
		height: 5vw;
		line-height: 2.5vw;
		font-size: 1.5vw;
		padding-left: 2.25vw;
	}
	.report-lists li h1::before {
		top: 1vw;
		left: 0.5vw;
		width: 0.75vw;
		height: 0.75vw;
	}
}
@media (max-width: 768px) {
	.report-lists {
		margin-bottom: 4vw;
	}
	.report-lists li {
		float: none;
		width: 100%;
		margin-bottom: 2.8vw;
		padding-bottom: 1.2vw;
	}
	.report-lists li:last-of-type {
		border-bottom: none;
	}
	.report-lists li:last-of-type::before,
	.report-lists li:last-of-type::after {
		display: none;
	}
	.report-lists li:nth-of-type(2n) {
		float: none;
	}
	.report-lists li::before,
	.report-lists li::after {
		width: 1.2vw;
	}
	.report-lists li h1 {
		height: auto;
		padding: 1.2vw 0;
		line-height: 4vw;
		font-size: 2.8vw;
		padding-left: 3.6vw;
		overflow: auto;
		text-overflow: unset;
		display: block;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}
	.report-lists li h1::before {
		top: 2.4vw;
		left: 0.8vw;
		width: 1.2vw;
		height: 1.2vw;
	}
}
@media (max-width: 1280px) {
	.report-lists li h1 {
		padding: 2vw 0;
		line-height: 6vw;
		font-size: 4vw;
		padding-left: 4vw;
	}
	.report-lists li h1::before {
		top: 4.4vw;
	}
}
/* ---- speaking-swiper-container ---- */
.speaking-swiper-container {
	position: relative;
	top: -30px;
	margin-bottom: 18px;
}
.speaking-swiper {
	width: 100%;
	padding-top: 30px;
}
.speaking-swiper .swiper-slide {
	position: relative;
	padding: 0 7px 43px 8px;
	background: url(../img/speak-bg.png) center bottom / 100% auto no-repeat;
}
.speaking-swiper .swiper-slide .pic {
	width: 100%;
	height: 369px;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
	transition: .3s ease-in-out;
	transform: translate(0, 0%);
}
.speaking-swiper .swiper-slide:hover .pic {
	transform: translate(0, -30px);
}
.speaking-swiper .swiper-slide .pic img {
	height: 100%;
	width: auto;
	min-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s ease-in-out;
}
.speaking-swiper .swiper-slide:hover .pic img {
	transform: translate(-50%, -50%);
}
.speaking-swiper .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 7px 0 8px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s ease-in-out;
	transform: translate(0, 0%);
}
.speaking-swiper .swiper-slide:hover p{
	transform: translate(0, -12px);
}
.speaking-swiper-container .speaking-next,
.speaking-swiper-container .speaking-prev {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 23px;
	height: 42px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.speaking-swiper-container .speaking-next {
	background-image: url(../img/speak-next.png);
	right: -51px;
}
.speaking-swiper-container .speaking-prev {
	background-image: url(../img/speak-prev.png);
	left: -51px;
}
@media (max-width: 1280px) {
	.speaking-swiper-container {
		top: -2.5vw;
		margin-bottom: 1.5vw;
	}
	.speaking-swiper {
		padding-top: 2.5vw;
	}
	.speaking-swiper .swiper-slide {
		padding: 0 0.5vw 3.5vw 0.5vw;;
	}
	.speaking-swiper .swiper-slide .pic {
		height: 30.75vw;
	}
	.speaking-swiper .swiper-slide:hover .pic {
		transform: translate(0, -2.5vw);
	}
	.speaking-swiper .swiper-slide p {
		padding: 0 0.5vw 0 0.5vw;
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 1.5vw;
	}
	.speaking-swiper .swiper-slide:hover p{
		transform: translate(0, -1vw);
	}
	.speaking-swiper-container .speaking-next,
	.speaking-swiper-container .speaking-prev {
		margin-top: -21px;
		width: 2vw;
		height: 3.5vw;
	}
	.speaking-swiper-container .speaking-next {
		right: -2.5vw;
	}
	.speaking-swiper-container .speaking-prev {
		left: -2.5vw;
	}
}
@media (max-width: 768px) {
	.speaking-swiper-container {
		top: -4vw;
		margin-bottom: 2.4vw;
	}
	.speaking-swiper {
		padding-top: 4vw;
	}
	.speaking-swiper .swiper-slide {
		padding: 0 0.8vw 5.6vw 0.8vw;
	}
	.speaking-swiper .swiper-slide .pic {
		height: 58.8vw;
	}
	.speaking-swiper .swiper-slide:hover .pic {
		transform: translate(0, -4vw);
	}
	.speaking-swiper .swiper-slide p {
		padding: 0 0.8vw;
		height: 5.6vw;
		line-height: 5.6vw;
		font-size: 2.4vw;
	}
	.speaking-swiper .swiper-slide:hover p{
		transform: translate(0, -1.6vw);
	}
	.speaking-swiper-container .speaking-next,
	.speaking-swiper-container .speaking-prev {
		margin-top: -2.8vw;
		width: 2.8vw;
		height: 5.6vw;
	}
	.speaking-swiper-container .speaking-next {
		right: -3.2vw;
	}
	.speaking-swiper-container .speaking-prev {
		left: -3.2vw;
	}
}
@media (max-width: 475px) {
	.speaking-swiper-container {
		width: 94%;
		margin: 0 auto;
	}
	.speaking-swiper .swiper-slide {
		padding: 0 1.6vw 8vw 1.6vw;
	}
	.speaking-swiper .swiper-slide .pic {
		height: 120vw;
	}
	.speaking-swiper .swiper-slide p {
		height: 8vw;
		line-height: 8vw;
		font-size: 3.6vw;
	}
	.speaking-swiper .swiper-slide:hover p{
		transform: translate(0, -1.6vw);
	}
	.speaking-swiper-container .speaking-next,
	.speaking-swiper-container .speaking-prev {
		margin-top: -3.2vw;
		width: 4vw;
		height: 6.4vw;
	}
	.speaking-swiper-container .speaking-next {
		right: -4.8vw;
	}
	.speaking-swiper-container .speaking-prev {
		left: -4.8vw;
	}
}
/* ---- media-swiper-container ---- */
.media-swiper-container {
	position: relative;
	margin-bottom: 75px;
	top: -30px;
}
.media-swiper {
	width: 100%;
	padding-top: 30px;
}
.media-swiper .swiper-slide {
	position: relative;
}
.media-swiper .swiper-slide .pic {
	position: relative;
	height: 185px;
	overflow: hidden;
	transition: .3s ease-in-out;
	transform: translate(0, 0%);
}
.media-swiper .swiper-slide:hover .pic {
	transform: translate(0, -15px);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.media-swiper .swiper-slide .pic img {
	height: 100%;
	width: auto;
	min-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.media-swiper .swiper-slide:hover .pic img {
	transform: translate(-50%, -50%) scale(1.1);
}
.media-pagination {
	position: absolute;
	bottom: -54px !important;
	height: 15px;
	line-height: 0;
	text-align: center;
}
.media-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #c7c7c7;
	opacity: 1;
	margin: 0 10px;
}
.media-pagination .swiper-pagination-bullet-active {
	background: #ba1b1a;
}
@media (max-width: 1280px) {
	.media-swiper-container {
		margin-bottom: 6.25vw;
		top: -2.5vw;
	}
	.media-swiper {
		padding-top: 2.5vw;
	}
	.media-swiper .swiper-slide .pic {
		height: 15.5vw;
	}
	.media-swiper .swiper-slide:hover .pic {
		transform: translate(0, -1.25vw);
		box-shadow: 0.25vw 0.25vw 0.5vw rgba(0, 0, 0, 0.5);
	}
	.media-pagination {
		position: absolute;
		bottom: -4.5vw !important;
		height: 1.25vw;
	}
	.media-pagination .swiper-pagination-bullet {
		width: 1.25vw;
		height: 1.25vw;
		margin: 0 0.75vw;
	}
}
@media (max-width: 768px) {
	.media-swiper-container {
		margin-bottom: 10vw;
		top: -4vw;
	}
	.media-swiper {
		padding-top: 4vw;
	}
	.media-swiper .swiper-slide .pic {
		height: 30vw;
	}
	.media-swiper .swiper-slide:hover .pic {
		transform: translate(0, -2vw);
		box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
	}
	.media-pagination {
		bottom: -7.2vw !important;
		height: 2vw;
	}
	.media-pagination .swiper-pagination-bullet {
		width: 2vw;
		height: 2vw;
		margin: 0 1.2vw;
	}
}
@media (max-width: 475px) {
	.media-swiper .swiper-slide .pic {
		height: 63.2vw;
	}
}
/* ---- banner-container style ---- */
.new-media-swiper-container {
    height: 420px;
    position: relative;
    overflow: hidden;
	margin-bottom: 60px;
}
.new-media-swiper-container .swiper-container {
    height: 420px;
}
.new-media-swiper-container .swiper-slide {
    width: 1200px;
    height: 420px;
}

.new-media-swiper-container .swiper-slide a {
    transition: 0.2s;
}

.new-media-swiper-container .new-media-pagination {
    position: absolute;
    right: 50%;
	left: auto;
	width: auto;
    margin-right: -580px;
    bottom: 21px;
    height: 69px;
	width: 100px;
	line-height: 69px;
	font-size: 48px;
	text-align: center;
	font-weight: normal;
	font-weight: lighter;
	font-family: Georgia;
	color: #fff;
	z-index: 9;
}
.new-media-swiper-container .new-media-pagination .number {
	position: relative;
	height: 69px;
	width: 100px;
	line-height: 69px;
	font-size: 48px;
	text-align: center;
	font-weight: normal;
	font-weight: lighter;
	font-family: Georgia;
}
.new-media-swiper-container .new-media-pagination .swiper-pagination-current{
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 45px;
	line-height: 45px;
	color: #e3b37b;
	font-family: "Microsoft YaHei";
	font-size: 42px;
}
.new-media-swiper-container .new-media-pagination .swiper-pagination-total {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.new-media-swiper-container .new-media-prev,
.new-media-swiper-container .new-media-next {
    position: absolute;
    width:50%;
	height: 430px;
    top:0;
    background: rgba(0, 0, 0, 0.8);
	z-index:999;
	transition: 0.2s;
    cursor: pointer;
}
.new-media-swiper-container .new-media-prev:before,
.new-media-swiper-container .new-media-next:after {
	display: none;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: 32% auto;
    background-color: rgba(59, 61, 70, 0.2);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    /* opacity:0.6; */
}
.new-media-swiper-container .new-media-prev{
	left: -620px;
}	
.new-media-swiper-container .new-media-prev:before{	
    right: 21px;
    background-image: url(../img/swiper-prev.png);
}
.new-media-swiper-container .new-media-next{
	right: -620px;
}
.new-media-swiper-container .new-media-next:after{	
    left: 21px;
    background-image: url(../img/swiper-next.png);
}
.media-box {
    width: 100%;
    position: relative;
    height: 100%;
}
.media-box .pic-box {
    width: 819px;
    width: calc(100% - 381px);
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.media-box .pic-box img {
    width: auto;
    height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.media-box .con-box {
    float: right;
    width: 381px;
    height: calc(100% - 76px);
    background: #c2050f;
    padding: 42px 0 20px;
    position: relative;
}
.media-box .con-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 76px;
    width: 100%;
    background: #c2050f;
}
.media-box .con {
    position: relative;
    padding: 0 20px;
    max-height: 100%;
    overflow-y: auto;
    color: #fff;
}
.media-box .con-box h1 {
    line-height: 44px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 28px;
}
.media-box .con-box h1 a:hover{
    text-decoration: none;
}
.media-box .con-box p {
    line-height: 171.5%;
    font-size: 14px;
    color: #fff;
}
@media (max-width:1450px) {
    .new-media-swiper-container .new-media-prev:before{	
        right: -60px;
    }
    .new-media-swiper-container .new-media-next:after{	
        left: -302px;
    }
}
@media (max-width:1200px) {
    .new-media-swiper-container {
		height: 35vw;
		margin-bottom: 5vw;
	}
	.new-media-swiper-container .swiper-container {
		height: 35vw;
	}
	.new-media-swiper-container .swiper-slide {
		width: 96.5%;
		height: 35vw;
	}
	.new-media-swiper-container .new-media-pagination {
		position: absolute;
		right: 2vw;
		margin-right: 0;
		bottom: 1.75vw;
		height: 5.5vw;
		width: 8.5vw;
		line-height: 5.5vw;
		font-size: 4vw;
	}
	.new-media-swiper-container .new-media-pagination .number {
		height: 5.5vw;
		width: 8.5vw;
		line-height: 5.5vw;
		font-size: 4vw;
	}
	.new-media-swiper-container .new-media-pagination .swiper-pagination-current{
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 3.5vw;
	}
	.new-media-swiper-container .new-media-pagination .swiper-pagination-total {
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 1.5vw;
	}
	
	.new-media-swiper-container .new-media-prev,
	.new-media-swiper-container .new-media-next {
		height: 35vw;
	}
	.new-media-swiper-container .new-media-prev{
		left: auto;
		right: 100%;
	}	
	.new-media-swiper-container .new-media-next{
		right: auto;
		left: 100%;
	}
	.media-box .pic-box {
		width: 68.25vw;
		width: calc(100% - 31.75vw);
	}
	.media-box .con-box {
		width: 31.75vw;
		height: calc(100% - 6.25vw);
		padding: 3.5vw 0 1.75vw;
	}
	.media-box .con-box::after {
		height: 6.25vw;
	}
	.media-box .con {
		padding: 0 1.5vw;
	}
	.media-box .con-box h1 {
		line-height: 3.75vw;
		font-size: 2vw;
		margin-bottom: 2.25vw;
	}
	.media-box .con-box p {
		font-size: 12px;
	}
}
@media (max-width:768px) {
    .new-media-swiper-container {
        height: 50vw;
		margin-bottom: 8vw;
    }
    .new-media-swiper-container .swiper-container {
        height: 50vw;
    }
    .new-media-swiper-container .swiper-slide {
        height: 50vw;
    }
    .new-media-swiper-container .new-media-pagination {
		bottom: -0.8vw;
		right: 0.8vw;
		height: 8vw;
		width: 10vw;
		line-height: 8vw;
		font-size: 5.6vw;
		display: no;
	}
	.new-media-swiper-container .new-media-pagination .number {
		position: relative;
		height: 8vw;
		width: 10vw;
		line-height: 8vw;
		font-size: 5.6vw;
	}
	.new-media-swiper-container .new-media-pagination .swiper-pagination-current{
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 4.4vw;
	}
	.new-media-swiper-container .new-media-pagination .swiper-pagination-total {
		height: 5.6vw;
		line-height: 5.6vw;
		font-size: 2.4vw;
	}
    .new-media-swiper-container .new-media-prev,
    .new-media-swiper-container .new-media-next {
		position: absolute;
        width: 6.8vw;
        height: 6.8vw;
		top: 50%;
        margin-top: -5.4vw;
		background-color: rgba(0, 0, 0, 0.7);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 61.8%;
    }
    .new-media-swiper-container .new-media-prev{
        left: 2.4vw;
		background-image: url(../img/innovate-prev.png);
    }	
    .new-media-swiper-container .new-media-next{
        right: 2.4vw;
		left: auto;
		background-image: url(../img/innovate-next.png);
    }
    .media-box .pic-box {
        width: 100%;
        height: 100%;
    }
    .media-box .con-box {
        float: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
        padding: 0 20vw 0 0;
    }
    .media-box .con-box::after {
        display: none;
    }
    .media-box .con {
        padding: 1.6vw 2.8vw;
        max-height: unset;
        overflow-y: hidden;
    }
    .media-box .con-box h1 {
        line-height: 4vw;
        height: 4vw;
        font-size: 2.8vw;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .media-box .con-box p {
        display: none;
    }
}
@media (max-width:414px) {
    .media-box .con-box h1 {
        line-height: 6vw;
        height: 6vw;
        font-size: 4vw;
    }
}
/* ---- develop-container ---- */
.develop-container {
	padding: 33px 0 50px;
	background: url(../img/develop-bg02.png) center bottom repeat-x;
}
.develop-lists li {
	float: left;
	width: 48.5%;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-left: 7px solid #c2050f;
	padding: 25px 20px 28px;
}
.develop-lists li:nth-of-type(2n+1) {
	float: right;
}
.develop-lists li h1 {
	height: 38px;
	line-height: 38px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.develop-lists li p {
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.develop-lists li p a {
	display: inline-block;
	color: #be343b;
}
@media (max-width: 1280px) {
	.develop-container {
		padding: 2.75vw 0 4.25vw;
	}
	.develop-lists li {
		margin-bottom: 2.5vw;
		border-left-width: 0.5vw;
		padding: 2vw 1.75vw 2.25vw;
	}
	.develop-lists li h1 {
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 2vw;
		margin-bottom: 1.5vw;
	}
	.develop-lists li p {
		height: 4.5vw;
		line-height: 2.25vw;
		font-size: 1.33vw;
	}
}
@media (max-width: 768px) {
	.develop-container {
		padding: 4.4vw 0 6.8vw;
	}
	.develop-lists li {
		float: none;
		width: 100%;
		margin-bottom: 4vw;
		border-left-width: 0.8vw;
		padding: 3.2vw 2.8vw 3.6vw;
	}
	.develop-lists li:nth-of-type(2n+1) {
		float: none;
	}
	.develop-lists li h1 {
		height: auto;
		line-height: 5.2vw;
		font-size: 3.2vw;
		margin-bottom: 2.4vw;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}
	.develop-lists li p {
		height: auto;
		line-height: 4vw;
		font-size: 2.4vw;
		overflow: unset;
		text-overflow: unset;
		display: unset;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}
}
@media (max-width: 475px) {
	.develop-lists li h1 {
		line-height: 6.8vw;
		font-size: 4.4vw;
	}
	.develop-lists li p {
		line-height: 6.8vw;
		font-size: 3.6vw;
	}
}
/* ---- container Style ---- */
.container {
	width: 94%;
	top: 0;
	left: 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.index-body {
	padding: 36px 0 0;
	background: url(../img/index-bg.png) center top repeat-x;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.index-body {
		padding: 3vw 0 0;
	}
}
@media (max-width: 768px) {
	.index-body {
		padding: 4.8vw 0 0;
	}
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	width: 86.3158%;
	max-width: 1200px;
	line-height: 1.8rem;
	font-size: 14px;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:1200px) {

	.footer p a {
		display: inline-block;
	}
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}

	.footer p {
		display: none;
	}
}