@charset "utf-8";

@media screen and (max-width:900px){
#spnav ul li.m0{
	background-color:#F0F0F0;
	}
}
.bx-wrapper{
	position:relative;
	margin:0 auto 0px;
	padding:0;
	*zoom:1;
	}
.bx-wrapper img{
	max-width:100%;
	display:block;
	}
.bx-wrapper .bx-loading{
	min-height:50px;
	background:url(../img/home/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	}
#slide{
	width:100%;
	z-index:2;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#slide ul li{
	overflow:hidden;
	zoom:1;
	}
#slide li span{
	animation:anime_zoom 6s linear;
	transform:scale(1.12);
	background:url(../img/home/slide202509-1.jpg) no-repeat center center;
	display:block;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative;
	z-index:1;
	}
@-webkit-keyframes anime_zoom{
	0%{transform:scale(1.0);}
	100%{transform:scale(1.12);}
	}
@keyframes anime_zoom{
	0%{transform:scale(1.0);}
	100%{transform:scale(1.12);}
	}
#slide ul li.slide2 span{
	background:url(../img/home/slide202310-2.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#slide ul li.slide3 span{
	background:url(../img/home/slide202310-3.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#slide ul li.slide4 span{
	background:url(../img/home/slide202310-4.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#slide ul li.slide2 h3{
	position:absolute;
	right:12%;
	top:50%;
	margin-top:-265px;
	z-index:60;
	}
#slide ul li.slide2 h3 a:nth-of-type(2){
	display:block;
	margin-top:20px;
	}
#slide ul li.slide3 h3{
	position:absolute;
	left:0;
	bottom:90px;
	z-index:60;
	text-align:center;
	width:100%;
	}
#slide ul li.slide3 h3 a{
	display:inline-block;
	margin:20px 20px 0 20px;
	width:360px;
	max-width:100%;
	}
#slide ul li.slide4 h3{
	position:absolute;
	left:12%;
	top:50%;
	margin-top:-115px;
	z-index:60;
	}
#slide ul li.slide4 h4{
	position:absolute;
	width:560px;
	max-width:100%;
	left:12%;
	top:50%;
	margin-top:115px;
	z-index:60;
	text-align:center;
	}
#scroll{
	height:120px;
	position:relative;
	float:right;
	width:10px;
	z-index:5;
	margin-top:-85px;
	margin-right:50px;
	}
#scroll h5{
	font-size:12px;
	font-family:"Lato", sans-serif;
	font-weight:400;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-24px;
	top:0;
	letter-spacing:0.1em;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	}
#scroll:after{
	content:"";
	display:block;
	width:1px;
	height:35px;
	background-color:#F0F0F0;
	position:absolute;
	left:50%;
	top:50px;
	z-index:2;
	}
#scroll:before{
	content:"";
	display:block;
	width:1px;
	height:35px;
	background-color:#D2D2D2;
	position:absolute;
	left:50%;
	top:85px;
	z-index:2;
	}
#scroll div{
	display:block;
	height:70px;
	position:absolute;
	left:50%;
	top:50px;
	width:10px;
	margin-left:-5px;
	overflow:hidden;
	zoom:1;
	}
#scroll span{
	display:block;
	width:7px;
	height:7px;
	background-color:#F0F0F0;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	-ms-border-radius:40px;
	position:absolute;
	left:50%;
	top:-10px;
	margin-left:-3px;
	z-index:3;
	}
#pickup1{
	clear:both;
	max-width:1240px;
	margin:0 auto;
	padding:50px 40px 80px 40px;
	border-bottom:1px solid #DCDCDC;
	overflow:hidden;
	zoom:1;
	}
#pickup1 h2{
	margin-bottom:-10px;
	}
#pickup1 article{
	float:left;
	width:30%;
	margin:50px 5% 0 0;
	}
#pickup1 article:nth-of-type(3n){
	margin-right:0;
	}
#pickup1 article:nth-of-type(4){
	clear:both;
	}
#pickup1 article ul{
	position:relative;
	margin:-18px 0 0 10px;
	overflow:hidden;
	zoom:1;
	z-index:2;
	}
#pickup1 article ul li{
	font-size:15px;
	float:left;
	margin:5px 5px 0 0;
	}
