@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 {
    color:#004bb1;
    text-decoration: none;
}

/* .l-content a:hover {
    color: #ff730a;
}

.l-content a:visited {
    color: #851f99;
} */

.l-content img {
    border: 0;
}

.l-content .pricenum {
    color: #DD0000;
    font-family: Arial,sans-serif;
}

.l-content .num {
    font-family: Arial,sans-serif;
}


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 {
    position: relative;
    background-color: #232731;
}



.l-content .box1 {
    position: relative;
    height: 676px;
}


.l-content .content {
    position: absolute;
    width:100%;
    top:92px;
    left:0px;
    
}


.l-content .products {
    width: 910px;
    margin: 0px auto 28px auto;
}

.l-content .products li {
    float: left;
    width:210px;
    height: 278px;
    background: #FFFFFF;
    border:1px solid #333333;

    text-align: center;

    margin-top: 12px;
    position: relative;
}


.l-content .products li:not(:nth-child(4n+4)) {
    margin-right: 20px;
}

.l-content .products li span {
    display: block;
}


.l-content .products li span.logo {
    margin-top:17px;
    font-size: 24px;
    font-weight: bold;
}


.l-content .products li span.img {
    text-align: center;
    position: relative;
}

.l-content .products li span.name {
    height: 20px;
    line-height: 20px;
    font-size: 19px;
    font-weight: bold;
}

.l-content .products li span.name a {
    color: #003399;
    text-decoration: underline;
}

.l-content .more {
    margin: 30px auto 30px auto;
    background-color: #646464;
    height: 53px;
    position: relative;
}

.l-content .more div:first-child {
    position: absolute;
    left:0px;
    top:0px;
    height:53px;
    line-height: 53px;
    width: 317px;
    background:#003399;
    text-align: center;
}

.l-content .more div:first-child a {
    line-height: 53px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: underline;
}

.l-content .more div:last-child {
    position: absolute;
    top:0px;
    right:0px;
    height: 53px;
    line-height: 53px;
    color:#FFFFFF;
    text-align: center;
    padding-right:30px;
}


.l-content .contact {
    position: relative;
}

.l-content .contact .link {
    position: absolute;
    left: 42px;
    bottom: 36px;
}