@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	display: block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	background: #f8f8f8;
}

.layout {
	max-width: 1400px;
	min-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	font-family: Microsoft Yahei, '微软雅黑';
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	background: #ffffff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.logo {
	/* padding: 8px 0 6px; */
}

.logo img {
	margin: 0 auto;
}

/*轮播图*/
.slider {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slider .w1200 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	z-index: 3;
}

.slider ul li {
	width: 100%;
	height: auto;
	position: relative;
}

.slider ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

/* 内容 */
.content {
	overflow: hidden;
}

.content_main {
	width: 86%;
	min-width: 1000px;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 导航 */
.nav {
	overflow: hidden;
	padding: 10px 0;
}

.nav_list {
	width: 33%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
}

.nav_list a {
	color: #ffffff;
}

.eng {
	font-size: 12px;
}

.c_title {
	font-size: 26px;
	line-height: 51px;
	font-weight: bold;
	text-align: center;
	font-family: '宋体';
	margin-bottom: 24px;
}

/* 品牌 */
.abrand {
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

.abrand img {
	max-width: 100%;
	margin: 0 auto;
}

/* 版权 */
.footer {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}

.footer a {
	color: #fff;
}


/*********job.htm start********/
#textword p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#textword .showBar {
	width: 90%;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
}

#textword>ul {
	float: left;
	width: 99%;
	margin-bottom: 1em;
	display: inline;
	padding-left: 12px;
	overflow: hidden;
}

#textword>ul li {
	float: left;
	width: 45%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 24px;
	list-style-type: none;
}

#textword ul>li a:hover {
	text-decoration: underline;
}

.describe {
	padding-left: 12px;
	line-height: 32px;
}

.zjob {
	width: 645px;
	height: auto;
	margin: 0 auto;
}

.zjob ul {
	margin: 0px;
	padding-top: 20px;
	width: 630px;
}

.zjob li {
	float: left;
	width: 141px !important;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

.Joblist_S1 {
	display: block;
	float: left;
	width: 100%;
}

.Joblist_S1 a {
	color: #333;
}

.Joblist_S2 {
	display: none;
	float: left;
}

.Joblist_S3 {
	display: none;
	float: left;
}

.Joblist_S4 {
	display: none;
	float: left;
}

.Joblist_S5 {
	display: none;
	float: left;
}

.showBar {
	font-weight: bold;
	clear: both;
}

/*********job.htm end********/

h3 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

.describe p,
.describe strong,
.describe span,
.describe * {
	color: #333333 !important;
}

.jobs ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.jobs li {
	float: left;
	width: 49%;
	margin-right: 1%;
}

/*背景色*/
.logo {
	border-top: 6px solid #ffc343;
}

.nav {
	background: #ffc343;
}

.c_title {
	justify-content: center;
	display: flex;
	flex-flow: row;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 3px solid #ffc343;
}

.c_title .tip {
	font-size: 36px;
	text-align: center;
	color: #ffc343;
	-webkit-box-reflect: below -25px -webkit-linear-gradient(top, transparent, transparent 40%, rgba(255, 255, 255, 0.8));
}

.c_title .linleft {
	display: inline-block;
	width: 22px;
	height: 35px;
	vertical-align: top;
	overflow: hidden;
	border-style: solid;
	border-width: 2px 0px 2px 2px;
	border-color: #ffc343 #fff #ffc343 #ffc343;
}

.c_title .linright {
	display: inline-block;
	width: 22px;
	height: 35px;
	vertical-align: top;
	overflow: hidden;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
	border-color: #ffc343 #ffc343 #ffc343 #fff;
}

.fu {
	background: #f4f2ed;
}

.fu .title {
	color: #ffc343;
}

.footer {
	background: #ffc343;
}