@import url('https://fonts.googleapis.com/css?family=Lora|Mukta+Mahee:400,500,600,700');

body {
    font-family: 'Mukta Mahee', sans-serif;
    color: #555;
    font-size: 14px;
    overflow-x: hidden;
    min-width: 1140px;
    margin: 0 auto;
}

a {
    text-decoration: none !important;
    color: #555;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
p {
    margin: 0;
    letter-spacing: 1px;
}

a:hover {
    color: #ffffff;
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Lora', serif;
}
.main-slider {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    min-width: 1140px;
    overflow: hidden;
}

.btn {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    font-weight: 600;
    padding: .6rem .8rem;
}

.btn-outline-custom {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}

.btn-outline-custom.active,.btn-outline-custom:hover, .btn-outline-custom:active, .show>.btn-outline-custom.dropdown-toggle {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-custom.focus, .btn-outline-custom:focus {
    box-shadow: none;
}

.btn-read-more {
    color: #333;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline !important;
}
.search-btn {
    background: #BB0805;
    color: #ffffff;
    border: none;
    height: 38px;
    width: 100px;
    font-size: 18px;
    font-weight: 500;
}

/**************** header css start*****************/
#header {
    height: 150px;
}
.logo-box {
    background-image: url("../images/header.png");
    text-align: center;
    position: relative;
    width: 100%;
    height: 90px;
}
.logo-title {
    display: flex;
    justify-content: center;
    height: 90px;
}
.logo-title img {
    width: 85px;
    height: 90px;
    position: absolute;
    left: 80px;
    top: 0;
}
.logo-title span {
    color: #BB0805;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1.6em;
    padding-left: 1.6em;
    font-family: 楷体;
}
@media (max-width: 1200px) {
    .logo-title img {
        left: 20px;
    }
    .logo-title span {
        letter-spacing: 1.2em;
        padding-left: 1.2em;
    }
}
@media ( max-width: 1368px ) and (min-width: 1200px) {
    .logo-title img {
        left: 40px;
    }
    .logo-title span {
        letter-spacing: 1.4em;
        padding-left: 1.4em;
    }
}
.logo-box > .top-btn-box {
    position: absolute;
    right: 80px;
    top: 10px;
    color: #BB0805;
    font-size: 10px;
}
.logo-box > .top-btn-box > .top-btn {
    color: #BB0805;
}
.logo-box > .top-btn-box > .top-btn:first-child::after {
    content: '|';
    padding: 0 5px;
}
#topNav {
    z-index: 1030;
    background-color: #BB0805;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 60px;
    line-height: 60px;
    margin-bottom: 1px;
}

#topNav .navigation-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#topNav .navigation-menu > li {
    display: flex;
    position: relative;
    margin: 0 3px;
    padding: 0 8px 0 8px;
}
#topNav .navigation-menu > li > .triangle-top {
    display: none;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 7px solid #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
 }
#topNav .navigation-menu > li > .triangle-bottom {
    display: none;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#topNav .navigation-menu > li::after{
    content: "/";
    color: #ffffff;
    padding-left: 5px;
    position: absolute;
    right: -4px;
}
#topNav .navigation-menu > li:first-child::before{
    content: "/";
    color: #ffffff;
    padding-right: 5px;
    position: absolute;
    left: -4px;
}
#topNav .navigation-menu > li > a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#topNav .navigation-menu li.active > a {
    color: #ffffff;
}
.has-drop > .drop-box {
    position: absolute;
    top: 60px;
    left: -20px;
    display: none;
    /*width: 100px;*/
    min-width: 105px;
    margin: 0;
    padding: 10px;
    z-index: 10;
    font-size: 14px;
    background: #BB0805;
}
.has-drop > .large-box {
    min-width: 145px;
    left: -30px;
}
.has-drop > .big-box {
    min-width: 175px;
    left: -45px;
}
.drop-box > .drop-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.drop-menu > .drop-item {
    font-size: 14px;
    /*padding: 5px;*/
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
.drop-menu .active-drop {
    background: #940F19;
}
.drop-menu .drop-line {
    width: 100%;
    height: 1px;
    margin: 5px 0;
}
.drop-item a {
    color: #ffffff;
}
.has-drop:hover .drop-box {
    display: block;
}


#topNav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topNav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topNav .navbar-toggle.open span {
    position: absolute;
}

#topNav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topNav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topNav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topNav .navbar-toggle.open span:hover {
    background-color: #ffffff;
}

