/*@font-face {*/
/*  font-family: "sans-regular-woff";*/
/*  src: url("../css/fonts/SOURCEHANSANSCN-REGULAR.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*  font-family: "sans-regular";*/
/*  src: url("../css/fonts/SOURCEHANSANSCN-REGULAR.OTF") format("opentype");*/
/*}*/

/*@font-face {*/
/*  font-family: "sans-light";*/
/*  src: url("../css/fonts/SourceHanSansCN-Light.otf") format("opentype");*/
/*}*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
/*html{*/
/*  scroll-behavior: smooth;*/
/*}*/
[id] {
  scroll-margin-top: 70px;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #0071BC;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  /*--font-family: Source Han Sans CN, 'sans-regular-woff', 'sans-regular';*/
  /*--font-family-light: 'sans-light';*/
  --font-family: Source Han Sans CN;
  --font-family-light: Source Han Sans CN;
}

 .el-message{
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
} 
.hamburger {
  display: none;
}

.center-1200 {
  width: 1200px;
}

.center-1400 {
  width: 1400px;
}

.center-1600 {
  width: 1600px;
}

.app {
  display: none;
}

.diaolog-pb {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}

.diaolog-pb video,
.diaolog-pb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  max-width: 75%;
}

.diaolog-pb i {
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}

.diaolog.active {
  display: block;
}

.diaolog iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}

.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.message-alert.success {
  background-color: #55BB8A;
}

.message-alert.error {
  background-color: #F56C6C;
}

.message-alert.warning {
  background-color: #E6A23C;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
}

.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #0071BC;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.el-message {
  font-family: var(--font-family);
  z-index: 9999 !important;
}

.el-form-item__error,
.el-select-dropdown__item,
.el-checkbox__label {
  font-family: var(--font-family);
}

.el-form-item__error {
  z-index: 1;
}
.header-box.active,
.header-box.iactive{
  background-color: #FFFFFF;
  border-bottom-color: transparent;
  box-shadow: 0px 3px 20px 0px rgba(22,24,24,0.07);
}
.header-box.active .headerct .logo img:last-of-type,
.header-box.iactive .headerct .logo img:last-of-type{
  display: block;
}
.header-box.active .headerct .logo img:first-of-type,
.header-box.iactive .headerct .logo img:first-of-type{
  display: none;
}
.header-box.active .headerct .nav li>a,
.header-box.active .headerct .search,
.header-box.active .headerct .user i,
.header-box.active .headerct .language .zs .txt p,
.header-box.active .headerct .language .zs .txt i,
.header-box.iactive .headerct .nav li>a,
.header-box.iactive .headerct .search,
.header-box.iactive .headerct .user i,
.header-box.iactive .headerct .language .zs .txt p,
.header-box.iactive .headerct .language .zs .txt i{
  color: #222222;
}
.header-box.active .headerct .language .zs .ib img:last-of-type,
.header-box.iactive .headerct .language .zs .ib img:last-of-type{
  display: block;
}
.header-box.active .headerct .language .zs .ib img:first-of-type,
.header-box.iactive .headerct .language .zs .ib img:first-of-type{
  display: none;
}
.header-box.case{
  background-color: transparent;
  box-shadow: unset;
}
.header-box.case .headerct .logo img:last-of-type,
.header-box.case .headerct .language .zs .ib img:last-of-type{
    display: none;
}
.header-box.case .headerct .logo img:first-of-type,
.header-box.case .headerct .language .zs .ib img:first-of-type{
    display: block;
}
.header-box.case .headerct .nav li>a{
    color: #FFFFFF;
}
.header-box.case .headerct .search{
    color: #FFFFFF;
}
.header-box.case .headerct .language .zs .txt p,
.header-box.case .headerct .language .zs .txt i{
    color: #FFFFFF;
}
.header-box.case .headerct{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header-box.case .headerct .nav li>a:hover,
.header-box.case .headerct .nav li.active>a{
    color: #FFFFFF !important;
}
.header-box.case .headerct .nav li>a::after{
    background-color: #FFFFFF;
}
.header-box.case-nn{
    position: unset;
}
.header-box {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(22,24,24,0.07);
}

.headerct {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 90px;
}
.headerct .logo img:first-of-type{
  display: none;
}
.headerct .right {
  display: flex;
  align-items: center;
  height: 100%;
}

.headerct .nav {
  display: flex;
  height: 100%;
}

.headerct .nav li>a {
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
.headerct .nav li>a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;
  height: 2px;
  background-color: #0071BC;
  transition: 0.3s;
}
.headerct .nav li.active>a::after{
  width: 100%;
}
.headerct .nav li>a:hover,
.headerct .nav li.active>a{
  color: #0071BC !important;
}

.headerct .nav li:not(:first-of-type) {
  margin-left: 49px;
}
.headerct .sybtnb{
  display: flex;
  margin-left: 35px;
}
.headerct .sybtn {
  width: max-content;
  height: 40px;
  background: #EB6100;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 18px;
  /*margin-left: 45px;*/
}
.headerct .sybtn:not(:first-of-type){
  margin-left: 15px;
}

.headerct .search {
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 20px 0 45px;
}

.headerct .user i {
  color: #222222;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.headerct .language {
  margin-left: 30px;
  position: relative;
}

.headerct .language .flow {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 6px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.3s;
}

.headerct .language:hover .flow {
  transform: scaleY(1);
  opacity: 1;
}

.headerct .language .flow .rq {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 5px 0;
  box-shadow: 0px 3px 20px 0px rgb(22 24 24 / 13%);
}

.headerct .language .flow .rq a {
  padding: 5px;
  text-align: center;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
}

.headerct .language .flow .rq a:hover {
  color: #0071BC;
}

.headerct .language .zs {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.headerct .language .zs .ib img:first-of-type {
  display: none;
}

.headerct .language .zs .txt {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.headerct .language .zs .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}

.headerct .language .zs .txt i {
  font-size: 14px;
  color: #222222;
  transition: 0.3s;
  margin-left: 10px;
}

.mySwiper {
  width: 100%;
  height: 100vh;
}

.mySwiper .sbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.mySwiper .sbox .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mySwiper .ct .left {
  width: 640px;
}

.mySwiper .ct .rq {
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}

.mySwiper .swiper-slide-active .ct .rq {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct.active .left h3,
.mySwiper .ct.active .left h6{
  color: #0071BC;
}
.mySwiper .ct.active .left .line{
  background-color: #0071BC;
}
.mySwiper .ct.active .more p {
  color: #0067ab;
}
.mySwiper .ct .left h3 {
  font-family: var(--font-family-light);
  font-weight: 400;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 80px;
}

.mySwiper .ct .left h3 span {
  font-family: var(--font-family);
  font-weight: bold;
}

.mySwiper .ct .left .line {
  width: 60px;
  height: 8px;
  background: #FFFFFF;
  margin: 37px 0 43px 0;
}

.mySwiper .ct .left h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
}

.mySwiper .ct .more {
  display: flex;
  align-items: center;
  margin-top: 107px;
  width: max-content;
}

.mySwiper .ct .more .ib img:last-of-type {
  display: none;
}

.mySwiper .ct .more .nr {
  display: flex;
  align-items: center;
  margin-left: -35px;
  transition: 0.3s;
}

.mySwiper .ct .more p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0899fb;
  transition: 0.3s;
  margin-right: 11px;
}

.mySwiper .ct .more .lib img:last-of-type {
  display: none;
}

.mySwiper .ct .more:hover .ib img:last-of-type,
.mySwiper .ct .more:hover .lib img:last-of-type {
  display: block;
}

.mySwiper .ct .more:hover .ib img:first-of-type,
.mySwiper .ct .more:hover .lib img:first-of-type {
  display: none;
}

.mySwiper .ct .more:hover p {
  color: #FFFFFF;
}

.mySwiper .ct .more:hover .nr {
  margin-left: -20px;
}

.mySwiper .ct .right {
  width: calc(100% - 580px - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper .ct .right img {
  max-width: 70%;
}

.mySwiper .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  z-index: 7;
  width: 24px;
  height: 48px;
  border-radius: 13px;
  border: 1px solid #FFFFFF;
}

.mySwiper .mouse p {
  width: 2px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 1px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  animation: mouse 2s linear infinite;
}

@keyframes mouse {
  0% {
    top: 18%;
  }

  50% {
    top: 36%;
  }

  100% {
    top: 54%;
  }
}

.mySwiper .qh {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5%;
  right: calc((100% - 1400px) / 2);
  z-index: 7;
}

.mySwiper .qh p {
  width: 2px;
  height: 20px;
  background: #BFBFBF;
  opacity: 0.4;
  margin: 0 20px;
}

.mySwiper .qh i {
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}

.mySwiper .qh i:hover {
  color: #0071BC;
}

.mySwiper .swiper-pagination {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  bottom: 5%;
  left: calc((100% - 1400px) / 2);
}

.mySwiper .swiper-pagination-bullet {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: transparent;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
  width: 100px;
  margin: 0 !important;
  line-height: 1;
  height: max-content;
  position: relative;
  padding-bottom: 11px;
}

.mySwiper .swiper-pagination-bullet::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mySwiper .swiper-pagination-bullet-active {
  color: #FFFFFF;
}

.mySwiper .swiper-pagination-bullet-active::after {
  width: 100%;
}

.personal-box {
  min-height: 100vh;
  background-color: #F3F4F6;
  width: 100%;
  padding: 150px 0 130px 0;
  overflow: hidden;
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #292933;
  z-index: 999;
  padding: 0 47px 0 47px;
}

.p-header .ct {
  height: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 1830px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header .ct .left {
  display: flex;
  align-items: flex-end;
}

.p-header .ct .left .logo img {
  width: 148px;
}

.p-header .ct .left p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 30px;
  max-width: 230px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}

.p-header .ct .right {
  display: flex;
  align-items: center;
}

.p-header .ct .right form {
  display: flex;
  align-items: center;
  width: 250px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  padding: 0 15px;
}

.p-header .ct .right form input {
  height: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  width: calc(100% - 16px);
  background-color: transparent;
  padding-right: 10px;
}

.p-header .ct .right form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.p-header .ct .right form button {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}

.p-header .ct .right form button i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

.p-header .ct .right form button:hover i {
  color: rgba(255, 255, 255, 1);
}

.p-header .ct .right .dbcd {
  display: flex;
  margin: 0 25px 0 40px;
}

.p-header .ct .right .dbcd a {
  display: flex;
  align-items: center;
}

.p-header .ct .right .dbcd a .ib {
  position: relative;
}

.p-header .ct .right .dbcd a .ib .flow {
  width: 18px;
  height: 18px;
  background: #E60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 1;
}

.p-header .ct .right .dbcd a p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 7px;
  transition: 0.3s;
}

.p-header .ct .right .dbcd a:hover p {
  text-decoration: underline;
}

.p-header .ct .right .dbcd a:not(:first-of-type) {
  margin-left: 33px;
}

.p-header .ct .right .user {
  position: relative;
}

.p-header .ct .right .user .zs {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.p-header .ct .right .user .zs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-header .ct .right .user .flow {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 25px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.4s;
}

.p-header .ct .right .user:hover .flow {
  transform: scaleY(1);
  opacity: 1;
}

.p-header .ct .right .user .flow .rq {
  width: 270px;
  box-shadow: 0px 0px 30px 0px rgba(139, 139, 140, 0.14);
  background-color: #ffffff;
}

.p-header .ct .right .user .flow .tp {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(139, 139, 140, 0.14);
  border-radius: 0 0 20px 20px;
}

.p-header .ct .right .user .flow .tp .picture {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px 19px 25px;
}

.p-header .ct .right .user .flow .tp .picture .rund {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.p-header .ct .right .user .flow .tp .picture .rund img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-header .ct .right .user .flow .tp .picture .txt {
  width: calc(100% - 60px - 15px);
}

.p-header .ct .right .user .flow .tp .picture .txt .ma {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.p-header .ct .right .user .flow .tp .picture .txt .hb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.p-header .ct .right .user .flow .tp .picture .txt .hb p {
  width: calc(100% - 14px - 7px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #222222;
  opacity: 0.8;
}

.p-header .ct .right .user .flow .tp .qy {
  width: 100%;
  padding: 14px 25px 12px 25px;
  border-top: 1px dashed #E5E5E5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.p-header .ct .right .user .flow .mide {
  padding: 20px 25px;
}

.p-header .ct .right .user .flow .mide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header .ct .right .user .flow .mide a:not(:first-of-type) {
  margin-top: 18px;
}

.p-header .ct .right .user .flow .mide a img {
  max-width: 16px;
}

.p-header .ct .right .user .flow .mide a p {
  width: calc(100% - 16px - 10px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
}

.p-header .ct .right .user .flow .mide a:hover p {
  color: #0272BC;
}

.p-header .ct .right .user .flow .db {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  padding: 18px 25px;
  cursor: pointer;
}

.p-header .ct .right .user .flow .db p {
  width: calc(100% - 14px - 10px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #E92231;
}

.link-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 998;
  background-color: #ffffff;
  padding: 0 32px;
}

.link-nav .ct {
  height: 60px;
  max-width: 1850px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.link-nav .ct .view {
  height: 100%;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-nav .ct .view.active {
  background-color: rgba(41, 41, 51, 0.1);
}

.link-nav .ct .view p {
  margin-left: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.link-nav .ln-a {
  width: calc(100% - 160px);
  display: flex;
  height: 100%;
}

.link-nav .ln-a a {
  width: 116px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E5E5E5;
}

.link-nav .ln-a a span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  transition: 0.3s;
}

.link-nav .ln-a a i {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #A7A7A7;
  transition: 0.3s;
  opacity: 0;
}

.link-nav .ln-a a i:hover {
  color: #0272BC;
}

.link-nav .ln-a a:hover i {
  opacity: 1;
}

.link-nav .ln-a a.active {
  background-color: rgba(41, 41, 51, 0.1);
}

.top-jj {
  margin-bottom: 38px;
}

.topjj-ct {
  margin: 0 auto;
}
.topjj-ct .bugrr{
  display: flex;
  align-items: flex-end;
}
.topjj-ct .bugrr .rr-btn{
  margin-left: 50px;
  padding: 7px 26px;
  border-radius: 8px;
  background-color: #0071BC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.topjj-ct h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.topjj-ct p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}

.login-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 45px;
  left: 0;
}
.privacy-diaolog{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
  overflow-y: auto;
}
.privacy-diaolog.active{
  display: block;
}
.privacy-diaolog .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  width: 988px;
}
.privacy-diaolog .content .top{
  display: flex;
  justify-content: flex-end;
  padding: 15px 10px 0 10px;
}
.privacy-diaolog .content .top i{
  font-size: 22px;
  color: #848484;
  cursor: pointer;
  transition: 0.3s;
}
.privacy-diaolog .content .top i:hover{
  color: #0071BC;
}
.privacy-diaolog .content .mide{
  padding: 0 0 40px 40px;
}
.privacy-diaolog .content .title{
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}
.privacy-diaolog .content .wz{
  overflow-y: auto;
  height: 510px;
  padding-right: 20px;
  margin-top: 10px;
  font-family: var(--font-family);
}
.privacy-diaolog .content .wz h1,
.privacy-diaolog .content .wz h2,
.privacy-diaolog .content .wz h3,
.privacy-diaolog .content .wz h4,
.privacy-diaolog .content .wz h5,
.privacy-diaolog .content .wz h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.privacy-diaolog .content .wz p,
.privacy-diaolog .content .wz span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-indent: 16px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-thumb {
  background: #0071BC;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.workct {
  margin: 0 auto;
}

.workct .top {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 180px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 20px 88px;
}

.workct .top .flow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workct .top .ct h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.workct .top .ct .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-top: 12px;
}

.workct .top .ct .desc a {
  color: #888888;
}

.workct .mide {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.workct .mide .item {
  width: calc((100% - 20px) / 2);
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 22px 30px;
}

.workct .mide .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workct .mide .item .title h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}

.workct .mide .item .title a {
  width: 101px;
  height: 31px;
  border-radius: 15px;
  border: 1px solid #CCCCCC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.workct .mide .item .title a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0272BC;
  z-index: -1;
  width: 0;
  height: 100%;
  transition: 0.2s;
}

.workct .mide .item .title a:hover {
  border-color: #0272BC;
  color: #ffffff;
}

.workct .mide .item .title a:hover::before {
  width: 100%;
}

.workct .mide .gzt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.workct .mide .gzt a {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.workct .mide .gzt a:nth-of-type(1),
.workct .mide .gzt a:nth-of-type(2),
.workct .mide .gzt a:nth-of-type(3),
.workct .mide .gzt a:nth-of-type(4) {
  margin-top: 0;
}

.workct .mide .gzt a:nth-of-type(4n) {
  margin-right: 0;
}

.workct .mide .gzt a .rund {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workct .mide .gzt a .rund img:last-of-type {
  display: none;
}

.workct .mide .gzt a p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 13px;
}

.workct .mide .gzt a:hover .rund {
  background-color: #048DFF;
  border-color: #048DFF;
}

.workct .mide .gzt a:hover .rund img:last-of-type {
  display: block;
}

.workct .mide .gzt a:hover .rund img:first-of-type {
  display: none;
}

.workct .mide .newtz {
  margin-top: 8px;
}

.workct .mide .newtz a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.workct .mide .newtz a:not(:last-of-type) {
  border-bottom: 1px solid #F8F8F8;
}

.workct .mide .newtz a .rund {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workct .mide .newtz a .txt {
  width: calc(100% - 50px - 25px);
}

.workct .mide .newtz a .txt h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}

.workct .mide .newtz a:hover .txt h6 {
  color: #048DFF;
}

.workct .mide .newtz a .txt .db {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.workct .mide .newtz a .txt .db .tg {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: #048DFF;
  background-color: rgba(4, 141, 255, 0.1);
  border-radius: 12px;
  padding: 2px 11px;
}

.workct .mide .newtz a .txt .db .time {
  margin-left: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.accct {
  margin: 0 auto;
}

.accct .item {
  padding: 35px 75px 49px 75px;
  background-color: #ffffff;
  border-radius: 20px;
}

.accct .item:not(:first-of-type) {
  margin-top: 20px;
}

.accct .item .tm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accct .item .tm h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}

.accct .item .tm p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #048DFF;
  cursor: pointer;
}

.accct .item .zs {
  margin-top: 22px;
  padding: 38px 36px;
  background-color: rgba(89, 89, 89, 0.03);
  border-radius: 20px;
}

.accct .item:first-of-type .zs {
  padding: 23px 36px;
}

.accct .item .zs .jbxx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accct .item .zs .jbxx .rund {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.accct .item .zs .jbxx .rund img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accct .item .zs .jbxx .txt {
  width: calc(100% - 100px - 33px);
  display: flex;
}

.accct .item .zs .jbxx .txt .zh {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}

.accct .item .zs .jbxx .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  opacity: 0.8;
  margin-left: 150px;
}

.accct .item .zs .gsxx {
  display: flex;
  flex-wrap: wrap;
}

.accct .item .zs .gsxx p {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.accct .item .zs .gsxx p:nth-of-type(1),
.accct .item .zs .gsxx p:nth-of-type(2),
.accct .item .zs .gsxx p:nth-of-type(3) {
  margin-top: 0;
}

.accct .item .zs .gsxx p:nth-of-type(3n) {
  margin-right: 0;
}

.pb-box {
  padding: 0 60px;
}
.pb-box .center-1800{
  margin: 0 auto;
}
.center-1800 {
  max-width: 1800px;
}

.up-diaolog {
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  display: none;
}

.up-diaolog.active {
  display: block;
}

.upContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 21px 48px 70px 48px;
  width: 580px;
}

.upContent .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upContent .top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}

.upContent .top i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s;
}

.upContent .top i:hover {
  color: #048DFF;
}

.upContent .zw {
  margin-top: 50px;
}

.upContent .el-form-item__label {
  text-align: left;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  padding-right: 5px;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  color: #FC0303;
}

.upContent .el-input__inner {
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.upContent .row {
  display: flex;
}

.upContent .row .el-input {
  width: 149px;
}

.upContent .row .el-button {
  width: 182px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  margin-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.upContent .row .el-button.is-disabled,
.upContent .row .el-button.is-disabled:focus,
.upContent .row .el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #e2e2e2;
}

.upContent .el-form-item {
  margin-bottom: 25px;
}

.upContent .el-form-item.mb {
  margin-bottom: 10px;
}

.upContent .ts {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  margin-top: 10px;
}

.upContent .txb .el-form-item__label {
  line-height: 80px;
}

.upContent .tx {
  display: flex;
  align-items: center;
}

.upContent .tx .rund {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
}

.upContent .tx .rund img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upContent .tx .dr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  transition: 0.3s;
}

.upContent .tx .dr:hover {
  color: #048DFF;
}

.upContent .type {
  display: flex;
  align-items: center;
}

.upContent .type .label {
  width: 92px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  padding-right: 5px;
}

.upContent .type .label span {
  color: #FC0303;
  margin-right: 4px;
}

.upContent .type .cot {
  width: calc(100% - 80px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.upContent .dbl {
  display: flex;
  margin-top: 50px;
  margin-left: 82px;
}

.upContent .dbl .qx {
  cursor: pointer;
  width: 101px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  transition: 0.3s;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.upContent .dbl .qx::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #048DFF;
  transition: 0.3s;
}

.upContent .dbl .qx:hover {
  border-color: #048DFF;
  color: #FFFFFF;
}

.upContent .dbl .qx:hover::before {
  width: 100%;
}

.upContent .dbl .el-button {
  width: 198px;
  background: #048DFF;
  border-radius: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #048DFF;
}

.upps-diaolog {
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  display: none;
}

.upps-diaolog.active {
  display: block;
}

.perct .per-bg {
  background: #FFFFFF;
  border-radius: 20px;
}

.perct .qxsq {
  padding: 35px 75px;
}

.per-top {
  display: flex;
}
.per-top.fk{
  justify-content: space-between;
}
.per-top .fgb{
  display: flex;
}
.per-top .el-select {
  width: 160px;
  margin-right: 10px;
}
.per-top .el-select .el-input__icon{
  line-height: 33px;
}
.per-top .el-select .el-input__inner::placeholder {
  color: #222222;
}

.per-top .el-select.w180 {
  width: 180px;
}

.per-top .el-select.w115 {
  width: 115px;
}

.per-top .el-select.w250 {
  width: 250px;
}

.per-top .el-input__inner {
  height: 33px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  line-height: 33px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  padding: 0 30px 0 12px;
}

.per-top .el-input__inner::placeholder {
  color: #CCCCCC;
}

.per-top .ss {
  width: 300px;
  position: relative;
}

.per-top .ss i {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #AAAAAA;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
}

.per-top .ss i:hover {
  color: #048DFF;
}

.per-list {
  margin-top: 40px;
}

.per-list .db {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 59px;
  margin-bottom: 20px;
}

.per-list .db .pb {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.per-list li {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  background-color: rgba(89, 89, 89, 0.03);
  border-radius: 20px;
  padding: 28px 59px;
}

.per-list li:not(:first-of-type) {
  margin-top: 10px;
}

.per-list li .name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.per-list li .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}

.per-list li .cc {
  display: flex;
  align-items: center;
}

.per-list li .cc i {
  font-size: 14px;
  color: #666666;
  margin-right: 9px;
}

.per-list li .cc p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}

.per-list li .yy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-align: center;
}

.per-list li .sqz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #E73714;
  text-align: center;
  cursor: pointer;
}

.per-list li.active {
  background-color: rgba(4, 141, 255, 0.05);
}

.per-list li.active .name {
  color: #048DFF;
}

.per-list li.active .desc {
  color: #222222;
}

.per-list li.active .cc i,
.per-list li.active .cc p {
  color: #048DFF;
}

.per-list .pb1 {
  width: 15%;
}

.per-list .pb2 {
  width: 32%;
  margin-left: 2%;
}

.per-list .pb3 {
  width: 15%;
  margin-left: 10%;
}

.per-list .pb4 {
  width: 70px;
  margin-left: auto;
}

.perct .per-bg .tm {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}

.perct .czrz {
  margin-top: 20px;
  padding: 35px 75px 30px 75px;
}

.cz-list {
  margin-top: 18px;
}

.cz-list .db {
  display: flex;
  align-items: center;
  padding: 10px 35px 10px 21px;
  background-color: rgba(89, 89, 89, 0.06);
}

.cz-list .db .pb {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.cz-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(89, 89, 89, 0.06);
  padding: 15px 35px 15px 21px;
}

.cz-list li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.cz-list li .pb2 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}

.cz-list li .cz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #048DFF;
  cursor: pointer;
}

.cz-list .pb1 {
  width: 20%;
}

.cz-list .pb2 {
  width: 30%;
  margin-left: 3%;
}

.cz-list .pb3 {
  width: 140px;
  margin-left: auto;
}

.cz-list .pb4 {
  margin-left: 8%;
}

.downct .down-b {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 40px 105px 40px;
}

.down-list {
  margin-top: 31px;
}

.down-list .db {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 29px;
  margin-bottom: 15px;
}

.down-list .db .pb {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.down-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 29px 29px 29px;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
}

.down-list li:not(:first-of-type) {
  margin-top: 10px;
}

.down-list li .name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #111111;
}

.down-list li .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 3px;
}

