@charset "UTF-8";

.l-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
	font-family: "思源黑体CN","Microsoft YaHei", Simsun, Simhei;
    color: #000;
    overflow: hidden;
}

.l-content a {
    text-decoration: none;
}

.l-content img {
    border: 0;
	display: inline-block;
}

ul,
ol {
    list-style: none;
}

.l-content i {
    font-style: normal;
}

.l-content * {
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
	box-sizing: border-box;
}

.l-content .font-f{font-family: Arial, Helvetica, sans-serif;}
.l-content .l-btn{display: inline-block; width: auto!important; height: auto!important;}
.l-content .l-btn img{transition: all .3s;}
.l-content .l-btn img:hover{transform: scale(.95);}
.l-content .l-pro:hover{transform: translateY(-10px);}
.l-content .rel{position: relative;}
.l-content .abl{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 45px;}
.l-content .flex{display: flex; align-items: center; justify-content: center;}
.l-content .flex2{display: flex; align-items: center; justify-content: space-between;}

.l-content .banner-img{position: absolute; left: 50%; top: 0; margin-left: -350px; transition:all .3s; animation: act 0.6s linear; transform: translateY(0px);}

@keyframes act{
	from{transform: translateY(-300px);}
	to{transform: translateY(0px);}
}


.l-content .product li .abl{padding: 0 13px;}
.l-content .product-title{font-size: 26px; font-weight: bold; margin-top: 64px; line-height: 32px; height: 102px;}
.l-content .product-price{font-size: 18px; margin-top: 9px; line-height: 36px;}
.l-content .product-price span{font-size: 36px; color: #dd0000; font-weight: bold; line-height: 36px;}
.l-content .product-specs{margin-top: 8px; font-size: 18px; height: 156px;}
.l-content .product-specs p,
.l-content .product-specs span{line-height: 26px;}
.l-content .product-specs p{display: flex;}
.l-content .product-btn{margin-top: 16px; text-align: center;}

.l-content .ps{color: #000000; font-size: 18px; padding: 0 45px;}

.l-content .title{font-size: 35px; color: #FFFFFF; padding: 0 245px 0 72px;}
.l-content .title span{font-weight: bold; display: block; width: 148px; text-align: center; color: #231815;}
.l-content .title p{text-align: center; line-height: 44px; width: 735px;}

.l-content .contrast{text-align: center; font-size: 30px; padding: 0 67px 0 52px;}
.l-content .contrast>*{width: 50%;}
.l-content .contrast span{color: #FFFFFF; display: flex; align-items: flex-start; justify-content: center;}
.l-content .contrast span i{font-size: 20px;}

.l-content .contrast-pic{padding: 27px 6px 15px 0;}
.l-content .contrast-txt{padding: 360px 25px 0 23px;}
.l-content .contrast-txt>*{width: 50%; font-size: 30px; text-align: center;}
.l-content .contrast-txt span{font-size: 25px;}

.l-content .contrast-ps{align-items: flex-start; color: #000000; font-size: 18px;}
.l-content .contrast-ps p{
	padding-left: 292px;
	height: 100%;
	display: flex;
	align-items: center;
}

.l-content .contrast-tit{font-size: 35px; color: #FFFFFF;}

.l-content .exp-ps{padding: 0 70px; font-size: 18px; color: #000000;}

/*  */
.l-content .product2 li .abl{padding: 0 13px;}
.l-content .product2-title{font-size: 26px; font-weight: bold; margin-top: 64px; line-height: 32px; height: 102px;}
.l-content .product2-price{font-size: 18px; margin-top: 141px; line-height: 36px;}
.l-content .product2-price span{font-size: 36px; color: #dd0000; font-weight: bold; line-height: 36px;}
.l-content .product2-specs{margin-top: 12px; font-size: 18px; height: 156px;}
.l-content .product2-specs p,
.l-content .product2-specs span{line-height: 26px;}
.l-content .product2-specs p{display: flex;}
.l-content .product2-btn{margin-top: 16px; text-align: center;}

.l-content .p-ps{justify-content: flex-start;}

.l-content .num-ps{display: flex; align-items: center; justify-content: flex-start; font-size: 18px; color: #000000;}


