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;
}
.bigger-1:hover img{
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    
}
.bigger:hover img{
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    box-shadow: 0 0 10px gray;
}
.bigger:hover {
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    box-shadow: 0 0 10px gray;
}





.main-con{
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	/* text-align: center; */
}
.main-con img{
	max-width: 100%;

	height: auto;
}


.zeren{
	width: 100%;
	min-height: 1068px;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: -50px;
	background-image: url(../images/company-news-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.com-news{
	width: 100%;
	min-height: 500px;
	padding-top: 100px;
	margin-bottom: 100px
}
.zeren-con{
	width: 90%;
	min-height: 500px;
	padding: 50px 5%;
	background-color: rgba(20,4,4,0.7)!important;
	
}

.t-center img{
	margin-bottom: 60px;
}
.news-detail{
	width: 80%;	
	padding: 10%;
	min-height: 300px;	
	background-color: #fff;
	margin-bottom: 80px;
}
.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;
	height: 230px;
	margin-bottom: 50px;
	border-bottom: 1px solid #C9A063;
	position: relative;
}
.zeren-li-img {
	float: left;
	width: 270px;
	height: 180px;
	overflow: hidden;
}
.zeren-li-con{
	width: 600px;
	float: right;
	text-align: left;
}
.zeren-li-con h3{
	margin: 0 auto 20px 0;
}
.zeren-li-con a {
	font-size: 1.8rem;
	color: #C9A063;
	
}
.zeren-li-con p {
	font-size: 1.4rem;
	line-height: 2;
	color: #aaa;
}
.zeren-li-con a:hover{
	
	color: #fff;
}
.zeren-li > a:last-child > img {
	position: absolute;
	right: 0;
	bottom:50px;
}
.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{
	width: 100%;
	background-color: #870000;
	height: 230px;
}
.footer{
	text-align: center;
	width:20%;
	float: left;
	
	margin-top:20px;
	color: #ddd;
}

.footer h3 {
	font-size: 1.58rem;
}
.footer > ul {
	list-style: none;
	
	padding-left: 0;
}
.footer > ul > li {
	line-height: 25px;
	height: 25px;
}
.footer a{
	color: #ddd;
}
.footer a:hover{
	color: #fff;
}
.foot-2{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #5C0000;
	padding-top: 10px;
}
.foot-2  p{
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
	color: #ddd;
}
.foot-link{
	margin-top: 15px;
}
.foot-links{
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	border-right: 1px solid #fff;

}
.foot-links:last-child{
	padding-right: 0;
	border-right: 0;
}