/* 分类 */
.jl-product-cate-container {
    
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(242, 244, 246, 1);
}
.jl-product-cate-container2 {
    
    margin: 1% auto;
    width: 94%;
    max-width: 1600px;

}
.jl-product-cate-container3 {

    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.jl-product-cate-item {

    width: calc((100% - 90px) / 5);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 11);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 20px 0;
}
.jl-product-cate-item-name {
    text-align: center;
    font-size: 12px;
    color: #333333;
}
@media all and (min-width: 769px) {
    .jl-product-cate-item {
    
        width: calc((100% - 90px) / 5);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 11);
    }
}
@media all and (max-width: 768px) {
    .jl-product-cate-item {
    
        width: calc((100% - 10px) / 2);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4);
        margin-bottom: 10px;
    }
    .jl-product-cate-item-name {
        transform: scale(0.8);
        letter-spacing: 2px;
    }
}
.jl-product-cate-item img {
    
    width: 40%;
}

/* 详情 */
.jl-product-item-container {
    
    min-height: 300px;
    background-color: rgba(250, 250, 250, 1);
    padding-bottom: 4%;
}
.jl-product-item-container2 {
    box-sizing: border-box;
    width: 94%;
    max-width: 1240px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
.jl-product-item-container3 {
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
}
.jl-product-item-container4 {

}

.jl-product-item-item {
    flex: 0 0 50%;
    min-height: 500px;
}
.jl-product-item-preview {
    width: 400px;
    height: 400px;
}
.jl-product-item-preview-list {
    
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.jl-product-item-preview-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    width: 20px;
    text-align: center;
}
.jl-product-item-preview-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    width: 20px;
    text-align: center;
}
.jl-product-item-preview-list2 {
    overflow: hidden;
}
.jl-product-item-preview-list3 {
    flex-wrap: nowrap;
    transition: all 1s;
}
.jl-product-item-preview-item {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.jl-product-item-preview-item img {
    cursor: pointer;
}
.jl-product-item-item img {
    width: 100%;
}
.jl-product-item-right {
    box-sizing: border-box;
    
    padding-left: 50px;
}
.jl-product-item-info {

}
.jl-product-item-info-name {
    line-height: 1.5;
    font-size: 22px;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
}
.jl-product-item-info-size {

    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 2;
}
.jl-product-item-form {
    margin-top: 82px;
    margin-bottom: 26px;

}
.jl-product-item-form-bt {
    width: 80px;
    box-sizing: border-box;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.jl-product-item-line {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(229, 229, 229, 1);
    padding-bottom: 10px;
}


@media all and (max-width: 768px) {
    .jl-product-item-container {
        
        padding-top: 6%;
    }
    .jl-product-item-container3 {
        padding: 16px 16px 48px 16px;
    }
    .jl-product-item-container4 {
        flex-direction: column;
    }
    .jl-product-item-item {
        width: 100%;
        min-height: auto;
    }
    .jl-product-item-preview {
        width: 100%;
        height: auto;
    }
    .jl-product-item-right {
        
        margin-top: 36px;
        padding-left: 0;
    }
}


/* 产品推荐 */
.jl-product {
	padding-top: 4%;
	padding-bottom: 5%;
	background-color: rgba(247, 249, 250, 1);
}
.jl-product-title {
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
}
.jl-product-en {
	font-size: 38px;
	/* color: #333333; */
    color: #47b3da;
    line-height: 1.5;
    text-align: left;
}
.jl-product-ch {
    font-size: 36px;
    /* color: #47b3da; */
	color: #333333;
    line-height: 2;
    text-align: left;
    padding-bottom: 3%;
}
.carousel-container {
	max-width: 1600px;
	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;
    position: relative;
}
.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-form-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jl-form-container-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}


.jl-contact-form {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: auto;
    z-index: 2;
    background-color: rgba(255, 255, 255, 1);
}
.jl-contact-form-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    
    cursor: pointer;
}
.jl-contact-form form {
    
    width: 80%;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 48px;
    padding-bottom: 3%;
    
}
.jl-contact-form-ch {
    
    line-height: normal;
    font-size: 26px;
    color: rgba(54, 54, 54, 1);
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
    padding-bottom: 24px;
    margin-top: 30px;

}
.jl-contact-form-item {
    padding-bottom: 26px;
    position: relative;
}
.jl-contact-form-item:last-child {
    padding-bottom: 0;
}
.jl-contact-form-item div {
    background: #fff;
    padding: 0 18px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: absolute;
    display: inline-block;
    top: -14px;
    left: 3%;
    z-index: 2;
}
.jl-contact-form-item input,.jl-contact-form-item textarea {
    padding: 16px;
    line-height: 1.5;
    color: #999;
    border: 1px solid #000;
    width: 100%;
    resize: vertical;
    box-sizing: border-box;
}
.jl-contact-form-item input:focus,.jl-contact-form-item textarea:focus {
    
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.jl-contact-form-tip {
    
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    line-height: 2;
}
.jl-contact-form-submit {
    
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    padding: 16px 8px;
    background: #000;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 26px;
}