/*------------------------------------*\
    COMMON
\*------------------------------------*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 2.028571429;
    background-color: #fefefe;
}

#master-wrapper {
    overflow: hidden;
}

.smoothie {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a, a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Rock Salt',serif;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1.1em;
}

span.typcn::before,i.typcn::before {
    font-size: 2em;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
span.x2:before,i.x2:before {
    font-size: 3.4em;
}

span.x3:before,i.x3:before {
    font-size: 4.4em;
}

span.x4:before,i.x4:before {
    font-size: 6em;
}

.fullheight {
    height: 100vh;
}

@media screen and (max-width: 768px) {
.fullheight {
    height: 30vh;
}
}
.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb90 {
    margin-bottom: 90px;
}

.pt60 {
    padding-top: 60px;
}

.nomargins {
    margin: 0 !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.section-inner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.site-overlay {
    display: none;
}

/* OVERLAYS */
.light-overlay {
    background-color: rgba(255,255,255,0.4);
}

.dark-overlay {
    background-color: rgba(0,0,0,0.75);
}

.dark-overlay.half-opacity {
    background-color: rgba(0,0,0,0.5);
}

.dark-overlay.fill-right:after {
    content: '';
    display: block;
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    width: 500%;
    height: 100%;
    left: 100%;
}

.dark-overlay.fill-left:after {
    content: '';
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    width: 500%;
    height: 100%;
    right: 100%;
}

.hover-shift:hover .dark-overlay.fill-left {
    position: relative;
    left: 80px;
}

.hover-shift .dark-overlay.fill-left {
    position: relative;
    left: 0px;
}

.hover-shift:hover .dark-overlay.fill-right {
    position: relative;
    right: 80px;
}

.hover-shift .dark-overlay.fill-right {
    position: relative;
    right: 0px;
}

.hover-shift .member-social {
    opacity: 0;
    width: 0px;
    z-index: 5;
}

.hover-shift:hover .member-social {
    opacity: 1;
    width: 80px;
}

.member-social a {
    display: block;
    padding: 20px 0 20px 0;
    clear: both;
    color: #fff;
    border-bottom: 3px solid #fff;
    text-align: center;
    margin-bottom: 20px;
}

.member-social a:hover {
    color: #30BCB9;
    border-bottom: 3px solid #30BCB9;
}

/* WRAPPERS */
.dark-wrapper {
    background-color: #ffffff;
}

.light-wrapper {
    background-color: #fefefe;
}

.silver-wrapper {
    background-color: #eee;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#home {
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hamburger {
    font-size: 2.3em;
    color: #fff;
}

.hamburger:hover {
    color: #FFF;
    cursor: pointer;
}

.logo {
    background: none;
    border: 0;
}

.jumbotron {
    background: none;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 80px;
    font-weight: bold;
}

.jumbotron small {
    font-size: 36px;
    line-height: 90px;
}

.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6,.jumbotron small {
    color: #FFF;
}

.jumbotron p {
    color: #FFF;
    margin-bottom: 5%;
}

.nav-wrapper {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
}

.nav-wrapper.scrolled {
    position: fixed;
    background-color: #0E0E0E;
    z-index: 999;
}

.pushy-right-side .nav-wrapper.scrolled {
    padding-bottom: 24px;
}

.pushy-right-side.pushy-active .tcon {
    display: none;
}

.top-navigation .navbar-nav >li > a {
    color: #fff;
    font-weight: 700;
    padding: 25px 20px;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    font-size: 14px;
}

.nav>li>a:hover {
    background-color: transparent;
    color: #30BCB9;
}

.nav>li>a:focus {
    background-color: transparent;
    color: #fff; 
}

img.logo {
    max-height: 35px;
    margin-top: 15px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
}

.navbar-toggle {
    padding: 17px 10px;
}

.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    padding-top: 37px;
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}

.tcon > * {
    display: block;
}

.tcon:hover,.tcon:focus {
    outline: none;
}

