@charset "UTF-8";
:root {
  --borColor: #fff;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.header::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.header .box {
  padding: 1.3020833333vw 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
.header .box .l .logo svg {
  width: 6.3020833333vw;
  display: block;
}
.header .box .l .logo svg path {
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.header .box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .box .links .nav_item {
  margin: 0 2.2916666667vw;
  position: relative;
  cursor: pointer;
}
.header .box .links .nav_item .a1 {
  color: #FFF;
  font-size: 0.9375vw;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.header .box .links .nav_item .sub_nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 0.78125vw;
  display: none;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  white-space: nowrap;
}
.header .box .links .nav_item .sub_nav a {
  display: block;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.5208333333vw 0;
  position: relative;
}
.header .box .links .nav_item .sub_nav a::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  display: block;
}
.header .box .links .nav_item .sub_nav a:hover::before {
  width: 100%;
}
.header .box .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.header .box .r .car {
  position: relative;
  display: block;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  background: rgba(255, 255, 255, 0.3);
}
.header .box .r .car:hover {
  background: rgb(240, 130, 0);
}
.header .box .r .car:hover .border {
  opacity: 0;
}
.header .box .r .car:hover .tx .icon svg path:nth-child(1), .header .box .r .car:hover .tx .icon svg path:nth-child(2) {
  fill: white;
}
.header .box .r .car:hover .tx .icon svg path:nth-child(3), .header .box .r .car:hover .tx .icon svg path:nth-child(4) {
  stroke: white;
}
.header .box .r .car:hover .tx p {
  color: white;
}
.header .box .r .car .border {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.header .box .r .car .border img {
  display: block;
  width: 7.7083333333vw;
  opacity: 0;
}
.header .box .r .car .tx {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .box .r .car .tx .icon svg {
  width: 1.25vw;
  display: block;
}
.header .box .r .car .tx .icon svg path {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  stroke: #fff;
}
.header .box .r .car .tx p {
  font-size: 0.9375vw;
  color: #fff;
  margin-left: 0.625vw;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.header .box .r .car .tx .shadow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.header .box .r .car .tx .shadow img {
  height: 100%;
  display: block;
}
.header .box .r .search {
  margin: 0 2.1875vw;
  cursor: pointer;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.header .box .r .search img {
  width: 1.4583333333vw;
  display: block;
}
.header .box .r .lan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.header .box .r .lan img {
  width: 1.5625vw;
  display: block;
}
.header .box .r .lan p {
  color: white;
  font-size: 0.7291666667vw;
  margin-left: 0.3645833333vw;
}

.hasBg,
.hasBg2 {
  background: hsla(0, 0%, 100%, 0.75);
}
.hasBg .box .l .logo svg path,
.hasBg2 .box .l .logo svg path {
  fill: #003B83;
}
.hasBg .box .links .nav_item .a1,
.hasBg2 .box .links .nav_item .a1 {
  color: #000;
}
.hasBg .box .r .car,
.hasBg2 .box .r .car {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  background: rgba(0, 0, 0, 0.1);
}
.hasBg .box .r .car:hover .tx .icon svg path,
.hasBg2 .box .r .car:hover .tx .icon svg path {
  stroke: #000;
}
.hasBg .box .r .car:hover .tx .icon svg path:nth-child(1), .hasBg .box .r .car:hover .tx .icon svg path:nth-child(2),
.hasBg2 .box .r .car:hover .tx .icon svg path:nth-child(1),
.hasBg2 .box .r .car:hover .tx .icon svg path:nth-child(2) {
  fill: #000;
}
.hasBg .box .r .car:hover .tx .icon svg path:nth-child(3), .hasBg .box .r .car:hover .tx .icon svg path:nth-child(4),
.hasBg2 .box .r .car:hover .tx .icon svg path:nth-child(3),
.hasBg2 .box .r .car:hover .tx .icon svg path:nth-child(4) {
  stroke: #000;
}
.hasBg .box .r .car:hover .tx p,
.hasBg2 .box .r .car:hover .tx p {
  color: #000;
}
.hasBg .box .r .search img,
.hasBg2 .box .r .search img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.hasBg .box .r .lan,
.hasBg2 .box .r .lan {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.show_second::after {
  height: 50vh;
}
.show_second .box .l .logo svg path {
  fill: #fff;
}
.show_second .box .links .nav_item .a1 {
  color: #fff;
}
.show_second .box .links .nav_item .sub_nav {
  display: block;
}

.show_second2::after {
  height: 50vh;
}
.show_second2 .box .l .logo svg path {
  fill: #fff;
}
.show_second2 .box .links .nav_item .a1 {
  color: #fff;
}
.show_second2 .box .links .nav_item .sub_nav {
  display: block;
}
.show_second2 .box .r {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.search_box {
  background: #FFF;
  -webkit-box-shadow: 0px 26.332px 131.661px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 26.332px 131.661px 0px rgba(0, 0, 0, 0.3);
  padding: 1.0416666667vw 6.25vw 1.5625vw 6.25vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  display: none;
}
.search_box .close {
  text-align: right;
  margin-bottom: 1.5625vw;
}
.search_box .close svg {
  width: 1.4583333333vw;
  cursor: pointer;
}
.search_box .nr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 36.5625vw;
}
.search_box .nr .keywords {
  border-bottom: 1.505px solid #DBDBDB;
  position: relative;
  padding: 0.5208333333vw 0;
}
.search_box .nr .keywords input {
  width: 100%;
  font-size: 0.8333333333vw;
  color: #000;
  border: none;
  outline: none;
}
.search_box .nr .keywords a {
  position: absolute;
  right: 0;
  bottom: 0.5208333333vw;
}
.search_box .nr .keywords a svg {
  width: 1.4583333333vw;
  display: block;
}
.search_box .nr .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.1458333333vw;
  display: none;
}
.search_box .nr .tags a {
  border-radius: 0.7291666667vw;
  background: #F0F0F0;
  display: block;
  padding: 0.4166666667vw 0.8333333333vw;
  margin-right: 0.625vw;
  color: #808080;
  font-size: 0.8333333333vw;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.search_box .nr .tags a:hover {
  background: #003B83;
  color: white;
}

.pheader {
  display: none;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  left: 0;
  z-index: 1002;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.pheader .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
.pheader .menu a {
  margin-left: 20px;
}
.pheader .menu a img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pheader .menu .navbox {
  margin-right: 20px;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.pheader .menu .navbox .line {
  width: 30px;
  height: 1px;
  background-color: #2A746E;
  margin: 8px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pheader .menu .activeBox {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.pheader .menu .activeBox .line:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px);
      -ms-transform: rotate(45deg) translateY(12px);
          transform: rotate(45deg) translateY(12px);
}
.pheader .menu .activeBox .line:nth-child(2) {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
.pheader .menu .activeBox .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-12px);
      -ms-transform: rotate(-45deg) translateY(-12px);
          transform: rotate(-45deg) translateY(-12px);
}

.menuList {
  position: fixed;
  left: 0;
  top: 59px;
  width: 100%;
  z-index: 1001;
  background: white;
  display: none;
  height: calc(100vh - 59px);
}
.menuList .lan {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menuList .lan a {
  color: #646464;
  margin-left: 10px;
}
.menuList .lan .active {
  font-weight: bolder;
  color: #000000;
}
.menuList .item {
  padding: 1rem;
  background-color: #ededed;
  border-bottom: 1px solid #dadada;
}
.menuList .item a {
  color: #000;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.menuList .item a img {
  position: absolute;
  right: 0;
  width: 20px;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  top: 5px;
}
.menuList .item a .icon2 {
  position: static;
  width: auto;
  margin-right: 10px;
}
.menuList .item a .rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menuList .item .tb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menuList .item .tb a {
  display: block;
}
.menuList .item .tb img {
  width: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.menuList .item .tb .rotate {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.menuList .item .types_top {
  display: none;
}
.menuList .item .types_top a {
  font-size: 14px;
  margin-top: 15px;
}

.activeList {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.foot {
  background: #FFF;
  position: relative;
}
.foot .fbg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.8854166667vw;
  pointer-events: none;
}
.foot .fbg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.foot .d1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 3.0208333333vw 10.4166666667vw 1.9791666667vw 10.4166666667vw;
}
.foot .d1 .l img {
  width: 12.1875vw;
  display: block;
}
.foot .d1 .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot .d1 .r .pic1 {
  cursor: pointer;
}
.foot .d1 .r .pic1 img {
  width: 7.6041666667vw;
}
.foot .d1 .r .pic2 {
  cursor: pointer;
  margin-left: 2.0833333333vw;
}
.foot .d1 .r .pic2 img {
  width: 2.6041666667vw;
}
.foot .d2 {
  padding: 2.5vw 10.4166666667vw 4.1666666667vw 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot .d2 .l {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot .d2 .l .p1 {
  color: #000;
  font-size: 0.9375vw;
  font-weight: 600;
}
.foot .d2 .l .des {
  color: #666;
  font-size: 0.9375vw;
}
.foot .d2 .l .des p {
  font-family: "PINGFANGSC";
  margin-top: 1.6666666667vw;
  line-height: 1.6666666667vw;
}
.foot .d2 .l .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6666666667vw;
}
.foot .d2 .l .icons a {
  margin-right: 1.6666666667vw;
  position: relative;
}
.foot .d2 .l .icons a .code {
  position: absolute;
  left: -2.0833333333vw;
  top: 100%;
  background: white;
  z-index: 10;
  display: none;
}
.foot .d2 .l .icons a .code img {
  width: 6.25vw;
}
.foot .d2 .l .icons a img {
  width: 1.5625vw;
  display: block;
}
.foot .d2 .l .icons a:hover .code {
  display: block;
}
.foot .d2 .l .gwsc {
  margin: 0 0 3.125vw;
}
.foot .d2 .l .gwsc .p1 {
  color: #000;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 2.0833333333vw;
}
.foot .d2 .l .gwsc .dis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot .d2 .l .gwsc .dis .img {
  margin: 0 1.3541666667vw 0 0;
}
.foot .d2 .r {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot .d2 .r .item .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot .d2 .r .item .p1 svg {
  width: 0.625vw;
  display: block;
}
.foot .d2 .r .item .p1 p {
  margin-left: 0.4166666667vw;
  color: #000;
  font-size: 0.9375vw;
  font-weight: 600;
}
.foot .d2 .r .item .pList {
  margin-left: 1.0416666667vw;
}
.foot .d2 .r .item .pList a {
  display: block;
  margin-top: 1.9791666667vw;
  color: #666;
  font-size: 0.9375vw;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.foot .d2 .r .item .pList a:hover {
  color: #000;
}
.foot .d3 {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 3.125vw 8.59375vw 2.5vw 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot .d3 .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot .d3 .l .item {
  margin-right: 1.25vw;
  cursor: pointer;
  width: 7.8125vw;
  position: relative;
}
.foot .d3 .l .item .i1 {
  position: relative;
  padding: 0.5729166667vw 0.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot .d3 .l .item .i1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-7.62%, rgba(0, 59, 131, 0)), color-stop(102.28%, #003B83));
  background: linear-gradient(90deg, rgba(0, 59, 131, 0) -7.62%, #003B83 102.28%);
}
.foot .d3 .l .item .i1 svg {
  width: 0.625vw;
  display: block;
}
.foot .d3 .l .item .i1 p {
  margin-left: 0.2083333333vw;
  font-size: 0.7291666667vw;
  color: #666;
}
.foot .d3 .l .item .i1 img {
  width: 1.1458333333vw;
  display: block;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.foot .d3 .l .item .foot-link-drop {
  width: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  bottom: 100%;
  border: 1px solid #1C509C;
  background: #FFF;
  /* AUX投影 */
  -webkit-box-shadow: -2px 18px 23.5px 0px rgba(192, 192, 192, 0.25);
          box-shadow: -2px 18px 23.5px 0px rgba(192, 192, 192, 0.25);
  display: none;
  z-index: 9;
}
.foot .d3 .l .item .foot-link-drop a {
  display: block;
  color: #000;
  font-size: 0.7291666667vw;
  padding: 0.4166666667vw;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.foot .d3 .l .item .foot-link-drop a:hover {
  background: #003B83;
  color: white;
}
.foot .d3 .l .on .i1 img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.foot .d3 .r #goTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.foot .d3 .r #goTop svg {
  width: 0.8854166667vw;
  display: block;
}
.foot .d3 .r #goTop p {
  font-size: 0.9375vw;
  margin-left: 0.2604166667vw;
}
.foot .d4 {
  padding: 2.5vw 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot .d4 .l {
  color: #000;
  font-size: 0.7291666667vw;
}
.foot .d4 .l a {
  color: #000;
}
.foot .d4 .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot .d4 .r a {
  color: #999;
  font-size: 0.7291666667vw;
  font-family: "PINGFANGSC";
  margin-left: 1.1979166667vw;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.foot .d4 .r a:hover {
  color: #000;
}

.animate_more {
  position: relative;
  overflow: hidden;
}

.animate_more span {
  position: absolute;
  display: block;
}

.animate_more span:nth-child(1) {
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(var(--borColor)));
  background: linear-gradient(90deg, transparent, var(--borColor));
  -webkit-animation: animate1 4s linear infinite;
          animation: animate1 4s linear infinite;
  left: -100%;
}

@-webkit-keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.animate_more span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--borColor)));
  background: linear-gradient(180deg, transparent, var(--borColor));
  -webkit-animation: animate2 4s linear infinite;
          animation: animate2 4s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
.animate_more span:nth-child(3) {
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(var(--borColor)));
  background: linear-gradient(270deg, transparent, var(--borColor));
  -webkit-animation: animate3 4s linear infinite;
          animation: animate3 4s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  right: -100%;
}

@-webkit-keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
.animate_more span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--borColor)));
  background: linear-gradient(360deg, transparent, var(--borColor));
  -webkit-animation: animate4 4s linear infinite;
          animation: animate4 4s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.animate_more .line2 span:first-child {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animate_more .line2 span:nth-child(2) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate_more .line2 span:nth-child(3) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.animate_more .line2 span:nth-child(4) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.animate_more .line3 span:first-child {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate_more .line3 span:nth-child(2) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.animate_more .line3 span:nth-child(3) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.animate_more .line3 span:nth-child(4) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .pheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot .d1 {
    padding: 20px 5%;
  }
  .foot .d1 .l img {
    width: 120px;
  }
  .foot .d2 {
    padding: 20px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .foot .d2 .l {
    width: 100%;
  }
  .foot .d2 .l .p1 {
    font-size: 18px;
  }
  .foot .d2 .l .des {
    font-size: 16px;
  }
  .foot .d2 .l .des p {
    line-height: inherit;
    margin-top: 10px;
  }
  .foot .d2 .l .icons {
    margin-top: 15px;
  }
  .foot .d2 .l .icons a {
    margin-right: 15px;
  }
  .foot .d2 .l .icons a .code img {
    width: 80px;
  }
  .foot .d2 .l .icons a img {
    width: 20px;
  }
  .foot .d2 .l .gwsc {
    margin-top: 20px;
  }
  .foot .d2 .l .gwsc .p1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .foot .d2 .l .gwsc .dis .img {
    margin-right: 30px;
  }
  .foot .d2 .r {
    display: none;
  }
  .foot .d3 {
    padding: 20px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .foot .d3 .l {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot .d3 .l .item {
    width: 100%;
  }
  .foot .d3 .l .item .i1 {
    padding: 15px;
  }
  .foot .d3 .l .item .i1 svg {
    width: 20px;
  }
  .foot .d3 .l .item .i1 p {
    font-size: 18px;
  }
  .foot .d3 .l .item .i1 img {
    width: 20px;
  }
  .foot .d3 .l .item .foot-link-drop a {
    font-size: 14px;
    padding: 10px;
  }
  .foot .d3 .r {
    margin-top: 15px;
  }
  .foot .d3 .r #goTop svg {
    width: 20px;
  }
  .foot .d3 .r #goTop p {
    font-size: 16px;
  }
  .foot .d4 {
    padding: 20px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .foot .d4 .l {
    font-size: 14px;
  }
  .foot .d4 .r a {
    font-size: 14px;
  }
  .banner {
    height: 50vh !important;
  }
  .banner .fix {
    height: 50vh !important;
  }
  .banner .bg {
    height: 50vh !important;
  }
  .banner .bg .animate {
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .banner .text {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    left: 0 !important;
    padding: 0 5% !important;
    width: 100% !important;
  }
  .banner .text .p1 {
    font-size: 36px !important;
    margin-bottom: 30px !important;
    color: #fff !important;
  }
  .banner .text .p1 br {
    display: none;
  }
  .banner .text .p2 {
    font-size: 14px !important;
    color: #fff !important;
  }
}