#pickup1 article ul li a{
	display:block;
	background-color:#3C3C3C;
	padding:2px 12px 2px 12px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	color:#FFF;
	text-align:center;
	}
#pickup1 article h3 a{
	display:inline-block;
	font-size:17px;
	font-weight:400;
	color:#3C3C3C;
	margin-top:12px;
	}
#pickup1 article time{
	font-size:16px;
	color:#A0A0A0;
	font-family:"Lato", sans-serif;
	font-weight:400;
	text-align:right;
	display:block;
	padding-top:5px;
	}
#sec1{
	clear:both;
	max-width:1180px;
	min-height:420px;
	margin:0 auto;
	padding:60px 40px 0 220px;
	overflow:hidden;
	zoom:1;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#sec1 h2.titleb{
	text-align:left;
	position:absolute;
	left:40px;
	top:60px;
	}
#sec1 .cateul{
	float:right;
	width:860px;
	max-width:100%;
	padding-bottom:5px;
	}
#sec1 .cateul ul{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #DCDCDC;
	padding-bottom:5px;
	}
#sec1 .cateul ul li{
	font-size:14px;
	color:#BEBEBE;
	cursor:pointer;
	padding:5px 5px 5px 5px;
	position:relative;
	}
#sec1 .cateul ul li.active{
	color:#3C3C3C;
	}
#sec1 .cateul ul li.active:after{
	content:"";
	display:block;
	position:absolute;
	left:50%;
	bottom:0;
	margin:0 0 -11px -4px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 4px 0 4px;
	border-color:#3c3c3c transparent transparent transparent;
	}
#sec1 .cateul ul li.active:before,
#sec1 .cateul ul li:hover:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	margin:0 0 -6px 0;
	width:100%;
	height:1px;
	background-color:#3c3c3c;
	}
#sec1 .cateul ul li:hover{
	color:#3C3C3C;
	}
#sec1 .box{
	display:none;
	float:right;
	width:860px;
	max-width:100%;
	padding-top:5px;
	}
#sec1 .box.show{
	display:block;
	}
#sec1 .box article{
	border-bottom:1px dotted #969696;
	padding:15px 0 19px 105px;
	position:relative;
	overflow:hidden;
	zoom:1;
	}
#sec1 .box article:last-of-type{
	border-bottom:0;
	}
#sec1 .box article time{
	font-size:16px;
	color:#A0A0A0;
	font-family:"Lato", sans-serif;
	font-weight:400;
	position:absolute;
	left:0;
	top:20px;
	}
#sec1 .box article ul{
	float:left;
	width:150px;
	text-align:left;
	}
#sec1 .box article ul li{
	font-size:14px;
	display:block;
	}
#sec1 .box article ul li a{
	display:inline-block;
	background-color:#3C3C3C;
	padding:2px 2px 2px 2px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin-top:5px;
	color:#FFF;
	min-width:120px;
	text-align:center;
	}
#sec1 .box article h3{
	_zoom:1;
	overflow:hidden;
	font-size:15px;
	font-weight:normal;
	line-height:1.6;
	margin-top:3px;
	}
#sec1 .box article h3 a{
	color:#3C3C3C;
	}
#sec1 h4{
	position:absolute;
	left:40px;
	top:200px;
	}
#sec1 h4.linkto a{
	font-size:14px;
	padding:11px 48px 10px 16px;
	}
#sec1 h4.linkto a:after{
	right:19px;
	}
#sec2{
	margin-top:70px;
	position:relative;
	overflow:hidden;
	zoom:1;
	padding:0 40px 110px 40px;
	}
#sec2:after{
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:100%;
	top:25px;
	left:0;
	background-color:#F0F0F0;
	z-index:-1;
	}
#sec2 p{
	max-width:780px;
	margin:40px auto 0 auto;
	}
#sec2 ul.ul1{
	max-width:1150px;
	margin:60px auto 0 auto;
	overflow:hidden;
	zoom:1;
	text-align:center;
	font-size:0;
	}
#sec2 ul.ul1 li{
	display:inline-block;
	width:32%;
	position:relative;
	}
#sec2 ul.ul1 li:after{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	right:28px;
	bottom:25px;
	width:6px;
	height:6px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#sec2 ul.ul1 li:before{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	right:28px;
	bottom:28px;
	width:12px;
	height:1px;
	background-color:#FFF;
	}
