@charset "utf-8";

#std_nav_1600_010 {
  font-size: 16px
}

.std_nav_1600_010 .stdnav16_10_wid,
.wp {
  max-width: 1600px;
  margin: 0 auto
}

.std_nav_1600_010 .stdnav16_10_head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.4s;
  padding: 33px 170px 0 66px;
  display: flex;
  justify-content: space-between
}

.std_nav_1600_010 .stdnav16_10_head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(/style/../images/stdnav16_10_banner-zzc.png) repeat-x;
  height: 180px;
  z-index: -1;
  transition: all 0.5s
}

.std_nav_1600_010 .stdnav16_10_head.xg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(/style/../images/head-bg.png) repeat-x center;
  height: 138px;
  z-index: -1
}

.std_nav_1600_010 .stdnav16_10_head::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(/style/../images/stdnav16_10_menubg.png) no-repeat;
  background-size: auto 100%;
  height: 8px;
  z-index: 1
}

.std_nav_1600_010 .stdnav16_10_logo {
  float: left;
  overflow: hidden
}

.std_nav_1600_010 .stdnav16_10_logo a {
  position: relative
}

.std_nav_1600_010 .stdnav16_10_logo a {
  display: block;
  font-size: 0
}

.std_nav_1600_010 .stdnav16_10_head .stdnav16_10_right {
  padding-left: 18.19%;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 100
}

.std_nav_1600_010 .list_box0 {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.std_nav_1600_010 .list_box0 .head_li {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  display: inline-block;
  transition: .6s;
  position: relative
}

.std_nav_1600_010 .list_box0 .head_li:last-child {
  padding-right: 0
}

.std_nav_1600_010 .list_box0 .search_btn {
  display: flex;
  align-items: center;
  cursor: pointer
}

.std_nav_1600_010 .list_box0 .head_li a {
  align-items: center;
  display: flex;
  color: #fff
}

.std_nav_1600_010 .list_box0 .head_li img {
  width: 20px;
  display: inline-block;
  margin-right: 10px
}

.std_nav_1600_010 .head_nav {
  width: 100%;
  max-width: 1200px;
  margin-top: 10px
}

.std_nav_1600_010 .head_nav ul {
  display: flex;
  justify-content: space-between
}

.std_nav_1600_010 .head_nav ul li {
  z-index: 0;
  height: 100%;
  position: relative;
  font-family: "syh-r"
}

.std_nav_1600_010 .head_nav ul li a {
  display: block;
  padding: 0;
  position: relative;
  z-index: 2
}

.std_nav_1600_010 .head_nav ul li h3 {
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  position: relative;
  transition: .36s;
  display: inline-block
}

.std_nav_1600_010 .head_nav ul li.active h3 {
  font-family: "syh-b"
}

.std_nav_1600_010 .head_nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  border-radius: 0 0 8px 8px
}

.std_nav_1600_010 .head_nav ul li .sub:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #004783
}

.std_nav_1600_010 .head_nav ul li .sub .box {
  padding: 14px 0;
  text-align: center
}

.std_nav_1600_010 .head_nav ul li .sub a {
  padding: 8px 30px;
  line-height: 28px;
  transition: .6s;
  font-size: 18px;
  color: #333;
  text-align: center;
  min-width: 180px
}

.std_nav_1600_010 .head_nav ul li .sub a:hover {
  color: #fff;
  background: #004783
}

.std_nav_1600_010 .head_nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1)
}

.std_nav_1600_010 .miso_btn1 {
  width: 140px;
  height: 100px;
  background: url(/style/../images/stdnav16_10_menu11.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: .5s;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1
}

.std_nav_1600_010 .miso_btn1 .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 45px;
  height: 25px
}

.std_nav_1600_010 .rd-navbar-toggle {
  cursor: pointer;
  display: inline-block
}

.std_nav_1600_010 .rd-navbar-toggle .lcbody {
  width: 30px;
  position: absolute;
  top: 39px;
  right: 40px
}

.std_nav_1600_010 .rd-navbar-toggle .lcbody .img1 {
  width: 30px;
  height: 22px
}

.std_nav_1600_010 .rd-navbar-toggle .lcbody .img2 {
  display: none;
  width: 30px
}

.std_nav_1600_010 .active.rd-navbar-toggle .img2 {
  display: block
}

.std_nav_1600_010 .active.rd-navbar-toggle .img1 {
  display: none
}

