
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	margin: 0px 0 50px;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	margin: 50px 0 20px;
}
#articleInfo15 .tit p {
	padding: 0 70px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 192%;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 90%;
}
#articleInfo15 .tit p.tted.wow{
    width: 74%;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
	letter-spacing: 2px;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	padding: 40px 0 35px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	width: 90%;
	margin: auto;
}
#articleInfo15 ul:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    display: block;
    bottom: 122px;
    left: 0%;
    z-index: -1;
    content: "";
    margin: auto;
}
#articleInfo15 ul li {
	width: 28%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
	padding: 20px 30px;
	position: relative;
}

#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 60px;
	width: 115px;
	height: 115px;
	-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 .circle img{
    position: relative;
}

#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 24px;
	color: #bdbdbd;
	position: relative;
	display: none;
}
#articleInfo15 ul li .item .circle:after {
    content: '';
    position: absolute;
    bottom: -66px;
    margin-top: 0;
    margin-left: -55px;
    width: 1px;
    height: 32px;
    background-color: #d6d6d6;
    opacity: 1;
    transform: translate(0%, -50%);
}
#articleInfo15 ul li .item article{
    text-align: center;
    position: relative;
}
#articleInfo15 .imgBox {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#articleInfo15 .imgBox .photoBox{
    width: 50%;
}
#articleInfo15 .imgBox .info {
	padding: 10px 50px;
	overflow: hidden;
	width: 40%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
	border-top: 4px solid #ff8f43;
	border-right: 4px solid #ff8f43;
	border-bottom: 4px solid #ff8f43;
}

#articleInfo15 .imgBox .info h3{
    font-weight: 500;
    font-size: 26px;
    margin: 20px 0 30px;
}
#articleInfo15 .imgBox .info p{
    margin-bottom: 10px;
}
#articleInfo15 .imgBox .info article{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
}
#articleInfo15 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
@media screen and (max-width: 1440px) {
	#articleInfo15 .imgBox .info h3,#articleInfo15 .tit h3{
    font-size: 22px;
}
	#articleInfo15 .tit p{
    width: 90%;
    padding: 0 20px;
}
}
@media screen and (max-width: 1024px) {
	#articleInfo15 ul:before{
    bottom: 190px;
}
}
@media screen and (max-width: 960px) {
	#articleInfo15 .imgBox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#articleInfo15 .imgBox .photoBox,#articleInfo15 .imgBox .info{
    width: 100%;
    text-align: center;
    border: 0;
}
#articleInfo15 .tit p{
    padding: 0;
}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
	#articleInfo15 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 35px;
}
#articleInfo15 ul li{
    width: 44%;
}
#articleInfo15 ul:before{
    display: none;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 50%;
	}

	#articleInfo15 .tit p.tted.wow{
    width: 90%;
}
#articleInfo15 .imgBox .photoBox, #articleInfo15 .imgBox .info{
    padding: 10px 10px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 100%;
	}

	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
