@charset "utf-8";

@font-face {
    font-family: 'MICROSOFTYAHEI-BOLD';
    src: url('../module_public/fonts/MICROSOFTYAHEI-BOLD.woff2');
    font-weight: BOLD;
    font-style: normal;
}

body{min-width:1440px;margin:0 auto;}
/* 组件ID */
#std_nav_1600_008 {
    font-size: 16px;

}

/* 组件样式 */
.std_nav_1600_008 {}

.std_nav_1600_008 .stdnav16_1_wid {
    max-width: 1600px;
    margin: 0 auto;
}


.std_nav_1600_008 .stdnav16_1_head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: all 0.3s;
    padding: 0;
    padding-left: 55px;
    padding-right: 65px;
    display: flex;
    height: 104px;
    justify-content: space-between;
    align-items: center;
}

.std_nav_1600_008 .stdnav16_1_head.xg {
    background: rgba(0, 0, 0, .5);

    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
    top: 0;
    border-top-width: 0;
    padding-top: 0;
}

.std_nav_1600_008 .stdnav16_1_logo {
    float: left;
    overflow: hidden;
}

.std_nav_1600_008 .stdnav16_1_logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.std_nav_1600_008 .stdnav16_1_logo a {
    display: block;
    font-size: 0;
}

.std_nav_1600_008 .stdnav16_1_logo a img {
    vertical-align: middle;
    display: none;
    max-width: 100%;
}

.std_nav_1600_008 .stdnav16_1_logo a img:first-child {
    display: block;
}

.std_nav_1600_008 .stdnav16_1_nav {
    float: right;
    display: flex;
    align-items: center;
}

.std_nav_1600_008 .stdnav16_1_nav>ul {
    font-size: 0;
    float: left;
    display: flex;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 30px;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li.active>a {
    /* color: #930506;
  font-weight: 600; */
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li:first-child {
    margin-left: 0;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    font-weight: 600;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li.on>div {
    border-top: 3px solid #27aeb6;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 8px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: none;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li:hover>a::after {
    display: block;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div {
    position: absolute;
    top: 100%;
    min-width: 140px;
    left: 50%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transform-origin: center top;
    padding-bottom: 10px;
}
.std_nav_1600_008 .stdnav16_1_nav>ul>li:nth-child(4)>div {
    min-width: 365px !important;
}
.std_nav_1600_008 .stdnav16_1_nav>ul>li:hover>div {
    transform: translateX(-50%) scale(1);
    transition: all 0.5s;
    opacity: 1;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul {
    overflow: hidden;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    transition: .3s;
    color: #333;
    margin-top: 10px;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul>li a:hover {
    background: #068358;
    color: #fff;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    margin-left: 60px;
    border-radius: 4px;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn img {
    display: none;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn img:first-child {
    display: block;
}


.std_nav_1600_008 .stdnav16_1_banner1 ul {
    position: relative;
    z-index: 9;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a {
    display: block;
    position: relative;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/stdnav16_1_banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 8;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a img {
    display: block;
    width: 100%;
}


.std_nav_1600_008 .stdnav16_1_top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.std_nav_1600_008 .stdnav16_1_search_zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.std_nav_1600_008 .stdnav16_1_search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.std_nav_1600_008 .stdnav16_1_search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.std_nav_1600_008 .stdnav16_1_search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.std_nav_1600_008 .stdnav16_1_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #068358;
}

.std_nav_1600_008 .stdnav16_1_search_btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.std_nav_1600_008 .stdnav16_1_m_search {
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.std_nav_1600_008 .stdnav16_1_m_head {
    display: none;
}

.std_nav_1600_008 .stdnav16_1_banner {
    position: relative;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots {
    position: absolute;
    text-align: right;
    font-size: 0;
    right: 0;
    left: auto;
    width: auto;
    margin: 0 auto;
    max-width: 1600px;
    bottom: 76px;
    padding-left: 60px;
    padding-right: 436px;

}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #D8D8D8;
    z-index: 1;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/stdnav16_1_icon1.png) no-repeat;
    background-size: 100% 100%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
    padding: 6px;
    width: auto;
    height: auto;
    background: rgba(216, 216, 216, .1);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0 30px;
    transition: all 0.3s;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
    background: #fff;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li div {
    width: 126px;
    height: 126px;
    padding: 8px;
    background: rgba(216, 216, 216, .1);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: all 0.5s;
    border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active {
    margin: 0 80px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active div {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.std_nav_1600_008 .stdnav16_1_banner .slick-prev, .std_nav_1600_008 .stdnav16_1_banner .slick-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    bottom: 66px;
    top: auto;
    left: auto;
    transform: translateY(0);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-prev {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images/stdnav16_1_icon2.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 303px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-next {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images/stdnav16_1_icon3.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 203px;
}




#std_nav_1600_008 .chg_01 {}

#std_nav_1600_008 .chg_02 {}

#std_nav_1600_008 .chg_03>li>a {
    color: rgba(255, 255, 255, 1.0);
    font-weight: 700;
    font-size: 20px;
    font-family: 'MICROSOFTYAHEI-BOLD';
}

#std_nav_1600_008 .chg_04 {}

#std_nav_1600_008 .chg_05 {
    border: 1px solid rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_06 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_07 {
    color: rgba(0, 0, 0, 1.0);
}

#std_nav_1600_008 .chg_08 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_09 {
    color: rgba(0, 0, 0, 1.0);
}

#std_nav_1600_008 .chg_10 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_11 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_12 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_13 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_14 {
    background: linear-gradient(0deg, #000000 0%, #000000 100%);
}