@charset "utf-8";

@font-face {
  font-family: 'MICROSOFTYAHEI-REGULAR';
  src: url('../module_public/fonts/MICROSOFTYAHEI-REGULAR.woff2');
  font-weight: REGULAR;
  font-style: normal;
}

@font-face {
  font-family: 'BUTLER-MEDIUM';
  src: url('../module_public/fonts/BUTLER-MEDIUM.woff2');
  font-weight: MEDIUM;
  font-style: normal;
}

@font-face {
  font-family: sy;
  src: url(../module_public/fonts/sySong.woff);
}

html,body{
  min-width: 1600px;
}

/* 组件ID */
#std_nav_1600_009_1646447B {
  font-size: 16px;
  position: relative;
  z-index: 10000;
}

/* 组件样式 */
.std_nav_1600_009_1646447B {
  width: 100%;
}

.std_nav_1600_009_1646447B .stdnav16_09_wid {
  max-width: 1600px;
  margin: 0 auto;
}

.std_nav_1600_009_1646447B .stdnav16_09_head {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
}

.std_nav_1600_009_1646447B .stdnav16_09_head.xg {
  background: #0C8ADE;
  top: 0;
  border-top-width: 0;
  padding-top: 0;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #0D6DC7;
  z-index: -1;
  width: 100%;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top .stdnav16_09_wid {
  height: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .list_box0 {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  color: #fff;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .list_box0 .head_li {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .list_box0 .head_li a {
  transition: 0.5s;
  padding: 0 15px;
  align-items: center;
  line-height: 1.3;
  align-items: center;
  display: flex;
  color: #fff;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .list_box0 .head_li a img {
  display: inline-block;
  margin-right: 10px;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top .a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 50px;
  width: 100%;
  background: #fff;
  padding: 0 25px;
  width: 270px;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top .a .input {
  width: calc(100% - 24px);
  height: 100%;
  padding: 0 10px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top .a .input::placeholder {
  color: #CACACA;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top .a .input::-moz-placeholder {
  color: #CACACA;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top .a .input::-webkit-input-placeholder {
  color: #CACACA;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header_top .a .serbtn {
  width: 24px;
  height: 100%;
  background: url(../images/stdnav16_09_serch.png) no-repeat center;
  background-size: 24px;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header {
  z-index: 999;
  width: 100%;
  background: url(../images/stdnav16_09_headbg.jpg) no-repeat center/cover;
  box-shadow: 0px 4px 10px 0px rgba(120, 120, 120, 0.3);
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header .stdnav16_09_wid {
  height: 100px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  align-items: center;
  display: flex;
}


.std_nav_1600_009_1646447B .stdnav16_09_head .header .right {
  padding-left: 10%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .header .right-b {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
}


.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav {
  width: 100%;
  max-width: 1100px;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul {
  display: flex;
  justify-content: space-between;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li {
  /* float: left; */
  z-index: 0;
  height: 100%;
  position: relative;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/nav-on.png) no-repeat;
  background-size: 100% 100%;
  width: 43px;
  height: 25px;
  display: none;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li.on:after {
  display: block;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li a {
  display: block;
  padding: 0px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li h3 {
  font-size: 24px;
  color: #333;
  line-height: 100px;
  position: relative;
  transition: all 0.36s ease 0s;
  display: inline-block;
  font-weight: 600;
  font-family: sy;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li .sub {
  position: absolute;
  top: 100%;
  background: rgb(255, 255, 255);
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  border-radius: 0px 0px 8px 8px;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li .sub::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #0D6DC7;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li .sub .box {
  padding: 14px 0px;
  text-align: center;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li .sub a {
  padding: 8px 30px;
  line-height: 28px;
  transition: all 0.6s ease 0s;
  font-size: 16px;
  color: rgb(51, 51, 51);
  text-align: center;
  white-space: nowrap;
  min-width: 160px;
  font-weight: bold;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li .sub a:hover {
  color: rgb(255, 255, 255);
  background: #0D6DC7;
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav ul li:hover .sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.std_nav_1600_009_1646447B .stdnav16_09_head .head_nav>ul>li.on h3,
.head_nav ul li:hover h3 {
  color: #209BE8;
}



/* banner */
.std_nav_1600_009_1646447B .stdnav16_09_banner1 ul {
  position: relative;
  z-index: 9;
}

.std_nav_1600_009_1646447B .stdnav16_09_banner1 ul .slick-slide a {
  display: block;
  position: relative;
  padding-bottom: 41.3%;
}

.std_nav_1600_009_1646447B .stdnav16_09_banner1 ul .slick-slide a img,
.std_nav_1600_009_1646447B .stdnav16_09_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_009_1646447B .stdnav16_09_top {
  line-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 090%;
  height: 090%;
  z-index: 999999;
  display: none;
}

.std_nav_1600_009_1646447B .stdnav16_09_search_zzc {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
}

.std_nav_1600_009_1646447B .stdnav16_09_search {
  padding: 0 0 09px 0;
  display: none;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}

.std_nav_1600_009_1646447B .stdnav16_09_search>div {
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-right: 50px;
  padding: 5px 0;
  background: #fff;
}

.std_nav_1600_009_1646447B .stdnav16_09_search>div input[type="text"] {
  display: block;
  width: 090%;
  padding: 0 70px 0 20px;
  font-size: 16px;
  height: 30px;
  box-sizing: border-box;
}

.std_nav_1600_009_1646447B .stdnav16_09_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: #2d49c3;
}

.std_nav_1600_009_1646447B .stdnav16_09_search_btn input {
  display: block;
  width: 20px;
  margin: 09px auto;
}

.std_nav_1600_009_1646447B .stdnav16_09_m_search {
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.std_nav_1600_009_1646447B .stdnav16_09_m_head {
  display: none;
}

.std_nav_1600_009_1646447B .stdnav16_09_banner {
  position: relative;
}

.std_nav_1600_009_1646447B .stdnav16_09_banner .slick-dots {
  position: absolute;
  font-size: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
}

.std_nav_1600_009_1646447B .stdnav16_09_banner .slick-dots li button {
  display: none;
}


.std_nav_1600_009_1646447B .stdnav16_09_banner .slick-dots li.slick-active {
  
  width: 39px;
  height: 32px;
}


@media screen and (max-width: 1800px) {
  .std_nav_1600_009_1646447B .stdnav16_09_head {}
}

@media screen and (max-width: 1600px) {
  .std_nav_1600_009_1646447B .stdnav16_09_wid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .std_nav_1600_009_1646447B #openBtn .lcbody {
    right: 20px;
  }

  .std_nav_1600_009_1646447B .stdnav16_09_head {
    /* padding: 0 109px 0 50px; */
  }

}

@media screen and (max-width: 1400px) {}

#std_nav_1600_009_1646447B .chg_02 {
  color: rgba(255, 255, 255, 1.0);
  font-weight: 400;
  font-size: 16px;
  font-family: 'MICROSOFTYAHEI-REGULAR';
}

#std_nav_1600_009_1646447B .chg_04 {
  color: rgba(255, 255, 255, 1.0);
  font-weight: 500;
  font-size: 18px;
  font-family: 'BUTLER-MEDIUM';
}

#std_nav_1600_009_1646447B .chg_05 {
  color: #333;
  font-weight: 400;
  font-size: 18px;
}

#std_nav_1600_009_1646447B .chg_06_png_bg {
  background: url(../images/chg_06_png_bg_1646447B.png) no-repeat center;
  background-size: 24px;
}

#std_nav_1600_009_1646447B .chg_07 {
  background: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_009_1646447B .chg_09_png_bg::after {
  background: url(../images/stdnav16_09_head.png) no-repeat;
}

#std_nav_1600_009_1646447B .chg_10 {
  color: #212121;
  font-weight: 400;
  font-size: 20px;
  font-family: 'MICROSOFTYAHEI-REGULAR';
}

#std_nav_1600_009_1646447B .head_nav li.on .chg_11 {
  color: #0D6DC7;
  font-weight: 400;
  font-size: 20px;
  font-family: 'MICROSOFTYAHEI-REGULAR';
}

#std_nav_1600_009_1646447B .head_nav li:hover .chg_11 {
  color: rgba(13, 109, 199, 1.0);
  font-weight: 400;
  font-size: 20px;
  font-family: 'MICROSOFTYAHEI-REGULAR';
}

#std_nav_1600_009_1646447B .chg_12_jpg_bg {
  background: url(../images/chg_12_jpg_bg_1646447B.jpg) no-repeat center/cover;
}


.bg {
  background: url(../images/bg.png)no-repeat center top;
  background-size: cover;
  padding-top:1px;
}
/* 版权 */
.foot{
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  height: 325px;
  padding-top: 56px;
}
.foot-t{display: flex; flex-wrap: wrap;}
.foot-t>div{margin-left: 120px;}
.foot-t .foot1{margin-left: 0;width: 250px;}
.foot-t .foot2{width: 270px;}
.foot-t .foot3{width: 360px;}
.foot-t .foot-4{width: 330px;}
.foot-t h3{font-size: 16px;font-weight: bold;line-height: 35px;color: #FFFFFF;position: relative;}
.foot-t h3::after{content: "";position: absolute; bottom: 0; left: 0; width: 13px; height: 2px;background: #FFFFFF;}
.foot-link ul{display: flex; flex-wrap:wrap; margin-top: 20px; }
.foot-link ul li{margin-right: 55px;}
.foot-link ul li a{display: block;font-size: 16px;line-height: 35px;color: #FFFFFF;position: relative;}
.foot-link ul li a:after{content:""; position:absolute; left:0; bottom:0; border-bottom:1px solid #fff; transform:scaleX(0); width: 100%; transition:all 0.3s;}
.foot-link ul li:hover a:after{transform:none;}

.foot-media{display:flex;flex-wrap:wrap;margin-top: 25px;}
.foot-media>div {position: relative;cursor: pointer;margin-left: 35px;}
.foot-media>div:first-child { margin-left: 0;}
.foot-media>div:hover div { display: block;}
.foot-media>div>span {display: block;width: 50px;height: 50px;line-height: 50px;text-align: center;border: 1px dashed #fff;border-radius: 50%;font-size: 0;transition: all 0.3s;}
.foot-media>div>span img {display: inline-block;height: auto;transition: all 0.3s;vertical-align: middle;}
.foot-media>div:hover>span>img {opacity: 0.8;}
.foot-media>div>div {position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; margin-bottom: 15px; width: 100px; padding: 5px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .2); z-index: 6;display: none;}
.foot-media>div>div img {display: block; width: 100%;}
.foot-media>div>div::before { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);border-top: 10px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent;}
.foot-media>div>img {display: block; margin: 0 auto;}

.foot-bq{border-top: 1px dashed rgba(255, 255, 255, 0.3); margin-top:45px; padding-top:27px; text-align:center;}
.foot-bq p{color: rgba(255, 255, 255, 0.6);font-size: 16px;line-height: 35px;}
.foot-bq p a{display:inline-block; margin-right:10px; color: rgba(255, 255, 255, 0.6);}
.foot-bq p img{vertical-align:middle;}
/* 版权 */