
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 產品系列
=========================================================*/


.productArea {
    position: relative;
    overflow: hidden;
    padding: 100px 4% 120px;
}
.productArea:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}
.productArea.active:after {
    -webkit-transform: skew(-18deg) translateX(0);
    -ms-transform: skew(-18deg) translateX(0);
    transform: skew(-18deg) translateX(0);
    opacity: 1;
}
.productArea:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    width: 62.5%;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
    -webkit-transform: skew(-18deg) translateX(100%);
    -ms-transform: skew(-18deg) translateX(100%);
    transform: skew(-18deg) translateX(100%);
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    -o-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    opacity: 0;
	animation-name: product-1;
	animation-duration:2s;
}


@keyframes product-1{
  100%{
      right:-400px;
  }
  0%{
      right:-100px;
  }
}


.product-wrap {
	position: relative;
	overflow: hidden;
	top: -1px;

}
.product {
	height: auto;
	padding: 20px 0;
	background-image: url(../images/sever_pic01.jpg);
	background-position: center;
	background-size: cover;
}
.product .container-fluid {
	position: relative;
	height: 100%;
}
.product_pic {
    height: 340px;
    background-position: center;
    background-size: cover;
}
.box_b {
	color: #fff;
	text-align: left;
	padding-bottom: 40px;
	padding:20px;
	background: url(../img/index/product-info-bg.jpg) repeat center center;
}

.text_b span {
    font-size: 4rem;
    color: #d6a733;
}

.product_text ul{
	padding: 0;
}
.product_text ul li{
	float:left;
	list-style:none;
	padding: 5px 0 5px 10px;
	font-size: 18px;
}
.product_text ul li a{
	color: #fff;
	text-decoration:none;
}
.product_text ul li a:hover{
	color: #d6a733;
}


.product_text ul li i{
	padding: 0 10px 0 0px;
	color: #ffffffb3;
}
.product_title {
    color: #555;
	padding-top: 40px;
}
.product-wrap .product_text .more a {
	color: #2f84cd;
    background-color: #fff;
    /* padding: 5px 10px; */
    text-decoration: none;
    padding: 10px 5%;
}
.product-wrap .product_text .more a:hover {
	border-color: transparent;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.product {
		padding: 0px 4% 60px;
	}
}
@media (min-width:992px) {
	.product {
		height: 580px;
	}
	.product_title {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 0;
		transform: translate(0, -180%);
	}
	.box_b {
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 0;
		transform: translate(0, 0);
		width: 45%;
		min-height: 250px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #37a870;
		color: #fff;
	}
	.product_pic {
		position: absolute;
		z-index: 4;
		top: 60px;
		left: 40%;
		width: 60%;
		height: 503px;
	}
	.product_text h3 {
		color: #fff;
		text-align: left;
	}
	.product_text ul li{
		font-size: 21px;
		padding: 5px 10px;
	}
}
@media (min-width: 1280px){
	.text_b span {
		font-size: 6.4rem;
	}
	.product_title {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 0;
		transform: translate(0, -140%);
	}
	.box_b {
		position: absolute;
		z-index: 5;
		top: 52%;
		left: 0;
		transform: translate(0, 0);
		width: 45%;
		min-height: 262px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #37a870;
		color: #fff;
	}

}
@media (min-width: 1600px){

}

/*========================================================
                         實績案例
=========================================================*/
.achievement-wrap {
	padding: 60px 4% 60px;
	position: relative;
}
.achievementArea {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 110px;
}
.achievementArea:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}
.achievementArea.active:after {
    -webkit-transform: skew(-18deg) translateX(0);
    -ms-transform: skew(-18deg) translateX(0);
    transform: skew(-18deg) translateX(0);
    opacity: 1;
}
.achievementArea:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20%;
    width: 120%;
    height: 100%;
    background-color: #f0f0f0;
    z-index: -1;
    -webkit-transform: skew(-18deg) translateX(100%);
    -ms-transform: skew(-18deg) translateX(100%);
    transform: skew(-18deg) translateX(100%);
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    -o-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    opacity: 0;
	animation-name: achievement-1;
	animation-duration:2s;
}


