/* 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:#ffffff;
	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: 100%;
	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{
	width: 100%;
	background: url(../img/banner.jpg)center center no-repeat;
	background-size: auto 100%;
}
@media (max-width:1200px) {
	
}
/* ---- 头条 Style ---- */
.headlines{
	min-height: 54px;
	line-height: 54px;
	text-align: center;
	position: relative;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	margin-bottom: 2.75%;
}
@media (max-width:1024px) {
	.headlines{
		min-height: 40px;
		line-height: 40px;
		font-size: 28px;
		color: rgba(0,0,0,0.6);
	}
}
@media (max-width:768px) {
	.headlines{
		min-height: 32px;
		line-height: 32px;
		font-size: 22px;
	}
}
/* ---- 幻灯片 Style ---- */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
	overflow:hidden;
}
.swiperBox {
	float: left;
	width: 54.25%;
	position: relative;
	background:#fff;
}
.swiperBox .swiper-container{
	height: 390px;
	overflow: hidden;
}
.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: 40px;
	line-height:40px;
	padding:0 120px 0 18px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size:18px;
	text-align: left;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.pagination {
  position: absolute;
  right: 6px;
  text-align: center;
  bottom:15px;
  line-height:0px;
  z-index:8;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background:#fff;
  margin: 0 5px;
  cursor: pointer;
  overflow:hidden;
}
.swiper-active-switch{
	background:#d12125;
}
@media (max-width:1220px) {
	.swiperBox .swiper-slide p {
		font-size:16px;
	}
}
@media (max-width:1220px) {
	.swiperBox .swiper-container{
		height: 364px;
	}
	.swiperBox .swiper-slide p {
		height: 42px;
		line-height:42px;
		padding:0 80px 0 12px;
		font-size:15px;
	}
	.pagination {
	  right: 3px;
	  bottom:16px;
	}
	.swiper-pagination-switch {
	  width: 6px;
	  height: 6px;
	  margin: 0 3px;
	}
}
@media (max-width:768px) {
	.swiperBox{
		width: 100%;
		margin-bottom: 4%;
	}
	.swiperBox .swiper-slide p {
		height: 36px;
		line-height:36px;
		padding:0 80px 0 10px;
		font-size:14px;
	}
	.pagination {
	  right: 3px;
	  bottom:16px;
	}
	.swiper-pagination-switch {
	  width: 6px;
	  height: 6px;
	  margin: 0 3px;
	}
}
/* ---- 新闻列表 Style ---- */
.mainRight{
	width: 42.5%;
	float: right;
}
.mainNews li{
	border-bottom: 1px solid #333333;
	padding: 0 0 16px;
	margin: 0 0 20px;
}
.mainNews li h1{
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #cc0206;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.mainNews li p{
	height: 64px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	overflow: hidden;
}
.mainNews li p.l5{
	height: 160px;
}
.mainNews li p a{
	display: inline-block;
	color: #999;
}
.newsList li{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	padding: 0 0 0 14px;
	background: url(../img/point.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1024px) {
	.mainNews li{
		padding: 0 0 12px;
		margin: 0 0 15px;
	}
	.mainNews li h1{
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		margin-bottom: 6px;
	}
	.mainNews li p{
		height: 56px;
		line-height: 28px;
		font-size: 14px;
	}
	.mainNews li p.l5{
		height: 140px;
	}
	.newsList li{
		height:30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 0 0 12px;
	}
}
@media (max-width:768px) {
	.mainRight{
		width: 100%;
	}
	.mainNews li{
		border-bottom: 1px solid #999;
		padding: 0 0 8px;
		margin: 0 0 8px;
	}
	.mainNews li h1{
		height: auto;
		min-height: 28px;
		line-height: 22px;
		font-size: 16px;
		padding: 3px 0 3px;
		margin-bottom: 8px;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.mainNews li p{
		height: auto;
		line-height: 24px;
		font-size: 14px;
	}
	.mainNews li p.l5{
		height: auto;
	}
	.newsList li{
		height: auto;
		min-height: 30px;
		line-height: 20px;
		font-size: 14px;
		color: #333;
		padding: 5px 0 5px 10px;
		background: url(../img/point.png) left 13px no-repeat;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- mainHead Style ---- */
.mainHead{
	height: 130px;
	position: relative;
	text-align: center;
	margin-bottom: 4%;
}
.mainHead img{
	height: 100%;
	width: auto;
}
.mainHead p{
	position: absolute;
	left: 50%;
	width: 45%;
	top: 92px;
	margin-left: 44px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
	text-align: left;
}
@media (max-width:1024px) {
	.mainHead{
		height: 98px;
	}
	.mainHead p{
		width: 45%;
		top:64px;
		margin-left: 30px;
		line-height: 18px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.mainHead{
		height: 68px;
	}
	.mainHead p{
		display: none;
	}
}
/* ---- 左侧大图 Style ---- */
.leftPic{
	width: 54.25%;
	float: left;
	overflow: hidden;
	height: 350px;
	position: relative;
}
.leftPic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.leftPic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.leftPic p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.6);
	font-size: 16px;
	color: #fff;
	padding:0 15px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1024px) {
	.leftPic{
		height: 290px;
	}
	.leftPic p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding:0 12px;
	}
}
@media (max-width:768px) {
	.leftPic{
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	.leftPic img {
		height: auto;
	}
	.leftPic p{
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		padding:0 8px;
	}
}
/* ---- sliderSwiper Style ---- */
.sliderBox{
	position: relative;
	margin-bottom: 4.5%;
}
.sliderSwiper{
	width: 1240px;
	position: absolute;
	left: -20px;
	top: 0;
}
.sliderSwiper .slider{
	width: 100%;
	padding: 0 20px;
}
.sliderSwiper .slider a{
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sliderSwiper .slider a img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sliderSwiper .slider a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sliderSwiper .slider p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.sliderSwiper .slider_prev,
.sliderSwiper .slider_next{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	height: 60px;
	cursor: pointer;
	z-index: 10;
}
.sliderSwiper .slider_prev{
	left: 20px;
	background: url(../img/slider_prev.png) no-repeat;
	background-size: 100% 100%;
}
.sliderSwiper .slider_next{
	right: 20px;
	background: url(../img/slider_next.png) no-repeat;
	background-size: 100% 100%;
}
@media (max-width:1200px) {
	.sliderSwiper{
		width: 100%;
		left: 0px;
	}
	.sliderSwiper .slider{
		padding: 0 10px;
	}
	.sliderSwiper .slider_prev,
	.sliderSwiper .slider_next{
		margin-top: -22px;
		width: 30px;
		height: 45px;
	}
	.sliderSwiper .slider_prev{
		left: 10px;
	}
	.sliderSwiper .slider_next{
		right: 10px;
	}
	.sliderSwiper .slider p{
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
	}
}
@media (max-width:414px) {

	.sliderSwiper .slider{
		padding: 0 5px;
	}
	.sliderSwiper .slider_prev,
	.sliderSwiper .slider_next{
		margin-top: -12px;
		width: 18px;
		height: 25px;
	}
	.sliderSwiper .slider_prev{
		left: 5px;
	}
	.sliderSwiper .slider_next{
		right: 5px;
	}
	.sliderSwiper .slider p{
		height:24px;
		line-height: 24px;
		padding: 0 8px;
		font-size: 12px;
	}
}
/* ---- container Style ---- */
.bodyBox{
	width: 100%;
	background: url(../img/body_bg.png) center center no-repeat;
}
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.con_container {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 42px 0;
}
.mt088{
	margin-top: -88px;
	position: relative;
	z-index: 1;
}
.mb4_5{
	margin-bottom: 4.5%;
}
@media (max-width:1020px) {
	.con_container {
		margin: 0 10px;
	}
}
@media (max-width:768px) {
	.con_container {
		padding: 20px 0;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.mb5_75{
	margin-bottom: 5.75%;
}
/* ---- 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;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1020px) {
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 8px;
}
}
@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}