*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #000;
}
ul,ol{
	list-style: none;
}

body{
	position: relative;
}
.navbar{
	margin-bottom: 0;
	background-color: #ffffff;
	border:none;
	margin-top: 60px;
	height: 60px;

}
.navbar .navbar-brand{
	padding: 0;
	height: 60px;
}
.navbar .navbar-brand > img{
	height: 100%;
}
.navbar .navbar-nav > li > a{
	font-size: 24px;
	color: #000;
	line-height: 30px;
}

.clearfix{display:block;clear:both;float:none;}
.video-back{display:block;padding:400px 0px;text-align:center;}
.video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:50px;}
.video-back h2{color:#fff;}
.video-back p{display:block;color:#fff;text-shadow:2px 2px 1px #000;margin:0px;padding:0px;margin-bottom:20px;}
.video-back img{width:150px;}

.product{
	margin-top: 80px;
	margin-bottom: 80px;
}
.product .product-title{
	text-align: center;
}
.product .title-line{
	width: 180px;
	height: 2px;
	margin: 30px auto 20px;
	background-color: #000;
}
.product li{
	padding: 0 10px;
	margin-top: 20px;
}
.product .content img{
	max-width: 100%;
}

.product .content .pic-info{
	height: 60px;
	background-color: #f5f5f5;
}

.product .content .pic-info p{
	font-size: 18px;
	padding: 20px 20px;
	margin: 0;

}

/*about*/
.about{
	background: url(../image/bj.jpg) no-repeat;
	background-size: cover;
}
.about .bj{
	position: relative;
}
.about .bantou{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 45%;
	background-color: rgba(0,0,0,0.4);
}
.about .about-us h1{
	text-align: center;
	color: #ccc;
	font-size: 48px;
	margin-top: 300px;
}
.about .about-us h4{
	text-align: center;
	color: #ccc;
	font-size: 30px;
	margin-top: 40px;
}
.about .about-content {
	width: 80%;
	margin-top: 60px;
	margin-bottom: 60px;
}
.about .about-content p{
	color: #eee;
	font-size: 20px;
	text-indent: 50px;
	line-height: 2;
	text-align: justify;
}
@media (max-width: 768px){
	.about-content {
		height: 720px;
		overflow: auto;
	}
	::-webkit-scrollbar{
		width:0px
	}
	.about .about-us h1{
		font-size: 24px;
		color: #ccc;
	}
	.about .about-us h4{
		font-size: 20px;
		color: #ccc;
	}
	.about .about-content p{
		font-size: 16px;
	}
	.about .bantou{
		width: 32%;
	}
}

/*side*/
.side-contact{
	position: fixed;
	top: 50%;
	right: 0;
	width: 62px;
	border: 1px solid #ccc;
	border-radius: 16px 0 0 16px;
	/*display: none;*/
}

.side-contact ul{
	margin: 0;
}
.side-contact li{
	height: 62px;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.side-contact .content-list a{
	display: block;
	width: 100%;
	height: 100%;
}
.side-contact .whatsapp{
	background-image: url(../image/whatsapp-logo.png);	
}
.side-contact .instagram{
	background-image: url(../image/instagram-logo.png);
	border-top: 1px solid #ccc;
}
.side-contact .wechat{
	background-image: url(../image/wechat-logo.png);
	border-top: 1px solid #ccc;
}
.side-contact .email{
	background-image: url(../image/email-logo.png);
	border-top: 1px solid #ccc;
}
.contact-num{
	position: fixed;
	top: 50%;
	right: 63px;
}
.contact-num li{
	height: 62px;
	display: none;
}
.contact-num p{
	font-size: 18px;
	line-height: 62px;
}
.contact-num .whatsapp-num{
	right: 1px;
	height: 62px;
	background-color: #ff8300;
	color: #fff;
	border:1px solid #ff8300;
	border-radius: 16px;
}
.contact-num .wechat-qr{
	position: absolute;
	top: 124px;
	right: 1px;
}
.contact-num .email-add{
	position: absolute;
	top: 186px;
	right: 1px;
	height: 62px;
	color: #fff;
	background-color: #ff8300;
	border:1px solid #ff8300;
	border-radius: 16px;
}

/*APPLICATION*/
.application{
	margin-top: 80px;
	margin-bottom: 40px;
}
.application .swiper-container .swiper-contant{
	height: 60px;
	background-color: #f5f5f5;
	margin-bottom: 0;
}
.application .swiper-container .swiper-contant p{
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 70px;
}
.swiper-pagination-bullet{
	height: 2px;
	background-color: #ff8300;
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
	color: #ff8300;
}
.swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 6px;
}
.container .swiper-slide img{
	width: 100%;
	max-width: 100%;
}
/*.application .swiper-container {
    width: 900px;
    height: 400px;
} */

/*contact*/
.contact {
	margin-top: 40px;
	margin-bottom: 40px;
}
.contact .contact-head{
	text-align: center;
}
.contact .head-line{
	width: 30%;
	height: 1px;
	margin: 30px auto 20px;
	background-color: #ccc;
}
.contact .contact-head p{
	font-size: 16px;
	margin: 20px 0;
}

.contact .logo{
	display: table;
	text-align: center;
	height: 219px;
	padding-right: 50px;
	padding-top: 50px;
}
.contact .logo a{
	display: table-cell;
	vertical-align: middle;
}
.contact .logo img{	
	width: 220px;
	height: 90px;
}
.contact .logo p{
	padding-top: 6px;
	margin:0px;
	font-size: 26px;
	color: rgba(0,0,0,0.7);

}
.contact .srb-info h4{
	font-size: 24px;
	font-weight: 600;
	font-family: arial;
}
.contact .srb-info span{
	font-size: 20px;
	color: #636363;
	padding: 8px 2px;
}
.contact .srb-info address{
	margin-top: 12px;
	margin-bottom: 6px;
}
.contact .social-media img{
	width: 50px;
	height: 50px;
}

/*footer*/
.footer{
	border-top: 1px solid #ccc;
	height: 40px;
}
.footer p{
	line-height: 40px;
	text-align: center;
	margin: 0;
}