#sec2 ul.ul1 li:nth-of-type(4),
#sec2 ul.ul1 li:nth-of-type(5){
	margin-top:2px;
	width:48%;
	}
#sec2 ul.ul1 li a{
	color:#FFF;
	display:block;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	border-right:2px solid #F0F0F0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	overflow:hidden;
	zoom:1;
	padding:40px 10px 0 10px;
	height:280px;
	position:relative;
	}
#sec2 ul.ul1 li:nth-of-type(4) a,
#sec2 ul.ul1 li:nth-of-type(5) a{
	height:230px;
	}
#sec2 ul.ul1 li a:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background:url(../img/home/sec2-ul1-1.jpg) no-repeat center center;
	width:100%;
	height:280px;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.5s linear;
	-webkit-transition:-webkit-transform 0.5s linear;
	-o-transition:-o-transform 0.5s linear;
	-ms-transition:-ms-transform 0.5s linear;
	transition:transform 0.5s linear;
	transition:0.5s;
	}
#sec2 ul.ul1 li a:hover:after{
	-webkit-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-o-transform:scale(1.06);
	-ms-transform:scale(1.06);
	transform:scale(1.06);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec2 ul.ul1 li:nth-of-type(2) a:after{
	background:url(../img/home/sec2-ul1-2.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#sec2 ul.ul1 li:nth-of-type(3) a:after{
	background:url(../img/home/sec2-ul1-3.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#sec2 ul.ul1 li:nth-of-type(4) a:after{
	background:url(../img/home/sec2-ul1-4.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#sec2 ul.ul1 li:nth-of-type(5) a:after{
	background:url(../img/home/sec2-ul1-5.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#sec2 ul.ul1 li a:hover{
	text-decoration:none;
	}
#sec2 ul.ul1 li a strong{
	position:relative;
	z-index:2;
	}
#sec2 .box1{
	overflow:hidden;
	zoom:1;
	padding-left:210px;
	position:relative;
	max-width:890px;
	margin:110px auto 0 auto;
	}
#sec2 .box1 h3.titleb{
	position:absolute;
	left:0;
	top:0;
	text-align:left;
	}
#sec2 .box1 ul{
	overflow:hidden;
	zoom:1;
	}
#sec2 .box1 ul li{
	float:left;
	width:45%;
	position:relative;
	}
#sec2 .box1 ul li:nth-of-type(1){
	width:55%;
	}
#sec2 .box1 ul li:nth-of-type(3){
	margin-top:2px;
	}
#sec2 .box1 ul li a{
	color:#FFF;
	display:block;
	overflow:hidden;
	zoom:1;
	padding:0 10%;
	height:180px;
	position:relative;
	}
#sec2 .box1 ul li:nth-of-type(1) a{
	height:362px;
	border-right:2px solid #F0F0F0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#sec2 .box1 ul li:after{
	content:"";
	display:block;
	position:absolute;
	z-index:3;
	right:28px;
	bottom:25px;
	width:6px;
	height:6px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#sec2 .box1 ul li:before{
	content:"";
	display:block;
	position:absolute;
	z-index:3;
	right:28px;
	bottom:28px;
	width:12px;
	height:1px;
	background-color:#FFF;
	}
#sec2 .box1 ul li a:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background:url(../img/home/sec2-ul2-1.jpg) no-repeat center center;
	width:100%;
	height:362px;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.5s linear;
	-webkit-transition:-webkit-transform 0.5s linear;
	-o-transition:-o-transform 0.5s linear;
	-ms-transition:-ms-transform 0.5s linear;
	transition:transform 0.5s linear;
	transition:0.5s;
	}
#sec2 .box1 ul li a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-moz-transition:-moz-transform 0.5s linear;
	-webkit-transition:-webkit-transform 0.5s linear;
	-o-transition:-o-transform 0.5s linear;
	-ms-transition:-ms-transform 0.5s linear;
	transition:transform 0.5s linear;
	transition:0.5s;
	}
#sec2 .box1 ul li a:hover:after{
	-webkit-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-o-transform:scale(1.06);
	-ms-transform:scale(1.06);
	transform:scale(1.06);
	}
