/*header */
.navbar {
    padding: 0;
}
.dropdown {
    position: relative;
    text-align: center;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #A9281C;
    z-index: 9999;
    list-style: none;
    height: 56px;
    white-space: nowrap;
    left: 50%;
}
.dropdown-content::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px transparent solid;
    border-top-color: #fff;
    z-index: 999;
    left: 50%;
    margin-left: -8px;
}
.dropdown-content a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 56px;
    line-height: 55px;
    padding: 0 15px;
    font-size: 16px;
}
.dropdown-content a:hover {
    color: #E7C26E;
}
.dropdown-content li {
    position: relative;
}
.dropdown-content li::before {
    content: "";
    position: absolute;
    right: 0;
    height: 17px;
    width: 1px;
    background: #fff;
    top: 20px;
}
.dropdown-content li:last-child::before {
    display: none;
}
/*.dropdown:hover .dropdown-content {*/
/*    display: none;*/
/*}*/

.dropdown:hover {
    color: #A8241C;
}
.navbar-light .navbar-nav .nav-link {
    color: #333333;
    padding: 0 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 86px;
    line-height: 85px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #A8241C;
}
.header-all {
    position: fixed;
    z-index: 99;
    background:#fff;
}
.header-hover-bg {
    display: none;
    background: #A9281C;
    height: 56px;
    width: 100%;
    position: absolute;
    bottom: -56px;
    left: 0;
}
.header-main {
    height: 86px;
    background: #fff;
    position: relative;
    z-index: 999;
/*    padding-left: 321px;*/
}
.header-left {
/*    position: absolute;
    left: 0;
    top: 13px;
    width: 274px;
    height: 61px;
    cursor: pointer;
    background: url(../images/logo.png) no-repeat center left;
    background-size: 274px;*/
    float: left;
    line-height: 86px;
}
.header-left img{
  max-height: 70px;
}
.mob-nav-icon {
    display: none;
}
@media(max-width:1199px) {
    .navbar-light .navbar-nav .nav-link{
        padding:0 15px;
    }
}
@media(max-width:1064px) {
    .navbar-light .navbar-nav .nav-link{
        padding:0 10px;
    }
    .header-left{
        padding-left:15px;
    }
    .header-left img{
        max-height:65px;
    }
}
@media(max-width:991px) {
    .mob-nav-icon {
        display: block;
    }
    .mob-nav-box {
        display: inline-block;
        width: 205px;
        position: absolute;
        right: 0;
        height: 100%;
        background: #fff;
    }
    .mob-nav-close {
        height: 60px;
        background: #fff;
        background-image: url(../images/close.png);
        background-repeat: no-repeat;
        background-position: 173px;
        background-size: 18px;
        border-bottom: 1px solid #BDBDBD;
    }
    .mob-nav-background .navbar {
        background: #fff;
        display: block;
    }
    .mob-nav-background {
        position: fixed;
        left: 0px;
        top: 0px;
        overflow: auto;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(55,55,55,.5);
        display: none;
    }
    .mob-nav-icon .fa {
        display: block;
        position: absolute;
        top: 3.5vw;
        color: #AC2B1D;
        right: 5vw;
        font-size: 6vw;
    }
    .mob-nav-background .navbar-nav .dropdown {

        border-bottom: 1px solid #BDBDBD;
    }
    .mob-nav-background .navbar-light .navbar-nav .nav-link {
        color: #131313;
        padding-left: 40px;
        text-align: left;
        height: 60px;
        line-height: 60px;
    }
    .nav-link.active {
        color: #A8241C;
        background: #AA2114;
        color: #FFFFFF;
    }
    .dropdown-content {
        position: inherit;
        height: 100%;
        left: 0;
    }
    /*.header-hover-bg {*/
    /*    background: transparent;*/
    /*}*/
    .dropdown-content li::before {
        content: none;
    }
    
    .dropdown-content::before {
        content: none;
    }
    
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
       background: #AA2114;
       color: #fff;
    }
    header{
        height:13.33333vw !important;
    }
    .header-main {
        height:13.33333vw;
    }
    
    .header-left {
        left: 4.2vw;
        top: 0;
        width: 45vw;
        height:13.33333vw;
        background-size: 45vw;
        align-items: center;
        display: flex;
    }
}
@media(max-width:640px){
    .header-left{
        line-height:52px;
        padding-left:15px;
    }
    .header-left img{
        max-height: 42px;
    }
}
/*banner*/ 
.index-swiper .swiper-slide{
    background-position:center center;
    background-size: 100% 100%
}
.carousel{
    height:565px;
}
.swiper-container {
    height: 100%;
}
.m_img{
  display: none;
}
#index-swiper img{
  display: none;
}
@media (max-width: 750px) {
    .carousel{
        height: 36vh;
    }
    .swiper-pagination-bullet-active {
   
        background: #FFFFFF;
    }
}
/*商会资讯*/
.index-def-title{
    padding-top:50px;
    position:relative;
    text-align:center;
    margin-bottom:44px;
    padding-bottom:11px;
}
.index-def-title::after{
    position:absolute;
    content:"";
    bottom:0;
    width: 52px;
    height: 4px;
    background: #A9281C;
    left:50%;
    margin-left:-26px;
}
.index-def-title .en-t{
    height: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #B8B8B8;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom:8px;
}
.index-def-title .cn-t{
    height: 38px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    padding-bottom:11px;
}

