#h1{
	position: fixed;
    top: 0;
    opacity: 0;
    z-index: -999999;

}
#main-content section{
	overflow:hidden;
	position: relative;
}
#main-content .bannertxt{
    position: absolute;
    top: 20%;
    right: 0;
	animation-name:bounceInRight;
	animation-duration:1.5s;
}
#main-content #about{
	float: left;
    width: 470px;
	background: #12add8;
	color:#fff;
	padding:20px 0 0;
}
#main-content #about p{
	text-align:center;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: auto 100%;
}
#main-content #about p:first-child{
	margin: 0 20px 20px;	
}
#main-content #about p img{
	max-width:85%;
}
#main-content #about h2,
#main-content #about b,
#main-content #about article{
	margin:0 30px;
}
#main-content #about h2{
	font-size:30px;
	line-height: 120%;
}
#main-content #about b{
	font-size:20px;
	font-weight: normal;
}
#main-content #about article{
    margin: 10px 30px;
	line-height: 200%;	
}
#main-content #about p a.more{
	display: block;
    width: 90%;
    background: #ececec;
    margin: 0 5% 20px;
    border-radius: 5px;
    padding: 3px 0;
    color: #3f71ae;
    font-size: 18px;
    letter-spacing: 0.3em;
	transition:all linear 0.3s;
}
#main-content #about p a.more:hover{
	background: #fff;
	letter-spacing: 0.6em;
}
#main-content #news{
	width: 603px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color:rgb(63, 113, 174);
    padding: 20px 30px;
}
#main-content #news >h3{
	font-size:20px;
	border-bottom:1px solid #fff;
	margin-bottom: 15px;
	width: 55%;
}
#main-content #news h3 a{
	color:#fff;
}
#main-content #news h3 a b{
	font-size:30px;
    font-weight: normal;
    margin-right: 15px;
}
#main-content #news .single-item .insidebox{
	overflow:hidden;
	margin: 0 5px;
}
#main-content #news .single-item .insidebox .photo{
	float:right;
	width:40%;
	border:1px solid #fff;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:auto 100%;
}
#main-content #news .single-item .insidebox .txt{
	float:left;
	width:57%;
}
#main-content #news .single-item .insidebox .txt h3{
	font-size:18px;
	font-weight: normal;
    line-height: 180%;
}
#main-content #news .single-item .insidebox .txt article{
	margin-top:10px;
}
#main-content #news .single-item .insidebox .txt article a{
	color:#fff;
	font-size:14px;
}
#main-content #news .slick-slider{
	margin-bottom: 0;
}
.slick-slide img{
	margin: 0 auto;
    height: 100%;	
}
#ad-list{
	margin-top:20px;
}
#ad-list li{
	float:left;
	border:1px solid #808080;
	margin-right:20px;
	margin-bottom:20px;
	animation-name:fadeInLeftBig;
	-moz-animation-name:fadeInLeftBig;
	-ms-animation-name:fadeInLeftBig;
	-o-animation-name:fadeInLeftBig;
	-webkit-animation-name:fadeInLeftBig;
	animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	-webkit-animation-duration:1s;
	overflow:hidden;
}
#ad-list li:nth-child(2n){
	margin-right:0;
	animation-name:fadeInRightBig;
	-moz-animation-name:fadeInRightBig;
	-ms-animation-name:fadeInRightBig;
	-o-animation-name:fadeInRightBig;
	-webkit-animation-name:fadeInRightBig;
	animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	-webkit-animation-duration:1s;
}
#ad-list li a{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100%;
	display: block;
	transition:all ease-in-out 0.5s;
}
#ad-list li:hover a{
	background-size:110%;
}
.products{
	margin:20px 0;
}
.products li{
	float:left;
	width: 23.5%;
	margin-right:2%;
	margin-bottom:25px;
}
.products li:nth-child(4n){
	margin-right:0;
}
.hover{
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(25, 25, 25, 0.22);
	background-image:url(/images/17/products-more.png);
	background-repeat:no-repeat;
	background-position:50%;
}
.products li .border{
	border:1px solid #eaeaea;
	border-radius:5px;
	margin-bottom: 10px;
}
.products li .border .photo {
	position:relative;
}
.products li .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);
}
.products li .photo .img{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100%;
	display:block;
	background-color:#fff;
}
.products li h3{
	text-align:center;
	height: 23px;
	overflow:hidden;
}
.products li h3 a{
	font-size:20px;
	color:#343434;
}
.products li h3:hover a{
	text-decoration:underline;
}
.products li article{
	text-align:center;
	color:#707070;
	font-size:12px;
	height: 23px;
	overflow:hidden;
}
.products li .price{
	text-align:center;
	color:#6d6d6d;
	font-size:16px;
	height: 23px;
}
.products .more{
	text-align:center;
	margin: 15px 0;
}
.products .more a{
	color:#959191;
	font-size:16px;
	border:2px solid #959191;
	padding: 0 15px;
}
.products .more a:hover{
	background:#959191;
	color:#fff;
}
@media screen and (max-width: 1190px) {
	#main-content .bannertxt,
	#main-content #news{
		position: inherit;	
		text-align: right;
		margin-top: 50px;
	}
	#main-content #about{
		float: none;
		width: 100%;
		margin-top: 50px;
		overflow: hidden;
		padding: 25px 0;
	}
	#main-content #about p{
		float: left;
	}
	#main-content #about p:first-child{
		margin: 0 20px 20px;	
	}
	#main-content #about p:last-child{
		float:none;
		clear: both;
	}
	#main-content #about article{
		margin-right: 20px;
	}
	#main-content #news{
		width:90%;
		padding: 5%;
		margin-top: 20px;
	}
	#ad-list li:nth-child(1),
	#ad-list li:nth-child(4){
		width: 57%;
	}
	#ad-list li:nth-child(2),
	#ad-list li:nth-child(3){
		width: 40%;	
	}
	#ad-list li{
		margin-right: 2%;	
	}
	#main-content #about{
		min-height: 0;	
	}
}
@media screen and (max-width: 960px) {
	#main-content #about p img{
		width:370px;
	}
	#main-content #about b{
		margin:0;
	}
	.products li,
	.products li:nth-child(4n){
		float:left;
		width: 47.5%;
		margin-right:2%;
		margin-bottom:25px;
	}
	.products li:nth-child(2n){
		margin-right:0;
	}
	.products li .ptxt{
		height:69px;
		overflow:hidden;
	}
}
@media screen and (max-width: 768px) {
	#main-content #about p img{
		width: 150px;
	}
}
@media screen and (max-width: 640px) {
	#main-content #about article{
		clear: both;
	}
	#main-content #about p img{
	    width: 100px;
		margin-left: 20px;	
	}
	#main-content #news >h3,
	#main-content #news .single-item .insidebox .txt{
		width:100%;
	}
	#main-content #news .single-item .insidebox{
		margin: 0 20px;	
	}
	#main-content #news .single-item .insidebox .photo,
	#ad-list li:nth-child(1),
	#ad-list li:nth-child(4),
	#ad-list li:nth-child(2),
	#ad-list li:nth-child(3){
	    width: 99%;
	}
	#ad-list li{
		margin-right: 0;	
	}
	#main-content .bannertxt img{
		max-width:100%;
	}
	#main-content .slick-prev{
		left: -5px;
	}
	#main-content .slick-next{
		right: -5px;
	}
}
@media screen and (max-width: 480px) {
	#main-content #about h2,
	#main-content #news h3 a b{
		font-size: 22px;
		margin-top: 10px;
	}
	#main-content #about p{
	    float: none;	
	}
	#main-content #about p img{
	    width: 85%;
		margin-left: 0;	
	}
	#main-content #about b{
	    margin: 0 30px;	
	}
	#main-content #news >h3{
	    font-size: 18px;	
	}
	#main-content #about article{line-height: 150%;font-size: 15px;}
	.products li h3 a{font-size: 17px;}
	#main-content #news .single-item .insidebox .txt h3{font-size: 13pt;line-height: 150%;margin-top: 20px;font-weight: bold;}
	#main-content #news .single-item .insidebox .txt article{margin-top: 0;line-height: 150%;}
}