﻿@charset "UTF-8";
#bg-video-box {
		  margin: 0;
		  padding: 0;
		  position: relative;
		  height: 100%;
		  width: 100%;
		  float: none;
		}

		#container {
		  overflow: hidden;
		  position: absolute;
		  top: 0; left: 0px; right: 0; bottom: 0;
		}

		#background_video,#video_mobile {
		  position: absolute;

		  top: 50%; left: 50%;
		  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);

		  -o-object-fit: cover;

		  object-fit: cover;
		  height: 100%;
		  width: 100%;
		}

		#video_cover {
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  background-size: cover;
		  background-position: top;
		  background-repeat: no-repeat;
		}

		#video_controls {
		  position: absolute;
		  left: 50%;
		  -webkit-transform: translate(-50%, 0);
		  transform: translate(-50%, 0);
		}

		#play img {
		  width: 100px;
		}
		#pause img {
		  width: 90px;
		}
		#pause {
		  display: none;
		}

		@media (min-width: 768px) {
		  #video_controls {
		    display: none;
		  }
		}

		#bg-video-box {
		  text-align: center;
		  font-family: 'proxima-nova', Helvetica;
		}

		#container {
		  height: 100%;
		}

		#overlay {
		  position: absolute;
		  top: 0; right: 0; left: 0; bottom: 0;
		  background: rgba(0,0,0,0.3);
		  -webkit-transition: color,0.8s, ease;
			transition: color,0.8s, ease;
		}

/*视频背景*/
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
}
#bg-video-box .more {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
}
#bg-video-box .more a{
	color: #fff;
}
#bg-video-box .more a>i{
	font-size: 50px;
}
#bg-video-box .more a>p{
	letter-spacing: 5px;
}
#bg-video-box .banner-center-text .f-title{
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
	letter-spacing: 18px;
}
#bg-video-box .banner-center-text .title{
	font-size: 80px;
	font-family: "GenSenMaruGothicTW-Regular";
	margin-bottom: 10vh;
}
#bg-video-box .banner-center-text a{
	text-decoration: none;
	color: #fff;
}
#bg-video-box .banner-center-text a>i{
	font-size: 50px;
}
#bg-video-box .banner-center-text a>p{
	letter-spacing: 8px;
}
#bg-video-box .banner-center-text .btn-pill{
	display: inline-block;
	padding: 12px 50px;
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	margin-top: 25px;
	position: relative;
	font-size: 14px;
	max-width: 160px;
	border: none;
	overflow: hidden;
}
#bg-video-box .banner-center-text .btn-pill span{
	display: block;
    font-size: 10px;
    font-size: .625em;
    font-size: .625rem;
    position: relative;
}
#bg-video-box .banner-center-text .btn-pill:after{
	content: "";
	display: inline-block;
	border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .7s cubic-bezier(.075,.82,.165,1);
    -webkit-transition: all .7s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .7s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all .7s cubic-bezier(.075,.82,.165,1);
}
#bg-video-box .banner-center-text .btn-pill:hover:after{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*视频背景 end*/

.Dyn-img{
	height: 0;
	position: relative;
	overflow: hidden;
}
.Dyn-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: auto;
	max-height: 100%;
	display: block;
}

/*首页模块*/
.ind-product>div{
	padding-top: 130px;
	padding-bottom: 30px;
}
.ind-product .box1{
	-webkit-transition: all 1s;
	transition: all 1s;
}

