
a {
  color: #000 !important;
  text-decoration: none !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

p {
  margin: 0 !important;
}

span {
  display: block;
}

/* 滚动框的设置 */
::-webkit-scrollbar {
  width: 6px;
  height: 100%;
  /* background-color: hsl(230deg, 7%, 61%); */
  background-color: #fff;
}

/* 滚动条的设置 */
::-webkit-scrollbar-thumb {
  border: 1px solid rgba(255, 255, 255);
  background-color: #3D68CC;
  border-radius: 15px;
  box-sizing: border-box;
}

/* 移动端头部样式 */
.app {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(-135%, -30%);
  width: 10%;
  height: 72px;
  box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
  width: 34px;
  height: 2px;
  background: #3D68CC;
  display: block;
  margin: 10px auto;
  transition: all 277ms ease-in-out;
  position: relative;
}

.app .c2.new {
  opacity: 0;
}

.app .c1.new {
  transform: rotate(-45deg);
  top: 12px;
}

.app .c3.new {
  transform: rotate(45deg);
  top: -12px;
}

.wap-nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 999;
}

.wap-nav dl {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px) !important;
}

.wap-nav dl dd {
  margin: 0;
  width: 100%;
}

.wap-nav dl dd a {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
  /* background-color: rgba(255, 255, 255, 0.1); */
}

.nav_two {
  display: none;
}

/* 组件 */
.conainer {
  position: fixed;
  bottom: 30%;
  right: 0%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* background: #1463FF; */
  /* border-top-left-radius: 20px; */
  /* border-bottom-left-radius: 20px; */
  /* opacity: 0.5; */
  font-size: 16px !important;
}

.conainer ul li a .fa {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px !important;
}

.conainer:hover {
  opacity: 1;
  transition: 0.6s;
}

.conainer::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  z-index: 1;
  /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
  /* 背景模糊 */
  backdrop-filter: blur(5px);
}

.conainer .color {
  position: absolute;
  filter: blur(200px);
}

.conainer ul {
  position: relative;
  /* display: flex; */
  z-index: 2;
}

.conainer ul li {
  position: relative;
  list-style: none;
  margin: 10px;
}

.conainer ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* 盒子阴影 */
  box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.1);
  /* 背景模糊 */
  backdrop-filter: blur(2px);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.conainer ul li a:hover {
  transition: all 0.6s;
  /* 沿y轴向上移动 */
  /* transform: translateX(-20px); */
}

/* 扫光动画 */
.conainer ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  transform: skewX(45deg) translateX(150px);
  transition: all 0.6s;
}

/* .conainer ul li a:hover .fa {
  font-size: 40px !important;
  transition: 0.6s;
} */

.conainer ul li a:hover::before {
  transform: skewX(45deg) translateX(-150px);
}

.qcode_box,
.phone_box {
  display: none;
}

.phone_box {
  color: #fff;
}

.phone_two {
  display: none;
}

.phone_box {
  position: absolute;
  top: 55%;
  left: -255%;
  padding: 10px;
  background-color: #2775B6;
  border-radius: 50px;
  display: none;
}

.phone_box .fa-times {
  position: relative;
  right: 0;
  /* top: -40%; */
}

.qcode_box {
  position: absolute;
  top: 5%;
  left: -290%;
  /* padding: 0 20px 20px 20px; */
  width: 200px;
  height: 200px;
  background-color: #2775B6;
  border-radius: 20px;
  text-align: center;
  display: none;
}

.qcode_box img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.qcode_box .fa {
  color: #fff;
}

.qcode_box .fa-times {
  position: relative;
  right: 0;
  /* top: -6%; */
}

/* nav */
.nav_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.nav .l {
  width: 15%;
}

.nav .l img {
  display: block;
  width: 100%;
}

.nav .r ul li a {
  display: block;
  padding: .625rem 0;
  box-sizing: border-box;
}

.nav .r ul li a:hover {
  color: #3D68CC !important;
  transition: all 0.6s;
}

.nav .r {
  width: 60%;
}

.nav_act {
  color: #3D68CC !important;
}

.nav .r ul li dl {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(61, 104, 204, 0.6);
  display: none;
}

.nav .r ul li dl dd a {
  position: relative;
  color: #fff !important;
}

.nav .r ul li dl dd a::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.nav .r ul li dl dd .nav_twoact::after {
  background-color: #fff;
}

.nav .r ul li dl dd a:hover::after {
  background-color: #fff;
  transition: all 0.6s;
}

.nav .r ul li dl dd a:hover {
  color: #fff !important;
}

.nav .r ul li dl dd {
  display: inline-block !important;
  margin: 0 .375rem;
}

.nav .r ul li #nav_twonews {
  padding: 0 0 0 65.5% !important;
}

.nav .r ul li #nav_twocontact {
  padding: 0 0 0 81.5% !important;
}

.nav .r ul li #nav_twoserve {
  padding: 0 0 0 49% !important;
}

