/* 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 {
	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: 86.3158%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.5rem;
}

.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:414px) {
	.header .link {
		display: none;
	}
}

/* ---- banner Style ---- */
.banner-container {
	background-size: 100% 100%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/banner-bg.jpg);
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #411795;
}

.banner-box {
	width: 100%;
	max-width: 1200px;
	height: 29.4rem;
	margin: 0 auto;
	position: relative;
}

.banner-box img.banner {
	position: absolute;
	top: 11.9%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 68.75%;
	height: auto;
}

.banner-box .cooper {
	position: absolute;
	top: 72.79%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 68.75%;
	font-size: 1.1rem;
	color: #fff;
	line-height: 163.6%;
	text-align: center;
}

.bannerBox .cooper span {
	margin: 0 0.5rem;
}

.cooper-box {
	display: none;
}

@media (max-width:2200px) {
	.banner-container {
		background-size: auto 100%;
	}
}

@media (max-width:1200px) {
	.banner-box {
		height: 49.166vw;
	}

	.banner-box .cooper {
		font-size: 1.1rem;
	}

	.bannerBox .cooper span {
		margin: 0 0.5rem;
	}

	.cooper-box {
		display: none;
	}
}

@media (max-width:768px) {
	.banner-box .cooper {
		font-size: 2.8vw;
	}
}

@media (max-width:414px) {
	.banner-box .cooper {
		width: 92%;
	}
}

/* ---- introduction-container Style ---- */
.introduction-container {
	width: 100%;
	background: #485fb6;
	padding: 2.4rem 0 1.7rem;
}

.introduction-box {
	position: relative;
	padding-left: 10.7rem;
	font-size: 0.9rem;
	line-height: 155.56%;
	color: #fff;
}

.introduction-box img.head {
	position: absolute;
	top: 1rem;
	left: 1.8rem;
	width: 5.1rem;
	height: 3rem;
}

@media (max-width:1200px) {
	.introduction-container {
		padding: 4vw 0 3vw;
	}

	.introduction-box {
		padding-left: 17.75vw;
	}

	.introduction-box img.head {
		top: 1rem;
		left: 3vw;
		width: 7.5vw;
		height: auto;
	}
}

@media (max-width:768px) {
	.introduction-container {
		padding: 6.4vw 0 4.4vw;
	}

	.introduction-box {
		padding-left: 0rem;
		font-size: 2.8vw;
	}

	.introduction-box img.head {
		position: unset;
		top: unset;
		left: unset;
		float: left;
		margin-right: 4vw;
		width: 13.6vw;
		height: auto;
	}
}

/* ---- menu-box-container Style ---- */
.menu-container {
	height: 3.2rem;
	width: 100%;
	position: relative;
	margin-bottom: 2.1rem;
}

.menu-box {
	width: 100%;
	height: 3.2rem;
	position: relative;
	background: #411795;
}