#sec2 .box1 ul li a:hover:before{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	}
#sec2 .box1 ul li:nth-of-type(2) a:after{
	background:url(../img/home/sec2-ul2-2.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	height:180px;
	}
#sec2 .box1 ul li:nth-of-type(3) a:after{
	background:url(../img/home/sec2-ul2-3.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	height:180px;
	}
#sec2 .box1 ul li a:hover{
	text-decoration:none;
	}
#sec2 .box1 ul li a h4{
	z-index:3;
	color:#FFF;
	font-size:24px;
	line-height:1.5;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:80%;
	}
#sec2 .box1 ul li:nth-of-type(1) a h4{
	font-size:26px;
	}
#sec2 .box1 ul li a h4 span{
	font-size:14px;
	font-weight:normal;
	line-height:1.9;
	display:block;
	margin-top:30px;
	}
#sec2 .box2{
	overflow:hidden;
	zoom:1;
	max-width:1100px;
	margin:80px auto 0 auto;
	}
#sec2 .box2 ul{
	overflow:hidden;
	zoom:1;
	padding-top:5px;
	}
#sec2 .box2 ul li{
	float:left;
	margin:30px 3.5% 0 0;
	width:31%;
	}
#sec2 .box2 ul li:nth-of-type(3n){
	margin-right:0;
	}
#sec2 .box2 ul li a{
	display:block;
	padding:25px 5px 22px 5px;
	background-color:#FFF;
	position:relative;
	}
#sec2 .box2 ul li a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec2 .box2 ul li a:after{
	position:absolute;
	content:"";
	display:block;
	width:88%;
	height:1px;
	top:108px;
	left:6%;
	background-color:#E6E6E6;
	}
#sec2 .box2 ul li a h4{
	text-align:center;
	font-weight:normal;
	font-size:15px;
	color:#969696;
	padding-top:33px;
	}
#sec2 .box2 ul li a img{
	max-width:90%;
	margin:0 auto;
	}
#sec3{
	position:relative;
	height:530px;
	}
#sec3:after{
	content:"";
	display:block;
	width:100%;
	height:430px;
	background:url(../img/home/recruit-bg202206.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	overflow:hidden;
	zoom:1;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	}
#sec3 h2{
	font-size:104px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-align:center;
	padding:110px 6% 0 6%;
	font-family:"Lato", sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
	color:#FFF;
	font-style:italic;
	}
#sec3 h3{
	text-align:center;
	margin-top:15px;
	}
#sec3 h3.linkto a{
	background-color:#FFF;
	color:#323232;
	}
#sec3 h3.linkto a:after{
	border-color:#323232;
	}
#sec3 ul{
	width:1120px;
	max-width:100%;
	padding:0 40px 0 40px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	position:absolute;
	top:380px;
	left:50%;
	margin-left:-560px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#sec3 ul li{
	float:left;
	width:30%;
	margin-right:5%;
	position:relative;
	}
#sec3 ul li:nth-of-type(3){
	margin-right:0;
	}
#sec3 ul li a{
	height:150px;
	color:#FFF;
	display:block;
	overflow:hidden;
	zoom:1;
	padding-left:10%;
	position:relative;
	}
#sec3 ul li:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:-20px;
	z-index:5;
	width:0;
	height:0;
	border-style:solid;
	border-width:50px 0 0 20px;
	border-color:transparent transparent transparent #133973;
	}
#sec3 ul li a:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background:url(../img/home/sec3-1.jpg) no-repeat center center;
	width:100%;
	height:150px;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.5s linear;
	-webkit-transition:-webkit-transform 0.5s linear;
	-o-transition:-o-transform 0.5s linear;
	-ms-transition:-ms-transform 0.5s linear;
	transition:transform 0.5s linear;
	transition:0.5s;
	}
#sec3 ul li a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#1A509D;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	-moz-transition:-moz-transform 0.5s linear;
	-webkit-transition:-webkit-transform 0.5s linear;
	-o-transition:-o-transform 0.5s linear;
	-ms-transition:-ms-transform 0.5s linear;
	transition:transform 0.5s linear;
	transition:0.5s;
	}
#sec3 ul li a:hover:after{
	-webkit-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-o-transform:scale(1.06);
	-ms-transform:scale(1.06);
	transform:scale(1.06);
	}
