/* 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;
	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(//www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}
.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 1.5rem;
}
.header img{
	height: 100%;
	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:414px) {
	.header_coat{
		display: none;
	}
	.header .link {
		display: none;
	}
}
/* ---- bannerBox Style ---- */
.bannerBox{
	width: 100%;
	height: auto;
	background: url(../img/banner_bg.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.bannerBox.fixed{
	margin-bottom: 5.3rem;
}
html.fixed{
	padding-top: 5.3rem;
}
.bannerBox *{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bannerBox .banner{
	max-width: 1200px;
	margin: 0 auto;
}
.bannerBox .banner img{
	width: 100%;
	height: auto;

}
@media (max-width:768px) {
	.bannerBox{
		background-size: auto 100%;
	}
}
/* ---- menu Style ---- */
.menuBox{
	padding: 1rem 0;
	background: #1057c2;
}
.menuBox.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.menuBox .menu{
	max-width: 1200px;
	position: relative;
	/* padding-left: 11.8rem;s */
	padding-left: 0;
	min-height: 3.3rem;
	margin: 0 auto;
}
.menuBox .menu::before{
	content: "";
	display: none;
	position: absolute;
	left: 0px;
	top: -2.5rem;
	width: 10rem;
	height: 6.7rem;
	background: url(../img/logo_s.png) no-repeat;
	background-size: 100% 100%;
}
.menuBox .menu ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.menuBox .menu ul li{
	width: 20%;
	height: 3.3rem;
	background: url(../img/menu_border.png) right center no-repeat;
	background-size: 1px 100%;
}
.menuBox .menu ul li:last-of-type{
	background: none;
}
.menuBox .menu ul li a{
	display: flex;
	width: 100%;
	height: 3.3rem;
	line-height: 1.5rem;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.menuBox .menu ul li a:hover{
	text-decoration: none;
}
@media (max-width:768px) {
	.bannerBox.fixed{
		margin-bottom: 3.6rem;
	}
	html.fixed{
		padding-top: 3.6rem;
	}
	.menuBox{
		padding: 0.4rem 0;
	}
	.menuBox .menu{
		padding-left: 0rem;
		min-height: 2.8rem;
	}
	.menuBox .menu::before{
		display: none;
	}
	.menuBox .menu ul li{
		height: 2.8rem;
	}
	.menuBox .menu ul li a{
		height: 2.8rem;
		line-height: 1.3rem;
		font-size: 1rem;
	}
}
/* ---- headlineBox Style ---- */
.headlineBox{
	background: #f7f7f7;
	padding: 2.1rem 0 2rem;
	margin-bottom: 2.6rem;
}
.headline{
	max-width: 48rem;
	padding-left: 6rem;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.headline h1 img{
	position: absolute;
	left: 0;
	top: 50%;
	height: 3.5rem;
	margin-top: -1.75rem;
}
.headline h1{
	min-height: 3rem;
	line-height: 3rem;
	font-size: 2.3rem;
	color: #2d343e;
}
.headline p{
	line-height: 1.25rem;
	font-size: 0.7rem;
	color: #777777;
}
.headline p a{
	color: #1057c2;
}
@media (max-width:768px) {
	.headlineBox{
		padding: 1.1rem 0 1rem;
		margin-bottom: 1.6rem;
	}
	.headline{
		padding-left: 0;
	}
	.headline h1 img{
		position: relative;
		left: auto;
		top: auto;
		height: 2rem;
		margin-right: 0.5rem;
		transform: translate(0, 0.5rem);
	}
	.headline h1{
		min-height: 3rem;
		line-height: 1.8rem;
		font-size: 1.3rem;
		padding: 0.6rem 0;
	}
	.headline p{
		line-height: 1.4rem;
		font-size: 0.9rem;
	}
}
/* ---- swiperBox Style ---- */
.newsSwiper {
	float: left;
	width: 54%;
	position: relative;
	height: 21.4rem;
	margin-bottom: 1.5rem;
}
.newsSwiper .swiper-container{
	height: 100%;
	overflow: hidden;
}
.newsSwiper .swiper-wrapper{
	height: 100%;
}
.newsSwiper .swiper-slide{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.newsSwiper .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;
}
.newsSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsSwiper .swiper-slide p {
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0rem 6rem 0 0.8rem;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsSwiper .pagination {
	position: absolute;
	right: 0.9rem;
	bottom: 0.9rem;
	z-index: 9;
	line-height: 0;
	z-index: 1;
	background: none;
}
.newsSwiper .swiper-pagination-bullet{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid #fff;
	margin: 0 0.3rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.newsSwiper .swiper-pagination-bullet-active{
	background: #ffffff;
}

@media (max-width:768px) {
	.newsSwiper {
		width: 100%;
		height: auto;
	}
	.newsSwiper .swiper-container{
		height: auto;
	}
	.newsSwiper .swiper-wrapper{
		height: auto;
	}
	.newsSwiper .swiper-slide{
		height: auto;
	}
	.newsSwiper .swiper-slide img {
		height: auto;
	}
	.newsSwiper .swiper-slide p {
		height: 2.3rem;
		line-height:2.3rem;
		padding:0rem 5.5rem 0 1rem;
		font-size:0.9rem;
	}
	.newsSwiper .pagination {
		right: 0.3rem;
		bottom: 0.75rem;
	}
	.newsSwiper .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- newsBox Style ---- */
.newsBox{
	position: relative;
	float: right;
	margin-bottom: 1.5rem;
}
.mainNews{
	width: 40.8333%;
}
.newsBox a.more{
	position: absolute;
	right: 0;
	top: 0.4rem;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 0.4rem;
	background: #1057c2;
	font-size: 0.6rem;
	color: #ffff;
	border-radius: 0.2rem;
}
.newsBox a.more:hover{
	text-decoration: none;
}
.newsBox li{
	min-width: 1.7rem;
	line-height: 1.7rem;
	padding-left: 0.6rem;
	position: relative;
	background: url(../img/point_b.png) left 0.8rem no-repeat;
	background-size: 0.25rem 0.25rem;
	font-size: 0.9rem;
	color: #333;

}
.newsBox li a {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsBox li:nth-of-type(3n+1){
	background: no-repeat;
	padding-left: 0;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.7rem;
}
.newsBox li:first-of-type{
	padding-right: 4rem;
}
.newsBox li:nth-of-type(3n){
	padding-bottom: 0.6rem;
	border-bottom: 1px dashed #999999;
	margin-bottom: 1rem;
}
.newsBox li:nth-of-type(3n)::before,
.newsBox li:nth-of-type(3n)::after{
	content: "";
	position: absolute;
	bottom: -2px;
	width: 0.4rem;
	height: 3px;
	line-height: 0;
	font-size: 0;
	background: #c6ccd0;
}
.newsBox li:nth-of-type(3n)::before{
	left: 0;
}
.newsBox li:nth-of-type(3n)::after{
	right: 0;
}
.newsBox li:last-of-type{
	margin-bottom: 0;
}
@media (max-width:1024px) {
	.newsBox a.more{
		font-size: 0.8rem;
	}
}
@media (max-width:768px) {
	.mainNews{
		width: 100%;
	}
	.newsBox a.more{
		position: relative;
		display: block;
		height: 1.8rem;
		line-height: 1.8rem;
		font-size: 1rem;
		width: 100%;
		text-align: center;
		background: #d6ebfd;
		color: #666;
	}
	.newsBox li{
		background-position: left 0.9rem;
		min-width: 2rem;
		line-height: 1.4rem;
		padding:0.3rem 0rem 0.3rem 0.6rem;
		font-size: 1rem;
	}
	.newsBox li a {
		display: inline;
		overflow: auto;
		text-overflow: unset;
		white-space: normal;
	}
	.newsBox li:nth-of-type(3n+1){
		margin-bottom: 0.4rem;
	}
	.newsBox li:first-of-type{
		padding-right: 0rem;
	}
	.newsBox li:nth-of-type(3n){
		padding-bottom: 0.6rem;
		border-bottom: 1px dashed #999999;
		margin-bottom: 0.7rem;
	}
}
.videoNews{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 4.75%;
}
.videoNews li{
	width: 30%;
	position: relative;
	overflow: hidden;
}
.videoNews li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.videoNews li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.videoNews li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.8rem;
	padding: 0 0.2rem;
	line-height: 1.8rem;
	text-align: center;
	font-size: 0.8rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.videoNews li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 1.8rem;
	margin: 0 auto;
	width: 100%;
	background: url(../img/video_play.png) center center no-repeat;
	background-size: 15% auto;
	z-index: 1;
}
@media (max-width:768px) {
	.videoNews li{
		width: 48.5%;
	}
	.videoNews li:last-of-type{
		display: none;
	}
}
/* ---- scheduleTop Style ---- */
.scheduleTop{
	width: 100%;
}
.scheduleTop img{
	width: 100%;
	height: auto;
}
.scheduleCenter{
	width: 100%;
	background: #1057c2;
}
.scheduleBox{
	max-width: 1295px;
	margin: 0 auto;
}
.scheduleHead{
	max-width: 1200px;
	margin: 0 auto 5%;
	position: relative;
	height: 4.4rem;
}
.scheduleHead .mainHead{
	position: absolute;
	top: -1.6rem;
	left: 0;
}
.scheduleSwiper {
	position: relative;
	z-index: 1;
}

.scheduleSwiper .swiper-slide{
	height: 100%;
	position: relative;
}

.scheduleSwiper .swiper-slide .bg{
	width: 100%;
	height: auto;
}
.scheduleSwiper .swiper-slide .pc{
	display: block;
}
.scheduleSwiper .swiper-slide .wap{
	display: none;
}
.scheduleSwiper .swiper-slide ul li{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
}
.scheduleSwiper .swiper-slide ul  li img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.scheduleSwiper .swiper-slide ul  li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.scheduleSwiper .swiper-slide ul li p{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	border: 0.2rem solid #fff;
	background: rgba(0,0,0,0.3);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.2rem;
	line-height: 150%;
	color: #fff;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.scheduleSwiper .swiper-slide ul li:hover p{
	opacity: 1;
}
.scheduleSwiper .swiper-slide ul li:first-of-type{
	width: 18%; /*  234px */
	left: 6.64%;
	top: 22.92%;

}
.scheduleSwiper .swiper-slide ul li:nth-of-type(2){
	width: 22.24%; /*  234px */
	left: 29.34%;
	top: 6.47%;

}
.scheduleSwiper .swiper-slide ul li:nth-of-type(3){
	width: 17.76%; /*  234px */
	left: 48.03%;
	top: 56.75%;
}
.scheduleSwiper .swiper-slide ul li:nth-of-type(4){
	width: 15.49%; /*  234px */
	left: 63.17%;
	top: 25.88%;
}
.scheduleSwiper .swiper-slide ul li:nth-of-type(5){
	width: 11.43%; /*  234px */
	left: 55.6%;
	top: 0%;
}
.scheduleSwiper .swiper-slide ul li:nth-of-type(6){
	width: 10.66%; /*  234px */
	left: 79.38%;
	top: 8.87%;
}
.scheduleSwiper .swiper-slide ul li:nth-of-type(7){
	width: 15.91%; /*  234px */
	left: 80%;
	top: 48.98%;
}
.scheduleSwiper .swiper-slide ul li:nth-of-type(5) p,
.scheduleSwiper .swiper-slide ul li:nth-of-type(6) p{
	font-size: 0.8rem;
}
.scheduleSwiper .swiper-slide .time{
	position: absolute;
	height: 2.5rem;
	width: 9rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	left: 17.92%;
	bottom: 0;
}
.scheduleSwiper .btnBox{
	position: absolute;
	bottom: -2.6rem;
	left: 17.92%;
	width: 9rem;
	height: 2.2rem;
	border-radius: 1.1rem;
	background: #c72e36;
	overflow: hidden;
}
.scheduleSwiper .scheduleNext,
.scheduleSwiper .schedulePrev{
	width: 2.7rem;
	height: 2.2rem;
	background-size: 0.8rem auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.scheduleSwiper .scheduleNext{
	background-image: url(../img/schedule_next.png);
	float: right;
}
.scheduleSwiper .schedulePrev{
	background-image: url(../img/schedule_prev.png);
	float: left;
}

@media (max-width:768px) {
	.mainHead{
		height: 3.8rem;
	}
	.scheduleHead {
		margin-bottom: 0;
	}
	.scheduleHead .mainHead{
		position: absolute;
		top: 0rem;
		left: 0;
	}
	.scheduleSwiper{
		max-width: 541px;
		margin: 0 auto;
	}
	.scheduleSwiper .swiper-slide .pc{
		display: none;
	}
	.scheduleSwiper .swiper-slide .wap{
		display: block;
	}
	.scheduleSwiper .swiper-slide ul li p{
		font-size: 1rem;
	}
	.scheduleSwiper .swiper-slide ul li:first-of-type{
		width: 43.25%; 
		top: 6.64%;
		left: auto;
		right: 22.92%;
	}
	.scheduleSwiper .swiper-slide ul li:nth-of-type(2){
		width: 53.23%; /*  234px */
		top: 29.34%;
		left: auto;
		right: 6.47%;
	
	}
	.scheduleSwiper .swiper-slide ul li:nth-of-type(3){
		width: 42.51%; /*  234px */
		top: 48.03%;
		left: auto;
		right: 56.75%;
	}
	.scheduleSwiper .swiper-slide ul li:nth-of-type(4){
		width: 36.6%; /*  234px */
		top: 63.17%;
		right: 25.88%;
		left: auto;
	}
	.scheduleSwiper .swiper-slide ul li:nth-of-type(5){
		width: 27.36%; /*  234px */
		top: 55.6%;
		right: 0%;
		left: auto;
	}
	.scheduleSwiper .swiper-slide ul li:nth-of-type(6){
		width: 25.5%; /*  234px */
		top: 79.38%;
		right: 8.87%;
		left: auto;
	}
	.scheduleSwiper .swiper-slide ul li:nth-of-type(7){
		width: 38.45%; /*  234px */
		top: 80%;
		right: 48.98%;
		left: auto;
	}
	.scheduleSwiper .swiper-slide ul li:nth-of-type(5) p,
	.scheduleSwiper .swiper-slide ul li:nth-of-type(6) p{
		font-size: 0.8rem;
	}
	.scheduleSwiper .swiper-slide .time{
		height: 1.4rem;
		width: 7rem;
		line-height: 1.4rem;
		font-size: 1.2rem;
		left: auto;
		right: 5%;
		z-index: 99;
		bottom: 2.8rem;
	}
	.scheduleSwiper .btnBox{
		bottom: 0.5rem;
		left: auto;
		right: 5%;
		width: 7rem;
		height: 2rem;
		border-radius: 1rem;
		z-index: 9;
	}
	.scheduleSwiper .scheduleNext,
	.scheduleSwiper .schedulePrev{
		width: 2.4em;
		height: 2rem;
	}
}
/* ---- container Style ---- */
.yantaiViewBox{
	height: 29.4rem;
	position: relative;
	background: url(http://img.jiaodong.net/pic/003/007/437/00300743723_0339f95a.jpg) center center no-repeat;
	background-size: auto 100%;
	background-attachment: fixed;
	margin-bottom: 10rem;
}
.scheduleBottom{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.scheduleBottom img{
	width: 100%;
	height: auto;
}
@media (max-width:1200px) {
	.yantaiViewBox{
		margin-bottom: 16.66%;
	}
}
/* ---- dailyNewsTab Style ---- */
.dailyNewsTab{
	position: relative;
}
.dailyNewsTab .tabHead {
	width: 100%;
	position: absolute;
	top: -15.6rem;
	left: 0;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.dailyNewsTab .tabHead li {
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 20.5%;
	margin:0 5.33%;
	border-radius: 50%;
	overflow: hidden;
}
.dailyNewsTab .tabHead li img{
	width: 100%;
	height: auto;
}
.dailyNewsTab .tabHead li p{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.dailyNewsTab .tabHead li p .month{
	text-align: center;
	width: 100%;
	height: 1.7rem;
	line-height: 1.7rem;
	font-size: 1.4rem;
	color: #ffffff;
}
.dailyNewsTab .tabHead li p .day{
	text-align: center;
	width: 100%;
	height: 3.9rem;
	line-height: 3.9rem;
	font-size: 2.1rem;
	color: #ffffff;
	font-weight: bold;
}
.dailyNewsTab .tabHead li p .day b{
	font-size: 3.6rem;
}
.dailyNewsTab .tabHead li.active p{
	opacity: 1;
}

.tabBody>li {
	display: none;
}

.tabBody>li.thisclass {
	display: list-item;
}
.dailyNewsTab .topNews{
	width: 100%;
	/* padding-left: 10.6rem; */
	padding-left: 0;
	position: relative;
	min-height: 4.1rem;
	text-align: center;
	margin-bottom: 5.75%;
}
.dailyNewsTab .topNews::before{
	display: none;
	content: "";
	position: absolute;
	top: -1.2rem;
	left: 0;
	width: 9.9rem;
	height: 6.5rem;
	background: url(../img/logo_c.png) no-repeat;
	background-size: 100% 100%;
}
.dailyNewsTab .topNews h1{
	line-height: 3rem;
	font-size: 2rem;
	color: #333;
}
.dailyNewsTab .topNews p{
	line-height: 1.2rem;
	font-size: 0.7rem;
	color: #777777;
} 
.dailyNewsTab .topNews p a{
	color: #1057c2;
}
.dailyNewsTab .newsSwiper{
	height: 14.2rem;
	width: 40.1666%;
}
.dailyNewsTab .dailynews{
	width: 56.666%;
}
.dailyNewsTab .picNews{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1.6rem;
}
.dailyNewsTab .picNews li{
	width: 31.666%;
	position: relative;
	overflow: hidden;
}
.dailyNewsTab .picNews li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.dailyNewsTab .picNews li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.dailyNewsTab .picNews li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.8rem;
	padding: 0 0.2rem;
	line-height: 1.8rem;
	text-align: center;
	font-size: 0.8rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mediaReports{
	background: #eef7ff;
	padding: 1.4rem 1rem 1.4rem 8.5rem;
	position: relative;
	margin-bottom: 1.6rem;
}
.mediaReports .title{
	position: absolute;
	left: 1rem;
	top: 1.4rem;
	height: 6.9rem;
	width: 7rem;
	background: url(../img/mediaReports_bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.mediaReports .title img{
	width: auto;
	height: 2rem;
}
.mediaReports .title span{
	display: none;
}
.mediaReports .title img.t{
	margin-bottom: 0.6rem;
	margin-top: 0.4rem;
}
.mediaReports ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.mediaReports ul li {
	width: 31.6%;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.8rem;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width:768px) {
	.dailyNewsTab .tabHead {
		top: -12rem;
	}
	.dailyNewsTab .tabHead li {
		width: 25%;
		margin:0 3%;
	}
	.dailyNewsTab .tabHead li p .month{
		height: 1.4rem;
		line-height: 1.4rem;
		font-size: 1rem;

	}
	.dailyNewsTab .tabHead li p .day{
		height: 2.4rem;
		line-height: 2.4rem;
		font-size: 1.4rem;
	}
	.dailyNewsTab .tabHead li p .day b{
		font-size: 2rem;
	}
	.dailyNewsTab .topNews{
		padding-left: 7rem;
		min-height: 4.1rem;
		padding-top: 0.5rem;
	}
	.dailyNewsTab .topNews::before{
		top: 50%;
		width: 6rem;
		height: 4rem;
		margin-top: -2rem;
	}
	.dailyNewsTab .topNews h1{
		line-height: 1.8rem;
		font-size: 1.4rem;
	}
	.dailyNewsTab .topNews p{
		display: none;
	} 
	.dailyNewsTab .newsSwiper{
		height: auto;
		width: 100%;
	}
	.dailyNewsTab .dailynews{
		width: 100%;
	}
	.dailyNewsTab .picNews li{
		width: 48.5%;
	}
	.dailyNewsTab .picNews li:last-of-type{
		display: none;
	}
	.mediaReports {
		padding-left: 1rem;
	}
	.mediaReports .title{
		position: relative;
		left: auto;
		top: auto;
		height: 3rem;
		width: 100%;
		flex-wrap: unset;
		margin-bottom: 1rem;
	}
	.mediaReports .title img{
		display: none;
	}
	.mediaReports .title span{
		display: inline;
		font-size: 1.4rem;
		color: #fff;
	}
	.mediaReports ul li {
		width: 48.5%;
		font-size: 0.9rem;
	}
}
@media (max-width: 600px) {
	.dailyNewsTab .tabHead {
		top: -10rem;
	}
}
@media (max-width: 500px) {
	.dailyNewsTab .tabHead {
		top: -8rem;
	}
	.mediaReports ul li {
		width: 100%;
		height: auto;
		line-height: 1.4rem;
		font-size: 1rem;
		padding: 0.4rem 0;
		overflow: auto;
		text-overflow: unset;
		white-space: normal;
	}
}
@media (max-width: 360px) {
	.dailyNewsTab .tabHead {
		top: -7.5rem;
	}
}
@media (max-width: 320px) {
	.dailyNewsTab .tabHead {
		top: -8rem;
	}
}
/* ---- container Style ---- */
.photologgingSwiper {
	position: relative;
	margin-bottom: 3rem;
}
.photologgingSwiper .swiper-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.photologgingSwiper .swiper-slide {
	position: relative;
}
.photologging{
	max-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}
.photologging .con{
	position: absolute;
	bottom: 11.66667%;
	right: 5%;
	background: rgba(0,0,0,0.4);
	padding: 1.5rem 2.5rem;
	width: 90%;
	max-width: 29.7rem;
}
.photologging .con h1{
	line-height: 2.1rem;
	font-size: 1.2rem;
	color: #fff;
}
.photologging .con p{
	line-height: 1.6rem;
	font-size: 0.9rem;
	color: #fff;
	text-indent: 2em;
}
.photologgingSwiper .pagination {
	position: absolute;
	right: 50%;
	width: 1.2rem;
	margin-right: -600px;
	bottom: 13.1%;
	z-index: 9;
	line-height: 0;
	z-index: 1;
	
}
.photologgingSwiper .swiper-pagination-bullet{
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border: 0.1rem solid #fff;
	margin:0.3rem 0;
	cursor: pointer;
	opacity: 1;
	background: none;
	border-radius: 50%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.photologgingSwiper .swiper-pagination-bullet-active{
	background: #ffffff;
}
@media (max-width:2200px) {
	.photologgingSwiper .swiper-slide {
		background-size: auto 100%;
	}
}
@media (max-width:1240px) {
	.photologgingSwiper {
		margin-bottom: 5%;
	}
	.photologgingSwiper .pagination {
		right: 1rem;
		width: 1rem;
		margin-right: 0;
	}
	.photologgingSwiper .swiper-pagination-bullet{
		width: 1rem;
		height: 1rem;
	}
}
@media (max-width:768px) {
	.photologging .con{
		position: absolute;
		bottom: 0%;
		right: 0%;
		background: rgba(0,0,0,0.4);
		padding: 0.5rem;
		width: 100%;
		max-width:100%;
	}
	.photologging .con h1{
		line-height: 1.6rem;
		font-size: 1.1rem;
		font-weight: normal;
	}
	.photologging .con p{
		display: none;
	}
	.photologgingSwiper .pagination {

		bottom: auto;
		top: 50%;
		margin-top: -2.7rem;	
	}
	
}
/* ---- container Style ---- */
.mediaWorksBox{
	width: 100%;
	position: relative;
	margin-bottom: 3.8rem;
}
.mediaWorksBox i.bg{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.9rem;
	height: 15.9rem;
	width: 100%;
	background: #f7f8fc;
}
.mediaWorks{
	position: relative;
}
.mediaWorks::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.9rem;
	height: 15.9rem;
	width: 100%;
	background: #1057c2;
}

.qrcodeTips{
	position: absolute;
	height: 15.9rem;
	left: 0;
	top: 50%;
	margin-top: -7.9rem;
	width: 24.75%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.qrcodeTips img{
	width: 41.75%;
	height: auto;
	margin-bottom: 0.6rem;
}
.qrcodeTips p{
	width: 100%;
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
}
.worksSwiper{
	width: 30.83333%;
	left: 24.75%;
	position: relative;
	z-index: 9;
}
.worksSwiper .inner{
	background: url(../img/phone_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 17.88% 6.22% 8.38% 7.03%;
	
	position: relative;
}
.worksSwiper .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.4rem;
}
.worksSwiper .swiper-slide {
	position: relative;
	overflow: hidden;
}
.worksSwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.mediaNews{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10.2rem;
	width: 36%;
	background: #1057c2;
	padding: 3rem 1.2rem;
}
.mediaNews li {
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
	color: #fff;
	padding-left: 1.8rem;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mediaNews li:hover{
	font-weight: bold;
}
.mediaNews li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.8rem;
	width: 0.8rem;
	height: 0.8rem;
	background: #fff;
	border: 0.1rem solid #fff;
	border-radius: 50%;
}
.mediaNews li:hover::before{
	background: no-repeat;
}
.mediaNewsSide{
	position: absolute;
	right: 36%;
	width: 2.3rem;
	height: 15.9rem;
	top: 50%;
	margin-top: -7.9rem;
	background: #00317a;
}
.mediaNewsSide::before,
.mediaNewsSide::after{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
    height: 0;
    
    border-left: 2.3rem solid transparent;
}
.mediaNewsSide::before{
	bottom: 100%;
	border-bottom: 2.25rem solid #00317a;
}
.mediaNewsSide::after{
	top: 100%;
	border-top: 2.25rem solid #00317a;
}
@media (max-width:768px) {
	.mediaWorksBox i.bg{
		background: #1057c2;
	}
	.qrcodeTips{
		display: none;
	}
	.worksSwiper{
		width: 36%;
		left: 0%;
	}
	.mediaNews{
		width: 55%;
	}
	.mediaNews li {
		font-size: 1rem;
	}
	.mediaNewsSide{
		right: 55%;
	}
}
@media (max-width:500px) {
	.mediaWorksBox i.bg{
		display: none;
	}
	.mediaWorks::before{
		display: none;
	}
	.worksSwiper{
		width: 100%;
		max-width: 300px;
		left: auto;
		margin: 0 auto;
	}
	.mediaNews{
		width: 100%;
		position: relative;
		margin-top: 1rem;
		border-radius: 1rem;
	}
	.mediaNews li {
		font-size: 1rem;
	}
	.mediaNewsSide{
		display: none;
	}
}
/* ---- participationBox Style ---- */
.participationBox{
	background: #1057c2;
	padding: 2.9rem 0 3.9rem;
}
.participation{
	width: 100%;
	max-width: 1030px;
	line-height: 200%;
	font-size: 0.8rem;
	color: #fff;
	word-wrap: break-word;
	word-break: break-all;
	margin: 0 auto;
}
@media (max-width:768px) {
	.participation{
		font-size: 0.9rem;
	}
}
@media (max-width:414px) {
	.participation{
		font-size: 1rem;
	}
}
/* ---- container Style ---- */
.mainHead{
	height: 5rem;
	width: 100%;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 5%;
}
@media (max-width:768px) {
	.mainHead{
		height: 3.8rem;
	}
}
/* ---- mainHead Style ---- */

.container{
	width: 100%;
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mainLeft{
	float: left;
	width: 48.3333%;
	margin-bottom: 3%;
}
.mainRight{
	float: right;
	width: 48.3333%;
	margin-bottom: 3%;
}
@media (max-width:768px) {
	.mainLeft,
	.mainRight{
		width: 100%;
		margin-bottom: 7%;
	}	
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 1.8rem;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}
	.footer p {
		display: none;
	}
}