/*  *,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

 html {
  font-size: 63%;
}



body{
	margin: 0;
	background-image: url(../images/background.jpg);
	color: #898989;	
	position: relative;
}
.clear {
	DISPLAY: block; CLEAR: both; WIDTH: 100%; HEIGHT: 1px; OVERFLOW: hidden
}
.kefu{
	display: none;
}

a{
	color: #898989;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.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-1{
	overflow: hidden;
}
.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;    
}
.hidden{
	display: none;
}
.main img{
	max-width: 100%;
	height: auto;
	
}


.top-bg{
	width: 100%;
	min-height: 37px;
	position: fixed;
	top: 0;
	background-color: #5A0000;
	z-index: 1;
}

.slider{
	position: relative;
	
}
.slider-logo{
	display: none;
}

.main{
	width: 90%;
	max-width: 1000px;	
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.main-ind-1{
	width: 100%;
	
	margin-top: 40px;
}
.main-ind-1-img {
	width: 33%;
	
	display: block;
	float: left;
	text-align: center;
}

.main-ind-1-img-c{
	margin-left: 0.5%;
	margin-right: 0.5%; 
}
@media screen and (max-width:400px) {
	/* .main-ind-1-img {
		width: 100%;		
		display: block;
		float: left;
		text-align: center!important;
	}  */

	
    
}
.main-ind-2{
	width: 100%;	
	text-align:center!important;
	margin-top: 50px;
	margin-bottom: 20px;
}
.main-ind-2 img{
	width: 50%;
	margin:0 auto;
}


.main-ind-3{
	width: 100%;
	
	background-color: #fff;	
	margin-bottom: 30px;
}
.news-comment{
	width: 100%;
	box-sizing:border-box;
	padding: 30px;
}
.news-comment > .left{
	width: 100%;
	padding: 0
}

.news-comment > .right{
	width: 100%;
	position: relative;
}
.news-comment > .right > h3 > a{
	font-size: 1.6rem;
	color: #a12125;
	
}
.news-comment > .right > p{
	font-size: 1.4rem;
	line-height: 1.7;
	}
.see-more{	
	display: none;
	
}

.main-news{	
	min-height: 100px;
	width: 100%;
	padding: 30px;
	display: block;	
	box-sizing:border-box;
	background-color: #c8c2a6;
}


.ind-news-1-img{
	width: 50%;	
	overflow: hidden;	
	float: left;
	
	box-sizing:border-box;
	padding: 5px;
	display: table-cell;
}
.ind-news-1-img:nth-child(1),
.ind-news-1-img:nth-child(3){
	text-align: right;
}
.ind-news-1-img:nth-child(2),
.ind-news-1-img:nth-child(4){
	text-align: left;
}
.ind-news-1-img img{
	border:0;
	display: inline-block;
}
.img-scale{	
	
	padding:0;	
	display: inline-block;
	position: relative;
	
	text-align: center!important;
}

.img-mask{	
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(149,97,52,0.7);
	display: inline-block;
}
.img-mask-text{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 10px;
	box-sizing:border-box;
	font-size: 1.2rem;
	
	 
}

.img-mask-text a{
	color: #fff;
}









.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;
}
.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;
}



.t-a-l{
	text-align: left;
}
.t-a-r{
	text-align: right;
}
