@charset "UTF-8";

/* 组件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: 40px;
  z-index: 99999;
  transition: all 0.3s;
  padding: 0;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  height: 90px;
  justify-content: space-between;
  align-items: center;
}

.std_nav_1600_008 .stdnav16_1_head.xg {
  background: rgba(0, 0, 0, .35);
  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_head.xg .chg_01{
      margin-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;
  margin-top: 10px;
}

.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;
  margin-right: 0;
  border-bottom: rgba(255,255,255,0.1) 1px solid;
}

.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: 0px;
  border-bottom: 2px solid #CAA87F;
  display: none;
  z-index: 9;
  position: relative;
}

.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: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: #2d49c3;
  color: #fff;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: #1E47AF;
  cursor: pointer;
}

.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;
  background-size:100%;
}

.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: #2d49c3;
}

.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: center;
  font-size: 0;
  left: 0;
  width: auto;
  margin: 0 auto;
  /* max-width: 1600px; */
  bottom: 30px;
}





.std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
  background: rgba(216, 216, 216, .1);
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin: 0 20px;
  transition: all 0.3s;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: #fff 1px solid;
}

.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 {
background:url(../images/banner-active.png) center no-repeat;
  width: 42px;
  height: 42px;  
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active button  {
  width: 42px;
  height: 42px;  
}

.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;
}





@media screen and (max-width: 1800px) {
  .std_nav_1600_008 .stdnav16_1_head {
    padding-left: 20px;
    padding-right: 80px;
  }
  .std_nav_1600_008 .stdnav16_1_nav>ul>li {
    margin-left: 22px;
  }

}

@media screen and (max-width: 1700px) {

  .std_nav_1600_008 .stdnav16_1_nav>ul>li {
    margin-left: 20px;
  }

}



@media screen and (max-width: 1600px) {
  .std_nav_1600_008 .stdnav16_1_wid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_nav>ul>li {
    margin-left: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .std_nav_1600_008 .stdnav16_1_nav>ul{    margin-right: 10px;}
  .std_nav_1600_008 .stdnav16_1_nav>ul>li>a {
    font-size: 16px;
  }

  .std_nav_1600_008 .stdnav16_1_logo a img {
    max-height: 55px;
  }

  .std_nav_1600_008 .stdnav16_1_nav>ul>li {
    margin-left: 10px;
  }

  .std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1340px) {
.std_nav_1600_008 .stdnav16_1_nav>ul>li>a {
    font-size: 15px;
}
}


@media screen and (max-width: 1300px) {
  .std_nav_1600_008 .stdnav16_1_logo a img {
    max-height: 50px;
  }
}



@media screen and (max-width: 1200px) {
  .std_nav_1600_008 .stdnav16_1_nav>ul>li {
    margin-left: 9px;
  }


  .std_nav_1600_008 .stdnav16_1_head {
    display: none;
  }
    .std_nav_1600_008 .top927 {
    display: none;
  }
.top_line{ display: none;}
  .std_nav_1600_008 .stdnav16_1_m_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding: 0 5px 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: block;
  }

  .std_nav_1600_008 .stdnav16_1_m_head_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }

  .std_nav_1600_008 .stdnav16_1_m_logo img {
    max-height: 40px;
    max-width: 100%;
    vertical-align: middle;
  }

  .std_nav_1600_008 .stdnav16_1_m_head_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .std_nav_1600_008 .stdnav16_1_wap_menu {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 5px;
  }

  .std_nav_1600_008 .stdnav16_1_wap_menu img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .std_nav_1600_008 .stdnav16_1_wap_menu img {
    width: 20px;
  }

  .std_nav_1600_008 .stdnav16_1_close_menu {
    display: none;
  }

  .std_nav_1600_008 .stdnav16_1_m_serch_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
  }

  .std_nav_1600_008 .stdnav16_1_m_serch_btn img {
    display: block;
    height: 20px;
  }

  .std_nav_1600_008 .stdnav16_1_m_tlink {
    padding: 10px 25px 0 25px;
    font-size: 0;
  }

  .std_nav_1600_008 .stdnav16_1_m_tlink a {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    background: #fff;
    color: #304174;
    line-height: 24px;
    padding: 0 15px;
    border-radius: 5px;
  }

  .std_nav_1600_008 .stdnav16_1_m_search {
    line-height: 35px;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 00;
    top: 60px;
    background: #fff;
    padding: 10px 20px;
    z-index: 999;
    /* border: solid 1px #000; */
    display: none;
  }

  .std_nav_1600_008 .stdnav16_1_m_search::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background: #2d49c3;
    z-index: 1;
  }

  .std_nav_1600_008 .stdnav16_1_m_search input[type="text"] {
    display: block;
    width: 100%;
    line-height: 25px;
    background: none;
    color: #000;
    z-index: 9;
    font-size: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_m_search input[type="text"]::placeholder {
    color: #333;
  }

  .std_nav_1600_008 .stdnav16_1_m_search input[type="image"] {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 15px;
    width: 15px;
    z-index: 9;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav {
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    z-index: 999;
    background: #F1F1F1;
    overflow-y: scroll;
    width: 100%;
    padding: 13px 0;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul {
    padding: 0px 25px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li {
    position: relative;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li>span.on {
    transform: rotateZ(180deg);
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li ul {
    display: none;
    padding: 0 10px;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li ul li {
    border: none;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    position: relative;
    color: #333;
    font-weight: 600;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li ul li a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 31px;
    padding: 0;
    font-weight: normal;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li ul li:nth-child(1) a {
    padding-top: 0;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/stdnav16_1_m_nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: -10px;
    top: 7px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .std_nav_1600_008 .stdnav16_1_banner .slick-dots::before {
    height: 1px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots::after {
    width: 15px;
    height: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots {
    /* padding-right: 100px; */
    padding-left: 20px;
    bottom: 20px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-next {
    right: 10px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    background-size: 7px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-prev {
    right: 50px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    background-size: 7px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
    margin: 0 5px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active {
    margin: 0 20px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li div {
    width: 50px;
    height: 50px;
    padding: 5px;
  }


}

@media screen and (max-width: 768px) {}


#std_nav_1600_008 .chg_01 {}

#std_nav_1600_008 .chg_02 {}

#std_nav_1600_008 .chg_03>li>a {
  color: #fff;
}

#std_nav_1600_008 .chg_04 {}

#std_nav_1600_008 .chg_05 {}

#std_nav_1600_008 .chg_06 {}

#std_nav_1600_008 .chg_07 {}

#std_nav_1600_008 .chg_08 {}

#std_nav_1600_008 .chg_09 {}

#std_nav_1600_008 .chg_10 {}

#std_nav_1600_008 .chg_11 {}

#std_nav_1600_008 .chg_12 {}

#std_nav_1600_008 .chg_13 {}

#std_nav_1600_008 .chg_14 {}