html{
	font-size: 63%
}

body{
	margin: 0;
	padding: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
}






.main-con{
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.main-con img{
	max-width: 100%;
	height: auto;
}

.img-gray img{
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}



.img-gray:hover img{
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
	
}

.t-l{
	text-align: left;
}
.t-r{
	text-align: right;
}


@media screen and (max-width:640px) {
    .yxwl{
	height: 300px;
	width:100%;
	background-image: url(../images/yxwl.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 220%;
	margin-top: -80px;
	}    
}
@media screen and (min-width:641px) and (max-width:1279px) {
    .yxwl{
	height: 600px;
	width:100%;
	background-image: url(../images/yxwl.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 200%;
	margin-top: -80px;
	}    
}
.job-tit{
	width: 100%;
	
	margin-top: 20px;
	margin-bottom: 10px;
}
.job-detail-tit{
	width: 100%;
	
	margin-top: -50px;
	margin-bottom: 10px;
}
.job-tit img,
.job-detail-tit img
{
	width:50%;
}
.job{
	width: 100%;
	
	padding-bottom: 20px;
	background-color: rgba(20,4,4,0.85);
	margin-bottom: 30px;
}
.job-detail{
	width: 80%;	
	padding: 10%;
	min-height: 300px;	
	background-color: #fff;
	margin-bottom: 30px;
}

.get-back{
	float: right;
	text-align: center;
	width: 80px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	color: #fff;
	background-color: #870000
}
.get-back a{
	color: #fff;
}
.get-back a:hover{
	color: #aaa;
}
.job-title{
	width: 80%;
	
	margin: 0 10% ;
	padding: 20px 0;
	
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
.job-list{
	width: 80%;
	margin: 0 10%;
	border-top: 1px solid #c9a063;
	border-bottom: 1px solid #c9a063;
}
.job-list > .job-li:first-child >.job-li-l{
	border: 0;
}
.job-list > .job-li:first-child >.job-li-r{
	border: 0;
}
.job-li{
	width: 100%;
	margin-bottom: 20px;
	
	display: inline-block;
}

.job-li-l{
	width: 23.8%;
	border-top: 1px solid #c9a063;
	text-align: left;
}
.job-li-l a{
	font-size: 1.4rem !important;
	color: #c9a063 !important;
}
.job-li-l a:hover{	
	color: #fff !important;
}

.job-li-r{
	width: 73.6%;
	border-top: 1px solid #c9a063;
	color: #ddd;
	text-align: left;
}
.job-li-r a{
	float: right;
	text-align: right;
}
.job-li-r img{
	width: 50%
}
.job-li h3{
	font-size: 1.4rem;
	color: #ddd;
}
.job-li p{
	font-size: 1.2rem;
	line-height: 1.5;
	
}





.contact{
	width: 100%;	
	background-color: #8c7f5f;
	padding: 10px;
	box-sizing:border-box;
}
.contact .main-con{
	
	box-sizing:border-box;
}
.contact-tit{
	margin: 20px auto;
}
.contact-tit img{
	width:50%;
}
.contact-info{
	width: 100%;
	float: left!important;
	padding: 10px 20px;	
	background-color: #870000;
	box-sizing:border-box;
	color: #ddd;
	text-align: left;

}
.contact-info h3{
	font-size: 1.2rem;
	display: inline-block;	
	border-bottom: 1px solid #ddd;
	
}
.contact-info p{	
	font-size: 1.2rem;	
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.contact-info p img{
	display: none;
}


.map{	
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background-position: top center;
	
	
}


.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;
}