@charset "UTF-8";

.crumbs-content .crumbs-content_box li {
    padding-right: 0;
}

.crumbs-content .crumbs-content_box li a {
    padding-right: 0;
}

.l-content {
    position: relative;
    width: 950px;
    margin: 0 auto;
    /* font-family: "Microsoft YaHei", Helvetica, Simsun, Simhei, Arial, sans-serif; */
    font-family: "Microsoft YaHei", Simsun, Simhei;
    color: #000;
    overflow: hidden;
}

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

.l-content img {
    border: 0;
}

ul,
ol {
    list-style: none;
}

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

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

.l-content .clearfixs:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.l-content .VN_opacity {
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
}

.l-content .VN_opacity:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.l-content .l-content-wrap .title {
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.l-content .l-content-wrap>div {
    position: relative;
}

.l-content .l-content-wrap .present > p {
    position: absolute;
    top: 62px;
    left: 60px;
    font-size: 22px;
    font-weight: bold;
    line-height: 37px;
    text-align: justify;
    color: #333333;
    letter-spacing: 1px;
}

.l-content .l-content-wrap .present .present01 {
    position: absolute;
    top: 214px;
    left: 60px;
}

.l-content .l-content-wrap .present .present02 {
    position: absolute;
    top: 426px;
    left: 490px;
}

.l-content .l-content-wrap .present .present01 h3,
.l-content .l-content-wrap .present .present02 h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 34px;
    color: #333333;
}

.l-content .l-content-wrap .present .present01 p,
.l-content .l-content-wrap .present .present02 p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.l-content .l-content-wrap .cases {
    padding: 0 0 30px 0;
}

.l-content .l-content-wrap .cases > h3 {
    padding: 30px 0 10px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    color: #333333;
}

.l-content .l-content-wrap .cases > p {
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

.l-content .l-content-wrap .cases .details {
    position: relative;
}

.l-content .l-content-wrap .cases .details > div h4 {
    padding: 0 0 18px 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
}

.l-content .l-content-wrap .cases .details > div h5 {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.l-content .l-content-wrap .cases .details > div p {
    padding: 10px 0 20px 0;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.l-content .l-content-wrap .cases .details .details01 {
    position: absolute;
    top: 28px;
    left: 34px;
}

.l-content .l-content-wrap .cases .details .details02 {
    position: absolute;
    top: 28px;
    left: 524px;
}

.l-content .l-content-wrap .products {
    background: #cccccc;
}

.l-content .l-content-wrap .products h3 {
    height: 70px;
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    color: #333333;
    text-align: center;
}

.l-content .l-content-wrap .products ul {
    padding: 0 0 10px 20px;
}

.l-content .l-content-wrap .products ul li {
    float: left;
    width: 222px;
    margin: 0 8px 10px 0;
    background: #fff;
    text-align: center;
}

.l-content .l-content-wrap .products ul li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.l-content .l-content-wrap .products ul li span {
    display: block;
    white-space: nowrap;
}

.l-content .l-content-wrap .products ul li .name {
    padding: 8px 0 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.l-content .l-content-wrap .products ul li .letters {
    letter-spacing: -1px;
}

.l-content .l-content-wrap .products ul li .code {
    margin: 0 auto;
    width: 140px;
    height: 20px;
    font-size: 15px;
    font-family: Arial, Helvetica;
    line-height: 20px;
    color: #666;
    border: 1px solid #d3d3d3;
}

.l-content .l-content-wrap .products ul li .time {
    padding-top: 6px;
    font-size: 15px;
    line-height: 26px;
}

.l-content .l-content-wrap .products ul li .price {
    font-size: 14px;
    line-height: 25px;
}

.l-content .l-content-wrap .products ul li .price strong {
    font-size: 25px;
    font-family: Arial, Helvetica;
    line-height: 25px;
    color: #dd0000;
}

.l-content .l-content-wrap .products ul li .percent {
    height: 100px;
    background: #fff7d9;
    overflow: hidden;
}

.l-content .l-content-wrap .products ul li .percent span {
    float: left;
}

.l-content .l-content-wrap .products ul li .percent .percent_l {
    padding: 10px 0;
    width: 28px;
    height: 80px;
    font-size: 15px;
    font-weight: bold;
    background: #ffcc00;
    color: #333;
    line-height: 20px;
}

.l-content .l-content-wrap .products ul li .percent .percent_r {
    padding: 6px 0 0 6px;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
}

.l-content .l-content-wrap .products ul li .percent .percent_r strong {color: #dd0000;
    font-size: 22px;
    font-family: Arial, Helvetica;
    line-height: 27px;
}

.l-content .l-content-wrap .remarks {
    padding: 10px 0 20px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}