.index,
.index img {
	width: 100%;
}

.index {
	position: relative;
}

.ffotter {
	font-size: 14px;
	color: #c4902d;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
}


/**/

.main,
.banner,
.banner>img {
	width: 100%;
}

.banner {
	position: relative;
}

.navigation {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 93px;
	align-items: center;
}

.daobg {
	width: 100%;
	position: absolute;
	/*background: url(../images/daobg.png);*/
	background-color: rgba(40, 40, 40, .1);
	height: 93px;
	top: 0px;
	left: 0px;
}

.navigation_tab {
	width: 950px;
	display: flex;
	justify-content: space-around;
}

.navigation_tab p {
	border-radius: 10px;
}

.navigation_tab p a {
	font-size: 21px;
	font-weight: bold;
	color: white;
}

.navigation_tab p a.show {
	color: #fda704;
}

.footer {
	color: white;
	background-color: #fda704;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}


/**/

.center {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.titlebg {
	width: 276px;
	height: 82px;
	line-height: 82px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/titlebg.png) no-repeat;
	margin: 70px auto;
}

.titlebg1 {
	width: 367px;
	height: 95px;
	line-height: 95px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/titlebg1.png) no-repeat;
	margin: 50px auto;
}

.xtitle {
	width: 165px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/xtitle.png) no-repeat;
}

.font {
	font-size: 16px;
	color: #313131;
	line-height: 30px;
	text-indent: 2em;
}

.font span {
	color: #fda704;
	font-weight: bold;
}

.dis {
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

.dis>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.dis>div img {
	width: 177px;
	height: 177px;
}

.dis>div p {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}

.wen {
	width: 100%;
	padding: 40px;
}

.wen p {
	line-height: 38px;
	text-align: left;
	font-size: 18px;
}

.wen p:nth-child(1) {
	font-size: 26px;
	color: #fda704;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	letter-spacing: 2px;
}

.wen p:nth-child(2) {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	letter-spacing: 2px;
}

.wen p:nth-child(3) {
	color: #000000;
	text-align: left;
	margin-top: 16px;
}


/**/

.tab {
	display: flex;
	justify-content: space-between;
}

.tabtitle {
	width: 204px;
}

.tabtitle>p:nth-child(1) {
	color: #FFFFFF;
	height: 74px;
	background-color: #fda704;
	border-top-right-radius: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 74px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.tabtitle>p:last-child {
	height: 10px;
	background-color: #fda704;
}

.tabtitle1 p {
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #000000;
	background-color: #f2faff;
	margin-bottom: 5px;
	cursor: pointer;
}

.tablist>p {
	width: 961px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #fda704;
	letter-spacing: 3px;
	border-top-right-radius: 20px;
}

.tablist>p span {
	display: block;
	height: 48px;
	line-height: 48px;
	width: 90px;
	border-bottom: 2px solid #fda704;
}

.table {
	font-size: 16px;
	width: 100%;
}

.table tr {
	border-bottom: 1px dashed gainsboro;
	display: none;
}

.table tr td {
	height: 50px;
}

.table tr td:nth-child(1) {
	width: 15%;
}

.table tr td:nth-child(2) {
	width: 32%;
	overflow: hidden;
	/*超出部分隐藏*/
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	white-space: nowrap;
	/*规定段落中的文本不进行换行 */
}

.table tr td:nth-child(3) {
	width: 40%;
}

.table tr td:nth-child(4) {
	width: 13%;
}


/**/

.table1 {
	font-size: 16px;
	width: 100%;
}

.table1 p {
	border-bottom: 1px dashed gainsboro;
	display: flex;
}

.table1 p span {
	height: 60px;
	line-height: 60px;
	display: inline-block;
}

.table1 p span:nth-child(1) {
	width: 15%;
}

.table1 p span:nth-child(2) {
	width: 32%;
	overflow: hidden;
	/*超出部分隐藏*/
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	white-space: nowrap;
	/*规定段落中的文本不进行换行 */
}

.table1 p span:nth-child(3) {
	width: 40%;
	padding-left: 20px;
}

.table1 p span:nth-child(4) {
	width: 13%;
}

.table1 p span:nth-child(4) a img {
	margin-top: 14px;
}

.aa {
	display: block;
	width: 113px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
	background: url(../images/aabg.png) no-repeat;
}

.joblistUrlIntro {}

.mtb {
	margin-top: 20px;
	margin-bottom: 20px;
}

.nfont {
	text-indent: 0em;
}

.xfont {
	font-size: 14px;
}

.mt {
	margin-top: 40px;
}

.mt1 {
	margin-top: 20px;
}

.mt2 {
	margin-top: 70px;
}

.mt3 {
	margin-top: 110px;
}

.mt4 {
	margin-top: 100px;
}

.zhong {
	text-align: center;
}

.xin_font {
	font-size: 22px;
	color: #e46c09;
	letter-spacing: 3px;
	margin-top: 43px;
	text-align: center;
}

.xin_cu {
	font-weight: bold;
}

.zuo {
	text-align: left;
}

.color {
	color: #e36c0b;
	font-weight: bold;
}