#topNav .navbar-toggle:hover,
#topNav .navbar-toggle:focus,
#topNav .navigation-menu > li > a:hover,
#topNav .navigation-menu > li > a:focus {
    background-color: transparent;
}

@media (min-width: 992px) {
    #topNav .navigation-menu > li > a {
        /*padding-top: 25px;*/
        /*padding-bottom: 25px;*/
        min-height: 62px;
    }
    #topNav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topNav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topNav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 100px;
        /*visibility: hidden;*/
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    }
    #topNav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topNav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }
    #topNav .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topNav .navigation-menu > li .submenu li {
        position: relative;
    }
    #topNav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topNav .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0.03em;
        color: #7a7d84;
        transition: all 0.3s;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
    }

    #topNav .navigation-menu > li .submenu li a:hover,#topNav .navigation-menu .has-submenu .submenu > li:hover > a {
        color: #ffffff;
    }
    #topNav .navbar-toggle,#topNav .logo-mobile {
        display: none;
    }
    #topNav #navigation {
        display: block !important;
    }
    #topNav .navigation-menu > li:hover > a {
        color: #ffffff !important;
    }
    #topNav .navigation-menu > li:hover > .menu-arrow {
        border-color: #ffffff;
    }
    #topNav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #topNav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topNav.scroll {
        top: 0;
    }
}

/*@media (max-width: 991px) {*/
/*    .logo-box {*/
/*        display: none;*/
/*    }*/
/*    .menu-arrow {*/
/*        top: 15px;*/
/*        right: 20px;*/
/*    }*/
/*    .logo-mobile img {*/
/*        height: 70px;*/
/*        padding: 17px 0;*/
/*    }*/
/*    .logo {*/
/*        padding: 0 !important;*/
/*        line-height: 0;*/
/*    }*/

/*    #topNav .container {*/
/*        width: auto;*/
/*    }*/
/*    #topNav .navigation-menu {*/
/*        float: none;*/
/*        max-height: 400px;*/
/*        text-align: left;*/
/*    }*/
/*    #topNav .navigation-menu > li {*/
/*        display: block;*/
/*    }*/
/*    #topNav .navigation-menu > li > a {*/
/*        color: #28282e;*/
/*        !*padding: 10px 20px;*!*/
/*    }*/
/*    #topNav .navigation-menu > li > a:hover,*/
/*    #topNav .navigation-menu > li .submenu li a:hover,*/
/*    #topNav .navigation-menu > li.has-submenu.open > a,*/
/*    #topNav .menu-extras .menu-item .cart > a:hover,*/
/*    #topNav .menu-extras .menu-item .search > a:hover {*/
/*        color: #ffffff;*/
/*    }*/
/*    #topNav .navigation-menu > li > a:after {*/
/*        position: absolute;*/
/*        right: 15px;*/
/*    }*/
/*    #topNav .navigation-menu > li .submenu {*/
/*        display: none;*/
/*        list-style: none;*/
/*        padding-left: 20px;*/
/*        margin: 0;*/
/*    }*/
/*    #topNav .navigation-menu > li .submenu li a {*/
/*        display: block;*/
/*        padding: 6px 15px;*/
/*        clear: both;*/
/*        white-space: nowrap;*/
/*        font-size: 14px;*/
/*        letter-spacing: 0.03em;*/
/*        color: #7a7d84;*/
/*        transition: all 0.3s;*/
/*    }*/
/*    #topNav .navigation-menu .submenu.open .has-submenu.open > a {*/
/*        color: #ffffff;*/
/*    }*/
/*    #topNav .navigation-menu > li .submenu.open {*/
/*        display: block;*/
/*    }*/
/*    #topNav .navigation-menu > li .submenu .submenu {*/
/*        display: none;*/
/*        list-style: none;*/
/*    }*/
/*    #topNav .navigation-menu > li .submenu .submenu.open {*/
/*        display: block;*/
/*    }*/
/*    #topNav .navigation-menu > li .submenu.megamenu > li > ul {*/
/*        list-style: none;*/
/*        padding-left: 0;*/
/*    }*/
/*    #topNav .navigation-menu > li .submenu.megamenu > li > ul > li > span {*/
/*        display: block;*/
/*        position: relative;*/
/*        padding: 10px 15px;*/
/*        text-transform: uppercase;*/
/*        font-size: 12px;*/
/*        letter-spacing: 2px;*/
/*        color: #7a7d84;*/
/*    }*/
/*    #topNav .navbar-toggle span {*/
/*        background-color: #7a7d84;*/
/*    }*/
/*    #topNav .navbar-header {*/
/*        float: left;*/
/*    }*/
/*    #topNav .logo {*/
/*        padding: 11px 0;*/
/*    }*/
/*    #topNav .logo .logo-light {*/
/*        display: none;*/
/*    }*/
/*    #topNav .logo .logo-dark {*/
/*        display: block;*/
/*    }*/
/*    #topNav .has-submenu.active a {*/
/*        color: #ffffff;*/
/*    }*/
/*    #navigation {*/
/*        position: absolute;*/
/*        top: 70px;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        display: none;*/
/*        height: auto;*/
/*        padding-bottom: 0;*/
/*        overflow: auto;*/
/*        border-top: 1px solid #f0f0f0;*/
/*        border-bottom: 1px solid #f0f0f0;*/
/*        background-color: #ffffff;*/
/*        z-index: 9;*/
/*    }*/
/*    #navigation.open {*/
/*        display: block;*/
/*        overflow-y: auto;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    #topNav .navigation-menu > li.has-submenu:hover > .submenu {*/
/*        visibility: visible;*/
/*        opacity: 1;*/
/*        margin-top: 0;*/
/*    }*/
/*    #topNav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {*/
/*        visibility: visible;*/
/*        opacity: 1;*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*    }*/
/*    .navbar-toggle {*/
/*        display: block;*/
/*    }*/
/*}*/
/**************** header css end*****************/

