@charset "utf-8";

/* CSS Document */

/**************************************************************/

#banner {
	height: auto !important;
	width: 100% !important;
	position: relative;
	text-align: center;
	border: none;
}

/**************************************************************/

/**************************************************************/
#news {
	max-width: 1180px;
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}
#news .title {
	position: relative;
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	font-family: Times New Roman;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0 30px 0;
	color: #333333; 

	
	
	
	
}
#news .title span {
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-family: "微軟正黑體";
	padding-top: 5px;
}
#news ul {
	display: block;
	overflow: hidden;
}
#news li {
	width: calc(100%/3);
	list-style: none;
	display: block;
	float: left;
	padding: 0 5px;
	padding-bottom: 30px;
	position: relative;
}
#news .list:hover .more {
	color: #FFF;
	background: #344190;
}
#news .list {
	max-width: 380px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	vertical-align: top;
	background: #333333;
	z-index: 2;
}
#news .list .photo {
	position: relative;
	margin-bottom: 10px;
}
#news .list .photo img {
	max-width: 100%;
	height: auto !important;
	position: relative;
}
#news a {
	text-decoration: none !important;
}
#news .list .name {
	margin: 0 20px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
#news a:hover .list .name {
	text-decoration: underline;
}
#news .list .date {
	margin: 0 20px;
	color: #fffdfc;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	position: relative;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	margin-bottom: 5px;
}
#news .list .con {
	margin: 0 20px;
	color: #dddddd;
	font-size: 13px;
	line-height: 1.4;
	height: 37px;
	overflow: hidden;
}
#news .more {
	width: 70px;
	height: 70px;
	background: #333333;
	position: absolute;
	color: #FFF;
	font-size: 50px;
	line-height: 40px;
	margin-left: -35px;
	text-indent: 0px;
	left: 50%;
	text-indent: -9999px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	bottom: 0px;
}
#news .more:before {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #FFF;
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -8px;
}
#news .more:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #FFF;
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin-left: -1px;
}
#news li:hover .more {
	background: #999999;
}
#news li:nth-child(2) .list {
	background: #666666;
}
#news li:nth-child(2) .list .name {
	color: #ffffff;
}
#news li:nth-child(2) .more {
	background: #666666;
}
#news li:nth-child(2):hover .more {
	background: #333333;
}
#news li:nth-child(3) .list {
	background: #999999;
}
#news li:nth-child(3) .list .name {
	color: #ffffff;
}
#news li:nth-child(3) .more {
	background: #999999;
}
#news li:nth-child(3):hover .more {
	background: #666666;
}
@media all and (max-width:700px) {
	#news li {
		width: 50%;
		margin-bottom: 20px;
	}
	#news li:nth-child(3) {
		display: none;
	}
}
@media all and (max-width:500px) {
	#news {
		padding-top: 30px;
		margin-bottom: 0;
	}
	#news li {
		width: 100%;
	}
	#news li:nth-child(3) {
		display: block;
	}
	#news .title {
		font-size: 30px;
		padding: 0px 0 20px 0;
	}
	#news .title span {
		font-size: 14px;
	}
}

/**************************************************************/
#about {
	background: url(../../images/71/about_bg.jpg) center no-repeat;
	height: 350px;
	position: relative;
	margin-bottom: 50px;
}
#about:before {
	content: '';
	height: 5px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;	
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(10, 10, 10, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(255, 255, 255, 0) 100%); 
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(10, 10, 10, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(255, 255, 255, 0) 100%); 
	background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, rgba(10, 10, 10, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(255, 255, 255, 0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}
#about .title {
	position: relative;
	font-size: 45px;
	color: #FFF;
	line-height: 1;
	font-weight: bold;
	font-family: Times New Roman;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	margin-bottom: 35px;	
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(10, 10, 10, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(255, 255, 255, 0) 100%); 
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 0%, rgba(10, 10, 10, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, rgba(10, 10, 10, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(255, 255, 255, 0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1); 
	
	
}
#about .title span {
	display: block;
	font-size: 18px;
	color: #dddddd;
	font-weight: bold;
	font-family: "微軟正黑體";
	padding-top: 5px;
}
#about .txt {
	height: 170px;
	overflow: hidden;
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 1.8;
}
#about .more {
	width: 70px;
	height: 35px;
	background: #333333;
	position: absolute;
	color: #FFF;
	font-size: 50px;
	line-height: 40px;
	margin-left: -35px;
	text-indent: 0px;
	left: 50%;
	text-indent: -9999px;
	-webkit-border-top-left-radius: 35px;
	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-topright: 35px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	bottom: 5px;
}
#about .more:before {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #FFF;
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -8px;
}
#about .more:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #FFF;
	position: absolute;
	bottom: 7px;
	left: 50%;
	margin-left: -1px;
}
#about .more:hover {
	background: #999999;
}
#about .more a {
	display: block;
	width: 100%;
	height: 100%;
}
@media all and (max-width:500px) {
	#about .title {
		font-size: 30px;
	}
	#about .title span {
		font-size: 14px;
	}
}

