﻿@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;
	
	letter-spacing: 18px;
}
#bg-video-box .banner-center-text .title{
	font-size: 92px;
	font-family: "GenSenMaruGothicTW-Regular";
	margin-bottom: 10vh;
	color:#fff;
	
}
#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: 55%;
}
.ind-product .series-tp{
	padding-bottom: 64%;
}

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: 28px;
	font-weight:bold;
	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 header p.bottom{

padding:10px 20px;
width:200px;margin: 20px auto;
	border:1px solid #ccc;
border-radius: 12px;

}
.ind-product .text-box header p.bottom a{
color:#ccc;
}

.ind-product .text-box header p.bottom a:hover{
color:#222;
}



.ind-product .text-box a .over-img{
	width: 307px;
	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 #111 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: 0px;
}
.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;
	right: 75px;
}

.Showroom-join .zhuanmai{
	position: absolute;
	left: 75px;
}

.Showroom-join .Join .join2{
text-align:right;
}
 .Join .join2 .en:after {
	     content: "";
    border-bottom: 5px #999999 solid;
    display: block;
    width: 60px;
    margin-top: 8px;
   margin-left: 140px;text-align:right;
}



.Showroom-join .zhuanmai h1{
color:#fff;
}


.Showroom-join .column-title{
	top: 50px;	
	
}



.Showroom .column-title{
	color: #fff;
}
.Showroom-join .morebtn{
	bottom: 60px;
}
.Showroom{

}
.Showroom .morebtn{
	background: rgb(255,255,255,0.65);
	border-color: rgb(255,255,255,0.65);
	color: #000;
}
.Showroom .morebtn:hover{
	background: #fff;
}
.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: 130px 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: #ccc;
	border-color: #ccc;
	/* margin-top: 100px; */
	transition: auto;
}
.About ul{
	margin-left: 5%;	margin-top: -15%;
}
.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/f-icon1.png);
}
.About ul li.brand{
	background-image: url(../images/f-icon2.png);
}
.About ul li.show{
	background-image: url(../images/f-icon3.png);
}
.About ul li.history:hover{
	background-image: url(../images/f-icon1_h.png);
	transition-delay: 0s;
}
.About ul li.brand:hover{
	background-image: url(../images/f-icon2_h.png);
	transition-delay: 0s;
}
.About ul li.show:hover{
	background-image: url(../images/f-icon3_h.png);
	transition-delay: 0s;
}
.About ul li .cn{
	margin-bottom: 12px;
	padding-bottom: 12px;
	position: relative;
	font-family: "GenSenMaruGothicTW-Regular";
	color:#fff;
}
.About ul li .cn:after{
	content:"";
	border-bottom: 3px #ccc 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: 150px;
	}
}
@media screen and (max-width: 1680px) {

	/* bg video */
	#bg-video-box .banner-center-text .title {
	    font-size: 90px;
	    margin-bottom: 8vh;
	
	}



	/* 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;
	}

.About{
	background: url(../images/f-bgm.jpg) no-repeat center;
	background-size: cover;
	max-height: 850px;
	color: #fff;
	padding: 50px 0;
}
.About ul  {

    margin-top: 70px;
}


.About ul li {
    background-repeat: no-repeat;
    padding-left: 90px;
    margin-bottom: 20px;
}
	/* article */
	article{
		margin-bottom: 35px;
	}
.Join .join2 .en:after {
    content: "";
    border-bottom: 5px #999999 solid;
    display: block;
    width: 60px;
    margin-top: 8px;
    margin-left: 10px;
    text-align: left;
}
.Showroom-join .Join .join2 {
    text-align: left;
}

	/* 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 5% 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 5% 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;
    }

}

.About .column-title .en {	
	color:#fff;
}
.About .column-title .cn {	
	color:#fff;
}









	/*index advantage */

.swiper-pagination-bullet{border: 1px solid #0d2b74;}.swiper-pagination-bullet-active{background:#0d2b74}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

.swiper-container {
	 max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin-bottom:50px;
	
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.swiper-slide {
    width: 790px;
    height: auto;
    padding: 0 15px;
}
.two .swiper-slide {
    width: 650px;
}
.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #0d2b74;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 26px;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0d2b74 0%, #0d2b74 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

@media (max-width: 767px) {
.swiper-slide {
    width:88%;
    height: auto;
    padding: 0 15px;
}
.two .swiper-slide {
    width: 78%;
}

}