/**************** footer css start*****************/
.footer-wrapper {
    width: 100%;
    height: 200px;
    background: #BB0805;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-wrapper > .sh-sign {
    width: 90px;
    height: 98px;
    margin-right: 10px;
}
.footer-wrapper > .sh-name {
    min-width: 260px;
    display: flex;
    flex-direction: column;
}
.footer-wrapper > .sh-name span:first-child {
    font-size: 40px;
    font-family: 楷体;
    letter-spacing: -3px;
}
.footer-wrapper > .sh-name span:last-child {
    font-size: 14px;
    font-family: 新宋体;
}
.footer-wrapper > .sh-contact {
    display: flex;
    justify-content: space-around;
    width: 620px;
    line-height: 29px;
    margin-left: 25px;
}
.footer-wrapper > .sh-contact > .contact-left, .footer-wrapper > .sh-contact > .contact-right {
    width: 280px;
}
.footer-wrapper > .sh-contact > .contact-right p{
    word-break: break-all;
    white-space: normal;
    width: 100%;
}
.footer-wrapper > .QRCode {
    width: 130px;
    height: 130px;
}
/**************** footer css end*****************/
.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.badge-custom {
    color: #fff !important;
    background-color: #ffffff;
}



/*=============== Humble Slider ===================*/
.main-slide{
    float:left;
    position:relative;
    width:100%;
}

.slide-title{
    left:50%;
    padding:25px 50px;
    opacity:0;
    position:absolute;
    text-align:center;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    border: 5px double rgba(255, 255, 255, 0.35);
    border-radius: 5px;
}
.slide-title a {
    color: #ffffff;
}
.cat-text {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}
.active .slide-title{
    opacity:1;
    transition:all 1s ease 1s;
}
.active > .triangle-bottom,.active > .triangle-top {
    display: block !important;
}
.slide-title:before{
    background:#333333;
    content:"";
    opacity:0.6;
    height:100%;
    width:100%;
    z-index:-1;
    position:absolute;
    left:0;
    top:0;
}

.slide-title h2{
    color:#fff;
    display:table;
    font-size:30px;
    margin:15px 0;
    width:100%;
}
.main-slide > img{
    width:100%;
    height: 300px;
}
.meta{
    display:table;
    margin-bottom:30px;
    margin-top:-5px;
    width:100%;
    padding-left: 0;
}
.main-slide .meta{
    margin-bottom:0;
}
.meta > li{
    display:inline-block;
    font-size: 12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    position:relative;
    padding:0 10px;
}
.meta > li:before{
    background:#e3e3e3;
    content:"";
    height:1px;
    margin-top:-1px;
    position:absolute;
    right:-5px;
    top:50%;
    width:10px;
}
.meta > li:last-child:before{display:none}
.owl-nav{
    height:0;
    padding:0 100px;
    width:100%;
    opacity:0;
    position:absolute;
    left:0;
    top:50%;
}


@media (max-width: 980px) {
.slide-title {
    opacity: 1;
    background-color: #000;
    float: left;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    }
}


