﻿body {
    color: #333;
    font-size: 16px;
}

.whitelink a:hover {
    color: white !important;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*限制幻灯片高度*/
.carousel {
    height: 500px;
}

    .carousel .item {
        height: 500px;
    }
    /*图片可跟随窗口缩放*/
    .carousel img {
        width: 100%;
        height: 500px;
        margin: 0 auto;
    }

.head {
    width: 100%;
}

.head-top {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.head-top-left {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 22pt;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #182f8f;
}

.head-top-right {
    float: right;
    margin-right: 20px;
    line-height: 80px;
}

.ppt-bottons {
    margin-right: 50% !important;
    top: 450px !important;
}

    .ppt-bottons li {
        width: 20px !important;
        height: 20px !important;
        border-radius: 20px !important;
        background-color: rgba(0,0,0,0.5) !important;
        cursor: pointer;
    }

    .ppt-bottons .active {
        background-color: rgba(255,0, 0,0.9) !important;
    }

.head-bottom {
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 100%;
    text-align: center;
}

.head-bottom-menu {
    padding-top: 20px;
    width: 880px;
    display: block;
    margin: 0 auto;
}

    .head-bottom-menu ul li {
        float: left;
        width: 120px;
        background-color: white;
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        margin-left: 5px;
        border-radius: 5px !important;
        box-shadow: 5px 5px 5px rgba(0, 0, 0,0.1);
        font-size: 18px;
        font-weight: 600;
    }

        .head-bottom-menu ul li:hover {
            background-color: #182f8f;
            cursor: pointer;
            color: white;
        }

    .head-bottom-menu a {
        display: block;
        width: 100%;
        height: 100%;
    }


#carousel-example-generic, .item {
    margin-bottom: 0px !important;
}

.content {
    width: 1250px;
    padding: 40px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    font-size: 16px;
}

    .content img {
        max-width: 90%;
        clear: both;
        display: block;
        margin: auto;
    }

.content-container {
    margin-top: 20px;
    background-color: white;
}

.zhibozhongxin {
    margin-top: 20px;
}

    .zhibozhongxin img {
        width: 390px;
        height: 219px;
    }

.container-title {
    width: 100%;
    height: 40px;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0,0.1);
}

    .container-title div {
        float: left;
        position: absolute;
    }

.container-title-left {
    left: 0px;
    bottom: -2px;
    border-bottom: 2px solid #333;
    text-wrap: none;
    text-indent: 10px;
    font-size: 22px;
    font-weight: 800;
    color: #333;
    line-height: 40px;
}

.container-title-icon {
    /*    width: 50px;
    height: 40px;
    background-image: url(../../Content/Images/icon.png);
    background-repeat: no-repeat;
    background-position: -50px -63px;*/
}

.container-nav {
    right: 100px;
}

    .container-nav li {
        line-height: 40px;
        margin-right: 20px;
        font-size: 16px;
        color: #808080;
    }

.container-title-right {
    right: 0px;
    bottom: 10px;
    padding: 2px 5px;
    background-color: #182f8f;
    height: 20px;
    color: white;
    line-height: 20px;
    font-size: 14px;
}

    .container-title-right a {
        color: white !important;
    }

    .container-title-right:hover a {
        color: white !important;
        text-decoration: dashed;
    }

.container-nav li {
    float: left;
}

.container-content {
    width: 100%;
}

    .container-content li {
        float: left;
        padding: 0px;
        margin: 0px;
        border: 0px;
        margin-top: 10px;
    }

        .container-content li:nth-child(N+2) {
            /*margin-left: 15px;*/
        }


.item {
    display: block;
}

.pic {
    position: relative;
}

    .pic img {
        width: 100%;
    }

.mark-living {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0 8px 0 24px;
    font-family: MicrosoftYaHei-Bold;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    border-radius: 12px;
    background-color: #f60;
    background: url(../image/icon-playing.gif) 0 0 no-repeat;
    background-size: 100% auto;
    opacity: 1;
}

.title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #111e36;
    white-space: nowrap;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.yunzhanting {
    width: 1200px;
}

.yunzhanting-left {
    float: left;
    width: 925px;
    padding-right: 20px;
}

.yunzhanting-right {
    float: right;
    width: 255px;
}

.yunzhanting img {
    width: 220px;
    height: 165px;
}

.yunzhanting-right img {
    width: 255px;
    height: 400px;
}

.banner1 {
    padding-top: 20px;
    width: 1200px;
    overflow: hidden;
}

    .banner1 a {
        display: block;
    }

.zhaoshang {
    padding: 15px;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
}

.zhaoshang-list {
    float: left;
    width: 880px;
    padding-right: 20px;
    font-size: 16px;
}

.project-list {
    width: 100%;
    font-size: 16px;
}

