@charset "utf-8";
img.icon {
  width: 24px;
}

.Main {
    /* height: 1920px; */
    margin: auto;
    width: 1280px;
}

/* ----------- navbar ---------*/
.nav {
    display: inline-block;
}

img#logo {
    width: auto;
}

nav.nav {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    z-index: 200;
    margin: auto;
    width: 100%;
}

img#logo {
    width: auto;
    transition: 0.2s ease;
}

.nav_container  {
  transition: 0.1s ease;
  position: relative;
}

.nav_list,
.nav_left,
.mnav_left {
    float: left;
    display: inline-block;
    margin-bottom: 0;
  	margin-right: 0;
}

.nav_left {
    width: 10%;
    padding: 10px 0;
    line-height: 0;
}

.nav_list {
    width: 75%;
    !i;!;
}

.nav_list-item {
    display: inline-block;
    transition: 0.2s;
    position:relative;
}

.nav_list-item a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 60px;
    padding: 20px 1.5vw;
}

.nav_list-item a:hover {
    color: #ffffff;
}

.nav_list-item:hover {
     background: #ac3b3b;
     cursor: pointer;
}

.nav_list-item.active,
.mnav_list-item.active {
    background: #ac3b3b;
    color: #ffffff;
}
/* 二级下拉菜单 */
.nav_list .nav_sub{position:absolute;top: 60px;width: 100%;display: none;border-top: 0;}
.nav_list .nav_sub ul{background: #fff;padding: 5px 0;border-bottom: 3px solid #ac3b3b;}
.nav_list .nav_sub li{padding:10px 0;text-align: center;}
.nav_list .nav_sub li a{color:#000;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 5px;line-height: 20px !important;!i;!;}
.nav_list .nav_sub li:hover{background:#ac3b3b;}
.nav_list .nav_sub li:hover a{color:#fff;}

/* 搜索 */
.search{padding: 0 15px;padding-top: 48px;color: #fff;float: right;}
.search_btn{width: 21px;height: 30px;border: none;cursor: pointer;}
.search-dialog-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000000;opacity: 0;visibility: hidden;transition: .6s;}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: rgb(119 88 88 / 60%) url(2026design_search-bg.png) center 105% no-repeat;background-size:100% auto;transition: .6s;left: 0;right: 0;z-index: 9;opacity: .8;-webkit-backdrop-filter: blur(15px);/* backdrop-filter: blur(15px); */}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{opacity: 0;visibility: hidden;display: none;}
.search-dialog-box .search-bg{position: absolute;left: 0;top: 0;width: 100%;height: 0;margin: 0;background: rgba(0, 0, 0, 0.7);background-size: cover;background-repeat: no-repeat;transform-origin: center center;transition: height .8s cubic-bezier(.77,0,.175,1);}
.search-dialog-box.on{opacity: 1;visibility: visible;}
.search-dialog-box.on .search-bg{height: 100%;}
.search-dialog-box.on .search-box{width: 500px;height: 150px;position: absolute;left: 50%;top: 50%;margin-left: -250px;margin-top: -75px;z-index: 9;text-align: center;}
.search-dialog-box.on .search-box form{width: 500px;height: 40px;background: #fff;padding: 0 20px;box-sizing: border-box;background-size: cover;border-radius: 20px;}
.search-dialog-box.on .search-box h3 {font-size: 28px;color: #fff;text-align: center;margin-bottom: 30px;position: relative;z-index: 99;}
.search-dialog-box.on .search-box .search-text {height: 40px;border: none;background-color: #fff;width: 425px;outline: none;float: left;padding-left: 10px;box-sizing: border-box;}
.search-dialog-box.on .search-box .search-button{width: 21px;height: 40px;background: url(2026ndfjyl_search_btn.png) no-repeat center 9px;border: none;float: right;cursor: pointer;}
.pub-close{position: absolute;width: 48px;height: 48px;z-index: 10;right: 24px;top: 24px;background-color: rgba(255,255,255,.1);border-radius: 100%;}
.pub-close .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #1c5ab7;transform: scale(0);border-radius: 100%;transition: transform .3s;font-size: 20px;}
.pub-close i{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-size: 12px;background-repeat: no-repeat;background-image: url(2026ndfjyl_close_btn.png);transition:.6s;}
.pub-close i:hover{ transform:rotate(180deg)}

/* 移动端搜索 */
.mobile-search{width: 280px;height: 32px;padding: 0 15px;background-color: #fff;border-radius: 15px;margin: 30px auto;}
.mobile-search-text{height:30px;border:none;background-color:rgba(255,255,255,0);width:250px;outline: none;}
.mobile-search-button{width: 21px;height: 30px;background: url(2026design_search_btn.png) no-repeat center 4px;border: none;float: right;cursor: pointer;border: none;}

.nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
    z-index: 200;
    margin: auto;
    width: 100%;
    line-height: 1;
}

.mnav_left {
    padding: 8px 0;
    display: inline-block;
}

.mobile_toggle {
    float: right;
    padding: 11px 0;
    cursor: pointer;
}

.mnav_list-container {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: hidden;
    transition: 0.4s;
}

.toggle_close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 4%;
    top: 11px;
    cursor: pointer;
}

.mnav_list {
    position: relative;
    width: 100%;
    text-align: center;
    top: 8vh;
    top: 0;
}

.mnav_list-item {
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 1vh 0;
    color: rgba(255, 255, 255, 0.9);
}

.mnav_list-item a {
    padding: 3vh 4%;
    display: block;
}

.mnav_list-item:hover {
    background-color: rgba(172, 59, 59, 0.9);
}

.mnav_list-item a:hover {
    color: inherit;
}



.banner {
    line-height: 0;
}

.section_title {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 400;
    background:linear-gradient(150deg,transparent 10px,#ac3b3b 0);
}

#section_title-muted {
    color: #666666;
    background:linear-gradient(150deg,transparent 10px,#e2e2e2 0);
    transition: 0.2s;
}

#section_title-muted:hover {
    background:linear-gradient(150deg,transparent 10px, #333333 0);
    color: #ffffff;
    cursor: pointer;
}

.content {
    margin-top: 60px;
}

.section_title-eng {
    text-transform: uppercase;
    font-size: 15px;
    color: #a2a2a2;
    letter-spacing: 1px;
    margin-left: 12px;
    display: inline-block;
}

/* ----------- sidebar ---------*/
.sidebar {
    display: inline-block;
    box-sizing: inherit;
    box-sizing: border-box;
    width: 15.6vw;
    margin-left: 7.8vw;
    float: left;
}

.sidebar_title {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    color: #ffffff;
    margin-right: -4px;
    line-height: 1;
    font-weight: 400;
    background: linear-gradient(150deg,transparent 10px,#ac3b3b 0);
    margin-bottom: 32px;
}

.sidebar_item {
    color: #999999;
    display: block;
    font-size: 16px;
    padding: 10px 0 10px 20px;
    cursor: pointer;
}

.content_wrap {
    width: 54vw;
    vertical-align: top;
    margin-top: 70px;
    float: left;
    min-height: 300px;
    display: none;
}

.content_header {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 40px;
}

.content-text p {
    text-indent: 2em;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.table-head {
    font-size: 15px;
    color: #999999;
    font-weight: 500;
    padding-bottom: 10px;
}

.table_col-sm,
.table_col-md,
.table_col-lg,
.table_col-xl {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.table_col-sm {
  width: 15%;
  width: 7.8vw;
  width: 9.8vw;
}

.table_col-md {
  width: 15.6vw;
}

.table_col-md img {
  width: 80%;
}

.table_col-lg {
  width: 37.25vw;
}

.table-body {
    padding-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #EEEEEE;
}

/* ----------- footer ---------*/
.footer {
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0;
    margin-top: 100px;
}

.footer_nav {
    width: 46vw;
    float: left;
}

.footer_address {
    margin-left: 10vw;
    float: left;
}

.footer_address p span.bold {
    margin-right: 5px;
}

.footer_logo-hunau,
.footer_logo-jingyi {
    float: left;
    background-size: 85%;
    width: 23vw;
    height: 4vw;
    max-width: 400px;
    background-repeat: no-repeat;
}

.footer_logo-hunau {
    background-image: url(xxlogo.svg);
}

.footer_logo-hunau:hover {
    background-image: url(xxlogo-hover.svg);
}

.footer_logo-jingyi {
    background-image: url(jylogo.svg);
}

.footer_logo-jingyi:hover {
    background-image: url(jylogo-hover.svg);
}

.footer_address p {
    margin-top: 0;
    color: #666666;
    font-size: 14px;
}

.Footer-address {
    display: inline-block;
    margin-left: 130px;
}

.footer_socialMedia {
    display: inline-block;
    /* margin-left: 30px; */
}
.wechat {
    display: inline-block;
    position: relative;
    line-height: 0;
    background-color: #666666;
    border-radius: 20px;
}

.wechatIMG {
    position: absolute;
    bottom: 55px;
    left: -36px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    /* display: none; */
}

.wechat > img {
    width: 40px !important;
}

.wechat:hover {
    cursor: pointer;
    background-color: #ac3b3b;
}

.wechatIMG img {
    width: 108px;
    height: 108px;
}

.wechat:hover .wechatIMG {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

.weibo {
    display: inline-block;
    margin-left: 10px;
    display: none;
}

.copyright {
    width: 100%;
    background-color: #333333;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
}