.down-list li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}

.down-list li .view {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #048DFF;
  cursor: pointer;
}

.down-list .pb1 {
  width: 35%;
}

.down-list .pb2 {
  width: 10%;
}

.down-list .pb3 {
  width: 65px;
}

.down-list .pb4 {
  width: 140px;
}

.down-list .pb5 {
  width: 70px;
}

.down-list .pb6 {
  width: 60px;
}

.docct .doc-b {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 48px 60px 64px 60px;
}

.doc-list {
  display: flex;
  margin-bottom: 52px;
}

.doc-list li {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
}

.doc-list li:nth-of-type(5n) {
  margin-right: 0;
}

.doc-list li a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(27, 27, 27, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.doc-list li a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.doc-list li a .txt {
  padding: 30px 25px 25px 25px;
}

.doc-list li a .txt h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 26px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}

.doc-list li a:hover .txt h4 {
  color: #0071BC;
}

.doc-list li a .txt h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 10px 0 50px 0;
}

.doc-list li a .txt .m {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #0071BC;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #0071BC;
  border-radius: 4px;
  width: 76px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-list li a .txt .m::before {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #0071BC;
  z-index: -1;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

.doc-list li a .txt .m:hover::before {
  width: 100%;
}

.doc-list li a .txt .m:hover {
  color: #FFFFFF;
}

.docl-b {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 55px 55px 55px;
}

.docl-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.docl-list li {
  width: calc((100% - 88px) / 5);
  margin-right: 22px;
  margin-top: 22px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(27, 27, 27, 0.08);
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
}

.docl-list li:nth-of-type(5n) {
  margin-right: 0;
}

.docl-list li:nth-of-type(1),
.docl-list li:nth-of-type(2),
.docl-list li:nth-of-type(3),
.docl-list li:nth-of-type(4),
.docl-list li:nth-of-type(5) {
  margin-top: 0;
}

.docl-list li h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 26px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}

.docl-list li:hover h4 {
  color: #0071BC;
}

.docl-list li h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 10px 0 50px 0;
}

.docl-list li .db {
  display: flex;
}

.docl-list li .db a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #0071BC;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #0071BC;
  border-radius: 4px;
  width: 76px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.docl-list li .db a::before {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #0071BC;
  z-index: -1;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

.docl-list li .db a:hover::before {
  width: 100%;
}

.docl-list li .db a:hover {
  color: #FFFFFF;
}

.docl-list li .db a:not(:first-of-type) {
  margin-left: 14px;
}

.docl-list li .suo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #B3B3B3;
}

.docl-list li .suo p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-left: 9px;
}

.bug-one {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 85px 40px 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bug-one .left p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.bug-one .left h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  color: #444444;
  line-height: 1;
  margin-top: 9px;
}

.bug-one .right {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 380px);
}

