@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 .banner{height: 536px; display: flex;}
.l-content .ban_img{background: url(../images/banner_02_02.jpg) no-repeat top center; width: 295px; height: 536px;}
.l-content .ban_img:hover img{transform: translateY(-10px);}

/*  */
.l-content .activity-top {background: url(../images/img_bg01.jpg) no-repeat top center; height: 155px; padding: 0 65px;}
.l-content .activity-title{text-align: center; font-size: 40px; height: 82px; line-height: 82px;}
.l-content .activity-title b{font-size: 50px;}
.l-content .activity-top-list{ display: flex; }
.l-content .activity-top-list li{
	width: 33.33%; 
	text-align: center; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	height: 62px;
	font-size: 24px;
	font-weight: bold;
}
.l-content .activity-top-list li img{margin-right: 5px;}

/*  */
.l-content .activity-bottom{
	background: url(../images/img_bg02.jpg) no-repeat top center; 
	height: 522px; 
	padding: 0 65px;
}
.l-content .activity-product{display: flex; position: relative;}
.l-content .activity-discount{
	position: relative;
	height: 394px;
	width: 400px;
	font-size: 56px;
	padding-left: 97px;
	margin-left: -13px;
	margin-top: -23px;
}
.l-content .activity-discount p{padding: 5px 0 4px 45px;}
.l-content .activity-discount p:first-of-type{ margin-top: 192px; margin-bottom: 6px;}
.l-content .activity-discount p:last-of-type{background-color: #FFCC00;}
.l-content .activity-discount p b{font-size: 62px;}
.l-content .activity-discount span{
	position: absolute; 
	top: 0; 
	left: 0; 
	font-size: 394px; 
	font-weight: bold; 
	display: block; 
	font-family: Arial, Helvetica, sans-serif;
}

.l-content .product {
	position: absolute;
	top: 0;
	right: 0;
	height: 385px; 
	display: flex; 
	justify-content: space-around;
	padding: 0 20px;
	width: 670px;
}
.l-content .product li{width: 160px; height: 100%; text-align: center; position: relative;}
.l-content .product-pic{height: 249px; padding: 25px 0 5px;}
.l-content .product li>a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	display: block;
	padding: 340px 0 14px 0;
}
.l-content .product-title{height: 48px; line-height: 24px; margin: 0 auto; text-align: left; width: 141px; font-size: 17px; font-weight: bold;}
.l-content .product-specs{ margin: 8px 0 11px;}
.l-content .product-specs span{background: #666666; display: inline-block; width: 141px; height: 26px; line-height: 26px; color: #FFFFFF;}

.l-content .advantage-product-on .l-animation1{animation:mymove1 3s infinite; position:relative;}
.l-content .advantage-product-on .l-animation2{animation:mymove2 3s infinite; position:relative;}
.l-content .advantage-product-on .l-animation3{animation:mymove3 3s infinite; position:relative;}

@keyframes mymove1
{
	0% {top:0px;}
	10% {top:-10px;}
	20% {top:0px;}
	100% {top:0px;}
}
@-moz-keyframes mymove1
{
	0% {top:0px;}
	10% {top:-10px;}
	20% {top:0px;}
	100% {top:0px;}
}
@-webkit-keyframes mymove1
{
	0% {top:0px;}
	10% {top:-10px;}
	20% {top:0px;}
	100% {top:0px;}
}
@-o-keyframes mymove1
{
	0% {top:0px;}
	10% {top:-10px;}
	20% {top:0px;}
	100% {top:0px;}
}

/*  */
@keyframes mymove2
{
	0% {top:0px;}
	35% {top:0px;}
	45% {top:-10px;}
	55% {top:0px;}
	100% {top:0px;}
}
@-moz-keyframes mymove2
{
	0% {top:0px;}
	35% {top:0px;}
	45% {top:-10px;}
	55% {top:0px;}
	100% {top:0px;}
}
@-webkit-keyframes mymove2
{
	0% {top:0px;}
	35% {top:0px;}
	45% {top:-10px;}
	55% {top:0px;}
	100% {top:0px;}
}
@-o-keyframes mymove2
{
	0% {top:0px;}
	35% {top:0px;}
	45% {top:-10px;}
	55% {top:0px;}
	100% {top:0px;}
}

/*  */
@keyframes mymove3
{
	0% {top:0px;}
	70% {top:0px;}
	80% {top:-10px;}
	90% {top:0px;}
	100% {top:0px;}
}
@-moz-keyframes mymove3
{
	0% {top:0px;}
	70% {top:0px;}
	80% {top:-10px;}
	90% {top:0px;}
	100% {top:0px;}
}
@-webkit-keyframes mymove3
{
	0% {top:0px;}
	70% {top:0px;}
	80% {top:-10px;}
	90% {top:0px;}
	100% {top:0px;}
}
@-o-keyframes mymove3
{
	0% {top:0px;}
	70% {top:0px;}
	80% {top:-10px;}
	90% {top:0px;}
	100% {top:0px;}
}

/*  */
.l-content .activity-con {height: 390px; display: flex; margin-top: -25px;}
.l-content .activity-con dd{display: flex; font-size: 20px; box-sizing: border-box; margin-top: 1px;}
.l-content .activity-con dd>span{line-height: 34px; font-weight: bold;}
.l-content .activity-con dd p{line-height: 34px;}
.l-content .activity-con dd b{font-size: 34px; font-weight: bold;}

.l-content .advantage-title {
	background: url(../images/img_bg03.jpg) no-repeat top center;
	display: flex; 
	align-items: center;
	justify-content: center;
	height: 103px; 
	color: #FFCC00; 
	font-size: 40px; 
	font-weight: bold; 
}

.l-content .advantage-box{
	background: url(../images/img_bg04.jpg) no-repeat top center;
	height: 922px;
}
.l-content .advantage{
	display: flex;
	height: 865px;
}
.l-content .advantage-ps{
	padding: 10px 0 0 55px;
	color: #FFFFFF;
	font-size: 14px;
}	

.l-content .advantage-left{width: 420px;}
.l-content .advantage-tt{height: 42px; line-height: 42px; color: #FFFFFF; text-align: center; font-size: 22px;}

.l-content .advantage-industry-title{font-size: 35px; color: #FFCC00; font-weight: bold; padding: 9px 0 9px 24px;}
.l-content .advantage-industry-con{display: flex; height: 194px;}
.l-content .advantage-industry-con:last-of-type{height: 275px;}
.l-content .advantage-industry-l{color: #FFFFFF; padding-top: 23px; }
.l-content .advantage-industry-l>div{display: flex; font-size: 16px; width: 252px;}
.l-content .advantage-industry-l>div>span{width: 70px; padding: 0 5px 0 25px; line-height: 26px;}
.l-content .advantage-industry-l>div p{padding-left: 10px; line-height: 26px; border-left: 1px solid #FFFFFF;}
.l-content .advantage-industry-l>div p span{line-height: 26px;}
.l-content .advantage-industry-con:last-of-type .advantage-industry-l{padding-top: 31px;}
.l-content .advantage-industry-r{padding-top: 30px;}
.l-content .advantage-industry-con:last-of-type .advantage-industry-r{padding-top: 37px;}

.l-content .advantage-center{width: 230px; padding: 39px 20px 0 10px;}
.l-content .advantage-center li{width: 160px; margin: 0 auto 37px; text-align: center; position: relative;}
.l-content .advantage-product-title{font-size: 18px; font-weight: bold; line-height: 24px; margin-top: 2px;}
.l-content .advantage-product .l-pro>a{position: absolute; left: 0; top: 0; width: 160px; height: 218px;}
.l-content .advantage-center li:nth-child(2)>a{width: 160px; height: 259px;}
.l-content .advantage-center li:last-child>a{width: 160px; height: 236px;}


.l-content .advantage-right{width: 550px;}
.l-content .advantage-right-title{color: #000000; font-weight: bold;}
.l-content .advantage-achievements{
	display: flex;
	height: 248px;
	align-items: center;
	
}
.l-content .advantage-achievements:last-of-type{height: 323px;}
.l-content .advantage-achievements-pic{padding-left: 17px; padding-bottom: 10px;}
.l-content .advantage-achievements-text-form{
	background: url(../images/img_bg05.png) no-repeat center;
	width: 241px;
	height: 90px;
	margin-bottom: 10px;
	display: flex;
}
.l-content .advantage-achievements-text-form dl{width: 70px; text-align: center; font-weight: bold;}
.l-content .advantage-achievements-text-form dl:first-of-type{width: 90px; text-align: left; padding-left: 5px;}
.l-content .advantage-achievements-text-form dl:last-of-type{width: 80px;}
.l-content .advantage-achievements-text-form dt,
.l-content .advantage-achievements-text-form dd,
.l-content .advantage-achievements-text-form dd span{height: 22px; line-height: 23px;}
.l-content .advantage-achievements-text-form dl:nth-of-type(2){color: #FFFFFF;}

.l-content .advantage-achievements-text-ps{
	font-size: 16px; 
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-bottom: 23px;
	line-height: 20px;
}
.l-content .advantage-achievements-text-ps span{margin-right: 5px;}
.l-content .advantage-achievements:last-of-type .advantage-achievements-text-ps{padding-bottom: 3px;}

.l-content .more{background: url(../images/img_bg06.jpg) no-repeat top center; height: 427px;}
.l-content .more>div{
	display: flex; 
	align-items: center;
	justify-content: space-around;
	height: 214px;
	padding: 0 130px 0 103px;
}
.l-content .more .catalogue-more{padding: 0 80px 0 150px; height: 213px;}
.l-content .more-text{width: 310px; width: 310px; font-weight: bold;  font-size: 32px; text-align: center; }
.l-content .more-text a{margin: 22px 0; display: block;}

.l-content .activity {
	background: url(../images/img_bg07.jpg) no-repeat top center; 
	height: 171px;
	color: #FFFFFF;
	font-size: 26px;
	justify-content: space-around;
	padding: 34px 0 0 180px;
}
.l-content .activity-text{display: flex;}
.l-content .activity span,
.l-content .activity p{line-height: 40px;}
.l-content .activity span{width: 30px; display: block; text-align: center; font-family: Arial, Helvetica, sans-serif;}
.l-content .activity p a{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.l-content .activity p a:hover{text-decoration: underline;}