.ind-product .tp{
	padding-bottom: 75%;
}
.ind-product .series-tp{
	padding-bottom: 64%;
}
.ind-product .image-box a .tp img,.Dyn-img img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.ind-product .image-box a:hover .tp img,.ind-product .image-box a:hover,.ind-product .text-box a:hover .Dyn-img img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    color:#fd4415;
}
article{
	margin-bottom: 115px;
}
.ind-product .text-box,
.ind-product .image-box{
	margin-bottom: 50px;
}
.ind-product .text-box header {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.ind-product .text-box header img{
	margin-bottom: 15px;
}
.ind-product .text-box header h2{
	margin-bottom: 30px;
	font-size: 24px;
	font-family: "GenSenMaruGothicTW-Regular";
}
.ind-product .text-box header p span{
	line-height: 2em;
	color:#A0A0A0;
	font-variant-numeric:normal;
	font-variant-east-asian:normal;
	letter-spacing:1px;
	text-align:justify;
	white-space:normal;
}
.ind-product .text-box a .over-img{
	width: 177px;
	margin: 0 auto 15px;
}
.ind-product .box6 h2{
	text-align: right;
	font-size: 24px;
	margin-top: 20px;
	font-family: "GenSenMaruGothicTW-Regular";
}
.ind-product .image-box .over-img,
.ind-product .image-box .over-img .tp{
	transition: all .7s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .7s cubic-bezier(.19,1,.22,1);
	-moz-transition: all .7s cubic-bezier(.19,1,.22,1);
	-ms-transition: all .7s cubic-bezier(.19,1,.22,1);
	-o-transition: all .7s cubic-bezier(.19,1,.22,1);
	-khtml-transition: all .7s cubic-bezier(.19,1,.22,1);
	overflow: hidden;
}
.ind-product .image-box a:hover .over-img{
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-khtml-transform: scale(0.95);
}
.ind-product .image-box a:hover .tp{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-khtml-transform: scale(1.1);
}

/* news */
.news{
	background: #f5f5f5;
	overflow: hidden;
	padding: 110px 15px 40px;
}
.news .news-content ul {
    width: 100%;
}
.news .news-content ul li {
    float:left;
    padding: 75px 6%;
    border-right: 1px solid #f0f0f0;
    position: relative;
    visibility: visible;
    animation-name: fadeInUp;
    background: #fff;
    overflow: hidden;
}
.news .news-content ul li:nth-of-type(1) {
	animation-delay: 0.4s;
}
.news .news-content ul li:nth-of-type(2) {
	animation-delay: 0.8s;
}
.news .news-content ul li:nth-of-type(3) {
	animation-delay: 1.2s;
}
.news .news-content ul li:nth-child(3n+1) {
    border-left: 1px solid #f0f0f0;
}
.news .news-content ul li time {
    display:block;
    font-size: 24px;
    color: #fff;
    font-family: "Futura";
    margin-bottom: 36px;
	transform: translate(0px,-100px);
	transition: all 0.5s;
}
.news .news-content ul li h4 {
    font-size: 16px;
    color: #3a3a3a;
    position: relative;
    line-height: 1.5;
    padding-bottom: 12px;
    margin-bottom: 45px;
    text-align: justify;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 4em;
}
.news .news-content ul li h4:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: #ffffff;
}
.news .news-content ul li h4:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 20%;
    transition: all 1s;
    border-bottom: 2px #FFA873 solid;
}
.news .news-content ul li:hover h4:after {
    width: 100%;
}
.news .news-content ul li p{
    height: 36px;
    margin-bottom: 35px;
    font-size:12px;
    color: #999;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-align: justify;
}
.news .news-content ul li .pic {
    width:100%;
    height:195px;
    overflow:hidden;
    position: relative;
}
.news .news-content ul li .pic img {
    transition: all 1s;
/*     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); */
    position: absolute;
    /*     top: 0;
    bottom: 0; */
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.news .news-content ul li:hover .pic img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	transform: scale(1.1) translate(-50%,-50%);
	-webkit-transform: scale(1.1) translate(-50%,-50%);
	-moz-transform: scale(1.1) translate(-50%,-50%);
	-o-transform: scale(1.1) translate(-50%,-50%);
	-ms-transform: scale(1.1) translate(-50%,-50%);
	-khtml-transform: scale(1.1) translate(-50%,-50%);
}
.news .news-content ul li span {
    display:block;
    width: 100%;;
    height:40px;
    line-height: 38px;
    font-size: 12px;
    color: #666;
    margin: 40px 0 0 10px;
	position: relative;
    transition: all 1s;
}
.news .news-content ul li span i {
	display:inline-block;
	width: 0px;
	height: 1px;
	background: #ddd;
	margin-right:8px;
	transform: translate(0px,-5px);
	transition: all 0.5s;
}
.news .news-content ul li:hover span i {
    width:80px;
}
.news .news-content ul li:hover time {
	color:#ccc;
	transform: translate(0px,0px);
}
.news .news-content ul li:hover {
	box-shadow: 0 20px 20px rgba(0,0,0,.1);
}
.news .news-content ul li:hover p{
    color: #666;
}
.news .news-content ul li:hover .pic img {
    /* -webkit-transform: scale(1.05); */
    /* transform: scale(1.05); */
}

