


.ani{transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;}

.certified_box{padding: 55px 0;color: #595959;}
.certified_box .hd h4{font-size: 17px;font-weight: bold;line-height: 1;border-bottom: 1px solid #9f9f9f;padding-bottom: 15px;margin-bottom: 15px;}
.certified_box .hd .smalls{color: #404040;font-size: 14px;}
.certified_box .bd{margin-top: 80px;overflow: hidden;}
.certified_box .bd li{width: 33.33333%;float: left;text-align: center;margin-bottom: 40px;cursor: pointer;}
.certified_box .bd .pic{width: 209px;height: 228px;margin: 0 auto;position: relative;background: url('../image/certifiedbg1.png') no-repeat;}
.certified_box .pic span{background-size: contain;background-position: center;background-repeat: no-repeat;display: block;}
.certified_box .pic span img{display: none;}
.certified_box .bd .pic span{position: absolute;top:28px; left:51px;width: 106px;height: 150px;background-color: #fff;}
.certified_box .bd h5{margin-top: 40px;font-size: 14px;text-align: center;}
.certified_box .bd li:hover .pic{background: url('../image/certifiedbg1-1.png') no-repeat; }
.certified_box .pop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);z-index: 999;display: none;}
.certified_box .pop .wrap{height: 710px;max-width: 475px;position: absolute;top: 0; bottom: 0; left: 0; right: 0;margin: auto;background: #e6e6e6;text-align:center;}
.certified_box .pop .box{border: 5px solid #e6e6e6;height: 700px; overflow: auto;}
.certified_box .pop .pic span{height: 660px;}
.certified_box .pop h5{line-height: 40px;color: #404040;}
.certified_box .pop .closebtn{width: 20px;height: 20px;position: absolute;top: 0;right:-35px;background: url('../image/closebtn.png') no-repeat top;cursor: pointer;}
.certified_box .pop .closebtn:hover{background-position: bottom;}
@media screen and (max-width: 1444px) {
	.certified_box .pop .wrap{height: 80%;}
	.certified_box .pop .box{height: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
}
@media screen and (max-width: 768px) {
	.container{padding: 0 15px;}
}
@media screen and (max-width: 640px) {
	.certified_box .bd li{width: 100%;}
	.certified_box .bd .pic,
	.certified_box .bd li:hover .pic{background: none;}
	.certified_box .bd .pic,
	.certified_box .bd .pic span{width: 100%;height: auto;}
	.certified_box .bd .pic span{background: none !important;position: initial;}
	.certified_box .bd .pic span img{display: block;}
	.certified_box .bd h5{margin-top: 20px;}
	.certified_box .pop{display: none;}
	.certified_box .bd{margin-top: 40px;}
}