@charset "utf-8";
/* CSS Document */
/**************************************************************/
/**************************************************************/
#main {
	padding-top: 30px;
}
/**************************************************************/
/**************************************************************/
#inews {
	max-width: 1030px;
	position: relative;
	margin: 0 auto;
	font-size:0px;
	margin-bottom:60px;
	overflow:hidden;
}
#inews .title{
	font-size:16px;
	margin-right:36px;
	font-weight:bold;
	color:#444444;
	margin-bottom:10px;
}
#inews ul {
	display:block;
	margin:0 -10px;
}
#inews li {
	width:25%;
	padding:0 10px;
	display: inline-block;
	list-style: none;
    vertical-align:bottom;
}
#inews li .list:hover .cover{
	opacity:0.5;
}
#inews li .list:hover .name {
	text-decoration:underline;
}
#inews li .list:hover .con {
	color:#999999;
}
#inews li .list:hover .more {
	background:url(../images/news_more_.png) no-repeat;
}
#inews li .list {
	position:relative;
	margin:0 auto;
	text-decoration: none;
}
#inews li .cover{
	position:absolute;
	width:100%;
	height:100%;
	background:#FFF;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity:0;
}
#inews li .photo{
	text-align:center;
	position:relative;
	margin-bottom:10px;
}
#inews li .photo img{
	max-width:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#inews li .info{
	position:relative;
}
#inews li .date {
	margin-right:40px;
	font-size:14px;
	color:#444444;
	line-height: 20px;
	text-decoration:none;
	font-weight:bold;
}
#inews li .name {
	margin-right:40px;
	color:#FF0000;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	overflow: hidden;
	margin-bottom:5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#inews li .con {
	color: #444444;
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#inews .more{
	width: 36px;
	height: 36px;
	position: absolute;
	text-indent:-9999px;
	background: url(../images/news_more.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	right:0px;
	top:0px;
}
/**************************************************************/
/**************************************************************/
#iabout_box{
	height:490px;
	background: url(../images/about_bg.jpg);
	padding:45px 0px 0px 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#iabout{
	height:400px;
	max-width: 1030px;
	font-size:15px;
	color:#FFF;
	line-height:22px;
	position: relative;
	margin: 0 auto;
}
#iabout .con{
	height:400px;
	max-width: 780px;
}
#iabout .more:hover{
	border-color:#FF0000;
}
#iabout .more:hover a{
	color:#FF0000;
}
#iabout .more {
	width: 155px;
	height: 36px;
	line-height:32px;
	margin-top:30px;
	border:#FFF 2px solid;
	text-align:center;
	font-family:"Century Gothic", "微軟正黑體";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#iabout .more a{
	width:100%;
	height:100%;
	display:block;
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#iabout .more i{
	line-height:10px;
	margin-left:5px
}
/**************************************************************/
/**************************************************************/
#iproducts_box {
	padding-top:60px;
	padding-bottom:60px;
	background: url(../images/products_bg.jpg) center top no-repeat;
}
#iproducts {
	max-width: 1030px;
	position: relative;
	margin: 0 auto;
	font-size:0px;
	overflow:hidden;
}
#iproducts .cover{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,0,0,0.8);
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity:0;
	font-size:0px;
}
#iproducts .cover:before {
	content: '';
	display: inline-block;
	vertical-align: middle ;
	height: 100%;
}
#iproducts .cover .more{
	color:#FFF;
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 36px;
	line-height:32px;
	margin:0 auto;
	border:#FFF 1px solid;
	text-align:center;
	font-family:"Century Gothic", "微軟正黑體";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#iproducts .title{
	font-size:16px;
	font-weight:bold;
	color:#444444;
	margin-bottom:10px;
}
#iproducts ul {
	display:block;
	margin:0 -10px;
}
#iproducts li {
	width:25%;
	padding:0 10px;
	display: inline-block;
	list-style: none;
	margin-bottom:40px;
    vertical-align:bottom;
}
#iproducts li .list:hover{
	background: url(../images/products_s_.png) bottom center no-repeat;
}
#iproducts li .list:hover .cover{
	opacity:1;
}
#iproducts li .list .cart:hover {
	background: url(../images/cart_.png) no-repeat;
}
#iproducts li .list {
	position:relative;
	margin:0 auto;
	text-decoration: none;
	padding-bottom:10px;
	background: url(../images/products_s.png) bottom center no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#iproducts li .photo{
	text-align:center;
	position:relative;
	margin-bottom:10px;
}
#iproducts li .photo img{
	max-width:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#iproducts li .info {
	padding:5px;
	position:relative;
	background:rgba(255,255,255,0.6);
}
#iproducts li .price {
	font-size:18px;
	color:#FF0000;
	line-height: 20px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:3px;
	margin-right:45px;
}
#iproducts li .name {
	color:#000000;
	font-size: 17px;
	height: 20px;
	line-height: 18px;
	text-decoration:none;
	overflow: hidden;
	margin-right:45px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#iproducts li .con {
	color: #444444;
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#iproducts .cart{
	width: 32px;
	height: 32px;
	position: absolute;
	background: url(../images/cart.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	right:10px;
	top: 10px;
	border:none;
	cursor:pointer;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
@media (max-width: 1050px) {
#inews {
	padding:0 10px;
}
#iabout{
	padding:0px 10px 20px 10px;
}
#iabout img{
	max-width:100%;
}
#iproducts {
	padding:0 10px;
}
}
@media (max-width: 1000px) {
#inews .more{
	display:none;
}
#inews li .date {
	width:100%;
	max-width: none;
	line-height: 20px;
}
#inews li .name {
	width:100%;
	line-height: 18px;
	max-width: none;
	height:36px;
	margin-bottom:5px;
	overflow: hidden;
}
#inews li .con {
}
#iproducts .cart{
	display:none;
}
}
@media (max-width: 800px) {
#iproducts li .price {
	line-height: 20px;
	margin-right:45px;
}
#iproducts li .name {
	text-decoration:none;
	margin-right:45px;
	height:auto;
}
}
@media (max-width: 600px) {
#inews li {
	width:50%;
	margin-bottom:30px;
}
#iproducts li {
	width:50%;
	margin-bottom:10px;
}
/**************************************************************/
/**************************************************************/
}
@media (max-width: 570px) {
}
@media (max-width: 500px) {
}
@media (max-width: 400px) {
}
/**************************************************************/
/**************************************************************/
