.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;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 26px;
	line-height: 100%;
	margin-bottom: 30px;
}
#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 ul {
	overflow: hidden;
	position: relative;
}
#articleInfo15 ul li {
	float: left;
	width: calc(100%/4);
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 ul li .item {
	padding: 20px 30px;
}
#articleInfo15 ul li:nth-child(2) .item {
}
#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	width: 70%;
}
#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;
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 .imgBox p:nth-child(2) {
	margin: 30px 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);
}
#articleInfo7{
    border-top: 1px dashed #e4e4e4;
    padding-top: 60px;
    margin-top: 30px;
    overflow: hidden;
}
#articleInfo7 .photoBox{
    float: left;
    width: calc(50% - 40px);
}
#articleInfo7 .info{
    float: right;
    width: 50%;
}
#articleInfo7 .info ul{}
#articleInfo7 .info ul li{
    overflow: hidden;
    margin: 10px 0;
}
#articleInfo7 .info ul li b{
    display: block;
    float: left;
    width: 100px;
    background-color: #f0ae23;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
#articleInfo7 .info ul li p{
    float: right;
    margin: 0 !important;
    width: calc(100% - 120px);
    padding: 10px 0;
    font-size: 18px;
}
#loantext{
    border-top: 1px dashed #e4e4e4;
    padding-top: 60px;
    margin-top: 60px;
}
#loantext h3{
    text-align: center;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 30px;
}
#loantext h3 span{
    display: block;
    text-align: center;
    color: #00e0e2;
    margin-top: 5px;
}
#loantext .bottom{}
#loantext .bottom img{width: 100%;}
#loantext .inner_sec_info_agileits_w3 {
    margin-top: 4em;
}
#loantext .border {
    border: 2px dashed #d0d0d0;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    margin-top: 215px;
}
#loantext .bordergrid1 {
    position: absolute;
    top: -26%;
    left: 0%;
    text-align: center;
    width: 100%;
}
#loantext .bordergrid2 {
    position: absolute;
    top: 19%;
    left: -75%;
    text-align: right;
    width: 90%;
}
#loantext .bordergrid5 {
    position: absolute;
    top: 63%;
    left: -74%;
    text-align: right;
    width: 90%;
}
#loantext .bordergrid3 {
    position: absolute;
    top: 19%;
    left: 83%;
    text-align: left;
    width: 90%;
}
#loantext .bordergrid6 {
    position: absolute;
    top: 63%;
    left: 83%;
    text-align: left;
    width: 90%;
}
#loantext .bulb {
    text-align: center;
    margin: 0 auto;
}
#loantext .bulb img {
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 6em;
}
#loantext .col-md-12 {
    width: 100%;
}
#loantext .text .title {
    font-size: 1.6em;
    color: #3d403f;
    margin: .1em 0;
    font-weight: 600;
}
#loantext .editor p {
    font-size: 18px;
    letter-spacing: 1.5px;
}
#loantext .icon i.fa {
    border-radius: 50%;
    font-size: 30px;
    width: 85px;
    height: 85px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    padding-left: 0.3em;
    background: #03477b;
    border: 1px solid #03477b;
}
#loantext .text p {
    color: #6d6d6d;
    letter-spacing: 1px;
    margin: 1em 0;
    font-size: 1.1em;
}
#process {
    border-top: 1px dashed #e4e4e4;
    padding-top: 60px;
    margin-top: 60px;
}
#process .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#process .tit h3 {
	text-align: center;
	font-size: 26px;
	line-height: 100%;
	margin-bottom: 30px;
}
#process .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;
}
#process ul {
	overflow: hidden;
	position: relative;
}
#process ul li {
	float: left;
	width: calc(100%/4);
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	position: relative;
}
#process ul li:before {
    content: "\f061";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    color: rgb(162 162 162 / 50%);
    top: calc(50% - 30px);
    position: absolute;
    right: -10px;
}
#process ul li:last-child:before{
    display: none;
}
#process ul li .item {
	padding: 20px 30px;
}
#process ul li:nth-child(2) .item {
}
#process ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	width: 70%;
}
#process ul li .item:hover .circle {-webkit-animation: tada 1s;animation: tada 1s;}

