.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#describe {
    margin: 4em 0 0vw;
}
#articleInfo15{
    width: 80%;
    margin: auto;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	padding: 20px 0 60px;
}
#articleInfo15 .tit p{
    text-align: center;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
	letter-spacing: 5px;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#articleInfo15 ul li {
	float: left;
	width: 33%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
	padding: 30px 30px;
}

#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	width: 114px;
	height: 114px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 114px;
}
#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}

#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 18px;
	color: #ba2d3b;
}
#articleInfo15 ul li .item article{
    color: #5a5a5a;
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo15 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}


.careers-map {
    height: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}
.careers-map .container{
    position: relative;
}
.careers-map .container .job-btn a, .careers-map .container .job-btn2 a, .careers-map .container .job-btn3 a, .careers-map .container .job-btn2 a{
	    left: 430px;
	    top: -20px;
	    color: #fff;
	    width: 200px;
	    height: 200px;
	    background-color: rgb(186 45 59 / 83%);
	    position: relative;
	    display: -webkit-inline-box;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    border-radius: 50%;
	    text-align: center;
}
careers-map .container .job-btn2 a{left: -460px;
	    top: 0;}
.careers-map .container .job-btn2 a{
    background-color: hsl(209deg 74% 34% / 87%);
    left: 250px;
    top: -30px;
}
careers-map .container .job-btn3 a{left: -460px;
	    top: 0;}
.careers-map .container .job-btn3 a{
    background-color: rgb(41 50 59 / 87%);
    left: 140px;
    top: 40px;
}
@media screen and (max-width: 1024px) {
	.careers-map{
    background-position: 94% 36%;
}
.careers-map .container .job-btn a{
    left: 0px;
    top: -40px;
}
.careers-map .container .job-btn2 a{
    left: -180px;
    top: -70px;
}
.careers-map .container .job-btn3 a {
    left: -290px;
    top: 10px;
}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
	#articleInfo15 .tit{
    padding: 20px 14px 60px;
}
	#articleInfo15 .tit p {
    text-align: initial;
    }
	.careers-map{
    background-position: 83% 36%;
}
.careers-map .container .job-btn a{
    left: 20px;
    top: -40px;
}
.careers-map .container .job-btn2 a{
    left: -150px;
    top: -70px;
}
.careers-map .container .job-btn3 a {
    left: -260px;
    top: 10px;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 50%;
	}

	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
	.careers-map{
    background-position: 77% 30%;
}
.careers-map .container .job-btn a{
    left: 60px;
    top: -40px;
}
.careers-map .container .job-btn2 a{
    left: -120px;
    top: -50px;
}
.careers-map .container .job-btn3 a {
    left: -230px;
    top: 20px;
}
}
@media screen and (max-width: 480px) {
	.careers-map{
    background-position: 80% 0%;
    height: 510px;
    background-size: 1070px;
}
	#articleInfo15 ul li {
		width: 100%;
	}

	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
.careers-map .container .job-btn a{
    left: 30px;
    top: -20px;
}
.careers-map .container .job-btn2 a{
    left: -60px;
    top: -40px;
}
.careers-map .container .job-btn a, .careers-map .container .job-btn2 a, .careers-map .container .job-btn3 a{
    width: 120px;
    height: 120px;
    padding: 4px;
    line-height: 140%;
    font-size: 14px;
}
.careers-map .container .job-btn3 a {
    left: -120px;
    top: -10px;
}
}
