/* 海报 */
.showImg{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.showImg .image{
	width: 100%;
	height: 100%;
    transition: all 1s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media all and (max-width: 768px) {
    .showImg{
		padding-top: 70px;
		/* margin-top: 70px; */
		position: relative;
		width: 100%;
		height: 100vw;
		overflow: hidden;
	}
	/* .showImg .image{
		background-size: 100% 100%;
	} */
}
.banner-circle{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
    padding-bottom: 10px;
}
.banner-circle ul{
	margin: 0 50px;
	height: 100%;
	text-align: center;
}
.banner-circle ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 7px;
	background-color: rgba(125,125,125,.8);
	cursor: pointer;
}
.active{
	background-color: black !important; 
}



/* 产品推荐 */
.jl-product {
	padding-top: 6%;
	padding-bottom: 6%;
	background-color: rgba(247, 249, 250, 1);
}
.jl-product-title {
	width: 94%;
	max-width: 1430px;
	margin: 0 auto;
}
.jl-product-en {
	font-size: 46px;
	/* color: #333333; */
	color: #47b3da;
    line-height: 1.5;
    text-align: left;
}
.jl-product-ch {
    font-size: 30px;
    /* color: #47b3da; */
	color: #333333;
    line-height: 2;
    text-align: left;
}
.jl-product-title-detail {
    font-size: 16px;
    color: rgba(101, 101, 105, 1);
    line-height: 1.5;
    text-align: left;
    padding-bottom: 3%;
    width: 80%;
}
.carousel-container {
	max-width: 1440px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}
.carousel-container-2 {
	position: relative;
	padding: 0 60px;
}
.carousel-container-3 {
	overflow: hidden;
}
.carousel-container-4 {
	flex-wrap: nowrap;
    transition: all 1s;

}
.carousel-item {
	/* width: 300px; */
	flex-shrink: 0;
}
.carousel-item-name {
	text-align: center;
	font-size: 16px;
	line-height: 1;
	padding-top: 10px;
}
.carousel-item img {
	display: block;
	width: 100%;
}
.carousel-left {
	left: 0;
	
}
.carousel-right {
	right: 0;

}
.carousel-left, .carousel-right {
	position: absolute;
	top: 50%;
	transform: translateY(-20px);
	width: 40px;
}
@media all and (max-width: 768px) {
	.jl-product-en {
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
		line-height: 2;
		text-align: center;
	}
	.jl-product-ch {
		font-size: 18px;
		color: #47b3da;
		line-height: 2;
		text-align: center;
		font-weight: bold;
	}
}

/* 关于我们 */
.jl-about {
	position: relative;
    min-height: 500px;
    padding-top: 10%;
    padding-bottom: 10%;
}
.jl-about-bg {
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
	z-index: -1;
}
.jl-about-container {
	width: 50%;
	margin-right: 0;
	margin-left: auto;
	background-color: rgba(255, 255, 255, 0.8);
}
.jl-about-main {
	
	width: 90%;
    margin-left: 5%;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 60px;
}
.jl-about-title-en {
    font-size: 46px;
    color: #47b3da;
    padding-top: 0px;
    font-weight: normal;
}
.jl-about-title-ch {
    font-size: 30px;
    color: rgba(54, 54, 54, 1);
}
.jl-about-content {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
    word-break: normal ;
    word-wrap: normal ;
}
.jl-about-bg2 {
	width: 100%;
}
.jl-about-bt {
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 12px 8px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 3%;
    background-color: transparent;
    color: rgba(27, 27, 27, 1);
    font-size: 14px;
	border: 1px solid #48b2da;
	border-radius: 60px;
}

@media all and (max-width: 768px) {
	
	.jl-about-container {
		width: 100%;
	}
	.jl-about-main {
		
        padding-top: 50px;
        padding-bottom: 0px;
	}
	.jl-about-title-ch{
		font-size: 28px;
	}
	.jl-about-content {
		padding-bottom: 20px;
	}
	.jl-about-bt {
		
        margin-top: 48px;
        width: 140px;
		padding: 8px;
	}
}