/* 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 {
	height: 100%;
}
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:url(../img/bg.gif) repeat;
	overflow-x: hidden;
	padding-bottom: 35px;
}
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;
}
/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 30px;
}
.header .link {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.header .link a {
	color: #333;
	margin: 0 5px;
}
@media (max-width:768px) {
	.header_coat {
		height: 24px;
		background-size: auto 100%;
		display: none;
	}
	.header {
		height: 24px;
	}
	.header .fl {
		height: 80%;
		width: auto;
	}
	.header .link {
		height: 24px;
		line-height: 24px;
	}
	.header .link a {
		color: #333;
		margin: 0 5px;
	}
}
@media (max-width:414px) {
	.header .link {
		display: none;
	}
}
/* ---- banner Style ---- */
.banner_coat{
	width: 100%;
	background: url(../img/banner_bg.jpg) center center no-repeat;
	background-size: auto 100%;
}
.banner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner img{
	position: absolute;
	left: -2%;
	top: 26.66667%;
	width: 57.91666%;
	height: auto;
}
/* ---- tabs Style ---- */
.tabs{
	margin: 5.333% 0;
	position: relative;
	font-size: 0;
}
.tabs::before,
.tabs::after{
	content: "";
	position: absolute;
	top: 37.2%;
	height: 25.6%;
	width: 5.41666%;
	background: url(../img/month_bg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.tabs::before{
	right: 103%;
}
.tabs::after{
	left: 103%;
}
.tabs a{
	display: inline-block;
	width: 8.3333%;
	padding: 0 1px 0 0;
	line-height: 0;
}
.tabs a img{
	width: 100%;
	height: auto;
}
.tabs a img.nomal{
	display: inline;
}
.tabs a img.on{
	display: none;
}
.tabs a.active img.nomal{
	display: none;
}
.tabs a.active img.on{
	display: inline;
}
.tabs a:last-child{
	padding: 0;
}
@media (max-width:414px) {
	.tabs a{
		width:16.6666%;
		margin-bottom: 1px;
	}
}
/* ---- tabsSwiper Style ---- */
.tabsSwiper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background: #fcfafb;
	box-shadow: 0 0 5px #fcfafb;
}
.tabsSwiper .littleStar_ph{
	float: left;
	width: 56.9%;
	height: 512px;
	overflow: hidden;
}
.tabsSwiper .littleStar_ph img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tabsSwiper .littleStar_ph:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.littleStar{
	float: right;
	width: 40.69%;
	border:1px solid #fad223;
	padding: 3.5% 15.52% 15% 2.25%;
	position: relative;
}
.littleStar h1{
	height: 80px;
	line-height: 80px;
	font-size: 74px;
	color: #333;
}
.littleStar h2{
	height: 60px;
	line-height: 26px;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	margin-bottom: 4px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.littleStar>p{
	height: 150px;
	line-height: 30px;
	font-size: 16px;
	color: #000033;
	overflow: hidden;
}
.littleStar p a{
	display: inline-block;
	color: #d71400;
}
.littleStar img.bg{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	max-width: 420px;
}
.littleStar .shi{
	position: absolute;
	right: 6.2%;
	top: 9.4%;
	width: 48px;
}
.littleStar .shi p{
	float: right;
	width: 24px;
	line-height: 18px;
	font-size: 16px;
	color: #0f0f0f;
	word-break: break-all;
	text-align: center;
}
@media (max-width:1024px) {
	.tabsSwiper{
		padding: 1.75%;
		box-shadow: 0 0 4px #fcfafb;
	}
	.tabsSwiper .littleStar_ph{
		height: 436px;
	}
	.littleStar h1{
		height: 60px;
		line-height: 60px;
		font-size: 52px;
	}
	.littleStar h2{
		height: 48px;
		line-height: 22px;
		font-size: 18px;
		margin-bottom: 3px;
	}
	.littleStar>p{
		height: 140px;
		line-height: 28px;
		font-size: 15px;
	}
	.littleStar .shi{
		width: 44px;
	}
	.littleStar .shi p{
		width: 22px;
		line-height: 16px;
		font-size: 15px;
	}
}
@media (max-width:768px) {
	.tabsSwiper{
		box-shadow: 0 0 3px #fcfafb;
	}
	.tabsSwiper .littleStar_ph{
		height: 333px;
	}
	.littleStar {
		padding: 3.5% 12% 15% 2.25%;
	}
	.littleStar h1{
		height: 40px;
		line-height: 40px;
		font-size: 32px;
	}
	.littleStar h2{
		height: 42px;
		line-height: 19px;
		font-size: 15px;
		margin-bottom: 2px;
	}
	.littleStar>p{
		height: 110px;
		line-height: 22px;
		font-size: 13px;
	}
	.littleStar .shi{
		width: 30px;
	}
	.littleStar .shi p{
		width: 15px;
		line-height: 13px;
		font-size: 12px;
	}
}
@media (max-width:580px) {
	.tabsSwiper{
		box-shadow: 0 0 3px #fcfafb;
	}
	.tabsSwiper .littleStar_ph{
		width: 100%;
		height: auto;
	}
	.tabsSwiper .littleStar_ph img{
		height: auto;
	}
	.littleStar {
		width: 100%;
		padding: 3.5% 18% 0% 4%;
	}
	.littleStar h1{
		height: 40px;
		line-height: 40px;
		font-size: 32px;
	}
	.littleStar h2{
		height: 42px;
		line-height: 19px;
		font-size: 15px;
		margin-bottom: 2px;
	}
	.littleStar>p{
		max-width: 200px;
		height: 110px;
		line-height: 22px;
		font-size: 13px;
	}
	.littleStar img.bg{
		position: relative;
		right: auto;
		bottom: auto;
		margin: 0 auto;
		display: block;
	}
	.littleStar .shi{
		width: 30px;
	}
	.littleStar .shi p{
		width: 15px;
		line-height: 13px;
		font-size: 12px;
		/* Center slide text vertically */
	}
}
.littleStarList{
	width: 100%;
	margin-top: 2.2%;
	margin-bottom: 5%;
}
.littleStarList li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.littleStarList.list5 li{
	width:18.4%;
	margin-right: 2%;
}
.littleStarList li:last-child{
	margin-right: 0px;
}
.littleStarList li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.littleStarList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.littleStarList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.littleStarList li p{
	text-align: center;
	height: 54px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media (max-width:767px) {
	.littleStarList{
		margin-top: 4%;
	}
	.littleStarList li{
		width: 48%;
		float: left;
		margin-right: 4%;
	}
	.littleStarList.list5 li{
		width:48%;
		margin-right: 4%;
	}
	.littleStarList li:nth-child(2n){
		margin-right: 0px;
	}
	.littleStarList li p{
		text-align: center;
		height: 40px;
		line-height: 18px;
		font-size: 14px;
	}
}
/* ---- ads Style ---- */
.ads{
	max-width: 1200px;
	margin: 0 auto 5%;
}
.ads li{
	width: 45.83333%;
	float: left;
}
.ads li:nth-child(2n){
	float: right;
}
.ads li img{
	width: 100%;
}
@media (max-width:768px) {
	.ads li{
		width: 48.5%;
	}
}

.menu_coat{
	background:#6c3adb;
}
.menu{
	max-width:1000px;
	margin:0 auto;
	padding:4% 0% 3%;
}
.menu li{
	width:30.2%;
	margin-right:4.7%;
	float:left;
	box-shadow:0px 0px 10% #5a31b4;
}
.menu li:last-child{
	margin-right:0px;
}
.menu li img{
	width:100%;
	height:auto;
}

@media (max-width:450px) {
	.menu li{
		width:32.4%;
		margin-right:1.4%;
	}
}
.contentBox{
	background:#fff;
	border-radius:15px;
	padding:2.5% 5% 5%;
	margin:6% 0 4%;
}
.contentBox h1.title{
	border-bottom:1px dotted #878589;
	padding:2% 0;
	line-height:40px;
	font-size:30px;
	color:#7c27aa;
	text-align:center;
	font-weight:normal;
	margin-bottom:1%;
}
.contentBox h2.infor{
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#999;
	font-weight:normal;
	margin-bottom:4%;
}
.contentBox h2.infor span{
	display:inline-block;
	margin:0 4px;
}
.content{
	line-height:32px;
	font-size:16px;
}
.content img{
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
	margin:3% 0;
}
.content a{
	color:#0000ee;
}
#player_area{
	margin:2% 0;}
#player_area object{
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
#player_area embed{
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
#news_more_page_div_id{
	text-align:center;
	font-size:14px;
	margin:1% 0;
}
#news_more_page_div_id a{
	color:#0000ee;
}
.eidter{
	text-align:right;
	font-size:14px;
}
@media (max-width:768px) {
	.contentBox{
		border-radius:10px;
	}
	.contentBox h1.title{
		line-height:28px;
		font-size:18px;
	}
	.contentBox h2.infor{
		line-height:20px;
		font-size:12px;
	}
	.content{
		line-height:24px;
		font-size:14px;
	}
}
/* ---- container Style ---- */
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb4_25{
	margin-bottom: 4.25%;
}
.mb2_5{
	margin-bottom: 2.5%;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font: 12px/35px;
	height: 35px;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 35px;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1020px) {
	.footer_coat{
		height: 28px;
	}
	.footer{
		line-height: 28px;
		font-size: 12px;
	}
	.footer p a {
		color: #e4e4e4;
		display: inline-block;
		padding: 0 8px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}