/* 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;
	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%;
	background: url(../img/bg_top.jpg) center center repeat-x;
	background-size: auto 100%;
	margin-bottom: 3rem;
}
.banner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 0;
}
.banner img{
	width: 100%;
	height: auto;
}
.introducer{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding:1rem 1rem 1.6rem 5.5rem;
	background: #e32c21;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #fff;
	text-indent: 2em;
	word-break: break-all;
}
.introducer h1{
	position: absolute;
	top: 50%;
	margin-top: -3rem;
	left: 0.6rem;
	height: 6rem;
	width: 4.05rem;
	font-family: simsun;
	font-size: 2.5rem;
	line-height: 3rem;
	text-indent: 0;
	border-right: 1px solid #fff;
	text-align: center;
	/* 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;
}
@media (max-width:414px) {
	.introducer{
		padding:1rem 1rem 1.6rem 1rem;
		font-size: 0.9rem;
	}
	.introducer h1{
		position: relative;
		float: left;
		top: auto;
		margin-top: 0rem;
		margin-right: 1rem;
		left: auto;
		height: 5rem;
		width: 3rem;
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
/* ---- swiperBox Style ---- */
.swiperBox {
	float: right;
	width: 48.3333%;
	position: relative;
	height: 19.4rem;
	margin-bottom: 3%;
}
.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.5rem;
	line-height:2.5rem;
	padding:0 6rem 0 1rem;
	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.6rem;
	bottom: 0.9rem;
	z-index: 9;
}
.swiperBox .swiper-pagination-bullet{
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 0.3rem;
	cursor: pointer;
	opacity: 1;
}
.swiperBox .swiper-pagination-bullet-active{
	background: #ba0900;
}
.swiperBox .swiper_prev,
.swiperBox .swiper_next{
	position: absolute;
	top: 50%;
	margin-top: -1.85rem;
	width: 2rem;
	height: 3.7rem;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 9;
}
.swiperBox .swiper_prev{
	background-image: url(../img/news_left.png);
	left: 0;
}
.swiperBox .swiper_next{
	background-image: url(../img/news_right.png);
	right: 0;
}
@media (max-width:768px) {
	.swiperBox {
		width: 100%;
		height: auto;
		margin-bottom: 7%;
	}
	.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.4rem;
		line-height:2.4rem;
		padding:0 4.5rem 0 1rem;
		font-size:0.9rem;
	}
	.swiperBox .pagination {
		right: 0.3rem;
		bottom: 0.5rem;
	}
	.swiperBox .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- mainHead Style ---- */
.mainHead{
	height: 1.8rem;
	line-height: 1.8rem;
	position: relative;
	font-size: 1.8rem;
	color: #28424e;
	font-family: simsun;
	font-weight: bold;
	margin-bottom: 1rem;
}
.mainHead span{
	color: #e50201;
}
.mainHead a.more{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -0.6rem;
	width: 3rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 0.2rem;
	background: #ffb401;
	font-size: 0.8rem;
	color: #fff;
}
.mainHead a.more:hover{
	text-decoration: none;
}
/* ---- headlines Style ---- */
.headlines li{
	margin-bottom: 1.5rem;
}
.headlines li:last-child{
	margin-bottom: 0;
}
.headlines li h2{
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1.2rem;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headlines li p{
	height: 2.4rem;
	font-size: 0.7rem;
	line-height: 1.2rem;
	color: #666;
	overflow: hidden;
}
@media (max-width:768px) {
	.headlines li h2{
		height: auto;
		min-height: 1.6rem;
		line-height: 1.3rem;
		padding: 0.15rem 0;
		font-size: 1.1rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
@media (max-width:414px) {
	.headlines li p{
		height: auto;
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
}
/* ---- container Style ---- */
.tabBox{
	margin-bottom: 1.6rem;
}
.tabBox h1{
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 1.8rem;
	color: #28424e;
	text-align: center;
	font-family: simsun;
	margin-bottom: 1.2rem;
}
.tabBox h1 span{
	color: #e32c21;
}
.tabHead {
	overflow:hidden;
	zoom:1;
	margin-bottom: 1.4rem;
}
.tabHead li{
	float:left;
	width:18%;
	margin-right: 2.5%;
	color:#fff;
	text-align:center;
	cursor:pointer;
	min-height: 2.2rem;
	line-height: 1.5rem;
	padding: 0.3rem;
	font-size: 1.1rem;
	color: #e32c21;
	border: 0.05rem solid #e32c21;
	border-radius: 0.3rem;
}
.tabHead li:last-child{
	margin-right: 0px;
}
.tabHead li.active{
	background:#e32c21;
	color: #fff;
}
.tabBody>li{
	display:none;
}
.tabBody>li.thisclass{
	display:block;
}
.newsList li{
	position: relative;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 1rem;
	color: #333;
	padding: 0 0 0 1.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.twonews li{
	width: 48.3333%;
	float: left;
}
.twonews li:nth-child(2n){
	float: right;
}
.newsList li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.9rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #ffd4d4;
}
@media (max-width:768px) {
	.tabBox h1{
		font-size: 1.4rem;
	}
	.twonews li{
		width: 100%;
	}
	.newsList li{
		height: auto;
		line-height: 1.4rem;
		font-size: 1rem;
		color: #333;
		padding: 0.4rem 0 0.4rem 1.5rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.tabHead li{
		width:32%;
		margin-right: 2%;
		margin-bottom: 2%;
		min-height: 2.2rem;
		line-height: 1.3rem;
		padding: 0.4rem 0.2rem;
		font-size: 1rem;
	}
	.tabHead li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width:414px) {
	.tabBox h1{
		font-size: 1.3rem;
	}
}
/* ---- momentBox Style ---- */
.momentBox{
	background: #f3ebe6;
	padding: 0.9rem 0 0.5rem;
}
.momentBox h1{
	height: 1.9rem;
	position: relative;
	margin-bottom: 1.5rem;
}
.momentBox h1 span{
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.9rem;
	font-size: 1.8rem;
	color: #e32c21;
	font-family: simsun;
	background: #f3ebe6;
	width: 17.5rem;
	text-align: center;
}
.momentBox h1::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.05rem;
	height: 0.1rem;
	width: 100%;
	line-height: 0;
	font-size: 0;
	background: #e32c21;
}
.momentList li{
	width: 25%;
	margin-right: 1.75%;
	margin-bottom: 1.75%;
	float: left;
	overflow: hidden;
	position: relative;
}
.momentList li:nth-child(2n+1){
	margin-right: 0;
}
.momentList li:first-child{
	width: 46.5%;
	margin-right: 1.75%;
}
.momentList li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.momentList li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.momentList li p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.2rem;
	line-height: 2.2rem;
	width: 100%;
	padding: 0 0.8rem;
	background: rgba(0,0,0,0.7);
	font-size: 1rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:768px) {
	.momentList li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.momentList li:nth-child(2n+1){
		margin-right: 0;
	}
	.momentList li:first-child{
		width: 100%;
		margin-right: 0%;
	}
}
/* ---- container Style ---- */
.container{
	width: 100%;
	max-width: 1220px;
	padding: 0 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;
}
}