@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.headbox.head-box {
  background: transparent;
}
.headbox.head-box a {
  color: #fff !important;
}
.head-box {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.head-box:hover {
  background-color: #fff !important;
}
.head-box:hover a {
  color: #333 !important;
}
.headbox.head-box:hover a {
  color: #333 !important;
}
.head-box .logo {
height: 30px;
object-fit: contain;
}
.head-box > ul {
  z-index: 2;
  height: 100%;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-box > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.head-box > ul > li.a>a {
  color: #cf0f19 !important;
}
.head-box > ul > li.a a {
  color: #cf0f19;
}
.head-box > ul > li:hover > a {
  color: #cf0f19 !important;
}
.head-box > ul > li.a:hover > a {
  color: #cf0f19 !important;
}
.head-box > ul > li:hover .heada_list {
  transform: translateX(-50%);
}
.head-box > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 22px;
  color: #333;
  /*font-weight: 600;*/
  transition: 0.3s;
}
.head-box > ul > li .heada_list {
  transform: rotateX(90deg) translateX(-50%);
  transform-origin: top center;
  background: #F6F6F6;
  /*transform: translateX(-50%);*/
  /*display: flex;*/
  /*height: 440px;*/
  transition: 0.5s;
  position: fixed;
  width: 100%;
  top: 80px;
  left: 50%;
  /*overflow: hidden;*/
}
.flex{
    display: flex;
    gap: 10px;
    font-size: 20px;
    align-items: center;
}
.head-box > ul > li .heada_list .heada_left {
  /*width: calc(50% + 50px);*/
  /*width: 100%;*/
  
  /*height: 100%;*/
  display: inline-flex;
  gap: 20px;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  /*align-items: flex-end;*/
  /*align-content: flex-end;*/
  padding: 20px 30px;
  position: relative;
  /*flex-flow: 0;*/
  /*overflow-x: auto;*/
}
.head-box > ul > li .heada_list .heada_left::-webkit-scrollbar{width:10px;height:5px;background-color:#f5f5f5}
.head-box > ul > li .heada_list .heada_left::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px transparent;border-radius:10px;background-color:#f5f5f5}
.head-box > ul > li .heada_list .heada_left::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#cf0f19}
.head-box > ul > li .heada_list .heada_left .top_a{
    
}
.head-box > ul > li .heada_list .heada_left .top_a>a {
  /*min-width: 200px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  /*margin-bottom: 20px;*/
  /*margin-left: 50px;*/
  position: relative;
  transition: 0.3s;
}
.head-box > ul > li .heada_list .heada_left .top_a>a span {
  position: relative;
  z-index: 2;
  display: block;
  /*padding: 0 50px 0 20px ;*/
}
.head-box > ul > li .heada_list .heada_left .top_a>a:hover {
  /*color: #fff;*/
}
.head-box > ul > li .heada_list .heada_left .top_a:hover>a::before {
  width: 100%;
}
.head-box > ul > li .heada_list .heada_left .top_a>a:hover img {
  /*display: block;*/
}
.head-box > ul > li .heada_list .heada_left .top_a>a.active {
  /*color: #fff;*/
}
.head-box > ul > li .heada_list .heada_left .top_a.active>a::before {
  /*height: 100%;*/
  /*bottom: auto;*/
  /*top:0 ;*/
  width: 100%;
}
.head-box > ul > li .heada_list .heada_left .top_a>a.active img {
  /*display: none;*/
}
.head-box > ul > li .heada_list .heada_left .top_a>a::before {
  content: "";
  width: 0%;
  z-index: 1;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  transition: 0.3s;
  background: #cf0f19;
}
.head-box > ul > li .heada_list .heada_left .top_a>a img {
  /*display: none;*/
  position: static;
  width: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 3;
}
.head-box > ul > li .heada_list .heada_right {
  /*width: calc(50% - 50px);*/
  background: #f6f6f6;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap:20px;
  display: none;
  /*flex-direction: column;*/
  /*align-items: flex-start;*/
  /*align-content: flex-start;*/
}
.head-box > ul > li .heada_list .heada_right a {
  /*min-width: 100px;*/
  padding: 6px 0;
  font-size: 20px;
  color:#cf0f19;
  /*margin-bottom: 20px;*/
  /*margin-right: 50px;*/
  transition: 0.3s;
}
.head-box > ul > li .heada_list .heada_right a:hover {
  font-weight: bold;
}
.head-box .screen-box {
  height: 0;
  transform: translateY(80px);
  transition: all 0.5s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  background-color: #f8f9f9;
  flex-direction: column;
  align-items: center;
}
.head-box .screen-box .screen-box-right::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  color: transparent;
}
.head-box .screen-box .screen-box-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: visible;
}
.head-box .screen-box .screen-box-right ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  color: transparent;
}
.head-box .screen-box .screen-box-right .skip-three {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}
.head-box .screen-box .screen-box-right .skip-three::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  transition: all 0.5s;
}
.head-box .screen-box .screen-box-right .skip-three > span {
  font-size: 16px;
  color: #666666;
  margin-right: 30px;
}
.head-box .screen-box .screen-box-right .skip-three > img {
  opacity: 0;
  width: 14px;
}
.head-box .screen-box .screen-box-right .skip-three:hover > img {
  animation: slide1 1s ease-in-out infinite;
}
.head-box .screen-box .screen-box-right .skip-three:last-child {
  margin-bottom: 0;
}
.head-box .screen-box .screen-box-right .skip-three-on > span {
  font-size: 18px;
  color: #333333;
}
.head-box .screen-box .screen-box-right .skip-three-on > img {
  opacity: 1;
}
.head-box .screen-box .screen-box-right .skip-three-on::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: all 0.5s;
}
.head-box .screen-box .shaixuanbeijing {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.head-box .screen-box .screen-box-one {
  width: 78%;
  padding: 32px 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.head-box .screen-box .screen-box-one .skip-screen {
  padding: 0 40px;
  padding-bottom: 22px;
  display: block;
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  position: relative;
}
.head-box .screen-box .screen-box-one .skip-screen::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  transition: all 0.5s;
}
.head-box .screen-box .screen-box-one .skip-screen:first-child {
  padding: 0 40px 22px 0;
}
.head-box .screen-box .screen-box-one .skip-screen:last-child {
  padding: 0 0 22px 40px;
}
.head-box .screen-box .screen-box-one .skip-screen-on {
  color: #cf0f19;
}
.head-box .screen-box .screen-box-one .skip-screen-on::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #cf0f19;
  transition: all 0.5s;
}
.head-box .screen-box .screen-box-one .skip-screen-on .screen-box-right {
  /* display: block; */
  margin-top: 20px;
  background: #f7f8f8;
  height: auto;
  transition: all 0.5s;
  padding: 10px 20px;
  width: 160px;
  text-align: center;
}
.head-box .screen-box .screen-box-two {
  transition: all 0.5s;
  height: auto;
  width: 56%;
}
.head-box .screen-box .screen-box-two .screen-box-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-box .screen-box .screen-box-two .screen-box-left .image-off {
  display: none;
}
.head-box .screen-box .screen-box-two .screen-box-left .image-on {
  display: block;
}
.head-box .screen-box .screen-box-two-on {
  display: flex;
}
.head-box .screen-on {
  height: auto;
  width: 100%;
  transition: all 0.5s;
}
.head-box .screen-on .screen-box-one {
  display: flex;
}
.head-box .screen-boxs {
  overflow: hidden;
  height: 0;
  transform: translateY(80px);
  transition: all 0.5s;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  background-color: #f8f9f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.head-box .screen-boxs .screen-boxs-one {
  height: fit-content;
  width: 78%;
  padding: 32px 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.head-box .screen-boxs .screen-boxs-one .skip-screens {
  height: fit-content;
  white-space: nowrap;
  padding: 0 40px;
  padding-bottom: 22px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  position: relative;
  margin-bottom: 20px;
}
.head-box .screen-boxs .screen-boxs-one .skip-screens::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  transition: all 0.5s;
}
.head-box .screen-boxs .screen-boxs-one .skip-screens-on {
  color: #cf0f19;
}
.head-box .screen-boxs .screen-boxs-one .skip-screens-on::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #cf0f19;
  transition: all 0.5s;
}
.head-box .screens-on {
  height: 131px;
  transition: all 0.5s;
}
.head-box .search {
  margin: 0 20px 0 40px;
  width: 26px;
  height: 26px;
  display: none;
}
.head-box .hei-search {
  margin: 0 20px 0 40px;
  width: 26px;
  height: 26px;
}
.head-box .language {
  font-size: 22px;
  color: #333;
  font-weight: 300;
  margin-left: 40px;
  display: flex;
  gap: 20px;
  position: relative;
}
.head-box .language.checka .langmenu .pa{
    transform: translateY(-50%) rotate(-90deg);
}
.head-box .language.checka .lang_box{
    transform: rotateX(0deg);
    box-shadow: 0 0 4px 6px rgba(0,0,0,0.03);
}
.head-box .language .lang_box{
    position: absolute;
    z-index: 1111;
    width: min-content;
    background-color:#fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 120%;
    gap: 15px;
    padding: 10px;
    transform: rotateX(90deg);
    transform-origin: top center;
    transition: 0.3s;
}
.head-box .language .lang_box .lang_a{
    /*font-size: 18px;*/
    font-size: 20px;
    display:flex;
    gap: 10px;
    line-height: 1;
    transition: 0.3s;
}
.head-box .language .lang_box .lang_a:hover{
    color: var(--themeColor);
}
.head-box .language .langmenu{
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
.head-box .language .langmenu .pa{
    position: absolute;
    width: 20px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
}
.head-box .language .skip.active{
    display: flex;
    align-items: center;
    gap: 5px;
    color:#cf0f19;
}
.head-box .switch-box {
  display: none;
}
.phone-view{
    display: none ;
}
.zxf_pagediv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:40px ;
}
.zxf_pagediv .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.zxf_pagediv .pagination a,.zxf_pagediv .pagination span{
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zxf_pagediv .pagination li{
    border: 1px solid #666;
    cursor: pointer;
    margin-right: 20px !important;
}
.zxf_pagediv .pagination li:last-of-type{
    margin-right: 0 !important;
}
.zxf_pagediv .pagination li.disabled{
    border-color: #999;
    opacity: .8;
}
.zxf_pagediv .pagination li.active{
    border-color: #cf0f19;
    opacity: 1;
    color: #cf0f19;
}

.foot-two-box {
  box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  background: #f8f9f9;
  width: 100%;
  overflow: hidden;
}
.foot-two-box .foot-two-one {
  z-index: 2;
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.foot_top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.foot-two-box .foot-two-one.indexfoot{
    padding: 44px 60px;
}
.foot-two-box .foot-two-one .QR-code {
  /*position: absolute;*/
  display: flex;
  bottom: 44px;
  right: 50px;
  /*gap: 30px;*/
  align-items: center;
}

.foot-two-box .foot-two-one .QR-code a+a{
    margin-left: 30px;
}

.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box {
  position: relative;
}
.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin {
  display: block;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin-hei {
  display: none;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixincode {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  top: -100%;
  width: 80px;
}
.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin {
  display: none;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin-hei {
  display: block;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixincode {
  opacity: 1;
  transition: all 0.5s;
  transform: translate(-50%, 0);
}
.foot-two-box .foot-two-one .QR-code .QR-weibo {
  /*margin-left: 30px;*/
}
.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs {
  position: relative;
}
.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo {
  display: block;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo-hei {
  display: none;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibocode {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  top: -100%;
  width: 80px;
  pointer-events: none;
}
.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo {
  display: none;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo-hei {
  display: block;
  width: 30px;
}
.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibocode {
  opacity: 1;
  transition: all 0.5s;
  transform: translate(-50%, 0);
}
.foot-two-box .foot-two-one .foot-two-one-content {
  margin-right: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.foot-two-box .foot-two-one .foot-two-one-content > a {
  margin-bottom: 30px;
}
.foot-two-box .foot-two-one .foot-two-one-content > img {
  width: 260px;
}
/*.foot-two-box .foot-two-one .foot-two-one-content .phone-box {*/
/*  margin-bottom: 20px;*/
/*}*/
.foot-two-box .foot-two-one .foot-two-one-content .phone-box > span {
  /*display: block;*/
  /*font-size: 12px;*/
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}
.foot-two-box .foot-two-one .foot-two-one-content .phone-box > i {
  font-size: 20px;
  color: #cf0f19;
  font-weight: 300;
}
.foot-two-box .foot-two-one .foot-two-one-content .email-box > span {
  /*display: block;*/
  font-size:16px;
  color: #666666;
  font-weight: 300;
}
.foot-two-box .foot-two-one .foot-two-one-content .email-box > i {
  font-size: 18px;
  color: #666666;
  font-weight: 300;
}
.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress {
  width: 32px !important;
  height: 32px !important;
}
.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress > img {
  width: 11px;
}
.foot-two-box .foot-two-one .foot-two-one-dl {
    padding: 30px 0;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 60%;
}
.foot-two-box .foot-two-one .foot-two-one-dl dl {
  font-family: bold;
}
.foot-two-box .foot-two-one .foot-two-one-dl dl a {
  padding-bottom: 5px;
  position: relative;
}
.foot-two-box .foot-two-one .foot-two-one-dl dl a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.foot-two-box .foot-two-one .foot-two-one-dl dl a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  background:#666666;
  transition: 0.3s;
}

.foot-two-box .foot-two-one .foot-two-one-dl dl dt {
  font-size: 22px;
  /*margin-bottom: 15px;*/
}
.foot-two-box .foot-two-one .foot-two-one-dl dl dt a {
  color: #666666;
}
.foot-two-box .foot-two-one .foot-two-one-dl dl dd {
  font-size: 20px;
  margin-bottom: 10px;
}
.foot-two-box .foot-two-one .foot-two-one-dl dl dd a {
  color: #333;
}
.foot-two-box .foot-two-two {
  z-index: 2;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(84, 84, 84, 0.2);
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
.foot-two-box .foot-two-two > span {
  z-index: 2;
}
.foot-two-box .foot-two-two > span > a {
  z-index: 2;
  color: #999999;
  font-size: 14px;
}
.foot-two-box .foot-two-two > span > a:hover {
  color: #cf0f19;
}
.foot-two-box .foot-two-two .up-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #545454;
}
.foot-two-box .foot-two-two .up-box:hover {
  background-color: #cf0f19;
}
.btn_a {
  display: flex;
  width: 90px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: var(--themeColor);
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
}
.banner {
  position: relative;
  /*margin-top: 80px;*/
  height: 100vh;
}
.banner  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner_img{
    width: 100%;
  height: 100%;
}
.banner .banner_text {
  position: absolute;
  left: 60px;
  bottom: 0;
  transform: translateY(50%);
  padding: 35px 60px;
  background: var(--themeColor);
  border-radius: 18px;
  color: #fff;
}
.banner .banner_text h2 {
  font-size: 50px;
}
.banner .banner_text h2,.banner .banner_text h1,.banner .banner_text h2{
    font-weight: 800;
}
.banner .banner_text p {
  font-family: hei;
  font-size: 40px;
}
.banner .banner_invest {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner .banner_invest h5 {
  font-size: 36px;
  margin-bottom: 20px;
}
.banner .banner_invest .rmb {
  color: var(--themeColor);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.banner .banner_invest .rmb > div:first-of-type {
  font-size: 80px;
  font-weight: bold;
  font-family: Source Han Sans;
  line-height: 1;
  margin-right: 5px;
}
.banner .banner_invest .rmb > div:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.banner .banner_invest .rmb span {
  font-size: 16px;
}
.banner .banner_invest ul {
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.banner .banner_invest ul li {
  margin-right: 90px;
  padding: 24px 0;
  font-size: 18px;
}
.banner .banner_invest ul li > div:first-of-type {
  margin-bottom: 15px;
}
.banner .banner_invest ul li:last-of-type {
  margin-right: 0;
}
.banner .banner_invest p {
  font-size: 16px;
}
.nav_ul {
  width: 100%;
  padding-left: 40%;
  /*margin-left: 40%;*/
  display: flex;
  justify-content: flex-end;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  gap: 60px;
}
.nav_ul li {
  padding: 45px 0 35px 0px;
  /*margin: 0 50px;*/
  font-size: 16px;
  position: relative;
  font-weight:800 ;
  font-size: 22px;
}
.nav_ul li a{
    white-space: nowrap;
}
.nav_ul li.active_ul::before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--themeColor);
  position: absolute;
  z-index: 11;
  bottom: -1px;
  left: 0;
}
.nav_ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 600px){
    .banner{
        height: auto;
    }
}
@media screen and (max-width: 1800px) {
  .head-box > ul {
    width: 65%;
    display: flex;
    justify-content: space-between;
  }
  /*.head-box .language .flex,.head-box .language .lang_box .lang_a{*/
  /*    font-size: 16px;*/
  /*}*/
  .head-box > ul > li .heada_list .heada_left .top_a>a{
      font-size: 18px;
  }
  .head-box > ul > li > a {
    /*font-size: 18px;*/
    /*font-weight: 300;*/
  }
  .head-box > ul > li > a:hover {
    color: #cf0f19 !important;
  }
  .head-box .screen-box .screen-box-one {
    padding: 32px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
  }
  .head-box .screen-box .screen-box-one .skip-screen {
    padding: 0 30px;
    font-size: 14px;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three > span {
    font-size: 16px;
    color: #666666;
    margin-right: 40px;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three > img {
    opacity: 0;
    width: 14px;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three:hover > img {
    animation: slide1 1s ease-in-out infinite;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three:last-child {
    margin-bottom: 0;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three-on > span {
    font-size: 16px;
    color: #333333;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three-on > img {
    opacity: 1;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three-on::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333333;
    transition: all 0.5s;
  }
  .head-box .screen-box .screen-box-two .screen-box-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head-box .screen-box .screen-box-two .screen-box-left .image-off {
    display: none;
  }
  .head-box .screen-box .screen-box-two .screen-box-left .image-on {
    display: block;
  }
  .head-box .screen-box .screen-box-two-on {
    display: flex;
  }
  .head-box .search {
    margin: 0 20px 0 40px;
    width: 26px;
    height: 26px;
  }
  .head-box .hei-search {
    display: none;
    margin: 0 20px 0 40px;
    width: 26px;
    height: 26px;
  }
  .head-box .language {
    font-size: 24px;
    font-weight: 300;
  }
  .head-box .switch-box {
    display: none;
  }
  .banner .banner_invest{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
  }
}
@media screen and (max-width: 1550px) {
  .head-box > ul > li > a {
    /*font-size: 20px;*/
  }
  .nav_ul{
      gap: 40px;
  }
  .nav_ul li a{
      font-size: 20px;
  }
  .head-box .screen-box .screen-box-one {
    padding: 32px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
  }
  .head-box .screen-box .screen-box-one .skip-screen {
    padding: 0 20px;
    padding-bottom: 22px;
    font-size: 14px;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three > span {
    font-size: 14px;
    color: #666666;
    margin-right: 40px;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three > img {
    opacity: 0;
    width: 14px;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three:hover > img {
    animation: slide1 1s ease-in-out infinite;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three:last-child {
    margin-bottom: 0;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three-on > span {
    font-size: 16px;
    color: #333333;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three-on > img {
    opacity: 1;
  }
  .head-box .screen-box .screen-box-two .screen-box-right .skip-three-on::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333333;
    transition: all 0.5s;
  }
  .head-box .screen-box .screen-box-two .screen-box-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head-box .screen-box .screen-box-two .screen-box-left .image-off {
    display: none;
  }
  .head-box .screen-box .screen-box-two .screen-box-left .image-on {
    display: block;
  }
  .head-box .screen-box .screen-box-two-on {
    display: flex;
  }
  .head-box .language {
    font-size: 20px;
    margin-left: 0px !important;
  }
  .head-box .language .flex,.head-box .language .lang_box .lang_a{
      font-size: 16px;
  }
  .nav_ul li {
    margin: 0 30px;
  }
  .foot-two-box .foot-two-one .foot-two-one-content{
      margin-right: 100px;
  }
  .foot-two-box .foot-two-one .foot-two-one-dl dl dt{
      font-size: 22px;
  }
  .foot-two-box .foot-two-one .foot-two-one-dl dl dd{
      font-size: 18px;
  }
  .head-box > ul > li .heada_list .heada_left a{
      /*margin-left: 30px;*/
      font-size: 16px;
      margin-bottom: 10px;
  }
  .head-box > ul > li .heada_list .heada_right a{
      margin-right: 30px;
      font-size: 16px;
      margin-bottom: 10px;
  }
}
@media screen and (max-width: 1350px) {
    .banner{
        margin-top: 70px;
    }
  .head-box {
    height: 70px;
    padding: 0 30px;
  }
  .head-box .logo {
    margin-right: 80px;
  }
  .head-box > ul > li > a {
    font-size: 14px;
    /*font-weight: 300;*/
  }
  .head-box .search {
    margin: 0 20px 0 40px;
    width: 14px;
    height: 14px;
  }
  .head-box .hei-search {
    margin: 0 20px 0 40px;
    width: 14px;
    height: 14px;
  }
  .head-box .language {
    /*font-size: 14px;*/
  }
  .banner .banner_text {
    transform: translateY(30%);
  }
  .banner .banner_text h2 {
    font-size: 40px;
  }
  .banner .banner_text p {
    font-size: 30px;
  }
  .nav_ul li {
    padding: 20px 0;
    margin: 0 20px;
    font-size: 14px;
  }
  .foot-two-box .foot-two-one .foot-two-one-content{
      margin-right: 70px;
  }
  .foot-two-box .foot-two-one .foot-two-one-dl dl dt{
      font-size: 16px;
  }
  .foot-two-box .foot-two-one .foot-two-one-dl dl dd{
      font-size: 14px;
  }
  .foot-two-box .foot-two-one .foot-two-one-content img{
      width: 200px;
  }
  .foot-two-box .foot-two-two{
      font-size: 12px;
  }
  .head-box > ul > li .heada_list{
      /*height: 410px;*/
      top: 70px;
  }
  .head-box > ul > li .heada_list .heada_left a{
      /*min-width: 160px;*/
      font-size: 14px;
  }
  .head-box > ul > li .heada_list .heada_right a{
      font-size: 14px;
  }
  .head-box > ul > li .heada_list .heada_left .top_a>a{
      font-size: 16px;
      padding: 10px;
      margin-bottom: 0;
      margin-left: 0;
  }
  .head-box > ul > li .heada_list .heada_left{
      padding: 0;
  }
}
@media screen and (max-width: 950px) {
  .head-box {
    padding: 0 15px;
  }
  .head-box .logo {
    width: 150px;
    z-index: 9;
  }
  .head-box > ul {
    width: 100vw;
    height: calc(100vh - 70px);
    transition: all 0.3s;
    transform: translateY(-100%);
    background-color: #f8f9f9;
    top: 0;
    right: 0;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .head-box > ul > li {
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(84, 84, 84, 0.2);
  }
  .head-box > ul > li > a {
    font-size: 14px;
    color: #333 !important;
  }
  .head-box > ul > li > a:hover {
    color: #cf0f19 !important;
  }
  .head-box > ul > li .input-box {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex: 1;
    height: 36px;
    background-color: #fff;
  }
  .head-box > ul > li .input-box > input {
    width: 100%;
    height: 100%;
  }
  .head-box > ul > li:first-child {
    display: block;
  }
  .head-box .ul-on {
    transition: all 0.3s;
    transform: translateY(70px);
  }
  .head-box .search {
    display: none !important;
  }
  .head-box .hei-search {
    display: none !important;
  }
  /*.head-box .language {*/
  /*  display: none !important;*/
  /*}*/
  .head-box .switch-box {
    z-index: 9;
    display: block;
  }
  .head-box .switch-box > span {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #333;
  }
  .head-box .switch-box > span:first-child {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 8px;
  }
  .head-box .switch-box > span:last-child {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-top: 8px;
  }
  .head-box .switch-box-on > span {
    display: none;
  }
  .head-box .switch-box-on > span:first-child {
    margin: 0;
    display: block;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: rotateZ(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    margin-bottom: 0px;
  }
  .head-box .switch-box-on > span:last-child {
    margin: 0;
    display: block;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 950px) {
    .foot-two-box .foot-two-one .QR-code{
        bottom: 20px;
    }
    .foot-two-box .foot-two-one{
        padding: 20px 0;
    }
    .banner .banner_text{
        padding: 20px;
        left: 5vw;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner .banner_text h2{
        font-size: 24px;
    }
    .banner .banner_text p{
        font-size: 16px;
    }
    .banner_img{
        height: 200px !important;
    }
    .nav_ul{
        display: none;
    }
    .phone-view{
        display: block;
        width: 100%;
        position: fixed;
        height: calc(100vh - 70px);
        top: 70px;
        left: 0;
        background: #fff;
        z-index: 111;
        transform: translateX(-100%);
        transition: .3s;
    }
    .phone-view.view-on{
        transform: translateX(0);
    }
    .phone-view .phone-list{
        position: fixed;
        z-index: 112;
        background: #fff;
        height: calc(100vh - 70px);
        width: 100%;
        top: 0px;
        left: 0;
        transform: translateX(200%);
        transition: .3s;
        overflow-y: auto;
    }
    .phone-view .phone-list img{
        width: 20px;
        display: block;
        margin: 15px;
    }
    .phone-view .phone-list.phone-on{
        transform: translateX(0);
    }
    .phone-view .phone-li{
        padding: 10px 15px;
        width: 100%;
        height: auto;
        text-align: left;
        border-bottom: 1px solid rgba(84, 84, 84, 0.2);
    }
    .phone-view .phone-item{
        padding: 10px 15px;
        width: 100%;
        height: auto;
        text-align: left;
        border-bottom: 1px solid rgba(84, 84, 84, 0.2);
    }
    .phone-view .phone-ul a{
        color: #000;
        width: 100%;
        display: block;
    }
    .phone-view .phone-ul .phone-a{
        position: relative;
    }
    .phone-view .phone-ul .phone-a img{
        position: absolute;
        width: 20px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .ul-box{
        display: none;
    }
    .foot-two-box .foot-two-one .foot-two-one-dl{
        display: none;
    }
  .head-box {
    padding: 0 15px;
  }
  .head-box .logo {
    width: 150px;
    z-index: 9;
    margin-right: 0;
  }
  .head-box > ul {
      display: none;
    width: 100vw;
    height: calc(100vh - 70px);
    transition: all 0.3s;
    transform: translateY(-100%);
    background-color: #f8f9f9;
    top: 0;
    right: 0;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .head-box > ul > li {
    padding: 10px 15px;
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid rgba(84, 84, 84, 0.2);
  }
  .head-box > ul > li > a {
    font-size: 14px;
    color: #333 !important;
  }
  .head-box > ul > li > a:hover {
    color: #cf0f19 !important;
  }
  .head-box > ul > li .input-box {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex: 1;
    height: 36px;
    background-color: #fff;
  }
  .head-box > ul > li .input-box > input {
    width: 100%;
    height: 100%;
  }
  .head-box > ul > li:first-child {
    display: block;
  }
  .head-box .ul-on {
    transition: all 0.3s;
    transform: translateY(70px);
  }
  .head-box .search {
    display: none !important;
  }
  .head-box .hei-search {
    display: none !important;
  }
  /*.head-box .language {*/
  /*  display: none !important;*/
  /*}*/
  .head-box .switch-box {
    z-index: 9;
    display: block;
  }
  .head-box .switch-box > span {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #333;
  }
  .head-box .switch-box > span:first-child {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 8px;
  }
  .head-box .switch-box > span:last-child {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-top: 8px;
  }
  .head-box .switch-box-on > span {
    display: none;
  }
  .head-box .switch-box-on > span:first-child {
    margin: 0;
    display: block;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: rotateZ(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    margin-bottom: 0px;
  }
  .head-box .switch-box-on > span:last-child {
    margin: 0;
    display: block;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    margin-top: 0px;
  }
}
/*修改*/
.head-box > ul > li .heada_list .heada_left .top_a{
    position: relative;
}
.head-box > ul > li .heada_list .heada_left .top_a:hover .toplist{
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%,0px);
}
.head-box > ul > li .heada_list .heada_left .top_a .toplist{
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 50%;
    background: #fff;
    transform: translate(30px,30px);
    pointer-events: none;
    transition: 0.3s;
    font-size: 16px;
    z-index: 20;
    /*padding: 20px;*/
    border: 1px solid  #f8f9f9;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    min-width: 100%;
}
.head-box > ul > li .heada_list .heada_left .top_a .toplist a{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    transition: 0.3s;
    padding: 0 20px;
}

.head-box > ul > li .heada_list .heada_left .top_a .toplist a:first-child{
    padding-top: 20px;
}

.head-box > ul > li .heada_list .heada_left .top_a .toplist a:last-child{
    padding-bottom: 20px;
}

.head-box > ul > li .heada_list .heada_left .top_a .toplist a:hover{
    color: #cf0f19;
}

.foot-two-box .foot-two-one .foot-two-one-dl dl dt a{
    white-space: nowrap;
}

@media (max-width: 1450px){
    .head-box > ul > li > a{
        font-size: 18px;
    }
}

@media (max-width: 1400px){
    .foot-two-box .foot-two-one .foot-two-one-dl{
        width: 75%;
    }
}