html{
	font-size: 63%
}

body{
	margin: 0;
	background-image: url(../images/background.jpg);
	/* color: #898989; */
	
	/* text-align: center; */
	
}

a{
	color: #898989;
	text-decoration: none;
}
a:hover{
	color: #000;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear {
	DISPLAY: block; CLEAR: both; WIDTH: 100%; HEIGHT: 1px; OVERFLOW: hidden
}
.t-center{
	width: 100%;
	text-align: center;
}






.main-con{
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	/* text-align: center; */
}



.zeren{
	width: 100%;
	box-sizing:border-box;
	padding-top: 80px;
	padding-bottom: 50px;
	margin-top: -130px;
	background-image: url(../images/company-news-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.com-news{
	width: 100%;
	margin-top: -50px;
	
	margin-bottom: 20px
}
.zeren-con{
	width: 90%;	
	padding: 50px 5%;
	background-color: rgba(20,4,4,0.7)!important;
	
}

.t-center img{
	width: 50%;
	margin-bottom: 20px;
}
.news-detail{
	width: 80%;	
	padding: 10%;
	min-height: 300px;	
	background-color: #fff;
	margin-bottom: 20px;
}
.news-detail img{
	max-width: 100%;
}
.news-nav{
	padding-top: 50px;
	font-size: 15px;
	line-height: 20px;
}
.get-back{
	float: right;
	width: 80px;
	height: 25px;
	text-align: center;
	display: inline-block;
	line-height: 25px;
	
	background-color: #870000
}
.get-back:hover{
	background-color: #BB0611
}
.get-back a{
	color: #fff;
}
.zeren-li{
	width: auto;
	text-align: right;
	margin-bottom: 20px;
	border-bottom: 1px solid #C9A063;
	position: relative;
	padding-bottom: 10px
}
.zeren-li-img {	
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.zeren-li-con{
	width: 100%;	
	text-align: left;

}
.zeren-li-con h3{
	
}
.zeren-li-con a {
	font-size: 1.4rem;
	color: #C9A063;
	
}
.zeren-li-con p {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #aaa;
}
.zeren-li-con a:hover{
	
	color: #fff;
}
.zeren-li > a:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;

}
.zeren-li > a:last-child img{
	width: 50%;

}
.cutepage{
	width: auto;
	margin: o auto;
	text-align: center;
}
.cutepage a:first-child{
	display: none;
}
.cutepage a{
	font-size: 1.6rem!important;
	color: #fff;
	margin: 0 10px;
}
#cutepage-input, .hand{
	display: none;
}





.foot-1{
	display: none;
}

.foot-2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #5C0000;
	padding-top: 15px;
	text-align: center;
}
.foot-2  p{
	display: none;
}
.foot-link{
	display: inline-block;
	margin: 0 auto;
	float: none!important;
}
.foot-links{
	float: left;
	height: 20px;
	line-height: 20px;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.foot-links img{
	vertical-align: middle;
}
.foot-links:first-child{
	padding-left: 0;
	border-left: 0;
}
.foot-links:last-child{
	padding-right: 0;
	border-right: 0;
}