
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_banner.css);
@import url(index_footer.css);


/*========================================================
                      	 關於我們
=========================================================*/
.about-list {
    background: url(../../images/about_bg1.jpg) no-repeat center top;
    background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.about-list h1 {
    margin-top: 50px;
	margin-bottom: 50px;
}

.about-list .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}

.about-pic {
	padding: 0 10%;
}
.about-pic img {
	width: 100%;
}

.about-info {
	padding: 60px 14% 60px 14%;
	text-align: left;
	font-size: 18px;
	line-height: 32px;
}
.about-info h2 {
	color: #d8d466;
	margin: 0 0 30px 0;
	font-size: 26px;
}
.about-info h2 span {
	display: block;
	color: #fff;
	font-size: 0.8em;
}

.about-info .more {
	text-align: right;
	margin-top: 50px;
}

.about-info .more a {
	padding: 5px 30px;
	color: #fff;
	border: 1px solid #fff;
}
.about-info .more a:hover {
	border-color: transparent;
    background-color: rgba(0,0,0,0.50);
	color:#fff;
}


/*  尺寸設定 */
@media (min-width: 640px) {	
	.about-pic {
		padding: 0 8% 0 12%;
	}
	.about-info {
		padding: 60px 14% 60px 14%;
		font-size: 20px;
		line-height: 32px;
	}
	.about-info h2 {
		font-size: 30px;
	}
}

@media (min-width: 992px) {	
	.about-info {
		padding: 60px 13% 60px 13%;
	}
}
@media (min-width: 1200px) {
	.about-list .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.about-info {
		padding: 0 6% 60px 3%;
		line-height: 36px;
	}
	.about-info h2 {
		margin: -4px 0 30px 0;
	}
	.product-list h1,.top_block2 h1 {
		font-size: 40px;
	}
}
@media (min-width: 1600px) {
	.about-info {
		padding: 0 10% 100px 4%;
		line-height: 36px;
	}
	.about-info h2 {
		font-size: 36px;
	}
}
@media (min-width: 1800px) {
	.about-info {
		padding: 0 10% 140px 4%;
	}
}

/*========================================================
                      	 最新消息
=========================================================*/
.top_news_block {
	padding: 64px 0;
	background-image: url(../../images/top_news_bg.jpg);
	background-position: center;
	background-size: cover;
}
.container_r {
    position: relative;
}
.container_r:after {
    content: '';
    background: url(../../images/banner_cover.png) 50% 100% no-repeat;
    height: 106px;
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.top_news_block h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-list {
}
.post  {
overflow: hidden;
/*padding: 15px 15px;*/
}
.post img {
    width: 100%;
    vertical-align: bottom;
	transform:scale(1,1);
	transition: all 1s ease-out;
   /* padding-top: 5%;
	padding-bottom: 5%;
     padding:0 0 15px 0; 
	 transition: all 0.6s ease;*/
}
.news-list .news_box:hover .post img{
	transform:scale(1.2,1.2);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .6;
	}
.news-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-list dl{
	clear: both;
    overflow: hidden;
	background-color:#fff;
	-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	margin-bottom: 40px;
    
}
.news-list dl:hover {
	transform: translate(-5px, -5px);
	box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.1);
	transition: 0.9s;
	/*background-color:#eaeaea;*/
}

.news-list dl dt{
overflow: hidden;
line-height: 28px;
margin: 5px 15px 0;
}
.news_box h5 span {
    background-color: #09F;
    color: #fff;
    border-radius: #16px;
    padding: 2px 16px;
    font-size: 0.8rem;
	margin: 0 10px 0 0;
}
.news_box h5 {
    color: #777;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 1rem;
}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	margin: 0 15px;
}
.news-list dl dd:hover{
	color: #0C3;
	}

.news-list .news_box .name {
	color: #345ca2;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 29px;*/
}
.news-list .news_box:hover .name {
    color: #1a5d4b;
    text-decoration: underline;
	text-decoration:none;
}
.news-list dl dd p {
	color: #888;
    letter-spacing: 0;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.news-list .more{
	text-align: right;
}
.news-list .more a {
	background-color: #8f5b9e;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	/*border: 1px solid #ffd800;*/
}
.news-list .more a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #9f61bf;
	color: #fff;
	text-decoration: none;
}

.blank{
	padding:20px 0;
	}
.more_2{
	margin-top: 30px;
}
.more_2 a {
	background-color: #345ca2;
	color: #fff;
	border-radius: 20px;
	padding: 10px 80px;
	-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s;
}
.more_2 a:hover {
	background-color: #036;
	text-decoration: none;
}	
@media (min-width: 640px) {
.news-list dl .post{
	width: 40%;
	float: left;
	margin: 0 2% 0 0;
}
}
@media (min-width: 768px) {
.news-list dl .post{
	width: 40%;
}
.news-list dl dt small {
    display: block;
    font-size: 12px;
}

.news-list dl dt b::before {
    display:none;
}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}

}
@media (min-width: 992px) {
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}
	
	
	
}
@media (min-width: 1200px) {
.news-list dl .post{
	width: 30%;
}
.news-list dl dt {
	margin: 20px 15px 10px;
    /*float: left;*/
    width: 84px;
    height: 84px;
    color: #85B200;
    border: 1px solid #85B200;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    left: 8px;
    top: 3px;
	font-size:35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}

}
@media (min-width: 1600px) {
.news-list dl .post{
	width: 25%;
}
.news-list dl dt {
	margin: 40px 15px 30px;
    /*float: left;*/
    width: 84px;
    height: 84px;
    color: #85B200;
    border: 1px solid #85B200;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    left: 8px;
    top: 3px;
	font-size:35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}

}