.index-news{
    padding-bottom:48px;
}
.index-news>.container{
    display:grid;
    grid-template-columns:385px 385px 385px;
    grid-column-gap:18px;
    margin-bottom:34px;
}

.i-news-item:hover .i-news-title{
    color: #A9281C;
}
.i-news-item:hover{
    background: #FFEFEE;
}
.i-news-item{
    background: #F9F9F9;
    cursor:pointer;
    display: block;
}
.i-news-item img{
    height:244px;
    width:100%;
}
.i-news-txt{
    padding:23px 20px;
    height:220px;
}
.i-news-title{
    margin-bottom:30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:49px;
}
.i-news-summary{
    max-height: 68px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index-more-btn{
    display: block;
    width: 148px;
    height: 39px;
    background: #A9281C;
    line-height:39px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF!important;
    text-align:center;
    margin:0 auto;
    transition:all .3s ease;
    cursor:pointer;
}
.index-more-btn:hover{
    opacity:.9;
}

@media (max-width: 750px) {
    .index-news {
        padding-bottom: 30px;
    }
    .index-news>.container {
        display: flex;
        margin-bottom: 30px;
        grid-column-gap: initial;
    }
    .i-news-item {
        background: #F9F9F9;
        cursor: pointer;
        width: 63vw;
    }
    .i-news-item img {
        height: 24vh;
        width: 63vw;
    }
    .i-news-item:not(:last-child) {
        margin-right: 5vw;
    }
    .mon-container {
       overflow: auto;
       width: 93%;
    }
    
    .index-swiper-grace {
        width:100%;
        height: 100%;
    }
    .index-swiper-grace .swiper-slide{
        background-position:center center;
    }
    
    .index-def-title .en-t{
        font-size: 5vw;
        height: 100%;
        margin-bottom: 0;
    }
    
    .index-def-title .cn-t {
        font-size: 6vw;
        font-weight: bold;
        height: 100%;
        padding-bottom: 0;
    }
    
    .i-news-title {
        line-height: inherit;
        font-size: 15px;
        margin-bottom: 11px;
    }
    
    .i-news-txt {
        padding: 20px 15px;
        height: 17vh;
        
    }
    
    .i-news-summary{ 
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/*真诚、务实、服务*/
.index-infomation{
    background:url(../images/infomation.jpg) no-repeat center center;
    height:400px;
}
.i-info-title{
    height: 35px;
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 38px;
    text-align:center;
    padding:108px 0 104px 0;
    width:428px;
    margin:0 auto;
    position:relative;
}
.i-info-title img{
    position:absolute;
    top:95px;
}
.i-icon-l{
    left:-37px;
}
.i-icon-r{
    right:-37px;
}
.i-info-txt{
    width:900px;
    margin:0 auto;
    text-align:center;
    height: 70px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

@media (max-width: 750px) {
    .index-infomation {
        height: auto;
        background-size: auto 100%;
    }
    .i-info-title {
        width: 100%;
        height: 20vw;
        padding:0;
        line-height:25vw;
        font-size:4.8vw;
    }
    .i-info-title img{
        top: 6.5vw;
        width: 4.9vw;
    }
    .i-icon-l {
        left: 16.2666vw;
    }
    .i-icon-r {
        right: 16.2666vw;
    }
    .i-info-txt {
        text-align: left;
        height: 100%;
        width: 100%;
        padding: 6vw 8vw;
        padding-top: 0;
        font-size:3.4vw;
        line-height:5.333vw;
    }
    .index-more-btn {
        width: 110px;
        font-size: 14px;
    }
}

/*关于湖北商会*/
.index-about{
    padding-bottom:58px;
}
.btn-lj {
    display: block;
    margin:unset;
    margin-top:62px;
}
.index-about .container{
    display:flex;
}
.i-about-txt{
    flex:1;
    padding:43px 45px 0 31px;
}
.i-about{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-indent:2em;
    text-align: justify;
}

.c_about {
    width:608px;
}

@media (max-width: 750px) {
    
    .index-about #mob-contaniner{
        display: block;
        padding: 0 40px;
        display: inline-flex;
        flex-direction: column-reverse;
    }
    .btn-lj {
        margin: auto;
        margin-top: 30px;
    }
    .container .c_about {
         width: 100%;
    }
    .container .i-about-txt {
        padding: 20px 5px 0 5px;
    }
    .i-about {
        line-height: 1.5;
        font-size: 4vw;
    }
    
    .index-about{
        padding-bottom: 10px;
        margin-bottom:10px;
        
    }
    
    
}


/*楚商风采*/
.index-grace{
    height:668px;
    position:relative;
    /*background:#000;*/
    margin-bottom: 30px;
}
.index-grace .index-def-title::after{
    background: #fff;
    left: 0;
    margin-left: 0;
}
.index-swiper-grace {
    width:100%;
    height: 100%;
}
.index-swiper-grace .swiper-slide{
    background-position:center center;
}

.index-grace .swiper-button-prev-g,.index-grace .swiper-button-next-g{
    background:#878787;
    transition:all .3s ease;
    width:42px;
    height:42px;
    border-radius:50%;
    opacity:.7;
}
.index-grace .swiper-button-prev-g{
    left:62px;
}
.index-grace .swiper-button-next-g{
    right:62px;
}
.index-grace .swiper-button-prev-g::after,.index-grace .swiper-button-next-g::after{
    font-size:16px;
}
.ig-number{
    position:absolute;
    font-size:24px;
    color:#C4C4C4;
    bottom:160px;
}
.ig-number span{
    font-size:32px;
}
.ig-txt{
    position:absolute;
    right:0;
    bottom:0;
    padding:45px 40px 40px;
    width: 570px;
    height: 332px;
    background: rgba(169,40,28,.5);
    color:#fff;
}
.ig-name{
    height: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom:35px;
}
.ig-desc{
    height: 101px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.ig-btn{
    position:absolute;
    right:40px;
    bottom:40px;
    text-align:center;
    width: 148px;
    height: 39px;
    line-height:38px;
    font-size: 16px;
    font-weight:bold;
    background: #FFFFFF80;
    cursor:pointer;
}
.ig-user{
    position:absolute;
    left:0;
    bottom:284px;
    height:153px;
    padding-top:33px;
    width:293px;
    padding-left:33px;
    color:#fff;
    background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
}
.ig-username{
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    padding-bottom:33px;
    box-sizing: content-box;
}
.ig-userjob{
    height: 21px;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
}

.index-grace .grace_box_en_t, .index-grace .grace_box_cn_t {
    color:#fff;
}


.grace_box_title{
    text-align:left;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:44
}

.pagination1 {
    display: none;
}

 @media (max-width: 750px) {
    .grace_box_title {
        position: inherit;
        text-align: center;
    }
    .index-def-title {
        padding-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .index-grace {
        background-color: #FFFF;
        height: calc(43vh + 130px);
        margin-bottom: 0;
    }
    .index-grace .grace_box_en_t {
        color: #B8B8B8;
    }
    .index-grace .grace_box_cn_t {
        color: #333333;
    }
    
    .index-grace .index-def-title::after{
        background: #A9281C;
        left: 50%;
        margin-left: -26px;
   }
   
   .ig-user{
        position: absolute;
        left: 22px;
        bottom: 26vh;
        padding-top: 2vh;
        width: 30vw;
        height: 13vh;
        padding-left: 15px;
        color: #fff;
        background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    }
    
    .ig-number {
        padding-left: 22px;
        bottom: 8vh;
        font-size: 4vw;
    }
    
    .ig-number span {
        font-size: 6vw;
    }
    
    
    .index-swiper-grace .swiper-slide{
        background-size: cover;
        height: 43vh;
    }
    
    .container .ig-txt {
        padding: 15px 20px;
        width: 76vw;
        height: 14vh;
    }
    
    .ig-desc {
        font-size: 3vw;
        height: auto;
        overflow: hidden;
        line-height: inherit;
        width: 60vw;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .ig-name {
        margin-bottom: 10px;
        font-size: 4vw;
        height: auto;
        line-height: inherit;
        white-space: nowrap;/*内容超宽后禁止换行显示*/
        width: 60vw;
        overflow: hidden;/*超出部分隐藏*/
        text-overflow:ellipsis;/*文字超出部分以省略号显示*/
    }
    
    .ig-username { 
        font-size: 5vw;
        font-weight: 400;
        padding-bottom: 3px;
        line-height: initial;
    }
    
    .ig-btn {
        display: none;
    }
    
    
    .ig-userjob {
        color: #D1D1D1;
        font-size: 3vw;
        font-weight: 400;
        line-height: initial;
        height: auto;
    }
    
    .index-grace .swiper-button-prev, .index-grace .swiper-button-next {
        display: none;
    }
    .pagination1{
        display: block;
        position:relative;
        top: -21px;
    }
    .pagination1 .swiper-pagination-bullet-active {
        background: #A9281C;
    }
    
    .index-swiper-grace .swiper-wrapper{
        height:auto;
    }
    .swiper-pagination-bullet {
        background: #E0E0E0;
        
    }
 }


/*近期活动*/
.index-activity{
    padding-bottom:58px;
    margin-bottom: 30px;
    background: rgba(248, 248, 248, .6);
}
.index-activity .container{
    display:flex;
}
.index-activity{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.swiper-activity{
    width: 100%;
    height: 100%;
    margin-bottom: 36px;
}
.swiper-activity .swiper-slide img,
.swiper-activity .swiper-slide div{
    width:100%;
    height:100%;
    /*transition:all .3s ease;*/
    /*transform:scale(.84);*/
}
.swiper-activity .swiper-slide div{
    height:48px;
    position:absolute;
    bottom:0;
    left:0;
    background:rgba(0, 0, 0, .5);
    color:#fff;
    font-size:18px;
    text-align:center;
    padding:0 8px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    z-index:33;
    line-height:47px;
}
.container-fluid .swiper-slide{
    width: 385px;
    height: 266px;
    cursor:pointer;
}
.container-fluid .swiper-slide-active img,
.container-fluid .swiper-slide-active div{
    transform:scale(1);
}
.container-fluid .swiper-slide-active div{
    bottom:0;
}
.container-fluid .swiper-button-prev, .container-fluid .swiper-button-next{
    background:#000;
    transition:all .3s ease;
    width:42px;
    height:42px;
    border-radius:50%;
    opacity:.7;
}
.container-fluid .swiper-button-prev{
   position: absolute;
   left: calc(50% - 660px);
}
.container-fluid .swiper-button-next{
     position: absolute;
    right:calc(50% - 660px);
}
.container-fluid .swiper-button-prev::after, .container-fluid .swiper-button-next::after{
    font-size:16px;
}

@media (max-width: 750px) {
    .index-activity{
        padding-bottom: 30px;
        margin-top: 10px;
    }
    .index-activity .container{
        display:block;
    }
    
    .mob-index-about .container {
        padding: 0;
        display: flex;
        margin-bottom: 30px;
        grid-column-gap: initial;
    }
    .mob-index-about .container-fluid {
        display: none;
    }
    .mob-index-about .mon-container .i-news-item {
        cursor: pointer;
        width: 65vw;
        background: rgba(240, 240, 240, 0.6);
    }
 
    .mob-index-about .mon-container .i-news-item img {
        height: 17vh;
        width: 65vw;
    }
    
    .mob-index-about .mon-container .act-nanme {
        text-align: center;
        height: 4vh;
        line-height: 4vh;
        font-weight: 400;
        font-size: 15px;
        

    }
}

/*footer*/
.f_link{
  margin:10px 0;
}
.msfooter {
    background: #f2f2f2;
}

.footer-all {
    padding: 70px 0 24px;
}

.footer-main {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
}

.copyright {
    font-size: 14px;
    text-align:center;
}

.footer-nav {
    padding-left: 67px;
    width: 660px;
    font-size: 16px;
    padding-top: 30px;
    display: flex;
}

.footer-nav a {
    display: block;
    padding: 0 13px;
    position: relative;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    color: #666;
}

.footer-nav a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #333;
    right: 0;
}

.footer-nav a:last-child::before {
    display: none;
}

.footer-qrcode {
    display: flex;
}
.f-qrcode1 img {
    width: 123px;
    height: 123px;
    margin-bottom: 20px;
/*    margin-right: 23px;*/
}
.f-qrcode2 img {
    width: 123px;
    height: 123px;
    margin-bottom: 20px;
}

.f-qrcode1 div {
    font-size: 14px;
    text-align: center;
}
.f-qrcode2 div {
    font-size: 14px;
    text-align: center;
}
.footer-main>img {
    max-width: 300px;
    max-height: 65px;
}
@media(max-width:750px){
    .footer-all {
        padding:6vw 0;
    }
    .footer-main {
        flex-flow: column;
        align-items: center;
        padding-bottom: 11px;
    }
    .footer-nav {
         padding-left: 0; 
         padding-bottom: 23px; 
         padding-top: 23px;
         width: 100%; 
         justify-content: center;
         font-size: unset; 
    }
    .footer-qrcode  img{
        margin-bottom:8px;
        width: 24vw;
        height: 12vh;
    }
  
    .footer-main>img {
        width: 45.2vw;
        height: unset;
    }
    
    .mob-gzh {
        display: none;
    }
    .copyright{
        width: 70vw;
        margin: 0 auto;
        word-break: keep-all;
    }
}

/*右侧浮窗*/
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../../images/r_i1_h2.png) no-repeat 10px center #A9281C;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}


@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 820px){
    .online-server{
        right:0px;
    }
}
@media(max-width: 750px){
    .online-server{
        display: none;
    }
}


.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#dbdbdb 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#A9281C;color:#fff; text-decoration:none;border:#A9281C 1px solid;}
.pageController .currPage {background-color: #A9281C;color:#fff;border:#A9281C 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #A9281C;
    vertical-align: middle;
    border: 1px solid #A9281C; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}
.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #A9281C;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:56px;
    }
}


.container-fluidbanne {
    height: 250px;
    margin-bottom:12px;
}  
@media (max-width: 750px){
    
    .container-fluidbanne{
        height:23.3vw!important;
        background-size: 100% 100% !important;
        /*background-position-x: -50vw!important;*/
    }
    .pageright-main {
         padding: 0 5vw;
    }
    
}

.cl-breadcrumb-nav{
    margin-bottom:12px;
}
.cl-breadcrumb-nav .cc{
  color: #A9281C;
}
.article-content{
  padding-top:14px;
}
@media(max-width:750px) {
    .art-title {
        line-height: initial;
    }
    
    .pageright-box .pageright-main {
         padding: 0 15px;
    }
}
.right-card{
    width:200px;
}
.right-card-main{
  width: 100%;
  position: relative;
}
.rc-title{
  color:#fff;
  text-align:center;
  line-height:43px;
  font-size:16px;
}
.r-c-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background: #A9281C;
}
.right-card-nav li{
  position: relative;
  height: 50px;
  line-height:49px;
  font-size: 14px;
  cursor: pointer;
}
.right-card-nav{
  position: relative;
  z-index: 33;
  padding: 0 8px;
}
.right-card-nav-list{
  position: relative;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  padding: 0 14px;
  z-index: 33;
  background:#fff;
}
.right-card-nav li::after{
  position: absolute;
  content:"";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px dotted #E6E6E6;
}
.right-card-nav .fa{
  float:right;
  color: #D3D3D3;
  line-height:49px;
}
.right-card-nav li:last-child::after{
  display: none;
}
.right-card-nav li:hover,
.right-card-nav li:hover a,
.right-card-nav li:hover .fa,
.right-card-nav li.active,
.right-card-nav li.active .fa{
  color: #A9281C;
}
.right-card-nav li:hover::before,
.right-card-nav li.active::before{
  position: absolute;
  content:"";
  height: 18px;
  width:3px;
  left: -14px;
  top:16px;
  background:#A9281C;
} 
.right-card-nav-list li.active a{
  color: #A9281C;
}
.right-card-nav-list li a{
  display: block;
}
@media(max-width:750px){
    .right-card {
        width: 100vw;
    }
}
/*领导班子*/
.grace-more{
    display:none;
    position:absolute;
    bottom:0;
    text-align:center;
    color:#A9281C;
    line-height:45px;
    background-image:linear-;
    width:100%;
}
.grace-list {
    position:relative;
    padding-bottom:20px;
    /*max-height:2450px;*/
    /*overflow:hidden;*/
    display: none;
}
.grace-outer {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:39px;
}
.grace-outer-title{
    width:100%;
    text-align:center;
    padding-bottom:27px;
}
.grace-outer-title>span{
    display:inline-block;
    min-width: 114px;
    line-height: 40px;
    background: #A9281C;
    border-radius: 20px;
    text-align:center;
    
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.grace-list-item:nth-child(4n + 1) .grace-item{
  margin-right: 0;
}
.grace-item{
    height:266px;
    width:228px;
    padding:12px 15px 0 15px;
    border-radius:5px;
    border: 1px solid #F3F3F3;
    transition:all .3s ease;
    margin:0 20px 18px 0;
    box-shadow: 5px 5px 8px #FBFBFB;
}
.grace-item:hover{
    box-shadow:#eee 0 0 5px;
    border: 1px solid #A9281C;
}
.grace-company{
    height: 19px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
}
.grace-cover{
    width:151px;
    height:174px;
    overflow:hidden;
    margin:0 auto 13px auto;
}
.grace-cover img{
    width:100%;
    height:100%;
    /*border-top-right-radius:30px;*/
    /*border-bottom-left-radius:30px;*/
}
.grace-name{
    font-size: 14px;
    margin-bottom:12px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
}

@media(max-width:750px){
    .grace-outer-title>span{
        width:100% !important;
    }
    .grace-item{
        margin-right:0;
    }
}

.grace-search {
    padding-bottom:28px;
}
.grace-search .grace-btn{
    display:inline-block;
    width: 98px;
    height: 34px;
    background: #F8F8F8;
    border-radius: 5px;
    color:#666;
    text-align:center;
    line-height:33px;
    cursor:pointer;
    margin-right:20px;
}
.grace-search .grace-btn.active{
    background: #FFF2F1;
    color:#A9281C;
}

.grace-item{
    height:288px;
}

.grace-name2{
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
}
.box1{
    width: 100%;
    display: flex;
    justify-content: center;    
}
@media (max-width: 991px){
        .grace-item {
        /*width: auto;*/
        margin:0 auto 20px!important;
    }
}
@media (max-width: 750px) {
    .grace-outer {
        display: block
    }

}
 

/*入会申请*/
.application .control-label{
    width:118px;
}
.application .form-btn-group{
    padding-left:118px;
}

/*.art-card{
  display: block;
}*/
@media(max-width:750px){

    .form-flex .control-box {
        flex: 1;
    }
/*会员风采*/
    .pagination{
        margin-bottom:10px;
    }
    .art-card{
        padding:10px 10px 10px 0;
        min-height:21vw;
    }
    .c-content::after{
        display:none;
    }
    .c-time{
        width:18vw;
    }
    .c-year{
        font-size:4.8vw;
        margin-bottom:1.5vw;
    }
    .c-month{
        font-size:4vw;
    }
    .c-content {
        padding-right: 2vw;
    }
    .c-title {
        margin-bottom: 8px;
        max-height: 11.3vw;
        overflow: hidden;
        font-size: 4.8vw;
    }
    .c-summary{
        font-size:3vw;
    }
    
}


/*联系我们*/
.contact-flex{
    display:flex;
    justify-content: space-between;
    padding-bottom:26px;
}
.contact-item{
  padding-top:40px;
  width: 310px;
  height:180px;
  border: 1px solid #ededed;
  font-size: 14px;
  text-align: center;
}
.contact-item img{
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.contact-item .ci1{
    width:auto;
    height:auto;
    margin-bottom:10px;
}
.contact-item span{
  display: block;
  height: 40px;
  line-height: 26px;
}
.contact-map{
    text-align:center;
}
.map-iframe{
    width:942px;height:502px;
}

@media(max-width:750px){
    .contact-flex{
        display:block;
    }
    .contact-item{
        width:100%;
        padding-top:10px;
        padding-bottom:10px;
        height:unset;
    }
  .contact-item img{
    margin-bottom: 12px;
  }
  .contact-item .ci1{
    margin-bottom: 12px;
  }
  .contact-item span{
      height:unset;
  }
  .map-iframe{
      width:100%;height:702px;
  }
  .contact-map {
      display: none;
  }
}