.bug-one .right .item {
  display: flex;
  align-items: center;
}
.bug-one .right .item .wz{
  margin-left: 30px;
}
.bug-one .right .item .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
}
.bug-one .right .item:nth-of-type(1) .wz p{
  color: #4266FE;
}
.bug-one .right .item:nth-of-type(2) .wz p{
  color: #FF755B;
}
.bug-one .right .item:nth-of-type(3) .wz p{
  color: #24C112;
}
.bug-one .right .item:nth-of-type(4) .wz p{
  color: #FA1801;
}
.bug-one .right .item .wz .sz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  color: #666666;
  margin-top: 8px;
}
.circular-progress {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.circular-progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.circular-progress-bg {
  fill: none;
  stroke: #DFE5F1;
  stroke-width: 6;
}
.circular-progress-fill {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}
.circular-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circular-progress-percentage {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
}
.bug-one .right .item:nth-of-type(1) .circular-progress-percentage{
  color: #4266FE;
}
.bug-one .right .item:nth-of-type(2) .circular-progress-percentage{
  color: #FF725F;
}
.bug-one .right .item:nth-of-type(3) .circular-progress-percentage{
  color: #24C112;
}
.bug-one .right .item:nth-of-type(4) .circular-progress-percentage{
  color: #F21A04;
}
.bug-b {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 50px 55px 50px;
  margin-top: 30px;
}
.bug-list{
  margin-top: 25px;
}
.bug-list .db{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 55px 9px 21px;
}
.bug-list .db .pb{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.bug-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
  padding: 30px 55px 27px 21px;
}
.bug-list li .name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.bug-list li .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.bug-list li .an{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  padding: 2px 9px;
  width: max-content;
  max-width: 100%;
}
.bug-list li .an.rw{
  color: #1761F8;
  border: 1px solid #1761F8;
}
.bug-list li .an.gz{
  color: #CF2C1C;
  border: 1px solid #CF2C1C;
}
.bug-list li p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.bug-list li .al{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 27px;
  border-radius: 4px;
}
.bug-list li .cz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.bug-list li .al span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  margin-left: 6px;
}
.bug-list li .priority{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bug-list li .priority img{
  max-width: 30px;
  margin-bottom: 5px;
}
.bug-list li .al.yfp{
  background-color: rgba(96,125,254, 0.1);
}
.bug-list li .al.clz{
  background-color: rgba(236,105,65, 0.1);
}
.bug-list li .al.ywc{
  background-color: rgba(34,172,56, 0.1);
}
.bug-list li .al.cs{
  background-color: rgba(250,24,1, 0.1);
}
.bug-list li .al.yfp span{
  color: #607DFE;
}
.bug-list li .al.clz span{
  color: #EC6941;
}
.bug-list li .al.ywc span{
  color: #22AC38;
}
.bug-list li .al.cs span{
  color: #FA1801;
}
.bug-list .pb1{
  width: 150px;
}
.bug-list .pb2{
  width: 280px;
}
.bug-list .pb3{
  width: 65px;
}
.bug-list .pb4{
  width: 46px;
}
.bug-list .pb5{
  width: 70px;
  text-align: center;
}
.bug-list .pb6{
  width: 75px;
}
.bug-list .pb7{
  width: 85px;
}
.bug-list .pb8{
  width: 37px;
}
.newSdk{
  padding: 28px 73px 32px 47px;
  border-radius: 20px;
  background-color: #292933;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newSdk .left{
  display: flex;
  align-items: flex-start;
}
.newSdk .left i{
  font-size: 22px;
  cursor: pointer;
  color: #FFFFFF;
  transform: translateY(3px);
  margin-right: 22px;
}
.newSdk .left .wz h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.newSdk .left .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 9px;
}
.newSdk .right{
  cursor: pointer;
  width: 90px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.newSdk .right::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transition: 0.3s;
  z-index: -1;
}
.newSdk .right:hover::before{
  width: 100%;
}
.newSdk .right:hover{
  color: #292933;
}
.sdk-b{
  padding: 24px 48px 45px 48px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
}
.sdktm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  margin-bottom: 22px;
}
.sdktm span{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.sdk-list{
  margin-top: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
}
.sdk-list .db{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 10px;
}
.sdk-list .db .pb{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.sdk-list li .zs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
  padding: 20px 0 25px 0;
}
.sdk-list li .zs .name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.sdk-list li .zs p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.sdk-list li .zs .type .an{
  width: 73px;
  height: 23px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
}
.sdk-list li .zs .type .an.a1{
  background-color: rgba(34,172,56, 0.1);
  color: #22AC38;
}
.sdk-list li .zs .type .an.a2{
  background-color: rgba(241,145,73, 0.1);
  color: #F19149;
}
.sdk-list li .zs .type .an.a3{
  background-color: rgba(4,141,255, 0.1);
  color: #048DFF;
}
.sdk-list li .zs .mk{
  display: flex;
  flex-wrap: wrap;
}
.sdk-list li .zs .mk .al{
  width: 73px;
  height: 23px;
  background: rgba(89, 89, 89, 0.1);
  border-radius: 12px;
  text-align: center;
  line-height: 23px;
  padding: 0 4px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-right: 7px;
  margin-bottom: 7px;
}
.sdk-list li .zs .mk .al:nth-of-type(2n){
  margin-right: 0;
}
.sdk-list li .zs .cz{
  display: flex;
}
.sdk-list li .zs .czan{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  margin-right: 1px;
  cursor: pointer;
  height: 32px;
}
.sdk-list li .zs .czan:last-of-type{
  margin-right: 0;
}
.sdk-list li .zs .czan span{
  margin-left: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.sdk-list li .zs .czan1{
  width: 119px;
}
.sdk-list li .zs .czan2{
  width: 90px;
}
.sdk-list li .zs .czan3{
  border-color: #048DFF;
  width: 119px;
}
.sdk-list li .zs .czan3 span{
  color: #048DFF;
}
.sdk-list li .zs .czan4{
  border-color: #F19149;
  width: 100px;
}
.sdk-list li .zs .czan4 span{
  color: #F19149;
}
.sdk-list li .zs .downb{
  display: flex;
}
.sdk-list li .zs .downb .down{
  display: block;
}
.sdk-list li .zs .downb .down i{
  font-size: 20px;
  color: #BDC6CF;
  transition: 0.3s;
}
.sdk-list li .zs .downb .down i:hover{
  color: #048DFF;
}
.sdk-list li .zs .downb .too{
  transition: 0.3s;
  font-size: 18px;
  color: #B1B5C5;
  cursor: pointer;
  margin-left: 50px;
}
.sdk-list li .zs .downb .too:hover{
  color: #222222;
}
.sdk-list li.active .zs .downb .too{
  transform: rotate(90deg);
  color: #222222;
}
.sdk-list li .dbzs{
  padding: 23px 40px 40px 21px;
  background-color: rgba(102,102,102, 0.06);
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  display: none;
}
.sdk-list .pb1{
  width: 100px;
}
.sdk-list .pb2{
  width: 80px;
}
.sdk-list .pb3{
  width: 73px;
}
.sdk-list .pb4{
  width: 75px;
}
.sdk-list .pb5{
  width: 140px;
}
.sdk-list .pb6{
  width: 153px;
}
.sdk-list .pb7{
  width: 220px;
}
.sdk-list .pb8{
  width: 109px;
}
.message-b{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 50px 64px 50px;
}
.message-b .tag-b{
  display: flex;
  border-bottom: 1px solid #D2D2D2;
  margin-top: 32px;
}
.message-b .tag-b .tag{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.message-b .tag-b .tag .flow {
  width: 18px;
  height: 18px;
  background: #e60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: calc(100%);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 1;
}
.message-b .tag-b .tag:not(:first-of-type){
  margin-left: 45px;
}
.message-b .tag-b .tag.active{
  font-weight: bold;
  color: #222222;
  border-bottom-color: #1B1B1B;
}
.message-b .tag-b .tag::before{
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #FB9A01;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -2px;
  opacity: 0;
}
.message-b .tag-b .tag.wd::before{
  opacity: 1;
}
.meessage-list{
  margin-top: 12px;
  border-bottom: 1px solid #8C8C8C;
  padding-bottom: 38px;
}
.meessage-list li:not(:first-of-type){
  margin-top: 3px;
}
.meessage-list li{
  border-bottom: 1px solid #F8F8F8;
}
.meessage-list li .zs{
  padding: 27px 45px 30px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  border-radius: 4px;
}
.meessage-list li .zs .left{
  width: calc(100% - 350px);
  display: flex;
  align-items: center;
}
.meessage-list li .zs .left .rund{
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 25px;
}
.meessage-list li .zs .left .rund i{
  font-size: 20px;
  color: #AAAAAA;
  transition: 0.3s;
}
.meessage-list li .zs .left .wz{
  width: calc(100% - 50px - 25px);
}
.meessage-list li .zs .left .wz h4{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.meessage-list li .zs .left .wz .pq{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: #048DFF;
  border-radius: 12px;
  background-color: rgba(4,141,255, 0.1);
  width: max-content;
  padding: 3px 10px;
  margin-top: 6px;
}
.meessage-list li .zs .right{
  display: flex;
}
.meessage-list li .zs .right .time{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  margin-right: 70px;
}
.meessage-list li .zs .right .zk{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  transition: 0.3s;
  cursor: pointer;
}
.meessage-list li .zs .right .sq{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  display: none;
}
.meessage-list li .dbzs{
  padding: 0 35px 0 25px;
  display: none;
}
.meessage-list li .dbzs .nr{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  width: calc(100% - 75px);
  margin-left: auto;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 21px 100px 42px 25px;
}
.meessage-list li .dbzs .nr a{
  color: #F39C0E;
}
.meessage-list li.active .zs{
  background-color: #F8F8F8;
}
.meessage-list li.active .zs .left .rund{
  background-color: #FB9A01;
}
.meessage-list li.active .zs .left .rund i{
  color: #ffffff;
}
.meessage-list li.active .zs .right .zk{
  color: #048DFF;
}
.diaolog-pdf{
  position: fixed;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
}
.diaolog-pdf.active{
  display: block;
}
.diaolog-pdf .zw{
  width: 100%;
  height: 100%;
}
.diaolog-pdf .content{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-radius: 20px;
  width: calc(100%);
  height: calc(100vh);
}
.diaolog-pdf .content .top{
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px 0 55px;
  height: 115px;
}
.diaolog-pdf .content .top .title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  color: #222222;
  width: calc(100% - 300px);
}
.diaolog-pdf .content .top .right{
  display: flex;
  align-items: center;
}
.diaolog-pdf .content .top .right .down{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 47px;
  background: #048DFF;
  border-radius: 10px;
}
.diaolog-pdf .content .top .right .down i{
  font-size: 18px;
  color: #FFFFFF;
}
.diaolog-pdf .content .top .right .down p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 10px;
}
.diaolog-pdf .content .top .right .close{
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.diaolog-pdf .content .top .right .close i{
  font-size: 20px;
  color: #222222;
  transition: 0.3s;
}
.diaolog-pdf .content .top .right .close p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-left: 5px;
  transition: 0.3s;
}
.diaolog-pdf .content .top .right .close:hover i,
.diaolog-pdf .content .top .right .close:hover p{
  color: #048DFF;
}
.diaolog-pdf .content .view{
  padding: 0 130px 45px 130px;
  margin-top: 30px;
  height: calc(100% - 115px - 30px);
}
.personal-box.dd{
  padding: 0;
  background-color: #ffffff;
  overflow: unset;
}
.docd-box{
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  border-top: 1px solid #DCDCDC;
}
.docd-box .slide{
  width: 307px;
  height: calc(100vh);
  border-right: 1px solid #DCDCDC;
  position: sticky;
  top: 0;
  transition: 0.3s;
}
.docd-box.active .slide{
  width: 70px;
}
.docd-box.active .slide .top .jt{
  transform: rotate(180deg);
}
.docd-box.active .slide .top .title{
  transform: scaleX(0);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.docd-box.active .slide .content{
  transform: scaleX(0);
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.docd-box .slide .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FAFBFC;
  padding: 14px 6px 14px 24px;
}
.docd-box .slide .top .title{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  max-width: calc(100% - 37px);
  transition: 0.3s;
  transform-origin: left;
}
.docd-box .slide .top .jt{
  cursor: pointer;
}
.docd-box .slide .content{
  width: 100%;
  height: 75%;
  padding: 9px 9px 20px 0;
  border-top: 1px solid #DCDCDC;
  overflow-y: auto;
  transition: 0.3s;
  transform-origin: left;
}
.docd-box .slide .content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.docd-box .slide .content::-webkit-scrollbar-thumb {
  background: #0071BC;
}
.docd-box .slide .content::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.docd-box .slide .content a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding: 10px 10px 10px 26px;
  transition: 0.3s;
}
.docd-box .slide .content a.active{
  font-weight: bold;
  color: #222222;
  background-color: rgba(2,114,188, 0.08);
}
.docd-box .slide .content a:hover{
  color: #222222;
}
.docd-box .container{
  width: calc(100% - 307px);
  padding: 0 14px 0 49px;
}
.docd-box.active .container{
  width: calc(100% - 70px);
}
.docd-box .container .top{
  padding: 25px 0 20px 0;
  border-bottom: 1px solid #DCDCDC;
  width: 91%;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
}
.docd-box .container .top .nav{
  display: flex;
  align-items: center;
}
.docd-box .container .top .nav i{
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.docd-box .container .top .nav i:hover{
  color: #048DFF;
}
.docd-box .container .top .nav a,
.docd-box .container .top .nav span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.docd-box .container .top .nav span{
  margin: 0 5px 0 9px;
}
.docd-box .container .top form{
  display: flex;
  width: 72%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  margin-top: 25px;
}
.docd-box .container .top form button{
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.docd-box .container .top form button i{
  font-size: 16px;
  color: #888888;
}
.docd-box .container .top form input{
  width: calc(100% - 40px);
  padding: 0 10px 0 0;
  height: 100%;
  outline: none;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  background-color: transparent;
}
.docd-box .container .top form input::placeholder{
  color: #CCCCCC;
}
.docd-box .container .mide{
  display: flex;
  justify-content: space-between;
}
.docd-box .container .mide.active .content-rq{
  width: calc(100% - 45px - 20px);
}
.docd-box .container .mide .content-rq{
  width: calc(100% - 330px - 20px);
  padding-bottom: 100px;
}
.docd-box .container .mide .content-rq .rq{
  width: calc(100% - 80px);
}
.docd-box .container .mide .content-rq .title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  color: #222222;
}
.docd-box .container .mide .content-rq .down{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.docd-box .container .mide .content-rq .down p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  transition: 0.3s;
  margin-left: 11px;
}
.docd-box .container .mide .content-rq .desc{
  display: flex;
  margin-top: 22px;
}
.docd-box .container .mide .content-rq .desc p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.docd-box .container .mide .content-rq .desc p:not(:first-of-type){
  margin-left: 40px;
}
.docd-box .container .mide .content-rq .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  margin-top: 34px;
}
.docd-box .container .mide .content-rq .content p,
.docd-box .container .mide .content-rq .content span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
}
.docd-box .container .mide .content-rq .content h1,
.docd-box .container .mide .content-rq .content h2,
.docd-box .container .mide .content-rq .content h3,
.docd-box .container .mide .content-rq .content h4,
.docd-box .container .mide .content-rq .content h5,
.docd-box .container .mide .content-rq .content h6{
  font-family: var(--font-family);
}
.docd-box .container .mide .content-rq .content a{
  color: #048DFF;
}
.docd-box .container .mide .content-rq .content a:hover{
  text-decoration: underline;
}
.docd-box .container .mide .flow-right{
  width: 330px;
  position: sticky;
  top: 162px;
  height: calc(100vh - 250px);
}
.docd-box .container .mide.active .flow-right{
  width: 45px;
}
.docd-box .container .mide.active .flow-right .tt .jt{
  transform: rotate(180deg);
}
.docd-box .container .mide.active .flow-right .tt p{
  transform: scaleX(0);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.docd-box .container .mide.active .flow-right .zw{
  transform: scaleX(0);
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.docd-box .container .mide .flow-right .tt{
  display: flex;
  align-items: center;
}
.docd-box .container .mide .flow-right .tt .jt{
  cursor: pointer;
}
.docd-box .container .mide .flow-right .tt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-left: 13px;
  line-height: 1;
  transition: 0.3s;
  transform-origin: right;
}
.docd-box .container .mide .flow-right .zw{
  width: calc(100% - 30px);
  margin-left: auto;
  margin-top: 30px;
  max-height: calc(100% - 16px - 40px);
  overflow-y: auto;
  transition: 0.3s;
  transform-origin: right;
}
.docd-box .container .mide .flow-right .zw::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.docd-box .container .mide .flow-right .zw::-webkit-scrollbar-thumb {
  background: #0071BC;
}
.docd-box .container .mide .flow-right .zw::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.docd-box .container .mide .flow-right .zw a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  padding: 9px 15px 9px 15px;
  position: relative;
  border-left: 3px solid #E5E5E5;
}
.docd-box .container .mide .flow-right .zw a::before{
  display: block;
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #0272BC;
  opacity: 0;
}
.docd-box .container .mide .flow-right .zw a.h3{
  padding-left: 25px;
}
.docd-box .container .mide .flow-right .zw a.active{
  background-color: #F5F5F5;
}
.docd-box .container .mide .flow-right .zw a.active::before{
  opacity: 1;
}
.docd-box .container .mide .content-rq .content img{
  margin: 0 auto;
  max-width: 100%;
}
.docd-box .container .mide .qhb{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  margin-top: 50px;
  padding-top: 25px;
}
.docd-box .container .mide .qhb .qh{
  display: flex;
  flex-direction: column;
}
.docd-box .container .mide .qhb .prev{
  align-items: flex-start;
}
.docd-box .container .mide .qhb .next{
  align-items: flex-end;
}
.docd-box .container .mide .qhb .prev .r i{
  margin-right: 10px;
}
.docd-box .container .mide .qhb .next .r i{
  margin-left: 10px;
}
.docd-box .container .mide .qhb .r{
  display: flex;
}
.docd-box .container .mide .qhb .next .r{
  flex-direction: row-reverse;
}
.docd-box .container .mide .qhb .r i{
  font-size: 18px;
  color: #222222;
}
.docd-box .container .mide .qhb .r p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.docd-box .container .mide .qhb .d{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-top: 8px;
}
.docd-box .container .mide .qhb .qh:hover{
  text-decoration: underline;
}
.page {
  width: 100%;
  margin-top: 22px;
}

.page .el-pagination {
  text-align: right;
  width: 100%;
  padding: 0px;
}

.page .el-pagination__total {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.page .el-pagination .btn-prev {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border-radius: 6px;
  min-width: 30px;
  border: 1px solid #D2D2D2;
}

.page .el-pagination .btn-next {
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border-radius: 6px;
  min-width: 30px;
  border: 1px solid #D2D2D2;
}

.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i {
  font-size: 14px;
}

.page .el-pager li {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  text-align: center;
  line-height: 30px;
  background: transparent;
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  transition: 0.3s;
  border-radius: 6px;
  border: 1px solid #D2D2D2 !important;
}

.page .el-pager li.active {
  color: #048DFF;
  border-color: #048DFF !important;
}

.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #048DFF;
  border-color: #048DFF;
}

.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #048DFF;
}

