/* 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;
	background:#fff;
	overflow-x: hidden;
	padding-bottom: 1.8rem;
}
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: 1.5rem;
	overflow: hidden;
	width: 100%;
}
.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 1.5rem;
}
.header img{
	height: 100%;
	width: auto;
}
.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}
.header .link a {
	color: #333;
	margin: 0 0.3rem;
}
@media (max-width:414px) {
	.header_coat{
		display: none;
	}
	.header .link {
		display: none;
	}
}
/* ---- bodyBox Style ---- */
.bodyBox{
	width: 100%;
	height: auto;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.banner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: auto;
}
/* ---- container Style ---- */
.menuBox{
	width: 100%;
	max-width: 1260px;
	background: #188f00;
	margin: 0 auto;
	position: relative;
}
.menuBox::before,
.menuBox::after{
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 0.75rem solid transparent;
	border-top-color: #116300;
}
.menuBox::before{
	left: 0;
	border-right-color: #116300;
}
.menuBox::after{
	right: 0;
	border-left-color: #116300;
}
.menuBox ul{
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.menuBox ul li{
	height: 3.4rem;
	width: 20%;
}
.menuBox ul li a{
	display: flex;
	height: 3.4rem;
	padding: 0 0.2rem;
	justify-content: center;
	align-items: center;
	font-style: 1.1rem;
	line-height: 1.5rem;
	color: #fff;
	font-weight:  bold;
}
.menuBox ul li a:hover{
	text-decoration: none;
}
@media (max-width:1240px) {
	.menuBox::before,
	.menuBox::after{
		border-width: 0.5rem;
	}
}
@media (max-width:768px) {
	.menuBox{
		background: rgba(24,143,0,0.9);
	}
	.menuBox::before,
	.menuBox::after{
		border-top-color: rgba(17,99,0,0.8);
	}
	.menuBox::before{
		border-right-color: rgba(17,99,0,0.8);
	}
	.menuBox::after{
		border-left-color: rgba(17,99,0,0.8);
	}
	.menuBox ul li{
		height: 2.4rem;
		width: 20%;
	}
	.menuBox ul li a{
		height: 2.4rem;
		font-style: 1rem;
		line-height: 1.4rem;
	}
}
/* ---- container Style ---- */
.mainBox{
	background: #fff;
	padding: 4% 0 0;
}
@media (max-width:768px) {
	.mainBox{
		background: rgba(255,255,255,0.8);
	}
}
/* ---- headline Style ---- */
.headline{
	position: relative;
	padding: 0 1rem 0 8rem;
	margin-bottom: 3.33%;
}
.headline::before{
	content: "";
	position: absolute;
	left: 2.3rem;
	top: 0;
	width: 4.5rem;
	height: 4.1rem;
	background: url(../img/head_headline.png) no-repeat;
	background-size: 100% 100%;
}
.headline h1{
	line-height:2.9rem;
	font-size: 2.2rem;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.headline p{
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0.9rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width:768px) {
	.headline{
		position: relative;
		padding: 0 0.5rem 0 4.5rem;
	}
	.headline::before{
		content: "";
		position: absolute;
		left: 0.5rem;
		top: 0;
		width: 3rem;
		height: 2.4rem;
		background: url(../img/head_headline.png) no-repeat;
		background-size: 100% 100%;
	}
	.headline h1{
		padding: 0.3rem 0;
		line-height:1.8rem;
		font-size: 1.3rem;
		margin-bottom: 0.8rem;
	}
	.headline p{
		display: none;
		height: auto;
		line-height: 150%;
		text-align: center;
		font-size: 0.9rem;
		color: #666666;
		overflow: auto;
		text-overflow: normal;
		white-space: normal;
	}
}
/* ---- swiperBox Style ---- */
.swiperBox {
	width: 50%;
	float: left;
	position: relative;
	height: 20rem;
	margin-bottom: 3.33%;
}
.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{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.7rem;
	line-height: 2.7rem;
	background: rgba(0,0,0,0.7);
	padding: 0 6rem 0 0.9rem;
	text-align: left;
	font-size: 1.1rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiperBox .pagination {
	position: absolute;
	width: auto;
	right: 0.5rem;
	left: auto;
	bottom: 1.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: #ba0900;
}
.swiper_next,
.swiper_prev{
	position: absolute;
	top: 50%;
	margin-top: -2.8rem;
	width: 2rem;
	height: 3.7rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	z-index: 99;
	outline: none;
	overflow: hidden;
}
.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.2rem;
		line-height: 2.2rem;
		padding: 0 6rem 0 0.9rem;
		font-size: 1rem;

	}
	.swiperBox .pagination {
		bottom: 0.8rem;
	}
	.swiperBox .swiper-pagination-bullet{
		width: 0.4rem;
		height: 0.4rem;
		margin: 0 0.2rem;
	}
	.swiper_next,
	.swiper_prev{
		margin-top: -2.5rem;
		width: 1.6rem;
		height: 3rem;
	}
}
/* ---- mainNews Style ---- */
.mainNews{
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 0.6rem;
	margin: 0 0 0.9rem;
}
.mainNews h1{
	line-height: 1.6rem;
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 0.4rem;
	text-align: center;
}
.mainNews p{
	position: relative;
	height: 3.6rem;
	line-height: 1.8rem;
	font-size: 0.8rem;
	color: #666;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mainNews p a{
	position: absolute;
	bottom: 0.1rem;
	right: 0;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.8rem;
	background: #fff;
}
.mainNews p a::before{
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 3rem;
	height: 100%;
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}
@media (max-width:768px) {
	.mainNews h1{
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
	.mainNews p{
		height: auto;
		max-height: 3.6rem;
		font-size: 0.9rem;
	}
	.mainNews p a{
		font-size: 0.9rem;
	}
}
/* ---- container Style ---- */
.newsList li{
	padding: 0 0 0 1rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.9rem;
	color: #333333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.75rem;
	width: 0.4rem;
	height: 0.4rem;
	font-size: 0;
	line-height: 0;
	background: #188f00;
	border-radius: 50%;
}
@media (max-width:768px) {
	.newsList li{
		height: auto;
		line-height: 1.5rem;
		font-size: 1rem;
		overflow: auto;
		padding: 0.3rem 0 0.3rem 1rem;
		text-overflow: unset;
		white-space: normal;
	}
	.newsList li::before{
		top: 1rem;
	}
}
/* ---- mainBox Style ---- */
.mainHead{
	height: 2.7rem;
	line-height: 0rem;
	padding-left: 2.2rem;
	position: relative;
	font-size: 1.8rem;
	color: #333333;
	font-family: 'simsun';
	font-weight: bolder;
	margin-bottom: 0.8rem;
}
.mainHead b{
	color: #188f00;
}
.mainHead span{
	font-size: 0.7rem;
	color: #9e9d9d;
	font-weight: normal;
}
.mainHead img.icon{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.8rem;
	width: 1.9rem;
	height: 1.6rem;
}
.mainHead img.hd{
	height: 100%;
	width: auto;
}
.mainHead a.more{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 2.7rem;
	font-size: 0.8rem;
	color: #666666;
	font-weight: normal;
	font-family: "Microsoft YaHei";
}
@media (max-width:768px) {
	.mainHead span{
		transform: scale(0.8);
		transform-origin: left;
	}
}
@media (max-width:360px) {
	.mainHead span{
		display: none;
	}
}
/* ---- container Style ---- */
.imgList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 0.8rem;
}
.imgList li{
	background: #188f00;
	width: 48.3333%;
	height: 9.5rem;
	overflow: hidden;
	position: relative;
}
.imgList li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
}
.imgList li:hover img {
	-webkit-transform: scale(1.1) translate(-50%, -50%);
	transform: scale(1.1) translate(-50%, -50%);
}
.imgList li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	padding: 0 0.4rem;
	background: rgba(0, 0, 0, 0.7);
	font-size: 0.8rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width:414px) {
	.imgList li{
		height: 7.5rem;
	}
}
/* ---- ecologyList Style ---- */
.ecologyList li{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
}
.ecologyList li h1{
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ecologyList li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.ecologyList li p{
	height: 3rem;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #666666;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ecologyList li p a{
	position: absolute;
	bottom: 0rem;
	right: 0;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.8rem;
	background: #fff;
}
.ecologyList li p a::before{
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 3rem;
	height: 100%;
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}
@media (max-width:768px) {
	.ecologyList li h1{
		height: auto;
		line-height: 1.4rem;
		font-size: 1.1rem;
		overflow: auto;
		text-overflow: unset;
		white-space: normal;
	}
}
/* ---- imgText Style ---- */
.imgText{
	margin-bottom: 0.8rem;
	position: relative;
	background: #f8f8f8;
}
.imgText .pic{
	background: #188f00;
	width: 33.3333%;
	height: 6.5rem;
	overflow: hidden;
	position: relative;
	float: left;
}
.imgText .pic img {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
}
.imgText .pic:hover img {
	-webkit-transform: scale(1.1) translate(-50%, -50%);
	transform: scale(1.1) translate(-50%, -50%);
}
.imgText .con{
	min-height: 6.5rem;
	float: right;
	width: 66.6667%;
	display: flex;
	justify-content: left;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 0 3.33%;
}
.imgText .con h1{
	height: 1.7rem;
	line-height: 1.7rem;
	font-size: 1rem;
	color: #188f00;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imgText .con p{
	height: 3rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #666666;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.imgText .con p a{
	position: absolute;
	bottom: 0rem;
	right: 0;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	background: #fff;
}
.imgText .con p a::before{
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 3rem;
	height: 100%;
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}
@media (max-width:520px) {
	.imgText .pic{
		height: 5.4rem;

	}
	.imgText .con{
		min-height: 5.4rem;
	}
	.imgText .con h1{
		height: 1.5rem;
		line-height: 1.5rem;
	}
}
/* ---- container Style ---- */
.container {
	max-width: 1200px;
	padding: 0rem;
	margin: 0 auto;
}
.mainLeft{
	width: 50%;
	margin-bottom: 3.33%;
	float: left;
}
.mainRight{
	width: 46.66667%;
	margin-bottom: 3.33%;
	float: right;
}
@media (max-width:1240px) {
	.container {
		max-width: 1240px;
		padding: 0rem 1rem;
		margin: 0 auto;
	}
}
@media (max-width:768px) {
	.mainRight{
		width: 100%;
	}
	.mainLeft{
		width: 100%;
	}
}

/* ---- crumbs ---- */
.crumbs{
	width: 96%;
	min-height: 1.5rem;
	font-size: 0.7rem;
	color: #999;
	line-height: 1.1rem;
	padding: 0.2rem 0;
    margin:0 auto 0.7rem;
    position: relative;
}
.crumbs span{
	color: #333;
}
.crumbs .rightSearch{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15rem;
}
@media (max-width:768px) {
	.crumbs{
		font-size: 0.8rem;
    }
}
@media (max-width:768px) {
	.crumbs{
		font-size: 0.9rem;
    }
    .crumbs .rightSearch{
        display: none;
    }
}
/* ---- theList ---- */
.textList {
	width: 96%;
    margin:0 auto 6%;
}
.textList li{
    border-bottom: 0.05rem dashed #d5d5d5;
    min-height: 2.25rem;
    line-height: 1.2rem;
    font-size: 0.8rem;
    padding: 0.6rem 0.7rem 0.6rem 1.2rem;
	color: #333;
	position: relative;
}
.textList li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 1.05rem;
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0;
	line-height: 0;
	background: #188f00;
	border-radius: 50%;
}
.textList li:last-child{
    border-bottom: none; 
}
@media screen and (max-width:1024px) {
    .textList li{
		line-height: 1.4rem;
		font-size: 0.9rem;
		background-position: left 1.1rem;
    }
}
@media screen and (max-width:768px) {
    .textList li{
		line-height: 1.5rem;
		font-size: 1rem;
		background-position: left 1.2rem;
    }
}
/* ---- pager ---- */
.pager{
	min-height: 2rem;
	text-align: center;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #888;
	margin: 2rem 0 3rem;
}
.pager a{
	height: 1.8rem;
	line-height: 1.7rem;
	display: inline-block;
	border: 0.05rem solid #cccccc;
	padding: 0 0.75rem;
	font-size: 0.8rem;
	color: #888;
	margin: 0 0.2rem 0.4rem;	
}
.pager a:hover{
	border: 0.05rem solid #188f00;
	color: #188f00;
	text-decoration: none;
}
.pager a.active{
	border: 0.05rem solid #188f00;
	background: #188f00;
	color: #fff;
	text-decoration: none;
}

