@media screen and (max-width: 800px) {
  .header {
    width: 100% !important;
    height:30% !important;
    min-width:100% !important;
  }
  .inner{
    width: 100% !important;
    min-width:100% !important;
  }
  .inner_box{
    width: 100% !important;
  }
  .bottom{
    width: 100% !important;
    min-width:100% !important;
  }
  .footer_last{
    width: 100% !important;
    min-width:100% !important;
    height: 83px  !important;
    font-size:10px !important;
  }
  .inner_scope{
    justify-content:center !important;
  } 
  .footer_img{
    width: 100% !important;
  }
  .title_left {
    width: 80% !important;
  }
  .index_a1{
    width: 30% !important;
  }
  .index_a2{
    width: 70% !important;
  }
  .title_first{
    font-size: 26px !important;
    white-space: nowrap;
  }
  .logo_name{
    white-space: nowrap;
    overflow: hidden;
    text-align: left !important;
  }
  .title_right{
    width: 20% !important;
  }
  .title_bottom{
    margin: auto !important;
  }
  .title_t {
    display: none !important;
  }
  .title_img {
    height: 380px !important;
  }
  .fenlei {
    display: block !important;
  }
  .inner_scope {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center;
  }
  .inner-item {
    flex-basis: 85% !important;
    padding: 0 !important;
    margin-top: 20px !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
  .inner_img {
    height: 2000px !important ;
  }
  .index_t{
    font-size: 33px !important;
  }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
a {
  text-decoration: none;
  color: #333;
}
.en_style{
  font-family: Arial;
}
.mask-index {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000060;
  opacity: 0;
  transition: all 0.4s;
  display:none;
}
.pop-up-index {
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10020;
  transform: translateX(-100%);
  transition: all 0.4s;
}
.menu_logo {
  background: #e3dfd4;
  height: 64px;
  padding: 18px;
}
.menu_container {
  padding: 0 0.625rem;
}
.menu_item {
  font-size: 18px;
  border-color: #ddd;
  height: 2.375rem;
  line-height: 2.375rem;
  overflow: hidden;
}
.header {
  height: 708px;
  width: 100%;
  display: flex;
  text-align: center;
  color: white;
  flex-wrap: wrap;
  background-image: url("../images/firstpic.png");
  background-size: cover;
  background-position: center;
  min-width: 1024px;
}
.bg_img {
  width: 100%;
}
.fontstyle {
  font-family: Source Han Sans CN, Source Han Sans CN;
  color: #000000;
}
.en_fontstyle{
  font-family: Arial;
  color: #000000;
}
.title_img {
  height: 920px;
  position: absolute;
}
.inner_img {
  height: 1880px;
  position: absolute;
  margin-top: -2px;
}
.bottom_img {
  height: 500px;
  position: absolute;
  margin-top: 24px;
}
.title {
  height: 74px;
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.title_left {
  width: 400px;
  flex-grow: 2;
  font-weight: bold;
  justify-content: center;
  font-size: larger;
  display: flex;
}
.logo_name {
  line-height: 74px;
  color: #ffffff;
  font-size: 16px;
  margin-left: 5px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
}
.en_logo_name {
  line-height: 74px;
  color: #ffffff;
  font-size: 16px;
  margin-left: 5px;
  font-family: Arial;
  font-weight: 500;
}
.title_right {
  width: 800px;
  line-height: 74px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.en_title_right {
  width: 800px;
  line-height: 74px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.title_bottom {
  width: 412px;
  height: 204px;
  margin-top: -70px;
  margin-left: 177px;
}
.title_a {
  /* max-height: 110px;*/   // index首页封面文字
  overflow: hidden;
  line-height: 28px;
  font-size: 15px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}
.en_title_a {
  overflow: hidden;
  line-height: 28px;
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}

.fenlei {
  position: absolute;
  width: 14px;
  display: none;
}
.title_t {
  text-align: center;
  /* margin-left: 30px; */  //首页导航栏
  height: 70px;
  display: flex;
  align-items: center;
}
.zn {
  margin-right: 20px;
  padding: 0 10px 0 10px;
  height: 25px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  line-height: 25px;
  color: black;
  font-size: 11px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
}
.title_index {
  position: relative;
}
.title_index::before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 9px;
  display: inline-block;
  width: 11px;
  height: 3px;
  border-radius: 20px;
  background-color: white;
}
.inner {
  width: 100%;
  min-width:1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/background.png);
  background-size: cover;
  background-position: center;
}
.inner_box{
  width: 1024px;
}
.select_t {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 34px;
}
.inner_scope {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1024px;
  padding-top: 34px;
}
.inner-item {
  width: 400px;
  margin-bottom: 25px;
}
.inner_t1 {
  margin-top: 11px;
  height: 35px;
  font-size: 19px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.en_inner_t1 {
  margin-top: 11px;
  height: 35px;
  font-size: 19px;
  font-family: Arial;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.en_inner_t1::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 34px;
  height: 2px;
  border-radius: 20px;
  background-color: #468eca;
}
.inner_t1::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 34px;
  height: 2px;
  border-radius: 20px;
  background-color: #468eca;
}
.inner_t2 {
  /* overflow: hidden; */   //index 展示栏英文
  max-height: 50px; 
  margin-top: 7px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
}
.en_inner_t2 {
  max-height: 50px; 
  margin-top: -88px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
}
.bottom {
  width: 100%;
  min-width:1024px;
  background-image: url(../images/bottom_bac.png);
  background-size: cover;
  background-position: center;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer_a {
  width: 200px;
  height: 108px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot_img {
  width: 74px;
  height: 74px;
}
.footer_img {
  margin-top: 11px;
  width:900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.footer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 22%;
  margin-bottom: 23px;
}
.footer_title {
  padding: 0 12px 0 12px;
  height: 31px;
  margin-top: 12px;
  background: linear-gradient(180deg, #468eca 0%, #173e92 100%);
  border-radius: 11px 11px 11px 11px;
  opacity: 1;
  font-size: 10px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  overflow: hidden;
}
.en_footer_title {
  padding: 0 12px 0 12px;
  height: 31px;
  margin-top: 12px;
  background: linear-gradient(180deg, #468eca 0%, #173e92 100%);
  border-radius: 11px 11px 11px 11px;
  opacity: 1;
  font-size: 10px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  overflow: hidden;
}

.footer_last {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width:1024px;
  height: 78px;
  margin: auto;
  background: #173e92;
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
#reset{
  position: absolute;
  z-index: 999;
  background: white;
  width: 30px;
  height: 30px;
  left: 95%;
  top: 84%;
  border-radius: 3px;
}
.Agent_T {
  margin: auto;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.en_Agent_T {
  margin: auto;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.time_top {
  background: #468eca;
  height: 43px;
  border-radius: 12px 12px 0px 0px;
  background-image: url("../images/timeing.png");
  background-size: cover;
  background-position: center;
  font-size: 26px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  padding-left: 10px;
  line-height: 41px;
}
.en_time_top {
  background: #468eca;
  height: 43px;
  border-radius: 12px 12px 0px 0px;
  background-image: url("../images/timeing.png");
  background-size: cover;
  background-position: center;
  font-size: 26px;
  font-family:Arial;
  font-weight: 500;
  color: #ffffff;
  padding-left: 10px;
  line-height: 41px;
}

.time_bottom_2{
  padding-left: 10px;
  padding-top: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  position: relative;
}

.en_time_bottom_2{
  padding-left: 10px;
  padding-top: 14px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  position: relative;
}

.Contant_T {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}

.en_Contant_T {
  font-size: 18px;
  font-family:Arial;
  font-weight: 400;
  color: #000000;
}

.about_t {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.en_about_t {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.ab_t {
 font-size: 18px;
 font-family: Source Han Sans CN, Source Han Sans CN;
 font-weight: 400;
 color: #000000;
 margin-top: 8px;
} 

.en_ab_t {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  margin-top: 8px;
 } 

 .Trade_t2 {
  font-size: 18px;
  margin-top: -4px;
  color: #ffffff;
  background: #8ca5d8;
  height: 200px;
  line-height: 45px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
  max-height: 50px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
} 

.en_Trade_t2 {
  font-size: 18px;
  margin-top: -4px;
  color: #ffffff;
  background: #8ca5d8;
  height: 200px;
  line-height: 45px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
  max-height: 50px;
  font-family: Arial;
  font-weight: 400;
} 