/*========================================================
                      	 產品介紹
=========================================================*/


.product-list {
	background-color:#fff;
    background-size: cover;
	padding-bottom: 80px;
}
.product-list img {
    width: 100%;
    vertical-align: bottom;
	/*padding-top: 5%;
	padding-bottom: 5%;
	padding:10px 10px;*/
}
.product-list h1, .top_block2 h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-list .pic img{
    margin: 0;
	border: 1px solid #b7b7b7;
}
.product-list .pic{
    position: relative;
    max-width: 624px;
    margin: 0 auto;
    overflow: hidden;
}
.product-list .pic:before{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-list a:hover .pic:before{
    height: 100%;
}
.product-list .pic:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 16px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.product-list a:hover .pic:after{
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-list .txt{
    max-width: 80%;
    margin: 0 auto;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100px;
    font-size: 23px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
}
.product-list a:hover .txt{
    opacity: 1;
}
.product-list .txt samp{
	font-size:52px;
	font-weight:bold;
	}
.product-list dl {
}	
.product-list dl dd {
    overflow: hidden;
    line-height: 28px;
    padding: 0 0px 5px 0;
}
.product-list .name {
	color: #5F5F5F;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
	
.product-list dl dd p {
	color: #888;
    letter-spacing: 0;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

/*  尺寸設定 */

@media (min-width: 768px) {
	.product-list h1,.top_block2 h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.product-list h1,.top_block2 h1 {
		font-size: 40px;
	}

}

/*========================================================
                      	 產業應用
=========================================================*/
.top_cate1 {
    height: 360px;
    background-image: url(../../images/top_cate1.jpg);
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
}
.top_cate_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: #000;
    opacity: 0;
    font-size: 5em;
    text-align: center;
    padding-top: 130px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.top_cate_link span {
	color: #fff;
}
.top_cate_link:hover {
	opacity: 0.7;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-fo
}
.glyphicon-search:before {
    content: "\e003";
}
.top_cate_title {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 100%;
    margin: -80px 0 0 0;
    height: 80px;
    line-height: 80px;
    padding-left: 15px;
    color: #FFF;
    background-color: rgba(000,000,000,0.8);
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.top_cate_title_box {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 100%;
    margin: -80px 0 0 0;
    height: 80px;
    line-height: 80px;
    padding-left: 15px;
    color: #FFF;
    background-color: rgba(000,000,000,0.8);
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
	font-size:16px;
}

.top_cate_title span {
    font-size: 0.9em;
    color: #2955d6;
}
.glyphicon-plus:before {
    content: "\2b";
}
.top_cate2 {
    height: 310px;
    background-image: url(../../images/top_cate2.jpg);
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
}
.top_cate3 {
   height: 310px;
    background-image: url(../../images/top_cate3.jpg);
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
}
.top_cate4 {
    height: 310px;
    background-image: url(../../images/top_cate4.jpg);
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
}
.top_cate5 {
    height: 310px;
    background-image: url(../../images/top_cate5.jpg);
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
}

.top_slick_con {
	margin: 8px 16px 8px 8px;
}
.top_slick_con a {
	color: #333;
	background-color: #ddd;
	display: block;
	-webkit-transition: background 0.3s, color 0.3s; /* Safari */
	transition: background 0.3s, color 0.3s;
}
.top_slick_con a:hover {
	color: #fff;
	background-color: #008236;
	text-decoration: none;
}
.top_block2 .title {
    line-height: 1.2;
    color: #79796A;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
	padding:0 0 25px;
}
.top_block2 .title span {
    display: inline-block;
    margin: 0 auto;
   /* background: url(../images/bg/bg02.jpg);*/
    position: relative;
    z-index: 15;
}

.top_block2 .title i {
    display: block;
    width: 0;
    height: 0;
    margin: 15px auto 0px;
    border-style: solid;
    border-width: 15px 5.5px 0 5.5px;
    border-color: #E60012 transparent transparent transparent;
}
.top_block2 .title span:before, .top_block2 .title span:after {
    content: '';
    width: 60%;
    border-top: 1px dashed #6f6f6f;
    position: absolute;
    top: 50%;
}
.top_block2 .title span:before {
    right: 55%;
}
@media (min-width: 320px) {
.top_block2 .title span{
	max-width: 175px;
	width: 100%;
}	
}

@media (min-width: 640px) {
.top_block2 .title span:before {
	right: 59%;
}
.top_block2 .title span{
	max-width: 400px;
	width: 100%;
}	
}
@media (min-width: 992px) {
.top_block2 .title span{
	max-width: 500px;
	width: 100%;
}
.top_cate1 {
    height: 620px;
}
.top_cate1 .top_cate_link {
    padding-top: 300px;
}

}
@media (min-width: 1200px) {
.top_block2 .title span{
	max-width: 700px;
	width: 100%;
}	
}
	

/*========================================================
                         圖片效果
=========================================================*/

/*a.figure {
	display: block;
	position: relative;
	}

a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}*/