.pager a.disable{
    display: none;
}
@media screen and (max-width:1024px) {
	.pager{
		font-size: 0.9rem;
	}
	.pager a{
		font-size: 0.9em;	
	}
}
/* ---- content Style ---- */
.conentTitle{
	width: 96%;
	border-bottom:1px dotted #a09f9f;
	padding:0 0 1.2rem;
    margin:0 auto 1.5rem;
}
.conentTitle h1{
	margin-top: 1.5rem;
	line-height:2.3rem;
	font-size:1.9rem;
	padding:0.3rem 0;
	color:#333;
	text-align: center;
	font-weight: normal;
    margin-bottom: 1%;
}
.conentTitle h2{
	min-height:2.2rem;
	line-height:1.4rem;
	font-size:1rem;
	padding:0.4rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
}
.conentTitle h3{
	margin-top: 1rem;
	min-height:2.1rem;
	line-height:1.5rem;
	font-size:1rem;
	padding:0.3rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
    margin-bottom: 1%;
}
.conentTitle .else{
    min-height:1.3rem;
    margin-top: 2%;
}
.conentTitle .else h2{
	line-height:1.3rem;
	font-size:0.7rem;
	color:#999;
    float:left;
    font-weight: normal;
}
.conentTitle .else h2 span{
	display:inline-block;
    margin-right:1.4rem;
}
.conentTitle .else h2 span font{
    color: #c10000;
}
.conentTitle .fontstyle{
	height:1.3rem;
    float:right;
    line-height: 1.3rem;
    color: #979797;
}
.conentTitle .fontstyle a{
	height:1.3rem;
	display: inline-block;
	margin:0 0.6rem;
	line-height:0px;
	border-radius:0.1rem;
	text-align:center;
	font-size:0.9rem;
    color:#333;
}
.conentTitle .fontstyle img{
	height: 100%;
	width: auto;
}
.conentTitle .fontstyle a:hover{
    text-decoration:none;
}
.content{
	width: 96%;
    line-height: 200%;
    font-size: 0.9rem;
    color: #333;
    margin: 0 auto 1.8rem;
}
.content img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.content p{
	font-size: inherit !important;
	padding: 0.5rem 0;
}
.content p span{
    font-size: inherit !important;
}
.content_btn{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
	width: 91.8%;
	text-align: right;
    margin: 0 auto 4.5%;
    position: relative;
}
.content_btn a{
    color: #333;
    margin: 0 10px;
}
.content_btn span{
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
}
@media (max-width:768px) {
    
    .conentTitle{
        margin:0 auto 12px;
    }
    .conentTitle h1{
		margin-top: 0;;
        min-height:auto;
        line-height:1.9rem;
        font-size:1.5rem;
    }
    .conentTitle .else h2{
        line-height:20px;
		font-size:12px;
		float: none;
    }
    .conentTitle .else h2 span{
        margin-right:16px;
    }
	.conentTitle .fontstyle{
		height:0.9rem;
		float:none;
		line-height: 0.9rem;
		text-align: center;
	}
	.content_btn p{
        display: none;
	}
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 1.8rem;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}