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{
	clear: both;
}
.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;
	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;
}

.yxwl{
	height: 700px;
	width:100%;
	background-image: url(../images/yxwl.jpg);
	background-position: top center;
	margin-top: -40px;
}
.job-tit{
	width: 100%;
	min-height: 93px;
	margin-top: 100px;
	margin-bottom: 30px;
}
.job-detail-tit{
	width: 100%;
	
	margin-top: 80px;
	margin-bottom: 30px;
}
.job{
	width: 100%;
	min-height: 500px;
	padding-bottom: 100px;
	background-color: rgba(20,4,4,0.85);
	margin-bottom: 80px;
}
.job-detail{
	width: 80%;	
	padding: 10%;
	min-height: 300px;	
	background-color: #fff;
	margin-bottom: 80px;
}

.get-back{
	float: right;
	text-align: center;
	width: 80px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	
	background-color: #870000
}
.get-back a{
	color: #fff;
}
.get-back a:hover{
	color: #aaa;
}
.job-title{
	width: 80%;
	height: 60px;
	margin: 0 10% ;
	padding: 80px 0;
	
	color: #fff;
	font-size: 1.8rem;
	line-height: 2;
	text-align: left;
}
.job-list{
	width: 80%;
	margin: 0 10%;
	border-top: 2px solid #c9a063;
	border-bottom: 2px 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: 30px;
	min-height: 140px;
	display: inline-block;
}

.job-li-l{
	width: 23.8%;
	border-top: 1px solid #c9a063;
	text-align: left;
}
.job-li-l a{
	font-size: 1.8rem !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;
}
.job-li h3{
	font-size: 1.8rem;
	color: #ddd;
}
.job-li p{
	font-size: 1.5rem;
	line-height: 2;
	
}





.contact{
	width: 100%;	
	background-color: #8c7f5f;
	padding-top: 10px;
	box-sizing:border-box;
}
.contact .main-con{
	padding: 50px 5% 80px;
	box-sizing:border-box;
}
.contact-tit{
	margin-bottom: 50px;
}
.contact-info{
	width: 47%;
	height: 170px;
	padding-top: 10px;
	
	padding-left: 40px;	
	background-color: #870000;
	box-sizing:border-box;
	color: #ddd;
	text-align: left;

}
.contact-info h3{
	font-size: 1.6rem;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	
}
.contact-info p{
	height: 20px;
	line-height: 20px;
	font-size: 1.4rem
}
.contact-info p img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


.map{	
	width: 100%;
	height: 666px;
	margin: 0;
	padding: 0;
	background-position: top center;
	
}


.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;
}