html body {
    background:#f6f6f6;
}
/*板块标题*/
.home-title {}
.home-title h5 {
    display: inline-block;
    font-size: 48px;
    color:#014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-title h6 {
    font-size: 20px;
    color:#3a3a3a;
    line-height: 1.6;
    opacity:0.6;
    margin:30px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h5 {
    font-size: 24px;
}
.home-title h6 {
    font-size: 14px;
    line-height: 1.6;
    margin:10px 0 0 0;
}
}
/*板块标题 end*/


.down {
   padding:3% 0; 
}
.down-list {
    padding:3% 0;
    
}
.down-list ul {
    overflow: hidden;
}
.down-list ul li {
    float: left;
    width: 48%;
    margin: 1%;
    padding: 2%;
    background: #fff;
    overflow: hidden;
    transition: all 0.6s;
}

.down-list ul li .word {
    width: 100%;
    padding:30px 0%;
    overflow: hidden;
    
}
.down-list ul li .word h3 {
    font-size: 18px;
    color: #231815;
    line-height: 1.8;
    font-weight: bold;
}
.down-list ul li:hover .word h3 {
    color: #014588;
}

.parameter {
    padding:20px 0% 10px 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}
.parameter p {
    position:relative;
    float: left;
    width: 100%;
    padding:0 50px 20px 100px;
    font-size: 16px;
    color:#231815;
    text-transform: uppercase;
    font-family: "Futura-Medium";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.parameter p b {
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #999;
}

@media screen and (max-width:1024px){
.down {
   padding:3% 0; 
}
.down-list {
    padding:3% 0;
    
}
.down-list ul {
    overflow: hidden;
}
.down-list ul li {
    width: 100%;
    margin: 1%;
    padding: 2%;
    background: #fff;
    overflow: hidden;
    transition: all 0.6s;
}

.down-list ul li .word {
    width: 100%;
    padding:30px 0%;
    overflow: hidden;
    
}
.down-list ul li .word h3 {
    font-size: 18px;
    color: #231815;
    line-height: 1.8;
    font-weight: bold;
}
.down-list ul li:hover .word h3 {
    color: #014588;
}

.parameter {
    padding:20px 0% 10px 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}
.parameter p {
    position:relative;
    float: left;
    width: 100%;
    padding:0 50px 20px 100px;
    font-size: 14px;
    color:#231815;
    text-transform: uppercase;
    font-family: "Futura-Medium";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.parameter p b {
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #999;
}   
}

/*招聘岗位*/
.offer-work {
	padding: 3% 0;
	background: #f6f6f6;
}

.item-list {
	padding: 4% 0;
	overflow: hidden;
}

.item-list ul {
}

.offer-work .item-list {
	border-top: 1px solid #ededed;
	margin: 5% 0;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.offer-work .item-list .worder-item {
	background: #fff;
	margin-bottom: 1%;
}

.offer-work .item-list .title {
	padding: 2% 5%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
}

.offer-work .item-list .title * {
	display: inline-block;
	vertical-align: middle;
}

.offer-work .item-list .title h3 {
	width: 20%;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
}

.offer-work .item-list .title h4 {
	width: 59%;
}

.offer-work .item-list .title h4 span {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.offer-work .item-list .title h4 i {
	width: 1px;
	height: 20px;
	background: #333;
	display: inline-block;
	vertical-align: middle;
	margin: 0 34px;
	opacity: .4;
	-ms-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}

.offer-work .item-list .title h5 {
	width: 16%;
	text-align: right;
	font-size: 14px;
	color: #999999;
	padding-right: 3%;
	font-weight: normal;
	position: relative;
}

.offer-work .item-list .title h5 i {
	width: 15px;
	height: 30px;
	opacity: 0.5;
	background: url("../images/dd1.png") center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.offer-work .item-list .worder-item.cur .title {
	font-weight: bold;
}

.offer-work .item-list .worder-item.cur .title h5 i {
	background: url("../images/dd2.png") center no-repeat;
}

.offer-work .item-list .children {
	background: #fff;
	border-top: 1px solid #ededed;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	display: none;
}

.offer-work .item-list li.cur {
}

.offer-work .item-list li.cur .children {
	display: block;
}

.offer-work .item-list .title:hover h3 {
	color: #004386;
}

.applyjobs {
	background: #004386;
	color: #fff;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 30px 0;
}

.applyjobs:hover {
	background: #fff;
	color: #004386;
	border: 1px solid #004386;
}
@media screen and (max-width:1024px){
.offer-work {
	padding: 3% 0;
	background: #f6f6f6;
}

.item-list {
	padding: 4% 0;
	overflow: hidden;
}

.item-list ul {
}

.offer-work .item-list {
	border-top: 1px solid #ededed;
	margin: 5% 0;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.offer-work .item-list .worder-item {
	background: #fff;
	margin-bottom: 1%;
}

.offer-work .item-list .title {
	padding: 2% 5%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
}

.offer-work .item-list .title * {
	display: inline-block;
	vertical-align: middle;
}

.offer-work .item-list .title h3 {
	width: 100%;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
}

.offer-work .item-list .title h4 {
	width: 100%;
}

.offer-work .item-list .title h4 span {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.offer-work .item-list .title h4 i {
	width: 1px;
	height: 20px;
	background: #333;
	display: inline-block;
	vertical-align: middle;
	margin: 0 34px;
	opacity: .4;
	-ms-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}

.offer-work .item-list .title h5 {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #999999;
	padding-right: 60%;
	font-weight: normal;
	position: relative;
}

.offer-work .item-list .title h5 i {
	width: 15px;
	height: 30px;
	opacity: 0.5;
	background: url("../images/dd1.png") center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.offer-work .item-list .worder-item.cur .title {
	font-weight: bold;
}

.offer-work .item-list .worder-item.cur .title h5 i {
	background: url("../images/dd2.png") center no-repeat;
}

.offer-work .item-list .children {
	background: #fff;
	border-top: 1px solid #ededed;
	padding: 3% 5%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	display: none;
}

.offer-work .item-list li.cur {
}

.offer-work .item-list li.cur .children {
	display: block;
}

.offer-work .item-list .title:hover h3 {
	color: #004386;
}

.applyjobs {
	background: #004386;
	color: #fff;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 30px 0;
}

.applyjobs:hover {
	background: #fff;
	color: #004386;
	border: 1px solid #004386;
}
}
/*招聘岗位*/