.login-nav .ct {
  display: flex;
  margin: 0 auto;
}

.login-nav .ct img {
  width: 178px;
}

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

.login .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 55%;
  min-height: 100%;
}

.loginct {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 90px 0 70px 0;
  min-height: 100vh;
}

.loginct .left {
  width: 560px;
  position: fixed;
  top: 0;
  left: calc((100% - 1600px) / 2);
  height: 100%;
  display: flex;
  align-items: center;
}

.loginct .left .rund {
  width: 60px;
  height: 60px;
  position: relative;
}

.loginct .left .rund .ic {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.loginct .left .rund .pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  animation: bigpulse 2s ease-out infinite;
  border-radius: 50%;
}

@keyframes bigpulse {
  0% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

.loginct .left h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #FFFFFF;
  margin: 31px 0 20px 0;
}

.loginct .left p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.loginct .left .db {
  position: absolute;
  left: 0;
  bottom: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.loginct .right {
  width: 540px;
  margin-left: auto;
}

.loginct .right .tm {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
}

.loginct .right .mide {
  margin-top: 37px;
}

.loginct .right .el-input__inner {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  /* border: 1px solid #E5E5E5; */
  line-height: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.loginct .right .el-input__inner::placeholder {
  color: #999999;
}

.loginct .right .el-form-item {
  margin-bottom: 30px;
}

.loginct .right .el-form-item.mbx {
  margin-bottom: 13px;
}

.loginct .right .el-select {
  width: 100%;
}

.el-select-dropdown__item.selected {
  color: #0071BC;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus,
.el-input__inner:focus {
  border-color: #0071BC;
}

.loginct .right .mide .row {
  display: flex;
}

.loginct .right .mide .row .el-input {
  width: 256px;
}

.loginct .right .mide .row .el-button {
  width: 121px;
  border: none;
  background-color: #F39800;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0;
  margin-left: 24px;
}

.loginct .right .mide .row .el-button.is-disabled,
.loginct .right .mide .row .el-button.is-disabled:focus,
.loginct .right .mide .row .el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #e2e2e2;
}

.loginct .right .gybt {
  width: 100%;
  height: 60px;
  background: #0272BC;
  border-radius: 30px;
  border: none;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 35px 0;
}

.loginct .right .gybt.dl {
  margin: 20px 0 45px 0;
  width: 230px;
}

.el-form-item__content {
  line-height: unset;
}

.el-checkbox__label {
  font-family: var(--font-family);
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0272BC;
  border-color: #0272BC;
}

.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__inner:hover {
  border-color: #0272BC;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #0272BC;
}

.loginct .right .mide .yszc {
  display: flex;
  align-items: center;
}

.loginct .right .mide .yszc a,
.loginct .right .mide .yszc span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #0272BC;
}

.loginct .right .mide .yszc a:hover {
  text-decoration: underline;
}

.loginct .right .mide .yszc span {
  margin: 0 12px;
}
.loginct .right .mide .qdlb{
  display: flex;
  flex-wrap: wrap;
}
.loginct .right .mide .qdl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: block;
  width: max-content;
  max-width: 100%;
}
.loginct .right .mide .qdl:not(:last-of-type){
  margin-right: 15px;
}
.loginct .right .mide .qdl span {
  color: #0272BC;
}

.loginct .right .mide .qdl:hover span {
  text-decoration: underline;
}

.loginct .right .mide .tp {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 18px;
  margin-top: 100px;
}