.zhaoshang-tag {
    float: right;
    width: 255px;
    font-size: 16px;
    margin-top: 10px;
}

.project-tag li {
    display: block;
    border: 1px solid rgba(0, 0, 0,0.1);
    padding: 4px 4px;
    margin: 2px 4px !important;
    border-radius: 5px;
}

.relitu {
    width: 1230px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.relitu-left {
    float: left;
    width: 575px;
    padding: 15px;
    background-color: #fff;
}

.relitu-right {
    float: right;
    width: 575px;
    padding: 15px;
    background-color: #fff;
}

.youhuizhengce-list li {
    margin-left: 15px;
    padding: 9px;
    font-size: 16px;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0,0.1);
    width: 550px;
    line-height: 16px;
}



.pingtai .container-content li {
    width: 225px;
    height: 150px;
    background-color: aquamarine;
}

.pingtai .pic {
    position: relative;
    width: 225px;
    height: 150px;
}

.pingtai .container-content li p {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    width: 195px;
    margin: auto;
    line-height: 1.2em;
    text-align: center;
    left: 15px;
    top: 50px;
}

.pingtai .container-content li a {
    display: block;
    width: 100%;
    height: 100%;
}

.pingtai .container-content li img {
    width: 100%;
    height: 100%;
}

.copyright {
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 20px 0px 20px 0px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}


