.wow {
	animation: fadeInRight 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay2 {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay3 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay4 {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}

#articleStyle25{
    width: 100%;
    margin: 0 auto;
}
#articleStyle25 img{width: 100%;}
#articleStyle25 .art-pic{margin-bottom: 30px;}
#articleStyle25 .art-info{overflow: hidden;}
#articleStyle25 .art-info .large-art-box{float: left;width: 48%;}
#articleStyle25 .art-info .large-art-box h4{font-size: 1.3rem;font-weight: normal;color: #3a3a3a;}
#articleStyle25 .art-info .large-art-box h3{font-size: 27px;font-weight: normal;margin: 10px 0 40px;position: relative;}
#articleStyle25 .art-info .large-art-box h3:after{content:'';display:block;width:80px;background: #aac52a;position:absolute;left:0;bottom: -18px;height: 1px;}
#articleStyle25 .art-info .large-art-box p{color: #717171;font-size: 16px;line-height: 180%;text-align: justify;}
#articleStyle25 .art-info .large-art-box .tinymore{margin-top: 30px;}
#articleStyle25 .art-info .large-art-box .tinymore a{display: inline-block;text-decoration: none;color: #ffffff;padding: 15px 60px;line-height: 100%;font-size: 0.9rem;position:relative;background: #aac52a;}
#articleStyle25 .art-info .large-art-box .tinymore a:after{content:'';display:block;width: 8px;background: #fff;position:absolute;left: 10px;height: 2px;bottom: calc(50% + 2px);}
#articleStyle25 .art-info .large-art-box .tinymore a:before{content:'';display:block;width: 8px;position:absolute;left: 10px;bottom: calc(50% - 2px);height: 2px;background: #fff;}
#articleStyle25 .art-info .large-list-box{float: right;width: 49%;}
#articleStyle25 .art-info .large-list-box ul{list-style: none;}
#articleStyle25 .art-info .large-list-box ul li{overflow: hidden;margin-bottom: 12px;}
#articleStyle25 .art-info .large-list-box ul li .smallimg{float: left;width: 150px;position: relative;}
#articleStyle25 .art-info .large-list-box ul li .smallimg b{position: absolute;display: block;right: -10px;top: 0;background: #cc9d55;color: #fff;font-weight: normal;font-size: 0.9rem;padding: 2px 8px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 60%;}
#articleStyle25 .art-info .large-list-box ul li .small-info{float: right;width: calc(100% - 180px);margin-top: 10px;}
#articleStyle25 .art-info .large-list-box ul li .small-info h4{font-size: 1.3rem;font-weight: normal;}
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag{font-size: 0.9rem;color: #969696;}
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag2{color: #a7772f;font-size: 0.9rem;}
#articleStyle25 .art-info .large-list-box ul li .small-info p b{display: inline-block;width: 1px;height: 20px;background: #d0d0d0;margin: 0 15px;}
#articleStyle25 .container{
    background-position: 50% 50%;
    background-image: url(/images/23/abouteamBg.jpg);
    background-repeat: no-repeat;
    padding: 110px 0;
    margin: 30px 0;
    background-size: contain;
}
#articleStyle25 .container p{
    width: 70%;
    margin: 0 auto;
    color: #fff;
    text-align: justify;
    line-height: 200%;
    font-size: 16px;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	margin-top: 50px;
}
#articleInfo15 .tit h3 {
	line-height: 100%;
	font-size: 40px;
	color: #313131;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}
#articleInfo15 .tit h3:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #192d66;
    display: block;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    margin: 30px auto 0;
}
#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;
	z-index: 1;
}
#articleInfo15 ul li {
	width: calc((100%/3) - 5px);
	display: inline-block;
	vertical-align: top;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	margin: 0 0 20px;
}
#articleInfo15 ul li .item {
	padding: 20px 30px;
	position: relative;
}
#articleInfo15 ul li:nth-child(2) .item, #articleInfo15 ul li:nth-child(5) .item {
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
}
#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;
	margin-bottom: 10px;
	font-weight: 600;
}
#articleInfo15 ul li .item article{
    text-align: justify;
}
#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);
}
@media screen and (min-width: 1025px) {
	#articleStyle25 .art-info .large-art-box .tinymore a{ transition: all linear .2s;}
	#articleStyle25 .art-info .large-art-box .tinymore a:hover{
    background: #99b112;
}
#articleStyle25 .container{background-attachment: fixed;}
}

@media screen and (min-width: 1025px) {
#articleInfo15 ul li .item article{
    font-size: 15px;
    text-align: justify;
    line-height: 160%;
    top: 0;
    bottom: 5px;
    left: 15px;
    right: 15px;
    z-index: 1;
    margin: auto;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    padding: 20px;
    width: 80%;
    background: rgb(255 255 255 / 98%);
    height: 75%;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    overflow: auto;
    position: absolute;
}
#articleInfo15 ul li:hover .item article{-webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;}
}
@media screen and (max-width: 1366px) {
#articleStyle25 .container{
    background-size: cover;
}
}
@media screen and (max-width: 1024px) {
#articleStyle25 .art-info .large-art-box p{
    font-size: 15px;
}
#articleStyle25 .container p{
    width: 90%;
}
#articleInfo15 ul li .item article{
    font-size: 14px;
}
}
@media screen and (max-width: 980px) {
	#articleStyle25 .art-info .large-art-box{width:100%;margin-bottom: 40px;}
	#articleStyle25 .art-info .large-list-box{width:100%;}
	#articleInfo15 ul li{
    width: calc((100%/2) - 5px);
}
#articleStyle25 .art-info .large-art-box h3{
    font-size: 23px;
}
#articleInfo15 ul li:nth-child(2) .item, #articleInfo15 ul li:nth-child(5) .item{
    border: 0;
}
}
@media screen and (max-width: 480px) {
	#articleStyle25 .art-info .large-list-box ul li .smallimg{
    width: 110px;
}
	#articleStyle25 .art-info .large-list-box ul li .small-info{
    width: calc(100% - 130px);
    margin-top: 0;
}
#articleStyle25 .art-info .large-list-box ul li .small-info h4{
    font-size: 1.1rem;
}
#articleStyle25 .art-info .large-list-box ul li .small-info p b{
    margin: 0 10px;
    height: 15px;
}
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag,
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag2{
    font-size: 0.8rem;
}
#articleStyle25 .art-info .large-list-box ul li .smallimg b{font-size: 0.6rem; max-width:50%;}
#articleStyle25 .art-info .large-art-box h3{
    font-size: 20px;
}
#articleInfo15 ul li{
    width: 100%;
    margin: 0;
}
#articleStyle25 .art-info .large-art-box h4{    font-size: 1.1rem;}
}