#process ul li .item p {
	text-align: center;
	font-size: 18px;
}
#process .imgBox {
	overflow: hidden;
}
#process .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#process .imgBox p:nth-child(2) {
	margin: 30px 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#process .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
#articleInfo5 ul.twoBox li {margin-bottom: 2px;}
#articleInfo5 {
    border-top: 1px dashed #e4e4e4;
    padding-top: 60px;
    margin-top: 60px;
}
#articleInfo5 p{
    text-align: center;
}
#articleInfo5 p a{
    display: inline-block;
    background-color: #e74054;
    color: #fff;
    padding: 10px 40px;
    margin-top: 40px;
}
#articleInfo5 h2 {text-align: center;font-size: 26px;line-height: 100%;margin-bottom: 30px;}

#articleInfo5 ul li .info h3 {
	padding: 10px;
	background: #f0ae24;
	font-size: 18px;
	color: #fff;
}
#articleInfo5 ul.twoBox li .info h3{
    background: #f5f5f5;
    position: relative;
    padding-left: 40px;
}
#articleInfo5 ul.twoBox li .info h3:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #f0ad23;
    position: absolute;
    left: 15px;
    top: 18px;
}
#articleInfo5 ul.twoBox li .info h3 a{
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
#articleInfo5 ul li .info article{
    padding: 10px;
}
#articleInfo5 ul li:hover .info h3 {
	-webkit-animation: animatedIcon 1s infinite linear;
	-moz-animation: animatedIcon 1s infinite linear;
	-ms-animation: animatedIcon 1s infinite linear;
	-o-animation: animatedIcon 1s infinite linear;
}
#articleInfo18 {
    border-top: 1px dashed #e4e4e4;
    padding-top: 60px;
    margin-top: 60px;
}
#articleInfo18 h2 {text-align: center;font-size: 26px;line-height: 100%;margin-bottom: 30px;}
#articleInfo18 .secBox > div {
    overflow: hidden;
    margin-bottom: 40px;
}
#articleInfo18 .secBox .photoBox > div {
    overflow: hidden;
    margin: 25px;
    float: left;
    width: calc((100%/3) - 50px);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}
#articleInfo18 .secBox .photoBox > div h3{overflow: hidden;border-radius: 50%;width: 50%;margin: 0 auto 20px;}
#articleInfo18 .secBox .photoBox > div img {transition: all 0.5s ease;}
#articleInfo18 .secBox .photoBox > div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#articleInfo18 .secBox .photoBox > div p{
    overflow: hidden;
    height: 110px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
color: #7c7c7c;font-weight: 300;}
#articleInfo18 .secBox .photoBox > div p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: #545c69;
    font-size: 2em;
}
#articleInfo18 .secBox .photoBox > div .name{
    color: #cca972;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
	#articleInfo15 ul li{
    width: 50%;
}
    #articleInfo7 .photoBox{
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
    #articleInfo7 .info{
    float: none;
    width: 100%;
}
    #process ul li{
    width: 50%;
}
#process ul li:before{
    right: 0;
}
#articleInfo18 .secBox .photoBox > div{
    width: calc((100%/2) - 50px);
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
	width: calc(100%/2);
	}
	#articleInfo15 ul li:nth-child(3) {
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
	#articleInfo7 .photoBox, #articleInfo7 .info{
    float: none;
    width: 100%;
}
#articleInfo15 ul li .item p, #articleInfo7 .info ul li p, #articleInfo7 .info ul li b, #process ul li .item p{
    font-size: 15px;
}
    #process ul li{
    width: calc(100%/2);
}
    #process ul li:before{
    right: 0px;
}
    #articleInfo7, #loantext, #process, #articleInfo5, #articleInfo18{
    padding-top: 40px;
    margin-top: 10px;
}
#articleInfo5 p a{
    margin: 20px 0 30px;
}
#articleInfo18 .secBox .photoBox > div{
    width: calc(100% - 50px);
}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
	}
	#articleInfo15 ul li:nth-child(2) .item {

}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
