﻿html {
    overflow-x: hidden;
}
a {
    color: #fff;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #fff;
        text-decoration: underline;
    }

    a:hover, a:focus {
        text-decoration: none;
    }

.breadcrumb {
    padding: 15px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
}

    .breadcrumb > li > a {
        color: #666;
    }

    .breadcrumb > li + li::before {
        content: "\e258";
        padding: 0 5px;
        color: #666;
    }

/*首页-会员风采*/
.Membership_style {
    padding-bottom: 73px
}

.Membership_style_cons h3 {
    font-family: SourceHanSansCN-Regular;
    color: #9e282c;
    line-height: 64px;
}

.Membership_style_cons p {
    font-family: SourceHanSansCN-Regular;
    color:#333;
}

.Membership_style_cons .Message {
    line-height: 32px;
    color:#666;
}

.Membership_style_cons .name {
    color: #333;
}

.Membership_style_list .images-list .row .item a span {
    color: #333;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
}
.Membership_style_list .hy_list_cons {
    padding-top: 40px;
    padding-bottom:53px;
}
/*首页-会员单位*/
.MemberCenter_list > .row > .col-lg-2 > a > .img-responsive {
    border: 1px solid #ccc;
}


/*首页-新闻中心*/
.probootstrap-aside-stretch-left {
    padding: 0;
    background: #9e282c;
    padding-left: 30px;
}

    .probootstrap-aside-stretch-left::before, .probootstrap-aside-stretch-right::before {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        background: #9e282c;
        content: "";
        width: 370%;
    }

    .probootstrap-aside-stretch-left > .md-3 > ul {
        padding: 18px 0;
    }

        .probootstrap-aside-stretch-left > .md-3 > ul > li {
            padding: 22px 0;
        }

            .probootstrap-aside-stretch-left > .md-3 > ul > li > a {
                font-size: 20px;
                font-family: SourceHanSansCN-Regular;
            }

                .probootstrap-aside-stretch-left > .md-3 > ul > li > a > p {
                    font-size: 12px;
                    font-family: Arial;
                    margin: 0;
                }