#sec3 ul li a:hover:before{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}
#sec3 ul li:nth-of-type(2) a:after{
	background:url(../img/home/sec3-2.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#sec3 ul li:nth-of-type(3) a:after{
	background:url(../img/home/sec3-3.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#sec3 ul li a:hover{
	text-decoration:none;
	}
#sec3 ul li a h4{
	position:relative;
	width:100%;
	height:100%;
	}
#sec3 ul li a h4:after{
	content:"";
	display:block;
	position:absolute;
	z-index:3;
	right:28px;
	bottom:25px;
	width:6px;
	height:6px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#sec3 ul li a h4:before{
	content:"";
	display:block;
	position:absolute;
	z-index:3;
	right:28px;
	bottom:28px;
	width:12px;
	height:1px;
	background-color:#FFF;
	}
#sec3 ul li a h4 strong{
	display:block;
	z-index:3;
	color:#FFF;
	font-size:22px;
	line-height:1.5;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:80%;
	}
#sec3 ul li a h4 strong span{
	font-size:13px;
	display:block;
	color:#ABBFDB;
	font-weight:400;
	margin-top:5px;
	font-family:"Lato", sans-serif;
	font-weight:700;
	letter-spacing:0.1em;
	}
.recruitbanersp{
	display:none;
	}
@media screen and (max-width:1170px){
#sec3 ul{
	width:100%;
	padding:0 6%;
	left:0;
	margin-left:0;
	}
}
@media screen and (max-width:1100px){
#sec1 .cateul ul li{
	font-size:13px;
	padding:5px 2px 5px 2px;
	}
}
@media screen and (max-width:900px){
#scroll{
	float:none;
	width:auto;
	margin-right:0;
	}
#scroll h5{
	font-size:10px;
	margin-left:-20px;
	top:10px;
	}
#slide li span{
	background:url(../img/home/slide202509-1sp.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#slide ul li.slide4 span{
	background-position:70% center;
	}
#slide ul li.slide2 h3{
	right:5%;
	width:90%;
	overflow:hidden;
	zoom:1;
	margin-top:-100px;
	}
#slide ul li.slide2 h3 a{
	display:block;
	width:49%;
	float:left;
	margin-right:2%;
	}
#slide ul li.slide2 h3 a:nth-of-type(2){
	margin-right:0;
	margin-top:0;
	}
#slide ul li.slide3 h3{
	left:5%;
	width:90%;
	bottom:120px;
	}
#slide ul li.slide3 h3 a{
	display:block;
	width:280px;
	margin:20px auto 0 auto;
	}
#slide ul li.slide4 h3{
	left:10%;
	width:80%;
	top:auto;
	bottom:220px;
	margin-top:0;
	}
#slide ul li.slide4 h4{
	width:80%;
	max-width:80%;
	left:10%;
	top:auto;
	bottom:120px;
	margin-top:0;
	}
#pickup1{
	padding:50px 0 50px 0;
	margin:0 6%;
	}
#pickup1 h2{
	margin-bottom:-20px;
	}
#pickup1 article{
	float:none;
	width:500px;
	max-width:100%;
	margin:20px auto 0 auto;
	border-top:1px dotted #CCC;
	padding-top:30px;
	}
#pickup1 article:nth-of-type(1){
	border-top:0;
	}
#pickup1 article:nth-of-type(3n){
	margin-right:auto;
	}
#pickup1 article ul{
	margin:-17px 0 0 10px;
	}
#pickup1 article ul li{
	font-size:15px;
	}
#pickup1 article ul li a{
	padding:1px 6px 1px 6px;
	}
#sec1{
	padding:50px 6% 0 6%;
	}
#sec1 h2.titleb{
	text-align:center;
	position:relative;
	left:auto;
	top:auto;
	}
#sec1 .cateul{
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
	-webkit-overflow-scrolling:touch;
	max-width:none;
	float:none;
	width:auto;
	padding-top:30px;
	}
#sec1 .cateul ul{
	width:700px;
	}
#sec1 .cateul ul li{
	font-size:15px;
	padding:5px 13px 3px 13px;
	}
#sec1 .box{
	float:none;
	width:100%;
	}
#sec1 .box article{
	padding:13px 0 16px 0;
	}
#sec1 .box article:last-of-type{
	border-bottom:1px dotted #969696;
	}