/* Showroom-join */
.Showroom-join>div{
	padding-bottom: 80px;
}
.Showroom-join .box1{
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.Showroom,.Join{
	position: relative;
	height: 660px;
	overflow: hidden;
	padding: 0;
}
.Showroom-join .column-title,.Showroom-join .morebtn{
	position: absolute;
	left: 75px;
}
.Showroom-join .column-title{
	top: 50px;
}
.Showroom .column-title{
	color: #fff;
}
.Showroom-join .morebtn{
	bottom: 60px;
}
.Showroom{

}
.Showroom .morebtn{
	background: rgb(253,68,21,0.85);
	border-color: rgb(253,68,21,0.85);
	color: #ffffff;
}
.Showroom .morebtn:hover{
	background: #fd4415;
}
.Showroom .image{
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    background-size: cover;
	background-repeat: no-repeat;
}
.Showroom:hover .image{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-khtml-transform: scale(1.05);
}
.Join{
	padding: 250px 75px 120px;
}
.Join-title h4{
	line-height: 1.2;
	margin-bottom: 10px;
}
.Join-text{
	margin-top: 40px;
	line-height: 2;
}

/* About odas */
.About{
	background: url(../images/f-bg.jpg) no-repeat center;
	background-size: cover;
	max-height: 770px;
	color: #fff;
	padding: 100px 0;
}

.About .column-note,.About .column-note>span{
	color: #fff;
	text-align: justify;
}
.About .morebtn{
	color: #dfdfdf;
	border-color: #dfdfdf;
	margin-top: 100px;
}
.About .morebtn:hover{
	color: #F0752A;
	border-color: #F0752A;
	/* margin-top: 100px; */
	transition: auto;
}
.About ul{
	margin-left: 5%;
}
.About ul li{
	background-repeat: no-repeat;
	padding-left: 120px;
	margin-bottom: 60px;
}
.About ul li a{
	color: #fff;
}
.About ul li.history{
	background-image: url(../images/icon/f-icon1.png);
}
.About ul li.brand{
	background-image: url(../images/icon/f-icon2.png);
}
.About ul li.show{
	background-image: url(../images/icon/f-icon3.png);
}
.About ul li.history:hover{
	background-image: url(../images/icon/f-icon1_h.png);
	transition-delay: 0s;
}
.About ul li.brand:hover{
	background-image: url(../images/icon/f-icon2_h.png);
	transition-delay: 0s;
}
.About ul li.show:hover{
	background-image: url(../images/icon/f-icon3_h.png);
	transition-delay: 0s;
}
.About ul li .cn{
	margin-bottom: 12px;
	padding-bottom: 12px;
	position: relative;
	font-family: "GenSenMaruGothicTW-Regular";
}
.About ul li .cn:after{
	content:"";
	border-bottom: 3px #FFA873 solid;
	width: 80px;
	display: block;
	position: absolute;
	bottom: 0;
}
.About ul li .en{
    color: #999;
    font-weight: bold;
    font-family: "Helvetica_Roman";
}

/* exhibition */
.mask{
	background: rgba(0,0,0,0.8);
}
.exhibition .mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}
.exhibition video{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.exhibition img{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
}

/* 响应式 */
@media screen and (min-width:1199px){
	.About .column-title{
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 1680px) {

	/* bg video */
	#bg-video-box .banner-center-text .title {
	    font-size: 70px;
	    margin-bottom: 10vh;
	}



	/* article */
	article{
		margin-bottom: 80px;
	}

	/* product */
	.ind-product>div{
		padding: 110px 15px 0px;
	}

    /* join us */
    .Join-title h4{font-size: 24px !important;}

}

@media screen and (max-width: 1440px) {



	/* article */
	article{
		margin-bottom: 65px;
	}

	/* product */
	.ind-product>div{
		padding: 60px 15px 0px;
	}
	.ind-product .text-box, .ind-product .image-box{
		margin-bottom: 45px;
	}

	/* Showroom-join */
	.Showroom-join>div{
		padding-bottom: 40px;
	}

    /* newslist */
    .news{
    	padding: 80px 0 60px;
    }
	.news .news-content ul li{
    	padding: 40px 5% 30px;
    }

}

@media screen and (max-width: 1199px) {

	/* bg video */
	#bg-video-box .banner-center-text .title {
	    font-size: 60px;
	    margin-bottom: 10vh;
	}
	#bg-video-box .banner-center-text a img{
		width: 80px;
	}
	#bg-video-box .more img{
		width: 80px;
	}



	/* article */
	article{
		margin-bottom: 50px;
	}

	/* product */
	.ind-product>div{
		padding: 70px 15px 30px;
	}
	.ind-product .text-box, .ind-product .image-box{
		margin-bottom: 40px;
	}

	/* About */
	.About .column-note{
		width: 100%;
	}

	.About{
		padding: 70px 0 50px;
	}
	.About .morebtn{
		margin-top: 50px;
	}

	/* join us */
	.Showroom, .Join{
		height: 600px;
	}
	.Showroom-join>div{
		padding-bottom: 50px;
	}
	.Showroom,.Join{
		padding: 200px 65px 120px;
	}

    /* newslist	 */
    .news>div{
		padding: 90px 15px 60px;
	}
    .news .news-content ul li{
    	padding: 40px 5% 25px;
    }
    .news .news-content ul li time {
		color:#ccc;
		transform: translate(0px,0px);
	}
	.news .news-content ul li .pic{
		height: 160px;
	}

}
@media screen and (max-width: 991px) {

	/* bg video */
	#bg-video-box .banner-center-text .f-title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	#bg-video-box .banner-center-text .title {
	    font-size: 50px;
	}
	#bg-video-box .banner-center-text a img{
		width: 70px;
	}
	#bg-video-box .more img{
		width: 70px;
	}



	/* article */
	article{
		margin-bottom: 35px;
	}

	/* product */
	.ind-product .box2,.ind-product .box6{
		margin-top: 3rem;
	}
	.ind-product>div{
		padding: 50px 15px;
	}
	.ind-product .text-box, .ind-product .image-box{
		margin-bottom: 35px;
	}

	/* About */
	.Showroom{
		/* height: 25rem !important; */
	}
	.Showroom,.Join{
		height: auto;
	}

	.Showroom-join .column-title, .Showroom-join .morebtn{
        position: revert;
     }
    .Showroom-join .morebtn{
     	margin-top: 2rem;
     	margin-left: 0;
    }
    .Showroom .morebtn{
     	margin-top: 10rem;
    }

	.About{
		padding: 60px 0 40px;
	}
	.About .morebtn{
		margin-top: 40px;
	}

	/* join us */
	.Showroom,.Join{
		padding: 4rem 8%;
	}

	/* newslist */
	.news{
    	padding: 70px 0 60px;
    }
    .news .news-content ul li{
    	padding: 40px 8% 25px;
    	margin-bottom: 2rem;
    	border: 1px solid #f0f0f0;
    }
    .news .news-content ul li .pic{
		height: auto;
	}
	.news .news-content ul li .pic img{
		position: revert;
		transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
		-moz-transform: translate(0%,0%);
		-o-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
	}
	.news .news-content ul li:hover .pic img{
		transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
		-moz-transform: translate(0%,0%);
		-o-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
	}

     .morebtn{
     	margin-top: 1rem;
     }

}
@media screen and (max-width: 767px) {

	/* bg video */
	#bg-video-box .banner-center-text .f-title {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	#bg-video-box .banner-center-text .title {
	    font-size: 36px;
	}
	#bg-video-box .banner-center-text a img{
		width: 60px;
	}
	#bg-video-box .more img{
		width: 70px;
	}

	#bg-video-box .banner-center-text,#bg-video-box .more,#overlay{
		display: none;
	}



	/* article */
	article{
		margin-bottom: 20px;
	}

	/* product */
	.ind-product .box2,.ind-product .box6{
		margin-top: 3rem;
	}
	.ind-product>div{
		padding: 30px 15px 20px;
	}
	.ind-product .text-box, .ind-product .image-box{
		margin-bottom: 20px;
	}
	.ind-product .box6 .image-box{
		margin-bottom: 30px;
	}
	.ind-product .text-box header{
		width: 100%;
	}
	.ind-product .text-box header h2{
		margin-bottom: 10px;
	}
	.ind-product .box6 h2{
		text-align: center;
	}
	.ind-product .text-box header p span{
	    line-height: 1.3;
	}

	/* About */
	.About{
		padding: 50px 0 30px;
	}
	.About .morebtn{
		margin-top: 30px;
	}

	/* join us */
	.Showroom,.Join{
		padding: 3rem 3rem;
	}
    .Join-title h4{
    	font-size: 20px !important;
    }
    .Showroom .morebtn{
     	margin-top: 6rem;
    }

    .morebtn{
     	margin-top: 0.3rem;
    }

    .Showroom-join>div{
		padding-bottom: 30px;
	}

     /* newslist */
	.news{
		padding: 50px 0;
	}

}