.new_cons > ul {
    padding: 18px 0 0 0;
}

    .new_cons > ul > .list-group-item {
        position: relative;
        display: block;
        padding: 22px 20px 0 20px;
        margin-bottom: 0;
        background-color: #fff;
        border: none;
    }

    .new_cons > ul > li > .row {
        height: 85px;
        border-bottom: 1px solid #ededed;
    }

        .new_cons > ul > li > .row > a {
            color: #333;
            font-family: SourceHanSansCN-Regular;
        }

            .new_cons > ul > li > .row > a > h3 {
                font-size: 16px !important;
                line-height: 32px;
                margin: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

        .new_cons > ul > li > .row > p {
            color: #666666;
            font-family: SourceHanSansCN-Regular;
            font-size: 14px !important;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.new_cons {
    display: none;
}

.active {
    display: block;
}
/*联系我们*/
.probootstrap-blog-appointment {
    background: #ebebeb;
    margin-top: 100px;
    display: block;
}

.Contact_us_left {
    padding: 105px 0;
}

    .Contact_us_left > table {
        margin-left: 30px
    }

.lxrh_both > table > tbody > tr > .Contact {
    color: #9e282c;
    font-size: 48px;
    font-family: SourceHanSansCN-Regular;
    vertical-align: top;
}

.lxrh_both > table > tbody > tr > .Us {
    color: #9e282c;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    vertical-align: bottom;
    text-align: left;
}

.lxrh_both > table > tbody > .Contact_us_EN > td {
    color: #999999;
    font-family: Arial;
    font-size: 16px;
    vertical-align: top;
    text-align: left;
}

.Contact_us_left > p {
    padding: 12px 52px;
    font-family:'Microsoft YaHei UI';
    font-size: 20px
}
/*在线入会*/

.Online_Membership_right {
    /*position:relative;*/
    margin-top: -40px;
    background: #e6e6e6;
}



.probootstrap-aside-stretch-right::before {
    background: #e6e6e6;
    left: 100%;
}

.Online_Membership_right > table {
    margin-left: 40px;
    margin-top: 40px;
}

.ui-validForm {
    padding-top: 30px;
}

.form-group::before, .form-group::after {
    content: "";
    display: table
}

.form-group::after {
    clear: both
}

.form-group {
    position: relative;
    margin: 0;
    /*padding: 10px 0px;*/
}

    .form-group .control-label {
        position: absolute;
        left: 0px;
        top: 10px;
        border: 0;
    }

    .form-group .controls {
        padding-left: 50px;
    }

    .form-group .form-control {
        border: none;
        border-bottom: 1px solid #cccccc;
        width: 100%;
        height: 42px;
        border-radius: 0px;
        background: none !important;
        color: #333333 !important;
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 15px;
        -webkit-box-shadow: none;
    }

        .form-group .form-control:focus {
            border: 0;
            border-bottom: 1px solid #9e282c;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .form-group textarea.form-control {
        height: 130px
    }

    .form-group .help-block {
        display: block;
    }

.btn {
    border: 1px solid #ad7669;
    color: #fff;
    height: 35px;
    width: 120px;
    background: #9e282c;
    transition: all .5s ease-in-out;
    font-size: 16px;
    border-radius: 8px;
    margin: 40px 0;
}

    .btn:hover {
        background: #9e282c
    }

.form-group .controls-verificationCodeImage {
    position: relative;
    max-width: 400px;
    _width: 400px;
}

.form-group .lb_verificationCodeImage {
    position: absolute;
    display: inline-block;
    right: 0px;
    bottom: 0px;
    height: 32px;
    overflow: hidden
}

    .form-group .lb_verificationCodeImage img {
        height: 30px;
    }




/*新闻*/
.cons_header > .cn-title {
    float: left;
    padding: 6.5px 0;
    font-size: 30px;
    color: #333333;
}

.cons_header > .en-title {
    float: right;
}

.news-list {
    border-top: 1px solid #ccc;
}

.cons {
    padding-top: 28px
}

.news_list_cons a {
    color: #333;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 48px;
}
.news_list_cons a:hover{
color:#9e282c;
}
.news_list_cons p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    text-indent: 2em;
    line-height: 28px;
}

.news_list_cons > .news_data {
    color: #666;
    text-indent: 0;
}

.news_list_img > a > img {
    height: 100%;
}


.text-gray > a {
    color: #999;
}

    .text-gray > a:hover {
        color: #9e282c;
    }

/*分页*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #9e282c;
    border-color: #9e282c;
    cursor: default;
}
/*商会风采*/
.Elegant_demeanor_cons > .Elegant_demeanor_lists {
    background: #e6e6e6;
    padding: 0;
    margin: 20px;
}

    .Elegant_demeanor_cons > .Elegant_demeanor_lists > .Ed_lists_img {
        padding: 0
    }

    .Elegant_demeanor_cons > .Elegant_demeanor_lists > .Ed_lists_cons {
        padding: 0
    }

        .Elegant_demeanor_cons > .Elegant_demeanor_lists > .Ed_lists_cons > h3 {
            padding: 7.5px 15px 0 15px;
            color: #333;
        }

        .Elegant_demeanor_cons > .Elegant_demeanor_lists > .Ed_lists_cons > .Ed_lists_introduction {
            padding: 0px 15px;
            line-height: 28px;
            font-size: 14px;
            font-family: SourceHanSansCN-Regular;
            color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:3;
            -webkit-box-orient: vertical;
        }

.ED_more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

    .ED_more > .btn-more {
        font-size: 16px;
        font-family: SourceHanSansCN-Regular;
        color: #333
    }

        .ED_more > .btn-more:hover {
            color: #9e282c;
        }

@media (min-width:1200px) /*PC端*/ {
    /*首页-合作单位*/
    .MemberCenter_list > .row > .col-lg-2 {
        width: 18%;
        margin: 10px;
    }

    .Elegant_demeanor_cons > .col-lg-6 {
        width: 45%;
    }
    .footer_name > .container > .row > .footer_name_1 {
        width: 48%;
    }

    .footer_name > .container > .row > .footer_name_2 {
        width: 22%;
    }

    .footer_name > .container > .row > .footer_name_3 {
        width: 30%;
    }
}


    @media (min-width: 768px) and (max-width: 1200px){ /*平板*/
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .header .logo img {
        padding: 29px 0;
        padding: 40px 0;
        width: 230px;
    }
    /*首页-合作单位*/
    .MemberCenter_list > .row > .col-md-6 {
        width: 46%;
        margin: 10px;
    }

    .Elegant_demeanor_cons .col-md-6 {
        width: 44%;
    }
    /*底部*/
        .footer_name > .container > .row > .col-md-12 {
           text-align:center;
        }
        /*底部*/
      
}

@media(max-width: 768px) /*移动端*/ {
    .header .logo img {
        width: 200px;
        height: auto;
        margin: 0 15px;
    }

    .header .nav-toggle {
        height: 123px;
        line-height: 123px;
    }
    /*首页-合作单位*/
    .MemberCenter_list > .row > .col-xs-12 {
        width: 94%;
        margin: 10px;
    }
    /*首页-在线入会*/
    .Online_Membership_right > table {
        margin-left: 20px;
    }

    .form-group .controls {
        padding-left: 25px;
    }

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
    /*首页-会员风采*/
    .Membership_style h3 {
        text-align: center
    }

    .cons_header > .en-title {
        float: left;
    }

    .news_list_cons a {
        text-align: center;
    }

    .Elegant_demeanor_cons > .Elegant_demeanor_lists > .Ed_lists_cons {
        width: 45%
    }

    .Contact_us_left > p {
        padding: 15px 25px;
        font-family: SourceHanSansCN-Regular;
        font-size: 20px
    }

    /*新闻中心*/
    .news_list_img > a > img {
        margin: 0 auto;
    }

    .cons_header > .cn-title {
        float: none;
        text-align: center
    }

    .cons_header > .en-title {
        display: none;
    }
    /*商会风采*/
    .ED_more {
        bottom: 0;
        right: 30px;
    }

        .ED_more > .btn-more {
            font-size: 14px;
        }
    /*.footer_name > .container > .row >div  {
        text-align: center;
    }*/
}

.container-fluid {
    padding: 0;
}