/* Social Widget */
.widget .socials {
    text-align: center;
}

.socials li {
    display: inline-block;
    margin: 0 4px 5px;
    text-align: center;
    cursor: pointer;
}

.socials li:last-child {
    margin-right: 0;
}

.socials li a {
    display: inline-block;
    margin-top: 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    background-color: #4a4a4a;
    border-radius: 50%;
    color: #fff !important;
}

.socials li:first-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    .sidebar {
        padding-left: 0;
        margin-top: 30px;
    }
    .slide-title h2 {
        font-size: 18px;
        line-height: 28px;
    }
}




.error-page h1 {
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

.wrapper {
    width: 100%;
}
.wrapper .row-one, .wrapper .row-two,.wrapper .row-three {
    min-height: 590px;
    padding-bottom: 40px;
}
.wrapper .row-one-box, .wrapper .row-two-box,.wrapper .row-three-box {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-around;
    width: 1140px;
}
.row-two {
    background-image: url('../images/row-two-bg.png');
}
.row-content {
    width: 500px;
    padding-top: 20px;
}
.content-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #BE110F;
}
.title-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.row-one-text, .row-two-text, .row-three-text {
    margin-top: 30px;
    min-height: 200px;
    position: relative;
}
.row-one-text > .row-intro {
    text-indent: 2em;
    color: #9e9e9e;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
}
.row-one-text img{
    width: 100%;
    margin-bottom: 30px;
    height: 210px;
}
#row-one-news {
    padding: 0;
    margin: 0;
}
#row-one-news > .news-list {
    display: flex;
    height: 110px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
/*.news-list:not(:last-child) {*/
/*    margin-bottom: 20px;*/
/*}*/
.news-title {
    width: 440px;
    color: #4f4a4e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-weight: 600;
}
.news-text {
    color: #7b7a78;
    position: relative;
    width: 440px;
    min-height: 50px;
}
.news-info {
    position: absolute;
    bottom: 1px;
    right: 4px;
    display: none;
    color: #BB0805;
    background: #F3F3F3;
    padding: 2px 5px;
    cursor: pointer;
}
.news-text > .text {
    line-height: 30px;
    letter-spacing: 1px;
}
.news-num {
    width: 18px;
    height: 20px;
    background: #E0DAD9;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 2px;
}
.news-pic{
    display: none;
    width:6px;
    height:110px;
    background: #BB0805;
    position: absolute;
    right: 0;
    top: 0;
    flex-shrink: 0;
    margin-left: 10px;
}
.news-pic::after{
    display: none;
    content: '';
    border: 6px dashed #BB0805;
    border-top: 6px solid #F3F3F3;
    border-bottom: 6px solid #F3F3F3;
    border-left: 6px solid #F3F3F3;
    position: absolute;
    top: 52px;
    left: -11px;
}
#row-one-news > .news-list:hover {
    background: #F3F3F3;
}
#row-one-news > .news-list:hover .news-pic,
#row-one-news > .news-list:hover .news-pic::after {
    display: block;
}
#row-one-news > .news-list:hover .news-num {
    color: #fff;
    background: #BB0805;
}
#row-one-news > .news-list:hover .news-info {
    display: block;
}
.btn-top {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #BB0805;
    color: #ffffff;
    font-weight: 500;
}
.btn-bottom {
    background: #BB0805;
    color: #ffffff;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
}

