/*body { background:#000; }
.header { top:-70px }*/

.banner-line {
    height:15px;
    background:#474747;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.home-section {
	/*margin-bottom: 60px;*/
}
.home-section h2 {
	font-size: 1rem;
	color: #6C797E;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 25px 0 0;
    text-transform: uppercase;
}
.home-section p {
	font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 20px;
    color: #6C797E;
    margin: 5px 0 0;
}
.home-section img {
	width: 100%;
}

.home-section-02 {
	display: flex;
}

.home-section-02 .row-flex-1 {
	width: 570px;
}
.home-section-02 .row-flex-1:last-child {
	margin-left: auto;
}


.home-video {
    min-width: 1200px;
    width:100%;
    height:660px;
    background: #d6d6d6 url("../images/home/videobg.jpg") no-repeat center top;
    background-size: cover;
}

.home-video-content {
    text-align: center;
}
.home-video-content #btnVideoPlay {
    cursor: pointer
}

.company-list ul {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    padding: 15px 0;
}
.company-list ul li {
    float:left;
    width:25%;
    border-bottom: 1px solid #ededed;
    background:#fafafa;
}
.company-list ul li .item {
    display:block;
    border-right: 1px solid #ededed;
    /*padding: 0 10px;*/
    text-align:center;
}
.company-list ul li .item img {
     width: 298px;
     height: 128px;
}


.swiper-container {
	width: 100%;
	/*height: 800px;*/
}
a.swiper-slide:hover {
	text-decoration:none;
}
.swiper-slide {
	display:table;
	width:100%;
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
}
.swiper-slide img {
    width:100%;
    height:auto;
}
.homebanner {
    margin: 0 auto;
    /*height: 800px;*/
}
.homebanner .swiper-pagination.swiper-pagination-bullets {
	bottom:30px;
}
.homebanner .swiper-pagination-bullet {
	width:16px; height:16px;
	border:1px solid #fff;
	background:#ededed;
	opacity:0.4;
}
.homebanner .swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
}

.homebanner_mobile {
    display: none;
}


.swiper-container .swiper-slide {
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
	color:#fff;
}
.swiper-container .swiper-slide .text {
	width:100%;
	margin:0 auto;
	height:auto;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
}
.swiper-container .swiper-slide .text h3 {
	font-size:2rem;
}
.swiper-container .swiper-slide .text p {
	margin:12px 0;
	font-size:1.2rem; line-height:1.2rem;
}
.swiper-container .swiper-slide.banner1 h3 {
	margin-bottom:0;
	font-size:1.6rem;
}
.swiper-container .swiper-slide.banner1 .fs8 {
	font-size:1rem;
}
.swiper-container .swiper-slide.banner2 h3 {
	margin-bottom:20px;
	font-size:2.6rem;
}

@-webkit-keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0)
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none
            }
        }

@keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-50%,0);
                -ms-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0)
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }
@-webkit-keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none
            }
        }
@keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 50%, 0);
                -ms-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }
@-webkit-keyframes fadeInOpacity {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

@keyframes  fadeInOpacity {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

/*


@media only screen and (max-width: 1280px) {
	.swiper-container {
		height: 270px;
	}
	.swiper-container .swiper-slide {
	background-position: center center;
	}
}


@media only screen and (max-width: 1024px) {
	.container {
		width: 98%;
	}

	.newslist-dl {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.newslist-dl dd span {
		display:block;
		overflow:hidden;
		height:4.5rem;
	}

	.aboutus .aboutus-content p {
		margin: 8px 0;
	}
}



@media only screen and (max-width: 800px) {
    .homebanner_pc {
        display: none;
    }
    .homebanner_mobile {
        display: block;
    }

	.news {
		float: unset;
		width: 100%;
	}
	.aboutus {
		float: unset;
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
	}
	.news {
		float: unset;
		width: 100%;
		margin-bottom: 1rem;
	}
	.service {
		float: unset;
		width: 100%;
	}
	.service .box-content {
		display: flex;
	}
	.service p {
		display: inline-block;
		text-align:center;
	}
	.service img {
		width: 95%;
	}

	.swiper-container {
		height: 200px;
	}
}
*/