.tcon::-moz-focus-inner {
    border: 0;
}

.tcon-menu__lines {
    display: inline-block;
    height: 4px;
    width: 32px;
    border-radius: 0;
    transition: .3s;
    background: #fff;
    position: relative;
}

.tcon-menu__lines::before,.tcon-menu__lines::after {
    display: inline-block;
    height: 4px;
    width: 32px;
    border-radius: 0;
    transition: .3s;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 1.85714px center;
    transform-origin: 1.85714px center;
    width: 100%;
}

.tcon-menu__lines::before {
    top: 10px;
}

.tcon-menu__lines::after {
    top: -10px;
}

.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
}

.tcon-menu--minus {
    width: auto;
}

.tcon-menu--minus.tcon-transform .tcon-menu__lines::before,.tcon-menu--minus.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 40px;
}

.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.tcon-visuallyhidden:active,.tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.pushy {
    background-color: rgba(0,0,0,0.9);
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 18px;
    border-radius: 0px;
    font-weight: 700;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.btn-primary {
    background-color: #30BCB9;
    border-color: #30BCB9;
}

.btn-primary.btn-outlined {
    background-color: transparent;
    border: 3px solid #30BCB9;
    color: #30BCB9;
}

.btn-primary.btn-outlined.active, .active .btn-primary.btn-outlined, .active .btn-primary.btn-outlined:focus {
    background-color: #30BCB9;
    border: 3px solid #30BCB9;
    color: #fff;
}

.btn-white {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
}

.active .btn-white, .active .btn-white:focus, .active .btn-whiteLhover {
    border: 3px solid #fff;
    background-color: #fff;
    color: #222;
}

.active .btn-white span, .btn-white:hover span {
    color: #222;
}

.btn-white:hover {
    border: 3px solid #fff;
    background-color: #fff !important;
    color: #000;
}

.btn-lg {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 14px 25px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 22px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 0px;
}

.dark-overlay .form-control::-webkit-input-placeholder,
.dark-wrapper .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.dark-overlay .form-control::-moz-placeholder,
.dark-wrapper .form-control::-moz-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.dark-overlay .form-control:-ms-input-placeholder,
.dark-wrapper .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.dark-overlay .form-control:-moz-placeholder,
.dark-wrapper .form-control:-moz-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

textarea.form-control {
    min-height: 250px
}

.dark-overlay .form-control, .dark-wrapper .form-control {
    background-color: rgba(0,0,0,0.8);
    border: none;
    border-bottom: 2px solid #fff;
}



.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.nybanner {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.bg_main {
    padding-bottom: 50px;
    min-height: 640px;
}
.sub_nav {
    height: 76px;
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
}
.sub_nav .fl {
    font-size: 26px;
}
.sub_nav .fl span {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.sub_nav .fr li {
    float: left;
}
.sub_nav .fr li a {
    color: #666;
    padding: 0 13px;
    border: 1px solid #e6e6e6;
    display: block;
    line-height: 33px;
    margin-left: 10px;
    transition: ease-in-out .2s;
}
.sub_nav .fr li a:hover, .sub_nav .fr li a.hover {
    background: #05469a;
    color: #fff;
    border: 1px solid #05469a;
}
.detail {
    padding-top: 50px;
}
.detail .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.detail .title h1 {
    font-size: 30px;
    font-weight: 100;
}
.detail .title span {
    line-height: 18px;
    font-family: arial;
    color: #959595;
    margin: 0 5px;
}
.detail .title i {
    width: 23px;
    height: 16px;
    background-position: -73px 0;
    margin-right: 10px;
}
.detail .context {
    color: #666;
    line-height: 30px;
    text-align: justify;
    padding: 25px 0;
}
.detail .context img {
    max-width: 1200px;
}
.reLink {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 50px;
}
.reLink .nextLink, .detail .reLink .prevLink {
    width: 50%;
}
.reLink .nextLink {
    text-align: right;
}
.reLink a {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.reLink a:hover {
    color: #052f67;
}

@media screen and (max-width: 768px) {
    /* 容器自适应 */
    .w1200 {
        width: 100%;
        padding: 0 15px; /* 添加左右内边距，避免内容贴边 */
        box-sizing: border-box; /* 确保内边距不影响总宽 */
    }

    /* 横幅区域高度适当缩小 */
    .nybanner {
        height: 200px; /* 手机端减小高度，背景图自动裁剪居中 */
    }

    /* 主要内容区域 */
    .bg_main {
        min-height: auto; /* 取消最小高度限制 */
        padding-bottom: 30px;
    }

    /* 子导航区域 */
    .sub_nav {
        height: auto; /* 取消固定高度 */
        line-height: normal; /* 恢复默认行高 */
        padding: 15px 0;
        text-align: center; /* 整体居中 */
    }

    /* 左侧标题 */
    .sub_nav .fl {
        float: none; /* 取消浮动 */
        font-size: 22px; /* 减小字体 */
        margin-bottom: 10px;
    }

    /* 右侧导航列表 */
    .sub_nav .fr {
        float: none;
        text-align: center;
    }

    .sub_nav .fr li {
        float: none; /* 取消浮动 */
        display: inline-block; /* 改为行内块，水平排列 */
        margin: 5px 0;
    }

    .sub_nav .fr li a {
        margin-left: 5px; /* 减小间距 */
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
    }

    /* 详情区域 */
    .detail {
        padding-top: 30px;
    }

    .detail .title h1 {
        font-size: 24px; /* 减小标题字体 */
    }

    .detail .title span {
        font-size: 14px; /* 减小辅助文字 */
    }

    .detail .context {
        font-size: 15px; /* 适当调整正文字体 */
        line-height: 1.6;
        padding: 15px 0;
    }

    /* 详情中的图片自适应 */
    .detail .context img {
        max-width: 100% !important; /* 强制图片不超过屏幕宽度 */
        height: auto !important;
        display: block; /* 避免底部间隙 */
        margin: 10px auto;
    }

    /* 上下篇文章链接区域 */
    .reLink {
        height: auto; /* 取消固定高度 */
        line-height: normal;
        padding: 10px 15px;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap; /* 允许换行 */
        justify-content: space-between;
    }

    .reLink .prevLink,
    .reLink .nextLink {
        width: auto; /* 取消固定宽度 */
        max-width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* 超长省略 */
    }

    .reLink .nextLink {
        text-align: right;
    }
}



/* 颜色 */
/* ========== 原有 PC 端样式 ========== */
.news190 .list190,
.news190 .list190 li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news190 .main190 .index190 .tit190 {
    font-size: 40px;
    color: #646464;
    text-align: left;
    margin-bottom: 18px;
}
.news190 .main190 .menu190 .list190 .item190.it1 {
    font-size: 14px;
    color: #fff;
    width: 130px;
}
.news190 .main190 .menu190 .list190 .item190.hover {
    background-color: #67b306;
}
.news190 .main190 .menu190 .list190 .item190.it2 {
    font-size: 14px;
    color: #fff;
    width: 130px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #01bc66;
    display: block;
    border-radius: 6px;
    margin-top: 56px;
    float: left;
}
.news190 .main190 .menu190 .list190 .item190 a {
    color: #FFFFFF;
    display: block;
}
.news190 .main190 .menu190 .list190 .item190 {
    font-size: 14px;
    color: #fff;
    width: 130px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #01bc66;
    display: block;
    border-radius: 6px;
    margin-top: 56px;
    float: left;
    margin-right: 18px;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover {
    box-shadow: 1px 6px 10px #d0dbe0;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pa190 {
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 {
    position: relative;
    color: #cccccc;
    font-size: 43px;
    padding-top: 20px;
    width: 70px;
    float: right;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .sa190 {
    margin-right: 14px;
    color: #666666;
    font-size: 14px;
    float: right;
    position: absolute;
    top: 44px;
    left: 4px;
    width: 76px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pb190 {
    color: #67b306;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pb190 .sa190 {
    color: #67b306;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pa190 {
    color: #67b306;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco .stit {
    padding-top: 220px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all ease-in-out .2s;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .txtIco .stit {
    padding-top: 160px;
    transition: all ease-in-out .2s;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}
/* 颜色 end*/
.w190 {
    width: 1200px;
    margin: 0 auto;
}
.news190 .index190 {
    padding-top: 76px;
}
.news190 .main190 {
    position: relative;
}
.news190 .main190 .index190 {
    position: relative;
}
.news190 .main190 .menu190 {
    float: right;
    position: absolute;
    top: 34px;
    right: 0px;
}
.news190 .main190 .menu190 .list190 .item190:hover {
    opacity: 0.8;
    transition: all ease 600ms;
}
.news190 .main190 .menu190 .list190 .item190:last-child {
    margin-right: 0px;
}
.news190 .main190 .nr190 .n190 {
    margin-bottom: 30px;
    padding-top: 0px;
}
.news190 .main190 .nr190 .n190 .bd190 {
    position: relative;
    height: 420px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 {
    width: 104%;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li {
    position: relative;
    float: left;
    display: block;
    width: 380px;
    height: 580px;
    border-bottom: 0px!important;
    padding-bottom: 0px;
    margin: 15px 0;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 80px;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .list190 li a {
    display: block;
    width: 380px;
    height: 580px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li img {
    margin: 0 auto;
    display: block;
    height: 580px;
    width: 380px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .s190 {
    position: absolute;
    top: 0px;
    left: 6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .hd190 {
    width: 100%;
    top: 0px;
    position: relative;
    padding-bottom: 80px;
}
.news190 .main190 .nr190 .n190 .hd190 .prev {
    position: absolute;
    left: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .next {
    position: absolute;
    right: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .prev:hover {
    opacity: 0.8;
    background-position: -160px -0px;
}
.news190 .main190 .nr190 .n190 .hd190 .next:hover {
    opacity: 0.8;
    background-position: -240px -0px;
}
.news190 .main190 .nr190 .n190 .hd190 .more190 {
    position: absolute;
    left: 570px;
    top: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .more190:hover {
    opacity: 0.8;
    background-position: -80px -76px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li a .More {
    margin-top: 32px;
    margin-left: 60px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover a .More {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li a .More i {
    background-position: -30px -300px;
    width: 12px;
    height: 7px;
    margin-top: -17px;
    margin-left: 100px;
    float: left;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .bg {
    display: block;
    margin-top: -355px;
    z-index: 999;
    position: relative;
    opacity: 1;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 380px;
    height: 360px;
    z-index: 1000;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco s {
    width: 54px;
    height: 54px;
    background-position: 0px -270px;
    position: absolute;
    left: 184px;
    top: 106px;
    transition: all ease-in-out .2s;
    margin-left: -20px;
    opacity: 0;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .txtIco s {
    opacity: 1;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li p i {
    display: block;
    width: 19px;
    height: 19px;
    float: right;
    background-position: 0px -140px;
    position: absolute;
    top: 26px;
    right: 26px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover p i {
    background-position: -40px -140px;
}
.news190 .icon190 {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/icon190.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.news190 .main190 .index190 i {
    display: block;
    width: 29px;
    height: 1px;
    margin: 0;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/w190.png) center center no-repeat;
    margin-bottom: 30px;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .bg {
    width: 380px;
    height: 285px;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/bj190.png) no-repeat center center;
    opacity: 0;
}

/* ========== 新增手机端适配样式 ========== */
@media screen and (max-width: 768px) {
    /* 容器自适应 */
    .w190 {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* 隐藏可能超出屏幕的绝对定位元素 */
    .news190 .main190 .menu190 {
        position: static;
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    .news190 .main190 .menu190 .list190 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .news190 .main190 .menu190 .list190 .item190 {
        float: none;
        margin: 0;
        width: auto;
        min-width: 100px;
        margin-top: 10px;
    }
    .news190 .main190 .menu190 .list190 .item190.it1,
    .news190 .main190 .menu190 .list190 .item190.it2 {
        width: auto;
        min-width: 100px;
        margin-top: 0;
    }

    /* 标题区域调整 */
    .news190 .main190 .index190 .tit190 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 15px;
    }
    .news190 .main190 .index190 i {
        margin: 0 auto 20px;
    }

    /* 分类切换按钮 */
    .news190 .index190 {
        padding-top: 40px;
    }

    /* 内容区域 */
    .news190 .main190 .nr190 .n190 .bd190 {
        height: auto;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li {
        float: none;
        width: 100% !important;
        max-width: 400px; /* 限制最大宽度，避免过大 */
        height: auto !important;
        margin: 0 auto 30px !important;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li a {
        width: 100%;
        height: auto;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li img {
        width: 100%;
        height: auto;
    }

    /* 隐藏一些仅用于 PC 的特效元素，避免遮挡 */
    .news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco,
    .news190 .main190 .nr190 .n190 .bd190 ul li a .bg,
    .news190 .main190 .nr190 .n190 .bd190 .list190 li a .More,
    .news190 .main190 .nr190 .n190 .hd190 .prev,
    .news190 .main190 .nr190 .n190 .hd190 .next,
    .news190 .main190 .nr190 .n190 .hd190 .more190 {
        display: none;
    }

    /* 调整标题文字区域 */
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pa190 {
        width: 100%;
        height: auto;
        line-height: 1.5;
        padding: 10px 0;
        white-space: normal;
        text-align: center;
        font-size: 16px;
        float: none;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 30px;
        padding-top: 0;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .sa190 {
        position: static;
        float: none;
        display: inline-block;
        width: auto;
        font-size: 14px;
        margin: 0 5px;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .s190 {
        position: static;
        display: inline-block;
    }

    /* 图标调整 */
    .news190 .main190 .nr190 .n190 .bd190 .list190 li p i {
        display: none; /* 隐藏小图标，避免混乱 */
    }

    /* 底部导航区域隐藏 */
    .news190 .main190 .nr190 .n190 .hd190 {
        display: none;
    }
}

/* 超小屏幕（480px 以下）进一步调整字体 */
@media screen and (max-width: 480px) {
    .news190 .main190 .menu190 .list190 .item190 {
        min-width: 80px;
        font-size: 13px;
        line-height: 36px;
        height: 36px;
    }
    .news190 .main190 .index190 .tit190 {
        font-size: 24px;
    }
    .news190 .main190 .nr190 .n190 .bd190 .list190 li .pa190 {
        font-size: 14px;
    }
}

/* 针对更小屏幕（如480px以下）的额外优化 */
@media screen and (max-width: 480px) {
    .sub_nav .fl {
        font-size: 20px;
    }

    .sub_nav .fr li a {
        padding: 0 8px;
        font-size: 13px;
    }

    .detail .title h1 {
        font-size: 20px;
    }

    .detail .context {
        font-size: 14px;
    }

    .reLink {
        flex-direction: column; /* 上下排列 */
        align-items: center;
    }

    .reLink .prevLink,
    .reLink .nextLink {
        max-width: 100%;
        width: 100%;
        text-align: center;
        white-space: normal; /* 允许换行 */
    }

    .reLink .nextLink {
        margin-top: 8px;
    }
}
/*------------------------------------*\
    SECTIONS
\*------------------------------------*/
.section-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
}

.section-sub-title {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    text-transform: lowercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

#band-member-1 {
    background-image: url(../images/band-member-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;;
}

#band-member-2 {
    background-image: url(../images/band-member-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;;
}

#band-member-3 {
    background-image: url(../images/band-member-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;;
}

#band-member-4 {
    background-image: url(../images/band-member-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;;
}

#band-member-5 {
    background-image: url(../images/band-member-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#band-member-6 {
    background-image: url(../images/band-member-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#band-member-7 {
    background-image: url(../images/band-member-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#band-member-8 {
    background-image: url(../images/band-member-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#promo-3 {
    background-image: url(../images/section-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#band-member-9 {
    background-image: url(../images/band-member-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#band-member-10 {
    background-image: url(../images/band-member-10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#contact-us {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*------------------------------------*\
    TEAM
\*------------------------------------*/
#team-wrapper .match-height {
    position: relative;
    min-height: 540px;
}

.team-item {
    position: relative;
    height: 100%;
}

.team-item .team-image {  
    height: 100%;
    display: block;
    position: relative;
}

.team-item .team-image img {
    position: absolute;
    bottom: 0;
}

.team-info {
    opacity: 0.5;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 10px;
    width: 90%;
    margin: 0 5% 0;
    text-align: center;
    padding: 15px 10px 0;
}

.team-info p {
    display: none;
    overflow: hidden;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.team-item:hover .team-info {
    opacity: 1;
}

.team-item:hover .team-info p {
    display: block;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------*\
    TESTIMONIALS
\*------------------------------------*/
#testimonial-carousel .item {
    padding-bottom: 40px;
}

#testimonial-carousel .carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: left;
    list-style: none;
}

#testimonial-carousel small strong {
    clear: left;
    display: block;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
}
.carousel-indicators li {
    border-radius: 0;
}

.carousel-control {
    left: -60px;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    border-radius: 23px 23px 23px 23px;
    margin-top: 107px;
    background-image: none !important;
    color: #000;
    border-right: 3px solid #222;
    border-radius: 0;
    line-height: 32px;
    font-size: 29px;
}

.carousel-control:hover {
    color: #30BCB9 !important;
    border-color: #30BCB9 !important;
    text-shadow: none;
}

.carousel-control.right {
    right: -60px;
    border-right: none !important;
    border-left: 3px solid #222;
}

.carousel-control:focus, .carousel-control:hover {
    color: #30BCB9 !important;
    border-color: #30BCB9 !important;
    text-shadow: none;
}

#music-carousel .thumbnail {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: none !important;
}

#music-carousel .thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#music-carousel .thumbnail:hover img {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8;
}

.masonry .item img {
    opacity: 1;
}

.masonry .item img:hover {
    opacity: 0.8;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#mapwrapper {
    min-height: 460px;
}
.dark-overlay p,.dark-overlay h3{
    color: #fff;
}
footer {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer p,.dark-wrapper * {/*.dark-overlay **/
    color: #000000;
}

.copyright {
    padding-top: 21px;
}

.copyright a {
    color: #fff;
}

.footer-social a {
    color: #000;
    display: inline-block;
    padding: 16px 14px;
}

/*------------------------------------*\
    TABS
\*------------------------------------*/
.nav.nav-justified > li > a {
    position: relative;
}

.nav-justified>li {
    padding: 0 10px;
}

.tab-pane .tab-inner {
    padding: 30px 0 20px;
}

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  14 - SPLASH
/*-----------------------------------------------------------------------------------*/
.preloader {
    background-color: #0E0E0E;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.preloader span {
    text-transform: none;
    font-size: 34px
}

.preloader .preloader-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 768px) {
     .hover-shift:hover .dark-overlay.fill-left {
        position: relative;
        left: 0px;
    }

    .hover-shift:hover .dark-overlay.fill-right {
        position: relative;
        right: 0px;
    }

    .hover-shift .member-social {
        opacity: 1;
        width: 60px;
    }

    .hover-shift .section-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hover-shift {
        min-height: 400px;
    }

    .member-social a {
        margin-bottom: 0;
    }

    .jumbotron small {
        font-size: 28px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 40px;
        font-weight: bold;
    }

}