@keyframes achievement-1{
  0%{
      right:-400px;
  }
  100%{
      right:-100px;
  }
}



.achievement-wrap img {
	width: 100%;
    vertical-align: bottom;
}
.achievement-wrap [class*="col-"]:nth-of-type(1) {	
	background: url(../img/index/achievement-a01.jpg) no-repeat center center;
	background-size: cover;
}
.achievement-content h2 {
    font-weight: bold;
	margin: 0 0 2rem 0;
}
.achievement-content h2 span {
    display: inline-block;
    color: #d6a733;
}
.achievement-content h2 span:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 24px;
    background-color: #d6a733;
    margin-left: 20px;
    margin-right: 20px;
}
.achievement-content dl {
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
}
.achievement-content dl dt {
    float: left;
    margin-right: 20px;
    background-color: #2f84cd;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
}
.achievement-content dl dt span {
    display: block;
    font-size: 1rem;
}
.news-content dl dt b {
    display: block;
    font-size: 2rem;
}
.achievement-content dl dd {
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6rem;
}
.achievement-content dl dd h3 {
    margin: 5px 0 5px;
    font-size: 1.2rem;
    font-weight: bold;
}
.achievement-content dl dd h3 a {
    color: #333;
	/*overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;*/
}
.achievement-content dl dd h3 a:hover {
    color: #2f84cd;
}
.achievement-wrap .more {
    margin-top: 10px;
    text-align: right;
}
.achievement-wrap .more a {
    display: inline-block;
    background: #d6a733 url('https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23fff&width=24px&height=24px') no-repeat 10px center;
    color: #fff;
    padding: 3px 14px 3px 34px;
}
.achievement-wrap .more a:hover {
    background: #b08928 url('https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23fff&width=24px&height=24px') no-repeat 10px center;
    color: #fff;

}

/*  尺寸設定 */


@media (min-width: 768px) {
.achievement-wrap {
    padding: 60px 4% 60px;
}
}
@media (min-width: 992px) {
	.achievementArea:after {
		right: -5%;
		width: 54.5%;
	}
	
}

@media (min-width: 1200px) {
    .achievement-content {
        padding-left: 50px;
    }    
}



/*========================================================
                         最新消息
=========================================================*/
.news-wrap{
	background: url("../img/index/news-bg.jpg") no-repeat right top;
    background-size: cover;
	padding-top: 60px;
    padding-bottom: 60px;
}

.news {	
	padding: 10px 4% 10px;
}

.news-title{
	font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #d6a733;
	
}
.news-title span{
	color: #fff;
	display: block;
	
}
.news img {
    width: 100%;
    vertical-align: bottom;
}


.news-item {
    margin: 0 25px 10px;
    padding: 10px;
    background-color: #fff;
    position: relative;
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden;
	padding: 10px;
    background: #fff;
	outline:none;
}
.news-item-info {
    text-align: left;
    background-color: #fff;
    padding: 20px 0px;
    color: #000;
}
.news-item-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}



.news-item .news-item-img .news-item-btn  {
    text-align: right;
}

.news-item .news-item-img .news-item-btn  .news-btn{
    display: inline-block;
    background: #526e88 url('https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23fff&width=24px&height=24px') no-repeat 10px center;
    color: #fff;
    padding: 3px 14px 3px 34px;
}

.news-item .news-item-img:hover .news-item-btn .news-btn{
    background: #355471 url('https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23fff&width=24px&height=24px') no-repeat 10px center;
    color: #fff;

}
.news-item .news-item-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}

.news-item .news-item-img .pic{overflow:hidden;}
.news-item .news-item-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}



.news-item .news-item-img .news-item-btn .news-date{
	text-align: right;
	margin: 0 5px;
	outline:none;
}

@media (min-width: 992px) {
	.news {	
		padding: 60px 10% 60px;
	}
}


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

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