.loginct .right .mide .tp p:not(:first-of-type) {
  margin-top: 15px;
}
.banner{
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.banner .ct .rq{
  max-width: 60%;
}
.banner .ct h4{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
}
.banner .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 15px;
}
.min-nav {
  background-color: #f8f8f8;
  height: 80px;
}
.min-nav .flow-bf {
  height: 80px;
}
.min-nav .flow-bf.active {
  position: fixed;
  z-index: 98;
  width: 100%;
  left: 0;
  top: 90px;
  background-color: #f8f8f8;
}
.min-nav .ct{
  margin: 0 auto;
  display: flex;
  height: 100%;
}
.min-nav .ct a{
  height: 100%;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.min-nav .ct a.active{
  font-weight: bold;
  border-bottom-color: #0071BC;
  color: #0071BC;
}
.min-nav .ct a:hover{
  color: #0071BC;
}
.min-nav .ct a:not(:first-of-type){
  margin-left: 95px;
}
.pro-box{
  overflow: hidden;
}
.proct{
  margin: 0 auto;
  padding: 70px 0 130px 0;
}
.title-40{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #222222;
}
.title-40.jz{
  text-align: center;
}
.pro-list{
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.pro-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}
.pro-list li:nth-of-type(3n){
  margin-right: 0;
}
.pro-list li a{
  display: block;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 35px 38px 70px 38px;
  transition: 0.3s;
}
.pro-list li a:hover{
  box-shadow: 0px 0px 25px 0px rgba(0,113,188,0.15);
  transform: translateY(-15px);
}
.pro-list li a h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.pro-list li a .ib{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  height: 290px;
}
.pro-list li a .ib img{
  max-width: 100%;
  max-height: 100%;
}
.pd1-box{
  margin-top: 90px;
  background: url(../images/pd1.jpg) no-repeat center / cover;
  overflow: hidden;
}
.pd1ct{
  margin: 0 auto;
  padding: 90px 0 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd1ct .left{
  width: 500px;
}
.pd1ct .left .desc-swiper .rq{
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd1ct .left .desc-swiper .rq img{
  max-width: 80%;
  max-height: 80%;
}
.pd1ct .left .desc-swiper .pb{
  font-size: 28px;
  color: #D2D2D2;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.pd1ct .left .desc-swiper .pb.swiper-button-disabled{
  display: none;
}
.pd1ct .left .desc-swiper .prev{
  left: 0;
}
.pd1ct .left .desc-swiper .next{
  right: 0;
}
.pd1ct .left .desc-swiper .pb:hover{
  color: #147ECD;
}
.pd1ct .left .time-swiper{
  width: 100%;
  margin-top: 50px;
}
.pd1ct .left .time-swiper a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border: 1px solid #D2D2D2;
  transition: 0.3s;
}
.pd1ct .left .time-swiper a img{
  max-width: 80%;
  max-height: 80%;
}
.pd1ct .left .time-swiper .swiper-slide-thumb-active a{
  border-color: #147ECD;
}
.pd1ct .right{
  width: 600px;
}
.pd1ct .right h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
}
.pd1ct .right h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  margin-top: 10px;
}
.pd1ct .right .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  margin-top: 55px;
}
.pd1ct .right a{
  width: 220px;
  height: 50px;
  background: #147ECD;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3s;
  margin-top: 140px;
}
.pd1ct .right a:hover{
  box-shadow: 0px 0px 26px 0px rgba(20,126,205, 0.5);
}
.pd2-box{
  background: url(../images/pd2.jpg) no-repeat center / cover;
  overflow: hidden;
}
.pd2ct{
  margin: 0 auto;
  padding: 89px 0;
}
.pd2ct .mide{
  display: flex;
  justify-content: space-between;
}
.pd2ct .item{
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.pd2ct .item:nth-of-type(4n){
  margin-right: 0;
}
.pd2ct .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.pd2ct .item h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.pd3-box{
  background: url(../images/pd3.jpg) no-repeat center / cover;
}
.pd3ct{
  margin: 0 auto;
  padding: 95px 0 130px 0;
}
.pd3ct .top .desc{
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.pd3ct .top .desc .item{
  width: calc((100% - 40px) / 2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 30px 0px rgba(102,102,102,0.15);
  background: url(../images/pd8.png) no-repeat center / cover;
  padding: 52px 66px 62px 64px;
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
  margin-top: 40px;
}
.pd3ct .top .desc .item:nth-of-type(1),
.pd3ct .top .desc .item:nth-of-type(2){
  margin-top: 0;
}
.pd3ct .top .desc .item:nth-of-type(2n){
  margin-right: 0;
}
.pd3ct .top .desc .item .ib{
  width: 70px;
}
.pd3ct .top .desc .item .ib img{
  max-width: 100%;
}
.pd3ct .top .desc .item .txt{
  width: calc(100% - 70px - 74px);
}
.pd3ct .top .desc .item .txt h4{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  color: #222222;
}
.pd3ct .top .desc .item .txt .line{
  display: flex;
  margin: 20px 0 27px 0;
}
.pd3ct .top .desc .item .txt .line p{
  width: 10px;
  height: 4px;
  background: #147ECD;
  border-radius: 2px;
}
.pd3ct .top .desc .item .txt .line span{
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #147ECD 0%, rgba(245,245,245,0) 100%);
  margin-left: 4px;
}
.pd3ct .top .desc .item .txt .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
}
.pd3ct .top .desc .item .txt .wz p{
  position: relative;
  padding-left: 12px;
}
.pd3ct .top .desc .item .txt .wz p::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #147ECD;
  border-radius: 50%;
}
.pd3ct .mide{
  margin: 80px auto 0;
  border-radius: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 40px 0px rgba(22,24,24,0.02);
  padding: 35px 50px 60px 50px;
}
.pd3ct .mide table{
  border-collapse: collapse;
  width: 100%;
}
.pd3ct .mide table tr{
  border-bottom: 1px solid #EEEEEE;
}
.pd3ct .mide table tr:last-of-type{
  border-bottom: none;
}
.pd3ct .mide table tr:last-of-type td{
  padding-bottom: 0;
}
.pd3ct .mide table tr td:first-of-type{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  color: #222222;
  width: 30%;
  padding-left: 60px;
  padding-right: 15px;
}
.pd3ct .mide table tr td{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  padding: 24px 0;
}
.case-box{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.case-box .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  z-index: 7;
  width: 24px;
  height: 48px;
  border-radius: 13px;
  border: 1px solid #ffffff;
}
.case-box.caol .mouse{
  bottom: calc(0% + 90px);
}
.case-box .mouse p {
  width: 2px;
  height: 12px;
  background: #ffffff;
  border-radius: 1px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  animation: mouse 2s linear infinite;
}
.case-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.case-box .ct .rq{
  width: 601px;
}
.case-box.active .title-40,
.case-box .title-40{
    color: #FFFFFF;
}
.case-box.active .ct p{
    color: #FFFFFF;
}
.case-box.active .ct a{
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.case-box .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 20px 0 90px 0;
}
.case-box .ct a{
  width: 180px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.case-box .ct a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #147ECD;
  z-index: -1;
  transition: 0.3s;
}
.case-box .ct a:hover{
  border-color: #147ECD;
  color: #FFFFFF;
}
.case-box .ct a:hover::before{
  width: 100%;
}
.case-container .section:nth-of-type(odd) .ct .rq{
  margin-left: auto;
}
/*.case-container .section:nth-of-type(1) .ct .rq,*/
/*.case-container .section:nth-of-type(4) .ct .rq{*/
/*  margin-left: auto;*/
/*}*/
.ser-box{
  overflow: hidden;
}
.serct{
  padding: 70px 0 160px 0;
  margin: 0 auto;
}
.gy-top h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
  line-height: 30px;
}
.gy-top h6.left{
  text-align: left;
}
.ser-list{
  margin-top: 75px;
}
.ser-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ser-list li .left{
  width: 690px;
  height: 392px;
}
.ser-list li .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0px 12px 30px 0px rgba(1,19,61,0.4);
}
.ser-list li .right{
  width: 576px;
}
.ser-list li .right h4{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
}
.ser-list li .right .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 25px;
}
.ser-list li .right .desc p{
  position: relative;
  padding-left: 9px;
}
.ser-list li .right .desc p::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #555555;
  border-radius: 50%;
}
.ser-list li:nth-of-type(even){
  flex-direction: row-reverse;
}
.ser-list li:not(:first-of-type){
  margin-top: 100px;
}
.faqct{
  padding: 70px 0 160px 0;
  margin: 0 auto;
}
.faq-list{
  margin-top: 80px;
}
.faq-list li{
  border-bottom: 1px solid #EEEEEE;
  padding: 22px 0;
  transition: 0.3s;
}
.faq-list li .zs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-list li .zs p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  max-width: calc(100% - 100px);
  opacity: 0.8;
}
.faq-list li .zs .rund{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid #D2D2D2;
}
.faq-list li .zs .rund i{
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
}
.faq-list li .zs .rund i:last-of-type{
  display: none;
}
.faq-list li .db{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin-top: 10px;
  width: 90%;
  display: none;
}
.faq-list li.active .zs .rund{
  border-color: #0071BC;
  background-color: #0071BC;
}
.faq-list li.active .zs .rund i{
  color: #FFFFFF;
}
.faq-list li.active .zs .rund i:last-of-type{
  display: block;
}
.faq-list li.active .zs .rund i:first-of-type{
  display: none;
}
.faq-list li.active{
  border-bottom-color: #7D7D7D;
  padding-bottom: 35px;
}
.rdct{
  padding: 70px 0 130px 0;
  margin: 0 auto;
}
.rdct .gy-tag{
  margin-top: 70px;
}
.gy-tag{
  display: flex;
  justify-content: center;
}
.gy-tag a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
  background: #E5E5E5;
  border-radius: 21px;
  padding: 8px 25px;
}
.gy-tag a.active,
.gy-tag a:hover{
  background-color: #0071BC;
  color: #FFFFFF;
}
.gy-tag a:not(:first-of-type){
  margin-left: 10px;
}
.redown-list{
  margin-top: 39px;
}
.redown-list .db{
  display: flex;
  background-color: #0071BC;
  border-radius: 8px 8px 0 0;
  height: 59px;
  align-items: center;
  justify-content: space-between;
  padding: 0 122px 0 25px;
}
.redown-list .db .pb{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.redown-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 122px 18px 25px;
}
.redown-list li:nth-of-type(odd){
  background-color: #F8F8F8;
}
.redown-list li .title{
  display: flex;
  align-items: center;
}
.redown-list li .title img{
  width: 18px;
}
.redown-list li .title span{
  width: calc(100% - 18px - 22px);
  margin-left: 22px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.redown-list li p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.redown-list li .xz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #0071BC;
}
.redown-list li .xz:hover{
  text-decoration: underline;
}
.redown-list .pb1{
  width: 350px;
}
.redown-list .pb2{
  width: 380px;
}
.redown-list .pb3{
  width: 100px;
}
/*.rdct{*/
/*  padding: 70px 0 130px 0;*/
/*  margin: 0 auto;*/
/*}*/
.rdct .top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/*.rdct .top .gy-top{*/
/*  width: 495px;*/
/*}*/
.news-list{
  margin-top: 100px;
}
.news-list li:not(:first-of-type){
  margin-top: 30px;
}
.news-list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  height: 260px;
  padding: 0 85px 0 24px;
}
.news-list li a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #F5F5F5;
  transition: 0.5s;
  z-index: -1;
}
.news-list li a:hover::before{
  width: 100%;
}
.news-list li a .left{
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
}
.news-list li a .left img{
  width: 379px;
  height: 210px;
  object-fit: cover;
}
.news-list li a .left .txt{
  width: calc(100% - 379px - 62px);
  margin-left: 62px;
}
.news-list li a .left .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.news-list li a:hover .left .txt h4{
  color: #0071BC;
}
.news-list li a .left .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 16px;
}
.news-list li a .time{
  display: flex;
  align-items: flex-end;
  font-family: var(--font-family-light);
  font-weight: 400;
  font-size: 48px;
  color: #888888;
  line-height: 1;
}
.news-list li a .time h4{
  transform: translateY(5px);
  transition: 0.3s;
}
.news-list li a .time h5{
  font-size: 24px;
  margin: 0 5px;
  transition: 0.3s;
}
.news-list li a .time h6{
  font-size: 16px;
  transition: 0.3s;
}
.news-list li a:hover .time h4,
.news-list li a:hover .time h5,
.news-list li a:hover .time h6{
  color: #0071BC;
}
.nd1-box{
  background-color: #F5F5F5;
  margin-top: 90px;
  overflow: hidden;
}
.n-nav{
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.n-nav a,
.n-nav span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.n-nav span{
  margin: 0 5px;
}
.nd1ct{
  margin: 15px auto 0;
  padding-bottom: 35px;
}
.nd1ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #222222;
}
.nd1ct .db{
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.nd1ct .db .left{
  display: flex;
}
.nd1ct .db .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.nd1ct .db .left p:not(:first-of-type){
  margin-left: 30px;
}
.nd1ct .db .right{
  display: flex;
  align-items: center;
}
.nd1ct .db .right .fx{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.nd2ct{
  padding: 60px 0 130px 0;
  margin: 0 auto;
}
.i2-list {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
}
.i2-list .item {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-top: 40px;
}
.i2-list .item:nth-of-type(1),
.i2-list .item:nth-of-type(2) {
  margin-top: 0;
}
.i2-list .item:nth-of-type(2n) {
  margin-right: 0;
}
.i2-list .item .ib {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 30px;
}
.i2-list .item .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.i2-list .item .ib:hover img {
  transform: scale(1.08);
}
.i2-list .item .txt {
  margin-top: 18px;
}
.i2-list .item .txt h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #222222;
  text-align: center;
}
.i2-list .item .txt .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  text-align: center;
  margin-top: 5px;
}
.nd2ct .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 36px;
}
.nd2ct .content p,
.nd2ct .content span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 36px;
}
.nd2ct .content p:not(:first-of-type){
  margin-top: 20px;
}
.nd2ct .content img{
  max-width: 100%;
  margin: 20px auto 0;
}
.nd2ct .qh{
  border-top: 1px solid #DCDCDC;
  padding-top: 30px;
  margin-top: 90px;
}
.nd2ct .qh a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  display: block;
  max-width: 100%;
  width: max-content;
}
.nd2ct .qh a span{
  color: #222222;
}
.nd2ct .qh a:not(:first-of-type){
  margin-top: 8px;
}
.nd2ct .qh a:hover span{
  text-decoration: underline;
}
.join-db{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.join-db .gy-top{
  max-width: calc(100% - 750px - 50px);
}
.join-search{
  width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-search .sss,
.join-search .el-select{
  width: calc((100% - 30px) / 3);
}
.join-search .el-input__inner{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #333333;
}
.join1-box{
  overflow: hidden;
}
.join1ct{
  margin: 0 auto;
  padding: 70px 0 130px 0;
}
.join-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.join-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #FAFAFA;
  padding: 45px 38px 75px 38px;
}
.join-list li:nth-of-type(3n){
  margin-right: 0;
}
.join-list li h4{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.join-list li .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  line-height: 30px;
  margin: 35px 0 40px 0;
}
.join-list li a{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #1074BC;
  padding-bottom: 8px;
  position: relative;
}
.join-list li a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1074BC;
  transition: 0.3s;
}
.join-list li a:hover::after{
  width: 50%;
}
.join-fc {
  margin-top: 80px;
}
.join-fc .sw {
  position: relative;
  margin-top: 40px;
}
.join-fc .sw .pb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background-color: #e7e7e7;
  border-radius: 50%;
}
.join-fc .sw .pb i {
  font-size: 18px;
  color: #1074bc;
  transition: 0.3s;
}
.join-fc .sw .pb:hover {
  background-color: #1074bc;
}
.join-fc .sw .pb:hover i {
  color: #ffffff;
}
.join-fc .sw .prev {
  left: -65px;
}
.join-fc .sw .next {
  right: -65px;
}
.join-swiper {
  width: 100%;
}
.join-swiper .ib {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.join-swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.join-swiper .ib:hover img {
  transform: scale(1.08);
}
.jd1-box{
  overflow: hidden;
  background-color: #F8F8F8;
  margin-top: 90px;
}
.jd1ct{
  margin: 0 auto;
  padding: 70px 0 37px 0;
}
.jd1ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
}
.jd1ct .db{
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 40px;
}
.jd1ct .db p{
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}
.jd1ct .db p:last-of-type{
  padding-right: 0px;
  margin-right: 0px;
}
.jd1ct .db p:last-of-type::after{
  display: none;
}
.jd1ct .db p::after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #666666;
}
.jd2ct{
  margin: 0 auto;
  padding: 65px 0 130px 0;
}
.jd2ct .mide .row:not(:first-of-type){
  margin-top: 50px;
}
.jd2ct .mide .row h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.jd2ct .mide .row .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 36px;
  margin-top: 10px;
}
.jd2ct .mide .row .desc img{
  max-width: 100%;
  margin: 10px 0;
}
.jd2ct .db{
  margin-top: 80px;
}
.jd2ct .db .email{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #222222;
}
.jd2ct .db .email span{
  color: #1074BC;
}
.jd2ct .db .qh{
  display: flex;
  padding-top: 30px;
  border-top: 1px solid #EAEAEA;
  margin-top: 35px;
}
.jd2ct .db .qh a{
  width: 150px;
  height: 54px;
  background: #FFFFFF;
  border: 1px solid #222222;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
}
.jd2ct .db .qh a:not(:first-of-type){
  margin-left: 15px;
}
.jd2ct .db .qh a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1074BC;
  z-index: -1;
  transition: 0.3s;
}
.jd2ct .db .qh a:hover{
  border-color: #1074BC;
  color: #ffffff;
}
.jd2ct .db .qh a:hover::before{
  width: 100%;
}
.cont1-box{
  overflow: hidden;
}
.cont1ct{
  padding: 70px 0 100px 0;
  margin: 0 auto;
}
.cont1ct .mide{
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.cont1ct .mide .left h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.cont1ct .mide .left .desc{
  margin-top: 55px;
}
.cont1ct .mide .left .desc a{
  display: flex;
  align-items: center;
}
.cont1ct .mide .left .desc a .ib{
  width: 17px;
  margin-right: 12px;
}
.cont1ct .mide .left .desc a .ib img{
  max-width: 100%;
}
.cont1ct .mide .left .desc a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #222222;
}
.cont1ct .mide .left .desc a:not(:first-of-type){
  margin-top: 10px;
}
.cont1ct .mide .fxb{
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.cont1ct .mide .fxb .mlfx{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1196DB;
  margin: 4px;
  cursor: pointer;
}
.cont1ct .mide .fxb .mlfx img{
  max-width: 70%;
  max-height: 70%;
}
.cont1ct .mide .fxb .fx{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-right: 25px;
}
.cont1ct .mide .line{
  width: 1px;
  height: 280px;
  background-color: #DDE0E9;
  margin: 0 250px 0 300px;
}
.cont1ct .mide .right{
  display: flex;
}
.cont1ct .mide .right .item{
  width: 160px;
}
.cont1ct .mide .right .item img{
  width: 100%;
}
.cont1ct .mide .right .item p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 11px;
}
.cont1ct .mide .right .item:not(:last-of-type){
  margin-right: 70px;
}
.cont2-box{
  background: url(../images/cont4.jpg) no-repeat center / cover;
  overflow: hidden;
}
.cont2ct{
  padding: 115px 0 100px 0;
  margin: 0 auto;
  position: relative;
}
.cont2ct .gy-top{
  position: absolute;
  left: 0;
  top: 105px;
}
.cont2ct .gy-top .title-40,
.cont2ct .gy-top h6{
  color: #FFFFFF;
}
.cont2ct .map{
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.cont2ct .map .bg{
  max-width: 100%;
}
.cont2ct .map .print{
  position: absolute;
  cursor: pointer;
}
.cont2ct .map .print .rund{
  position: relative;
}
.cont2ct .map .print .rund .pulse{
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cont2ct .map .print .rund .pulse1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: rgba(255,255,255, 0.2);
  animation: bigpulse2 3s ease-out infinite;
  transition: 0.3s;
}
@keyframes bigpulse2 {
  0% {
    width: 10px;
    height: 10px;
  }
  100% {
    width: 28px;
    height: 28px;
  }
}
.cont2ct .map .print .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding-top: 15px;
}
.cont2ct .map .print .flow{
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 70px;
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: 0.5s;
}
.cont2ct .map .print:hover .flow{
  transform: scaleX(1);
  opacity: 1;
}
.cont2ct .map .print .flow .rq{
  width: 380px;
  background: #147ECD;
  border-radius: 10px;
  padding: 24px 35px;
  position: relative;
}
.cont2ct .map .print .flow .rq::before{
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  top: 80%;
  transform: translateY(-50%);
  width: 38px;
  height: 1px;
  background-color: #ffffff;
}
.cont2ct .map .print .flow .rq::after{
  display: block;
  content: '';
  position: absolute;
  left: calc(100% + 33px);
  left: calc(100% + 33px);
  top: calc(80% + 13px);
  transform: translateY(-50%) rotate(45deg);
  width: 38px;
  height: 1px;
  background-color: #ffffff;
}
.cont2ct .map .print .flow .rq img{
  height: 31px;
}
.cont2ct .map .print .flow .rq p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 15px;
}
.cont2ct .map .pt1{
  bottom: 30%;
  right: 29%;
}
.cont2ct .map .pt2{
  top: 55%;
  right: 16%;
}
.cont2ct .map .pt3{
  top: 59%;
  right: 12%;
}
.cont2ct .map .pt4{
    top: 36%;
    right: 24%;
}
.cont2ct .map .pt5{
    bottom: 15%;
    right: 25%;
}
.cont2ct .map .pt6{
    bottom: 36%;
    right: 26%;
}
.cont3-box{
  overflow: hidden;
}
.cont3ct{
  padding: 140px 0 250px 0;
  margin: 0 auto;
}
.cont3ct form{
  margin-top: 70px;
}
.cont3ct form .row{
  display: flex;
  /*justify-content: space-between;*/
}
.cont3ct form .row:not(:first-of-type){
  margin-top: 20px;
}
.cont3ct form .row input{
  width: calc((100% - 100px) / 2);
  height: 48px;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-right: 100px;
}
.cont3ct form .layui-form-select{
  width: calc(100%);
}
.cont3ct form .layui-form-select input{
  width: 100% !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}
