@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;
	color: #016faa;
	line-height: 1;
	font-weight: bold;
	font-family: Times New Roman;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0 30px 0;
}
#news .title span {
	display: block;
	font-size: 18px;
	color: #999999;
	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: #04588a;
	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: #00eaff;
	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: #b9dbed;
	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: #FFF;
	font-size: 13px;
	line-height: 1.4;
	height: 37px;
	overflow: hidden;
}
#news .more {
	width: 70px;
	height: 70px;
	background: #067dc3;
	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: #034064;
}
#news li:nth-child(2) .list {
	background: #067dc3;
}
#news li:nth-child(2) .list .name {
	color: #a1f3f3;
}
#news li:nth-child(2) .more {
	background: #0ca0f8;
}
#news li:nth-child(2):hover .more {
	background: #0571b0;
}
#news li:nth-child(3) .list {
	background: #0ca0f8;
}
#news li:nth-child(3) .list .name {
	color: #00eaff;
}
#news li:nth-child(3) .more {
	background: #32aff9;
}
#news li:nth-child(3):hover .more {
	background: #067dc3;
}
@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/74/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;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007cc4+0,2c8bc1+50,2c8bc1+100&1+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,124,196,1) 0%, rgba(44,139,193,0.75) 50%, rgba(44,139,193,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,124,196,1) 0%,rgba(44,139,193,0.75) 50%,rgba(44,139,193,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,124,196,1) 0%,rgba(44,139,193,0.75) 50%,rgba(44,139,193,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc4', endColorstr='#802c8bc1',GradientType=0 ); /* IE6-9 */

}
#about .title {
	position: relative;
	font-size: 45px;
	color: #f7f7f7;
	line-height: 1;
	font-weight: bold;
	font-family: Times New Roman;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	margin-bottom: 35px;	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007cc4+0,2c8bc1+50,2c8bc1+100&1+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,124,196,1) 0%, rgba(44,139,193,0.75) 50%, rgba(44,139,193,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,124,196,1) 0%,rgba(44,139,193,0.75) 50%,rgba(44,139,193,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,124,196,1) 0%,rgba(44,139,193,0.75) 50%,rgba(44,139,193,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc4', endColorstr='#802c8bc1',GradientType=0 ); /* IE6-9 */




}
#about .title span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	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: #067dc3;
	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: #069dc3;
}
#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: #016faa;
	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: #999999;
	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:#cbebfd;
}
#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:#1b7bb5;
	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: #e60012;
	font-weight: bold;
	text-align: center;
}
#products .cart {
	width: 70px;
	height: 70px;
	background: #d0d0d0 url(../../images/74/go-blue.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: #b7b7b7 url(../../images/74/go-hover-blue.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/74/download_bg-blue.jpg) center no-repeat;
}
#download .title {
	position: relative;
	font-size: 45px;
	color: #016faa;
	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: #999999;
	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/74/download_icon-blue.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:#dddddd;
	position: absolute;
	color:#3596ce;
	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: #3596ce;
	color:#ffffff;
}
#download .slick-next, .slick-prev{
    width: 25px;
    height: 45px;
    text-indent: -9999px;
    top: 50%;
    left: auto;
    margin-top: -22px;
    position: absolute;
    background: url(../../images/74/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;
	}
}