/*.banner {
	height: auto;
	background: none;
}
.banner .item {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;

    max-width: 1920px !important;
	max-height:auto !important;
	text-align:center;
}*/


.banner .item {

    height: auto;
}

.banner .slick-dots {
	text-align: center;
	padding: 0px 0;
}
.banner .slick-dots li {
	display: inline-block;
}
.banner .slick-dots li button {
	text-indent: -9999px;
	text-align: left;
	background: url(../images/index/banner_dots.png) no-repeat;
	width: 20px;
	height: 20px;
	border: 0;
}
.banner .slick-dots li button:focus {
	outline: none;
}
.banner .slick-dots li.slick-active button {
	background-position: 100% 0;
}
/*************************************************************************/
.main-content {
	padding: 84px 0 0px 0;
}
.main-content section {
	margin-bottom: 50px;
}
.main-content .title {
	font-family: "微軟正黑體", 'Lora', serif ;
	font-size: 21px;
	color: #222;
	margin-bottom: 16px;
	font-weight: bold;
}
.main-content .row {
	position: relative;
}
.main-content .row:before {
	content: " ";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
}
.main-content .col {
	float: left;
	width: 50%;
}
.main-content .title-center {
	text-align: center;
	font-family: "微軟正黑體", 'Lora', serif ;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.main-content .title-center span {
	display: inline-block;
	vertical-align: top;
	margin-top: -18px;
	padding: 0 40px;
}
.main-content .btn-box {
	padding-top: 35px;
}
.main-content .btn.more {
    color: #999999;
    font-size: 12px;
    text-align: center;
    border: 1px solid #DDDDDD;
    background: #F2F2F2;
    line-height: 28px;
    width: 100%;
    padding: 0 0px;
}
.main-content .btn.more:hover {
	background: #1753d0;
	color: #fff;
}
.main-content .album-btn.more {
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #0F42AC;
	line-height: 28px;
	width: 100%;
	padding: 8px 23px;
}
.main-content .album-btn.more:hover {
	background: #4176e4;
	color: #fff;
}
/************************************************************/
.news-list {
	margin: 0px -28px;
	height: 320px;
	overflow: hidden;
}
.news-list li {
	padding: 0 10px;
	width: 42%;
	margin: 0 18px;
}
.news-list a {
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.news-list .pic {
	height: auto;
	position: relative;
	margin-bottom: 14px;
}
.news-list .txt {
	display: block;
	margin: auto 0px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list a:hover .txt {
	text-decoration: none;
	color: #A2A2A2;
}
.news-list .date {
	font-size: 13px;
	color: #0F42AC;
	position: relative;
	display: block;
	text-align: right;
	padding-top: 3px;
	margin: auto 0px;
}
.news-list .date:before {
	content: "NEWS";
	position: absolute;
	top: 0;
	background-color: #0F42AC;
	font-size: 12px;
	padding: 2px 9px;
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	left: 0px;
}
.news-list p {
	color: #777;
	line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 40px;
}
.news-list p::before {
	content: "";
	float: left;
	height: 2.8em;
}
.news-list p::after {
	content: "...";
	margin-left: 0.5em;
	position: relative;
	text-align: left;
	top: 0em;
	width: 3em;
}
/*****************service****************/

.service-box .col {
	vertical-align: middle;
}
.service-box .item {
	display: table;
	width: 100%;
}
.service-box .item .pic {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
.service-box .item .service-pic {
	width: 200px;
	height: 200px;
	border: 5px solid #ccc;
	overflow: hidden;
	-webkit-border-radius: 200px;
	border-radius: 200px;
}
.service-box .item .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.service-box .item .service-title {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 1.5;
	margin-bottom: 5px;
}
.service-list {
	list-style-image: url(../images/index/list_icon.png);
	padding-left: 25px;
	margin: 14px 0;
	height: auto;
	border-bottom: solid thin #ddd;
}
.service-list li {
	margin-bottom: 14px;
}
.service-list .txt {
	display: block;
	margin: auto 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #545454;
	margin-top: 0px;
	text-overflow: ellipsis;
	line-height: 24px;
}
.service-list:hover .txt {
	color:#0f42ac;
}
.service-list p {
	color: #777;
	line-height: 1.4;
	overflow: hidden;
	height: 56px;
}
.service-list p::before {
	content: "";
	float: left;
	height: 2.8em;
}
.service-list p::after {
	content: "";
	margin-left: 0.5em;
	position: relative;
	text-align: left;
	top: 0em;
	width: 3em;
}
/**********************************************************************/
.about-box {
	background: #F2F2F2 url(../images/index/about_bg.jpg) no-repeat;
	background-position: right top;
	background-size: auto 100%;
	min-height: 341px;
}
.about-box .title {
	font-family: "微軟正黑體", 'Lora', serif ;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #0F42AC;
}
.about-box .title span {
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
	padding: 0 0px;
}
.about-box .item {
	width: 100%;
	margin: auto 0;
}
.about-box .txt {
	width: 41%;
	line-height: 1.5;
	padding-bottom: 10px;
}
/***************************************************************************/
.product-box {
	padding-top: 45px;
}
.product-list {
	margin: 0 -16px;
}
.product-list li {
	width: 25%;
	padding: 0 10px;
}
.product-list li a {
	max-width: 325px;
	margin: 0 auto 50px;
}
.product-list .pic {
	height: 210px;
	position: relative;
	border: thin solid #E0E0E0;
	padding: 4px;
}
.pic:hover+.description {
	display: block;
}
.description {
	background: rgba(255,255,255,0.50);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.description:hover {
	opacity: 1;
}
.product-list .product-name {
	color: #545454;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 5px;
	text-align: center;
}
.product-list li a:hover .product-name {
	color: #0F42AC;
}
.product-list p {
	line-height: 1.45;
	height: 54px;
	overflow: hidden;
	padding-right: 120px;
	position: relative;
}
.product-list p:after {
	content: "READ MORE";
	border: 1px solid #FF732F;
	color: #FF732F;
	font-size: 12px;
	line-height: 24px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.product-list a:hover p:after {
	background: #FF732F;
	color: #fff;
}
/************************************************************/
.album-box {
	background: #F7F7F7 url(../images/album-bg.jpg) no-repeat 50% 66%;
	padding: 40px 0px;
}
.album-box-1 {
	padding: 0px 108px;
	margin: 0 52px;
}
.album-box-2 {
	padding: 0px 0px;
	margin: 0 -120px;
}
.album-list li {
	width: auto;
	padding: 0 10px 40px;
}
.album-list li a {
	max-width: 165px;
	height: 165px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.album-list {
	padding-top: 0px;
	height: 165px;
	overflow: hidden;
}
.album-list .cover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(15, 66, 172, 0.80);
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.album-list a:hover .cover {
	background: rgba(1, 25, 76, 0.8);
	color: #fff;
}
.album-list .album-name {
	display: block;
	padding: 7px 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 14px;
}
/*******************************************************************/
.link-list {
	height: 186px;
	overflow: hidden;
}

@media screen and (min-width: 1400px) {
.link-list {
	max-width: none;
	margin: 0 -14px;
	padding-top: 35px;
}
.link-list li {
	width: 25%;
}
}

@media screen and (max-width: 1440px) {
.product-list {
	max-width: 840px;
	margin: 0 auto;
}
.product-list li {
	width: 50%;
}
.news-list li {
}
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1150px) {
.album-box-1 {
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.album-box-2 {
	width: 100% !important;
	padding: 20px 0;
	margin-bottom: 30px;
}
.main-content .col + .col {
	border-top: 1px solid #ddd;
	margin: 0 auto;
}
.album-list {
	height: auto;
	padding-top: 40px;
	max-width: 600px;
}
.album-box {
	padding: 0px 0px;
}
.album-list li {
	width: 33%;
	margin: 0 auto;
}
}

@media screen and (max-width: 1400px) {
.link-list {
	height: auto;
}
}
@media screen and (max-width: 1430px) {
.about-box .txt {
	width: 90%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding-bottom: 50px;
}
.about-box {
	background:  #F2F2F2;
	min-height: auto;
}
.about-box .title span {
	margin-top: 40px;
}
.about-box .title {
    text-align: center;
}

}
@media screen and (max-width: 1200px) {
.main-content .title {
	text-align: center;
	margin-top: 20px;
}
.main-content .row:before {
	display: none;
}
.main-content .col {
	float: none;
	width: auto;
	padding: 20px 0;
	margin-bottom: 30px;
}
.main-content {
	padding: 34px 0 0px 0;
}
.news-list {
	margin: 0px auto;
	max-width: 720px;
}
.news-list li {
	padding: 0 10px;
	width: 50%;
	margin: 0 auto;
}
.service-list p {
	color: #777;
	line-height: 1.4;
	overflow: hidden;
	height: auto;
	margin: 10px 0;
}
.banner .item {
	max-height: auto;
}
}

@media screen and (max-width: 750px) {
.product-box {
	padding-top: 0px;
}
.product-list li {
	float: none;
	width: auto;
	padding: 0;
}
.product-list .pic {
	height: auto;
}
.product-list p {
	height: auto;
}
.product-list li a {
	max-width: 325px;
	margin: 0 auto 25px;
}
}

@media screen and (max-width: 650px) {
.main-content .col {
	float: none;
	width: auto;
	padding: 20px 0;
	margin-bottom: 30px;
}
.news-list {
	margin: 0px 0px;
	height: auto;
}
.news-list li {
	padding: 0 10px;
	width: 100%;
	margin: 10px 0;
}
.main-content .btn-box {
	padding-top: 15px;
}
}

@media screen and (max-width: 639px) {
.service-box .item,  .service-box .item .pic,  .service-box .item .txt {
	display: block;
	margin: 0 auto 20px;
}
.service-box .item {
	margin-bottom: 0;
	max-width: 320px;
	padding: 0;
}
.service-box .item .pic,  .service-box .item .service-pic {
	max-width: 200px;
	width: auto;
	height: auto;
}
.service-box .item .txt {
	padding-left: 0;
	margin-bottom: 0;
}
.service-box .item .service-title {
	text-align: center;
}
.service-box .btn-box {
	padding-top: 0;
}
.album-list li {
    width: auto;
    margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
.product-list p {
	padding-right: 0;
}
.product-list p:after {
	position: static;
	display: block;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
}
}
