@charset "utf-8";

/* CSS Document */
body,
ul,
ol,
dl,
li,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

img {
  border: none;
}

input,
button,
textarea,
select {
  font-size: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

body {
  background: #fff;
  color: #5e5e5e;
  font: 14px/24px Microsoft YaHei, SimSun, Arial;
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*默认a标签样式*/
a {
  text-decoration: none;
  color: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  visibility: visible;
  clear: both;
}

/*显示隐藏*/
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

/*表格table和td有边框*/
.boder_tl {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.boder_tl td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_bl {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.boder_bl td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_tr {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_tr td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.boder_br {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_br td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.txt_center {
  text-align: center;
}

/*表格table和tr有边框*/
.boder_ltr_trborder {
  border: 1px solid #ccc;
  border-bottom: none;
}

.boder_ltr_trborder tr {
  border-bottom: 1px solid #ccc;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

iframe {
  border: none;
  margin: 0;
  padding: 0;
}

/* 头部 */
.box {
  display: flex;
  flex-direction: column;
  position: relative;
}

.logo {
  width: 259px;
  height: 50px;
  transition: 0.3s;
}

.header_box {
}

.black_header {
  background-color: rgba(111, 111, 111, 0.95);
}

.header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.122);
  z-index: 9999;
  transition: 0.3s;
}

.header_l {
  margin-left: 60px;
  margin-top: 7px;
}

.header_r {
  margin-right: 60px;
  display: flex;
  align-items: center;
}

.sousuo_fa {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.sousuo_inp::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}

.sousuo_inp {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 2px;
  transition: 0.3s;
  background: none;
  width: 100px;
  padding: 10px 0;
}

.sousuo_img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.w200 {
  width: 200px;
  border-bottom: 1px solid #fff;
  transition: 0.4s;
}

.xiala_fa_box {
  margin-left: 60px;
  position: relative;
}

.xiala_fa {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.xiala_img {
  width: 10px;
  height: 5px;
  margin-left: 10px;
}

.guoji_word2 {
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  letter-spacing: 2px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.guoji_word2 :hover {
  color: #eb6100;
}

.guoji_word {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 2px;
  transition: 0.3s;
}

.xiala_yy {
  position: absolute;
  padding-top: 80px;
  margin-top: 30px;
}

.xiala_fa:hover .xiala_yy {
  display: block !important;
}

.nav_item {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 2px;
  transition: 0.3s;
}

.nav_active {
  /* color: #601d88 !important; */
  color: #eb6100 !important;
}

.nav_item:hover {
  color: #eb6100;
  transition: 0.3s;
}

.nav_item:not(:first-child) {
  margin-left: 60px;
}

.banner_img {
  width: 100%;
  /* height: 100%; */
  height: 700px;
  object-fit: cover;
  transition: 0.3s;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: 700px;
  overflow: hidden;
}

.swiper_box {
  overflow: hidden;
  position: relative;
}

.banner_word {
  position: absolute;
  top: 200px;
  left: 150px;
  transition: 0.3s;
}

.banner_word_no_index {
  position: absolute;
  top: 400px;
  left: 150px;
  transition: 0.3s;
}

.chn {
  font-size: 50px;
  font-family: "Adobe 黑体 Std";
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
}

.eng {
  font-family: "Adobe 黑体 Std";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 60px;
}

.daxie {
  font-size: 25px;
  text-transform: uppercase;
}

/* foot */
.foot_box {
  display: flex;
  flex-direction: column;
  position: relative;
}

.foot_bg {
  width: 100%;
  min-height: 600px;
}

.foot_inner {
  position: absolute;
  transform: translate(-50%, 0%);
  top: 30px;
  left: 50%;
  width: 1080px;
}

.foot_inner_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot_logo {
  width: 196px;
  height: 41px;
}
.foot_item_img {
  width: 25px;
  height: 25px;
}
.foot_list_box {
  width: 378px;
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot_item_fa {
  margin-left: 5%;
}
.foot_item_fad {
  margin-left: 50%;
}
.foot_item_fab,
.foot_item_fabc {
  margin-left: 3%;
}

.foot_item {
  display: flex;
  align-items: center;
  width: 180px;
}
.foot_item2 {
  display: flex;
  align-items: center;
  width: 180px;
  height: 40px;
}

.foot_item:not(:first-child) {
  margin-top: 8px;
}

.foot_word {
}

.foot_word a {
  font-size: 16px;
  font-family: "Adobe Heiti Std";
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  margin-left: 20px;
  cursor: pointer;
}

.foot_word a:hover {
  color: #aaa;
  transition: 0.3s;
}

.foot_word12 a {
  font-weight: bold;
  font-size: 18px !important;
}
.foot_word2 a:hover {
  color: #aaa;
  transition: 0.3s;
}

.foot_word2 {
}

.foot_word2 a {
  color: #fff;
  font-size: 14px;
  font-family: "Adobe Heiti Std";
  letter-spacing: 2px;
  cursor: pointer;
}

.yuyan_chn {
  font-size: 16px;
  font-family: "Adobe Heiti Std";
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  cursor: pointer;
  margin-right: 80px;
  width: 70px;
}

.cur_yy_fa {
  border-bottom: 1px solid #fff;
}

.yuyan_fa_f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
}

.yuyan_fa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
}

.yuyan_fa:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* 底部下来菜单 */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding-top: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.mt30 {
  margin-top: 30px;
}

.foot_r_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 104px;
}

.wangluo {
  margin-right: 50px;
  margin-top: 10px;
}

.heng_zi {
  background-color: rgb(71, 15, 102);
  width: 100%;
  height: 2px;
}

.banquan {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.502);
}

.dibu_banquan {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 2px solid rgb(71, 15, 102);
  margin-top: 60px;
}

.di_img_fa {
  display: flex;
  align-items: center;
}

.di_img_fa img {
  margin-left: 20px;
  cursor: pointer;
}

/* 轮播图图片黑色遮罩曾 */
.masker_swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

/*swiper-pagination*/
#ani_pagination {
  position: absolute;
  /* top: 380px; */
  left: 150px;
  bottom: 200px;
  width: fit-content !important;
}

.swiper-pagination2 {
  position: relative;
  margin-top: -100px;
  z-index: 99;
}

.circle-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  position: relative;
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

.swiper-container-horizontal > .circle-swiper.swiper-pagination-bullets,
.circle-swiper.swiper-pagination-custom,
.circle-swiper.swiper-pagination-fraction {
  bottom: 25vh;
  left: 5%;
  right: 5%;
  margin: 0 45px;
  text-align: left;
  width: unset;
}

.circle-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 0.85;
  /* background: none; */
}

.circle-swiper .swiper-pagination-bullet:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
}

.circle-swiper .swiper-pagination-bullet-active:after {
  background: #db692a;
}

.path-loop {
  fill: none;
  stroke: #db692a;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

.path-loop-bg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

.circle-swiper .swiper-pagination-bullet .path-loop,
.circle-swiper .swiper-pagination-bullet .path-loop-bg {
  display: none;
}

.circle-swiper .swiper-pagination-bullet-active .path-loop,
.circle-swiper .swiper-pagination-bullet-active .path-loop-bg {
  display: block;
}

.circle-swiper .swiper-pagination-bullet-active .path-loop-bg {
  opacity: 0.9;
}
.menu_img {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 17px;
}
iframe {
  height: 500px;
}

/* 800 - 1200  */
@media screen and (max-width: 1800px) and (min-width: 800px) {
  .logo {
    width: 160px;
    height: auto;
  }

  .header {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    opacity: 0.8;
    top: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.122);
  }

  .nav_item {
    font-size: 14px;
    color: #fff;
  }

  .nav_item:not(:first-child) {
    margin-left: 40px;
  }

  .banner_word {
    position: absolute;
    top: 200px;
    left: 50px;
  }

  .chn {
    font-size: 30px;
    font-family: "Adobe 黑体 Std";
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
  }

  .eng {
    font-family: "Adobe 黑体 Std";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 40px;
  }

  .gz_form_box {
    display: block;
    position: absolute;
    top: 200px;
    right: 50px;
    background: #fff;
    z-index: 9;
    padding: 40px 40px;
    transition: 0.3s;
  }

  .hwgz_title {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    transition: 0.3s;
    font-family: "Adobe Heiti Std";
    color: #1b1b1b;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(71, 15, 102);
  }

  .dingwei {
    width: 15px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 15px;
    transition: 0.3s;
  }

  .gz_inp_fa {
    position: relative;
    margin-top: 20px;
    transition: 0.3s;
  }
}

/* 小于800 */
@media screen and (max-width: 800px) {
  .banner_img {
    height: 536px;
  }
  iframe {
    height: 200px;
  }
  .foot_bg,
  .foot_box {
    width: 100%;
    height: 200px !important;
    min-height: 0;
  }
  .swiper_box {
    height: 268px !important;
  }
  .banner_img {
    height: 268px !important;
  }
  .swiper-slide {
    height: 536px;
  }
  .banner_word_no_index {
    /* display: none; */
    top: 200px;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .content {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .tu_left {
    flex-direction: column !important;
  }
  .main_title {
    font-size: 26px !important;
  }
  .c_img {
    width: 90% !important;
    height: inherit !important;
    margin: 0 auto !important;
  }
  .tab_item {
    margin-left: 10px !important;
  }
  .box {
    overflow: hidden;
  }
  .menu_img {
    display: block !important;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 17px;
  }
  .header {
    height: 60px !important;
    /* display: none; */
  }

  .header_l {
    margin-left: 10px !important;
  }

  .header_r {
    transition: 0.3s;
    right: -150%;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 60px;
    bottom: 0;
    z-index: 12;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .nav_item {
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    display: block;
    width: 100%;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
  }

  .nav_item:not(:first-child) {
    margin-left: 0 !important;
  }

  .sousuo_fa {
    display: none;
  }

  .xiala_fa_box {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 6px !important;
  }

  .logo {
    width: auto !important;
    height: 25px !important;
  }

  .foot_left {
    display: none !important;
  }
  .foot_inner_main {
    justify-content: center;
  }

  .foot_inner {
    width: 100% !important;
  }

  .banquan {
    text-align: center;
  }
}
