@font-face {
  font-family: 'MyFont';
  src: url('../css/fonts/Sc-Regular.woff2') format('woff2');
  font-display: swap;
}

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

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

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

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:
    'MyFont', Source Han Sans CN, 'PingFang SC', 'Microsoft YaHei', sans-serif,
    Arial;
}

.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;
  width: max-content;
  max-width: 50%;
  text-align: center;
}

.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;
}
.header-box.active .headerct,
.header-box.iactive .headerct {
  border-bottom-color: rgba(102, 102, 102, 0.2);
}
.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 .right .nav li > a,
.header-box.iactive .headerct .right .nav li > a {
  color: #222222;
}
.header-box.active .headerct .right .nav li > a::after,
.header-box.iactive .headerct .right .nav li > a::after {
  background-color: #0359ba;
}
.header-box.active .headerct .right .wx .ib,
.header-box.iactive .headerct .right .wx .ib {
  background-color: #efefef;
}
.header-box.active .headerct .right .wx .ib img:last-of-type,
.header-box.iactive .headerct .right .wx .ib img:last-of-type {
  display: block;
}
.header-box.active .headerct .right .wx .ib img:first-of-type,
.header-box.iactive .headerct .right .wx .ib img:first-of-type {
  display: none;
}
.header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
}
.headerct {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  height: 100px;
}
.headerct .logo img:last-of-type {
  display: none;
}
.headerct .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .right .nav {
  display: flex;
  height: 100%;
}
.headerct .right .nav li {
  height: 100%;
}
.headerct .right .nav li > a {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .right .nav li > a::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.headerct .right .nav li > a:hover::after,
.headerct .right .nav li > a.active::after {
  width: calc(100% + 12px);
}
.headerct .right .nav li:not(:first-of-type) {
  margin-left: 65px;
}
.headerct .right .wx {
  margin-left: 140px;
  position: relative;
}
.headerct .right .wx .ib {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.headerct .right .wx .ib img:last-of-type {
  display: none;
}
.headerct .right .wx .flow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  top: 100%;
  padding-top: 10px;
  transform-origin: top;
  transition: 0.3s;
  opacity: 0;
}
.headerct .right .wx .flow .rq {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.headerct .right .wx .flow img {
  width: 110px;
}
.headerct .right .wx .flow .rq::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  border-top: 5px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.headerct .right .wx:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.mySwiper {
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.mySwiper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
}
.mySwiper .ct .rq {
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
  max-width: 70%;
}

.mySwiper .swiper-slide-active .ct .rq {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.mySwiper .ct h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 72px;
  color: #ffffff;
}
.mySwiper .ct p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 17px;
}
.mySwiper .ct .pb-more {
  margin-top: 108px;
}
.pb-more {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  position: relative;
  width: max-content;
  padding-right: 6px;
}
.pb-more span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
  margin-right: 40px;
}
.pb-more i {
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
}
.pb-more:hover i {
  transform: translate(8px, -8px);
}
.mySwiper .flow-bs {
  position: absolute;
  right: 4%;
  top: 35%;
  width: max-content;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
}
.mySwiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  position: unset;
  margin-top: 50px;
}
.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  background-color: #ffffff;
  position: relative;
  margin: 0;
  transition: 0.3s;
}
.mySwiper .swiper-pagination-bullet:not(:first-of-type) {
  margin-top: 22px;
}
.mySwiper .swiper-pagination-bullet::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.mySwiper .swiper-pagination-bullet-active::before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background-color: rgba(255, 255, 255, 0.1);
}
.mySwiper .indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mySwiper .indicator .line {
  width: 2px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  margin: 7px 0;
  position: relative;
}
.mySwiper .indicator .progress {
  width: 100%;
  height: 0%;
  background: #ffffff;
  position: absolute;
  top: 0;
  transition: height 1.5s;
}
.mySwiper .indicator .top,
.mySwiper .indicator .bottom {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.i1-box {
  max-width: 1920px;
  margin: 0 auto;
  padding: 90px 0 0 0;
  overflow: hidden;
  z-index: 3;
  position: relative;
  background-color: #ffffff;
}
.pb-title {
  position: relative;
}
.pb-title .en {
  position: absolute;
  top: -50px;
  left: 0;
  text-align: center;
  font-family: Arial;
  font-weight: 900;
  font-size: 100px;
  color: #222222;
  opacity: 0.06;
  width: 100%;
}
.pb-title h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  text-align: center;
}
.pb-title .line {
  width: 52px;
  height: 4px;
  background: #0359ba;
  margin: 20px auto 0;
}
.i1-box .mide {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  height: 740px;
  width: 100%;
}
.i1-box .mide .left {
  width: calc(43% - 10px);
  margin-right: 10px;
  background-color: #f8f8f8;
  padding: 35px 55px 78px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.i1-box .mide .left:hover .ib img{
  transform: scale(1.06);
}
.i1-box .mide .left::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0359ba;
  transition: 0.6s;
}
.i1-box .mide .left:hover::after {
  width: 100%;
}
.i1-box .mide .left .ib {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i1-box .mide .left .ib img {
  max-width: 90%;
  max-height: 80%;
  transition: 0.6s;
}
.i1-box .mide .left .txt h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.i1-box .mide .left .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 6px;
}
.i1-box .mide .left .txt a {
  width: 160px;
  height: 45px;
  border: 1px solid #9f9f9f;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  transition: 0.6s;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.i1-box .mide .left .txt a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0359ba;
  transition: 0.6s;
  width: 0;
  height: 100%;
}
.i1-box .mide .left:hover .txt a::before {
  width: 100%;
}
.i1-box .mide .left:hover .txt a {
  color: #ffffff;
  border-color: #0359ba;
}
.i1-box .mide .right {
  width: calc(100% - 43%);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.i1-box .mide .right .item {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  background-color: #f8f8f8;
  position: relative;
  height: calc((100% - 10px) / 2);
  padding: 27px 35px 29px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.i1-box .mide .right .item:hover .ib img{
  transform: scale(1.06);
}
.i1-box .mide .right .item::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0359ba;
  transition: 0.4s;
}
.i1-box .mide .right .item:hover::after {
  width: 100%;
}
.i1-box .mide .right .item:nth-of-type(2n) {
  margin-right: 0;
}
.i1-box .mide .right .item:nth-of-type(1),
.i1-box .mide .right .item:nth-of-type(2) {
  margin-bottom: 10px;
}
.i1-box .mide .right .item .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i1-box .mide .right .item .txt .ll {
  width: calc(100% - 60px);
}
.i1-box .mide .right .item .txt .ll h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i1-box .mide .right .item .txt .ll p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  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: 6px;
}
.i1-box .mide .right .item .txt a {
  width: 39px;
  height: 39px;
  border-radius: 19px;
  border: 1px solid #9f9f9f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.i1-box .mide .right .item .txt a i {
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.i1-box .mide .right .item:hover  .txt a{
  border-color: #0359ba;
  background-color: #0359ba;
}
.i1-box .mide .right .item:hover .txt a i {
  color: #ffffff;
}
.i1-box .mide .right .item .ib {
  width: 100%;
  height: 236px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 23px;
}
.i1-box .mide .right .item .ib img {
  max-width: 85%;
  max-height: 100%;
  transition: 0.4s;
}
.i1-box .mide .right .item:nth-of-type(3) .ib {
  padding-right: 90px;
}
.i2-box {
  background: url(../images/i2-1.jpg) no-repeat center / cover;
  position: relative;
  z-index: 3;
}
.i2ct {
  padding: 129px 0 160px 0;
  margin: 0 auto;
  max-width: 1920px;
}
.i2ct .mide {
  margin-top: 58px;
}
.i2ct .mide .row {
  display: flex;
  justify-content: space-between;
  height: 380px;
}
.i2ct .mide .row .rq {
  width: calc(100% - 860px - 20px);
  height: 100%;
}
.i2ct .mide .row .rq:first-of-type {
  width: 860px;
}
.i2ct .mide .row .item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.i2ct .mide .row .item::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.i2ct .mide .row .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.i2ct .mide .row .item p {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i2ct .mide .row:not(:first-of-type) {
  margin-top: 20px;
}
.i2ct .mide .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.i2swiper {
  width: 100%;
  height: 100%;
}
.i2swiper .item p {
  width: 70%;
}
.i2swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 27px;
  width: max-content;
  left: unset;
  right: 36px;
}
.i2swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.3;
}
.i2swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.i2ct .mide .row .item:hover img {
  transform: scale(1.06);
}
.pb-title.wh h3 {
  color: #ffffff;
}
.pb-title.wh .line {
  background-color: #ffff;
}
.pb-title.wh .en {
  color: #ffffff;
}
.pb-title.lt h3 {
  text-align: left;
}
.pb-title.lt .line {
  margin: 13px 0 0 0;
}
.pb-title.lt .en {
  text-align: left;
}
.i3-box {
  background: url(../images/i3-1.jpg) no-repeat center / cover;
  overflow: hidden;
}
.i3ct {
  margin: 0 auto;
  padding: 130px 0 125px 0;
}
.i3ct .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i3ct .mide {
  margin-top: 46px;
  background-color: #ffffff;
  padding: 53px 0 60px 40px;
  display: flex;
  justify-content: space-between;
}
.i3ct .mide .left {
  width: 400px;
}
.i3ct .mide .left .ib {
  width: 100%;
  height: 280px;
  position: relative;
}
.i3ct .mide .left .ib::after {
  display: block;
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.i3ct .mide .left .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i3ct .mide .left .ib p {
  position: absolute;
  left: 0;
  bottom: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  padding: 0 14px;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i3ct .mide .left:hover .txt {
  color: #0359ba;
}
.i3ct .mide .left .txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 23px 0 26px 0;
  transition: 0.3s;
}
.i3ct .mide .left a {
  border-radius: 12px;
  border: 1px solid #9f9f9f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.i3ct .mide .left a i {
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.i3ct .mide .left a:hover {
  border-color: #0359ba;
  background-color: #0359ba;
}
.i3ct .mide .left a:hover i {
  color: #ffffff;
}
.i3ct .mide .right {
  width: calc(100% - 400px - 27px);
  display: flex;
  flex-wrap: wrap;
}
.i3ct .mide .right .item {
  width: calc(100% / 2);
  padding: 40px 35px;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
/* .i3ct .mide .right .item:nth-of-type(2n) {
  padding-right: 0;
} */
.i3ct .mide .right .item:nth-of-type(1),
.i3ct .mide .right .item:nth-of-type(2) {
  padding-top: 0;
}
.i3ct .mide .right .item:nth-of-type(3),
.i3ct .mide .right .item:nth-of-type(4) {
  padding-bottom: 0;
  border-bottom: none;
}
.i3ct .mide .right .item h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  width: 74%;
  transition: 0.3s;
}
.i3ct .mide .right .item:hover h3 {
  color: #0359ba;
}
.i3ct .mide .right .item .row {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.i3ct .mide .right .item .row .ll {
  width: calc(100% - 160px - 10px);
  padding-top: 5px;
}
.i3ct .mide .right .item .row .ll p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i3ct .mide .right .item .row .ll a {
  border-radius: 12px;
  border: 1px solid #9f9f9f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-top: 33px;
}
.i3ct .mide .right .item .row .ll a i {
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
}
.i3ct .mide .right .item .row .ll a:hover {
  border-color: #0359ba;
  background-color: #0359ba;
}
.i3ct .mide .right .item .row .ll a:hover i {
  color: #ffffff;
}
.i3ct .mide .right .item .row .ib {
  width: 160px;
  height: 112px;
}
.i3ct .mide .right .item .row .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i4-box {
  overflow-x: hidden;
}
.i4ct {
  padding: 138px 0 130px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.i4ct .left {
  width: 597px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.i4ct .left .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 52px;
}
.i4ct .left .bq {
  margin-top: 72px;
  position: relative;
}
.i4ct .left .bq .flow {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.i4ct .left .bq .flow .item {
  width: 450px;
  height: 184px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px 0 50px;
}
.i4ct .left .bq .flow .item .ib {
  width: 60px;
}
.i4ct .left .bq .flow .item .ib img {
  max-width: 100%;
  height: max-content;
}
.i4ct .left .bq .flow .item .txt {
  width: calc(100% - 60px - 30px);
}
.i4ct .left .bq .flow .item .txt h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.i4ct .left .bq .flow .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
}
.i4ct .left .bq .flow .item:not(:first-of-type) {
  margin-left: 10px;
}
.i4ct .right {
  width: 676px;
}
.i4ct .right img {
  width: 100%;
}
.i5-box {
  background: url(../images/i5-2.jpg) no-repeat center / cover;
}
.i5ct {
  margin: 0 auto;
  padding: 120px 0 230px 0;
}
.i5ct .mide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.i5swiper {
  width: calc(100% - 90px);
}
.i5swiper .item img {
  width: 100%;
}
.i5ct .mide .pbqh {
  font-size: 26px;
  color: #999999;
  cursor: pointer;
  transition: 0.3s;
}
.i5ct .mide .pbqh:hover {
  color: #0359ba;
}
.banner {
  width: 100%;
  height: 700px;
}
.banner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p1-box {
  background-color: #f8f8f8;
}
.p1ct {
  padding: 177px 0 137px 0;
  margin: 0 auto;
  position: relative;
}
.pd-tag {
  position: absolute;
  left: 0;
  top: -76px;
  width: 100%;
}
.pd-tag .rq {
  display: flex;
  justify-content: center;
}
.pd-tag .rq a {
  background-color: #ffffff;
  width: 220px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pd-tag .rq a:not(:first-of-type) {
  margin-left: 2px;
}
.pd-tag .rq a .ib {
  height: 44px;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-tag .rq a .ib img {
  max-width: 100%;
  max-height: 100%;
}
.pd-tag .rq a .ib img:last-of-type {
  display: none;
}
.pd-tag .rq a p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  transition: 0.3s;
  margin-top: 24px;
}
.pd-tag .rq a.active,
.pd-tag .rq a:hover {
  background-color: #0359ba;
}
.pd-tag .rq a.active .ib img:last-of-type,
.pd-tag .rq a:hover .ib img:last-of-type {
  display: block;
}
.pd-tag .rq a.active .ib img:first-of-type,
.pd-tag .rq a:hover .ib img:first-of-type {
  display: none;
}
.pd-tag .rq a.active p,
.pd-tag .rq a:hover p {
  color: #ffffff;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 40px;
  background-color: #ffffff;
  padding: 35px 50px 50px 50px;
  position: relative;
  z-index: 1;
  min-height: 490px;
}
.pro-list li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(3, 89, 186, 0.03),
    rgba(3, 89, 186, 0.9)
  );
  opacity: 0;
  transition: 0.5s;
}
.pro-list li:hover::before {
  opacity: 1;
}
.pro-list li:nth-of-type(3n) {
  margin-right: 0;
}
.pro-list li:nth-of-type(1),
.pro-list li:nth-of-type(2),
.pro-list li:nth-of-type(3) {
  margin-top: 0;
}
.pro-list li:hover .txt h4,
.pro-list li:hover .txt .wz .desc .xx h6,
.pro-list li:hover .txt .wz .desc .xx p {
  color: #ffffff;
}
.pro-list li:hover .txt .wz .more img:first-of-type {
  opacity: 0;
  position: absolute;
}
.pro-list li:hover .txt .wz .more img:last-of-type {
  opacity: 1;
  position: relative;
}
.pro-list li .ib {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list li .ib img {
  max-width: 100%;
  max-height: 88%;
}
.pro-list li .txt {
  margin-top: 40px;
}
.pro-list li .txt h4 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  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.5s;
}
.pro-list li .txt .wz {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 44px;
}
.pro-list li .txt .wz .desc {
  width: calc(100% - 51px - 15px);
}
.pro-list li .txt .wz .desc .xx:not(:first-of-type) {
  margin-top: 25px;
}
.pro-list li .txt .wz .desc .xx h6 {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  transition: 0.5s;
  word-break: break-word;
}
.pro-list li .txt .wz .desc .xx p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
  transition: 0.5s;
}
.pro-list li .txt .wz .more {
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: max-content;
}
.pro-list li .txt .wz .more img {
  width: 51px;
  transition: 0.5s;
  position: relative;
  top: 0;
  left: 0;
}
.pro-list li .txt .wz .more img:last-of-type {
  opacity: 0;
  position: absolute;
}
.pd1-box {
  overflow: hidden;
}
.pd1ct {
  padding: 135px 0 137px 0;
  margin: 0 auto;
}
.min-nav {
  display: flex;
  align-items: center;
}
.min-nav a,
.min-nav span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.min-nav a:last-of-type {
  color: #222222;
}
.min-nav span {
  margin: 0 5px;
}
.pd1ct .mide {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.pd1ct .mide .left {
  display: flex;
}
.pd1ct .mide .left .cb {
  height: 490px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 111px;
}
.pd1ct .mide .left .cb .pbqh {
  transition: 0.3s;
  font-size: 22px;
  cursor: pointer;
  color: #444444;
}
.pd1ct .mide .left .cb .pbqh:hover {
  color: #0359ba;
}
.pd1ct .mide .left .time-swiper {
  height: 440px;
  width: 100%;
}
.pd1ct .mide .left .time-swiper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.3s;
}
.pd1ct .mide .left .time-swiper a img {
  max-width: 85%;
  max-height: 85%;
}
.pd1ct .mide .left .time-swiper .swiper-slide-thumb-active a {
  border-color: #dcdcdc;
}
.pd1ct .mide .left .desc-swiper {
  width: 550px;
  height: 490px;
  margin-left: 100px;
}
.pd1ct .mide .left .desc-swiper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pd1ct .mide .left .desc-swiper a img {
  max-width: 85%;
  max-height: 85%;
}
.pd1ct .mide .right {
  width: 555px;
}
.pd1ct .mide .right h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
}
.pd1ct .mide .right .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 30px;
}
.pd1ct .mide .right .desc p:not(:first-of-type) {
  margin-top: 20px;
}
.pd1ct .mide .right .more {
  width: 160px;
  height: 50px;
  background: #0359ba;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-top: 90px;
}
.pd1ct .mide .right .more p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-right: 15px;
}
.pd1ct .mide .right .more i {
  font-size: 16px;
  color: #ffffff;
}
.pd1ct .mide .right .more:hover {
  box-shadow: 0 0 20px rgba(3, 89, 186, 0.7);
}
.pd2-box {
  margin: 0 auto;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  height: 300px;
  background-color: #f8f8f8;
}
.pd2-box .item {
  width: calc(100% / 5);
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 55px;
}
.pd2-box .item:not(:last-of-type) {
  border-right: 1px solid #eeeeee;
}
.pd2-box .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.pd2-box .item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.5s;
}
.pd2-box .item h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin-top: 28px;
  transition: 0.5s;
  word-break: break-word;
}
.pd2-box .item:hover p {
  color: rgba(255, 255, 255, 0.5);
}
.pd2-box .item:hover h6 {
  color: #ffffff;
}
.pd2-box .item:hover .bg {
  opacity: 1;
}
.pd3ct {
  padding: 115px 0 150px 0;
  margin: 0 auto;
}
.pd3ct .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  text-align: center;
}
.pd3ct .content {
  margin-top: 45px;
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.pd3ct .content p,
.pd3ct .content span {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.pd3ct .content img {
  max-width: 100%;
  margin: 15px auto;
}
.pd3ct .content table {
  border-collapse: collapse;
  width: 100%;
}
.pd3ct .content table td {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  border: 1px solid #e5e5e5;
  padding: 20px 35px;
}
.t1-box {
  position: relative;
  padding: 154px 0 137px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.t1-box .flow-title {
  position: absolute;
  left: 50%;
  top: -107px;
  transform: translateX(-50%);
}
.t1-box .flow-title .rq {
  height: 193px;
  background-color: #ffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 13px;
}
.t1-box .top {
  position: relative;
}
.t1-box .top .qhb {
  position: absolute;
  top: 0;
  right: 13%;
  z-index: 9;
  display: flex;
}
.t1-box .top .qhb .qh {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.t1-box .top .qhb .qh i {
  font-size: 20px;
  color: #666666;
  transition: 0.3s;
}
.t1-box .top .qhb .qh:hover {
  border-color: #0359ba;
  background-color: #0359ba;
}
.t1-box .top .qhb .qh:hover i {
  color: #ffffff;
}
.t1-box .top .qhb .qh:not(:first-of-type) {
  margin-left: 10px;
}
.t1swiper {
  height: 650px;
}
.t1swiper .ib {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.8s;
  overflow: hidden;
  display: block;
}
.t1swiper .ib:hover img {
  transform: scale(1.05);
}
.t1swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.t1swiper .ib p {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  z-index: 3;
}
.t1swiper .ib::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.t1swiper .ib::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  transition: 0.3s;
}
.t1swiper .swiper-slide-active .ib::before {
  opacity: 0;
}
.t1swiper .swiper-slide-prev .ib {
  height: calc(100% - 140px);
}
.t1swiper .swiper-slide-next .ib {
  height: calc(100% - 140px);
  margin-top: 140px;
}
.ta-list {
  display: flex;
  flex-wrap: wrap;
  margin: 132px auto 0;
}
.ta-list li {
  width: calc((100% - 51px) / 2);
  height: 351px;
  margin-top: 39px;
  margin-right: 51px;
}
.ta-list li:nth-of-type(2n) {
  margin-right: 0;
}
.ta-list li:nth-of-type(1),
.ta-list li:nth-of-type(2) {
  margin-top: 0;
}
.ta-list li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.ta-list li a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.ta-list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.ta-list li a p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  padding: 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ta-list li a:hover img {
  transform: scale(1.05);
}
.td1ct {
  padding: 130px 0;
  margin: 0 auto;
}
.td1ct .mide {
  margin: 60px auto 0;
}
.td1ct .mide .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  text-align: center;
}
.td1ct .sw-b {
  margin-top: 48px;
}
.td1ct .sw-b .desc-swiper {
  width: 1000px;
  height: 520px;
}
.td1ct .sw-b .desc-swiper a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.td1ct .sw-b .desc-swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.td1ct .sw-b .dby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 855px;
  margin: 59px auto 0;
}
.td1ct .sw-b .dby .pbqh {
  font-size: 20px;
  color: #222222;
  transition: 0.3s;
  cursor: pointer;
}
.td1ct .sw-b .dby .pbqh:hover {
  color: #0359ba;
}
.td1ct .sw-b .time-swiper {
  width: calc(100% - 80px);
  height: 82px;
}
.td1ct .sw-b .time-swiper a {
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}
.td1ct .sw-b .time-swiper .swiper-slide-thumb-active a {
  border-color: #0359ba;
}
.td1ct .sw-b .time-swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.td1ct .mide .content {
  margin-top: 80px;
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.td1ct .mide .content p,
.td1ct .mide .content span {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.td1ct .mide .content img {
  max-width: 100%;
  margin: 20px auto;
}
.td1ct .content table {
  border-collapse: collapse;
  width: 100%;
}
.td1ct .content table td {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  border: 1px solid #e5e5e5;
  padding: 20px 35px;
}
.ho1-box {
  background: url(../images/ho2.jpg) no-repeat center / cover;
}
.ho1ct {
  position: relative;
  margin: 0 auto;
  padding: 36px 0 177px 0;
  display: flex;
  justify-content: space-between;
}
.ho1ct .left {
  padding-left: 101px;
}
.ho1ct .left .numContent .item .db {
  display: flex;
  align-items: flex-end;
}
.ho1ct .left .numContent .item .db .num {
  font-family: Arial;
  font-weight: bold;
  font-size: 56px;
  color: #0359ba;
  line-height: 1;
}
.ho1ct .left .numContent .item .db p {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #0359ba;
  line-height: 1;
  transform: translateY(-7px);
  margin-left: 7px;
}
.ho1ct .left .numContent .item .wz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
}
.ho1ct .left .numContent .item:not(:first-of-type) {
  margin-top: 70px;
}
.ho1ct .right {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  width: 620px;
  padding-top: 85px;
}
.ho1ct .flow {
  position: absolute;
  top: -240px;
  left: 0;
}
.ho1ct .flow .rq {
  width: 700px;
  height: 240px;
  background-color: #fbfbfa;
  padding: 0 102px 61px 102px;
  display: flex;
  align-items: flex-end;
}
.ho2-box {
  overflow: hidden;
}
.ho2ct {
  margin: 0 auto;
  padding: 128px 0 330px 0;
}
.ho2ct .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ho2ct .top .left {
  display: flex;
  align-items: center;
}
.ho2ct .top .left img {
  margin-right: 5px;
}
.ho2ct .top .right .db {
  display: flex;
  align-items: flex-end;
}
.ho2ct .top .right .db .cr {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 1;
}
.ho2ct .top .right .db p {
  margin: 0 5px;
}
.ho2ct .top .right .db p,
.ho2ct .top .right .db .to {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1;
}
.ho2ct .top .right .line {
  width: 400px;
  height: 3px;
  background: #e2e3e5;
  margin-top: 9px;
  position: relative;
}
.ho2ct .top .right .progress {
  width: 0;
  height: 100%;
  background: #0359ba;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1.5s;
}
.ho2ct .mide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  position: relative;
}
.ho2ct .mide .bg {
  width: calc(100% + 13%);
  position: absolute;
  left: 47.5%;
  transform: translateX(-50%);
  top: 70%;
  z-index: -1;
}
.honorSwiper {
  width: calc(100% - 90px);
}
.honorSwiper .item img {
  width: 100%;
}
.ho2ct .mide .pbqh {
  font-size: 26px;
  color: #999999;
  cursor: pointer;
  transition: 0.3s;
}
.ho2ct .mide .pbqh:hover {
  color: #0359ba;
}
.news1ct {
  padding: 85px 0 130px 0;
  margin: 0 auto;
}
.news1ct .filter {
  display: flex;
  margin-top: 88px;
}
.news1ct .filter .el-select {
  width: 180px;
  margin-right: 20px;
}
.news1ct .filter .el-select .el-input__inner {
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(102, 102, 102, 0.15);
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.news1ct .filter .el-select .el-input__inner::placeholder,
.el-select .el-input .el-select__caret {
  color: #666666;
}
.el-select-dropdown__item.selected {
  color: #0359ba;
}
.news1ct .filter .search {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 400px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(102, 102, 102, 0.15);
  border-radius: 25px;
  overflow: hidden;
  padding-left: 28px;
}
.news1ct .filter .search>i {
  font-size: 18px;
  color: #0359ba;
}
.news1ct .filter .search .el-input {
  height: 100%;
}
.news1ct .filter .search .el-input__inner {
  border: none;
  height: 100%;
  line-height: 50px;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.news1ct .filter .getlist {
  width: 120px;
  height: 50px;
  background: #0359ba;
  box-shadow: 0px 2px 30px 0px rgba(102, 102, 102, 0.15);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.news1ct .top {
  display: flex;
  height: 440px;
  background-color: #f8f8f8;
  margin-top: 77px;
}
.news1ct .top .left {
  width: 50%;
  height: 100%;
  padding: 60px 72px 0 80px;
}
.news1ct .top .left .time {
  display: flex;
  align-items: flex-end;
}
.news1ct .top .left .time .day {
  font-family: Arial;
  font-weight: bold;
  font-size: 72px;
  color: #5c5c5c;
  line-height: 1;
}
.news1ct .top .left .time .zw {
  margin: 0 5px;
  height: 50px;
  transform: translateY(-10px);
}
.news1ct .top .left .time .ym {
  transform: translateY(-10px);
}
.news1ct .top .left .time .ym .month {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #5c5c5c;
}
.news1ct .top .left .time .ym .year {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
  margin-top: 4px;
}
.news1ct .top .left h3 {
  font-family: var(--font-family);
  font-weight: bold;
  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;
  margin-top: 29px;
}
.news1ct .top:hover .left h3 {
  color: #0359ba;
}
.news1ct .top .left h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 30px;
}
.news1ct .top .left .more img:last-of-type {
  display: none;
}
.news1ct .top .left .more {
  margin-top: 70px;
  display: block;
  width: max-content;
}
.news1ct .top .left .more:hover img:last-of-type {
  display: block;
}
.news1ct .top .left .more:hover img:first-of-type {
  display: none;
}
.news1ct .top .right {
  width: 50%;
  height: 100%;
}
.news1ct .top .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.news-list li {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-top: 120px;
  border-top: 1px solid #e5e5e5;
  padding: 48px 25px 0 25px;
  position: relative;
}
.news-list li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background-color: #0359ba;
  transition: 0.5s;
}
.news-list li:hover::before {
  width: 100%;
}
.news-list li:nth-of-type(3n) {
  margin-right: 0;
}
.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3) {
  margin-top: 0;
}
.news-list li .ib {
  width: 100%;
  height: 250px;
}
.news-list li .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 30px;
}
.news-list li:hover h6 {
  color: #0359ba;
}
.news-list li .dbl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 60px;
}
.news-list li .dbl .time {
  display: flex;
  align-items: flex-end;
}
.news-list li .dbl .time .day {
  font-family: Arial;
  font-weight: bold;
  font-size: 40px;
  color: #666666;
  line-height: 1;
}
.news-list li .dbl .time .day span {
  font-weight: 400;
}
.news-list li .dbl .time .ym {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transform: translateY(-2px);
}
.news-list li .dbl .more img:last-of-type {
  display: none;
}
.news-list li .dbl .more:hover img:last-of-type {
  display: block;
}
.news-list li .dbl .more:hover img:first-of-type {
  display: none;
}
.nd1-box {
  margin-top: 100px;
  background-color: #f5f5f5;
}
.nd1ct {
  margin: 0 auto;
  padding: 38px 0 58px 0;
}
.nd1ct h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #222222;
  text-align: center;
  margin-top: 55px;
}
.nd1ct .dbl {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.nd1ct .dbl p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.nd2ct {
  margin: 0 auto;
  padding: 60px 0 108px 0;
}
.nd2ct .content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.nd2ct .content p,
.nd2ct .content span {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  word-break: break-word;
}
.nd2ct .content img {
  margin: 20px auto;
  max-width: 100%;
}
.nd2ct .content table {
  border-collapse: collapse;
  width: 100%;
}
.nd2ct .content table td {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  border: 1px solid #e5e5e5;
  padding: 20px 35px;
}
.nd2ct .fx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
.nd2ct .fx > p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-right: 15px;
}
.nd2ct .fy {
  border-top: 1px solid #dcdcdc;
  padding-top: 50px;
  margin-top: 65px;
}
.nd2ct .fy a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.nd2ct .fy a:not(:first-of-type) {
  margin-top: 10px;
}
.nd2ct .fy a span {
  color: #888888;
}
.con1ct {
  padding: 85px 0 0 0;
  margin: 0 auto;
}
.con1ct .top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 99px 0;
  margin-top: 63px;
}
.con1ct .top .item {
  display: flex;
}
.con1ct .top .item .rund {
  width: 59px;
  height: 59px;
  background: #0359ba;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con1ct .top .item .txt {
  margin-left: 22px;
  max-width: 330px;
}
.con1ct .top .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.con1ct .top .item .txt a {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  margin-top: 7px;
  display: block;
}
.message-bd {
  background-color: #ffffff;
  padding: 82px 0 100px 0;
  position: relative;
  z-index: 1;
}
.message-bd .pb-h6 {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
}
.message-bd form {
  width: 1020px;
  margin: 64px auto 0;
}
.message-bd form .row {
  display: flex;
  justify-content: space-between;
}
.message-bd form .row:not(:first-of-type) {
  margin-top: 20px;
}
.message-bd form input {
  width: calc((100% - 21px) / 2);
  height: 60px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  outline: none;
  text-indent: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.message-bd form input::placeholder {
  color: #cccccc;
}
.message-bd form select {
  width: calc((100% - 21px) / 2);
  height: 60px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  outline: none;
  text-indent: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.message-bd form textarea {
  resize: none;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  outline: none;
  text-indent: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: 100%;
  margin-top: 20px;
  height: 149px;
}
.message-bd form textarea::placeholder {
  color: #cccccc;
}
.message-bd form button {
  width: 400px;
  height: 60px;
  background: #0359ba;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin: 80px auto 0;
  display: block;
}
.message-bd .layui-form-select {
  width: calc((100% - 21px) / 2);
}
.message-bd .layui-form-select input {
  width: 100%;
  text-indent: 6px;
}
.message-bd .layui-form-select dl dd {
  font-family: var(--font-family);
}
.message-bd .layui-form-select dl dd.layui-this {
  color: #0359ba;
}
.message-bd .layui-input:focus,
.layui-textarea:focus {
  border-color: #e5e5e5 !important;
  box-shadow: none;
}
.map-box {
  width: 100%;
  max-width: 1920px;
  margin: -100px auto 0;
  height: 600px;
}
.map-box .amap-logo {
  display: none;
  opacity: 0 !important;
}
.map-box .amap-copyright {
  display: none !important;
}
.map-box .amap-info-close {
  display: none;
}
.page {
  width: 100%;
  margin-top: 75px;
}
.page .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 .el-pagination__total {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 40px;
  height: 40px;
  margin-right: 9px;
  padding: 0;
  border-radius: 6px;
  min-width: 35px;
  border: 1px solid #d2d2d2;
  background-color: transparent;
}
.page .el-pagination .btn-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 6px;
  min-width: 35px;
  border: 1px solid #d2d2d2;
  background-color: transparent;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i {
  font-size: 14px;
}
.page .el-pager li {
  width: 40px;
  height: 40px;
  min-height: 35px;
  text-align: center;
  line-height: 40px;
  margin-right: 9px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 6px;
  transition: 0.3s;
  border: 1px solid #d2d2d2 !important;
  background-color: transparent;
}
.page .el-pager li.active {
  background-color: #0359ba;
  color: #ffffff;
  border-color: #0359ba !important;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #0359ba;
  border-color: #0359ba !important;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #0359ba;
}
.ft-box {
  background-color: #001b39;
}
.ftct {
  margin: 0 auto;
  padding: 75px 0 35px 0;
}
.ftct .mide {
  display: flex;
  justify-content: space-between;
}
.ftct .mide .left h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 42px;
}
.ftct .mide .left .rb .row {
  display: flex;
  /* justify-content: space-between; */
}
.ftct .mide .left .rb .row:not(:first-child) {
  margin-top: 10px;
}
.ftct .mide .left .rb .row .ib {
  width: 20px;
}
.ftct .mide .left .rb .row .ib img {
  max-width: 100%;
  transform: translateY(3px);
}
.ftct .mide .left .rb .row p {
  /* width: calc(100% - 20px - 13px); */
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
  margin-left: 13px;
}
.ftct .mide .left .icon {
  display: flex;
  align-items: center;
  margin-top: 103px;
}
.ftct .mide .left .icon .wz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
}
.ftct .mide .left .icon .rq {
  display: flex;
  margin-left: 15px;
}
.ftct .mide .left .icon .rq a:not(:first-of-type) {
  margin-left: 16px;
}
.ftct .mide .left .icon .rq a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
.ftct .mide .left .icon .rq a:hover {
  background-color: #0359ba;
}
.ftct .mide .left .icon .rq a .flow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  bottom: 100%;
  padding-bottom: 10px;
  transform-origin: bottom;
  transition: 0.3s;
  opacity: 0;
}
.ftct .mide .left .icon .rq a .flow .bz {
  background: #ffffff;
  border-radius: 6px;
  padding: 5px;
  position: relative;
}
.ftct .mide .left .icon .rq a .flow .bz img {
  width: 100px;
}
.ftct .mide .left .icon .rq a .flow .bz::before {
  display: block;
  content: '';
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}
.ftct .mide .left .icon .rq a:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.ftct .mide .zj h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 42px;
}
.ftct .mide .zj a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
  display: block;
  transition: 0.3s;
}
.ftct .mide .zj a:not(:first-of-type) {
  margin-top: 10px;
}
.ftct .mide .zj a:hover {
  color: #0359ba;
  opacity: 1;
}
.ftct .mide form {
  width: 520px;
}
.ftct .mide form h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 60px;
}
.ftct .mide form .row {
  display: flex;
  justify-content: space-between;
}
.ftct .mide form .row:not(:first-of-type) {
  margin-top: 18px;
}
.ftct .mide form input {
  width: calc((100% - 20px) / 2);
  border: none;
  border-radius: 0;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  height: 40px;
}
.ftct .mide form input::placeholder,
.ftct .mide form textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.ftct .mide form select {
  width: calc((100% - 20px) / 2);
  border: none;
  border-radius: 0;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  height: 40px;
}
.ftct .mide form select option {
  color: #ffffff;
  background-color: #0359ba;
}
.ftct .mide form textarea {
  border: none;
  border-radius: 0;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  resize: none;
  margin-top: 30px;
  width: 100%;
  height: 48px;
}
.ftct .mide form button {
  width: 250px;
  height: 40px;
  background: #0359ba;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  border: none;
  display: block;
  margin-top: 23px;
}
.ftct .link {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(191, 191, 191, 0.2);
  padding-top: 34px;
  margin-top: 115px;
}
.ftct .link a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
}
@media only screen and (max-width: 1760px) {
  .i1-box .mide {
    height: 670px;
  }
  .i1-box .mide .left .ib {
    height: 370px;
  }
  .i1-box .mide .right .item .ib {
    height: 200px;
  }
  .pd2-box .item h6 {
    margin-top: 20px;
  }
  .pd2-box {
    height: 270px;
  }
  .t1swiper {
    height: 560px;
  }
}
@media only screen and (max-width: 1560px) {
  .center-1400 {
    width: 1100px;
  }
  .center-1200 {
    width: 900px;
  }
  .headerct .right .nav li:not(:first-of-type) {
    margin-left: 45px;
  }
  .headerct .right .wx {
    margin-left: 80px;
  }
  .mySwiper .ct h6 {
    font-size: 21px;
  }
  .mySwiper .ct h3 {
    font-size: 62px;
  }
  .mySwiper .ct .pb-more {
    margin-top: 80px;
  }
  .mySwiper .indicator .line {
    height: 120px;
  }
  .mySwiper .swiper-pagination {
    margin-top: 40px;
  }
  .i1-box {
    padding: 70px 0 0 0;
  }
  .i1-box .mide {
    height: 500px;
  }
  .i1-box .mide .left .ib {
    height: 250px;
  }
  .i1-box .mide .left {
    padding: 25px 55px 60px 55px;
  }
  .i1-box .mide .left .txt a {
    margin-top: 35px;
  }
  .i1-box .mide .left .txt h4 {
    font-size: 22px;
  }
  .i1-box .mide .right .item {
    padding: 20px 30px 25px 45px;
  }
  .i1-box .mide .right .item .ib {
    height: 130px;
    padding-right: 18px;
  }
  .i1-box .mide .right .item .txt .ll h4 {
    font-size: 19px;
  }
  .i1-box .mide .right .item .txt .ll p {
    margin-top: 4px;
  }
  .i1-box .mide .right .item:nth-of-type(3) .ib {
    padding-right: 70px;
  }
  .pb-title .en {
    font-size: 80px;
    top: -40px;
  }
  .pb-title h3 {
    font-size: 40px;
  }
  .pb-title .line {
    width: 46px;
    margin: 16px auto 0;
  }
  .i2ct {
    padding: 110px 0 140px 0;
  }
  .i2ct .mide .row {
    height: 290px;
  }
  .i2ct .mide .row .rq:first-of-type {
    width: 660px;
  }
  .i2ct .mide .row .rq {
    width: calc(100% - 660px - 20px);
  }
  .i3ct {
    padding: 110px 0 105px 0;
  }
  .i3ct .mide {
    padding: 43px 0 50px 35px;
  }
  .i3ct .mide .left {
    width: 300px;
  }
  .i3ct .mide .left .ib {
    height: 200px;
  }
  .i3ct .mide .right {
    width: calc(100% - 300px - 27px);
  }
  .i3ct .mide .right .item {
    padding: 26px 33px;
  }
  .i3ct .mide .right .item .row .ib {
    width: 130px;
    height: 90px;
  }
  .i3ct .mide .right .item .row .ll {
    width: calc(100% - 130px - 10px);
    padding-top: 2px;
  }
  .i3ct .mide .right .item .row .ll a {
    margin-top: 15px;
  }
  .i3ct .mide .left .txt {
    margin: 23px 0 33px 0;
  }
  .i4ct {
    padding: 118px 0 110px 0;
  }
  .i4ct .left {
    width: 460px;
  }
  .i4ct .right {
    width: 576px;
  }
  .i4ct .left .desc {
    margin-top: 25px;
  }
  .i4ct .left .bq {
    margin-top: 35px;
  }
  .i4ct .left .bq .flow .item {
    width: 360px;
    padding: 0 35px 0 25px;
    height: 150px;
  }
  .i4ct .left .bq .flow .item .ib {
    width: 40px;
  }
  .i4ct .left .bq .flow .item .txt {
    width: calc(100% - 40px - 20px);
  }
  .i4ct .left .bq .flow .item .txt h4 {
    font-size: 21px;
  }
  .i5ct {
    padding: 100px 0 210px 0;
  }
  .banner {
    height: 500px;
  }
  .ho1ct {
    padding: 36px 0 160px 0;
  }
  .ho1ct .flow .rq {
    width: 500px;
    height: 190px;
    padding: 0 80px 50px 80px;
  }
  .ho1ct .flow {
    top: -190px;
  }
  .ho1ct .right {
    width: 580px;
    padding-top: 70px;
  }
  .ho1ct .left .numContent .item .db .num {
    font-size: 48px;
  }
  .ho1ct .left .numContent .item .db p {
    font-size: 26px;
  }
  .ho2ct .top .left img {
    height: 35px;
  }
  .ho2ct .top .right .line {
    width: 300px;
  }
  .ho2ct {
    padding: 108px 0 250px 0;
  }
  .con1ct {
    padding: 75px 0 0 0;
  }
  .con1ct .top {
    padding: 88px 0;
  }
  .message-bd form input,
  .message-bd form select {
    height: 54px;
  }
  .message-bd form textarea {
    height: 129px;
  }
  .message-bd form button {
    width: 330px;
    height: 54px;
    margin: 65px auto 0;
  }
  .message-bd {
    padding: 82px 0 85px 0;
  }
  .message-bd form {
    margin: 54px auto 0;
    width: 900px;
  }
  .map-box {
    height: 500px;
  }
  .news1ct {
    padding: 75px 0 110px 0;
  }
  .news1ct .top {
    margin-top: 70px;
    height: 345px;
  }
  .news1ct .top .left {
    padding: 30px 42px 0 50px;
  }
  .news1ct .top .left .time .day {
    font-size: 56px;
  }
  .news1ct .top .left .time .zw {
    height: 40px;
    transform: translateY(-5px);
  }
  .news1ct .top .left .time .ym {
    transform: translateY(-5px);
  }
  .news1ct .top .left .time .ym .month {
    font-size: 20px;
  }
  .news1ct .top .left .time .ym .year {
    font-size: 14px;
    margin-top: 2px;
  }
  .news1ct .top .left h3 {
    font-size: 24px;
    margin-top: 22px;
  }
  .news1ct .top .left h6 {
    margin-top: 23px;
  }
  .news1ct .top .left .more {
    margin-top: 55px;
  }
  .news1ct .filter {
    margin-top: 80px;
  }
  .news-list {
    margin-top: 82px;
  }
  .news-list li {
    padding: 38px 20px 0 20px;
    margin-top: 90px;
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .news-list li .ib {
    height: 200px;
  }
  .news-list li h6 {
    margin-top: 25px;
  }
  .news-list li .dbl {
    margin-top: 45px;
  }
  .news-list li .dbl .time .day {
    font-size: 36px;
  }
  .nd1ct h3 {
    font-size: 34px;
  }
  .nd2ct .fx {
    margin-top: 90px;
  }
  .nd2ct .fy {
    padding-top: 40px;
    margin-top: 50px;
  }
  .pd1ct .mide .left .desc-swiper {
    width: 450px;
    height: 390px;
    margin-left: 50px;
  }
  .pd1ct .mide .left .cb {
    height: 390px;
    width: 92px;
  }
  .pd1ct .mide .right {
    width: 450px;
  }
  .pd1ct .mide .right h3 {
    font-size: 28px;
  }
  .pd1ct .mide .right .desc {
    margin-top: 20px;
  }
  .pd1ct .mide .right .desc p:not(:first-of-type) {
    margin-top: 14px;
  }
  .pd1ct .mide .right .more {
    margin-top: 45px;
  }
  .pd1ct {
    padding: 135px 0 117px 0;
  }
  .pd2-box .item {
    padding: 0 25px;
  }
  .pd2-box .item h6 {
    margin-top: 16px;
    font-size: 19px;
  }
  .pd2-box {
    height: 210px;
  }
  .pd3ct {
    padding: 95px 0 130px 0;
  }
  .pd3ct .title {
    font-size: 32px;
  }
  .pd-tag .rq a {
    width: 180px;
    height: 130px;
  }
  .pd-tag .rq a p {
    margin-top: 16px;
  }
  .pd-tag .rq a .ib {
    height: 34px;
    width: 52px;
  }
  .pd-tag {
    top: -56px;
  }
  .p1ct {
    padding: 157px 0 117px 0;
  }
  .pro-list li {
    padding: 25px 30px 30px 30px;
    min-height: 390px;
  }
  .pro-list li .txt .wz .more {
    right: 30px;
    bottom: 30px;
  }
  .pro-list li .ib {
    height: 200px;
  }
  .pro-list li .txt {
    margin-top: 30px;
  }
  .pro-list li .txt h4 {
    font-size: 19px;
  }
  .pro-list li .txt .wz {
    margin-top: 34px;
  }
  .pro-list li .txt .wz .desc .xx h6 {
    font-size: 20px;
  }
  .pro-list li .txt .wz .desc .xx p {
    margin-top: 5px;
  }
  .pro-list li .txt .wz .desc .xx:not(:first-of-type) {
    margin-top: 20px;
  }
  .pro-list li .txt .wz .more img {
    width: 46px;
  }
  .pro-list li .txt .wz .desc {
    width: calc(100% - 46px - 15px);
  }
  .td1ct .mide .title {
    font-size: 32px;
  }
  .td1ct .sw-b .desc-swiper {
    width: 750px;
    height: 390px;
  }
  .td1ct .sw-b .dby {
    width: 655px;
    margin: 49px auto 0;
  }
  .td1ct .sw-b .time-swiper {
    height: 60px;
  }
  .td1ct .mide .content {
    margin-top: 70px;
  }
  .td1ct {
    padding: 130px 0 110px 0;
  }
  .t1-box .flow-title .rq {
    height: 153px;
  }
  .t1-box .flow-title {
    top: -87px;
  }
  .t1-box {
    padding: 134px 0 117px 0;
  }
  .t1swiper {
    height: 450px;
  }
  .t1swiper .swiper-slide-next .ib {
    height: calc(100% - 110px);
    margin-top: 110px;
  }
  .t1swiper .swiper-slide-prev .ib {
    height: calc(100% - 110px);
  }
  .t1-box .top .qhb .qh {
    width: 50px;
    height: 50px;
  }
  .t1-box .top .qhb {
    right: 12%;
  }
  .t1swiper .ib p {
    bottom: 30px;
    font-size: 19px;
  }
  .ta-list {
    margin: 112px auto 0;
  }
  .ta-list li {
    height: 250px;
  }
  .ftct {
    padding: 65px 0 25px 0;
  }
  .ftct .mide .left .icon {
    margin-top: 85px;
  }
  .ftct .mide .zj h3 {
    margin-bottom: 37px;
  }
  .ftct .mide form h3 {
    margin-bottom: 55px;
  }
  .ftct .link {
    padding-top: 24px;
    margin-top: 90px;
  }
  .ftct .mide .left {
    width: 305px;
  }
  .ftct .mide form {
    width: 420px;
  }
}
