@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 50px;}
.l-content .flex{display: flex; align-items: center; justify-content: center;}

.l-content .product ul{display: flex; margin-top: 7px; justify-content: space-around; height: 100%; padding: 0 13px;}
.l-content .product1 ul{ margin-top: 44px;}
.l-content .product ul li .pro-box{position: absolute; left: 0; top: 0; width: 100%; padding: 124px 1px 0 38px;}
.l-content .product-title{font-weight: bold; font-size: 35px; line-height: 1.3;}
.l-content .product-pic{margin-top: 72px; text-align: right;}
.l-content .product-price{margin-top: 45px; padding: 0 10px;}
.l-content .product-price div{line-height: 1; margin-bottom: 8px; font-size: 30px;}
.l-content .product-price p{font-size: 28px; font-weight: bold;}
.l-content .product-price span{font-size: 48px; color: #dd0000; font-family: Arial, Helvetica, sans-serif; line-height: 1.3;}
.l-content .product-specs{font-size: 32px; margin: 40px 0 20px 20px;}
.l-content .product-more{margin-top: 40px;}

.l-content .pro-ps{position: absolute; top: 3px; height: 0; width: 100%; text-align: center; font-size: 32px;}


