/* 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;
	background: url(../img/bg.jpg) repeat;
	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;
	}
}

/* ---- bannerBox Style ---- */
.bannerBox{
	width: 100%;
	line-height: 0;
	background: url(../img/banner_bg.jpg) center center repeat-x;
	background-size: auto 100%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}
.banner{
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.banner img.slogan{
	width: 100%;
	height: auto;
}
.bannerBox .bus{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33.85%;
	height: auto;
	z-index: 4;
}
.bannerBox .roadBg{
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0;
	height: 31.5%;
	background: url(../img/roadBg.png) 0 100% repeat-x;
	background-size: auto 100%;
	z-index: 2;
	-webkit-animation: animate-bg 25s linear infinite;
    -moz-animation: animate-bg 25s linear infinite;
    -ms-animation: animate-bg 25s linear infinite;
    -o-animation: animate-bg 25s linear infinite;
    animation: animate-bg 25s linear infinite;
}
.bannerBox .lomgBg01{
	position: absolute;
	bottom: 27.8%;
	left: 0;
	width: 100%;
	height: 28.7%;
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-image: url(../img/long_bg01.png);
	background-size: auto 100%;

	-webkit-animation: animate-bg 100s linear infinite;
    -moz-animation: animate-bg 100s linear infinite;
    -ms-animation: animate-bg 100s linear infinite;
    -o-animation: animate-bg 100s linear infinite;
    animation: animate-bg 100s linear infinite;
}
.bannerBox .dengta{
	position: absolute;
	bottom: 13.4%;
	left: 0;
	width: 100%;
	height: 42.4%;
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-image: url(../img/dengta.png);
	background-size: auto 100%;
	z-index: 4;

	-webkit-animation: animate-bg 100s linear infinite;
    -moz-animation: animate-bg 100s linear infinite;
    -ms-animation: animate-bg 100s linear infinite;
    -o-animation: animate-bg 100s linear infinite;
    animation: animate-bg 100s linear infinite;
}
.bannerBox .lomgBg02{
	position: absolute;
	bottom: 37.8%;
	left: 0;
	width: 100%;
	height: 17.3%;
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-image: url(../img/longBg02.png);
	background-size: auto 100%;

	-webkit-animation: animate-bg 140s linear infinite;
    -moz-animation: animate-bg 140s linear infinite;
    -ms-animation: animate-bg 140s linear infinite;
    -o-animation: animate-bg 140s linear infinite;
    animation: animate-bg 140s linear infinite;
}
/* animate-yun */
@-webkit-keyframes animate-bg {
	from {
	  background-position: 0 100%;
	}
	to {
	  background-position: 4000% 100%;
	}
}
@-moz-keyframes animate-bg {
	from {
	  background-position: 0 100%;
	}
	to {
	  background-position: 4000% 100%;
	}
}
@-ms-keyframes animate-bg {
	from {
	  background-position: 0 100%;
	}
	to {
	  background-position: 4000% 100%;
	}
}
@-o-keyframes animate-bg {
	from {
	  background-position: 0 100%;
	}
	to {
	  background-position: 4000% 100%;
	}
}
.bannerBox_wap{
	display: none;
}
@media (max-width:768px) {
	.bannerBox{
		display: none;
	}
	.bannerBox_wap{
		display: block;
	}
	.bannerBox_wap img{
		width: 100%;
		height: auto;
	}
}
/* ---- introBox Style ---- */
.introduceBox{
	position: relative;
	width: 100%;
	background: #dd5732;
	padding: 2rem 0 2.7rem;
	margin-bottom: 3.8rem;
}
.introduceBox::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0.4rem;
	background: url(../img/introduce_bg.png) center center repeat-x;
	background-size: auto 100%;
}
.introduce{
	width: 100%;
	max-width: 1140px;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.8rem;
}
/* ---- swiperBox Style ---- */
.swiperBox {
	float: left;
	width: 50%;
	position: relative;
	height: 20rem;
	margin-bottom: 2rem;
}
.swiperBox::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f5e4c3;
	transform:rotate(-5deg);
	-ms-transform:rotate(-5deg); 	/* IE 9 */
	-moz-transform:rotate(-5deg); 	/* Firefox */
	-webkit-transform:rotate(-5deg); /* Safari ºÍ Chrome */
	-o-transform:rotate(-5deg); 
}
.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.6rem;
	line-height:2.6rem;
	padding:0rem 6rem 0 0.8rem;
	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.5rem;
	bottom: 1rem;
	z-index: 9;
	line-height: 0;
}
.swiperBox .swiper-pagination-bullet{
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	background: #ffffff;
	margin: 0 0.35rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.swiperBox .swiper-pagination-bullet-active{
	background: #c50018;
}
.swiper_next,
.swiper_prev{
	position: absolute;
	top: 50%;
	margin-top: -1.8rem;
	width: 2rem;
	height: 3.6rem;
	background-color: rgba(0,0,0,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40% auto;
	z-index: 99;
}
.swiper_next{
	right: 0;
	background-image: url(../img/swiper_next.png);
}
.swiper_prev{
	left: 0;
	background-image: url(../img/swiper_prev.png);
}
@media (max-width:768px) {
	.swiperBox {
		width: 100%;
		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.3rem;
		line-height:2.3rem;
		padding:0rem 5.5rem 0 1rem;
		font-size:0.9rem;
	}
	.swiperBox .pagination {
		right: 0.3rem;
		bottom: 0.75rem;
	}
	.swiperBox .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- newxBox Style ---- */
.newxBox{
	width: 45%;
	float: right;
	margin-bottom: 2rem;
}
.newxBox li{
	border-bottom: 1px dashed #8f7751;
	padding: 0 0 0.6rem;
	margin-bottom: 0.7rem;
}
.newxBox li h2{
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-size: 1.5rem;
	color: #bf4f41;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newxBox li p{
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #6d5225;
	height: 3.2rem;
	overflow: hidden;
}
.newxBox li:last-of-type{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
@media (max-width:768px) {
	.newxBox{
		width: 100%;
	}
	.newxBox li h2{
		height: auto;
		line-height: 1.5rem;
		text-align: left;
		font-size: 1.2rem;
		padding: 0.4rem 0;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.newxBox li p{
		line-height: 1.6rem;
		font-size: 1rem;
		color: #6d5225;
		height: auto;
	}
}
/* ---- noticeBox Style ---- */
.noticeBox{
	width: 100%;
	padding: 8.2rem 0 2.5rem;
	position: relative;
	background: url(../img/notice_bottop.png) center bottom no-repeat;
	background-size: auto 19.5rem;
}
.noticeBox::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5rem;
	width: 100%;
	background: url(../img/notice_top.png) center center repeat-x;
	background-size: auto 100%;
}
.noticeList{
	background: #f5e4c3;
	border-radius: 0.4rem;
	padding: 2.5%;
	vertical-align: top;
	line-height: 0;
}
.noticeList>li{
	width: 48.6%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1.5rem;
	padding: 1rem 1.5rem 1rem 8.8rem;
	background: #fcf1de;
	border-radius: 1.5rem;
	position: relative;
	overflow: hidden;
}
.noticeList>li:nth-of-type(2n){
	float: right;
}
.noticeList li .title{
	position: absolute;
	height: 100%;
	width: 7.5rem;
	top: 0;
	left: 0;
	border-radius: 1.5rem 0 0 1.5rem;
}
.noticeList>li .title>div{
	display: table;
	height: 100%;
	width: 100%;
}
.noticeList>li .title h1{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background: #e8654b;
}
.noticeList>li:nth-of-type(1) .title h1{
	background: #e8654b;
}
.noticeList>li:nth-of-type(2) .title h1{
	background: #f8c93d;
}
.noticeList>li:nth-of-type(3) .title h1{
	background: #72c982;
}
.noticeList>li:nth-of-type(4) .title h1{
	background: #3cc2df;
}
.noticeList>li .title h1 img{
	width: 69.33%;
	height: auto;
	margin-bottom: 1.1rem;
}
.noticeList>li .title h1 p{
	text-align: center;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
.noticeList>li .infor{
	border: 1px dashed #d7c2aa;
	background: #f5e4c3;
	padding: 0.2rem 0.4rem;
	font-size: 0.7rem;
	color: #723b26;
	line-height: 1.4rem;
	margin-bottom: 0.8rem;
}
.noticeList>li .detail{
	margin-bottom: 0.4rem;
}
.noticeList>li .detail .pic{
	width: 4.8rem;
	height: auto;
	margin-right: 0.7rem;
	float: left;
}
.noticeList>li .detail .pic img{
	width: 100%;
	height: auto;
}
.noticeList>li .detail p{
	line-height: 1.3rem;
	font-size: 0.7rem;
	color: #333;
	word-break: break-all;
}
.noticeList>li .detail p.biger{
	font-size: 0.8rem;
	line-height: 1.4rem;
}
.noticeList>li .detailList{
	margin-bottom: 0.4rem;
}
.noticeList>li .detailList li{
	height: 1.4rem;
	font-size: 0.8rem;
	line-height: 1.4rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.noticeList>li .btn{
	text-align: right;
	height: 2rem;
	line-height: 0;
}
.noticeList>li .btn img{
	height: 100%;
}
@media (max-width:768px) {
	.noticeBox{
		padding: 4.5rem 0 0;
		background-image: none;
	}
	.noticeBox::before{
		height: 3rem;
	}
	.noticeList{
		background:none;
		border-radius: 0.4rem;
		padding:0;
	}
	.noticeList>li{
		width: 100%;
		padding: 1rem 1rem 1rem 5.8rem;
		background: #f5e4c3;
	}
	.noticeList>li .title{
		width: 5rem;
	}
	.noticeList>li .title h1 img{
		width: 75%;
	}
	.noticeList>li .title h1 p{
		line-height: 1.6rem;
		font-size: 1.2rem;
	}
	.noticeList>li .infor{
		padding: 0.2rem 0.4rem;
		font-size: 0.9rem;
		line-height: 1.4rem;
		background: #fcf1de;
	}
	.noticeList>li .detail{
		margin-bottom: 0.4rem;
	}
	
	.noticeList>li .detail .pic{
		width: 4.8rem;
		margin-right: 0.5rem;
	}
	.noticeList>li .detail p{
		line-height: 1.4rem;
		font-size: 0.9rem;
	}
	.noticeList>li .detail p.biger{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.noticeList>li .detailList li{
		height: auto;
		font-size: 1rem;
		line-height: 1.2rem;
		padding: 0.2rem 0;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- container Style ---- */
.bodyBox{
	width: 100%;
	background: #fcf1de;
	overflow: hidden;
}
.container{
	width: 100%;
	max-width: 1220px;
	padding: 0px 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: 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:1220px) {
	.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;
}
}