.member-text {
    display: flex;
    flex-direction: column;
}
.member-wrapper .member-box {
    cursor: pointer;
    padding: 15px 0;
}
.member-wrapper .member-box:hover {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 6px 5px 4px #E4E3E3;
}
.member-box > img {
    width: 160px;
    max-height: 130px;
}
.member-box, .business-box {
    display: flex;
}
.member-box > .member-content {
    width: 300px;
    margin-left: 20px;
}
.business-box > img {
    width: 210px;
    height: 160px;
    flex-shrink: 0;
}
.business-box > .business-content {
    width: 270px;
    height: 160px;
    margin-left: 20px;
}
.business-intro {
    color: #BB0805;
    cursor: pointer;
}
/*.member-box:not(:last-child) {*/
/*    margin-bottom: 30px;*/
/*}*/
.member-title {
    color: #353636;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.business-title {
    color: #353636;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.member-text {
    color: #999898;
    font-size: 16px;
    line-height: 34px;
}
.business-text {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.business-bottom-box {
    margin-top: 20px;
}
.video-box {
    position: relative;
    width: 100%;
    height: 270px;
}
.play-video-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 或 margin: auto; */
    z-index: 10; /* 确保按钮在视频上层 */
}
#activeVideo {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.video-intro {
    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.33);
}
.active-wrapper {
    position: relative;
    min-height: 140px;
}
.active-wrapper > .active-box {
    margin-top: 20px;
    cursor: pointer;
}
.active-item:hover {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 6px 5px 4px #E4E3E3;
}
.business-item:hover {
    background: #F3F3F3;
}
.business-item-top:hover {
    background: #F3F3F3;
}
.active-item, .business-item {
    display: flex;
    color: #353636;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.mien-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}
.mien-item {
    width: 240px;
    height: 230px;
}
.mien-item img {
    width: 100%;
    height: 180px;
}
.mien-intro {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/****** 面包屑******/
.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}
.breadcrumb {
    background: #ffffff;
    padding: 0;
    font-size: 18px;
}
.breadcrumb > .breadcrumb-item > a {
    color: #BB0805;
}
.breadcrumb-item {
    height: 30px;
    line-height: 30px;
}
.breadcrumb-item > a > img {
    width: 23px;
    height: 23px;
    margin-top: -5px;
}
.breadcrumb > .active {
    color: #353636;
}

/*** about ***/
.wrapper-other {
    width: 100%;
    min-height: 800px;
    position: relative;
}
.about-row-one {
    /*width: 1140px;*/
    margin: 20px auto 0;
}
.nav-box {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E3E3;
    position: relative;
}
.sub-nav {
    display: flex;
}
.large-sub {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.sub-btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin: 0 9px;
    padding: 0 9px;
    position: relative;
}
.large-sub > .sub-active:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #BB0805;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub-active {
    color: #ffffff;
    background: #BB0805;
}
.about-sub {
    margin: 40px 0;
}
.intro-row-one {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.intro-row-one > img {
    width: 50%;
    height: 420px;
}
.about-sub-intro {
    width: 45%;
    height: 420px;
}
.about-sub-intro > p {
    text-indent: 30px;
    margin-top: 15px;
}
.sub-intro-title {
    font-size: 40px;
    color: #393939;
}
.sub-intro-title1 {
    font-size: 25px;
    color: #BB0805;
}
.sub-intro-text {
    padding-right: 10px;
    font-size: 16px;
    color: #666666;
    height: 220px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.sub-intro-text > span {
    text-indent: 2em;
    line-height: 32px;
}
.about-intro-num {
    display: flex;
    width: 1140px;
    margin: 50px auto;
    height: 150px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E3E3;
    border-top: 1px solid #E4E3E3;
}
.about-intro-num .num {
    font-size: 38px;
    font-weight: bold;
}
.about-intro-num .num-box {
    display: flex;
    flex-direction: column;
}
.num-box .circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #BB0805;
    color: #ffffff;
    text-align: center;
    border-radius: 11px;
    margin-left: 10px;
}
.num-box .num-info {
    margin-top: 5px;
    font-size: 22px;
    color: #666666;
}
.about-sh-culture {
    background: #F8F8F8;
}
.culture-wrapper {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
}
.culture-wrapper > .top-title {
    font-size: 33px;
}
.culture-wrapper > img {
    width: 36px;
    height: 3px;
    margin-bottom: 40px;
}
.culture-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.culture-box {
    width: 260px;
    height: 220px;
    background: #ffffff;
    padding: 25px;
    position: relative;
}
.culture-box > .culture-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}
.culture-box > .culture-title i {
    font-size: 45px;
}
.culture-box > .culture-text {
    font-size: 14px;
    color: #666666;
    line-height: 33px;
}
.culture-box > .culture-triangle{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
}
.culture-content > .active-box {
    background: #BB0805;
}
.culture-title > .title-text span {
    color: #333333;
}
.culture-title > .title-text span:first-child {
    font-size: 18px;
}
.culture-title > .title-text span:last-child {
    font-size: 15px;
}
.culture-content > .active-box > .culture-title > .title-text span,
.culture-content > .active-box > .culture-title > i,
.active-box > .culture-text {
    color: #ffffff;
}
.culture-content > .active-box > .culture-title {
    border-bottom: 1px solid #ffffff;
}
.culture-title > .title-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

#about-statute > .statute-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}

