.wow,
.special img{
	animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	-webkit-animation-duration:0.5s;
}
#about-wrap{
	background-image: url(../../images/16/index-about-bg.png);
	background-repeat:no-repeat,repeat-y;
	background-position:100% 100%,0 0;
	padding:70px 0;
}
#about-wrap h2,
#product h2{
	text-align:center;
}
#about-wrap .three-box{
	overflow:hidden;
	padding: 60px 0;
}
#about-wrap .three-box .special{
	float:left;
	width:33%;
	text-align:center;
	animation-name:flip;
	-moz-animation-name:flip;
	-ms-animation-name:flip;
	-o-animation-name:flip;
	-webkit-animation-name:flip;
}
#about-wrap .three-box .special:hover img{
	animation-name:flip;
	-moz-animation-name:flip;
	-ms-animation-name:flip;
	-o-animation-name:flip;
	-webkit-animation-name:flip;
}
#about-wrap .three-box .special h3{
	text-align:center;
	color:#134b98;
	font-size:20px;
	font-weight:normal;
	margin-top: 20px;
}
#about-wrap .three-box .special span{
	display:block;
	width:11px;
	height:1px;
	background:#134b98;
	margin:15px auto;
}
#about-wrap .three-box .special p{
	text-align:center;
	font-size:18px;
	color:#7d7d7d;
}
#about-wrap article{
	font-size:16px;
	color:#686868;
	text-align:center;
	line-height: 180%;
	margin-bottom: 50px;
}
#about-wrap section >p a{
	color:#fff;
	background:#3d66ff;
	display:block;
	width:128px;
	height:47px;
	line-height:47px;
	text-align:center;
	font-size:12px;
	margin:0 auto;
	transition:all ease-in-out 0.3s;
}
#about-wrap section >p a:hover{
	box-shadow: 0px 5px 3px #134b98 inset;
}
#product{
	background-image:url(../../images/16/index-products-bg.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	background-attachment:fixed;
	padding:100px 0;
}
.productlist{
	margin:50px 0;
	outline:none;
}
.hover{
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(25,25,25,0.8);

	background-repeat:no-repeat;
	background-position:50%;
}
#product .wow{
	animation-name:pulse;
	-moz-animation-name:pulse;
	-ms-animation-name:pulse;
	-o-animation-name:pulse;
	-webkit-animation-name:pulse;
}
#product .wows{
	margin:0 20px;
}
#product .wows .border .photo {
	position:relative;
}
#product .wows .border .photo:hover .hover{
	opacity:1;
	transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