@keyframes move {
  0% {
    right: 0
  }

  40% {
    right: 0;
    width: 0
  }

  60% {
    right: auto;
    width: 0%
  }

  100% {
    right: auto;
    width: 100%
  }
}

.std_nav_1600_010 .show .g-nav2 {
  transform: translateY(0)
}

.std_nav_1600_010 .g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  transition: 0.5s;
  transform: translateY(-100%)
}

.std_nav_1600_010 .g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;
  overflow-y: auto
}

.std_nav_1600_010 .g-nav2 .scroll ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "syh-b"
}

.std_nav_1600_010 .g-nav2 .scroll li {
  width: 9.09%;
  text-align: center;
  padding-top: 45px
}

.std_nav_1600_010 .g-nav2 .scroll li a {
  color: #fff
}

.std_nav_1600_010 .g-nav2 .scroll li h2 {
  font-size: 20px;
  font-weight: bold
}

.std_nav_1600_010 .g-nav2 .scroll li .list {
  padding: 30px 0
}

.std_nav_1600_010 .g-nav2 .scroll li .list h3 {
  font-family: "syh-r";
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px
}

.std_nav_1600_010 .g-nav2 .scroll li .list h3 a {
  display: block;
  opacity: 0.65;
  transition: all 0.4s
}

.std_nav_1600_010 .g-nav2 .scroll li .list h3:hover a {
  opacity: 1
}

.std_nav_1600_010 .g-nav2 .scroll li .list dl {
  padding-bottom: 20px;
  display: none
}

.std_nav_1600_010 .g-nav2 .scroll li .list dd {
  font-size: 16px;
  line-height: 40px;
  opacity: 0.65
}

.std_nav_1600_010 .g-nav2 .scroll li .list dd:hover {
  opacity: 1
}

.show .head_nav {
  opacity: 0;
  visibility: hidden
}

.show .g-nav2 {
  transform: translateY(0)
}

.std_nav_1600_010 .stdnav16_10_banner1 ul {
  position: relative;
  z-index: 9
}

.std_nav_1600_010 .stdnav16_10_banner1 ul .slick-slide a {
  display: block;
  position: relative;
  padding-bottom: 100vh;
  overflow: hidden
}

.std_nav_1600_010 .stdnav16_10_banner1 ul .slick-slide a img,
.std_nav_1600_010 .stdnav16_10_banner1 ul .slick-slide a video {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.std_nav_1600_010 .stdnav16_10_banner1 ul .slick-slide a img {
  transform: scale(1.1);
  transition: all 5s ease-out
}

.std_nav_1600_010 .stdnav16_10_banner1 ul .img_scale a img {
  transform: scale(1)
}

.std_nav_1600_010 .stdnav16_10_top {
  line-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none
}

.std_nav_1600_010 .stdnav16_10_search_zzc {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6)
}

.std_nav_1600_010 .stdnav16_10_search {
  display: none;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999
}

.std_nav_1600_010 .stdnav16_10_search>div {
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-right: 50px;
  padding: 5px 0;
  background: #fff
}

.std_nav_1600_010 .stdnav16_10_search>div input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 80px 0 20px;
  font-size: 16px;
  height: 40px;
  box-sizing: border-box
}

.std_nav_1600_010 .stdnav16_10_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 60px;
  background: #004783
}

.std_nav_1600_010 .stdnav16_10_search_btn input {
  display: block;
  width: 20px;
  margin: 15px auto
}

.std_nav_1600_010 .stdnav16_10_m_search {
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
}

.std_nav_1600_010 .stdnav16_10_m_head {
  display: none
}

.std_nav_1600_010 .stdnav16_10_banner {
  position: relative
}

