@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;
}

.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 h1 a{font-size: 0;}

.l-content .activity-time {background: url(../images/img_01.jpg) no-repeat top center; height: 150px; padding: 35px 55px 0; box-sizing: border-box; }
.l-content .activity-time p{line-height: 32px; font-size: 20px;}

.l-content .activity-con {background: url(../images/img_02.jpg) no-repeat top center; height: 193px; padding: 1px 65px 0; box-sizing: border-box; }
.l-content .activity-con p{line-height: 32px; font-size: 20px; margin-top: 55px;}

.l-content .product{background: url(../images/img_05.jpg) no-repeat top center; height: 385px; }
.l-content .product ul{display: flex; padding: 30px 45px 0; box-sizing: border-box; height: 100%;}
.l-content .product ul li{width: 25%; height: 100%; box-sizing: border-box; }
.l-content .product ul li .product-con{background: url(../images/pro_bg.png) no-repeat top center; height: 100%; padding: 7px 9px 15px 8px; box-sizing: border-box; text-align: center;}
.l-content .product ul li .product-li{position: relative; height: 100%; width: 100%;}
.l-content .product ul li .product-con .product-title{margin-top: 15px; font-size: 23px; line-height:40px; font-weight: bold;color: #333333;}
.l-content .product ul li .product-con .product-pic{margin-top: 18px;}
.l-content .product ul li .product-li>a{position: absolute; top: 0; left: 0; padding: 260px 15px 18px;}
.l-content .product ul li:hover{transform: translateY(12px);}

.l-content .product-more{background: url(../images/img_06.jpg) no-repeat top center; height: 180px; padding: 22px 0 0; box-sizing: border-box; text-align: center;}

.l-content .detail{background: url(../images/img_10.jpg) no-repeat top center; height: 400px; padding: 110px 60px 0; box-sizing: border-box; font-size: 18px;}
.l-content .detail li{display: flex; margin-top: 14px; }
.l-content .detail li span{background: url(../images/dot.png) no-repeat center; width: 34px; height: 22px; font-family: Arial, Helvetica, sans-serif; display: flex; justify-content: center; align-items: center; font-size: 20px;}
.l-content .detail li p{line-height: 24px; flex: 1;}

.l-content .contact{background: url(../images/img_12.jpg) no-repeat top center; height: 253px; padding: 80px 0 0 62px; box-sizing: border-box;}
.l-content .contact a{margin-right: 25px;}