.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
}
#sideNav2 ul.Cate2{text-align:center;font-size:15px;color:#9e9e9e;display:flex;justify-content:center;margin:0 0 0px 0}
#sideNav2 ul.Cate2 li{position: relative;display: inline-block;background-color: #f0f0f0;margin: 10px;border-radius: 20px;}
#sideNav2 ul.Cate2 li a{letter-spacing: 1px;display: block;padding: 15px 23px;transition: 0.9s;line-height: 0.8;text-align: center;-webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 11%);box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 11%);color: #010101;background-color: #ffffff;border-radius: 55px;font-size: 16px;}


#articleInfo18 .topBox {
    padding: 70px 0 30px;
    background: url(/images/style/18/img-topBg.png) no-repeat 0 0
}

#articleInfo18 .topBox .text {
    margin: 0 0 0 auto;
    width: 40%
}

#articleInfo18 .topBox .text h3 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 30px;
    color: #004285;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

#articleInfo18 .topBox .text article {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

#articleInfo18 .secBox .item {margin-top: 60px;}

#articleInfo18 .secBox > div {
    margin-bottom: 15px;
}

#articleInfo18 .secBox .item h5 {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    background-clip: text;
    -webkit-background-clip: text;
    color: #4c43a6;
    margin-bottom: 20px;
}

#articleInfo18 .secBox .item article {
    float: left;
    width: calc(100% - 220px)
}

#articleInfo18 .secBox .photoBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

#articleInfo18 .secBox .photoBox > div {
    width: calc((100%/4) - 150px);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    margin: 20px 30px;
    flex-direction: column;
    align-items: center;
}

#articleInfo18 .secBox .photoBox > div:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #4c43a6;
    position: absolute;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    -webkit-animation: roadOpenLR 2s ease-in infinite;
    animation: roadOpenLR 2s ease-in infinite;
}
@-webkit-keyframes roadOpenLR {
	0% {
	  -webkit-clip-path: inset(0 100% 0 0);
			  clip-path: inset(0 100% 0 0);
	}
	50% {
	  -webkit-clip-path: inset(0 0 0 0);
			  clip-path: inset(0 0 0 0);
	  opacity: 1;
	}
	90% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
  @keyframes roadOpenLR {
	0% {
	  -webkit-clip-path: inset(0 100% 0 0);
			  clip-path: inset(0 100% 0 0);
	}
	50% {
	  -webkit-clip-path: inset(0 0 0 0);
			  clip-path: inset(0 0 0 0);
	  opacity: 1;
	}
	90% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
#articleInfo18 .secBox .photoBox > div:last-child:after {
    display: none;
}

#articleInfo18 .secBox .photoBox .photo {
    width: 80px;
    margin-bottom: 10px
}

#articleInfo18 .secBox .photoBox h3 {
    font-size: 18px;
    line-height: 140%;
    overflow: hidden;
    color: #4c43a6;
    margin-top: 10px;
    text-align: center;
}

#articleInfo18 .secBox .photoBox p {
    font-size: 15px
}

#articleInfo18 .secBox .five {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 20px;
}

#articleInfo18 .secBox .five >div {
    width: calc((100%/5) - 100px);
    background: #f6f5fb;
    padding: 50px;
}

#articleInfo18 .secBox .five >div:nth-child(2) {
    background: #e7e5f9;
}

#articleInfo18 .secBox .five >div:nth-child(3) {
    background: #d7d3ff;
}

#articleInfo18 .secBox .five >div:nth-child(4) {
    background: #c4bfff;
}

#articleInfo18 .secBox .five >div:nth-child(5) {
    background: #9e94ff;
}

#articleInfo18 .secBox .five .photo {
    width: 80px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
}

#articleInfo18 .secBox .five p {
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
    text-align: center;
}



#articleInfo18 .secBox .three {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

#articleInfo18 .secBox .three .photo {
    width: 85%;
    position: absolute;
    left: 0;
}

#articleInfo18 .secBox .three .photo img {
    width: 100%;
}