/**************************************************************/
#products {
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
	font-size: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
#products .title {
	position: relative;
	font-size: 45px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
	font-family: Times New Roman;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0 30px 0;
}
#products .title span {
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-family: "微軟正黑體";
	padding-top: 5px;
}
#products ul {
	display: block;
	overflow: hidden;
}
#products li {
	width: calc(100%/4);
	list-style: none;
	display: block;
	float: left;
	padding: 0 5px;
	padding-bottom: 35px;
	position: relative;
}
#products .list:hover .more {
	color: #FFF;
	background: #344190;
}
#products .list {
	max-width: 348px;
	margin: 0 auto;
	padding-bottom: 45px;
	position: relative;
	vertical-align: top;
	background:#dddddd;
}
#products .list .photo {
	position: relative;
	margin-bottom: 10px;
}
#products .list .photo img {
	max-width: 100%;
	height: auto !important;
	position: relative;
}
#products a {
	text-decoration: none !important;
}
#products .list .name {
	margin: 0 20px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
#products a:hover .list .name {
	text-decoration: underline;
}
#products .list .con {
	margin: 0 20px;
	color:#999999;
	font-size: 13px;
	line-height: 1.4;
	height: 37px;
	overflow: hidden;
	margin-bottom: 10px;
}
#products .list .price {
	font-size: 18px;
	color: #FE7235;
	font-weight: bold;
	text-align: center;
}
#products .cart {
	width: 70px;
	height: 70px;
	background: #999999 url(../../images/71/go.png) center no-repeat;
	position: absolute;
	color: #FFF;
	font-size: 50px;
	line-height: 40px;
	margin-left: -35px;
	text-indent: 0px;
	left: 50%;
	text-indent: -9999px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	bottom: 0px;
}
#products li:hover .cart {
	background: #333333 url(../../images/71/go-hover.png) center no-repeat;
}
@media all and (max-width:767px) {
	#products li {
		width: 50%;
		margin-bottom: 20px;
	}
}
@media all and (max-width:500px) {
	#products {
		padding-top: 30px;
	}
	#products li {
		width: 100%;
	}
	#products .title {
		font-size: 30px;
		padding: 0px 0 20px 0;
	}
	#products .title span {
		font-size: 14px;
	}
}

/**************************************************************/

#download{
	padding-top: 30px;
	height: 350px;
	background: url(../../images/71/download_bg.jpg) center no-repeat;
}
#download .title {
	position: relative;
	font-size: 45px;
	color: #ffffff;
	line-height: 1;
	font-weight: bold;
	font-family: Times New Roman;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0 30px 0;
}
#download .title span {
	display: block;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	font-family: "微軟正黑體";
	padding-top: 5px;
}
#download .slide-item{
	max-width: 900px;
	padding: 0 45px;
	margin: 0 auto;
	position: relative;
}
#download .slick-list{
	max-width: 750px;
	margin: 0 auto;
}
#download .item{
	padding:0px 6px !important;
	height: 180px;
}
#download .item a{
	background: #FFF url(../../images/71/download_icon2.png) center 15px no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	position: relative;
	text-decoration: none;
}
#download .name {
	margin: 0 20px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
#download .more {
	width: 80px;
	height: 25px;
	background:#888888;
	position: absolute;
	color:#ffffff;
	font-size: 13px;
	line-height: 26px;
	margin-left: -40px;
	text-indent: 0px;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	left: 50%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 15px;
}
#download a:hover .name {
	text-decoration: underline;
}
#download .item a:hover .more {
	background: #000000;
}
#download .slick-next, .slick-prev{
    width: 25px;
    height: 45px;
    text-indent: -9999px;
    top: 50%;
    left: auto;
    margin-top: -22px;
    position: absolute;
    background: url(../../images/71/download_ar.png) no-repeat;
}
#download .slick-next{
    margin: 0;
    margin-top: -22px;
	right: 10px;
    background-position: -25px 0;
}
#download .slick-prev{
    margin: 0;
    margin-top: -22px;
	left: 10px;
}
@media all and (max-width:500px) {
	#download {
		padding-top: 30px;
	}
	#download .title {
		font-size: 30px;
		padding: 0px 0 20px 0;
	}
	#download .title span {
		font-size: 14px;
	}
}
/**************************************************************/
@media all and (max-width:550px) {
	#main {
		padding-top: 15px;
	}
}