.nav .r ul li #nav_twoproduct {
  padding: 0 0 0 28%;
}

/* banner */
.bannerhead img {
  display: block;
  width: 100%;
}

.bannerhead .text_box {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  box-sizing: border-box;
  color: #fff;
  animation: ydtext 2s infinite;
  animation-iteration-count: 1;
  o-animation: ydtext 2s linear infinite;
}

@keyframes ydtext {
  0% {
    opacity: 0;
    transform: translate(0%, 0%);
  }

  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}

.bannerhead .text_box h5 {
  margin: .625rem 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.bannerhead .text_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem;
  width: 2.25rem;
  color: #3D68CC !important;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
}

.ny_text_box {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  box-sizing: border-box;
  color: #fff;
  animation: ydtext 2s infinite;
  animation-iteration-count: 1;
  o-animation: ydtext 2s linear infinite;

}

.ny_text_box h5 {
  margin: .625rem 0 0 0;
  text-transform: uppercase;
}

/* foot */
.foot_box {
  padding: 1.25rem 0 1rem 0;
  box-sizing: border-box;
  background-color: #3D4966;
}

.foot .l dl dt {
  margin: 0 0 .5rem 0;
  font-weight: bold;
  font-size: 16px;
}

.foot .r .p_box {
  width: 120px;
  height: 120px;
  background-color: #fff;
}

.foot .l {
  width: 60%;
}

.foot {
  color: #fff;
}

.foot a {
  color: #fff !important;
}

.foot .l dl dd {
  line-height: .45rem;
}

.foot .r {
  width: 30%;
}

.foot .r .p_box {
  margin: 0 auto;
}

.foot .r dl dt p {
  margin: .25rem 0 .375rem 0 !important;
  text-align: center;
}

.foot .r dl dd {
  line-height: .375rem;
}

/* por */
.por_box {
  padding: .5rem 0;
  box-sizing: border-box;
  background-color: #3D4966;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.por a {
  display: block;
  text-align: center;
  color: #fff !important;
}

/*record_box*/
.record .l a::after {
  content: "——";
  display: inline-block;
  margin: 0 5px;
}

.record .l a:hover {
  color: #EC9512 !important;
  transition: all 0.6s;
}

.record .l a:hover::after {
  color: #000;
}

.record .l a:last-child::after {
  content: " ";
}

.record_box {
  margin: 0 0 1.25rem 0;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.page_box a {
  font-size: 16px;
}

.page_box {
  margin: .75rem 0 1.5rem 0;
}

.page_box a:hover {
  color: #3D68CC !important;
  transition: all 0.6s !important;
}

/* skip */
.skip {
  margin: 1rem 0 1.5rem 0;
}

.skip ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.6) !important;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}

.skip ul li a:hover {
  color: #fff !important;
  background: #3D68CC;
  transition: all 0.6s;
}

.skip ul .skip_act a {
  color: #fff !important;
  background: #3D68CC;
}

.wap-nav dl dd ul {
  display: none;
}

.wap-nav dl dd a i {
  margin: 0 0 0 5px;
}

.i_act {
  transform: rotate(180deg);
  transition: all 0.3s;
}

#s_yy dl {
    padding: 0 0 0 85%;
    box-sizing: border-box;
}

.foot .l dl {
    margin: 0 10px;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
  .nav .r {
    width: 70%;
  }
}

@media screen and (max-width: 980px) {
  .record_box {
    margin: 0 0 20px 0;
    padding: 15px 0;
  }

  .nav .l {
    width: 20%;
  }

  .nav .r {
    display: none;
  }

  .nav_two {
    display: block;
  }

  .conainer ul {
    display: flex;
  }

  .qcode_box {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
  }

  .conainer {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .phone {
    display: none;
  }

  .phone_two {
    display: block;
  }

  .nav {
    height: 70px;
  }

  .bannerhead {
    margin: 70px 0 0 0;
  }

  .foot .l {
    display: none;
  }

  .foot .r {
    width: 100%;
  }

  .foot .r dl {
    text-align: center;
  }

  .foot_box {
    padding: 20px 0;
  }

  .por_box {
    padding: 15px 0;
  }

  .foot .r dl dd {
    line-height: 1.5;
  }

  .foot .r dl dt p {
    margin: 15px 0 20px 0 !important;
  }

  .bannerhead .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    left: 0%;
    transform: translate(0%, -50%);
  }

  .bannerhead .text_box h5 {
    border: none;
  }

  .bannerhead .text_box a {
    width: auto;
  }

  .skip,
  .page_box {
    margin: 20px 0 30px 0;
  }

  .container {
    width: 90% !important;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
  .nav .l {
    width: 25%;
  }

  .skip,
  .page_box {
    margin: 15px 0 20px 0;
  }
}

@media screen and (max-width: 375px) {
  .nav .l {
    width: 30%;
  }
}