<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
	position: relative;
}

#admarquee {
	overflow: hidden;
	margin: 0px;
	padding: 0 0 0 0px;
	height: 32px;
	background-color: #000000;
	color: #00FF00;
	font-weight: 900;
	font-size:24px;
}

#admarquee .marquee {
	overflow: hidden;
}

/* +free-block
*----------------------------------------------------------------------------*/
#content .free-block {
	margin-top: -30px;
	position: relative;
	z-index: 200;
}

#content .free-block .picScroll-left {
	margin: 0 auto;
	width: 80%;
	position: relative;
}

#content .free-block .picScroll-left .hd {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 50;
}

#content .free-block .picScroll-left .hd a.prev ,
#content .free-block .picScroll-left .hd a.next {
	position: absolute;
	top: 90px;
	font-size: 35px;
}

#content .free-block .picScroll-left .hd a.prev {
	left: -10px;
}

#content .free-block .picScroll-left .hd a.next {
	right: -10px;
}

#content .free-block .picScroll-left .hd ul {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

#content .free-block .picScroll-left .hd ul li {
	margin: 0 3px;
	display: inline-block;
}

#content .free-block .picScroll-left .hd .pageState {
	display: none;
}

#content .free-block .picScroll-left .bd {
	margin-bottom: 30px;
}

#content .free-block .picScroll-left .bd ul {
	overflow: hidden;
	text-align: center;
}

#content .free-block .picScroll-left .bd ul li {
	margin: 0 12px;
	width: 27%;
	display: inline-block;
	text-align: center;
}

#content .free-block .picScroll-left .bd ul li img {
	width: 100%;
}


/* +about-wrap
*----------------------------------------------------------------------------*/
#content #about-wrap {
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#content #about-wrap article {
	padding: 15px 0 60px;
	width: 75%;
	float: right;
}

#content #about-wrap article h2 {
	animation-duration: 1s;
    opacity: 0;
	font-size: 30px;
	color: #a60000;
	font-weight: bold;
}




#content #about-wrap article h2.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -ms-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

#content #about-wrap article h2.animation-end {
	opacity: 1;
}

#content #about-wrap article p {
	animation-duration: 1s;
    opacity: 0;
	line-height: 170%;
	font-size: 18px;
	color: #242424;
}

#content #about-wrap article p.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -ms-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

#content #about-wrap article p.animation-end {
	opacity: 1;
}

#content #about-wrap article .more {
	margin-top: 75px;
	animation-duration: 1s;
    opacity: 0;
	text-align: right;
	font-size: 14px;
}

#content #about-wrap article .more a {
	color: #959595;
}

#content #about-wrap article .fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#content #about-wrap article .more.animation-end {
	opacity: 1;
}


/* +news-wrap
*----------------------------------------------------------------------------*/
#content #news-wrap {
	padding: 20px 0;
}

#content #news-wrap h3 {
	margin: 0 auto;
	padding: 7px 0;
	width: 140px;
	background: #dc0000;
	display: block;
	text-align: center;
	font-size: 21px;
}

#content #news-wrap h3 a {
	color: #fff;
	font-weight: bold;
}

#content #news-wrap .newsWrap {
	margin-top: 30px;
	position: relative;
}

#content #news-wrap .newsWrap .hd {
	margin-bottom: 8px;
	overflow: hidden;
}

#content #news-wrap .newsWrap .hd ul {
	float: right;
	overflow: hidden;
}

#content #news-wrap .newsWrap .hd ul li {
	margin-left: 5px;
	width: 10px;
	height: 10px;
	background: #444;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	color: #444;
}

#content #news-wrap .newsWrap .hd ul li.on {
	background: #B40B0E;
	color: #B40B0E;
}

#content #news-wrap .newsWrap .bd {
	margin-top: 15px;
}

#content #news-wrap .newsWrap .bd ul {
	overflow: hidden;
}

#content #news-wrap .newsWrap .bd ul li {
	width: 33.33%;
	float: left;
	overflow: hidden;
}

#content #news-wrap .newsWrap .bd ul li .photo {
	margin-right: 10px;
	width: 100px;
	height: 100px;
	border: 1px #444 solid;
	display: block;
	overflow: hidden;
	float: left;
}

#content #news-wrap .newsWrap .bd ul li .photo img {
	width: 100px;
	height: 100px;
}

#content #news-wrap .newsWrap .bd ul li .info {
	margin-right: 10px;
}

#content #news-wrap .newsWrap .bd ul li .info h4 {
	margin-bottom: 10px;
	font-size: 16px;
}

#content #news-wrap .newsWrap .bd ul li .info h4 a {
	color: #000;
	font-weight: bold;
}

#content #news-wrap .newsWrap .bd ul li .info span {
	color: #000;
	font-weight: bold;
}

#content #news-wrap .newsWrap .bd ul li .info p {
	height: 40px;
	overflow: hidden;
	line-height: 160%;
	font-size: 13px;
	color: #8c8c8c;
}


/* +product-wrap
*----------------------------------------------------------------------------*/
#content #product-wrap {
	padding: 55px 0;
	/*background: url(products.jpg) no-repeat 50% 0;*/
	background-size: cover;
	overflow: hidden;
	background-color: #F4F4F4;
}

#content #product-wrap h3 {
	margin-bottom: 10px;
	font-family: 'cwTeXFangSong', serif;
	text-align: center;
	font-size: 36px;
	text-shadow: 2px 2px #4f4f4f;
	font-weight: normal;
	color: #000066;
}

