/* 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;
	padding-bottom: 35px;
	background: #f1d85a;
}
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
}
.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: 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;
}
}
/* ---- banenr Style ---- */
.banner_coat {
	width: 100%;
	background: url(../img/banner_bg.png) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	margin-bottom: 22px;
}
.banner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.banner .menu_shouye {
	position: absolute;
	bottom: 7.8%;
	left: 2%;
	width: 12.2%;
	height: auto;
}
.banner .menu_gaikuang {
	position: absolute;
	bottom: 6.5%;
	left: 21.9%;
	width: 12.2%;
	height: auto;
}
.banner .menu_zuopin {
	position: absolute;
	bottom: 6.25%;
	left: 41.8%;
	width: 12.2%;
	height: auto;
}
.banner .menu_wenfa {
	position: absolute;
	bottom: 6.5%;
	left: 61.7%;
	width: 12.2%;
	height: auto;
}
.banner .menu_changan {
	position: absolute;
	bottom: 7.4%;
	left: 81.6%;
	width: 15.2%;
	height: auto;
}
 @media (max-width:768px) {
.banner_coat {
	margin-bottom: 12px;
}
}
/* ---- 幻灯?Style ---- */
.swiperBox {
	float: right;
	width: 53%;
	position: relative;
}
.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;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-slide p {
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0 30px;
	background: rgba(0,0,0,0.6);
}
.swiper-slide p span {
	height: 42px;
	line-height:20px;
	font-size:16px;
	color:#fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.arrow-left,.arrow-right{
	position:absolute;
	bottom:0px;
	height:60px;
	width:28px;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:9;
	}
.arrow-left{
	left:0px;
	background-image:url(../img/arrow_left.png);}
