.main_visual{
	position:relative;
	}
.main_image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}
.main_image ul {
	width: 99999px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	float: left;
	width: 100%;
	height: 100%;
}
.main_image li span {
	display: block;
	width: 100%;
	height: 100%;
	padding-top:7%;
}
.main_image li span.img_2 {
	display: block;
	width: 100%;
	height: 100%;
	padding-top:16%;
}
.main_image li a {
	display: block;
	width: 100%;

}
.main_image li .item:hover .info .ti {
	color: #fff;
	background-color: #007ee0;
}
.main_image li .img_1 {
	background:url(../job_images/bg_2.jpg) center top no-repeat;
	background-size: cover;

}
.main_image li .img_2 {
	background: url(../job_images/bg_2.jpg) center top no-repeat;
	background-size: cover;
}
.main_image li .img_3 {
		background: url(../job_images/bg_7.jpg) center top no-repeat;
	background-size: cover;
}
.main_image li .img_4 {
	background: url(../job_images/bg_2.jpg) center top no-repeat;
	background-size: cover;
}
.main_image li .img_5 {
		background: url(../job_images/bg_8.jpg) center top no-repeat;
	background-size: cover;
}
.main_image li .img_6 {
		background: url(../job_images/bg_7.jpg) center top no-repeat;
	background-size: cover;
}

.main_image .img_2 img {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.main_image .img_2 img:hover {
	-webkit-transform: scale(1.05) ;
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transform-during: 0.5s;
}

.flicking_con {

}
.flicking_con .flicking_inner {
	position: absolute;
	width: 660px;
	left: 65.5%;
	z-index: 999;
	bottom: 54px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
} 
.flicking_con a {
	position: relative;
	float: left;
	width: 110px;
	height:66px;
	margin: 0;
	padding: 0;
	display: block;
	color:#fff;
	font-size:14px;
	text-indent:-12px;
	line-height:110px;
}

.flicking_con--center a {
	text-indent: 0;
	text-align: center;
}

@-webkit-keyframes bouncing {
 0% { -webkit-transform: scale(1); }
 50% { -webkit-transform: scale(0.5); }
 100% { -webkit-transform: scale(1); }
}
@keyframes bouncing {
 0% { transform: scale(1); }
 50% { transform: scale(0.5); }
 100% { transform: scale(1); }
}

@-webkit-keyframes flicking {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, .4);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
	}
}
@keyframes flicking {
	0% {
		box-shadow: 0 0 0 0 rgba(255,255,255,.4);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(255,255,255,.4);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255,255,255,.4);
	}
}

.flicking_con a:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: solid 2px #FFF;
	left: 0;
	top: 8px;
}

.flicking_con a ~ a:before {
	content: '';
	width: 92px;
	height: 2px;
	position: absolute;
	top: 17px;
	left: -108px;
	background-color: rgba(255,255,255,.4);
}

.flicking_con--center a:before,
.flicking_con--center a:after {
	right: 0;
	margin: auto;
}

.flicking_con a.on:before {
	display: block;
}

.flicking_con a.on:after {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .4);
	background-color: #fff;
	-webkit-animation: flicking 1s ease-in-out infinite;
	-o-animation: flicking 1s ease-in-out infinite;
	animation: flicking 1s ease-in-out infinite;
}

.flicking_con a i{
	display:block;
}