#content #product-wrap p {
	margin-bottom: 75px;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 0px #4f4f4f;
	font-weight: normal;
	color: #000066;
}

#content #product-wrap ul {
	overflow: hidden;
}

#content #product-wrap ul li {
	margin-right: 2%;
	width: 23.5%;
	float: left;
}

#content #product-wrap ul li h4 {
	margin-top: 10px;
	font-size: 16px;
}

#content #product-wrap ul li h4 a {
	color: #000;
	font-variant: 600;
}

#content #product-wrap ul li p.price {
	margin: 5px 0 0;
	text-align: left;
	font-size: 16px;
	color: #000;
	text-shadow: none;
}

#content #product-wrap ul li .phoro {
	width: 100%;
	height: 290px;
	background: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#content #product-wrap ul li .phoro h4 {
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    color: #fff;
	opacity: 0;
}

#content #product-wrap ul li .phoro:hover h4 {
	opacity: 1;
}

#content #product-wrap ul li .phoro:hover h4 a {
	padding: 15px;
	width: 100%;
	height: 290px;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

#content #product-wrap ul li .phoro img {
	max-width: 100%;
	height: 290px;
}

#content #product-wrap ul li:last-child {
	margin: 0;
}


/* +ad-list
*----------------------------------------------------------------------------*/
#content #ad-wrap {
	padding: 50px 0;
	background: url(../../images/07/index/bg-ad.jpg) no-repeat 50% 50%;
	background-size: cover;
	overflow: hidden;
}

#content #ad-wrap section {
	overflow: visible;
}

#content #ad-wrap .ad-list {
	position: relative;
}

#content #ad-wrap .ad-list .hd {
	width: 100%;
	height: 100%;
	position: absolute;
}

#content #ad-wrap .ad-list .hd .prev ,
#content #ad-wrap .ad-list .hd .next {
	width: 32px;
	height: 32px;
	background: #686868;
	display: block;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	position: absolute;
	top: 83px;
	z-index: 50;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
}

#content #ad-wrap .ad-list .hd .prev {
	left: -15px;
}

#content #ad-wrap .ad-list .hd .next {
	right: -15px;
}

#content #ad-wrap .ad-list .hd ul {
	display: none;
}

#content #ad-wrap .ad-list .bd .tempWrap {
	width: auto !important;
}

#content #ad-wrap .ad-list .bd ul {
	height: 230px;
	overflow: hidden;
}

#content #ad-wrap .ad-list .bd ul li {
	margin-right: 1%;
	width: 23.5%;
	height: 230px;
	float: left;
}

#content #ad-wrap .ad-list .bd ul li a {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

#content #ad-wrap .ad-list .bd ul li img {
	width: 100%;
	height: 230px;
}


/* +width:1366 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	#content #about-wrap article {
		width: 65%;
	}
}


/* +width:1024 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#content #about-wrap article {
		width: 60%;
	}
	
	#content #news-wrap .newsWrap .bd ul li .info h4 {
		height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	
	#content #news-wrap .newsWrap .bd ul li .info p {
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	#content #product-wrap ul li .phoro ,
	#content #product-wrap ul li .phoro img ,
	#content #product-wrap ul li .phoro:hover h4 a {
		height: 200px;
	}
}


/* +width:768 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#content #about-wrap {
		background-position: -250px 0;
		background-size: cover;
	}
	
	#content #about-wrap article .more {
		margin-top: 30px;
	}
	
	#content #product-wrap ul li .phoro, 
	#content #product-wrap ul li .phoro img, 
	#content #product-wrap ul li .phoro:hover h4 a {
		height: 150px;
	}
	
	#content #ad-wrap .ad-list .bd ul ,
	#content #ad-wrap .ad-list .bd ul li ,
	#content #ad-wrap .ad-list .bd ul li a ,
	#content #ad-wrap .ad-list .bd ul li img {
		height: 185px;
	}
}

/* +width:640 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#content .free-block .picScroll-left .bd {
		width: 100%;
		overflow: hidden;
	}
	
	#content #news-wrap .newsWrap .bd ul li {
		width: 100%;
	}
	
	#content #product-wrap ul li {
		margin: 0 2% 20px 0;
		width: 49%;
	}
	
	#content #product-wrap ul li:nth-child(2n) {
		margin-right: 0;
	}
	
	#content #product-wrap ul li .phoro, 
	#content #product-wrap ul li .phoro img, 
	#content #product-wrap ul li .phoro:hover h4 a {
		height: 230px;
	}
	
	#content #ad-wrap .ad-list .bd ul li {
		width: 272px !important;
	}
}


/* +width:480 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#content .free-block {
		margin-top: 30px;
	}
	
	#content .free-block .picScroll-left {
		width: 100%;
	}
	
	#content .free-block .picScroll-left .bd ul li {
		margin: 0 6px;
	}
	
	#content #about-wrap {
		
	}
	
	#content #about-wrap article {
		width: 100%;
	}
	
	#content #product-wrap ul li .phoro, 
	#content #product-wrap ul li .phoro img, 
	#content #product-wrap ul li .phoro:hover h4 a {
		height: 200px;
	}
	
	#content #ad-wrap .ad-list .bd {
		margin: 0 auto;
		width: 272px;
	}
}


/* +width:320 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	#content #product-wrap ul li {
		margin: 0 0 20px;
		width: 100%;
	}
}</pre></body></html>