*{
	font-family: "Microsoft YaHei";
}


body{
	margin: 0;
}

.banner img{
	width: 100%;
}

.advantage{
    width: 800px;
    height: 60px;
    position: relative;
    top: -40px;
    background: white;
    padding: 25px;
    box-shadow: 1px 1px 10px gray;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.advantage li{
	list-style: none;
	float: left;
	margin: 0 18px;
}
.advantage .text{
	/*margin:0 5px;*/
	border-bottom: 1px solid rgb(200,200,200);
}
.logo-develop{
	width: 30px;
	height: 30px;
}

.flexWrap{
	display: flex;
	align-items: center;
}
.gray{
	color: gray;
}

.brandOutline{
	background-image: url("../picture/brand-outline.jpg");
	height: 1077px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.outlineContent{
	background: white;
	width: 1249px;
	height: 849px;
	display: flex;
	box-shadow: 1px 1px 10px gray;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.sideImg{
	float: left;
}
.sideText{
	padding: 50px;
	float: left;
	width:400px;
}

.sideText h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.sideText h2{
	font-size: 45px;
	font-weight: 200;
}
.sideText ul{
	padding: 0;
	margin: 50px 0;
}
.sideText li{
	list-style: none;
	float: left;
	margin-right: 30px;
}
.hightlight{
	font-size: 30px;
	font-weight: 900;
}

.blackbutton{
	background: black;
	border: none;
	color: white;
	position: absolute;
	width: 159px;
	height: 241px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -50px;
	box-shadow: 5px 5px 10px gray;
}

.brandCulture{
	padding: 200px 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
.brandCulture h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.brandCulture h2{
	font-size: 45px;
	font-weight: 200;
}
.brandCulture ul{
	padding: 0;
	margin: 50px 0;
}
.brandCulture li{
	list-style: none;
	margin: 30px 0;
  	line-height:25px;
}
.brandCulture .title{
	margin-right: 30px;
	font-size: 18px;
}
.brandCulture .text{
	float: left;
}
.brandCulture .img{
	float: left;
	margin-left:40px;
}
.developPath{
	background:url("../picture/develop-path.jpg")no-repeat;
	height:100%;
	display: flex;
	justify-content: space-around;
}

.developPath .title{
	float: left;
}
.developPath .years{
	float: left;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.years li:hover{
	color: #808060;
	cursor: pointer;
}

.developPath h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
  	margin:0;
}

.developPath h2{
	font-size: 45px;
	font-weight: 200;
}
.developPath ul{
	padding: 0;
	margin-top:95px;
  	margin-bottom:90px;
}
.developPath li{
	list-style: none;
	margin: 24px 0 55px;
  	height:72px;
}

.developPath ul img{
	width: 30px;
	height: 30px;
}

.developPath .title{
	margin-top:445px;
	margin-left:100px;
}

.years li{
	display: flex;
}
.developPath .imgwrap{
	display: flex;
	align-items: center;
	padding: 50px;
}
.honor{margin-top:50px;}
.honor h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
	text-align: center;
 	margin:0px;
}	

.honor h2{
	font-size: 45px;
	font-weight: 200;
	text-align: center;
  	font-weight:normal;
  	margin-top:1.5rem;
  	margin-bottom:3rem;
}

.honor h3{
	text-align: center;
  	font-weight:normal;
  	margin:0px;
}

.honor h4{
	text-align: center;
	cursor: pointer;
}

.honor .list{
	display: flex;
	justify-content: center;
	margin: 30px 240px;
	align-items: center;
	text-align: center;
}

.honor .list img{
	margin: 10px;
	box-shadow: 1px 1px 2px gray;
	width: 300px;
	/*height:400px;*/
	transition: width 0.5s, height 0.5s;
}

.honor .list img:hover{
	/*width: 500px;
	height: 600px;*/
	box-shadow: 2px 2px 5px gray;
}

.cooperative{
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}
.cooperative .text{
	position: absolute;
	top: 10%;
	left: 10%;
}
.cooperative>img{
	width: 100%;
}

.cooperative h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.cooperative h2{
	font-size: 45px;
	font-weight: 200;
}

.cooperative p{
	width: 186px;
}

.recruitment h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
	text-align: center;
}

.recruitment h3{
	text-align: center;
}

.recruitment .joblist{
	list-style: none;
	width: 1000px;
	margin: 55px auto;
  	margin-bottom:145px;
}
.joblist>li{
	padding: 30px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	cursor: pointer;
	margin-right:-1px; 
	margin-bottom:-1px;
}
.joblist>li:hover{
	background-color: #ebecec;
}

.list2{
	list-style: none;
	display: none;
}

.list2 li{
	margin: 10px;
}

.joblist .icon{
	float: right;
	font-size: 18px;
	font-weight: bold
}
.hz_list{width:100%;height:240px;margin-bottom:250px;margin-top:115px;}
.hz_list ul{ width:80%;margin:0 auto;}
.hz_list li{float:left; width:25%;text-align: center;height:120px;line-height:120px;}


@media screen and (max-width: 1500px) {
	.w1440{min-width: 90%!important;width: 80%!important;}
	
	.service>div{margin:0 40px;}
	 footer .wrap1260 .flogobox{padding-left: 5%;}
 	 footer .wrap1260 .top{padding-left: 30px!important;}
  	 .footlogo{width: 70%!important;}
  	 footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
  	 header .outwrap .lt .navbox{margin-right: 9%!important;}
}
@media screen and (max-width: 1400px) {
	 footer .wrap1260 .top{padding-left: 0px!important;}
	 footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
	 footer .wrap1260 .flogobox{padding-left: 0%;}


}