.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay2 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay3 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay4 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.delay5 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.delay6 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
.delay7 {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}
.delay8 {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.delay9 {
	animation-delay: 2.7s;
	-webkit-animation-delay: 2.7s;
}
.delay10 {
	animation-delay: 3.0s;
	-webkit-animation-delay: 3.0s;
}
.delay11 {
	animation-delay: 3.3s;
	-webkit-animation-delay: 3.3s;
}

.articleTitle .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
.articleTitle .tit h3 {
	text-align: center;
	font-size: 33px;
}
.articleTitle .tit font {
	padding: 8px 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;
}
.articleTitle .info{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.articleTitle .articleTitle{
    padding: 20px 0px 10px;
}
.articleTitle .textEditor,.articleTitle .info h3{
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	    border-bottom: 4px #e9e9e9 solid;
	    font-size: 22px;
	    letter-spacing: 1.5px;
	    color: #004e6a;
	    font-weight: 500;
	    text-align: center;
}
.articleTitle .textEditor b{
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 0.5px;
}
.articleTitle .info h4{
	font-weight: 500;
	margin: 5px 0 10px;
	font-size: 19px;
}
.articleTitle .info p{
	font-weight: 400;
	margin: 5px 0;
	font-size: 17px;
	color: #545454;
	display: inline-flex;
}
.articleTitle .info p b{
    margin-right: 10px;
}
.articleTitle ul {
	overflow: hidden;
	position: relative;
	margin: 0px 0 0px;
	z-index: 1;
	display: flex;
	grid-gap: 15px;
	padding: 15px 15px 0;
	flex-wrap: wrap;
	align-items: center;
}
.articleTitle {
    padding: 10px 0px 20px;
    position: relative;
}
.articleTitle:before {position: absolute;width: 1px;height: 114%;background: #dedede;top: 70px;left: 105px;content: "";}

.articleTitle ul {overflow: hidden;position: relative;z-index: 1;display: flex;flex-wrap: wrap;align-items: flex-start;}
.articleTitle ul li {text-align: center;overflow: hidden;vertical-align: top;flex-direction: column;position: relative;width: calc((100% / 1) - 0px);padding: 0px 0px 15px 50px;}

.articleTitle ul li {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-right: 0px;
	vertical-align: top;
	flex-direction: column;
	position: relative;
}
.articleTitle ul li:last-child:before  {
    content: '';
    display: none;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 50%;
    left: -20px;
}
.articleTitle ul li:last-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #fff #fff;
    top: 50%;
    margin-top: -7px;
    left: 12px;
    display: none;
}
.articleTitle ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #009ad0;
    bottom: -10px;
    left: 60px;
    border: 30px solid #f7f7f7;
}
.articleTitle ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    border-color: #009ad0 transparent transparent transparent;
    bottom: -1px;
    left: 75px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.articleTitle ul li .item {
	padding: 10px 30px 10px 10px;
	position: relative;
	border-radius: 0 0px 80px 0px;
	display: flex;
	align-items: center;
}
.articleTitle ul li .item .infofont{
    margin-left: 60px;
}
.articleTitle ul li .item .infofont .tit2,.articleTitle ul li .item .infofont .tit3{
    padding: 20px;
    position: relative;
}
.articleTitle ul li .item .infofont .tit2 div,.articleTitle ul li .item .infofont .tit3 div{font-size: 18px;color: #484848;}
.articleTitle ul li .item .infofont .tit2:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 55%;
    left: -40px;
    transform: rotate(-12deg);
    -webkit-transform: rotate(
-12deg
);
}
.articleTitle ul li .item .infofont .tit2:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #000 #000;
    top: 53%;
    margin-top: -6px;
    left: -10px;
    transform: translate(3px, -3px) rotate(-12deg);
    -webkit-transform: translate(3px, -3px) rotate(
-12deg
);
}
.articleTitle ul li .item .infofont .tit3:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 45%;
    left: -40px;
    transform: rotate(12deg);
    -webkit-transform: rotate(
12deg
);
}
.articleTitle ul li .item .infofont .tit3:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #000 #000;
    top: 45%;
    margin-top: -6px;
    left: -10px;
    transform: translate(4px, 2px) rotate(8deg);
    -webkit-transform: translate(4px, 2px) rotate(
8deg
);
}
.articleTitle ul li .item article{
    font-size: 16px;
    color: var(--info);
    padding: 0px 15px 0;
    display: grid;
}
.articleTitle ul li .item article b{
    color: #004e6a;
    font-size: 18px;
    font-weight: 500;
}
2.articleTitle 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); }
}

