@charset "utf-8";
.wrapper{
	padding-top: 0;
}
.site-header{
	padding-top: 25px;
	padding-bottom: 25px;
	background: transparent;
}
.banner{
	position: relative;
}
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
    object-position: top;
}
.banner .text img{
    height: auto!important;
    width: 2.5vw!important;
    display: inline-block;
    margin: -5px 0.4vw 0;
    vertical-align: middle;
}
.banner .text{
	width: 50%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 1.4;
	padding-top: 5%;
	padding-right: 5%;
}
.banner .text *{
	height: auto;
}
.banner .text .btn-simple{
	height: 40px;
	margin-top: 27px;
	float: right;
}
.banner .item:before{
 content: '';
 display: block;
 background: url(../images/index/banner_text.png) top left;
 background-size: cover;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 width: 57.7%;
 opacity: 0;
}
.banner .slick-current:before{
	-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
   -webkit-animation-delay: 3s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}
.banner .title,
.banner .description,
.banner .sm,
.banner .btn-simple{
	opacity: 0;
}


.banner .slick-current .btn-simple{
	-webkit-animation-duration:4s;
    animation-duration: 4s;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}
.banner .slick-current .title,
.banner .slick-current .description,
.banner .slick-current .sm{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.banner .slick-current .title{
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.banner .slick-current .description{
	-webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.banner .slick-current .sm{
	-webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.banner .title{
	color: #FFFFFF;
	/*font-size: 57px;*/
	font-size: 2.95vw;
	margin-bottom: 25px;
}
.banner .description{
	color: #FFFFFF;
	font-size: 48px;
	font-size: 2.51vw;
	margin-bottom: 18px;
}
.banner .description:after{
	content: '';
	display: block;
	width: 72px;
	height: 4px;
	background: #FFFFFF;

}
.banner .sm{
	font-size: 26px;
	font-size: 1.35vw;
	color: #FFCBCB;
}

.banner .slick-dots{
	height: auto;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 0;
	text-align: center;

}
.banner .slick-dots li{
	display: inline-block;
	margin: 0 10px;
	height: auto;

}
.banner .slick-dots li button{
	width: 16px;
	height: 16px;
	border:solid 2px #fff;
	border-radius: 50%;
	font-size: 0;
	box-shadow: 0 0 0 ;
	padding: 0;
	cursor: pointer;
	background: transparent;
}
.banner .slick-dots li.slick-active button{
	border-color: #DD0A0D;
}

/*最新消息*/
.news-sect .sect-title{
	margin: 0;
	text-align: center;
	color: #FF0000;
	font-size: 40px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 80px;
	z-index: 85;
}
.news-sect .sect-title:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 147px;
	height: 1px;
	background: #999999;
	bottom: 0;
}
.news-sect .sect-title:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;	
	width: 50px;
	height: 3px;
	background: #E90101;
	bottom: -1px;
}
.news-list .box{
	display: flex;
	align-items: center;
	position: relative;
}
.news-list .box a.cover{
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	font-size: 0;
}
.news-list .box .text{
	width: 50%;
	position: relative;
    padding: 0 6% 0 10%;
}
.news-list .box .pic{
	width: 50%;
}
.news-list .box .pic img{
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}
.news-list .box .tag{
	font-size: 14px;
	color: #656565
}
.news-list .box .tag .date{
	font-family: Arial;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 30px;
}
.news-list .box .name{
	margin: 0 0 27px;
	font-size: 30px;
	color: #FF0000;
	font-weight: normal;
}
.news-list .box .description{
	font-size: 18px;
	color: #000000;
	line-height: 1.6;
}
.news-list .box .more{
	background: #505050;
	width: 141px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 70px auto 0;
    transition: all 0.3s ease;
}
.news-list .box .more:hover {
	transform: scale(1.1);
}
.news-list .box .more:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	background: url(../images/index/arrow_right.png) center no-repeat;
	width: 15px;
	height: 37px;
	margin-top: -3px;
	margin-left: 10px;
}
.news-list .slick-arrow{
	background: url(../images/index/arrow.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	font-size: 0;
	border:none;
	z-index: 5;
	cursor: pointer;
    transition: all 0.3s ease;

}
.news-list .slick-arrow:hover{
	transform: scale(1.1);
}
.news-list .slick-prev{
	left: 0;
}
.news-list .slick-next{
	right: 0;
	background-position: 100% 0
}

/*關於我們*/
.about-sect{
	background: url(../images/index/about_bg.jpg) fixed;

}
.about-sect .scroll{
 	height: 100vh;
}
.about-sect .box{
	display: flex;
	align-items: center;
}

.about-sect .name{
	color: #FF0000;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 26px;
	letter-spacing: -1px;
}
.about-sect .description{
	color: #000000;
	font-size:18px;
}
.about-sect .tag{
	color: #FF0000;
	font-weight: bold;
	font-size: 30px;
	margin-top: 25px;
}
.about-sect .box .text{
	margin-top: -5%;
	background: rgba(255,255,255,0.75);
	border-radius: 50px 0 0 50px;
	padding-top: 50px;
	padding-left: 60px;
	padding-bottom: 50px;
    padding-right: 7.99%;
    position: absolute;
    right: 0;
    width: 50%;
}
/*服務項目*/
.service-sect{
	position: relative;

}
.service-sect .list{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 108px;
	bottom: 17px;
	border-radius: 0 25px 25px 0;
	width: 541px;
	max-width: 100%;
	z-index: 2;
	padding-top: 80px;
	transition: all 0.8s ease;
}

.service-sect .sect-title{
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 80px;
	z-index: 85;
	
}
.service-sect .sect-title:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 147px;
	height: 1px;
	background: #FFFFFF;
	bottom: 0;
}
.service-sect .sect-title:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;	
	width: 50px;
	height: 3px;
	background: #FF0000;
	bottom: -1px;
}
.service-box{
	/*min-height: 1080px;*/
	min-height: 937px;
	overflow: hidden;
	height: 100vh;
	width: 100%;
	position: relative;
}
.service-box .item{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	padding-top: 165px;
    transition: all 0.8s ease;
	right: -100%;
	opacity: 0;
}
.service-box .item.active{
	right: 0;
	opacity: 1;
}
.service-box .item.leave{
	right: 100%;
	opacity: 0;
}
.service-box .item .bg{
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.service-box .item .text{
	background: rgba(0,0,0,0.5);
	border-radius:  25px 0 0 25px;
	position: absolute;
	z-index: 5;
	padding: 30px;
	width: calc(100% - 591px);
	color: #FFFFFF;
	right: -100%;
	transition: all 0.8s ease;
	transition-delay: 0.3s;
}
.service-box .item .text.animated{
	right: 0;
}
.service-box .item .text .name{
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: normal;
}
.service-box .item .text .description{
	font-size: 18px;
}
.service-box .item .text .name,
.service-box .item .text .description{
	transition: all 0.8s ease;
	transition-delay: 1s;
	opacity: 0;
}
.service-box .item .text.animated .name,
.service-box .item .text.animated .description{
	opacity: 1;
}
.service-box .item .pic1{
	position: absolute;
	right: 0;
	bottom: -550px;
	z-index: 8;
    height: 72vh;
}
.service-list{
	padding-left: 50px;
}
.service-list li{
	margin-bottom: 20px;
}
.service-list li a:before{
	content: '';
	display: inline-block;
	background: url(../images/index/ic_1.png);
	width: 56px;
	height: 48px;
	vertical-align: middle;
	margin-top: -12px;
	margin-right: 26px;
}
.service-list li a{
	font-size: 26px;
	color: #FFFFFF;
	line-height: 94px;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	transition: all 0.3s ease;
	padding-left: 56px;
}
.service-list li a:after{
	content: '';
	background: #FFFFFF;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: -1;
	position: absolute;
	transition: all 0.3s ease;
	width: 0;
}
.service-list li:hover a:after,
.service-list li.active a:after{
	width: 100%;
}
.service-list li:hover a,
.service-list li.active a{
	color: #FF0000;
	font-weight: bold;
}
.service-list li:hover a:before,
.service-list li.active a:before{
	background-position: bottom
}
.service-list li:nth-child(1) a:before{
	background-image: url(../images/index/ic_1.png);

}
.service-list li:nth-child(2) a:before{
	background-image: url(../images/index/ic_2.png);
}
.service-list li:nth-child(3) a:before{
	background-image: url(../images/index/ic_3.png);
}
.service-list li:nth-child(4) a:before{
	background-image: url(../images/index/ic_4.png);
}

/*客戶案例*/
.links-sect{
	padding-top: 100px;
	background: #f5f5f5;
	padding-bottom: 170px;
}
.links-sect .sect-title{
	margin: 0;
	text-align: center;
	color: #FF0000;
	font-size: 40px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 80px;
	z-index: 85;

}
.links-sect .sect-title:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 147px;
	height: 1px;
	background: #999999;
	bottom: 0;
}
.links-sect .sect-title:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;	
	width: 50px;
	height: 3px;
	background: #FF0000;
	bottom: -1px;
}

