body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.none {
    display: none;
}

/*首页*/
.swiper-container {
    height: 660px;
    padding-top: 80px;
}

.box_main_count {
    padding: 50px 0;
    overflow: hidden;
}

.list-index-count {
    float: left;
    width: 24.9%;
    margin-right: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.list-index-count:nth-of-type(4n) {
    border: none;
}

.list-index-count .box {
    position: relative;
    display: block;
    overflow: hidden;
}

.list-index-count .color {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 1000px;
    transition: 0.5s
}

.list-index-count:hover .color {
    background: rgba(0, 0, 0, 0);
    transform: scale(1.0) rotatez(0deg);
    bottom: 0;
    opacity: 0;
}

.list-index-count .position {
    position: relative;
    top: 0;
    width: 80%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    color: #666;
    padding: 0 10%;
    z-index: 1;
}

.list-index-count:hover .position {
    opacity: 1;
}

.list-index-count .font_01 {
    font-size: 50px;
    line-height: 1.2;
    transition: 0.5s
}

.list-index-count:hover .font_01 {
    color: #ba2c28;
    opacity: 1;
}

.list-index-count .font_01 sup {
    font-size: 14px;
}

.list-index-count .font_03 {
    text-align: center;
    display: block;
    opacity: 1;
    transition: 0.5s
}

.list-index-count:hover .font_03 {
    display: block;
    opacity: 1;
}

.news-box {
    padding: 30px 2%;
    overflow: hidden;
}

.news-box .news {
    float: left;
    width: 20%;
    margin-left: 4%;
    background: #f1f1f1;
}

.news-box .news img {
    display: block;
    width: 100%;
    height: 180px;
    margin: 0;
}

.news-box .news .title {
    display: block;
    font-size: 16px;
    color: #323232;
    padding: 0 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box .news .detail {
    display: block;
    height: 106px;
    padding: 0 10%;
    font-size: 14px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media all and (max-width: 1024px) {

    .list-index-count .position {
        padding: 8px 0;
    }

    .list-index-count {
        width: 49.8%;
        margin-right: 0;
    }

    .list-index-count:nth-of-type(2n) {
        margin-right: 0;
        border-right: 0
    }

    .list-index-count .box img {
        width: 250%
    }

    .list-index-count .font_01 {
        font-size: 30px
    }

    .list-index-count .font_01 sup {
        font-size: 16px;
    }

    .news-box .news {
        width: 44%;
        margin-top: 20px;
    }

    .news-box .news img {
        height: 80px;
    }
}

/*首页*/

/*关于商会*/
.main {
    padding: 100px 0 20px;
    background: #eee;
}

.main .banner-box {
    position: relative;
    width: 100%;
    height: 384px;
    overflow: hidden;
}

.main .banner-box .banner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.main .nav-box {
    width: 100%;
    background: #fff;
}

.main .nav {
    width: 1180px;
    height: 72px;
    margin: 0 auto;
}

.main .nav .sp {
    float: left;
    width: 172px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.main .nav .sp.checked, .main .nav .sp:hover {
    background: #ba2c28;
    color: #fff;
}

.main .leader-box {
    padding: 30px 4%;
    overflow: hidden;
}

.main .leader-box .leader {
    float: left;
    width: 30%;
    background: #fff;
    border-radius: 6px;
    margin: 20px 0 0 3%;
    padding: 24px 0;
}

.main .leader-box .leader .img {
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
}

.main .leader-box .leader .name {
    font-size: 16px;
    color: #323232;
    text-align: center;
    margin: 16px 0 6px;
}

.main .leader-box .leader .duty {
    font-size: 12px;
    color: #858585;
    text-align: center;
    line-height: 16px;
    margin: 0;
}

.main .leader-box .leader .border {
    display: block;
    width: 70%;
    height: 1px;
    background: #ebebeb;
    margin: 10px auto 12px;
}

.main .leader-box .leader .detail {
    width: 66%;
    height: 52px;
    font-size: 12px;
    color: #858585;
    text-align: center;
    margin: 0 auto;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main .leader-box .leader:hover {
    background: #ba2c28;
}

.main .leader-box .leader:hover p {
    color: #fff;
}

.tcdPageCode {
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
}

.tcdPageCode span, .tcdPageCode a {
    padding: 6px 8px;
    background: #fff;
    margin-left: 6px;
}

.tcdPageCode .current {
    color: #fff;
    background: #ba2c28;
}

.main .sh-about {
    width: 90%;
    padding: 2%;
    background: #fff;
    margin: 30px auto;
}

.main .sh-about .title {
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #323232;
    font-weight: 600;
}

.main .sh-about .title:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;

    width: 36px;
    height: 4px;

    margin: -2px 0 0 -18px;
    border-radius: 2px;
    background: #ba2c28;
}

.main .sh-about img {
    display: block;
    max-width: 98%;
    margin: 10px auto;
}

.main .sh-about .p, .sh-about p {
    font-size: 16px;
}

.main .sh-honor .honor-box {
    width: 90%;
    overflow: hidden;
    margin: 30px auto 20px;
}

.main .sh-honor .honor-box .honor {
    float: left;
    width: 20%;
    margin: 0 0 20px 4%;
    position: relative;
    padding-top: 180px;
}

.main .sh-honor .honor-box .honor .head-img {
    width: 100%;
    height: 180px;
    margin-bottom: -7px;
    position: absolute;
    left: 0;
    top: 0;
}

.main .sh-honor .honor-box .honor .p {
    height: 80px;
    text-align: center;
    background: #fff;
    padding-top: 20px;
    margin: 0;
}

.main .sh-honor .honor-box .honor:hover .p {
    background: #ba2c28;
}

.main .sh-honor .honor-box .honor .p span {
    max-width: 80%;
    text-align: left;
    margin: 0 10%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main .sh-honor .honor-box .honor .p .name {
    font-size: 18px;
    margin: -4px 0 0;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .sh-honor .honor-box .honor .p .detail {
    font-size: 14px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 auto;
}

.main .sh-honor .honor-box .honor.company-mien .p {
    height: 110px;
    text-align: left;
    border-top: 2px solid #f1f1f1;
    padding: 14px 0 0 10%;
}

.main .sh-honor .honor-box .honor.company-mien .p .detail {
    margin: 0;
}

.main .sh-honor .honor-box .company-mien .p .url {
    font-size: 12px;
    color: #999;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .sh-honor .honor-box .honor:hover .p span {
    color: #fff;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11111;
    background: rgba(0, 0, 0, .4);
}

.mask .leader-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 624px;
    margin: -312px 0 0 -600px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.mask .leader-box .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    background: url("../image/close.png") no-repeat;
    cursor: pointer;
}

.mask .leader-box .head-img {
    float: right;
    width: 450px;
    height: 450px;
    margin: 92px 56px 0 0;
}

.mask .leader-box .detail-box {
    float: right;
    width: 580px;
    margin: 100px 60px 0 0;
}

.mask .leader-box .detail-box .name {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.mask .leader-box .detail-box .duty {
    font-size: 14px;
    color: #666;
    margin: 10px 0 0;
}

.mask .leader-box .detail-box .detail {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 14px;
    color: #666;
}


.main .sh-about.company-mien-detail img {
    width: auto;
    max-width: 100%;
}

.mask-img{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11111;
    background: rgba(0, 0, 0, .4);
}
.mask-img .img-box{
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.mask-img .img-box .img{
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
}
.mask-img .img-box .img img{
    width: 50%;
}

@media all and (max-width: 1024px) {
    .main {
        padding-top: 80px;
    }

    .main .banner-box {
        height: auto;
    }

    .main .banner-box .banner {
        position: relative;
    }

    .main .nav-box {
        height: auto;
        margin-top: -8px;
        overflow: hidden;
    }

    .main .nav {
        width: 100%;
        height: auto;
    }

    .main .nav .sp {
        width: 33.3%;
        height: 40px;
        line-height: 40px;
    }

    .main .leader-box {
        padding-top: 16px;
    }

    .main .leader-box .leader {
        width: 46%;
    }

    .main .leader-box .leader .img {
        width: 112px;
        height: 112px;
    }

    .main .leader-box .leader .name {
        margin: 10px auto 2px;
    }

    .main .leader-box .leader .detail {
        height: 40px;
        line-height: 20px;
    }

    .main .sh-honor .honor-box .honor {
        float: left;
        width: 44%;
        margin: 0 0 20px 4%;
    }

    .tcdPageCode span, .tcdPageCode a {
        padding: 6px 3px;
        background: #fff;
        margin-left: 6px;
    }

    .mask .leader-box {
        position: absolute;
        top: 20%;
        right: 10%;
        bottom: 20%;
        left: 10%;
        margin: 0;
        width: auto;
        height: auto;
        background: #fff;
        border-radius: 10px;
    }

    .mask .leader-box .head-img {
        float: right;
        width: 80%;
        /*height: auto;*/
        height: 240px;
        margin: 20px 10% 0 0;
    }

    .mask .leader-box .detail-box {
        float: right;
        width: 80%;
        margin: 20px 10%;
    }

    .mask .leader-box .detail-box .detail {
        margin: 10px 0 0;
        height: auto;
    }

    .main .sh-honor .honor-box .honor{
        padding-top: 90px;
    }
    .main .sh-honor .honor-box .honor .head-img{
        height: 90px;
    }
    .mask-img .img-box .img img{
        width: 100%;
    }
}

/*关于商会*/

/*联系商会*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
#map_iframe{
    width: 100%;
    height: 360px;
}

/*联系商会*/

/*新闻详情页*/
.main .sh-about .title-box{
    width: 100%;
    overflow: hidden;
}
.main .sh-about .title-box .time{
    float: left;
    width: 18%;
    font-size: 12px;
    color: #999;
}
.main .sh-about .title-box .title{
    float: left;
    width: 64%;
    font-size: 24px;
}
.main .sh-about .title-box .title:after{
    content: '';
    width: 0;
    height: 0;
}
.main .sh-about .title-box .look-num{
    float: right;
    width: 18%;
    text-align: right;
    font-size: 12px;
    color: #999;
}
.main .switch-box{
    width: 100%;
    overflow: hidden;
}
.main .switch-box .prev-radio{
    float: left;
    width: 29.3%;
    padding: 0 2%;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .switch-box .back-news{
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.main .switch-box .next-radio{
    float: right;
    width: 29.3%;
    padding: 0 2%;
    text-align: right;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media all and (max-width: 1024px){
    .main .sh-about .title-box .time,
    .main .sh-about .title-box .title,
    .main .sh-about .title-box .look-num{
        width: 100%;
        text-align: left;
    }
}
/*新闻详情页*/

/*会企风采详情页*/
.main .sh-about .title-box .company-img{
    width: 450px;
    height: 120px;
    margin: 0;
}
.main .sh-about.company-mien-detail .title-box:first-child{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.main .sh-about.company-mien-detail .title-box:last-child{
    border-top: 1px solid #eee;
    margin-top: 30px;
}
/*会企风采详情页*/



/*联系我们*/
.main .sh-about .us-detail{
    width: 99%;
    margin: 0 auto;
    overflow: hidden;
}
.main .sh-about .us-detail img{
    float: right;
    width: 60%;
    margin-right: 1%;
}
.main .sh-about .us-detail .detail-box{
    float: right;
    width: 38%;
}
.main .sh-about .us-detail .detail-box .name{
    color: #000;
}
.main .sh-about .us-detail .detail-box .detail{}
@media all and (max-width: 1024px){
    .main .sh-about .us-detail img,.main .sh-about .us-detail .detail-box{
        width: 100%;
    }
}
/*联系我们*/

.main .sh-about .title-box .name{
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

@media all and (max-width: 1024px) {

    .swiper-container{
        height: 150px;
    }
}