﻿.second-body {
    margin-top: 25px;
}

.second-content {
    position: relative;
    min-height: 685px;
}

.left-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 224px;
    height: 100%;
}

.left-menu-title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    background: #0d6cca; /* Old browsers */
    background: linear-gradient(to bottom, #0d6cca 0%, #1457b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(bottom, #1457b0 0%, #0d6cca 100%); /* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(bottom, #1457b0 0%, #0d6cca 100%); /* FF3.6-15 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d6cca', endColorstr='#1457b0', GradientType=0); /* IE6-9 */
}

.left-menu-list > a {
    position: relative;
    display: block;
    padding: 15px 10px;
    line-height: 24px;
    text-align: center;
    color: #222;
    white-space: nowrap;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

    .left-menu-list > a:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 25px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background-image: url(../../Content/images/lzh-icons.png);
        background-repeat: no-repeat;
        background-position: -35px -148px;
    }

    .left-menu-list > a:hover, .left-menu-list > a.active {
        color: #1457b0;
        background-color: #f2f6fb;
    }

.right-list {
    margin-left: 240px;
}

.news-box {
    margin-top: 30px;
    border: 1px solid #dadada;
}

.news-type {
    position: relative;
    height: 30px;
    padding: 10px 55px 10px 35px;
    line-height: 30px;
    font-size: 22px;
    border-bottom: 1px solid #dadada;
    background: #f3f3f3; /* Old browsers */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(bottom, #f3f3f3 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(bottom, #f3f3f3 0%, #ffffff 100%); /* FF3.6-15 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0); /* IE6-9 */
}

    .news-type:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 15px;
        width: 16px;
        height: 20px;
        margin-top: -10px;
        background-image: url(../../Content/images/lzh-icons.png);
        background-position: -24px -145px;
        background-repeat: no-repeat;
    }

.news-type-more {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 49px;
    font-size: 12px;
    font-weight: normal;
}

    .news-type-more > span {
        display: inline-block;
        height: 12px;
        margin-left: 3px;
        padding: 0px 2px 2px 3px;
        vertical-align: 1px;
        line-height: 12px;
        color: #ffffff;
        background-color: #bbbbbb;
    }

.news-panel {
    padding: 15px 30px;
}

.news-item {
    position: relative;
    margin: 10px 0;
    padding-left: 15px;
    list-style: none;
}

    .news-item:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background-color: #666;
    }

    .news-item > a {
        display: inline-block;
        max-width: 89%;
        height: 35px;
        margin-right: 100px;
        white-space: nowrap;
        vertical-align: -5px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-item > span {
        position: absolute;
        top: 50%;
        right: 0;
        width: 85px;
        height: 24px;
        margin-top: -12px;
        line-height: 24px;
        color: #999999;
    }

.lzh-intro-section {
    margin-top: 30px;
}

.intro-normal-section {
    border: 1px solid #dadada;
}

.intro-normal__title {
    position: relative;
    height: 50px;
    padding-left: 45px;
    line-height: 50px;
    font-size: 25px;
    letter-spacing: 1px;
    background-color: #f3f3f3;
}

    .intro-normal__title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-image: url(../images/lzh-icons.png);
        background-repeat: no-repeat;
        background-position: -88px -138px;
    }

.intro-normal__main {
    padding: 30px;
    line-height: 35px;
}

.intro-speech-section {
    width: auto;
    min-height: 470px;
    padding: 100px 70px 0 130px;
    line-height: 35px;
    background-image: url(../images/lzh-speech.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

    .intro-speech-section > p, .intro-desc-section > p, .intro-normal__main > p {
        text-indent: 2em;
    }

.intro-desc__contact {
    position: relative;
    margin: 30px auto 0 auto;
    border: 1px dashed #dadada;
}

    .intro-desc__contact:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        width: 220px;
        height: 100px;
        margin-top: -60px;
        background-image: url(../images/lzh-icons.png);
        background-repeat: no-repeat;
        background-position: -430px 0;
    }

    .intro-desc__contact:after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 0;
        width: 220px;
        height: 160px;
        margin-top: -90px;
        background-image: url(../images/lzh-icons.png);
        background-repeat: no-repeat;
        background-position: -630px 0;
    }

    .intro-desc__contact > ul {
        width: 50%;
        margin-left: 230px;
        padding: 20px 0;
    }

        .intro-desc__contact > ul > li {
            position: relative;
            padding-left: 20px;
        }

            .intro-desc__contact > ul > li:after {
                content: " ";
                position: absolute;
                top: 50%;
                left: 0;
                width: 12px;
                height: 12px;
                margin-top: -8px;
                background-image: url(../images/lzh-icons.png);
                background-repeat: no-repeat;
                background-position: -47px -147px;
            }

.intro-business__list {
    counter-reset: sectioncounter;
}

    .intro-business__list > li:before {
        content: counter(sectioncounter)".";
        counter-increment: sectioncounter;
        display: inline-block;
        width: 30px;
        padding-right: 10px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        color: #1f88e4;
    }

.lzh-product-item {
    float: left;
    width: 30.333333%;
    padding: 1.5%;
}