@media screen and (max-width: 575px) {
    /* bg video */
	#bg-video-box .banner-center-text a>i,#bg-video-box .more a>i{
		font-size: 36px;
	}

	.morebtn{
		width: 80%;
		margin: 1rem 10% 0;
	}
    /* product */
	.ind-product .box6>div:last-child{
		margin-bottom: 1rem;
	}

    /* newslist	 */
    .news{
    	padding: 40px 0;
    }
    .news .news-content ul li{
    	padding: 30px 8% 25px;
    	margin-bottom: 1.5rem;
    }
    .news .news-content ul li time,.news .news-content ul li h4{
    	margin-bottom: 1rem;
    }
    .news .news-content ul li p{
    	margin-bottom: 1.5rem;
    }
    .news .news-content ul li span{
    	margin-top: 1.3rem;
    }
    .news .news-content ul li:nth-of-type(3){
    	margin-bottom: 1rem;
    }

	/* join us */
	.Showroom{
		padding: 2rem 2rem;
	}
	.Showroom-join>div{
		padding-bottom: 10px;
	}
	.Join{
		padding: 2rem 0rem 1rem;
	}
	.Showroom .morebtn{
     	margin: 4rem 0% 0;
     	width: 100%;
    }
    .Join .morebtn{
     	margin: 2rem 10% 0;
     }
    .Showroom-join .box1{
    	box-shadow: none;
    }
    .Join-title h4{
    	font-size: 18px !important;
    }
    .Join-text{
    	color: #999;
    	margin-top: 15px;
    }

}
