/* 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: #c2ecfe;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@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: 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
}
.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: 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{
	max-width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: url(../img/banner_bg.jpg) center bottom repeat-x;
	background-size: auto 100%;
}
.banner{
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner .about{
	width: 90%;
	margin: 0 auto;
	max-width: 800px;
	padding: 0 0 6%;
}
.banner .about h1{
	min-height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	color: #333;
}
.banner .about p{
	line-height: 1.6rem;
	font-size: 0.9rem;
	color: #333;
}
/* ---- preface Style ---- */
.preface_coat{
	background: #b6003d;
	margin-bottom: 2rem;
}
.preface{
	max-width: 1220px;
	padding: 1.4rem 10px 1.4rem 6.75rem;
	margin: 0 auto;
	line-height: 1.8rem;
	font-size: 1rem;
	color: #fff;
	position: relative;
}
.preface img{
	position: absolute;
	left: 1.2rem;
	top: 1.2rem;
	width: 4.3rem;
	height: auto;

}
/* ---- container Style ---- */
.swiperBox {
	float: right;
	width: 55.8333%;
	position: relative;
	margin-bottom: 3.3333%;
	height: 22.25rem;
}
.swiperBox .swiper-container{
	height: 100%;
	overflow: hidden;
}
.swiperBox .swiper-wrapper{
	height: 100%;
}
.swiperBox .swiper-slide{
	height: 100%;
	position: relative;
}
.swiperBox .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;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperBox .swiper-slide p {
	height: 2.9rem;
	line-height:2.9rem;
	padding:0 6.5rem 0 1rem;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size:1.1rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.swiperBox .pagination {
	position: absolute;
	right: 0.6rem;
	bottom: 0.9rem;
	z-index: 9;
}
.swiperBox .swiper-pagination-bullet{
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 0.4rem;
	cursor: pointer;
	opacity: 1;
}
.swiperBox .swiper-pagination-bullet-active{
	background: #ba0900;
}
.swiperBox .swiper_prev,
.swiperBox .swiper_next{
	position: absolute;
	top: 50%;
	margin-top: -1.85rem;
	width: 2rem;
	height: 3.7rem;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 9;
}
.swiperBox .swiper_prev{
	background-image: url(../img/arrow_left.png);
	left: 0;
}
.swiperBox .swiper_next{
	background-image: url(../img/arrow_right.png);
	right: 0;
}
@media (max-width:768px) {
	.swiperBox {
		height: auto;
	}
	.swiperBox .swiper-container{
		height: auto;
	}
	.swiperBox .swiper-wrapper{
		height: auto;
	}
	.swiperBox .swiper-slide{
		height: auto;
	}
	.swiperBox .swiper-slide img {
		height: auto;
	}
	.swiperBox .swiper-slide p {
		height: 2.4rem;
		line-height:2.4rem;
		padding:0 4.5rem 0 1rem;
		font-size:0.9rem;
	}
	.swiperBox .pagination {
		right: 0.3rem;
		bottom: 0.5rem;
	}
	.swiperBox .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- newsBox Style ---- */
.newsBox{
	width: 41.66667%;
	float: left;
	margin-bottom: 3.3333%;
}
.headlines{
	padding:0 0 0.5rem;
	border-bottom: 1px solid #c1c1c1;
	margin: 0 0 0.6rem;
}
.headlines li{
	margin-bottom: 0.45rem;
}
.headlines li:last-child{
	margin-bottom: 0px;
}
.headlines li h2{
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1.2rem;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headlines li p{
	height: 3rem;
	line-height: 1.5rem;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.newsBox .news li{
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:768px) {
	.swiperBox {
		width: 100%;
	}
	.newsBox{
		width: 100%;
	}
	.headlines li h2{
		height: auto;
		line-height: 1.4rem;
		padding: 0.1rem 0;
		font-size: 1.2rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.headlines li p{
		height: auto;
		line-height: 1.4rem;
		font-size: 0.8rem;
	}
	.newsBox .news li{
		height: auto;
		line-height: 1.5rem;
		padding: 0.15rem 0;
		font-size: 1rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- timeBox Style ---- */
.bigHead{
	height: 3.7rem;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: repeat-x;
	margin-bottom: 3%;
}
.timeBox{
	position: relative;
	overflow: hidden;
	margin-bottom: 4%;
}
.timeBox::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0px;
	margin: 0 auto;
	margin-top: -0.1rem;
	height: 0.2rem;
	width: 80%;
	border-top: 0.2rem dotted #b6003d;
	font-size: 0px;
	line-height: 0px;
}
.timeBox li{
	float: left;
	width: 33.333%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.timeBox li .con{
	width: 90%;
	max-width: 9.8rem;
	height: 11.3rem;
	display: table;
	margin: 0 auto;
}
.timeBox li .con a{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background: url(../img/time_bg.png) no-repeat;
	background-size: 100% 100%;
}
.timeBox li .con a:hover{
	text-decoration: none;
}
.timeBox li .con a h2{
	line-height: 3.3rem;
	font-size: 2.4rem;
	color: #fff;
}
.timeBox li .con a p{
	line-height: 1.9rem;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
}
@media (max-width:768px) {
	.bigHead{
		height: 2.4rem;
	}
	.timeBox::before{
		content: "";
		position: absolute;
		top: 0px;
		left: 0;
		right: 0px;
		margin: 0 auto;
		height: 100%;
		width: 0.2rem;
		border-top: none;
		border-left: 0.2rem dotted #b6003d;
	}
	.timeBox li{
		float: none;
		width: 100%;
		margin-bottom: 10%;
	}
	.timeBox li:last-child{
		margin-bottom: 0;
	}
	.timeBox li .con{
		width: 90%;
		max-width: 9.8rem;
		height: 11.3rem;
		display: table;
		margin: 0 auto;
	}
	.timeBox li .con a{
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		text-align: center;
		background: url(../img/time_bg.png) no-repeat;
		background-size: 100% 100%;
	}
	.timeBox li .con a:hover{
		text-decoration: none;
	}
	.timeBox li .con a h2{
		line-height: 3.3rem;
		font-size: 2.4rem;
		color: #fff;
	}
	.timeBox li .con a p{
		line-height: 1.9rem;
		font-size: 1.1rem;
		color: #fff;
		font-weight: bold;
	}
}
/* ---- theBg Style ---- */
.theBg{
	background: #ececec;
	padding: 2rem 0;
}
.theBg .pic{
	width: 47.5%;
	float: left;
	height: 18rem;
	overflow: hidden;
}
.theBg .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.theBg .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.theBg .con{
	width: 49.16667%;
	float: right;
}
.theBg .con h1{
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.5rem;
	color: #b6003d;
	margin-bottom: 0.3rem;
	overflow: hidden;
}
.theBg .con h1 img{
	width: auto;
	height: 100%;
	margin-left: 0.6rem;
	vertical-align: top;
}
.theBg .con p{
	height: 11.4rem;
	line-height: 1.9rem;
	font-size: 0.9rem;
	color: #333;
	text-indent: 2em;
	overflow: hidden;
}
.theBg .con .more{
	height: 2.2rem;
	margin-top: 0.5rem;
}
.theBg .con .more a{
	display: block;
	float: right;
	height: 2.2rem;
	width: 7.7rem;
	border: 0.05rem solid #b6003d;
	line-height: 2.1rem;
	text-align: center;
	font-size: 14px;
	color: #b6003d;
}
.theBg .con .more a img{
	margin-left: 0.6rem;
}
.theBg .con .more a:hover{
	text-decoration: none;
}
@media (max-width:1024px) {
	.theBg .con h1 {
		height: 3rem;
		line-height: 3rem;
		font-size: 1.2rem;
	}
}
@media (max-width:768px) {
	.theBg .pic{
		width: 100%;
		height: auto;
		margin-bottom: 4%;
	}
	.theBg .pic img {
		height:auto;
	}
	.theBg .con{
		width: 100%;
	}
	.theBg .con h1{
		height: 2.4rem;
		line-height: 2.4rem;
		font-size: 1.2rem;
	}
	.theBg .con p{
		height: auto;
		line-height: 1.9rem;
		font-size: 1rem;
	}
	.theBg .con .more{
		height: 2.2rem;
		margin-top: 0.5rem;
	}
	.theBg .con .more a{
		font-size: 0.9rem;
	}
}
.sceneBox{
	background: #b6003d;
	padding: 1.8rem 0 3.6rem;
}
/* ---- footer Style ---- */
.sceneSwiper{
	position: relative;
}
.sceneSwiper .swiper-container {
	width: 100%;
}
.sceneSwiper .swiper-slide {
	float: left;
}
.sceneSwiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.sceneSwiper .swiper-slide img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sceneSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sceneSwiper .swiper-slide p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	padding:0 0.5rem;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.sceneSwiper .scene_next,
.sceneSwiper .scene_prev{
	position: absolute;
	top: 50%;
	margin-top: -1.85rem;
	width: 2rem;
	height: 3.7rem;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 1;
}
.sceneSwiper .scene_next{
	right: 0px;
	background-image: url(../img/arrow_right.png);
}
.sceneSwiper .scene_prev{
	left: 0px;
	background-image: url(../img/arrow_left.png);
}
.sceneSwiper .swiper-button-disabled{
	opacity: 0.5;
}
/* ---- container Style ---- */
.adsBar{
	width: 100%;
	height: auto;
	margin-top: 3.5%;
}
.adsBar img{
	width: 100%;
	height:auto;
}
@media (max-width:768px) {
	.adsBar{
		margin-top: 4.5%;
	}
}
/* ---- container Style ---- */
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb0{
	margin-bottom: 0%;
}
.mb3_5{
	margin-bottom: 3.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;
	font-size: 14px;
}
.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: 35px;
	}
	.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;
}
}