#sec1 .box article time{
	font-size:15px;
	position:relative;
	left:auto;
	top:auto;
	float:left;
	margin:5px 15px 0 0;
	}
#sec1 .box article ul{
	width:auto;
	}
#sec1 .box article ul li{
	font-size:13px;
	float:left;
	margin-right:10px;
	}
#sec1 .box article ul li a{
	padding:1px 6px 1px 6px;
	min-width:auto;
	}
#sec1 .box article h3{
	clear:both;
	font-size:16px;
	line-height:1.5;
	margin-top:0;
	padding-top:8px;
	}
#sec1 h4{
	position:relative;
	left:auto;
	top:auto;
	text-align:center;
	padding-top:30px;
	}
#sec2{
	padding:0 6% 180px 6%;
	}
#sec2:after{
	top:20px;
	}
#sec2 p{
	margin:30px auto 0 auto;
	}
#sec2 ul.ul1{
	max-width:500px;
	margin:30px auto 0 auto;
	}
#sec2 ul.ul1 li{
	width:100%;
	margin-top:2px;
	}
#sec2 ul.ul1 li:nth-of-type(4),
#sec2 ul.ul1 li:nth-of-type(5){
	width:100%;
	}
#sec2 ul.ul1 li a{
	font-size:22px;
	border-right:0;
	padding:35px 10px 0 10px;
	height:200px;
	}
#sec2 ul.ul1 li:nth-of-type(4) a,
#sec2 ul.ul1 li:nth-of-type(5) a{
	height:200px;
	}
#sec2 .box1{
	padding-left:0;
	margin:80px auto 0 auto;
	}
#sec2 .box1 h3.titleb{
	position:relative;
	left:auto;
	top:auto;
	text-align:center;
	}
#sec2 .box1 ul{
	padding-top:25px;
	}
#sec2 .box1 ul li{
	float:none;
	width:100%;
	margin-top:2px;
	}
#sec2 .box1 ul li:nth-of-type(1){
	width:100%;
	}
#sec2 .box1 ul li a{
	padding:0 7%;
	height:150px;
	}
#sec2 .box1 ul li:nth-of-type(1) a{
	height:150px;
	border-right:0;
	}
#sec2 .box1 ul li a:after{	
	height:150px;
	}
#sec2 .box1 ul li:nth-of-type(2) a:after{
	height:150px;
	}
#sec2 .box1 ul li:nth-of-type(3) a:after{
	height:150px;
	}
#sec2 .box1 ul li a h4{
	font-size:22px;
	width:86%;
	}
#sec2 .box1 ul li:nth-of-type(1) a h4{
	font-size:22px;
	}
#sec2 .box1 ul li a h4 span{
	display:none;
	}
#sec2 .box2{
	margin:80px auto 0 auto;
	}
#sec2 .box2 ul{
	padding-top:10px;
	}
#sec2 .box2 ul li{
	float:none;
	margin:15px 0 0 0;
	width:100%;
	}
#sec2 .box2 ul li a{
	padding:20px 5px 18px 5px;
	}
#sec2 .box2 ul li a:after{
	top:95px;
	}
#sec2 .box2 ul li a h4{
	font-size:14px;
	padding-top:30px;
	}
#sec2 .box2 ul li a img{
	max-width:100%;
	width:270px;
	}
#sec3{
	height:auto;
	padding:0 6%;
	margin-top:-80px;
	}
#sec3:after{
	display:none;
	}
#sec3 h2{
	display:none;
	}
#sec3 h3{
	display:none;
	}
#sec3 ul{
	width:100%;
	padding:30px 0 0 0;
	position:relative;
	top:auto;
	left:auto;
	}
#sec3 ul li{
	float:none;
	width:100%;
	margin:5px 0 0 0;
	}
#sec3 ul li a{
	height:130px;
	padding-left:7%;
	}
#sec3 ul li a h4 strong{
	width:86%;
	}
#sec3 ul li a h4 strong span{
	font-size:12px;
	margin-top:3px;
	}
.recruitbanersp{
	display:block;
	}
.recruitbaner{
	margin:-70px 0 0 0;
	}
}
@media screen and (max-width:460px){
#sec3 .recruitsp h4{
	font-size:54px;
	margin-top:-45px;
	}
}