.arrow-right{
	right:0px;
	background-image:url(../img/arrow_right.png);}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index:8;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius:100%;
  border:2px solid rgba(255,255,255,0.5);
  margin: 0 6px;
  cursor: pointer;
  overflow:hidden;
}
.swiper-pagination-switch i{
	display:block;
	width:100%;
	height:100%;
	background:#fefefe;}
.swiper-active-switch{
	border:2px solid rgba(255,255,255,0.5);
}
.swiper-active-switch i{
  background: #ed3d3d;
}
@media (max-width:768px) {
.swiperBox {
	width: 100%;
	margin-bottom:12px;
}
.swiper-slide p {
	height: 30px;
	padding: 0 25px;
}
.swiper-slide p span {
	height: 30px;
	line-height:14px;
	font-size:12px;
}
.arrow-left,.arrow-right{
	height:30px;
	width:22px;
	background-size:auto 50%;
	}
.pagination {
	display:none;}
}
/* ---- 新闻 Style ---- */
.newsList{
	width:44%;
	float:left;}
.newsList li{
	margin-bottom:20px;}
.newsList li:last-child{
	margin-bottom:0px;}
.newsList li h1{
	height:30px;
	line-height:30px;
	font-size:20px;
	color:#333;
	font-weight:normal;
	margin-bottom:4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.newsList li p{
	height:56px;
	line-height:28px;
	overflow:hidden;
	font-size:16px;
	color:#333;}
.newsList li p a{
	color:#ee3c3c;}
@media (max-width:1020px) {
.newsList li h1{
	font-size:18px;}
.newsList li p{
	font-size:14px;}
}
@media (max-width:768px) {
.newsList{
	width:100%;}
.newsList li{
	margin-bottom:10px;}
.newsList li h1{
	height: auto;
	min-height:22px;
	padding:1px 0;
	line-height:20px;
	font-size:15px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;}
.newsList li p{
	height:auto;
	line-height:16px;
	font-size:12px;
	color:#666;
 }
}
/* ---- 活动概况 Style ---- */
.head_gaikuang{
	height:109px;
	margin-bottom:30px;}
.head_gaikuang img{
	height:100%;
	width:auto;}
.aboutBox{
	border:2px solid #c80d3b;
	width:43%;
	padding:60px 20px 20px;
	position:relative;}
.aboutBox .number{
	position:absolute;
	left:-2px;
	top:-32px;}
.aboutBox .number1{
	width:61px;
	height:auto;}
.aboutBox .number2{
	width:98px;
	height:auto;}
.aboutBox .number3{
	width:94px;
	height:auto;}
.aboutBox .number4{
	width:102px;
	height:auto;}
.aboutBox h1{
	position:absolute;
	left:50px;
	top:-27px;
	height:67px;
	width:231px;
	background:url(../img/gaikuang_title.png) no-repeat;
	background-size:100% 100%;
	padding:20px 4px 4px 13px;
	line-height:43px;
	text-align:center;
	font-size:22px;
	color:#fee461;
	text-shadow:1px 1px 2px rgba(70,14,28,0.22);
	letter-spacing:4px;
	}
.aboutBox2{
	margin-bottom:36px;}
.aboutBox4{
	width:100%;
	margin-top:60px;
	margin-bottom:12px;}
.aboutBox p{
	line-height:30px;
	font-size:16px;
	color:#333;
	text-indent:5em;}
.aboutBox .arrow_01{
	width:19.5%;
	position:absolute;
	right:-26%;
	top:20%;}
.aboutBox .arrow_02{
	width:8.4%;
	position:absolute;
	right:2%;
	bottom:-40%;}
.aboutBox .arrow_03{
	width:7.8%;
	position:absolute;
	left:58%;
	top:-60px;}
.aboutBox p img{
	float:right;}
.aboutBox1 p{
	padding:0 0 0 20px;
	text-indent:3em;}
.aboutBox p a{
	color:#ee3c3c;}
.aboutBox p span{
	color:#1a93f8;
	font-weight:bold;}
@media (max-width:1020px) {
.head_gaikuang{
	height:80px;
	margin-bottom:25px;}
.aboutBox1 p{
	padding:0px;}
}
@media (max-width:768px) {
.head_gaikuang{
	height:60px;
	margin-bottom:20px;}
.aboutBox{
	border:2px solid #c80d3b;
	width:100%;
	padding:40px 10px 10px;
	margin-bottom:28px;}
.aboutBox .number{
	position:absolute;
	left:-2px;
	top:-20px;}
.aboutBox .number1{
	width:30px;}
.aboutBox .number2{
	width:50px;}
.aboutBox .number3{
	width:48px;}
.aboutBox .number4{
	width:52px;}
.aboutBox h1{
	left:34px;
	top:-20px;
	height:48px;
	width:165px;
	padding:15px 3px 3px 10px;
	line-height:30px;
	font-size:18px;
	text-shadow:1px 1px 2px rgba(70,14,28,0.22);
	letter-spacing:2px;
	}
.aboutBox2{
	margin-bottom:20px;}
.aboutBox4{
	margin-top:0px;
	margin-bottom:10px;}
.aboutBox p{
	line-height:20px;
	font-size:14px;
	text-indent:4em;}
.aboutBox .arrow_01{
	display:none;}
.aboutBox .arrow_02{
	display:none;}
.aboutBox .arrow_03{
	display:none;}
.aboutBox p img{
	display:none;}
.aboutBox1 p{
	padding:0px;
	text-indent:2em;}
}
/* ---- 作品展示 Style ---- */
.showHead{
	position:relative;
	overflow:hidden;
	margin-bottom:44px;}
.showHead img{
	width:46.2%;
	margin-left:24%;
	float:left;}
.showHead a.more{
	position:absolute;
	right:0px;
	bottom:0px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#ee3c3c;}
.showList{
	overflow:hidden;}
.showList li{
	width:31%;
	margin-right:3.5%;
	margin-bottom:32px;
	float:left;
	border-bottom:10px solid rgba(0,0,0,0.15);
	border-right:10px solid rgba(0,0,0,0.15)}
.showList li:nth-child(3n){
	margin-right:0px;}
.showList li a{
	display: block;
	padding:14px;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;}
.showList li a:hover{
	text-decoration:none;}
.showList li:hover a{
	border:1px solid #ee3c3c;
	background:#ee3c3c;}
.showList li .pic{
	width:100%;
	background:#fff;
	overflow: hidden;
	margin-bottom:15px;}
.showList 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;}
.showList li:hover .pic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.showList li p{
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	text-align:center;
	overflow:hidden;}
@media (max-width:768px) {
.showHead{
	margin-bottom:20px;}
.showHead a.more{
	height:24px;
	line-height:24px;
	font-size:14px;}
.showList li{
	width:48.5%;
	margin-right:3%;
	margin-bottom:14px;
	border-bottom:5px solid rgba(0,0,0,0.15);
	border-right:5px solid rgba(0,0,0,0.15)}
.showList li:nth-child(3n){
	margin-right:3%;}
.showList li:nth-child(2n){
	margin-right:0%;}
.showList li a{
	padding:8px;}
.showList li .pic{
	margin-bottom:5px;}
.showList li p{
	height:20px;
	line-height:20px;
	font-size:14px;}
}
@media (max-width:480px) {
.showHead{
	margin-bottom:14px;}
.showHead img{
	width:64%;
	margin-left:15%;}
.showHead a.more{
	height:24px;
	line-height:24px;
	font-size:14px;}
.showList li{
	margin-bottom:10px;
	border-bottom:3px solid rgba(0,0,0,0.15);
	border-right:3px solid rgba(0,0,0,0.15)}

.showList li a{
	padding:5px;}
.showList li .pic{
	margin-bottom:3px;}
.showList li p{
	height:18px;
	line-height:18px;
	font-size:12px;}
}
/* ---- 框架 Style ---- */
.container {
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
}
.hidden {
	overflow: hidden;
}
.mb25{
	margin-bottom:25px;}
@media (max-width:768px) {
.mb25{
	margin-bottom:15px;}
}
/* ---- 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;
}
}