.std_nav_1600_010 .stdnav16_10_banner .slick-dots {
  position: absolute;
  font-size: 0;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

.std_nav_1600_010 .stdnav16_10_banner .slick-dots li {
  width: 27px;
  height: 22px;
  background: url(/style/../images/stdnav16_10_cir1.png) no-repeat;
  background-size: 100% 100% !important;
  transition: all 0.3s;
  margin: 0 14px
}

.std_nav_1600_010 .stdnav16_10_banner .slick-dots li button {
  display: none
}

.std_nav_1600_010 .stdnav16_10_banner .slick-dots li.slick-active {
  background: url(/style/../images/stdnav16_10_cir2.png) no-repeat;
  width: 39px;
  height: 32px
}

@media screen and (max-width: 1600px) {

  .std_nav_1600_010 .stdnav16_10_wid,
  .wp {
    padding-left: 15px;
    padding-right: 15px
  }

  .std_nav_1600_010 .stdnav16_10_head {
    padding: 33px 160px 0 15px
  }

  .std_nav_1600_010 .stdnav16_10_head .stdnav16_10_right {
    padding-left: 10%
  }
}

@media screen and (max-width: 1400px) {
  .std_nav_1600_010 .stdnav16_10_head .stdnav16_10_right {
    padding-left: 5%
  }

  .std_nav_1600_010 .stdnav16_10_logo img {
    width: 280px
  }

  .std_nav_1600_010 .head_nav ul li h3 {
    font-size: 16px
  }
}

@media screen and (max-width: 1200px) {
  .std_nav_1600_010 .stdnav16_10_head {
    display: none
  }

  .std_nav_1600_010 .stdnav16_10_m_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #113465;
    z-index: 999;
    padding: 0 5px 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: block
  }

  .std_nav_1600_010 .stdnav16_10_m_head_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }

  .std_nav_1600_010 .stdnav16_10_m_logo img {
    /* max-height: 64px; */
    max-width: 80%;
    vertical-align: middle;
  }

  .std_nav_1600_010 .stdnav16_10_m_head_menu {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .std_nav_1600_010 .stdnav16_10_wap_menu {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 5px
  }

  .std_nav_1600_010 .stdnav16_10_wap_menu img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
  }

  .std_nav_1600_010 .stdnav16_10_wap_menu img {
    width: 20px
  }

  .std_nav_1600_010 .stdnav16_10_close_menu {
    display: none
  }

  .std_nav_1600_010 .stdnav16_10_m_serch_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px
  }

  .std_nav_1600_010 .stdnav16_10_m_serch_btn img {
    display: block;
    height: 20px
  }

  .std_nav_1600_010 .stdnav16_10_m_tlink {
    padding: 10px 25px 0 25px;
    font-size: 0
  }

  .std_nav_1600_010 .stdnav16_10_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_010 .stdnav16_10_m_search {
    line-height: 35px;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 00;
    top: 80px;
    background: #fff;
    padding: 10px 20px;
    z-index: 999;
    display: none
  }

  .std_nav_1600_010 .stdnav16_10_m_search::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background: #004783;
    z-index: 1
  }

  .std_nav_1600_010 .stdnav16_10_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_010 .stdnav16_10_m_search input[type="text"]::placeholder {
    color: #333
  }

  .std_nav_1600_010 .stdnav16_10_m_search input[type="image"] {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 15px;
    width: 15px;
    z-index: 9
  }

  .std_nav_1600_010 .stdnav16_10_m_nav {
    position: fixed;
    top: 80px;
    right: -100%;
    bottom: 0;
    z-index: 999;
    background: #F1F1F1;
    overflow-y: scroll;
    width: 100%;
    padding: 13px 0
  }

  .std_nav_1600_010 .stdnav16_10_m_nav ul {
    padding: 0px 25px
  }

  .std_nav_1600_010 .stdnav16_10_m_nav ul li {
    position: relative
  }

  .std_nav_1600_010 .stdnav16_10_m_nav ul li>span.on {
    transform: rotateZ(180deg)
  }

  .std_nav_1600_010 .stdnav16_10_m_nav ul li ul {
    display: none;
    padding: 0 10px
  }

  .std_nav_1600_010 .stdnav16_10_m_nav ul li ul li {
    border: none
  }

  .std_nav_1600_010 .stdnav16_10_m_nav>ul>li a {
    display: block;
    font-family: "syh-r";
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    position: relative;
    color: #333;
    font-weight: 600
  }

  .std_nav_1600_010 .stdnav16_10_m_nav>ul>li ul li a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 31px;
    padding: 0;
    font-weight: normal
  }

  .std_nav_1600_010 .stdnav16_10_m_nav>ul>li ul li:nth-child(1) a {
    padding-top: 0
  }

  .std_nav_1600_010 .stdnav16_10_m_nav>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/style/../images/stdnav16_10_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
  }

  .std_nav_1600_010 .stdnav16_10_banner1 ul .slick-slide a {
    padding-bottom: 50%
  }
}

