@charset "utf-8";
/* CSS Document */





.index{
	width:100%;
	overflow:hidden;
	margin-top: 100px;
}

.index .swiper-container{
	width:100%;
	height:100%;
	overflow:hidden;
}

.index .swiper-container .swiper-slide{
	width:100%;
	height:100%;
	overflow:hidden;
}

.index .swiper-container .swiper-slide img{
	display:block;
	vertical-align:middle;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

@media (min-width:992px){
	.index .swiper-container .swiper-slide img{
		transform:scale(1.1);
		-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	}
	
	.index .swiper-slide-active img{
		transform: scale(1)!important;
		-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	}
}

.index .swiper-button-prev{
	background:  url(../images/left.png) center no-repeat;
	background-color: rgba(0,0,0,.8);
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	left: 1%;
	top: 50%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.index:hover .swiper-button-prev,.index:hover .swiper-button-next{
	opacity: 1;
}

.index .swiper-button-next{
	background: url(../images/right.png) center no-repeat;
	background-color: rgba(0,0,0,.8);
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	top: 50%;
	right: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

@media (min-width:992px){
	.index img{
		display: block;
		max-width: 100%;
		height: auto
	}
}

.index .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 0px;
	margin: 0 10px!important;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

















.about{
	position: relative;
	height: 100vh;
	padding: 1rem 0 8rem;
	overflow: hidden;
}

.aboutus{
    position: absolute;
    font-size: 7rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    color: #f6f6f6;
    top: 40%;
    left: 0;
    line-height: 1;
    z-index: -2;
    font-weight: bold;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}

.aboutyw{
	position: absolute;
    left: 2.5%;
    top: 20%;
    line-height: 1;
    color: #ccc;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    z-index: -1;
	letter-spacing: 0.125em;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}

.aboutyw span{
	display: inline-block;
    width: 1px;
    height: 8rem;
    background-color: #ccc;
    margin: 1rem 0;
}

@media (min-width: 1000px) {
	.aboutcon{
		position: absolute;
		top: 40%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
}


.aboutcon h3{
	font-size: 2rem;
	margin-bottom: 3rem;
	font-weight: 600;
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #666;
}

.abouta {
	margin-top: 5rem;
}

.abouta a{
	background: linear-gradient(#00cccc,#336699);
	color: #fff;
 	padding: 1.1rem 2rem;
	border-radius: 5px;
	font-size: 0.9rem;
}

.abouta a i{
	padding-left: 1rem;
}

.abouta a:hover{
	box-shadow: 0 0 10px #555;
}

.aboutimg{
	text-align: right;
}

.about img{
	width: 95%;
}









.pro{
	position: relative;
	padding: 0rem 0;
	background: #f6f6f6;
	overflow: hidden;
}

.prous{
    position: absolute;
    font-size: 7rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    color: #ececec;
    top: 20%;
    left: 0;
    line-height: 1;
    /*z-index: -2;*/
    font-weight: bold;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}

.proyw{
	position: absolute;
    left: 2.5%;
    top: 0%;
    line-height: 1;
    color: #bbb;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    /*z-index: -1;*/
	letter-spacing: 0.125em;
	
}

.proyw span{
	display: inline-block;
    width: 1px;
    height: 8rem;
    background-color: #bbb;
    margin: 1rem 0;
}

.procon{
	padding: 6rem 0;
}

.procon h3{
	font-size: 2.5rem;
	margin-bottom: 5rem;
	font-weight: 600;
	text-align: center;
}

.proimg{
	overflow: hidden;
}

.procon img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.procon p{
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	padding: 1rem 0;
	background: #fff;
	color: #111;
	margin-bottom: 2rem;

	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.procon a{
	display: block;
	position: relative;
}

.proxian{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: linear-gradient(to right,#00cccc,#336699);
	
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.procon a:hover .proxian{
	width: 100%;
}

.procon a:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
}












.ys{
	padding-top: 6rem;
	
}

.ys h3{
	font-size: 2rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.ys p{
	font-size: 1rem;
	color: #333;
	text-align: center;
	margin-bottom: 3rem;
}

.yscon{
	position: relative;
	height: 60vh;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.ys .left,.ys .right{
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 15%;
}

.ys .left{left: 0;}
.ys .right{right: 0;}








.fac{
	position: relative;
	padding: 0rem 0;
	background: #f6f6f6;
	overflow: hidden;
}

.facus{
    position: absolute;
    font-size: 7rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    color: #ececec;
    top: 0%;
    left: 0;
    line-height: 1;

    font-weight: bold;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}

.facyw{
	position: absolute;
    left: 2.5%;
    top: 0%;
    line-height: 1;
    color: #bbb;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;

	letter-spacing: 0.125em;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}

.facyw span{
	display: inline-block;
    width: 1px;
    height: 8rem;
    background-color: #ccc;
    margin: 1rem 0;
}


.faccon{
	padding: 6rem 0 10rem;
}

.faccon h3{
	font-size: 2.5rem;
	margin-bottom: 5rem;
	font-weight: 600;
	text-align: center;
}

.facimg{
	overflow: hidden;
}

.faccon img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}









@media (min-width: 768px) and (max-width: 992px) {
	.about{
		padding: 6rem 0 0 0;
		height: auto;
	}

	.aboutcon h3,.procon h3,.faccon h3{
		text-align: center;
		font-size: 2rem;
		margin-bottom: 4rem;
	}

	.about img{
		width: 100%;
		margin-top: 4rem;
	}

	.abouta{
		text-align: center;
	}

	.procon .col-6:nth-last-child(1){
		display: none;
	}

	.ys h3{
		font-size: 1.8rem;
	}

	.faccon{
		padding: 6rem 0;
	}
}




@media (max-width: 767px) {
	.index{
		margin-top: 75px;
	}

	.index .swiper-pagination-bullet{
		height: 8px;
		width: 8px;
	}

	.index .swiper-button-next,.index .swiper-button-prev{
		width: 35px;
		height: 35px;
	}

	.about{
		padding: 5rem 0 0 0;
		height: auto;
	}

	.aboutcon h3,.procon h3,.faccon h3{
		text-align: center;
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}

	.about img{
		width: 100%;
		margin-top: 4rem;
	}

	.abouta{
		text-align: center;
	}

	.pro{
		background: #fff;
	}

	.procon{
		padding: 5rem 0;
	}

	.procon .col-6:nth-last-child(1){
		display: none;
	}

	.procon p{
		font-size: 1.5rem;
	}

	.faccon{
		padding: 6rem 0;
	}
}