#articleInfo18 .secBox .three article {
    width: 40%;
    z-index: 2;
    background: #ffffff;
    padding: 30px 60px;
    border-radius: 10px;
    margin: 60px 0;
}
.textEditor{padding: 10px 0 10px 0;margin-left: 0px;}
.textEditor h5{font-size: 16px;color: #484848;font-weight: 500;margin-bottom: 0px;}
.textEditor h4, .textEditor p, .textEditor li,.textEditor .elementor-image{margin-bottom: 1.3em;font-size: 18px;color: #484848;}
.textEditor h2{
    font-weight: 300;
}
.textEditor ol{margin: 0px 0 10px;}
.textEditor li{margin: 0px 0px 4px 0px;list-style-type: inherit;list-style-position: inherit;color: #323232;line-height: 1.8;letter-spacing: 0.2px;font-weight: 400;font-size: 14px;list-style: decimal;display: list-item;text-align: -webkit-match-parent;}
.textEditor li a{color: #009ad0;vertical-align: initial;padding:  0 5px;}
.textEditor li a:hover{color: #969696;}

@media screen and (max-width: 1280px) {
	#sideNav2 ul.Cate2{position:relative;display:flex;justify-content:center;width:100%;margin:0 0 10px 0}
	#sideNav2 ul.Cate2 li{display:inline-block;position:relative;margin:0px 5px}
	#sideNav2 ul.Cate2 li a{position:relative;display:block;padding: 10px 20px 10px;color:#373737;text-align:center}
}
@media screen and (max-width: 1024px) {
    #articleInfo18 .secBox .photoBox h3 {
    }

    #articleInfo18 .secBox .photoBox > div {
        width: calc((100%/2) - 150px);
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    #articleInfo18 .secBox .three article {
        width:60%;
    }

    #articleInfo18 .secBox .five >div {
        width: calc((100%/3) - 100px);
    }

    #articleInfo18 .secBox .five >div:nth-child(4), #articleInfo18 .secBox .five >div:nth-child(5) {
        width: calc((100%/2) - 100px);
    }

    #articleInfo18 .topBox {
        position: relative
    }

    #articleInfo18 .topBox:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.35);
        top: 0;
        left: 0;
        z-index: 1;
        content: ""
    }

    #articleInfo18 .topBox .text {
        position: relative;
        width: 50%;
        z-index: 2
    }
	#sideNav2 ul.Cate{display:flex;flex-wrap:wrap}
	.textEditor h4, .textEditor p, .textEditor li, .textEditor .elementor-image,.faqBox ol li .Txt p{font-size: 1.0em;}

}

@media screen and (max-width: 640px) {
    #articleInfo18 .secBox .three .photo {
        position: relative;
        width: 100%;
    }

    #articleInfo18 .secBox .five >div, #articleInfo18 .secBox .five >div:nth-child(4), #articleInfo18 .secBox .five >div:nth-child(5) {
        width: calc((100%/1) - 100px);
    }

    #articleInfo18 .secBox .photoBox h3 {
        height: auto;
    }

    #articleInfo18 .secBox .photoBox > div {
        width: calc((100%/1) - 62px);
        padding: 30px;
    }

    #articleInfo18 .topBox:before {
        background: rgba(255,255,255,0.6)
    }

    #articleInfo18 .secBox .item article {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    #articleInfo18 .secBox .item h5 {
        margin-bottom: 15px;
    }

    #articleInfo18 .secBox .photoBox > div:after {
        right: unset;
        bottom: -55px;
        top: auto;
        border-width: 15px 15px 0px 15px;
        border-color: #4c43a6 transparent transparent transparent;
        -webkit-animation: roadOpen2 3s ease-in infinite;
        animation: roadOpen2 3s ease-in infinite;
    }
 @-webkit-keyframes roadOpen2 {
	0% {
	  height: 10px;
	}
	50% {
	  height: 10px;
	  opacity: 1;
	}
	90% {
	  height: 10px;
	  opacity: 1;
	}
	100% {
	  height: 0;
	  opacity: 0;
	}
  }
  @keyframes roadOpen2 {
	0% {
	  height: 10px;
	}
	50% {
	  height: 10px;
	  opacity: 1;
	}
	90% {
	  height: 10px;
	  opacity: 1;
	}
	100% {
	  height: 0;
	  opacity: 0;
	}
  }
    #articleInfo18 .secBox .photoBox h3 {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
	#sideNav2 >ul >li >h3 a{padding: 16px 20px;letter-spacing: 0px;}
	#sideNav2 >ul >li{margin: 8px 10px;}

}
