@import url('/css/animate.css');
.wow{animation-name: fadeInUp;-webkit-animation-name: fadeInUp;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16 >h3{text-align:center;margin-bottom:80px;font-size:30px;font-weight:500}
#articleInfo16 >h3.icon{margin:0}
#articleInfo16 >h3 img{width:200px}
#articleInfo16 >h3.icon img{width:120px}
#articleInfo16 .item{overflow:hidden;position:relative;margin:0 0 100px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
#articleInfo16 .item > div{float:left;width:35%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .photo{overflow:hidden;animation-name: fadeInLeft;-webkit-animation-name: fadeInLeft;}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{width:60%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item:nth-child(2n) .info{animation-name: fadeInRight;-webkit-animation-name: fadeInRight;}
#articleInfo16 .item .info h5{font-size:22px;color:#444;font-weight:400}
#articleInfo16 .item .info h3{font-size:32px;color:#404040;font-weight:400}
#articleInfo16 .item .info article{margin:23px 0 0;font-weight:300}
#articleInfo16 .industry{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:100px}
#articleInfo16 .industry .info{width:calc((100%/3) - 25px)}
#articleInfo16 .industry .photo{border-radius:5px;overflow:hidden}
#articleInfo16 .industry .photo:hover img, #articleInfo16 .advantage .photo:hover img{transform: scale(0.98);border-radius: 5px;}
#articleInfo16 .industry .text{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:15px 0;border:1px solid #29a6dd;height:100px;border-radius:5px;padding:0 20px}
#articleInfo16 .industry .text h6{color:#29a6dd;font-size:18px;font-weight:400;text-align:center}
#articleInfo16 .industry .text p{font-size:16px;color:#404040;font-weight:300;text-align:center}
#articleInfo16 .img_title{text-align:center;margin-bottom:30px}
#articleInfo16 .advantage{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:100px}
#articleInfo16 .advantage .info{width:calc((100%/3) - 35px)}
#articleInfo16 .advantage .photo{margin-bottom:20px;text-align:center}
#articleInfo16 .advantage ul{margin-bottom:20px;padding-left:30px;height:250px}
#articleInfo16 .advantage li{color:#404040;font-size:16px;font-weight:300;list-style:circle}
#articleInfo16 .advantage p{font-weight:300}
#articleInfo16 .effect{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:100px}
#articleInfo16 .effect .info{margin:15px;box-shadow:0 0 10px rgb(0 0 0 / 10%);width:calc(50% - 190px);padding:80px;display:flex;flex-direction:column;align-items:center;border-radius:5px;background-color:white}
#articleInfo16 .effect .info h3{font-size:24px;text-align:center;margin-bottom:40px;line-height:150%;color:var(--primary);height:72px;font-weight:400}
#articleInfo16 .effect .info .photo{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}
#articleInfo16 .effect .info .photo p{width:calc((100%/3) - 20px);margin:0 10px}
#articleInfo16 .effect .info >p{font-weight:300;text-align:center;height:55px}
#articleInfo16 .effect .info article:before{content:'';display:block;width:90px;height:3px;background:#29A6DD;margin:40px auto}
#articleInfo16 .effect .info article{font-weight:300;text-align:center}
#articleInfo16 .photoBox img{width:100%}
#articleInfo16 table{margin:15px 0;width:100%;border-collapse:collapse}
#articleInfo16 table tr{background:#fff}
#articleInfo16 table tr:nth-child(even){background:#f0f0f0}
#articleInfo16 td,#articleInfo16 th{padding:10px;border:1px solid #d7d9db;text-align:center;vertical-align:middle}

@media screen and (max-width:1024px){
	#articleInfo16 .advantage ul{height:320px}
	#articleInfo16 .industry .text{height:150px}
}
@media screen and (max-width:768px){
	#articleInfo16 .industry .text{height:135px}
	#articleInfo16 .advantage ul{height:430px}
	#articleInfo16 .item .photo{width:50%;margin:0 auto}
	#articleInfo16 .item .info{width:100%;margin-top:20px}
	#articleInfo16 .effect .info{padding:30px;width:calc(50% - 90px)}
}
@media screen and (max-width:480px){
	#articleInfo16 table{display:block;overflow-x:auto;white-space:nowrap}
	#articleInfo16 .item .photo{width:100%}
	#articleInfo16 .industry,#articleInfo16 .advantage{display:block}
	#articleInfo16 .industry .info,#articleInfo16 .advantage .info{width:100%}
	#articleInfo16 .advantage ul,#articleInfo16 .effect .info h3,#articleInfo16 .effect .info >p{height:auto}
	#articleInfo16 .advantage .info{margin-bottom:45px}
	#articleInfo16 .effect .info{width:100%}
	#articleInfo16 .effect .info h3{font-size:20px}
}