.header{
    position: relative;
    width: 100%;
    height: 1080px;
    overflow: hidden;
}
.swiper{
    width: 100%;
    height: 1080px;
}
.swiper .swiper-slide{
    width: 100%;
    height: 1080px;
}
.swiper .swiper-slide-1{
    background: url('../images/index-swiper-1.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper .swiper-slide-2{
    background: url('../images/index-swiper-2.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper .swiper-slide-3{
    background: url('../images/index-swiper-3.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 54px !important;
}
.swiper .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #C4C4C4;
    border-radius: 2px;
    margin: 0 7.5px !important;
}
.swiper .swiper-pagination-bullet-active{
    width: 80px;
    height: 4px;
    background: #FF8500;
    border-radius: 2px;
}
.company{
    width: 100%;
    height: 1307px;
    background: url('../images/content-bg.png') no-repeat;
    background-size: cover;
}
.company-title{
    width: 1201px;
    height: 175px;
    margin: 0 auto;
    overflow: hidden;
}
.company-n{
    width: 100%;
    height: 44px;
    font-size: 60px;
    margin-top: 58px;
    color: #FFF9F9;
    font-family: 'Bebas-Regular';
    line-height: 44px;
}
.company-n-l{
    width: 189px;
    height: 2px;
    background: #351E02;
    margin-top: 17px;
}
.company-n-l em{
    display: block;
    width: 90px;
    height: 2px;
    background: #FF8A00;
}
.company-img{
    width: 1201px;
    height: 581px;
    margin: 0 auto;
}
.hands{
    width: 1204px;
    margin: 122px auto 0;
}
.hands-t{
    height: 23px;
    color: #FEFEFE;
    font-size: 30px;
    font-family: 'DIN-Bold';
    font-weight: bold;
    line-height:23px;
}
.hands-l{
    width: 30px;
    height: 2px;
    background: #FF8A00;
    border-radius: 1px;
    margin-top: 17px;
}
.hands-c{
    width: 1201px;
    font-size: 18px;
    font-family: 'DIN-Light';
    line-height: 30px;
    color: #fff;
    margin: 28px auto 0;
    text-align: justify;
}
.more_btn{
	width: 180px;
	height: 50px;
	color: #FFFFFF;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	background: #FF8A00;
	border-radius: 10px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}