#product .wows .photo .img{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100%;
	display:block;
	background-color:#000;
}
#product .wows h3{
	text-align:center;
	height: 23px;
	overflow:hidden;
	margin:15px 0;
}
#product .wows h3 a{
	font-size:20px;
	color:#fff;
}
#product .wows article{
	text-align:center;
	font-size:14px;
	height: 20px;
	overflow:hidden;
	color:#f6f7f9;
}
#product .wows span{
	background:#f6f7f9;
	display:block;
	width:100%;
	height:1px;
	margin:0 auto 15px;
}
#product .wows:hover span{
	width:50%;
}
#product .wows .price{
	text-align:center;
	color:#6d6d6d;
	font-size:16px;
	height: 23px;
}
#product .more{
	text-align:center;
	margin: 15px 0;
}
#product .more a{
	color:#959191;
	font-size:16px;
	border:2px solid #959191;
	padding: 0 15px;
}
#product .more a:hover{
	background:#959191;
	color:#fff;
}
#news{
	background-image:url(../../images/16/index-news-bg.jpg);
	background-repeat:no-repeat;
	background-position:50%;
	padding:45px 0 15px;
	animation-name:fadeInLeftBig;
	-moz-animation-name:fadeInLeftBig;
	-ms-animation-name:fadeInLeftBig;
	-o-animation-name:fadeInLeftBig;
	-webkit-animation-name:fadeInLeftBig;
}
#news .title{
	overflow:hidden;
}
#news .title h2{
	float:left;
}
#news .title p{
	float:right;
	margin-top: 10px;
}
#news .title p a{
	color:#2a4887;
	border:1px solid #2a4887;
	display:block;
	padding: 10px 20px;
}
#news .title p a:hover{
	color: #fff;
    background: #2a4887;
}
.newslist{
	margin:40px 0 0;
}
.newslist a{
	color:#2c4987;
}
.newslist li{
	float:left;
	width:35%;
	overflow:hidden;
	margin-right:10%;
	color:#2A4886;
	margin-bottom:30px;
}
.newslist .date{
	float:left;
	width: 28%;
    margin-right: 5%;
}
.newslist .date p,
.newslist .date span{
	font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
}
.newslist .date span{
    font-size: 35px;
	display:block;
	text-align:center;
	line-height: 100%;
}
.newslist .txt{
	float:left;
	width:60%;
	margin-top: 10px;
}
.newslist .txt h3,
.newslist .txt article{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:18px;
}
.newslist .txt h3:hover{
	text-decoration:underline;
}
.newslist .txt article{
	font-size:14px;
}
#free-block{
	overflow:hidden;
	background:#a6e2ff;
}
#free-block #adv-wrap{
	float: left;
    width: 33.5%;
}
#free-block #adv-wrap .bxslider a{
	display:block;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:100%;
}
#free-block .bxslider{
	margin-bottom:0;
}
#free-block .row{
	float:right;
	width: 66.5%;
	color:#fff;
	font-size:16px;
}
#free-block .row .rowdetail{
	padding:5% 0 0 8%;
}
#free-block .wow{
	animation-name:fadeInRightBig;
	-moz-animation-name:fadeInRightBig;
	-ms-animation-name:fadeInRightBig;
	-o-animation-name:fadeInRightBig;
	-webkit-animation-name:fadeInRightBig;
}
#free-block .row .rowdetail article{
	margin-top: 40px;
    width: 65%;
	line-height: 180%;
	color: #365899;
}
@media screen and (max-width: 1440px) {
	#free-block #adv-wrap{
	    width: 40%;	
	}
	#free-block .row{
	    width: 60%;	
	}
	#free-block .row .rowdetail article{
		width: 90%;
		color: #365899;
	}
}
@media screen and (max-width: 1280px) {
	#free-block #adv-wrap,
	#free-block .row{
		width:100%;
	}
	#free-block #adv-wrap{
		margin: 60px auto 20px;	
	}
	#free-block .bxslider{
	    width: 640px;
		margin:0 auto;
	}
	#free-block .row .rowdetail h3,
	#free-block .row .rowdetail article{
		text-align:center;
		margin: 0 auto 30px;
		color: #365899;
	}
	#free-block .row .rowdetail{
		padding:30px 0;
	}
}
@media screen and (max-width: 980px) {
	.newslist li{
		width: 45%;
		margin-right: 5%;	
	}
	.newslist .date span{
		font-size:28px;
	}
}
@media screen and (max-width: 768px) {
	.newslist li{
		width: 100%;
		margin-right: 0%;	
	}
	.newslist .date span{
		text-align:left;
	}
	.newslist .date{
	    width: 20%;	
	}
	.newslist .txt{
		width:70%;
	}
	#product .wows h3 a{
		font-size:18px;
	}
	#about-wrap .three-box .special span{
	    margin: 10px auto;	
	}
	#product .wows .border .photo:hover .hover{
		background-size: 40%;	
	}
}
@media screen and (max-width: 640px) {
	#about-wrap .three-box .special h3{
		font-size:18px;
	}
	#about-wrap .three-box .special p{
		font-size:14px;
	}
	.special img{
		max-width:50%;
	}
	#free-block .bxslider{
	    width: 100%;
	}
	#free-block #adv-wrap{
		margin: 0 auto 20px;	
	}
	#free-block .row .rowdetail{
		margin:0 5%;
	}
	#about-wrap h2 img, 
	#product h2 img{
		max-width:70%;
	}
}
@media screen and (max-width: 480px) {
	#about-wrap .three-box .special{
		width: 50%;
	}
	#about-wrap .three-box .special:last-child{
		float: none;
		clear: both;
		margin: 0 auto;
	}
	#about-wrap article{
		font-size:14px;
	}
	.newslist .date,
	.newslist .txt{
		width:100%;
	}
	.newslist .date p,
	.newslist .date span{
	    font-size: 22px;	
		display:inline-block;
	}
	#news .title p a{
		padding: 5px 15px;	
	}
	.newslist{
		margin: 40px 0;	
	}
}