.lzh-product-item-box {
    display: block;
    background-color: #f7f7f7;
}

    .lzh-product-item-box > img {
        width: 100%;
        height: 175px;
    }

.lzh-product-item__text {
    display: block;
    width: 94%;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lzh-product-table {
    margin: 30px 40px 20px 40px;
}

.lzh-product-thumb-col {
    width: 300px;
    height: 300px;
    padding: 20px;
    text-align: center;
    vertical-align: central;
    border: 1px solid #dadada;
}

    .lzh-product-thumb-col > img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.lzh-product-desc-col {
    vertical-align: top;
    padding-left: 30px;
}

.lzh-product-desc {
    line-height: 35px;
}

.lzh-product-desc__name {
    color: #1457ae;
    font-size: 22px;
    font-weight: bold;
}

.lzh-product-desc__full {
    margin: 40px;
    padding-top: 40px;
    line-height: 35px;
    border-top: 1px dashed #dadada;
}

    .lzh-product-desc__full > p {
        text-indent: 2em;
    }

.lzh-product-album {
    height: 100px;
}

.lzh-photo-assess {
    float: left;
    max-width: 878px;
    overflow: hidden;
}

    .lzh-photo-assess > ul {
        min-width: 888px;
    }

.lzh-photo-item {
    position: relative;
    float: left;
    display: block;
    width: 98px;
    height: 98px;
    margin-right: 11px;
    border: 1px solid #dadada;
}

    .lzh-photo-item > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        cursor: pointer;
    }

.lzh-product-arrow {
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 100%;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s;
}

    .lzh-product-arrow:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 22px;
        height: 36px;
        margin: auto;
        background-image: url(../../Content/images/lzh-icons.png);
        background-position: -990px 0;
        background-repeat: no-repeat;
    }

    .lzh-product-arrow:hover {
        background-color: #f8f8f8;
        box-shadow: 0 0 5px 1px #ccc;
    }

    .lzh-product-arrow.disabled {
        opacity: .45;
        filter: alpha(opacity = 45);
        cursor: not-allowed;
    }

        .lzh-product-arrow.disabled:hover {
            background-color: transparent;
            box-shadow: none;
        }

    .lzh-product-arrow.product-arrow__left:after {
        background-position: -1023px -18px;
    }

    .lzh-product-arrow.product-arrow__right:after {
        background-position: -1070px -18px;
    }

.front-form {
    margin: 15px 35px 0 0;
}

    .front-form .layui-input-block.must:after, .front-form .layui-input-inline.must:after {
        content: "*";
        position: absolute;
        top: 50%;
        right: -20px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        line-height: 16px;
        text-align: center;
        color: red;
    }

.company-view {
    position: relative;
    padding-top: 40px;
}

.company-about {
    position: relative;
    float: left;
    width: 740px;
    min-height: 80px;
    border: 1px solid #e4e4e4;
}

.company-logo-box {
    position: absolute;
    top: -25px;
    left: 25px;
    width: 100px;
    height: 80px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

    .company-logo-box > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.company-info {
    margin: 10px 10px 0 140px;
    line-height: 24px;
}

.company-info__name {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}

.company-info__cell {
    position: relative;
    min-height: 24px;
    padding-left: 70px;
    font-size: 14px;
}

    .company-info__cell:before {
        content: attr(data-label)'：';
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        text-align: right;
        color: #949494;
    }

.company-split {
    display: block;
    width: 94%;
    height: 1px;
    margin: 30px auto;
    border-top: 1px dashed #e4e4e4;
}

.company-desc {
    width: 94%;
    margin: 0 auto 15px auto;
    line-height: 30px;
}

    .company-desc > p {
        text-indent: 2em;
    }

.company-products {
    float: right;
    width: 170px;
    padding: 15px;
    border: 1px solid #e4e4e4;
}

.company-products-header {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.company-products-item {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    margin: 15px auto 0 auto;
    border: 1px solid #ececec;
}

    .company-products-item > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        border: none;
    }

.company-product-arrow {
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px 0;
    margin: 15px auto 0 auto;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    transition: all .3s;
}

    .company-product-arrow:after {
        content: " ";
        display: block;
        width: 35px;
        height: 20px;
        margin: 0 auto;
        background-image: url(../../Content/images/lzh-icons.png);
        background-position: -990px 0;
        background-repeat: no-repeat;
    }

    .company-product-arrow:hover {
        background-color: #f8f8f8;
        box-shadow: 0 0 5px 1px #ccc;
    }

.company-product-arrow__top:after {
    background-position: -1024px -81px;
}

.company-product-arrow__bottom:after {
    background-position: -1072px -82px;
}

.company-product-arrow.disabled {
    opacity: .45;
    filter: alpha(opacity = 45);
    cursor: not-allowed;
}

    .company-product-arrow.disabled:hover {
        background-color: transparent;
        box-shadow: none;
    }

.contactus-container {
    background-image: url(../images/cusbg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.contactus-table {
    width: 330px;
    margin: 50px 0 0 60px;
    color: #5c5c5c;
}

.contactus-title {
    font-size: 18px;
    color: #000;
}