.links-list .slick-arrow{
	background: url(../images/index/arrow2.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	font-size: 0;
	border:none;
	z-index: 5;
	cursor: pointer;
	transition: all 0.3s ease;
}
.links-list .slick-arrow:hover{
	transform: scale(1.1);
}
.links-list{
	padding: 0 70px;
}
.links-list .slick-prev{
	left: 0;
}
.links-list .slick-next{
	right: 0;
	background-position: 100% 0
}
.links-list .item{
	height: 315px;
	float: left;
	padding: 0 5px;
}
.links-list .box:before{
	content: '';
	border:solid 3px transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
	left: 0;
}
.links-list .box:hover:before{
	border-color: #999999;
}
.links-list .box{
	max-width: 246px;
	margin: auto;
	position: relative;
	background: #fff;
	transition: all 0.3s ease;
	opacity: 0.5;
}
.links-list .box:hover{
	opacity: 1;
}
.links-list .box .cover{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 30;
	font-size: 0;
}
.links-list .box .text{
	padding: 0;
	height: 0;
	box-sizing: border-box;
	transition: all 0.3s ease;
	overflow: hidden;
	line-height: 1.2;
	background: #fff;
}
.links-list .item:hover .box .text{
	height: 69px;
	padding-top: 7px;
	padding-bottom: 20px;
	
}
.links-list .box .name{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.links-list .box .en_name{
	color: #616161;
	font-size: 15px;
	text-align: center;
}

@media screen and (max-width: 1510px){
	.news-sect .sect-title{
		margin-bottom: 20px;
		padding-bottom: 5px;
		font-size: 35px;
	}

	.news-list .box .tag .date{
		margin-bottom: 10px;
	}
	.news-list .box .text {
	    padding: 0 40px 0 70px;
	}
	.news-list .box .name{
	    line-height: 1.4;
	    margin-bottom: 10px;
	}

	.news-list .box .more{
		margin-top: 20px;
	}
	.about-sect .name{
		font-size: 35px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.service-box .item{
		padding-top: 60px;
	}
	.service-sect .list{
		top: 60px;
	}
	.service-sect .sect-title {
    	font-size: 35px;
	    padding-bottom: 5px;
	    margin-bottom: 20px;
	}
	.service-box .item .text .name{
		font-size: 26px;
	}
	.service-box .item .text .description{
		font-size: 18px;
	}
	.links-sect .sect-title{
		font-size: 35px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.links-sect{
		padding-top: 40px;
	}
}
@media screen and (max-width: 1024px){
	.links-sect{
		padding-bottom: 40px;
	}
	.links-list .box{
		opacity: 1;
	}
	.links-list .item .box .text{
		height: 69px;
		padding-top: 7px;
		padding-bottom: 20px;
		
	}
}
@media screen and (max-width: 1000px){
	.banner .sm{
		font-size: 14px;
	}
	.banner .item:before {
	    /*top: -60px;
	    width: 78%;*/
	    width: 100%;
	    top: 0;
	    right: 0;
	    left: 0;
	    bottom: 0;
        background: rgba(0,0,0,0.4);

	}
	.banner .title{
		font-size: 21px;
		margin-bottom: 10px;
	}
	.banner .description{
		font-size: 16px;
		margin-bottom: 5px;

	}
	.banner .text .btn-simple{
		margin-top: 5px;
	    width: 130px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
	    /*float: left;*/
	    float: none;
	}
	.banner .text .btn-simple:after{
		height: 35px;
	}
	.banner .description:after{
		height: 1px;
		width: 25px;
		margin: auto;
	}
	.banner .text{
		/*width:55%;
		padding-top: 18%;
		align-items: flex-start;*/
		padding-top: 0;
		padding-right: 0;
		width: 100%;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.banner .slick-dots{
		bottom: 0;
		margin: 10px 0;
	}
	.banner .slick-dots li{
		margin:  0 3px
	}
	.banner .slick-dots li button{
		width: 7px;
	    height: 7px;
	    border: solid 1px #fff;
	    padding: 0;
	}
	
	.news-sect .sect-title,
	.service-sect .sect-title,
	.links-sect .sect-title{
		letter-spacing: -2px;
        font-size: 24px;
        font-weight: normal;
	}
	.news-sect{
		margin-top: 30px;
	}
	.news-list .box .more {
	    margin-top: 20px;
	    float: none;
	    width: 130px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 18px;
	}
	.news-list .box .more:after {
	    height: 35px;
	}
	.news-list .box {
		flex-wrap: wrap;
		position: relative;

	}
	.news-list .box .name{
		font-size: 18px;
	}
	.news-list .box .description{
		font-size: 15px;
	}
	.news-list .box .text,.news-list .box .pic {
		width: 100%;
	}
	.news-list .box .text{
		margin-bottom: 40px;
		padding: 0 30px;
	}
	.news-list .box .pic {

	}
	.news-list .slick-arrow{
		top: 10px;
		right: 0;
		margin-top: 0;
		width: 35px;
		height: 35px;
		background-size: 70px auto;
	}
	.links-list {
	    padding: 0 40px;
	}
	.links-list .slick-arrow{
		width: 35px;
		height: 35px;
		background-size: 70px auto;
	}
	.news-list .slick-prev{

	}
	.about-sect .name{
		font-size: 30px;
		-webkit-text-stroke: 0px #fff;
	}
	.about-sect .tag{
		-webkit-text-stroke: 0px #fff;
		font-size: 26px;
	}
	.about-sect .description{
		font-size: 18px;
		-webkit-text-stroke: 0px #fff;
	}
	.about-sect .box{
		position: relative;
	}
	.about-sect .box:before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255,0.75);
		z-index: 2;
	}
	.about-sect .box .scroll{
		width: 100%;
	    height: 100%;
	    object-fit: cover;
	    max-width: inherit;
	    max-height: inherit;
	    position: absolute;
	}
	.about-sect .box .text{
		position: relative;
		z-index: 2;
		padding: 30px 20px;
		width: 100%;
		z-index: 3;
		margin: 0;
		background: none;
	}
	.about-sect .tag{
		margin-top: 20px;
	}
	.service-box .item{
		height: 100vh;
	}
	.service-sect .list {
	    position: absolute;
	    width: 100%;
	    border-radius: 0;
	    padding-top: 30px;
	    top: 0;
	    bottom: auto;
	}

	.service-list li a{
		font-size: 17px;
		padding:12px 5px;
		line-height: 1.4;
		border-radius: 20px;
	}
	.service-list li a:after{
		  display: none;
	}
	.service-list li a:before {
	    content: '';
	    background: #FFFFFF!important;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    display: block;
	    z-index: -1;
	    position: absolute;
	    transition: all 0.3s ease;
	    width: 0;
	    height: 100%;
	    margin: 0;
	}
	.service-list li.active a:before{
		width: 100%;
	}
	/*.service-list li a:before{
		display: none;

	}*/
	.service-list{
		padding: 0 10px;
		display: flex;
		flex-wrap: wrap;
	}
	.service-list li{
		width: 50%;
		padding: 0 2px;
		text-align: center;
		letter-spacing: -1px;
	}
	.service-list li a:after{
		border-radius: 20px;
	}
	.service-box .item .text{
		width: 100%;
		border-radius: 0;
	}
	.service-box .item {
	    padding-top: 250px;
	}
	.service-box .item .pic1{
		display: none;
	}
	.service-box{
		min-height: inherit;
	}
	.service-box .item .text .name{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.service-box .item .text .description{
		font-size: 16px;
	}
	
}
@media screen and (max-width: 500px){

}