﻿







.our-client {
    background-color: #e1e1e1;
}

.our-client-item {
    overflow: hidden !important;
    padding-right: 15px;
    padding-left: 15px;
}

    .our-client-item .our-client-logo {
        text-align: center;
        border: 1px solid #c1c1c1;
        margin: 20px auto;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .our-client-item .our-client-logo:hover {
            background-color: #fafafa;
            border: 1px solid #0ba1e4;
            box-shadow: 0 0 10px 0 rgba(45,183,245,.5);
        }

            .our-client-item .our-client-logo:hover img {
                -webkit-filter: none;
                -moz-filter: none;
                -ms-filter: none;
                -o-filter: none;
                filter: none;
            }

    .our-client-item img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 78px;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}




#slide {
    height: 640px;
}

.slide-item {
    background-position: top center;
    text-align: center;
}

    .slide-item a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #fff;
        text-align: center;
        font-size: 18px;
        color: #fff;
        display: inline-block;
        margin-top: 480px;
    }

.container {
    padding-top: 60px;
}

.title {
    text-align: center;
}

.title-cn {
    font-size: 24px;
    color: #30323f;
}

.title-en {
    font-size: 16px;
    font-style: italic;
    color: #434756;
}

.title-line {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 3px solid #30323f;
    display: inline-block;
    margin: 10px;
    position: relative;
}

    .title-line:before, .title-line:after {
        position: absolute;
        z-index: 2;
        top: 2px;
        left: -100px;
        content: '';
        width: 80px;
        height: 2px;
        background-color: #30323f;
    }

    .title-line:after {
        left: 20px;
    }

.content {
    padding: 40px 20px;
}

.content-icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    border-radius: 90px;
    border: 2px solid #dcdcdc;
    margin: 0px auto;
}

    .content-icon i {
        font-size: 62px;
        color: #dcdcdc;
        vertical-align: middle;
    }

.content-box {
    width: 180px;
    text-align: center;
    padding-top: 20px;
    margin: 0px auto;
}

.content-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.content-cont {
    font-size: 12px;
    color: #999;
    padding-top: 10px;
    text-align: left;
    text-indent: 2em;
}

.content-cont-center {
    text-align: center;
    text-indent: 0em;
}

.content:hover .content-icon {
    background-color: #b59d46;
    border-color: #c8a565;
}

.content:hover i {
    color: #fff;
}

.see {
    border-bottom: 2px solid #fff;
    padding: 40px 20px;
}

.see-img {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

    .see-img img {
        width: 100%;
    }

.see-box {
    padding-top: 30px;
}

.see-title {
    font-size: 18px;
    font-weight: bold;
    color: #434756;
    text-align: center;
    padding-bottom: 20px;
    display: block;
    position: relative;
}

    .see-title:after {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        content: '';
        width: 50px;
        height: 4px;
        background-color: #30323f;
    }

.see-cont {
    font-size: 12px;
    color: #999caa;
    text-align: center;
    padding: 20px;
}

.see:hover {
    border-bottom: 2px solid #b59d46;
}

    .see:hover .see-title {
        color: #b59d46;
    }

        .see:hover .see-title:after {
            background-color: #b59d46;
        }

.about {
    padding-top: 40px;
    border-bottom: 2px solid #eee;
    overflow: hidden;
}

    .about:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 40px;
        left: 0;
        right: 0;
        height: 100px;
        background-color: #b59d46;
    }

.about-title {
    height: 50px;
    color: #fff;
    padding: 25px 0;
    padding-left: 200px;
    position: relative;
    z-index: 2;
}

    .about-title:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 50px;
        width: 100px;
        height: 2px;
        background-color: #ebd5ac;
    }

    .about-title:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 350px;
        width: 200px;
        height: 2px;
        background-color: #ebd5ac;
    }

.about-tcn {
    font-size: 24px;
}

.about-ten {
    font-size: 16px;
}

.about-cont {
    line-height: 24px;
    font-size: 14px;
    color: #373a49;
    text-indent: 32px;
    padding: 40px;
    box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
    -webkit-box-shadow: 2px 2px 15px rgba(230, 233, 238, 0.8);
}

    .about-cont p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 28px;
        text-indent: 2em;
    }

.about-img {
    height: 283px;
    position: relative;
    z-index: 2;
}

    .about-img img {
        position: absolute;
        top: -60px;
        right: 0;
    }

.dynamic {
    padding: 20px;
    padding-top: 40px;
}

    .dynamic img {
        width: 100%;
        max-width: 605px;
    }

.dynamic-news {
    background-color: #fff;
    padding: 10px 20px;
}

    .dynamic-news li:last-child {
        padding-top: 16px;
    }

    .dynamic-news li {
        position: relative;
        padding-bottom: 10px;
    }

        .dynamic-news li:after {
            content: '';
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #eee;
        }

        .dynamic-news li:hover .dynamic-title {
            color: #b59d46;
        }

.dynamic-title {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #373a49;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic-time {
    line-height: 30px;
    font-family: PingFang SC, Arial;
    font-size: 14px;
    color: #999;
}

.dynamic-cont {
    height: 32px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dynamic-btn {
    height: 40px;
    line-height: 20px;
    color: #373a49;
    border: 1px solid #dedede;
    padding: 10px 40px;
    display: inline-block;
    margin: 10px 0;
    box-sizing: border-box;
}

    .dynamic-btn:hover {
        background-color: #373a49;
        color: #fff;
    }

.line-hr {
    padding-top: 50px;
}

.link-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.logo-images img {
    margin-top: 20px;
}


.link {
    width: 230px;
    height: 60px;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 40px;
    display: inline-block;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
}

.link-img, .link-name {
    width: 100px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    position: relative;
}

.link-name {
    overflow: visible;
    float: right;
}

    .link-name:after {
        content: '';
        position: absolute;
        left: -6px;
        top: 8px;
        bottom: 8px;
        width: 2px;
        background-color: #30323f;
    }

.link-img img {
    position: absolute;
    top: -40px;
    left: 0;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
}

.link:hover {
    background-color: #30323f;
}

    .link:hover .link-img img {
        top: 0;
    }

    .link:hover .link-name {
        color: #fff;
    }

        .link:hover .link-name:after {
            background-color: #fff;
        }





/*重要通知样式*/


.obtn {
    width: 32px;
    background: url(images/img3-5_1.png) no-repeat;
    height: 139px;
    position: absolute;
    top: 80px;
    right: 0px;
}

* html .obtn {
    filter: progid:dximagetransform.microsoft.alphaimageloader(src="images/img3-5_1.png",sizingmethod='crop');
    width: 32px;
    background: none transparent scroll repeat 0% 0%;
    height: 139px;
}

* + html .obtn {
    width: 32px;
    background: url(images/img3-5_1.png) no-repeat;
    height: 139px;
}



#noticeMsg {
    width: 260px;
    height: 300px;
    z-index: 9999;
}

.msgList {
    background: #ededed;
    width: 0px;
    height: 300px;
    position: relative;
    left: 260px;
    overflow: hidden;
    /*border: 3px solid #cead74;
        border-right: 0px;*/
}

    .msgList ul {
        padding: 10px;
        margin: 0;
    }

        .msgList ul li {
            line-height: 26px;
            padding-left: 5px;
            list-style: disc;
            list-style-position: inside;
            color: #333;
        }

            .msgList ul li a {
                color: #333;
            }

            .msgList ul li:first-child {
                padding-left: 0px;
                list-style: none;
                font-weight: bold;
            }