.articleTitle ul li .item p {
	text-align: center;
	background-color: #f7f7f7;
	text-transform: uppercase;
	line-height: 120%;
	padding-top: 10px;
}
.articleTitle ul li .item .infofont .tit2 p,.articleTitle ul li .item .infofont .tit3 p{
    display: block;
    background-color: #e6e6e6;
    text-align: center;
    padding: 4px;
    margin-bottom: 10px;
}
.articleTitle ul li .item p img{
	border-right: 5px rgb(210 20 119) solid;
	border-bottom: 5px rgb(210 20 119) solid;
	border-top: 2px rgb(210 20 119) solid;
	border-left: 2px rgb(210 20 119) solid;
	border-radius: 0 30px 40px 30px;
}
.articleTitle ul li .item .circle:after {
    /* position: absolute; */
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    content: "01";
    display: flex;
    color: #fff;
    background-color: #009ad0;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.articleTitle ul li:nth-child(2) .item .circle:after {
    content: "02";
}
.articleTitle ul li:nth-child(3) .item .circle:after {
    content: "03";
}
.articleTitle ul li:nth-child(4) .item .circle:after {
    content: "04";
}
.articleTitle ul li:nth-child(5) .item .circle:after {
    content: "05";
}
.articleTitle ul li:nth-child(6) .item .circle:after {
    content: "06";
}
.articleTitle ul li:nth-child(7) .item .circle:after {
    content: "07";
}
.articleTitle ul li:nth-child(8) .item .circle:after {
    content: "08";
}
.articleTitle ul li:nth-child(9) .item .circle:after {
    content: "09";
}
.articleTitle ul li:nth-child(10) .item .circle:after {
    content: "10";
}
.articleTitle ul li:nth-child(11) .item .circle:after {
    content: "11";
}

.articleTitle .imgBox {
	overflow: hidden;
}
.articleTitle .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
.articleTitle .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#Item02 .articleTitle .textEditor{
    color: #30a47f;
}
#Item02 .articleTitle ul li .item .circle:after{    background-color: var(--triadic1);}
#Item02 .articleTitle ul li .item article b{color: #30a47f;}
#Item02 .articleTitle ul li:after{border-color: var(--triadic1) transparent transparent transparent;}
#Item02 .articleTitle ul li .item .circle:after {
    background-color: var(--triadic1);
}


@media screen and (min-width: 1281px) {

	#ABTT01 {
    width: 1280px;
    margin: 10px auto 10px;
    display: flex;
    flex-direction: row;
}
	#Item01,#Item02{
    width: 50%;
}
}
@media screen and (max-width: 1280px) {
	#ABTT01 {
    width: 85%;
    margin: 0px auto 30px;
}
	.articleTitle:before{
    left: 104px;
}
}

@media screen and (max-width: 1140px) {
	.articleTitle ul{margin: 0px 0 0px;grid-gap: 5px;padding: 0;}
	.articleTitle ul li .item{
}
.articleTitle ul li .item article{
    padding: 0 0px 0 10px;
}
		.articleTitle:before{
    left: 90px;
}
}
@media screen and (max-width: 960px) {
	.articleTitle ul li .item{}
}
@media screen and (max-width: 768px) {
	.articleTitle ul{
    grid-template-columns: repeat(1, 1fr);
}
	.articleTitle ul li .item {
		padding: 0px 10px;
	}
		.articleTitle ul li:after,.articleTitle ul li:before{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.articleTitle ul li {
		padding: 5px 5px 15px 5px;
	}
.articleTitle .textEditor b {
    display: inline-block;
    margin-left: 30px;
}
		.articleTitle:before{
    left: 45px;
}
.articleTitle ul li:after{display: none;}
	.articleTitle ul li{
    /* height: 140px; */
}
	.articleTitle{
    padding: 0px 0px 0px;
}
}
@media screen and (max-width: 480px) {
	.articleTitle ul li {
		width: auto;
	}

	.articleTitle .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#ABTT01 {
    width: 85%;
    margin: 0px auto 10px;
}
}