.menu-box.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.menu {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.menu ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.menu ul li {
	width: 25%;
	height: 3.2rem;
	line-height: 0;
}

.menu ul li a {
	width: 100%;
	height: 3.2rem;
	line-height: 1.5rem;
	font-size: 1.2rem;
	color: #fefefe;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu ul li.active a {
	color: #411795;
	background: #54d8ed;
}
.menu ul li a:hover{
	text-decoration: none;
}
@media (max-width:1200px) {
	.menu-container {
		height: 5.25vw;
		margin-bottom: 3.5vw;
	}

	.menu-box {
		height: 5.25vw;
	}

	.menu ul li {
		height: 5.25vw;
	}

	.menu ul li a {
		height: 5.25vw;
		line-height: 2.5vw;
		font-size: 2vw;
	}
}

@media (max-width:768px) {
	.menu-container {
		height: 7.4vw;
		margin-bottom: 5.6vw;
	}

	.menu-box {
		height: 7.4vw;
	}

	.menu ul li {
		height: 7.4vw;
	}

	.menu ul li a {
		height: 7.4vw;
		line-height: 3.6vw;
		font-size: 3.2vw;
	}
}

/* ---- headline-container Style ---- */
.headline-container {
	border: 0.2rem solid #f3f3f3;
	padding: 1rem 1rem 1.2rem;
	margin-bottom: 2.7rem;
}

.headline-container h1 {
	text-align: center;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #411795;
}

.headline-container h1 img {
	height: 2.1rem;
	width: auto;
	margin-right: 0.9rem;
}

.headline-container p {
	font-size: 0.8rem;
	line-height: 1.3rem;
	color: #333333;
	text-align: center;
}

@media (max-width:1200px) {
	.headline-container {
		padding: 1.75vw 1.75vw 2vw;
		margin-bottom: 4.5vw;
	}

	.headline-container h1 {
		font-size: 3.25vw;
		line-height: 4.25vw;
	}

	.headline-container h1 img {
		height: 3.5vw;
		margin-right: 1.5vw;
	}

	.headline-container p {
		font-size: 1.25vw;
		line-height: 2.25vw;
	}
}

@media (max-width:768px) {
	.headline-container {
		padding: 2.8vw 2.8vw 3.2vw;
		margin-bottom: 4.5vw;
	}

	.headline-container h1 {
		font-size: 5.2vw;
		line-height: 6.8vw;
		margin-bottom: 2vw;
	}

	.headline-container h1 img {
		height: 5.6vw;
		margin-right: 2.4vw;
	}

	.headline-container p {
		font-size: 2.4vw;
		line-height: 3.6vw;
	}
}

/* ---- container Style ---- */
.mainHead {
	position: relative;
	line-height: 0;
	text-align: center;
	margin-bottom: 2.1rem;
}

.mainHead::before,
.mainHead::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.2rem;
	width: 31.75%;
	height: 0.4rem;
	background: url(../img/title-line.png) center center / auto 100% repeat;
}

.mainHead::before {
	left: 0;
}

.mainHead::after {
	right: 0;
}

.mainHead img {
	width: 33.6667%;
	height: auto;
}

@media (max-width:520px) {

	.mainHead::before,
	.mainHead::after {
		width: 22%;
	}

	.mainHead img {
		width: 50%;
	}
}

/* ---- imagesList Style ---- */
.imagesList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 1.7rem;
}

.imagesList li {
	width: 32%;
	height: 31.8rem;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
}

.imagesList li img {
	position: absolute;
	height: 100%;
	min-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.imagesList li p {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	padding: 0 0.5rem;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width:1200px) {
	.imagesList {
		margin-bottom: 2.75vw;
	}

	.imagesList li {
		height: 53vw;
		margin-bottom: 1.75vw;
	}
}

@media (max-width:768px) {
	.imagesList {
		margin-bottom: 4.4vw;
	}

	.imagesList li {
		width: 48.48%;
		height: 80.5vw;
		margin-bottom: 2.8vw;
	}

	.imagesList li p {
		height: 5.6vw;
		line-height: 5.6vw;
		padding: 0 1.2vw;
	}
}
/* ---- videoList Style ---- */
.videoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 1.4rem;
}

.videoList li {
	width: 31.9166%;
	height: 13.5rem;
	margin-bottom: 1.3rem;
	position: relative;
	overflow: hidden;
}