.statute-wrapper > .statute-info {
    border: 1px solid #E4E3E3;
    padding: 30px;
    width: 820px;
    margin-bottom: 50px;
}
.info-top-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E4E3E3;
}
.info-top-box-concise {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E4E3E3;
}
.info-top-box-concise .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.info-top-box-concise .box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
.info-top-box-concise .box .icon-box {
    position: relative;
}
.info-top-box-concise .box .icon-box span {
    display: inline-block;
    width: 60px;
    cursor: pointer;
    position: relative;
}
.info-top-box > .info-source {
    position: absolute;
    right: 0;
    bottom: 45px;
}
.info-top-box > .title-box {
    display: flex;
}
.title-box > .title-date {
    display: flex;
    flex-direction: column;
    background: #EEEEEE;
    width: 100px;
    height: 100px;
    text-align: center;
}
.title-box > .title-date > span:first-child {
    font-size: 50px;
    color: #BB0805;
    font-weight: bold;
    display: inline-block;
    height: 65px;
}
.title-box > .title-date > span:last-child {
    font-size: 16px;
    color: #353636;
}
.title-box > .title-text {
    padding: 20px;
}
.title-box > .title-text > .title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.title-box > .title-text > .icon-box {
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 8px;
    display: flex;
}
.title-text > .icon-box span {
    width: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.title-text > .icon-box i {
    margin-right: 5px;
    font-size: 14px;
}
.statute-info > .info-text .title-center {
    text-align: center;
    text-indent: 0;
    font-weight: bold;
    font-size: 16px;
}
.statute-info > .info-text, .info-content > .info-text {
    line-height: 35px;
}
.statute-info > .info-text p, .info-content > .info-text p {
    /*text-indent: 2em;*/
    /*line-height: 30px;*/
    white-space: pre-wrap;
    font-family: inherit; /* 覆盖pre标签的等宽字体 */
}
.info-text img {
    width: 100%;
    margin: 20px 0;
}

.statute-wrapper > .statute-right {
    width: 300px;
    height: 700px;
    border: 1px solid #E4E3E3;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.statute-wrapper > .statute-right > .right-top {
    display: flex;
    align-items: baseline;
}
.statute-wrapper > .statute-right > .right-top > img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.statute-wrapper > .statute-right > .right-top > .top-1 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.statute-wrapper > .statute-right > .right-top > .top-2 {
    color: #C0C0C0;
    font-size: 14px;
}
.statute-right > .right-img {
    background-image: url("../images/statute2.png");
    width: 100%;
    height: 42px;
    background-size: cover;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #FFCE7C;
    margin: 20px 0;
}
.right-contact-way {
    display: flex;
    flex-direction: column;
    line-height: 32px;
}
.right-QDCode {
    padding: 10px;
}
#about-organization > .organization-wrapper {
    width: 1140px;
    border: 1px solid #E4E3E3;
    margin: 0 auto 50px;
}
#about-organization > .organization-wrapper img {
    width: 100%;
}

