/* 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) repeat-x;
	background-size: auto 100%;
	margin-bottom: 60px;
}
@media (max-width:1200px) {
	.banner{
		margin-bottom: 5%;
	}
}
@media (max-width:768px) {
	.banner{
		width: 100%;
		background: url(../img/banner_phone.jpg) no-repeat;
		background-size: 100% 100%;
	}
}
/* ---- 头条 Style ---- */
.newsBox{
	background: url(../img/newsBox.jpg) center bottom repeat-x;
}
.headline{
	padding: 0 0 0 156px;
	min-height: 65px;
	line-height: 65px;
	font-size: 36px;
	color: #333;
	background: url(../img/heanline.png) left top no-repeat;
	background-size: auto 65px;
	margin-bottom: 5.75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/* ---- 要闻速览 Style ---- */
.mainNews{
	width: 48.25%;
	float: left;
	padding: 0 0 0 96px;
	background: url(../img/mainNews.png) left top no-repeat;
	background-size:86px auto;
}
.mainNews ul li{
	border-bottom: 1px dotted #555657;
	height: 57px;
	line-height: 56px;
	font-size: 18px;
	color: #333;
	padding: 0 0 0 16px;
	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) {
	.headline{
		padding: 0 0 0 120px;
		min-height: 50px;
		line-height: 50px;
		font-size: 24px;
		background-size: auto 50px;
		margin-bottom: 3%;
	}
	/* ---- 要闻速览 Style ---- */
	.mainNews{
		padding: 0 0 0 58px;
		background-size:50px auto;
	}
	.mainNews ul li{
		height: 41px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 0 0 12px;
	}	
}
@media (max-width:768px) {
	.headline{
		padding: 0 0 0 70px;
		min-height: 28px;
		line-height: 28px;
		font-size: 16px;
		background-size: auto 28px;
		margin-bottom: 3%;
	}
	/* ---- 要闻速览 Style ---- */
	.mainNews{
		width: 100%;
		padding: 0 0 0 46px;
		background-size:40px auto;
		margin-bottom: 4%;
	}
	.mainNews ul li{
		height: 41px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 0 0 12px;
	}	
}
@media (max-width:414px) {
	.headline{
		padding: 0 0 0 54px;
		min-height: 22px;
		line-height: 22px;
		font-size: 14px;
		background-size: auto 22px;
		margin-bottom: 3%;
		text-align: center;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	/* ---- 要闻速览 Style ---- */
	.mainNews{
		width: 100%;
		padding: 0 0 0 30px;
		background-size:28px auto;
	}
	.mainNews ul li{
		height: 33px;
		line-height: 32px;
		font-size: 14px;
		padding: 0 0 0 12px;
	}	
}
/* ---- swiper 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: 48.5%;
	position: relative;
	background:#fff;
}
.swiperBox .swiper-container{
	height: 400px;
	overflow: hidden;}
.swiperBox .swiper-slide a::before{
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid #fff;
	z-index: 9;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.swiperBox .swiper-slide:hover a::before{
	left: -1px;
	top: -1px;
	bottom: -1px;
	right: -1px;
}
.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: 28px;
	line-height:28px;
	padding:0 12px;
	position: absolute;
	bottom: 45px;
	left: 0px;
	width: 100%;
	font-size:18px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.pagination {
  position: absolute;
  right: 0px;
  width: 100%;
  text-align: center;
  bottom:22px;
  line-height:0px;
  z-index:8;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:#fff;
  margin: 0 4px;
  cursor: pointer;
  overflow:hidden;
}
.swiper-active-switch{
	background:#cf2b0b;
}

@media (max-width:1024px) {
	.swiperBox .swiper-slide a::before{
		left: 8px;
		top: 8px;
		bottom: 8px;
		right: 8px;
	}
	.swiperBox .swiper-slide p {
		height: 24px;
		line-height:24px;
		padding:0 10px;
		bottom: 30px;
		font-size:16px;
	}
	.pagination {
	  bottom:14px;
	}
	.swiper-pagination-switch {
	  width: 6px;
	  height: 6px;
	  margin: 0 3px;
	}
}
@media (max-width:768px) {
	.swiperBox{
		width: 100%;
		margin-bottom: 4%;
	}
}
/* ---- 标题 Style ---- */
.mainHead{
	height: 116px;
	text-align: center;
	line-height: 0px;
	margin-bottom: 3.25%;
}
.mainHead img{
	height: 100%;
	width: auto;
}
.product_pic{
	width: 48.5%;
	border: 1px solid #033c9b;
	padding: 9px;
}
.product_con{
	width: 48.5%;
}
.product_con.baoyu{
	padding-top: 6.5%;
}
.product_con img{
	width: 100%;
	height: auto;
}
.product_pic .pic{
	width: 100%;
	overflow: hidden;
}
.product_pic .pic img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.product_pic .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width:1024px) {
	.mainHead{
		height: 80px;

	}
	.product_pic{
		width: 48.5%;
		border: 1px solid #033c9b;
		padding: 9px;
	}
	.product_con{
		width: 48.5%;
	}
}
@media (max-width:768px) {
	.mainHead{
		height: 50px;
	}
	.product_pic{
		width: 100%;
		margin-bottom: 5.5%;
	}
	.product_con{
		width: 100%;
	}
	.product_con.baoyu{
		padding-top: 0%;
	}
}
/* ---- 美食 Style ---- */
.foodBox{
	background: url(../img/food_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 54px 0 68px;
}
.foodHead{
	height: 87px;
	text-align: center;
	line-height: 0px;
	margin-bottom: 50px;
}
.foodHead img{
	height: 100%;
	width: auto;
}
.foodBox ul{
	background:rgba(255,255,255,0.7);
	padding: 10px;
}
.foodBox ul li{
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 0.8475%;
	margin-bottom: 0.8475%;
	line-height: 0px;
	height: auto;
	font-size: 0px;
}
.foodBox ul li:nth-child(1){
	width: 31.525%;
}
.foodBox ul li:nth-child(2){
	width: 34.576%;
}
.foodBox ul li:nth-child(4){
	width: 34.576%;
}
.foodBox ul li:nth-child(3){
	width: 32.203%;
	margin-right: 0px;
	float: right;
}
.foodBox ul li:nth-child(5){
	width: 43.22%;
	margin-right: 0;
}
.foodBox ul li:nth-child(6){
	width: 56.102%;
	float: right;
	margin-right: 0;
}
.foodBox ul li img {
	width: 100%;
	height: auto;
}

.foodBox ul li p{
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.7);
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1024px) {
	.foodBox{
		padding: 4.5% 0 5.75%;
	}
	.foodHead{
		height: 50px;
		margin-bottom: 4.25%;
	}
	.foodBox ul{
		padding: 5px;
	}
	.foodBox ul li:nth-child(1){
		width: 31.5%;
	}
	.foodBox ul li p{
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		color: #fff;
		padding: 0 6px;
	}
}
@media (max-width:768px) {
	.foodBox ul li p{
		height: 20px;
		line-height: 20px;
		font-size: 11px;
	}
}
@media (max-width:414px) {
	.foodBox ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2%;
	}
	.foodBox ul li:nth-child(1){
		width: 100%;
	}
	.foodBox ul li:nth-child(2){
		width: 100%;
	}
	.foodBox ul li:nth-child(4){
		width: 100%;
	}
	.foodBox ul li:nth-child(3){
		width: 100%;
	}
	.foodBox ul li:nth-child(5){
		width: 100%;
	}
	.foodBox ul li:nth-child(6){
		width: 100%;
	}
	.foodBox ul li p{
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
}
/* ---- container Style ---- */
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.con_container {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 42px 0;
}
@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;
}
}