/* 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: #333;
}
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: 1020px;
	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%;
}
.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{
	overflow:hidden;
	background:url(http://www.jiaodong.net/food/special/xczx/images/banner.jpg) center center no-repeat;
	background-size:auto 100%;
	width:100%;
	position: relative;
	margin-bottom: 28px;
}
@media (max-width:768px) {
	.banner{
		margin-bottom: 10px;
	}
}
/* ---- 幻灯片 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: right;
	width: 55%;
	position: relative;
	background:#fff;
}
.swiperBox .swiper-container{
	height: 440px;
	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 {
	min-height: 75px;
	line-height:30px;
	padding:15px 15px 30px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	font-size:16px;
	color:#fff;
	text-align: center;
}
.pagination {
  position: absolute;
  right: 0;
  text-align: center;
  bottom:14px;
  width: 100%;
  line-height:0px;
  z-index:8;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:#fff;
  margin: 0 5px;
  cursor: pointer;
  overflow:hidden;
}
.swiper-active-switch{
	background:#ba0900;
}
@media (max-width:768px) {
	.swiperBox {
		width: 100%;
		margin-bottom:15px;
	}
	.swiperBox .swiper-slide p {
		height: auto;
		min-height:30px;
		line-height:18px;
		font-size:12px;
		padding:6px 62px 6px 6px;
		text-align: left;
	}
	.pagination {
		bottom:10px;
		padding-right:2px;
		text-align: right;
	}
	.swiper-pagination-switch {
		width: 6px;
		height:6px;
		margin: 0 3px;
	}
}
/* ---- 要闻焦点 Style ---- */
.newsBox{
	width:42%;
	float: left;
}
.newsBox .head{
	height: 39px;
	border-bottom: 1px solid #81c3ce;
	position: relative;
	margin-bottom: 20px;
}
.newsBox .head h1{
	height: 28px;
	line-height: 28px;
	padding:0 0 0 13px;
	background: url(http://www.jiaodong.net/food/special/xczx/images/newsBox_head.png) left center no-repeat;
	font-size: 20px;
	color: #329daf;
}
.newsBox .head a.more{
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.newsList li{
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 13px;
	background: url(http://www.jiaodong.net/food/special/xczx/images/point.png) left center no-repeat;
	font-size:14px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsList li:nth-child(3n+1){
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 0px;
	background: none;
	margin:12px 0;
}
@media (max-width:768px) {
	.newsBox{
		width:100%;
	}
	.newsBox .head{
		height: 31px;
		margin-bottom: 10px;
	}
	.newsBox .head h1{
		height: 24px;
		line-height: 24px;
		padding:0 0 0 10px;
		font-size: 16px;
	}
	.newsBox .head a.more{
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.newsList li{
		height: auto;
		line-height: 18px;
		padding: 4px 0 4px 11px;
		background: url(http://www.jiaodong.net/food/special/xczx/images/point.png) left 10px no-repeat;
		background-size: 5px 5px;
		font-size:14px;
		color: #000;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.newsList li:nth-child(3n+1){
		height: auto;
		font-size: 16px;
		padding: 4px 0 4px 11px;
		line-height: 20px;
		margin:5px 0;
	}
}
/* ---- 新闻 Style ---- */
.mainBox_coat{
	padding: 48px 0;
	background: #329daf;
}
.mainBox li{
	border-bottom: 1px solid #5bb1bf;
	padding: 0 0 30px;
	margin: 0 0 20px;
}
.mainBox li h1{
	min-height: 58px;
	font-size: 24px;
	line-height: 30px;
	padding: 9px 0;
	color: #fff;
	font-weight: normal;
}
.mainBox li h1 a{
	color: #fff;
}
.mainBox li .pic{
	height: 140px;
	width: 230px;
	overflow: hidden;
	float: left;
}
.mainBox 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;
}
.mainBox li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.mainBox li .con{
	padding: 2.7% 0 0;
	float: right;
}
.mainBox li .con p{
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	margin-bottom:3.36%;
	overflow: hidden;
}
.mainBox li .con .time{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	text-align: right;
}
.mainBox li .con .time img{
	position: relative;
	top: -3px;
}
@media (max-width:768px) {
	.mainBox_coat{
		padding: 4.8% 0;
	}
	.mainBox li{
		padding: 0 0 3%;
		margin: 0 0 2%;
	}
	.mainBox li h1{
		min-height: 32px;
		font-size: 16px;
		line-height: 20px;
		padding: 6px 0;
	}
	.mainBox li .pic{
		height: 70px;
		width: 115px;
	}
	.mainBox li .con{
		padding: 1% 0 0;
	}
	.mainBox li .con p{
		line-height: 20px;
		height: 40px;
		font-size: 12px;
		margin-bottom:2%;
	}
	.mainBox li .con .time{
		height: 18px;
		line-height:18px;
		font-size: 12px;
	}
	.mainBox li .con .time img{
		height: 18px;
		width: auto;
	}
}
@media (max-width:360px) {
	.mainBox li .pic{
		height: 50px;
		width: 82px;
	}
	.mainBox li .con p{
		line-height: 16px;
		height: 32px;
	}
	.mainBox li .con .time{
		height: 15px;
		line-height:15px;
		font-size: 11px;
	}
	.mainBox li .con .time img{
		height: 15px;
		width: auto;
	}
}
/* ---- 面包屑 Style ---- */
.crumbs{
	min-height: 32px;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	padding: 5px 0;
	margin-bottom: 1.2%;
}
.crumbs span{
	color: #037edb;
}
@media (max-width:768px) {
	.crumbs{
		min-height: 30px;
		font-size: 14px;
		line-height: 20px;
	}
}
/* ---- 列表页列表 Style ---- */
.lists li{
	border-bottom: 1px dotted #e4e5e5;
	font-size: 16px;
	color: #666;
	line-height: 20px;
	padding: 14px 120px 14px 16px;
	background: url(http://www.jiaodong.net/food/special/xczx/images/point.png) left 20px no-repeat;
	position: relative;
}
.lists li a{
	color: #666;
}
.lists li span{
	position: absolute;
	right: 0px;
	top: 0;
	height: 48px;
	line-height: 48px;
	color: #666;
	font-size: 16px;
}
@media (max-width:768px) {
	.lists li{
		font-size: 14px;
		line-height: 18px;
		padding: 8px 80px 8px 10px;
		background: url(http://www.jiaodong.net/food/special/xczx/images/point.png) left 13px no-repeat;
		background-size: 5px 5px;
		position: relative;
	}
	.lists li span{
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
}
/* ---- 分页 Style ---- */
.pager{
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #151157;
	margin: 4.8% 0;
}
.pager a{
	display: inline-block;
	height: 24px;
	line-height: 22px;
	border: 1px solid #e6ebef;
	padding: 0 12px;
	font-size: 12px;
	color: #1950a7;
	margin: 0 3px 5px;
}
.pager a:hover,.pager a.active{
	text-decoration: none;
	border: 1px solid #1950a7;
}
/* ---- 内容页 Style ---- */
.contentHead{
	padding: 0 0 1.4%;
	margin: 0 0 4%;
	border-bottom: 1px dotted #a09f9f;
}
.contentHead h1{
	line-height: 30px;
	padding: 3px 0;
	font-size:24px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1.7%;
}
.contentHead p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	padding: 4px 0;
	text-align: center;
}
.contentHead p span{
	display: inline-block;
	margin: 0 1%;
}
.content{
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	
}
.content a{
	color: #666;
}
.content img{
	max-width: 100%;
	width: auto!important;
	height: auto!important;
}
@media (max-width:768px) {

	.contentHead h1{
		line-height: 24px;
		padding: 3px 0;
		font-size:18px;
	}
	.contentHead p{
		font-size: 12px;
		line-height: 18px;
	}
	.content{
		line-height: 24px;
		font-size: 14px;
	}
}
/* ---- 框架 Style ---- */
.container {
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb4p{
	margin-bottom: 40px;
}

.left {
	float: left;
}
.right {
	float: right;
}
@media (max-width:1000px) {
	.mb4p{
		margin-bottom: 4%;
	}
}
/* ---- 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: 1020px;
	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;
}
}