#redInherit-person > .leader-wrapper, #about-leader > .leader-wrapper, #about-leaderInfo > .leaderInfo-wrapper > .more-wrapper {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
#about-leaderInfo > .leaderInfo-wrapper {

}
.more-wrapper > .more-content {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.more-wrapper > .more-title {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffffff;
    background: #BB0805;
    text-align: center;
    font-size: 18px;
}
.leader-wrapper > .leader-box, .more-wrapper > .more-content > .leader-box {
    width: 260px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    margin: 5px 12px;
    cursor: pointer;
    border: 1px solid #ffffff;
}
.more-content > .leader-box {
    justify-content: center;
    margin: 10px 0 !important;
}
.leader-wrapper > .leader-box:hover, .more-wrapper > .more-content > .leader-box:hover {
    border: 1px solid #E4E3E3;
    box-shadow: 6px 2px 4px #E4E3E3;
}
.leader-box > .leader-top img {
    width: 100%;
    height: 300px;
}
.leader-box > .leader-top > .leader-info, .leaderInfo-box > .leader-top > .leader-info {
    height: 50px;
    width: 100%;
    background: #BB0805;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.leaderInfo-box {
    width: 180px;
    height: 260px;
}
.leader-box > .leader-star,.leaderInfo-box > .leader-star {
    text-align: center;
    margin: 15px auto 25px;
}
.leader-box > .leader-star img,.leaderInfo-box > .leader-star img {
    height: 20px;
    margin: 0 2px;
}

/*leaderInfo.htm*/
.info-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 30px auto 0;
    flex-wrap: wrap;
}
.info-wrapper > .info-content {
    border: 1px solid #E4E3E3;
    padding: 30px;
    width: 820px;
    min-height: 700px;
    margin-bottom: 50px;
}
.info-wrapper > .info-right,.info-right-box > .info-right {
    width: 300px;
    /*height: 650px;*/
    height: auto;
    max-height: 650px;
    border: 1px solid #E4E3E3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.info-wrapper > .info-content > .info-box {
    display: flex;
    color: #333333;
}
.info-content > .info-box > img {
    width: 230px;
    height: 270px;
}
.info-box > .info-text-box {
    padding-left: 30px;
}
.info-text-box > .info-title {
    font-size: 24px;
    margin-bottom: 30px;
}
.info-text-box > .info-text {
    font-size: 16px;
}
.info-wrapper > .info-right > .right-top {
    display: flex;
    align-items: baseline;
}
.info-wrapper > .info-right > .right-top > img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.info-wrapper > .info-right > .right-top > .top-1 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.info-wrapper > .info-right > .right-top > .top-2 {
    color: #C0C0C0;
    font-size: 14px;
}
.info-right > .right-img {
    background-image: url("../images/statute2.png");
    width: 100%;
    height: 42px;
    background-size: cover;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #FFCE7C;
    margin: 20px 0;
}
.right-btn-box > .right-btn {
    width: 260px;
    height: 75px;
    font-size: 16px;
    line-height: 26px;
    background: #EEEEEE;
    position: relative;
    padding: 13px;
    color: #353636;
    cursor: pointer;
    margin-top: 20px;
}
.right-btn-box > .right-btn:hover {
    color: #ffffff;
    background: #BB0805;
}
.right-btn > .arrow {
    position: absolute;
    right: 2px;
    top: 16px;
}
.right-btn > .btn-triangle {
    position: absolute;
    width: 20px;
    right: 0;
    bottom: 0;
}
.sub-content {
    width: 1140px;
    margin: 40px auto;
}
.about-sub-content {
    margin: 40px auto 0;
}
.committee-content {
    margin: 80px auto 30px !important;
}

/*station.html*/
.station-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.station-box .item-box {
    width: 405px;
    height: 155px;
    display: flex;
    padding: 0 40px;
    align-items: center;
    position: relative;
}
.station-box .item-box .triangle{
    display: none;
    width: 30px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.station-box .item-box:hover {
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
}
.station-box .item-box:hover .triangle{
    display: block;
}
.station-box .item-box img {
    width: 100px;
    height: 100px;
}
.station-box .item-box .item-text {
    color: #999999;
    padding-left: 30px;
    font-size: 28px;
}
.station-box .item-box:hover .item-text{
    color: #BB0805;
}
.station-box .item-box .item-text p:first-child {
    font-size: 38px;
    font-weight: bold;
}


/*商会党建*/
#party-intro .intro-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#party-intro .intro-box > .intro-title {
    font-size: 40px;
    color: #393939;
    margin-bottom: 15px;
}
#party-intro .intro-box > .intro-title1 {
    font-size: 25px;
    color: #BB0805;
    margin-bottom: 25px;
}
#party-intro .intro-box img {
    width: 100%;
}
#party-intro .intro-box > .intro-content {
    font-size: 20px;
    color: #393939;
    line-height: 38px;
    margin-top: 25px;
}
#party-partyMember .partyMember-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
#party-partyMember .partyMember-list .list-box {
    width: 250px;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 16px;
    cursor: pointer;
    border: 1px solid #ffffff;
}
#party-partyMember .partyMember-list .list-box:hover {
    border: 1px solid #E4E3E3;
    box-shadow: 6px 4px 8px #E4E3E3;
}
#party-partyMember .partyMember-list .list-box img{
    width: 100%;
    height: 280px;
}
#party-partyMember .partyMember-list .list-box span{
    margin: 15px 0;
    text-align: center;
}

