@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>.title{
	background: url(../images/img_bg01.jpg) no-repeat top center; 
	height: 110px; 
	font-size: 42px; 
	font-weight: bold; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.l-content .advantage{
	background: url(../images/img_bg02.jpg) no-repeat top center; 
	height: 355px; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.l-content .advantage ul{display: flex;}
.l-content .advantage li{
	background: url(../images/advantage_01.png) no-repeat center; 
	width: 387px; 
	height: 337px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.l-content .advantage li:nth-child(3){background-image: url(../images/advantage_03.png);}
.l-content .advantage li:nth-child(2){background-image: url(../images/advantage_02.png);}

.l-content .advantage li>div{text-align: center;}
.l-content .advantage li .advantage-title{font-size: 25px; font-weight: bold;}
.l-content .advantage li p{font-size: 22px; color: #666666; margin: 28px 0 45px; line-height: 32px;}
.l-content .title2{background-image: url(../images/img_bg03.jpg);}
			
.l-content .activity{background: url(../images/img_bg04.jpg) no-repeat top center; height: 554px;}
.l-content .activity dl{padding: 29px 38px 0; height: 203px;}
.l-content .activity dd{
	font-size: 24px; 
	display: flex; 
	align-items: center; 
	justify-content: flex-start; 
}
.l-content .activity dd span{color: #FFCC00; margin: 0 15px; line-height: 50px;}
.l-content .activity dd p{display: flex; align-items: center; justify-content: flex-start; line-height: 50px;}
.l-content .activity dd p img{margin: 0 12px;}

.l-content .activity ul{
	display: flex;
	align-items: center; 
	justify-content: flex-end; 
	padding-left: 152px;
	height: 120px;
	margin-top: 25px;
}
.l-content .activity li{
	width:305px;
	display: flex;
	align-items: center; 
	justify-content: center; 
}
.l-content .activity li:nth-child(2){width: 350px;}
.l-content .activity li:first-child{width: 393px;}
.l-content .activity li .activity-title{font-size: 20px; padding-left: 5px; line-height: 36px;}
.l-content .activity li .activity-title span{font-size: 38px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;line-height: 36px;}
.l-content .activity li .activity-gift{
	display: flex;
	align-items: center; 
	justify-content: flex-start; 
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
}
.l-content .activity li .activity-gift img{margin-right: 5px;}

.l-content .activity li p{
	font-size: 18px; 
	background: url(../images/activity_bg.png) no-repeat left center; 
	width: 167px; 
	height: 33px;
	text-align: center;
	padding-bottom: 2px;
	margin-top: 5px;
	line-height: 32px;
}

.l-content .ps{margin: 60px 50px 0;}
.l-content .activity-more{margin: 35px 0 0; text-align: center;}


/*  */
.l-content .title3{background-image: url(../images/img_bg05.jpg);}
.l-content .title3 span{font-size: 34px; font-weight: normal; margin-left: 20px;}

.l-content .new-product{background: url(../images/img_bg06.jpg) no-repeat top center; height: 318px;}
.l-content .new-product ul{
	display: flex;
	align-items: center; 
	justify-content: center; 
	padding-top: 15px;
}
.l-content .new-product li{
	background: url(../images/new_pro_bg.png) no-repeat center;
	width: 565px;
	height: 290px; 
	padding: 9px 15px 16px 6px;
	display: flex;
	align-items: center; 
	justify-content: flex-start; 
}
.l-content .new-product li .pic{padding: 20px;}
.l-content .new-product li .text{padding-top: 30px;}
.l-content .new-product li .title{font-size: 24px; font-weight: bold; line-height: 32px;}
.l-content .new-product li .specs{
	font-size: 18px; 
	color: #666666; 
	line-height: 29px; 
	margin: 7px 0 13px; 
	background: url(../images/specs_bg01.png) no-repeat center left;
	width: 291px;
	height: 30px;
	padding-left: 8px;
}
.l-content .new-product li .price{font-weight: bold; color: #666666;}
.l-content .new-product li .price b{font-size: 55px; color: #dd0000; font-family: Arial, Helvetica, sans-serif;}
.l-content .new-product li .price i{font-size: 35px; color: #dd0000; font-style: normal; font-family: Arial, Helvetica, sans-serif;}
.l-content .new-product li .new-product-link{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 9px 15px 16px 6px;}
.l-content .new-product li .new-product-link a{display: block; width: 100%; height: 100%; }


/*  */
.l-content .title4{background-image: url(../images/img_bg07.jpg);}

.l-content .product-box{
	background: url(../images/img_bg08.jpg) no-repeat top center;
	height: 832px;
}
.l-content .product{
	height: 730px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px 40px;
}
.l-content .product .product-left{
	width: 278px; 
	height: 702px; 
	padding: 7px;
}
.l-content .product .product-left>div{
	background: url(../images/product_left_bg.png) no-repeat center; 
	width: 100%; 
	height: 100%;	
	box-shadow: 3px 3px 7px #cccccc;
	border-radius: 5px;
	padding: 25px 0;
}
.l-content .product .product-left .pic{
	height: 460px;
	display: flex;
	align-items: center; 
	justify-content: center; 
}
.l-content .product .text{padding: 0 12px;}

.l-content .product .hot{position: absolute; top: 10px; right: 10px; }
.l-content .product .title{
	font-size: 20px; 
	font-weight: bold; 
	line-height: 26px; 
	margin-top: 8px;
	height: 53px;
	display: flex;
	align-items: center; 
	justify-content: flex-start; 
	flex-wrap: wrap;
}
.l-content .product .title span{width: 100%;}
.l-content .product .specs{
	color: #666666; 
	margin: 5px 0 15px;
	line-height: 26px; 
	background: url(../images/specs_bg02.png) no-repeat center left;
	width: 291px;
	height: 27px;
	padding-left: 8px;
	font-size: 16px;
}
.l-content .product .price{font-weight: bold; color: #666666;}
.l-content .product .price b{font-size: 40px; color: #dd0000; font-family: Arial, Helvetica, sans-serif;}
.l-content .product .price i{font-size: 26px; color: #dd0000; font-style: normal; font-family: Arial, Helvetica, sans-serif;}
.l-content .product .rel a{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.l-content .product .product-right{flex: 1;}
.l-content .product .product-right ul{
	display: flex;
	align-items: center; 
	justify-content: center; 
	flex-wrap: wrap;
}
.l-content .product .product-right li{
	width: 279px; 
	height: 351px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 7px;
}
.l-content .product .product-right li>div{
	width: 100%; 
	height: 100%; 
	box-shadow: 3px 3px 7px #cccccc;
	background: #ffffff;
	border-radius: 5px;
}
.l-content .product .product-right li .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
}

.l-content .product-more{margin: 7px 0 0; text-align: center;}

/*  */
.l-content .title5{background-image: url(../images/img_bg09.jpg);}
.l-content .product-list{
	background: url(../images/img_bg10.jpg) no-repeat top center;
	height: 831px;
}
.l-content .product-list ul{
	height: 730px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px 40px;
}
.l-content .product .text{padding: 0 12px;}

.l-content .product .title{
	font-size: 20px; 
	font-weight: bold; 
	line-height: 26px; 
	margin-top: 8px;
	height: 53px;
	display: flex;
	align-items: center; 
	justify-content: flex-start; 
	flex-wrap: wrap;
}
.l-content .product .title span{width: 100%;}
.l-content .product .specs{
	color: #666666; 
	margin: 5px 0 15px;
	line-height: 26px; 
	background: url(../images/specs_bg02.png) no-repeat center left;
	width: 240px;
	height: 27px;
	padding-left: 8px;
	font-size: 16px;
}
.l-content .product .price{font-weight: bold; color: #666666;}
.l-content .product .price b{font-size: 40px; color: #dd0000; font-family: Arial, Helvetica, sans-serif;}
.l-content .product .price i{font-size: 26px; color: #dd0000; font-style: normal; font-family: Arial, Helvetica, sans-serif;}
.l-content .product .rel a{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.l-content .product-list ul{
	display: flex;
	align-items: center; 
	justify-content: center; 
	flex-wrap: wrap;
}
.l-content .product-list li{
	width: 279px; 
	height: 351px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 7px;
}
.l-content .product-list li>div{
	width: 100%; 
	height: 100%; 
	box-shadow: 3px 3px 7px #cccccc;
	background: #ffffff;
	border-radius: 5px;
}
.l-content .product-list li .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
}
.l-content .product-list .text{padding: 0 12px;}

.l-content .product-list .title{
	font-size: 20px; 
	font-weight: bold; 
	line-height: 26px; 
	margin-top: 8px;
	height: 53px;
	display: flex;
	align-items: center; 
	justify-content: flex-start; 
	flex-wrap: wrap;
}
.l-content .product-list .title span{width: 100%;}
.l-content .product-list .specs{
	color: #666666; 
	margin: 5px 0 15px;
	line-height: 26px; 
	background: url(../images/specs_bg02.png) no-repeat center left;
	width: 241px;
	height: 27px;
	padding-left: 8px;
}
.l-content .product-list .price{font-weight: bold; color: #666666;}
.l-content .product-list .price b{font-size: 40px; color: #dd0000; font-family: Arial, Helvetica, sans-serif;}
.l-content .product-list .price i{font-size: 26px; color: #dd0000; font-style: normal; font-family: Arial, Helvetica, sans-serif;}
.l-content .product-list .rel a{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*  */
.l-content .title6{background-image: url(../images/img_bg11.jpg);}

.l-content .product-person{
	background: url(../images/img_bg12.jpg) no-repeat top center;
	height: 345px;
}
.l-content .product-person ul{
	display: flex;
	align-items: center; 
	justify-content: space-between; 
	padding: 22px 50px;
}
.l-content .product-person li{
	width: 544px;
	height: 202px; 
}
.l-content .product-person li>div{
	background: #FFFFFF; 
	border-radius: 5px;
	height: 100%;
	width: 100%;
	box-shadow: 3px 3px 7px #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.l-content .product-person li .pic{padding: 0 20px;}
.l-content .product-person li:first-child .pic {padding: 0 0 0 40px;}
.l-content .product-person li .text{padding-top: 5px; padding-right: 15px;}
.l-content .product-person li .title{font-size: 20px; font-weight: bold; line-height: 32px;}
.l-content .product-person li .specs{
	color: #666666; 
	line-height: 26px; 
	margin: 10px 0 19px; 
	background: url(../images/specs_bg03.png) no-repeat center left;
	width: 238px;
	height: 27px;
	padding-left: 8px;
	font-size: 16px;
}
.l-content .product-person li .price{font-weight: bold; color: #666666;}
.l-content .product-person li .price b{font-size: 40px; color: #dd0000; font-family: Arial, Helvetica, sans-serif;}
.l-content .product-person li .price i{font-size: 26px; color: #dd0000; font-style: normal; font-family: Arial, Helvetica, sans-serif;}
.l-content .product-person .rel a{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.l-content .title7{background-image: url(../images/img_bg13.jpg);}
.l-content .product-clean{
	background: url(../images/img_bg14.jpg) no-repeat top center;
	height: 480px;
}
.l-content .product-clean ul{
	display: flex;
	align-items: center; 
	justify-content: center; 
	flex-wrap: wrap;
	padding: 10px 0;
}
.l-content .product-clean li{
	width: 279px; 
	height: 351px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 7px;
}
.l-content .product-clean li>div{
	width: 100%; 
	height: 100%; 
	box-shadow: 3px 3px 7px #cccccc;
	background: #FFFFFF;
	border-radius: 5px;

}
.l-content .product-clean li .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
}
.l-content .product-clean .text{padding: 0 12px;}

.l-content .product-clean .title{
	font-size: 20px; 
	font-weight: bold; 
	line-height: 26px; 
	margin-top: 8px;
	height: 53px;
	display: flex;
	align-items: center; 
	justify-content: flex-start; 
	flex-wrap: wrap;
}
.l-content .product-clean .title span{width: 100%;}
.l-content .product-clean .specs{
	color: #666666; 
	margin: 5px 0 15px;
	line-height: 26px; 
	background: url(../images/specs_bg02.png) no-repeat center left;
	width: 241px;
	height: 27px;
	padding-left: 8px;
}
.l-content .product-clean .price{font-weight: bold; color: #666666;}
.l-content .product-clean .price b{font-size: 40px; color: #dd0000; font-family: Arial, Helvetica, sans-serif;}
.l-content .product-clean .price i{font-size: 26px; color: #dd0000; font-style: normal; font-family: Arial, Helvetica, sans-serif;}
.l-content .product-clean .rel a{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.l-content .title8{background-image: url(../images/img_bg15.jpg);}

/*  */
.about{background: url(../images/img_bg16.jpg) no-repeat center left; height: 506px; padding: 20px 50px 0;}
.about div{display: flex; font-size: 22px; flex-wrap: wrap;}
.about div a{color: #ffffff; line-height: 44px;}
.about div span{width: 20px; line-height: 44px;}
.about div p{flex: 1; line-height: 44px;}