.live-main {
    background-color: gray;
    width: 100%;
    min-height: 800px;
    background-image: url(../image/zhibo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.live-main-top {
    width: 100%;
    position: relative;
}

.live-logo {
    position: absolute;
    left: 20px;
    top: 20px;
}

.live-title {
    width: 1042px;
    height: 217px;
    margin: 0 auto;
    padding: 20px 0 20px 0px;
}

.project-title {
    width: 1200px;
    margin: 0 auto;
}

    .project-title img {
        width: 100%;
    }

.project-list {
    padding-top: 20px;
}

    .project-list tbody tr {
        line-height: 40px;
        border-bottom: 1px dashed rgba(0, 0, 0,0.1);
    }

.project-list-nav {
    right: 0;
}

.project-index-list {
    width: 100%;
    font-size: 16px;
}

.project-list thead tr {
    border-bottom: 1px dashed rgba(0, 0, 0,0.1);
    height: 50px;
    font-weight: bold;
    line-height: 16px;
}

.content-company-list {
    min-height: 325px;
}

    .content-company-list ul li {
        float: left;
        display: inline-block;
        width: 280px;
        height: 35px;
        font-size: 16px;
        line-height: 32px;
        margin-left: 0px !important;
        margin-right: 10px;
        padding: 10px;
        background-color: #F7F7F7;
        overflow: hidden;
        word-break: break-word;
        word-wrap: break-word;
    }

        .content-company-list ul li:hover {
            background-color: #d70d19;
            color: white;
        }

        .content-company-list ul li div {
            display: block;
            width: 10px;
            height: 35px;
            background-color: #182f8f;
            float: left;
        }

        .content-company-list ul li a {
            display: block;
            text-indent: 1em;
        }

.pages {
    text-align: center;
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
}

    .pages a {
        padding: 2px;
        border: 1px solid #333333;
    }

    .pages span {
        margin-left: 20px;
    }

.content-company-name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-company-summary {
    padding: 10px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.bx-wrapper {
    margin-left: 0px;
}

.content-company-summary ul li {
    float: left;
}

.content-company-summary company-pic {
}

.content-company-summary p, .content-company-summary span {
    font-size: 16px !important;
    line-height: 32px;
    text-indent: 2em;
}

.content-company--productlist {
    width: 1250px;
    padding: 10px 0 10px 0;
}

.content-productlist a:hover {
    color: red;
    text-decoration: solid;
}

.product_thumbnail {
    width: 270px;
    height: 260px;
    margin: 10px;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-company--productlist ul li a p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 5px;
}




.zhaoshang-detail-content, .zhaoshang-detail-content p, .zhaoshang-detail-content span {
    font-size: 16px !important;
    line-height: 32px;
    text-indent: 2em;
}

.article-content p span {
    font-size: 16px !important;
    line-height: 32px;
    text-indent: 2em;
}


.content-productlist {
    width: 1250px;
    padding: 10px 0 10px 0;
}

    .content-productlist ul li a img {
        margin: 10px;
        max-height: 230px;
        max-width: 270px;
    }

    .content-productlist ul li {
        background-color: white;
        border: 1px solid rgba(0, 0, 0,0.1);
        margin: 10px;
        font-size: 14px;
    }

        .content-productlist ul li:hover {
            border: 1px solid #d70d19;
        }

        .content-productlist ul li a p {
            text-align: left;
            padding: 5px;
        }


.content-live-list {
    width: 1250px;
    padding: 10px 0 10px 0;
}

    .content-live-list ul li a img {
        margin-top: 10px;
        height: 200px;
        width: 350px;
    }

    .content-live-list ul li {
        background-color: rgba(0, 0, 0,0.1);
        margin: 15px;
        position: relative;
    }

        .content-live-list ul li a p {
            width: 100%;
            font-size: 16px;
            text-align: center;
            padding: 5px;
        }

        .content-live-list ul li div {
            position: absolute;
            top: 30px;
            right: 40px;
            background-color: red;
            color: white;
            padding: 5px;
            font-weight: bold;
        }


.bx-prev, .bx-next {
    display: block;
    width: 100%;
    height: 100%;
}


.div_vbs li {
    display: inline-table;
    padding: 10px;
    background-color: rgba(0,133,199,0.9);
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 20px;
    cursor: pointer;
    min-width: 130px;
}

    .div_vbs li:hover {
        background-color: red;
    }

.div_vbs {
    text-align: center;
    width: 100%;
    height: 45px;
    margin-top: 20px;
}

.xiang_main {
    width: 1100px;
    margin: 0 auto;
}

.main_nav_tit {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(0,133,199,0.9);
}

    .main_nav_tit div {
        display: inline-table;
        vertical-align: middle;
    }

.main_nav_icon {
    width: 5px;
    height: 20px;
    background-color: rgba(0,133,199,0.9);
    border-radius: 2px 3px;
}

.main_nav_tits {
    font-size: 18px;
    text-align: left;
    text-indent: 0.5em;
    color: black;
    font-weight: 500;
}

.main_tits_name div {
    display: inline-table;
}

.main_tits_name {
    margin-top: 10px;
}

.main_tits_names {
    width: 120px;
    text-align: right;
    font-size: 16px;
    line-height: 2;
}

.main_tits_namein {
    text-align: left;
    font-size: 16px;
    line-height: 2;
    color: #808080;
    width: 900px;
    margin-left: 20px;
}

.company-header {
    margin-top: 100px;
    width: 100%;
}

.company-header-main {
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    height: 110px;
}

.company-header-main-left {
    float: left;
    height: 100%;
}

.company-logo {
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 20px;
    margin-top: 20px;
    background-image: url(../image/favicon.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center center;
}

.company-title {
    float: left;
    margin-top: 20px;
    width: 450px;
    height: 70px;
    margin-left: 20px;
}

    .company-title li {
        float: left;
    }

    .company-title ul {
        float: left;
        width: 100%;
    }

.company-icons li {
    height: 40px;
    padding-top: 15px;
}

.company-header-main-right {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
}

.company-nav {
    width: 100%;
    height: 50px;
    background-color: #182f8f;
}

.company-nav-main {
    width: 1200px;
    margin: 0 auto;
}

    .company-nav-main ul li {
        float: left;
        margin-left: 10px;
        font-size: 16px;
        color: white;
        height: 40px;
        line-height: 40px;
        min-width: 80px;
        text-align: center;
        margin-top: 5px;
        cursor: pointer;
        border-radius: 10px;
    }

        .company-nav-main ul li:hover {
            background-color: #142674;
        }



.div-cloudtag {
    width: 100%;
    margin-top: 10px;
    height: 250px;
    overflow: hidden;
}

    .div-cloudtag li {
        float: left;
        border-radius: 5px;
        padding: 4px 6px;
        margin: 4px 6px;
        border: 1px solid rgba(0, 0, 0,0.1);
        font-size: 14px;
        background-color: white;
        cursor: pointer;
    }

        .div-cloudtag li:hover {
            color: white;
            background-color: #182f8f;
        }

.company-product-top-left {
    float: left;
    width: 460px;
}

.company-product-top-left-image {
    width: 340px;
    height: 340px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0,0.1);
    padding: 10px;
    float: left;
}

    .company-product-top-left-image img {
        max-height: 340px;
        max-width: 340px;
        position: center center;
        vertical-align: middle;
    }



.company-product-top-left-image-thumbnail {
    width: 80px;
    float: left;
    margin-left: 10px;
    display: table-cell;
    overflow: hidden;
    text-align: center;
}

    .company-product-top-left-image-thumbnail img {
        vertical-align: middle;
        max-height: 78px;
        max-width: 78px;
    }

    .company-product-top-left-image-thumbnail ul li {
        width: 78px;
        float: left;
        height: 78px;
        border: 1px solid rgba(0, 0, 0,0.1);
        margin-top: 14px;
    }

        .company-product-top-left-image-thumbnail ul li:first-child {
            margin-top: 0px;
        }

.company-product-top-left-image-icon {
    margin-top: 20px;
    margin-left: 60px;
    float: left;
}

    .company-product-top-left-image-icon li {
        float: left;
    }

.company-product-top-right {
    float: left;
    margin-left: 20px;
    width: 750px;
}