@media screen and (max-width: 1024px) {
  .std_nav_1600_010 .stdnav16_10_banner1 ul .slick-slide a::after {
    display: none
  }

  .std_nav_1600_010 .stdnav16_10_banner {
    padding-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .std_nav_1600_010 .stdnav16_10_banner .slick-dots {
    bottom: 20px
  }

  .std_nav_1600_010 .stdnav16_10_banner .slick-dots li {
    margin: 0 5px
  }

  .std_nav_1600_010 .stdnav16_10_banner .slick-dots li {
    width: 20px;
    height: 16px
  }

  .std_nav_1600_010 .stdnav16_10_banner .slick-dots li.slick-active {
    width: 24px;
    height: 20px
  }
}

#std_nav_1600_010 .chg_02 {
  color: #fff
}

#std_nav_1600_010 .chg_03 {
  color: #fff;
  opacity: .7
}

#std_nav_1600_010 .chg_07 {
  color: rgba(255, 255, 255, .7);
  transition: all 0.4s
}

#std_nav_1600_010 .chg_07:hover {
  color: #fff
}

#std_nav_1600_010 .chg_11_png_bg .slick-dots li.slick-active {
  width: 28px;
  height: 36px;
  background: url(/style/../images/stdnav16_10_cir2.png) no-repeat;
  border-radius: none;
  border-color: transparent
}

#std_nav_1600_010 .chg_12_png_bg .slick-dots li {
  background: url(/style/../images/stdnav16_10_cir1.png) no-repeat
}

#std_nav_1600_010 .chg_13_png_bg .slick-dots li {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px
}

.foot {
  background: #113465;
  color: #B3BECF
}

.foot-t {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 45px 0
}

.foot-logo {
  display: block;
  max-width: 100%
}

.foot .dz {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 85px 0 85px;
  height: 140px;
  border-left: 1px solid rgba(216, 216, 216, 0.1);
  border-right: 1px solid rgba(216, 216, 216, 0.1)
}

.foot .dz img {
  display: block;
  width: 46px;
  margin-right: 25px;
  margin-top: 13px
}

.foot .dz p {
  font-size: 16px;
  line-height: 36px
}

.foot .sydw {
  display: block;
  margin-left: 50px;
}

.foot .sydw img {
  margin-right: 0 !important;
  margin-top: 10px;
}

.foot .ewm ul {
  display: flex
}

.foot .ewm ul li {
  margin-left: 48px;
  text-align: center
}

.foot .ewm ul li:first-child {
  margin-left: 0
}

.foot .ewm ul li img {
  display: block;
  width: 116px
}

.foot .ewm ul li p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
color: #B3BECF;
}

.foot-bq {
  border-top: 1px solid rgba(216, 216, 216, 0.06);
  padding: 22px 10px
}

.foot-bq p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #8D9EB8
}

.foot-bq a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #8D9EB8
}

.foot-bq  img{
    width: 18px;
    margin-right: 9px;
    margin-bottom: -3px;
}

.foot-bq p span {
  font-size: 16px;
  font-weight: 400;
  counter-reset: #B3BECF
}

@media screen and (max-width: 1500px) {
  .foot .dz {
    padding: 24px 40px 0 40px
  }
}

@media screen and (max-width: 1300px) {
  .foot .dz {
    padding: 24px 24px 0 24px
  }

  .foot .ewm ul li {
    margin-left: 24px
  }

  .foot .ewm ul li img {
    width: 96px
  }
}

@media screen and (max-width: 1024px) {
  .std_nav_1600_010 .stdnav16_10_banner .slick-dots {
    bottom: 20px
  }

  #std_nav_1600_010 .chg_11_png_bg .slick-dots li.slick-active {
    width: 26px;
    height: 33px
  }

  .std_nav_1600_010 .stdnav16_10_banner .slick-dots li {
    margin: 0 10px
  }

  .foot-t {
    flex-wrap: wrap;
    padding: 30px 0
  }

  .foot-logo {
    margin: 0 auto
  }

  .foot .dz {
    width: 100%;
    padding: 24px 0;
    border: none
  }

  .foot .ewm {
    width: 100%
  }

  .foot .ewm ul {
    justify-content: center
  }
}

@media screen and (max-width: 480px) {
  .foot .ewm ul li img {
    width: 75px
  }

  .foot .dz p {
    font-size: 14px;
    line-height: 30px
  }

  .foot .dz img {
    width: 40px;
    margin-top: 10px;
    margin-right: 20px
  }

  .foot .ewm ul li p {
    font-size: 14px;
    margin-top: 10px
  }

  .foot-bq p {
    font-size: 13px
  }

  .foot-bq p span {
    font-size: 14px
  }

  .foot .dz {
    height: auto
  }

  .foot .sydw{
    margin-left: 25px;
  }
}