/*joinUs*/
.join-us {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.join-us > .form-group {
    margin-bottom: 1rem;
    width: 50%;
    padding: 20px 50px;
    position: relative;
}
.join-us > .submit-btn {
    width: 100%;
}
.join-us > .form-textarea {
    margin-bottom: 1rem;
    width: 100%;
    padding: 20px 50px;
}
.join-us > .submit-btn {
    width: 130px;
    height: 40px;
    background: #BB0805;
    color: #ffffff;
    border: none;
    margin: 10px auto;
    font-size: 16px;
}
.form-group .input-box {
    position: relative;
}
.form-group .input-box input{
    text-indent: 1em;
}
.form-group .phone-input input{
    text-indent: 3em;
}
.form-group .input-box .input-icon {
    position: absolute;
    top: 50%;
    left: 0.6em;
    transform: translateY(-50%);
}

/*联系我们*/
.contact-wrapper {
    width: 1140px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-wrapper .contact-title {
    font-size: 33px;
}
.contact-content {
    width: 100%;
    display: flex;
    margin-top: 50px;
}
.contact-content .content-box{
    width: 285px;
    text-align: center;
}
.contact-content .content-box .text{
    display: flex;
    flex-direction: column;
    color: #BB0805;
    font-size: 18px;
    line-height: 46px;
    margin: 20px auto;
    padding: 0 25px;
    height: 200px;
    border-right: 1px solid #E5E5E5;
}
.contact-content .content-box .no-border{
    border: none;
}
.contact-content .content-box .text img{
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.contact-content .content-box .title span:last-child{
    font-size: 22px;
    color: #333333;
}
.contact-content .content-box .title .icon-box{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #BB0805;
    border-radius: 20px;
    color: #BB0805;
}
.contact-content .content-box .title .large-icon i{
   font-size: 19px;
}



.to-top {
    display: none;
    position: fixed;
    bottom: 210px;
    right: 30px;
}
.to-top i {
    color: #bababa;
    font-size: 36px;
}
.to-top i:hover{
    color: #959494;
    font-size: 36px;
}
.pagination {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    margin: 20px 0 20px;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    font-size: 18px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: block;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #ffffff;
    background: #989898;
}

.pagination li a:hover {
    background-color: #b40c0a;
}

.pagination li.active a {
    background-color: #BB0805;
    border-color: #BB0805;
}
.pagination span {
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    font-size: 18px;
}



/* 定义滚动条的宽度和背景颜色 */
::-webkit-scrollbar {
    width: 4px;
    background-color: #DBDBDB;
}

/* 定义滚动条轨道的样式，包括内阴影和圆角 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(219, 219, 219, 0.3);
    border-radius: 2px;
    background-color: #DBDBDB;
}

/* 定义滑块的样式，包括圆角和内阴影 */
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(187, 8, 5, 0.3);*/
    background-color: rgba(187, 8, 5, 0.8);
}

/* 定义滑块在鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background-color: #BB0805;
}

/* 消息框基础样式 */
.message-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: 80%;
}

.message-box {
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: fadeIn 0.3s ease-out;
    color: white;
}

/* 不同类型消息的样式 */
.message-success {
    background-color: #4CAF50;
}

.message-error {
    background-color: #F44336;
}

.message-warning {
    background-color: #FF9800;
}

.message-info {
    background-color: #2196F3;
}
.loading {

}
/* 关闭按钮样式 */
.close-btn {
    margin-left: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.8;
}

.close-btn:hover {
    opacity: 1;
}

/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-out {
    animation: fadeOut 0.3s ease-out forwards;
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-20px); }
}

/*富文本返回样式匹配*/
.ql-indent-1 {
    text-indent: 2em;
}

.list-top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.empty-box {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    color: #9C9B9B;
}
.empty-box .empty-text {
    font-size: 16px;
}

/*loading */
.loading-overlay, .loading-overlay-home {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.8);*/
    z-index: 9999;
    display: none;
}
.loading-spinner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loading-overlay > .loading-spinner {
    border: 10px solid #d9d9d9;
    border-top: 10px solid #BB0805;
    width: 60px;
    height: 60px;
}
.loading-overlay-home > .loading-spinner {
    top: 50%;
    border: 6px solid #d9d9d9;
    border-top: 6px solid #BB0805;
    width: 35px;
    height: 35px;
}
.loading-text {
    display: block;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}
.loading-overlay > .loading-text {
    font-size: 20px;
    top: 40%;
    left: 50%;
}
.loading-overlay-home > .loading-text {
    font-size: 15px;
    top: 75%;
    left: 50%;
}
@keyframes spin {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
}

.amap-marker-label {
    padding: 0 !important;
    border: 0 !important;
}
.address-label {
     width: 350px;
     height: auto;  /* 改为自适应高度 */
     background: #BB0805;
     color: #ffffff;
     display: flex;
     padding: 15px;  /* 增加内边距 */
    border-radius: 6px;
 }

.address-label .address-info-box {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.address-info {
    word-break: break-word;
    white-space: normal;
    line-height: 1.5;
    font-size: 14px;
}
.address-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.address-label img {
    width: 60px;
    height: 60px;
}
.message {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    max-width: 400px;
    word-break: break-word;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