.cont3ct form .layui-form-select dl dd{
    font-family: var(--font-family);
}
.cont3ct form .layui-form-select dl dd.layui-this{
    color: #0071BC;
}
.cont3ct form .layui-input:focus,
.cont3ct form .layui-textarea:focus{
    box-shadow: unset !important;
    border-color: #DCDCDC !important;
}
.cont3ct form .row input:nth-of-type(2) {
  margin-right: 0;
}
.cont3ct form .row input::placeholder,
.cont3ct form textarea::placeholder{
  color: #AAAAAA;
}
.cont3ct form textarea{
  width: 100%;
  height: 48px;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 28px;
  resize: none;
}
.cont3ct form button{
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  background: #EEEEEE;
  border-radius: 25px;
  transition: 0.3s;
  width: 260px;
  height: 50px;
  margin-top: 65px;
  cursor: pointer;
}
.cont3ct form button:hover{
  background-color: #1074BC;
  color: #FFFFFF;
}
.ab1-box{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 88px 0 130px calc((100% - 1400px) / 2);
}
.ab1-box .left{
  width: 672px;
  position: relative;
  padding-top: 40px;
}
.ab1-box .left .yw{
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 130px;
  color: rgba(227,233,238, 0.3);
  line-height: 1;
  z-index: -1;
}
.ab1-box .left .desc{
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #666666 !important;
  line-height: 32px !important;
  margin: 30px 0 90px 0;
}
.ab1-box .left .desc p,
.ab1-box .left .desc span{
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #666666 !important;
  line-height: 32px !important;
}
.ab1-box .left .desc p:not(:first-of-type){
  margin-top: 14px;
}
.ab1-box .left .numContent{
  display: flex;
  justify-content: space-between;
}
.ab1-box .left .numContent .item .db{
  display: flex;
  align-items: flex-end;
}
.ab1-box .left .numContent .item .db .num{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  color: #0676CA;
  line-height: 1;
  margin-right: 10px;
}
.ab1-box .left .numContent .item .db span{
  font-family: var(--font-family-light);
  font-weight: 400;
  font-size: 20px;
  color: #0676CA;
  line-height: 1;
  transform: translateY(-5px);
}
.ab1-box .left .numContent .item .db p{
  font-family: var(--font-family-light);
  font-weight: 400;
  font-size: 30px;
  color: #0676CA;
  line-height: 1;
  /*margin-left: 10px;*/
}
.ab1-box .left .numContent .item .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 18px;
}
.ab1-box .right{
  width: calc(100% - 672px - 89px);
}
.ab1-box .right img{
  width: 100%;
}
.ab2ct{
  width: 1500px;
  margin: 0 auto;
}
.ab2ct .top{
  display: flex;
  padding-left: 45px;
}
.ab2ct .top a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 32px;
  color: #0676CA;
  transition: 0.3s;
  opacity: 0.5;
}
.ab2ct .top a:hover,
.ab2ct .top a.active{
  opacity: 1;
}
.ab2ct .top a:not(:first-of-type){
  margin-left: 70px;
}
.ab2ct .mide{
  margin-top: 30px;
}
.ab2ct .mide .rq{
  background: url(../images/ab3.jpg) no-repeat center / cover;
  border-radius: 20px;
  height: 130px;
  padding: 37px 430px 0 72px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
.ab2ct .mide .rq:not(:first-of-type){
  display: none;
}
.ab3ct{
  padding: 125px 0 150px 0;
  margin: 0 auto;
}
.ab3ct .desc-swiper {
  margin-top: 80px;
}
.ab3ct .desc-swiper .rq {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab3ct .desc-swiper .rq .left {
  max-width: 500px;
  width: max-content;
  margin-right: 100px;
}
.ab3ct .desc-swiper .rq .left .year {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 68px;
  color: #222222;
  line-height: 1;
  opacity: 0.1;
  margin-bottom: 28px;
}
.ab3ct .desc-swiper .rq .left h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.ab3ct .desc-swiper .rq .left .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #222222;
  line-height: 31px;
  margin-top: 10px;
}
.ab3ct .desc-swiper .rq .left .desc p {
  position: relative;
  text-indent: 15px;
}
.ab3ct .desc-swiper .rq .left .desc p::before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #048dff;
}
/*.ab3ct .desc-swiper .rq .right {*/
/*  width: 400px;*/
/*}*/
.ab3ct .desc-swiper .rq .right img {
  width: 400px;
}
.ab3ct .db-b {
  display: flex;
  margin-top: 70px;
}
.ab3ct .db-b .qh{
  width: 49px;
  height: 49px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(1,3,15,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.ab3ct .db-b .qh:hover{
  box-shadow: 0px 0px 10px 0px rgba(20,126,205,0.5);
}
.ab3ct .db-b .qh i{
  font-size: 22px;
  color: #0676CA;
}
.ab3ct .time-swiper{
  width: calc(100% - 98px);
  padding-top: 20px;
}
.ab3ct .time-swiper::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}
.ab3ct .time-swiper a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab3ct .time-swiper a .rund{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D3E6F4;
  position: relative;
  transition: 0.3s;
}
.ab3ct .time-swiper a .rund::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 4px solid #147ECD;
  width: 34px;
  height: 34px;
  transition: 0.3s;
  opacity: 0;
}
.ab3ct .time-swiper a .rund .zw{
  width: 6px;
  height: 6px;
  background: #0676CA;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.ab3ct .time-swiper a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #888888;
  margin-top: 20px;
}
.ab3ct .time-swiper .swiper-slide-thumb-active a p{
  color: #0676CA;
}
.ab3ct .time-swiper .swiper-slide-thumb-active a .rund{
  background-color: transparent;
}
.ab3ct .time-swiper .swiper-slide-thumb-active a .rund::before{
  opacity: 1;
}
.ab3ct .time-swiper .swiper-slide-thumb-active a .rund .zw{
  width: 12px;
  height: 12px;
}
.i1-box{
  overflow: hidden;
  padding: 130px 0 150px 0;
  position: relative;
}
.i1-box .sbm{
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
}
.i1-box .sbm .marquee{
  font-family: Arial;
  font-weight: 900;
  font-size: 228px;
  color: #F5F5F5;
  line-height: 1;
  opacity: 0.6;
}
.i1ct{
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.i1ct .title{
  position: absolute;
  top: 43px;
  left: 10px;
  z-index: 9;
}
.i1-swiper .rq{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 122px;
}
.i1-swiper .rq .left{
  width: 480px;
  padding-bottom: 70px;
  padding-left: 10px;
}
.i1-swiper .rq .left .ii-more{
  margin-top: 138px;
}
.i1-swiper .rq .left .ii-more:hover{
  box-shadow: 0px 0px 16px 0px rgba(20,126,205, 0.55);
}
.i1-swiper .rq .left .desc h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #222222;
}
.i1-swiper .rq .left .desc h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 46px;
  color: #222222;
  margin: 5px 0 30px 0;
}
.i1-swiper .rq .left .desc p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i1-swiper .rq .right{
  width: 761px;
  height: 761px;
  border-radius: 50%;
  border: 1px solid rgba(224,232,253, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.i1-swiper .rq .right .rund{
  width: 528px;
  height: 528px;
  border-radius: 50%;
  border: 1px solid #E0E8FD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i1-swiper .rq .right .rund .min-rund{
  width: 411px;
  height: 411px;
  background: #E0E8FD;
  border-radius: 50%;
}
.i1-swiper .rq .right img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 60%;
}
.i1-swiper .qh{
  position: absolute;
  bottom: 68px;
  right: 0;
  display: flex;
  z-index: 9;
}
.i1-swiper .qh .pb{
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.i1-swiper .qh .pb:not(:first-of-type){
  margin-left: 20px;
}
.i1-swiper .qh .pb i{
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.i1-swiper .qh .pb:hover{
  border-color: #0071BC;
  background-color: #0071BC;
}
.i1-swiper .qh .pb:hover i{
  color: #FFFFFF;
}
.i1-swiper .swiper-pagination{
  position: absolute;
  right: 0;
  top: 43px;
  left: unset;
  bottom: unset;
  z-index: 9;
  width: max-content;
  height: max-content;
  font-family: var(--font-family-light);
  font-weight: 400;
  font-size: 24px;
  color: #AAAAAA;
  line-height: 1;
}
.i1-swiper .swiper-pagination .swiper-pagination-current{
  font-size: 60px;
  color: #0071BC;
  margin-right: 5px;
}
.i1-swiper .swiper-pagination .swiper-pagination-total{
  margin-left: 5px;
}
.i2-box{
  background-color: #F8F8F8;
  overflow: hidden;
}
.i2ct{
  padding: 117px 0 160px 0;
  margin: 0 auto;
}
.i2ct .mide{
  margin-top: 70px;
}
.i2ct .mide .box:not(:first-of-type){
  display: none;
}
.i2ct .mide .rq{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i2ct .mide .left{
  width: 810px;
  height: 460px;
  box-shadow: 0px 12px 30px 0px rgba(1,19,61,0.4);
  border-radius: 30px;
  overflow: hidden;
}
.i2ct .mide .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i2ct .mide .right{
  width: calc(100% - 810px - 135px);
}
.i2ct .mide .right h4{
  font-family: var(--font-family-light);
  font-weight: 400;
  font-size: 46px;
  color: #222222;
}
.i2ct .mide .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  margin: 20px 0 55px 0;
}
.i2ct .mide .right a{
  width: 160px;
  height: 50px;
  background: #0071BC;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.i2ct .mide .right a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0071BC;
  z-index: -1;
  transition: 0.3s;
}
.i2ct .mide .right a:hover{
  /*color: #ffffff;*/
  box-shadow: 0px 0px 26px 0px rgba(20,126,205, 0.5);
}
/*.i2ct .mide .right a:hover:before{*/
/*  width: 100%;*/
/*}*/
.i2ct .tag{
  display: flex;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 110px;
}
.i2ct .tag .item{
  width: calc(100% / 4);
  position: relative;
  cursor: pointer;
  padding-bottom: 22px;
}
.i2ct .tag .item .ib{
  height: 32px;
}
.i2ct .tag .item .ib img{
  max-height: 100%;
}
.i2ct .tag .item .ib img:last-of-type{
  display: none;
}
.i2ct .tag .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
  margin-top: 14px;
}
.i2ct .tag .item::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #222222;
  transition: 0.3s;
}
.i2ct .tag .item.active p{
  color: #222222;
  font-weight: bold;
}
.i2ct .tag .item.active .ib img:last-of-type{
  display: block;
}
.i2ct .tag .item.active .ib img:first-of-type{
  display: none;
}
.i2ct .tag .item.active::after{
  width: 100%;
}
.i2ct .tag .item:hover p{
  color: #222222;
}
.i3-box{
  overflow: hidden;
}
.i3ct{
  padding: 195px 0 230px 0;
  margin: 0 auto;
}
.i3ct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i3ct .mide{
  margin-top: 96px;
  position: relative;
}
.i3ct .mide .qh{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i3ct .mide .qh i{
  font-size: 18px;
  transition: 0.3s;
  color: #888888;
}
.i3ct .mide .qh:hover{
  background-color: #0071BC;
  border-color: #0071BC;
}
.i3ct .mide .qh:hover i{
  color: #ffffff;
}
.i3ct .mide .prev{
  left: -66px;
}
.i3ct .mide .next{
  right: -66px;
}
.i3-swiper a{
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 490px;
}
.i3-swiper a:hover img{
  transform: scale(1.06);
}
.i3-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.i3-swiper a p{
  position: absolute;
  left: 0;
  bottom: 29px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  padding: 0 35px;
}
.i4-box{
  overflow: hidden;
  background: url(../images/i4-11.jpg) no-repeat center / cover;
}
.i4ct{
  display: flex;
  justify-content: space-between;
  padding: 154px 0 216px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.i4ct .flow{
  font-family: Arial;
  font-weight: 900;
  font-size: 228px;
  color: #E3E9EE;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 260px;
  z-index: -1;
}
.i4ct .left{
  width: 564px;
  padding-top: 64px;
}
.i4ct .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  margin: 35px 0 155px 0;
}
.i4ct .right{
  display: flex;
  justify-content: space-between;
  width: 580px;
}
.i4ct .right .xx{
  width: calc((100% - 20px) / 2);
}
.i4ct .right .item{
  width: 280px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 0px rgba(136,136,136,0.05);
  transition: 0.3s;
  padding: 50px 35px 0 34px;
  position: relative;
  z-index: 1;
}
.i4ct .right .item .bg{
  position: absolute;
  bottom: -65px;
  left: 0;
}
.i4ct .right .item:not(:last-of-type){
  margin-bottom: 20px;
}
.i4ct .right .xx:nth-of-type(2) .item:first-of-type{
  margin-top: 130px;
}
.i4ct .right .item .ib img:last-of-type{
  display: none;
}
.i4ct .right .item .ib{
  height: 45px;
}
.i4ct .right .item .ib img{
  max-height: 100%;
}
.i4ct .right .item h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #0071BC;
  transition: 0.3s;
  margin: 33px 0 13px 0;
}
.i4ct .right .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 22px;
  transition: 0.3s;
}
.i4ct .right .item:hover{
  background-color: #0071BC;
}
.i4ct .right .item:hover .ib img:last-of-type{
  display: block;
}
.i4ct .right .item:hover .ib img:first-of-type{
  display: none;
}
.i4ct .right .item:hover h4{
  color: #FFFFFF;
}
.i4ct .right .item:hover p{
  color: rgba(255, 255, 255, 0.5);
}
.i5-box{
  overflow: hidden;
  padding: 130px 0 123px 0;
}
.i5-box .top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
}
.i5-box .top .left{
  width: 598px;
}
.i5-box .top .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 30px;
}
.i-more{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #626262;
  position: relative;
  padding-bottom: 11px;
}
.i-more p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.i-more i{
  font-size: 16px;
  color: #626262;
  margin-left: 40px;
  transition: 0.3s;
}
.i-more::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #0071BC;
  transition: 0.3s;
}
.i-more:hover::after{
  width: 100%;
}
.i-more:hover p,
.i-more:hover i{
  color: #0071BC;
}
.i5ct{
  background-color: #FBFAFF;
  padding: 15px 0;
  margin-top: 50px;
  position: relative;
}
.i5ct::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0));
  z-index: 9;
}
.i5ct::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(to left, rgba(255,255,255,0.8), rgba(255,255,255,0));
  z-index: 9;
}
.i5ct .swiper-container{
  padding: 15px 0;
}
.i5ct .swiper-container .swiper-wrapper{
  transition-timing-function: linear !important;
}
.i5ct .swiper-container a{
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 99px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
}
.i5ct .swiper-container a img{
  max-width: 80%;
  max-height: 80%;
}
.i6-box{
  overflow: hidden;
  background-color: #F8F8F8;
}
.i6ct{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 125px 0;
}
.i6ct .left{
  width: 480px;
}
.i6ct .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  margin-top: 19px;
}
.i6ct .left .tg{
  margin: 52px 0 95px 0;
}
.i6ct .left .tg a{
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
}
.i6ct .left .tg a:not(:first-of-type){
  margin-top: 22px;
}
.i6ct .left .tg a span{
  width: 20px;
  height: 1px;
  background: #DCDCDC;
  transition: 0.3s;
  margin-right: 10px;
}
.i6ct .left .tg a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.i6ct .left .tg a.active span{
  width: 50px;
  background-color: #0071BC;
}
.i6ct .left .tg a.active p{
  color: #0071BC;
  font-weight: bold;
}
.i6ct .left .tg a:hover p{
  color: #0071BC;
}
.i6ct .left .tg a:hover span{
  background-color: #0071BC;
}
.ii-more{
  width: 160px;
  height: 50px;
  background: #0071BC;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.ii-more:hover{
  box-shadow: 0px 0px 26px 0px rgba(20,126,205, 0.5);
}
.i6ct .right{
  width: calc(100% - 480px - 60px);
}
.i6ct .right .rq:not(:first-of-type){
  display: none;
}
.i6ct .right a{
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 260px;
  padding: 0 60px 0 20px;
}
.i6ct .right a:not(:first-of-type){
  margin-top: 30px;
}
.i6ct .right a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
  background-color: #ffffff;
  z-index: -1;
  width: 85%;
  height: 100%;
}
.i6ct .right a:hover::before{
  width: 100%;
}
.i6ct .right a .ib{
  width: 379px;
  height: 210px;
  object-fit: cover;
}
.i6ct .right a .txt{
  width: calc(100% - 379px - 60px);
}
.i6ct .right a .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}
.i6ct .right a:hover .txt h4{
  color: #0071BC;
}
.i6ct .right a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 22px 0 40px 0;
}
.i6ct .right a .txt .time{
  display: flex;
  align-items: flex-end;
}
.i6ct .right a .txt .time h6{
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 48px;
  color: #888888;
  line-height: 1;
}
.i6ct .right a .txt .time p{
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 22px;
  color: #AAAAAA;
  margin: 0 6px;
}
.i6ct .right a .txt .time span{
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 16px;
  color: #AAAAAA;
}
.page-zs.gg{
  margin-top: 60px;
}
.page-zs { 
  width: 100%;
  margin-top: 30px;
}
.page-zs .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page-zs .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page-zs .el-pagination .btn-prev {
  width: 40px;
  height: 40px;
  margin-right: 9px;
  padding: 0;
  border-radius: 6px;
  min-width: 35px;
}
.page-zs .el-pagination .btn-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 6px;
  min-width: 35px;
}
.page-zs .el-pagination .btn-prev i,
.page-zs .el-pagination .btn-next i{
  font-size: 14px;
}
.page-zs .el-pager li {
  width: 40px;
  height: 40px;
  min-height: 35px;
  text-align: center;
  line-height: 42px;
  margin-right: 9px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 6px;
  transition: 0.3s;
}
.page-zs .el-pager li.active {
  background-color: #0071BC;
  color: #ffffff;
  border-color: #0071BC !important;
}
.page-zs .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #0071BC;
  border-color: #0071BC;
}
.page-zs .el-pagination .el-pager .btn-quicknext:hover {
  color: #0071BC;
}
.ft-box{
  background-color: #292A2C;
}
.ftct{
  margin: 0 auto;
  padding: 50px 0 70px 0;
}
.ftct .link{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 42px;
}
.ftct .link a,
.ftct .link p,
.ftct .link span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.ftct .link span{
  margin: 0 13px;
}
.ftct .link a:hover{
  text-decoration: underline;
}
.ftct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
  padding-right: 100px;
}
.ftct .mide .item h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.ftct .mide .item .txt{
  margin-top: 20px;
}
.ftct .mide .item .txt a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.3s;
}
.ftct .mide .item .txt a:not(:first-of-type){
  margin-top: 10px;
}
.ftct .mide .item .txt a:hover{
  opacity: 1;
}
.ftct .mide .item .qr{
  margin-top: 23px;
  width: 130px;
}
.ftct .mide .item .qr img{
  width: 100%;
}
.ftct .mide .item .qr p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 9px;
  opacity: 0.5;
}
.ftdb{
  background-color: #1D1F26;
}
.ftdb .ct{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 auto;
}
.ftdb .ct .left a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.ftdb .ct .icon{
  display: flex;
}
.ftdb .ct .icon a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ftdb .ct .icon a .flow{
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  transition: 0.3s;
  width: 100px;
  background-color: #FFFFFF;
  padding: 3px;
}
.ftdb .ct .icon a .flow img{
  width: 100%;
}
.ftdb .ct .icon a:not(:first-of-type){
  margin-left: 15px;
}
.ftdb .ct .icon a:hover{
  background-color: #048DFF;
  border-color: transparent;
}
.ftdb .ct .icon a:hover .flow{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
@media screen and (min-width: 2120px) {
  .p-header .ct {
    max-width: 2300px;
    height: 90px;
  }
  .link-nav {
    top: 90px;
  }
  .personal-box {
    padding: 200px 0 130px 0;
  }
  .p-header .ct .left .logo img {
    width: 198px;
  }
  .p-header .ct .left p {
    font-size: 18px;
  }
  .p-header .ct .right form {
    width: 400px;
    height: 55px;
    border-radius: 28px;
  }
  .p-header .ct .right form input {
    font-size: 18px;
  }
  .p-header .ct .right form button i {
    font-size: 20px;
  }
  .p-header .ct .right .dbcd a p {
    font-size: 18px;
  }
  .p-header .ct .right .user .zs {
    width: 50px;
    height: 50px;
  }
  .p-header .ct .right .user .flow .rq {
    width: 350px;
  }
  .p-header .ct .right .user .flow .tp .picture .rund {
    width: 70px;
    height: 70px;
  }
  .p-header .ct .right .user .flow .tp .picture .txt .ma,
  .p-header .ct .right .user .flow .tp .picture .txt .hb p,
  .p-header .ct .right .user .flow .tp .qy,
  .p-header .ct .right .user .flow .mide a p,
  .p-header .ct .right .user .flow .db p {
    font-size: 18px;
  }
  .p-header .ct .right .user .flow .tp .picture .txt .hb img,
  .p-header .ct .right .user .flow .db img {
    width: 20px;
  }
  .p-header .ct .right .user .flow .mide a img {
    width: 20px;
    max-width: 20px;
  }
  .link-nav .ct {
    height: 75px;
  }
  .link-nav .ct .view p {
    font-size: 18px;
  }
  .link-nav .ct .view img {
    width: 22px;
  }
  .link-nav .ct .view {
    width: 180px;
  }
  .link-nav .ln-a a {
    width: 130px;
  }
  .link-nav .ln-a a span {
    font-size: 18px;
  }
  .topjj-ct h4 {
    font-size: 26px;
  }
  .topjj-ct p {
    font-size: 18px;
  }
  .center-1800 {
    max-width: 2200px;
    margin: 0 auto;
  }
  .accct .item .tm h4 {
    font-size: 20px;
  }
  .accct .item .zs .jbxx .txt .zh {
    font-size: 22px;
  }
  .accct .item .zs .jbxx .txt p {
    font-size: 20px;
  }
  .accct .item .tm p {
    font-size: 20px;
  }
  .accct .item .zs .gsxx p {
    font-size: 18px;
  }
  .upContent .top p {
    font-size: 20px;
  }
  .upContent .top i {
    font-size: 24px;
  }
  .upContent .el-form-item__label {
    font-size: 18px;
    width: 92px !important;
  }
  .upContent .el-form-item__content {
    margin-left: 92px !important;
  }
  .upContent .type .label {
    font-size: 18px;
    width: 100px;
  }
  .upContent .type .cot {
    width: calc(100% - 100px);
    font-size: 18px;
  }
  .upContent .el-input__inner {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .upContent .row .el-button,
  .upContent .dbl .qx {
    font-size: 18px;
    height: 50px;
  }
  .upContent .dbl .el-button {
    font-size: 18px;
  }
  .upContent .ts {
    font-size: 18px;
  }
  .link-nav .ln-a a i {
    font-size: 20px;
  }
  .topjj-ct .bugrr .rr-btn {
    padding: 11px 26px;
    font-size: 18px;
  }
  .bug-one .left p {
    font-size: 20px;
  }
  .bug-one .left h4 {
    font-size: 58px;
  }
  .circular-progress {
    width: 150px;
    height: 150px;
  }
  .bug-one .right .item .wz p {
    font-size: 20px;
  }
  .bug-one .right .item .wz .sz {
    font-size: 27px;
  }
  .circular-progress-percentage {
    font-size: 26px;
  }
  .per-top .el-input__inner {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 8px;
  }
  .per-top .ss i {
    font-size: 20px;
  }
  .bug-list li .name {
    font-size: 18px;
  }
  .bug-list .db .pb {
    font-size: 18px;
  }
  .bug-list li .desc,
  .bug-list li .an,
  .bug-list li p,
  .bug-list li .al span,
  .bug-list li .cz {
    font-size: 18px;
  }
  .bug-list li .priority img {
    max-width: 40px;
  }
  .bug-list li .al {
    width: 89px;
    height: 32px;
  }
  .bug-list .pb1 {
    width: 200px;
  }
  .bug-list .pb2 {
    width: 380px;
  }
  .bug-list .pb3 {
    width: 90px;
  }
  .bug-list .pb4 {
    width: 80px;
  }
  .bug-list .pb5 {
    width: 120px;
  }
  .bug-list .pb6 {
    width: 100px;
  }
  .bug-list .pb7 {
    width: 120px;
  }
  .bug-list .pb8 {
    width: 60px;
  }
  .page .el-pager li,
  .page .el-pagination .btn-prev,
  .page .el-pagination .btn-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .docd-box .slide .top .title {
    font-size: 20px;
  }
  .docd-box .slide .content a,
  .docd-box .container .mide .content-rq .down p,
  .docd-box .container .mide .flow-right .zw a,
  .docd-box .container .mide .flow-right .tt p,
  .docd-box .container .mide .content-rq .desc p,
  .docd-box .container .top .nav a,
  .docd-box .container .top .nav span,
  .docd-box .container .top form input {
    font-size: 18px;
  }
  .docl-list li h4 {
    font-size: 30px;
  }
  .docl-list li h6 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
  .docl-list li .db a {
    font-size: 18px;
    height: 42px;
    width: 90px;
  }
  .docl-list li .suo {
    height: 42px;
    width: 130px;
  }
  .docl-list li .suo p {
    font-size: 18px;
  }
  .docl-list li .suo img {
    width: 16px;
  }
  .diaolog-pdf .content .top .title {
    font-size: 40px;
    width: calc(100% - 400px);
  }
  .diaolog-pdf .content .top .right .down {
    width: 170px;
    height: 55px;
  }
  .diaolog-pdf .content .top .right .down p {
    font-size: 18px;
  }
  .diaolog-pdf .content .top .right .down i {
    font-size: 20px;
  }
  .diaolog-pdf .content .top .right .close p {
    font-size: 20px;
  }
  .diaolog-pdf .content .top .right .close i {
    font-size: 24px;
  }
  .down-list .db .pb {
    font-size: 18px;
  }
  .down-list li .name {
    font-size: 22px;
  }
  .down-list li .desc {
    font-size: 18px;
  }
  .down-list li p,
  .down-list li .view {
    font-size: 18px;
  }
  .down-list .pb3 {
    width: 80px;
  }
  .down-list .pb4 {
    width: 200px;
  }
  .down-list .pb5 {
    width: 150px;
  }
  .down-list .pb6 {
    width: 80px;
  }
  .loginct .left h3 {
    font-size: 58px;
  }
  .loginct .left p,
  .loginct .left .db {
    font-size: 22px;
  }
  .loginct .left .rund {
    width: 80px;
    height: 80px;
  }
  .loginct .left .rund .ic img {
    width: 30px;
  }
  .loginct .right .tm {
    font-size: 50px;
  }
  .loginct .right .el-input__inner {
    height: 72px;
    font-size: 22px;
  }
  .loginct .right .gybt {
    font-size: 22px;
  }
  .login-nav .ct img {
    width: 248px;
  }
  .loginct {
    width: 2000px;
  }
  .loginct .right {
    width: 700px;
  }
  .loginct .right .mide .qdl {
    font-size: 22px;
  }
  .loginct .right .mide .tp {
    font-size: 20px;
    line-height: 30px;
  }
  .message-b .tag-b .tag {
    font-size: 18px;
  }
  .message-b .tag-b .tag .flow {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .meessage-list li .zs .left .wz h4,
  .meessage-list li .zs .left .wz .pq,
  .meessage-list li .zs .right .time,
  .meessage-list li .zs .right .zk {
    font-size: 18px;
  }
  .meessage-list li .zs .left .rund {
    width: 60px;
    height: 60px;
  }
  .meessage-list li .zs .left .wz {
    width: calc(100% - 60px - 25px);
  }
  .meessage-list li .dbzs .nr {
    font-size: 18px;
    line-height: 28px;
  }
  .per-list li .desc {
    font-size: 18px;
    line-height: 28px;
  }
  .per-list .db .pb,
  .per-list li .name,
  .per-list li .cc p,
  .cz-list .db .pb,
  .cz-list li p,
  .cz-list li .cz {
    font-size: 18px;
  }
  .per-list li .yy,
  .per-list li .sqz,
  .perct .per-bg .tm {
    font-size: 20px;
  }
  .cz-list .pb3 {
    width: 180px;
  }
  .per-list .pb4 {
    width: 80px;
  }
  .loginct .right .mide .yszc a,
  .loginct .right .mide .yszc span {
    font-size: 22px;
  }
  .loginct .right .el-form-item.mbx {
    margin-bottom: 23px;
  }
  .loginct .right .mide .row .el-button {
    height: 70px;
    font-size: 22px;
    width: 160px;
  }
  .newSdk .right {
    width: 120px;
    height: 50px;
    border-radius: 6px;
    font-size: 18px;
  }
  .newSdk .left .wz h4 {
    font-size: 24px;
  }
  .newSdk .left .wz p {
    font-size: 18px;
  }
  .newSdk .left i {
    font-size: 26px;
  }
  .sdktm {
    font-size: 22px;
  }
  .sdktm span {
    font-size: 18px;
  }
  .sdk-list .db .pb,
  .sdk-list li .zs .name,
  .sdk-list li .zs p {
    font-size: 18px;
  }
  .sdk-list li .zs .type .an {
    font-size: 18px;
    width: 93px;
    height: 36px;
    border-radius: 18px;
  }
  .sdk-list li .zs .mk .al {
    font-size: 18px;
    width: 93px;
    height: 36px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
  }
  .sdk-list li .zs .czan span {
    font-size: 18px;
  }
  .sdk-list li .zs .czan {
    height: 42px;
  }
  .sdk-list li .zs .czan1 {
    width: 155px;
  }
  .sdk-list li .zs .czan2 {
    width: 120px;
  }
  .sdk-list li .zs .czan3 {
    width: 140px;
  }
  .sdk-list li .zs .czan4 {
    width: 130px;
  }
  .sdk-list li .zs .czan img {
    width: 20px;
  }
  .sdk-list li .zs .downb .too {
    font-size: 24px;
  }
  .sdk-list li .zs .downb .down i {
    font-size: 26px;
  }
  .sdk-list .pb1 {
    width: 160px;
  }
  .sdk-list .pb2 {
    width: 120px;
  }
  .sdk-list .pb3 {
    width: 120px;
  }
  .sdk-list .pb4 {
    width: 120px;
  }
  .sdk-list .pb5 {
    width: 200px;
  }
  .sdk-list .pb6 {
    width: 250px;
  }
  .sdk-list .pb7 {
    width: 300px;
  }
  .sdk-list .pb8 {
    width: 130px;
  }
  .workct .top .ct h4 {
    font-size: 26px;
  }
  .workct .top .ct .desc {
    font-size: 18px;
  }
  .workct .mide .item .title h4 {
    font-size: 22px;
  }
  .workct .mide .item .title a {
    width: 120px;
    height: 42px;
    font-size: 18px;
    border-radius: 22px;
  }
  .workct .mide .gzt a .rund {
    width: 120px;
    height: 120px;
  }
  .workct .mide .gzt a .rund img {
    width: 35%;
  }
  .workct .mide .gzt a p {
    font-size: 22px;
  }
  .workct .mide .item {
    padding: 32px 40px;
  }
  .workct .mide .newtz a .rund {
    width: 66px;
    height: 66px;
  }
  .workct .mide .newtz a .rund img {
    width: 22px;
  }
  .workct .mide .newtz a .txt h6 {
    font-size: 22px;
  }
  .workct .mide .newtz a .txt .db .tg {
    font-size: 20px;
    border-radius: 18px;
  }
  .workct .mide .newtz a .txt .db .time {
    font-size: 20px;
  }
  .workct .mide .newtz a .txt .db {
    margin-top: 10px;
  }
  .workct .mide .newtz a .txt {
    width: calc(100% - 66px - 25px);
  }
  .el-select-dropdown__item {
    font-size: 18px;
  }
  .el-checkbox__label {
    font-size: 22px;
  }
  .el-checkbox__inner {
    width: 20px;
    height: 20px;
  }
  .el-input__inner {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
  }

  .el-button {
    height: 50px;
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width:1760px) {
  .center-1600{
    width: 1500px;
  }
  .loginct .left{
    left: calc((100% - 1500px) / 2);
  }
}
@media only screen and (max-width:1560px) {
  .case-box .mouse {
    bottom: 4%;
  }
  .center-1600{
    width: 1200px;
  }
  .center-1400{
    width: 1100px;
  }
  .headerct .logo img{
    height: 38px;
  }
  .headerct .nav li:not(:first-of-type){
    margin-left: 25px;
  }
  /*.headerct .sybtn{*/
  /*  margin-left: 25px;*/
  /*}*/
  .headerct .search{
    margin: 0 20px 0 35px;
  }
  .headerct .language{
    margin-left: 15px;
  }
  .mySwiper .ct .left h3{
    font-size: 46px;
    line-height: 66px;
  }
  .mySwiper .ct .left .line{
    width: 50px;
    height: 6px;
    margin: 27px 0 33px 0;
  }
  .mySwiper .ct .left h6{
    font-size: 19px;
    line-height: 30px;
  }
  .mySwiper .ct .left{
    width: 620px;
  }
  .mySwiper .ct .right img{
    max-width: 85%;
  }
  .mySwiper .ct .more{
    margin-top: 50px;
  }
  .mySwiper .qh{
    right: calc((100% - 1100px) / 2);
    bottom: 4%;
  }
  .mySwiper .swiper-pagination{
    left: calc((100% - 1100px) / 2);
    bottom: 4%;
  }
  .mySwiper .mouse{
    bottom: 4%;
  }
  .i1-box .sbm .marquee{
    font-size: 188px;
  }
  .title-40{
    font-size: 38px;
  }
  .gy-top h6{
    font-size: 17px;
    line-height: 29px;
  }
  .i1-swiper .swiper-pagination{
    font-size: 22px;
    top: 10px;
  }
  .i1-swiper .swiper-pagination .swiper-pagination-current{
    font-size: 44px;
  }
  .i1-box{
    padding: 120px 0 130px 0;
  }
  .i1-box .sbm{
    top: 100px;
  }
  .i1ct .title{
    top: 10px;
  }
  .i1-swiper .rq{
    padding-right: 80px;
  }
  .i1-swiper .rq .left{
    width: 400px;
    padding-bottom: 50px;
  }
  .i1-swiper .rq .left .desc h3{
    font-size: 40px;
    margin: 5px 0 20px 0;
  }
  .i1-swiper .rq .left .desc h6{
    font-size: 19px;
  }
  .i1-swiper .rq .right{
    width: 581px;
    height: 581px;
  }
  .i1-swiper .rq .right .rund{
    width: 400px;
    height: 400px;
  }
  .i1-swiper .rq .right .rund .min-rund{
    width: 300px;
    height: 300px;
  }
  .i1-swiper .qh .pb{
    width: 41px;
    height: 41px;
  }
  .i1-swiper .qh .pb:not(:first-of-type){
    margin-left: 17px;
  }
  .i1-swiper .rq .left .ii-more{
    margin-top: 70px;
  }
  .i1-swiper .rq .left .desc p{
    font-size: 17px;
    line-height: 27px;
    height: 108px;
  }
  .i2ct{
    padding: 100px 0 130px 0;
  }
  .i2ct .mide{
    margin-top: 50px;
  }
  .i2ct .mide .left{
    width: 610px;
    height: 346px;
    border-radius: 20px;
  }
  .i2ct .mide .right{
    width: calc(100% - 610px - 105px);
  }
  .i2ct .mide .right h4{
    font-size: 38px;
  }
  .i2ct .mide .right p{
    margin: 15px 0 35px 0;
    font-size: 17px;
    line-height: 31px;
  }
  .i2ct .tag{
    margin-top: 90px;
  }
  .i3ct{
    padding: 145px 0 160px 0;
  }
  .i3ct .mide{
    margin-top: 70px;
  }
  .i3-swiper a{
    height: 340px;
    border-radius: 20px;
  }
  .i3-swiper a p{
    bottom: 22px;
    font-size: 24px;
    padding: 0 25px;
  }
  .i3ct .mide .qh{
    width: 40px;
    height: 40px;
  }
  .i3ct .mide .next{
    right: -60px;
  }
  .i3ct .mide .prev{
    left: -60px;
  }
  .i4ct{
    padding: 120px 0 180px 0;
  }
  .i4ct .left{
    width: 500px;
    padding-top: 40px;
  }
  .i4ct .left p{
    margin: 25px 0 110px 0;
    font-size: 17px;
    line-height: 31px;
  }
  .i4ct .right .item{
    width: 200px;
    height: 200px;
    border-radius: 6px;
    padding: 21px 17px 0 16px;
  }
  .i4ct .right .item .ib{
    height: 29px;
  }
  .i4ct .right .item h4{
    font-size: 18px;
    margin: 20px 0 7px 0;
  }
  .i4ct .right .item p{
    font-size: 15px;
    line-height: 21px;
  }
  .i4ct .right{
    width: 420px;
  }
  .i4ct .right .xx:nth-of-type(2) .item:first-of-type{
    margin-top: 100px;
  }
  .i4ct .right .item .bg{
    width: 200px;
    bottom: -45px;
  }
  .i5-box{
    padding: 110px 0 103px 0;
  }
  .i5-box .top .left p{
    margin-top: 20px;
  }
  .i5ct .swiper-container a{
    height: 69px;
  }
  .i5ct .swiper-container,
  .i5ct{
    padding: 12px 0;
  }
  .i6ct{
    padding: 105px 0;
  }
  .i6ct .left{
    width: 380px;
  }
  .i6ct .left h6{
    margin-top: 12px;
    font-size: 17px;
    line-height: 29px;
  }
  .i6ct .left .tg a:not(:first-of-type){
    margin-top: 18px;
  }
  .i6ct .left .tg{
    margin: 36px 0 70px 0;
  }
  .i6ct .right{
    width: calc(100% - 380px - 60px);
  }
  .i6ct .right a{
    height: 210px;
    padding-right: 30px;
  }
  .i6ct .right a .ib{
    width: 300px;
    height: 170px;
  }
  .i6ct .right a .txt{
    width: calc((100% - 300px) - 40px);
  }
  .i6ct .right a .txt h4{
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  .i6ct .right a .txt p{
    margin: 15px 0 25px 0;
  }
  .i6ct .right a .txt .time h6{
    font-size: 38px;
  }
  .banner{
    height: 500px;
  }
  .banner .ct h4{
    font-size: 46px;
  }
  .banner .ct p{
    margin-top: 11px;
  }
  .min-nav .ct a:not(:first-of-type){
    margin-left: 75px;
  }
  .min-nav,
  .min-nav .flow-bf{
    height: 70px;
  }
  .faq-list{
    margin-top: 70px;
  }
  .faqct{
    padding: 70px 0 120px 0;
  }
  .p-header .ct .right .dbcd a:not(:first-of-type){
    margin-left: 28px;
  }
  .p-header .ct .right .dbcd{
    margin: 0 20px 0 30px;
  }
  .p-header .ct .right form{
    width: 220px;
  }
  .personal-box{
    padding: 150px 0 100px 0;
  }
  .downct .down-b{
    padding: 32px 40px 75px 40px;
  }
  .per-top .el-select{
    width: 140px;
  }
  .per-top .el-select.w180 {
    width: 170px;
  }
  .per-top .el-select.w115 {
    width: 105px;
  }
  .per-top .el-select.w250 {
    width: 230px;
  }
  .per-top .ss{
    width: 260px;
  }
  .docl-list li{
    border-radius: 14px;
    padding: 20px 20px 20px 20px;
  }
  .docl-list li h4{
    font-size: 20px;
  }
  .docl-list li h6{
    margin: 10px 0 25px 0;
  }
  .docl-list li .db a:not(:first-of-type){
    margin-left: 10px;
  }
  .docl-list li .db a{
    width: 70px;
  }
  .doc-list li a img{
    height: 135px;
  }
  .doc-list li a{
    border-radius: 14px;
  }
  .doc-list li a .txt{
    padding: 20px 18px 23px 18px;
  }
  .doc-list li a .txt h4{
    font-size: 22px;
  }
  .doc-list li a .txt h6{
    margin: 10px 0 25px 0;
  }
  .docd-box .slide{
    width: 250px;
  }
  .docd-box .container{
    width: calc(100% - 250px);
  }
  .docd-box .container .mide .flow-right{
    width: 280px;
  }
  .docd-box .container .mide .content-rq{
    width: calc(100% - 280px - 20px);
  }
  .docd-box .container .mide .content-rq .rq{
    width: calc(100% - 40px);
  }
  .docd-box .container .mide .content-rq .title{
    font-size: 40px;
  }
  .cont1ct .mide .line{
    margin: 0 150px 0 150px;
  }
  .cont1ct .mide{
    margin-top: 70px;
  }
  .cont2ct .map{
    width: 832px;
  }
  .cont2ct{
    padding: 100px 0 90px 0;
  }
  .cont2ct .gy-top{
    top: 90px;
  }
  .cont3ct{
    padding: 110px 0 140px 0;
  }
  .case-box .ct .rq{
    width: 500px;
  }
  .case-box .ct p{
    margin: 15px 0 65px 0;
    font-size: 17px;
    line-height: 27px;
  }
  .bug-one .right{
    width: calc(100% - 280px);
  }
  .bug-one .right .item .wz{
    margin-left: 15px;
  }
  .bug-one{
    padding: 40px 55px 40px 60px;
  }
  .ab1-box{
    padding: 88px 0 130px calc((100% - 1100px) / 2);
  }
  .ab1-box .left{
    width: 500px;
    padding-top: 25px;
  }
  .ab1-box .left .desc{
    margin: 20px 0 40px 0;
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .ab1-box .left .desc p,
  .ab1-box .left .desc span{
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .ab1-box .left .yw{
    font-size: 100px;
  }
  .ab1-box .right{
    width: calc(100% - 500px - 80px);
  }
  .ab2ct .top a:not(:first-of-type){
    margin-left: 60px;
  }
  .ab2ct{
    width: 1150px;
  }
  .ab2ct .top a{
    font-size: 26px;
  }
  .ab2ct .mide .rq{
    height: 130px;
    padding: 37px 300px 0 65px;
  }
  .ab3ct .desc-swiper .rq{
    padding: 0 70px;
  }
  .ab3ct .desc-swiper .rq .left {
    max-width: 450px;
    margin-right: 70px;
  }
  .ab3ct .desc-swiper .rq .left .year {
    font-size: 58px;
  }
  .ab3ct .desc-swiper .rq .left h4 {
    font-size: 22px;
  }
  .ab3ct .desc-swiper .rq .right img {
    width: 380px;
  }
  .ab3ct .desc-swiper {
    margin-top: 50px;
  }
  .ab3ct .db-b{
    margin-top: 30px;
  }
  .ab3ct{
    padding: 100px 0 120px 0;
  }
  .center-1200{
    width: 950px;
  }
  .jd1ct h3{
    font-size: 32px;
  }
  .jd1ct .db{
    margin-top: 32px;
  }
  .jd2ct .mide .row h4{
    font-size: 22px;
  }
  .join-db .gy-top{
    max-width: calc(100% - 550px - 50px);
  }
  .join-search{
    width: 550px;
  }
  .join-list li{
    padding: 35px 28px 65px 28px;
  }
  .join-list li h4{
    font-size: 22px;
  }
  .join-list li .desc{
    font-size: 17px;
    line-height: 29px;
    margin: 25px 0 30px 0;
  }
  .join-list li a{
    font-size: 19px;
  }
  .join-swiper .ib {
    height: 310px;
  }
  .join-fc .sw .pb {
    width: 38px;
    height: 38px;
  }
  .join-fc .sw .next {
    right: -55px;
  }
  .join-fc .sw .prev {
    left: -55px;
  }
  .join-fc {
    margin-top: 70px;
  }
  .join1ct{
    padding: 70px 0 100px 0;
  }
  .loginct .left{
    left: calc((100% - 1200px) / 2);
    width: 460px;
  }
  .loginct .right{
    width: 380px;
  }
  .loginct .right .tm{
    font-size: 30px;
  }
  .loginct .right .el-input__inner{
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
  }
  .loginct .right .mide{
    margin-top: 27px;
  }
  .loginct .right .gybt.dl{
    width: 180px;
    height: 50px;
    margin: 10px 0 35px 0;
  }
  .loginct .right .mide .qdl:not(:last-of-type){
    margin-right: 10px;
  }
  .loginct .right .mide .tp{
    margin-top: 50px;
  }
  .loginct .left h3{
    font-size: 40px;
    margin: 26px 0 15px 0;
  }
  .loginct .left .rund{
    width: 50px;
    height: 50px;
  }
  .loginct .left .rund .ic img{
    width: 20px;
  }
  .loginct .left .db{
    bottom: 40px;
  }
  .meessage-list li .zs .left{
    width: calc(100% - 280px);
  }
  .nd1ct h3{
    font-size: 36px;
  }
  .nd1ct .db{
    margin-top: 55px;
  }
  .nd2ct{
    padding: 60px 0 120px 0;
  }
  .i2-list .item .ib {
    height: 260px;
    border-radius: 20px;
  }
  .nd2ct .content{
    font-size: 17px;
    line-height: 35px;
  }
  .nd2ct .content p, .nd2ct .content span{
    font-size: 17px;
    line-height: 35px;
  }
  /*.rdct .top .gy-top{*/
  /*  width: 420px;*/
  /*}*/
  .news-list{
    margin-top: 85px;
  }
  .news-list li a .left img{
    width: 300px;
    height: 160px;
  }
  .news-list li a .left{
    width: calc(100% - 200px);
  }
  .news-list li a .left .txt{
    width: calc(100% - 300px - 50px);
    margin-left: 50px;
  }
  .news-list li a .left .txt p{
    margin-top: 12px;
  }
  .news-list li a .time{
    font-size: 40px;
  }
  .news-list li a .time h5{
    font-size: 22px;
  }
  .news-list li a{
    height: 210px;
  }
  .perct .qxsq{
    padding: 35px 55px;
  }
  .pd1ct .left{
    width: 390px;
  }
  .pd1ct .left .desc-swiper .rq{
    height: 300px;
  }
  .pd1ct .right{
    width: 480px;
  }
  .pd1ct .left .time-swiper a{
    height: 60px;
  }
  .pd1ct .left .time-swiper{
    margin-top: 40px;
  }
  .pd1ct .right h3{
    font-size: 40px;
  }
  .pd1ct .right h6{
    font-size: 20px;
    margin-top: 7px;
  }
  .pd1ct .right a{
    width: 180px;
    height: 46px;
    font-size: 17px;
    margin-top: 90px;
  }
  .pd1ct .right .desc{
    margin-top: 35px;
    font-size: 17px;
    line-height: 27px;
  }
  .pd2ct{
    padding: 79px 0;
  }
  .pd2ct .item h4{
    font-size: 20px;
  }
  .pd3ct .top .desc{
    margin-top: 70px;
  }
  .pd3ct .top .desc .item{
    width: calc((100% - 30px) / 2);
    border-radius: 16px;
    margin-right: 30px;
    margin-top: 30px;
    padding: 42px 56px 52px 54px;
  }
  .pd3ct .top .desc .item .ib{
    width: 60px;
  }
  .pd3ct .top .desc .item .txt{
    width: calc(100% - 60px - 64px);
  }
  .pd3ct .top .desc .item .txt h4{
    font-size: 20px;
  }
  .pd3ct .top .desc .item .txt .line span{
    width: 64px;
  }
  .pd3ct .top .desc .item .txt .line{
    margin: 16px 0 23px 0;
  }
  .pd3ct .mide table tr td:first-of-type{
    padding-left: 35px;
  }
  .pd3ct .mide table tr td{
    padding: 18px 0;
  }
  .pro-list li a{
    border-radius: 14px;
    padding: 25px 28px 60px 28px;
  }
  .pro-list li a .ib{
    height: 230px;
    margin-top: 25px;
  }
  .proct{
    padding: 70px 0 110px 0;
  }
  .loginct .right .mide .row .el-input{
    width: 200px;
  }
  .loginct .right .mide .row .el-button{
    margin-left: 19px;
  }
  .loginct .right .gybt{
    height: 50px;
  }
  .rdct{
    padding: 70px 0 110px 0;
  }
  .ser-list li .left{
    width: 550px;
    height: 312px;
  }
  .ser-list li .left img{
    border-radius: 20px;
  }
  .ser-list li .right{
    width: 456px;
  }
  .ser-list li .right h4{
    font-size: 26px;
  }
  .ser-list li .right .desc{
    margin-top: 20px;
  }
  .serct{
    padding: 70px 0 140px 0;
  }
  .ser-list li:not(:first-of-type){
    margin-top: 80px;
  }
  .workct .top{
    padding: 20px 68px;
  }
  .diaolog-pdf .content .view{
    height: calc(100% - 83px - 30px);
    padding: 0 90px 45px 90px;
  }
  .diaolog-pdf .content .top .title{
    font-size: 28px;
  }
  .diaolog-pdf .content .top .right .down{
    width: 140px;
    height: 40px;
    border-radius: 6px;
  }
  .diaolog-pdf .content .top{
    padding: 0 25px 0 35px;
    height: 83px;
  }
  .privacy-diaolog .content .wz{
    height: 410px;
  }
  .privacy-diaolog .content{
    width: 888px;
  }
  .ftct .mide{
    padding-right: 50px;
    margin-top: 62px;
  }
  .ftct .mide .item .qr{
    width: 120px;
  }
  .ftct{
    padding: 40px 0 60px 0;
  }
  .ftct .link{
    padding-bottom: 32px;
  }
  .ftdb .ct{
    padding: 17px 0;
  }
}