.videoList li img {
	position: absolute;
	height: 100%;
	min-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.videoList li .title{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 0.5rem;
}
.videoList li p {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width:1200px) {
	.videoList {
		margin-bottom: 2.25vw;
	}

	.videoList li {
		height: 22.5vw;
		margin-bottom: 2.25vw;
	}
}

@media (max-width:768px) {
	.videoList {
		margin-bottom: 4.4vw;
	}

	.videoList li {
		width: 48.48%;
		height: 34.2vw;
		margin-bottom: 2.8vw;
	}
	.videoList li .title{
		padding: 1.6vw;
	}
	.videoList li p {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		font-size: 12px;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width:360px) {
	.videoList li {
		width: 100%;
		height: auto;
		margin-bottom: 2.8vw;
	}
	.videoList li img {
		position: unset;
		height: auto;
		min-width: unset;
		width: 100%;
		left: unset;
		top: unset;
		transform: unset;
	}
	.videoList li .title{
		padding: 1.6vw;
	}
	.videoList li p {
		height: 4.4vw;
		line-height: 4.4vw;
		font-size: 3.2vw;
	}
}
/* ---- workList Style ---- */
.workList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.workList li {
	width: 48%;
	position: relative;
	padding-left: 1.25rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.9rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.workList li::before {
	content: "";
	position: absolute;
	top: 0.75rem;
	left: 0;
	width: 0.3rem;
	height: 0.3rem;
	background: #ad392c;
}

@media (max-width:768px) {
	.workList {
		margin-bottom: 2.8vw;
	}

	.workList li {
		width: 100%;
		padding: 1.6vw 0;
		padding-left: 3.2vw;
		height: auto;
		line-height: 4.4vw;
		font-size: 3.2vw;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}

	.workList li::before {
		top: 3.2vw;
		width: 0.8vw;
		height: 0.8vw;
	}
}

/* ---- morelist Style ---- */
.morelist {
	border: 1px solid #d1d1d1;
	height: 2.4rem;
	line-height: 2.3rem;
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 2.7rem;
}
@media (max-width:768px) {
	.morelist {
		height: 8.4vw;
		line-height:  8vw;
		margin-bottom: 7.2vw;
	}
}
/* ---- audio-container Style ---- */
.audio-container{
	background: url(../img/audio-bg.jpg) center center / auto 100% repeat-x;
	padding: 3rem 0 2.7rem;
}
.audioList{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0.8rem;
}
.audioList li{
	position: relative;
	width: 48.75%;
	padding: 0.2rem 4rem 0.5rem 1.2rem; 
	margin-bottom: 1.2rem;
	background: #462cad;
}
.audioList li h1{
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.9rem;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.audioList li p{
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 0.75rem;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.audioList li span.btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 3.9rem;
	height: 100%;
	background: #2f2398;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.audioList li span.btn img{
	width: 1.5rem;
	height: auto;
	margin-bottom: 0.4rem;
}
.audioList li span.btn b{
	width: 100%;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 14px;
	text-align: center;
}
@media (max-width:1200px) {
	.audio-container{
		padding: 5vw 0 4.5vw;
	}
	.audioList{
		margin-bottom: 1.5vw;
	}
	.audioList li{
		margin-bottom: 2vw;
	}
}
@media (max-width:768px) {
	.audio-container{
		padding: 8vw 0 7.2vw;
	}
	.audioList{
		margin-bottom: 2.4vw;
	}
	.audioList li{
		width: 100%;
		padding: 0.2rem 4.3rem 0.5rem 1.2rem; 
		margin-bottom: 3.2vw;
	}
	.audioList li h1{
		height: 1.8rem;
		line-height: 1.8rem;
		font-size: 0.9rem;
	}
	.audioList li p{
		height: 1.25rem;
		line-height: 1.25rem;
		font-size: 0.75rem;
		color: #fff;
		font-weight: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.audioList li span.btn{
		position: absolute;
		right: 0;
		top: 0;
		width: 3.9rem;
		height: 100%;
		background: #2f2398;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.audioList li span.btn img{
		width: 1.5rem;
		height: auto;
		margin-bottom: 0.4rem;
	}
	.audioList li span.btn b{
		width: 100%;
		font-size: 12px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 14px;
		text-align: center;
	}
}
/* ---- container Style ---- */
.container {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* ---- 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:1020px) {

	.footer p a {
		display: inline-block;
	}
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}

	.footer p {
		display: none;
	}
}


/* content */
#content h1{font-size:24px;text-align:center;border-bottom:1px solid #e4eef8;padding-bottom:20px;position:relative;}
#content h1:after{content:"";display:block;position:absolute;width:20%;height:6px;background:#e4eef8;left:40%;bottom:-3px;}
.content img,.content video{max-width:100% !important;height:auto !important;}

@media screen and (max-width:640px) {
	.content{font-size:1.4rem;line-height:2.6rem;}
}