:root {
  --max: 1400px;
  --font14: 14px;
  --font16: 16px;
  --font20: 20px;
  --font24: 24px;
  --font28: 28px;
  --font34: 34px;

  --top30: 30px;
  --top60: 60px;
}

.top {
  width: 100%;
  height: 50px;
  background: #fff;
}

.top_max {
  width: var(--max);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.top_max h1 {
  font-size: var(--font14);
  color: #000;
}

.top_r {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top_r ul {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.top_r ul li {
  font-size: var(--font14);
  color: #000;
  line-height: 1;
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-left: 15px;
  cursor: pointer;
}

.top_r ul li:nth-child(1) {
  margin-left: 0px;
  padding-left: 0px;
  border: none;
}

.adggw {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

.adggw a {
  width: max-content;
  height: 20px;
  display: block;
  margin-left: 10px;
}

.adggw a img {
  width: max-content;
  height: 100%;
}

.rexi {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rexi>img {
  width: 100%;
  height: auto;
  min-height: 200px;
}

.rexi_max {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.rexi_l {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.rexi_l img {
  width: 100px;
  height: auto;
}

.rexi_l h1 {
  font-size: var(--font34);
  color: #ffffff;
  margin-left: var(--top60);
  font-style: italic;
  font-weight: bold;
}

.rexi_r {
  width: max-content;
  overflow: hidden;
}

.rexi_r p {
  font-size: var(--font24);
  color: #ffffff;
}

.rexi_r h1 {
  font-size: var(--font28);
  color: #ffffff;
  font-weight: bold;
}

.hertre {
  width: 100%;
  z-index: 999;
  height: 60px;
  position: relative;
  background: #0064aa;
}

.hertre_cen {
  width: var(--max);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 50px;
  overflow: hidden;
  display: none;
}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  width: var(--max);
  overflow: hidden;
  margin: auto;
}

.nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav ul li {
  font-size: var(--font16);
  color: #ffffff;
  text-align: center;
  position: relative;
  border-left: 2px solid #fff;
  padding: 0 40px;
  line-height: 1;
}

.nav ul li:nth-child(1) {
  border: none;
}


.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 0px;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.form {
  width: var(--max);
  overflow: hidden;
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form_l {
  width: calc(100% - 500px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form_l p {
  width: 150px;
  font-size: var(--font16);
  color: #1B41D1;
}

.form_suio {
  width: calc(100% - 150px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.form_suio a {
  font-size: var(--font14);
  color: #000;
  margin-left: 10px;
}

.form form {
  width: 490px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.seach_t {
  width: 100%;
  height: 100%;
  background: rgba(235, 235, 235, 0.75);
  border-radius: 10px;
  font-size: var(--font14);
  color: #000;
  border: none;
  padding-left: 20px;
}

.seach_s {
  width: 100px;
  height: 40px;
  background: rgba(14, 127, 255, 1);
  background-image: url(../images/Ellipse1.png);
  background-position: right 25px center;
  background-size: 16px 18px;
  background-repeat: no-repeat;
  border-radius: 50px;
  text-align: left;
  text-indent: 25px;
  font-size: var(--font14);
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.bannerpl{
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-button-next:after, .swiper-button-prev:after{
  color: #fff;
  font-size: 24px !important;
}

.bannerfen {
  width: var(--max);
  overflow: hidden;
  margin: auto;
}

.bannerfen img {
  width: 100%;
  height: auto;
}

.about {
  width: var(--max);
  overflow: hidden;
  margin: 30px auto;
  font-size: var(--font14);
  color: #000;
  line-height: 30px;
}

.about img {
  width: 100% !important;
  height: auto !important;
}

.mianbao {
  width: var(--max);
  overflow: hidden;
  font-size: var(--font14);
  color: #8f8f8f;
  margin: auto;
  margin-top: 30px;
}

.xinwen {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
}

.xinwen ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.xinwen ul li {
  width: calc(33.33% - 20px);
  overflow: hidden;
  margin-top: 30px;
  margin-left: 30px;
  background: #FFF;
  border-radius: 10px;
}

.xinwen ul li:nth-child(3n+1) {
  margin-left: 0px;
}

.xinwen ul li img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.xinwen_max {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.xinwen_max h1 {
  font-size: var(--font20);
  color: #383838;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xinwen_max p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font14);
  color: #aeaeae;
  line-height: 1.5;
  margin-top: 15px;
}

.xinwen_max a {
  font-size: var(--font14);
  color: #383838;
  margin-top: var(--top30);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.xinwen_max a svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.page .active,
.page .total {
  width: max-content;
  border: 1px solid #e1e2e4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #333333;
  margin: 0 6px;
  padding: 5px 10px;
}

.page .active {
  background: #2967b0;
  border: 1px solid #2967b0;
  color: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
  border: 1px solid #e1e2e4;
  color: #333333;
  background: inherit;
}

.shwo {
  width: var(--max);
  overflow: hidden;
  margin: 30px auto;
}

.shwo>h1 {
  text-align: center;
  font-size: var(--font24);
  color: #2a2a2a;
  font-weight: bold;
}

.shwo>p {
  text-align: center;
  font-size: var(--font14);
  color: #8a8a8a;
  margin-top: 10px;
}

.shwo_text {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-size: var(--font14);
  color: #6b6b6b;
  line-height: 2;
  padding: 20px 0;
}

.shwo_text img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.prev {
  width: 100%;
  overflow: hidden;
}

.prev a {
  width: 100%;
  display: block;
  font-size: var(--font14);
  color: #6b6b6b;
  margin-top: 20px;
}

.prev a span {
  color: #3e3e3e;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 170px;
}

.banner_text {
  width: calc(100% - 15px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_text h1 {
  font-size: 4.5vw;
  color: #fff;
  text-shadow: 1px 3px 4px rgba(2, 14, 46, 1);
  font-weight: bold;
  text-align: center;
}

.banner_text h1 span {
  font-size: 5.5vw;
  color: rgba(252, 255, 115, 1);
}

.banner_text a {
  width: max-content;
  line-height: 3;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.72);
  display: block;
  margin: auto;
  font-size: var(--font16);
  color: rgba(56, 73, 108, 1);
  margin-top: var(--top30);
  padding: 0 30px;
}

.fuwu {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/beijinng.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.fuwu_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.fuwu_max h1 {
  text-align: center;
  font-size: var(--font34);
  color: rgba(95, 124, 228, 1);
  font-weight: bold;
}

.fuwu_max ul {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  display: flex;
  flex-wrap: wrap;
}

.fuwu_max ul li {
  width: 33.33%;
  overflow: hidden;
  margin-top: var(--top60);
}

.fuwu_max ul li img {
  width: 60px;
  height: auto;
  margin: auto;
}

.fuwu_max ul li p {
  text-align: center;
  margin-top: 20px;
  ;
  font-size: var(--font24);
  color: rgba(36, 49, 83, 1);
}

.rexian {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rexian img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 130px;
}

.rexian_text {
  width: 1000px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rexian_text h1 {
  font-size: 4vw;
  color: #fff;
  text-shadow: 1px 3px 4px rgba(2, 14, 46, 1);
  font-weight: bold;
  text-align: center;
}

.rexian_text p {
  font-size: 2vw;
  color: rgba(255, 255, 255, 1);
  line-height: 2;
}

.liucheng {
  width: 100%;
  overflow: hidden;
}

.liucheng_max {
  width: var(--max);
  margin: var(--top60) auto;
}

.liucheng_max h1 {
  text-align: center;
  font-size: var(--font34);
  color: rgba(95, 124, 228, 1);
  font-weight: bold;
}

.liucheng_max ul {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 70px;
}

.liucheng_max ul li {
  width: calc(25% - 20px);
  position: relative;
  margin-top: 90px;
}

.liucheng_max ul li>img {
  width: 80px;
  height: auto;
  margin: auto;
}

.liucheng_text {
  width: 100%;
  height: 85px;
  margin-top: 20px;
  position: relative;
  background-image: url(../images/Group16.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.liucheng_text img {
  width: 100%;
  height: auto;
}

.liucheng_text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  position: absolute;
  top: 10%;
  left: 11%;
}

.liucheng_text h1 {
  width: 100%;
  font-size: 20px;
  color: rgba(36, 49, 83, 1);
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}

.liucheng_max ul li:nth-child(-n+3) .liucheng_text::after {
  content: "";
  width: 70px;
  height: 50px;
  background-image: url(../images/Vector1424.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -5px;
  right: -35px;
  z-index: -1;
}

.liucheng_max ul li:nth-child(4) .liucheng_text::after {
    display: none;
  content: "";
  width: 60px;
  height: 280px;
  background-image: url(../images/Vector1422.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 60%;
  right: -60px;
  z-index: -1;
}

.liucheng_max ul li:nth-child(n+6) .liucheng_text::after {
  content: "";
  width: 50px;
  height: 40px;
  background-image: url(../images/Vector1427.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: -1;
}

.sange ul li:nth-child(n+6) .liucheng_text::after {
  content: "";
  width: 49px;
  height: 37px;
  background-image: url(../images/Vector1427.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: -1;
}

.liucheng_wap {
  display: none !important;
}

.duibi {
  width: 100%;
  overflow: hidden;
  background: rgba(247, 250, 254, 1);
}

.duibi img {
  width: var(--max);
  height: auto;
  margin: var(--top60) auto;
}

.zizhi {
  width: 100%;
  overflow: hidden;
  background: rgba(247, 247, 247, 1);
}

.zizhi_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.zizhi_max h1 {
  text-align: center;
  font-size: var(--font34);
  color: rgba(95, 124, 228, 1);
  font-weight: bold;
}

.zizhi_max ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zizhi_max ul li {
  width: calc(25% - 20px);
  overflow: hidden;
  margin-top: var(--top60);
}

.zizhi_max ul li img {
  width: 100%;
  height: auto;
}

.zizhi_max ul li p {
  text-align: center;
  font-size: var(--font20);
  color: #000;
  margin-top: 20px;
}

.wenti {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.wenti>h1 {
  text-align: center;
  font-size: var(--font34);
  color: rgba(95, 124, 228, 1);
  font-weight: bold;
}

.wenti ul {
  width: 100%;
  overflow: hidden;
}

.wenti ul {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top60);
}

.wenti ul li h1 {
  width: 100%;
  overflow: hidden;
  background: #e8eef3;
  padding: 20px;
  border-radius: 10px;
  font-size: var(--font16);
  color: #999;
  position: relative;
  padding-left: 40px;
}

.wenti ul li h1::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(204, 204, 204, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  ;

}

.wenti ul li p {
  width: 100%;
  overflow: hidden;
  background: rgba(242, 242, 242, 1);
  margin-top: var(--top30);
  border-radius: 10px;
  padding: 20px;
  font-size: var(--font14);
  color: rgba(36, 49, 83, 1);
  line-height: 2;
}

.wenti ul li p a {
  font-size: var(--font14);
  color: rgba(89, 89, 89, 1);
  display: block;
  float: right;
}


.wenti>a,
.zizhi_max>a{
    width: 500px;
    max-width: 100%;
    background: #5A88FF;
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top60);
    font-size: var(--font20);
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
}
.jianzheng {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/asads.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.jianzheng_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.jianzheng_max h1 {
  text-align: center;
  font-size: var(--font34);
  color: rgba(95, 124, 228, 1);
  font-weight: bold;
}

.jianzheng_max ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jianzheng_max ul li {
  width: calc(50% - 10px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.79);
  margin-top: var(--top60);
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jianzheng_max ul li img {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.jianzheng_l {
  width: 56%;
  overflow: hidden;
}

.jianzheng_l p {
  font-size: var(--font16);
  color: rgba(0, 0, 0, 1);
  line-height: 2.5;
}

.jianzheng_l a {
  font-size: var(--font16);
  color: rgba(100, 100, 100, 1);
  display: block;
  margin-top: var(--top30);
}

.dongtai {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dongtai_l {
  width: calc(100% - 450px);
  overflow: hidden;
  padding-right: var(--top30);
  margin-top: var(--top30);
}

.xin {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.xin h1 {
  font-size: var(--font28);
  font-weight: bold;
  background-image: -webkit-linear-gradient(left, rgba(18, 7, 0, 1), rgba(0, 4, 102, 1), rgba(0, 44, 157, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xin a {
  font-size: var(--font16);
  color: rgba(124, 124, 124, 1);
}

.dandu {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  border-bottom: 1px solid rgba(231, 233, 242, 1);
  padding-bottom: 30px;
}

.dandu h1 {
  font-size: var(--font20);
  color: rgba(30, 30, 30, 1);
  font-weight: bold;
  border-left: 4px solid rgba(85, 133, 255, 1);
  padding-left: 15px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.dandu p {
  font-size: var(--font16);
  color: rgba(81, 81, 81, 1);
  padding-left: 15px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}

.dandu_span {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  padding-left: 15px;
}

.dandu_span span {
  font-size: var(--font16);
  color: rgba(35, 35, 35, 1);
  margin-right: 20px;
}

.dandu_span span:nth-child(1) {
  background-image: url(../images/yanjing.png);
  background-position: left center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.omxlok {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.omxlok ul {
  width: calc(50% - 10px);
  overflow: hidden;
  border: 1px solid rgba(225, 227, 238, 0.95);
  border-radius: 5px;
  padding: 20px 15px;
}

.omxlok ul li {
  width: 100%;
  overflow: hidden;
}

.omxlok ul li a {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  font-size: var(--font14);
  color: rgba(81, 81, 81, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 2;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.omxlok ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.dongtai_r {
  width: 420px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(194, 214, 243, 1);
  padding: var(--top30);
}

.dongtai_r h1 {
  font-size: var(--font24);
  color: rgba(3, 8, 32, 1);
  font-weight: bold;
}

.dongtai_r ul {
  width: 100%;
  overflow: hidden;
}

.dongtai_r ul li {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

.das {
  width: 100%;
  overflow: hidden;
}

.das a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.das h1 {
  width: calc(100% - 100px);
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  font-size: var(--font16);
  color: rgba(81, 81, 81, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 2;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.das h1::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(64, 117, 255, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.das p {
  width: 100px;
  font-size: var(--font16);
  color: rgba(31, 31, 31, 1);
  text-align: right;
}

.ascds {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.ascds a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ascds img {
  width: 150px;
  height: auto;
  border-radius: 10px;
}

.ascds_r {
  width: calc(100% - 170px);
  overflow: hidden;
}

.ascds_r h1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: var(--font20);
  color: rgba(30, 30, 30, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}

.ascds_r p {
  width: 100%;
  font-size: var(--font16);
  color: rgba(31, 31, 31, 1);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}

.dongtai_r ul li:hover .das {
  display: none;
}

.dongtai_r ul li:hover .ascds {
  display: block;
}

.jingyan {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top60);
  margin-bottom: var(--top60);
}

.jingyan h1 {
  font-size: 5vw;
  color: rgba(95, 124, 228, 1);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.1;
}

.jingyan>p {
  font-size: 3vw;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  background-image: -webkit-linear-gradient(right, rgba(95, 124, 228, 1), rgba(0, 14, 85, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -5vw;
}

.jingyan form {
  width: 100%;
  overflow: hidden;
  display: block;
}

.label {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.label label {
  width: calc(50% - 35px);
  overflow: hidden;
  margin-top: var(--top30);
}

.label label p {
  font-size: var(--font20);
  color: rgba(92, 92, 92, 1);
}

.label label p span {
  color: rgba(255, 52, 52, 1);
}

.label label input {
  width: 100%;
  height: 70px;
  background: #CACACA36;
  font-size: var(--font16);
  color: rgba(92, 92, 92, 1);
  padding: 0 30px;
  border: none;
  margin-top: var(--top30);
}

.jingyan form .submit {
  width: 500px;
  max-width: 100%;
  height: 70px;
  background: #5A88FF;
  border-radius: 5px;
  display: block;
  margin: auto;
  margin-top: var(--top60);
  font-size: var(--font20);
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.layui-layer {
  transition: auto;
}

.tel {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: var(--font24);
  color: #5C5C5C;
  margin-top: var(--top30);
  text-align: center;
}

.lianjie {
  width: 100%;
  overflow: hidden;
  background: #717171;
}

.lianjie ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.lianjie ul li {
  font-size: var(--font16);
  color: #fff;
  border-left: 1px solid #fff;
  line-height: 1;
  margin: 5px 0;
  padding-left: 10px;
  margin-left: 10px;
}

.lianjie ul li:nth-child(1) {
  padding-left: 0px;
  margin-left: 0px;
  border: none;
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footer_max {
  width: 1000px;
  max-width: 96%;
  overflow: hidden;
  margin: var(--top30) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_logo {
  width: 300px;
  overflow: hidden;
}

.footer_logo img {
  width: 100%;
  height: auto;
}

.footer_text {
  width: calc(100% - 550px);
  overflow: hidden;
  font-size: var(--font16);
  color: #000;
  line-height: 2;
}

.footer_img {
  width: 100px;
  overflow: hidden;
}

.footer_img img {
  width: 100%;
  height: auto;
}

.gg {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top60)
}

.gg h1 {
  text-align: center;
  font-size: var(--font34);
  color: #0e7fff;
  line-height: 1;
  font-weight: bold;
}

.formaa {
  width: 800px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  margin-bottom: var(--top60)
}

.formaa label {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--top30);
}

.formaa label p {
  width: 80px;
  overflow: hidden;
  font-size: var(--font16);
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 48px;
}

.formaa label p span {
  color: #d81d1d;
}

.formaa label input {
  width: calc(100% - 90px);
  height: 48px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: var(--font16);
  color: #dfe5e3;
  padding: 0 20px;
}

.formaa label textarea {
  width: calc(100% - 90px);
  height: 160px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: var(--font16);
  color: #dfe5e3;
  padding: 10px 20px;
  font-family: "微软雅黑";
  resize: none;
}

.formaa label input.submit {
  background: #0e7fff;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}