/*页面总宽度*/
body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrap{
	width: 100%;
	/* max-width: 1440px; */
	min-width: 1280px;
	margin: 0 auto;
	font-family:'方正兰亭黑简体';
	position: relative;
}

/*主体内容宽度*/
.inner{
	width: 1024px; 
	margin: 0 auto;
}
.inner2{
	width: 1000px; 
	margin: 0 auto;
}
.inner3{
	width: 1200px; 
	margin: 0 auto;
}

/*头部区域*/
.header{
	position: relative;
}
.top{
	width: 100%;
    height: 80px;
    /* box-shadow: 0 1px 10px #bbb; */
    /* position: absolute; */
	z-index: 99;
	background:#f9f9f9;
	/* top: 0; */
}
.top .logo{
	float: left;
	margin:15px 0 0 0;
}
.nav{
	width: 100%;
	background: #f9f6ed;
}
 .nav1 li{
	float: left;
	text-align: center;
	margin: 0px 70px;
}
 .nav1 li a{
	width: 359px;
	height: 88px;
    display: inline-block;
    font-size: 20px;
    color: #9f843e;
	font-weight: bold;
	padding-top: 34px;
	/* font-family: "方正兰亭大黑简体"; */
}
.nav1 li a span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.nav1 li.on ,.nav1 li:hover{
	background: url(../images/navbg.png) no-repeat;
	background-size: 100% 100%;
}	
/* banner */
.banner{
	width: 100% !important;
	position: relative;
}
.banner img{
	width: 100%;
}
/*main*/
.main{
	position: relative;
	z-index: 9999;
	padding-top: 50px;
}
/*title*/
.title{
	margin: 10px auto 45px;
	text-align: center;
} 
/*contain*/

/*content*/
.content{
	font-size: 16px;
	position: relative;
	margin: 0 auto;
	/* background: rgba(255,248,245,0.95);
	border-radius: 20px;
	padding: 45px 0; 
	box-shadow: 0px 0px 25px #e5ecf0 inset; */
}
/* 企业简介 */
.text{
	margin-bottom: 45px;
	position: relative;
}

.text h1{
	color: #bda057;
	font-size: 20px;
	margin-bottom: 25px;
}
.text h1 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.text h2 span{
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	background: #bda057;
	margin-right: 10px;
}
.text>p{
	text-align: justify;
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 15px;
	color: #212121;
}
.text p span{
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	background: #bda057;
	margin-right: 10px;
}
.text>p strong{
	color: #bda057;
}
.word p{
	margin-bottom: 20px;
	line-height: 30px;
}
.tj p{
	margin-left: 20px;
}
.zhuyi p{
	text-indent: 0em;
}
.fj{
	display: inline-block;
	font-size: 20px;
	color: #bda057;
	font-weight: bold;
	border-bottom:2px #bda057 solid ;
	vertical-align: middle;
	margin-bottom: 35px;
}
.fjdj{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	margin-bottom: 35px;
}
.linkus{
	background: #bda057;
	color: #fff;
}
.linkus>div{
	display: inline-block;
	padding: 15px 0;
	margin-left:98px;
}
.linkus>div img{
	display: inline-block;
	vertical-align: middle;
}
.imggs img{
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}
.imggs p{
	text-align: center;
	margin-bottom: 25px;
}
.imgg{
	position: relative;
}
.imgg img,.video img{
	display: block;
	margin:0 auto;
}
.meng{
	background: #f7f7f7;
	padding: 30px 0;
	margin:40px auto;
}
.p1{
	padding-bottom: 60px;
	overflow: hidden;
}

/* job */
.job{
	position: relative;
	padding-bottom: 40px;
}
.job h1{
	font-size: 24px;
	color: #bda057;
	margin: 40px 0 20px;
}
.jobname{
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/jobnamebg.png) left no-repeat,#f9f9f9;
	margin-bottom: 10px;
}
.jobname .name{
	float: left;
	width: 400px;
	padding-left: 20px;
	overflow: hidden;
}
.jobname .num{
	float: left;
}
.jobname .ck{
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.jobdesc{
	width: 960px;
	margin: 0 auto;
	display: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.jobdesc h1{
	font-size: 16px;
	margin: 10px 0;
}
.jobdesc p{
	margin-bottom: 20px;
}
.sq img{
	width: 12.6%;
	float: right;
}
/*版权*/
.copyright{ 
	width:100%; 
	height:50px; 
	line-height:50px;
	text-align:center;
	color:#000; 
	font-size:12px;
}
.copyright img{
	vertical-align: text-bottom;
}







