#index_banner {
	width: 1000px;
	height: 440px;
	text-align: center;
	margin: 0px auto 32px auto;
	position: relative;
}
#index_banner:after {
	content: "";
	position: absolute;
	left: 0;
	top: 441px;
	width: 1000px;
	height: 19px;
	background: url(../images/index/bigshadow.png) no-repeat 0 0;
}
#index_banner .select {
	position: absolute;
	z-index: 99;
	top: 418px;
	left: 454px;
}
#index_banner .select ul li {
	float: left;
	margin-left: 11px;
}
#index_banner .select ul li a {
	width: 7px;
	height: 7px;
	background: #BBBBBB;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#index_banner .select ul li a:hover, #index_banner .select ul li a.active {
	width: 5px;
	height: 5px;
	background: #fff;
	border: 2px solid #b7282e;
}
#index_banner .bigpic {
	width: 1000px;
	height: 440px;
	position: relative;
	z-index: 9;
}
#index_banner .bigpic ul li a img {
	width: 1000px;
	height: 440px;
}
.index_products {
	width: 100%;
	position: relative;/*height: 180px;*/

}
.index_products h3 {
	text-align: center;
	color: #000000;
	font-size: 16px;
	padding-top: 3px;
	margin-bottom: 20px;
	font-weight: bold;
}
.index_products h3 span {
	color: #868686;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
}
.index_products .list {
	position: relative;
}
.index_products .list .left {
	position: absolute;
	left: 4px;
	top: 83px;
	z-index: 999;
}
.index_products .list .left a {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/index/left.png) no-repeat 0 0;
}
.index_products .list .left a:hover {
	background: url(../images/index/left_.png) no-repeat 0 0;
}
.index_products .list .right {
	position: absolute;
	right: 4px;
	top: 83px;
	z-index: 999;
}
.index_products .list .right a {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/index/right.png) no-repeat 0 0;
}
.index_products .list .right a:hover {
	background: url(../images/index/right_.png) no-repeat 0 0;
}
.index_products .list ul li {
	width: 240px;
	height: 180px;
	float: left;
	margin-right: 12px;
	position: relative;
}
.index_products .list ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 182px;
	width: 240px;
	height: 10px;
	display: block;
	background: url(../images/index/shadow.png) no-repeat 0 0;
}
.index_products .list ul li:nth-child(4n) {
	margin-right: 0;
}
.index_products .list ul li a {
	width: 240px;
	height: 180px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: block;
}
.index_products .list ul li a .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 180px;
	z-index: 9;
}
.index_products .list ul li a .pic img {
	width: 240px;
	height: 180px;
}
.index_products .list ul li a .name {
	width: 220px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 180%;
	padding: 25px 10px;
	z-index: 99;
}
.index_products .list ul li a:hover .name {
	background: rgba(0, 0, 0, 0.85);
}
.index_news {
	float: left;
	width: 465px;
	position: relative;
	margin-top: 56px;
	margin-right: 32px;
	border-bottom: 1px solid #BBBBBB;
}
.index_news h3 {
	color: #000000;
	font-size: 16px;
	padding-bottom: 28px;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
}
.index_news h3 span {
	color: #999999;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}
.index_news .more {
	position: absolute;
	right: 6px;
	top: 3px;
}
.index_news .more a {
	display: block;
	width: 96px;
	height: 19px;
	background: url(../images/index/more.png) no-repeat 0 0;
}
.index_news .more a:hover {
	background: url(../images/index/more_.png) no-repeat 0 0;
}
.index_news ul li {
	min-height: 70px;
	margin-bottom: 1px;
}
.index_news ul li a {
	color: #333333;
	text-decoration: none;
}
.index_news ul li:hover {
	color: #333333;
	text-decoration: none;
	background: #F6F6F6;
}
.index_news ul li a .date {
	float: left;
	text-align: center;
	padding: 14px 4px;
	width: 56px;
	height: 42px;
	margin-right: 14px;
	background: url(../images/index/date.jpg) no-repeat 0 0;
	color: #777777;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.index_news ul li a .date span {
	color: #B81A21;
	font-size: 20px;
	display: block;
}
.index_news ul li a p {
	padding: 12px 0;
	font-size: 14px;
}
.index_news ul li a:hover p {
	color: #B81B22;
}
.index_about {
	width: 500px;
	position: relative;
	margin-top: 56px;
	padding-bottom: 20px;
	float: right;
	border-bottom: 1px solid #BBBBBB;
}
.index_about h3 {
	color: #000000;
	font-size: 16px;
	padding-bottom: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
}
.index_about h3 span {
	color: #999999;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}
.index_about .more {
	position: absolute;
	right: 6px;
	top: 3px;
}
.index_about .more a {
	display: block;
	width: 96px;
	height: 19px;
	background: url(../images/index/more.png) no-repeat 0 0;
}
.index_about .more a:hover {
	background: url(../images/index/more_.png) no-repeat 0 0;
}
.index_about .pic {
	float: right;
	margin-right: 110px;
	margin-bottom: 13px;
}
.index_about ul {
	margin-left: 70px;
	padding-top: 24px;
}
.index_about ul li {
	background: url(../images/index/icon.png) no-repeat 0 center;
	font-size: 18px;
	color: #000000;
	padding-left: 13px;
	margin-bottom: 15px;
}
.index_about ul li:nth-child(2) {
	margin-left: 13px;
}
.index_about ul li:nth-child(3) {
	margin-left: 26px;
}
.index_about ul li span {
	color: #B81920;
}
.index_about p {
	clear: both;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 180%;
}
.index_about p a {
	color: #333333;
	text-decoration: none;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/index/dot-1.png)center center no-repeat;
	padding: 0px;
	border: 0px;
	outline: none;
	cursor: pointer;
}
.slick-dots li.slick-active button {
	background: url(../images/index/dot-2.png)center center no-repeat;
}
.slick-slide {
	outline: none;
}
.products_ins .slick-slide a {
	display: block;
	padding: 0 5px;
}
.products_ins .slick-slide a .pic {
	position: relative;
	padding-bottom: 11px;
	background: url(../images/products/shadow.png) center bottom no-repeat;
}
.products_ins .slick-slide a .name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 90px;
	margin-bottom: 11px;
	padding: 20px;
	color: #FFFFFF;
	font-family: '微軟正黑體';
	font-size: 14px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.products_ins .slick-slide a:hover .name {
	opacity: 1;
	background: rgba(0,0,0,0.85);
}
.products_ins .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	height: 15px;
	background: url(../images/index/arrow.png);
	border: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	z-index: 2;
}
.products_ins .slick-prev {
	left: 8px;
	background-position: left top;
}
.products_ins .slick-next {
	right: 8px;
	background-position: right top;
}
.products_ins .slick-prev:hover {
	background-position: left bottom;
}
.products_ins .slick-next:hover {
	background-position: right bottom;
}
#index_banner #banner .slick-arrow{
    display: block;
    width: 34px;
    height: 34px;
    border: none;
    background: url('../images/index/nav-banner.png');
    position: absolute;
    top: 50%;
    margin-top: -17px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 2;
    outline: none;
    cursor: pointer;
}
#index_banner #banner .slick-prev{
    background-position: left center;
    left: 9px;
}
#index_banner #banner .slick-next{
    background-position: right center;
    right: 9px;
}