/* @font-face{
	font-family:"douyv";
	src: url("../css/fonts/douyuFont-2.otf") format("opentype");
} */
* {
  margin: 0;
  padding: 0;
}
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: #214279;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #eeeeee;
} */
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
:root {
  --font-family: Source Han Sans CN;
}
#gt_float_wrapper {
  top: 12px !important;
  right: calc((100% - 1400px) / 2) !important;
  z-index: 999 !important;
}
#gt_float_wrapper.active {
  position: absolute !important;
  top: 732px !important;
}
.gt_float_switcher {
  font-size: 16px !important;
}
.gt_float_switcher img {
  width: 25px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang,
.gt_float_switcher .gt_options a {
  padding: 5px 10px !important;
}
.hamburger {
  display: none;
}
.x-center {
  width: 1140px;
}
.center {
  width: 1400px;
}
.app {
  display: none;
}
.header-box.active {
  position: unset;
}
.header-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header-box.iactive {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-box .top {
  background-color: #1d468e;
}
.header-box .top .ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16px 0;
}
.header-box .top .ct .left {
  display: flex;
  align-items: center;
}
.header-box .top .ct .left .item {
  display: flex;
  align-items: center;
}
.header-box .top .ct .left .item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-left: 15px;
}
.header-box .top .ct .left .item:not(:first-of-type) {
  margin-left: 40px;
}
.header-box .top .ct .right {
  position: relative;
  display: none;
}
.header-box .top .ct .right .sm {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-box .top .ct .right:hover .flow {
  transform: scaleY(1);
  opacity: 1;
}
.header-box .top .ct .right .flow {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  padding-top: 20px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.3s;
}
.header-box .top .ct .right .flow .nr {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100px;
}
.header-box .top .ct .right .flow a {
  display: block;
  padding: 7px 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  width: calc(100% - 20px);
  transition: 0.3;
}
.header-box .top .ct .right .flow a:hover {
  background-color: #1d468e;
}
.header-box .top .ct .right .flow a:not(:last-of-type) {
  border-bottom: 1px solid #ffffff;
}
.header-box .top .ct .right .zs {
  display: flex;
  align-items: center;
}
.header-box .top .ct .right .zs p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-left: 10px;
}
.header-box .top .ct .right i {
  font-size: 16px;
  color: #ffffff;
  margin-left: 15px;
}
.header-box .bottom {
  background-color: #ffffff;
}
.header-box .bottom .ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 120px;
}
.header-box .bottom .ct .right {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-box .bottom .ct .right .line {
  width: 1px;
  height: 30px;
  background-color: #d3d3d3;
  margin: 0 30px;
}
.header-box .bottom .ct .right .newLan {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header-box .bottom .ct .right .newLan img {
  width: 24px;
}
.header-box .bottom .ct .right .newLan .wz {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.header-box .bottom .ct .right .newLan .wz p {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 19px;
  color: #222222;
}
.header-box .bottom .ct .right .newLan .wz i {
  font-size: 19px;
  color: #222222;
  margin-left: 10px;
}
.header-box .bottom .ct .right .newLan .flow {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 10px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.3s;
}
.header-box .bottom .ct .right .newLan:hover .flow {
  transform: scaleY(1);
  opacity: 1;
}
.header-box .bottom .ct .right .newLan .flow .rq {
  background-color: #1d468e;
  padding: 10px 0;
  border-radius: 4px;
}
.header-box .bottom .ct .right .newLan .flow .rq a {
  padding: 0 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: block;
}
.header-box .bottom .ct .right .newLan .flow .rq a:hover {
  text-decoration: underline;
}
.header-box .bottom .ct .nav {
  display: flex;
  height: 100%;
}
.header-box .bottom .ct .nav li {
  position: relative;
}
.header-box .bottom .ct .nav li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #1d468e;
  transition: 0.3s;
}
.header-box .bottom .ct .nav li:hover::after,
.header-box .bottom .ct .nav li.active::after {
  width: 100%;
}
.header-box .bottom .ct .nav li > a {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 19px;
  color: #222222;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-box .bottom .ct .nav li:not(:first-of-type) {
  margin-left: 70px;
}
.header-box .bottom .ct .nav li .flow {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  padding-top: 10px;
}
.header-box .bottom .ct .nav li .flow .nr {
  width: calc(220px - 30px);
  background-color: #ffffff;
  padding: 0 15px;
  border-bottom: 3px solid #1d468e;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  max-height: 500px;
  overflow-y: auto;
}
.header-box .bottom .ct .nav li .flow .nr::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.header-box .bottom .ct .nav li .flow .nr::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #dddddd;
}

.header-box .bottom .ct .nav li .flow .nr::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
}
.header-box .bottom .ct .nav li:hover .flow {
  transform: scaleY(1);
  opacity: 1;
}
.header-box .bottom .ct .nav li .flow a {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.header-box .bottom .ct .nav li .flow a:hover {
  color: #1d468e;
  border-bottom-color: #1d468e !important;
}
.header-box .bottom .ct .nav li .flow a:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}
.mySwiper {
  width: 100%;
  height: 720px;
  margin-top: 179px;
}
.mySwiper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.mySwiper .ct h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #ffffff;
}
.mySwiper .ct h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin: 14px 0 70px 0;
}
.mySwiper .ct .more {
  display: flex;
  align-items: center;
  transition: 0.3s;
  width: max-content;
}
.mySwiper .ct .more .rund {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.mySwiper .ct .more .wz {
  display: flex;
  align-items: center;
  margin-left: -45px;
}
.mySwiper .ct .more .wz p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.mySwiper .ct .more .wz i {
  font-size: 16px;
  color: #ffffff;
  margin-left: 20px;
}
.mySwiper .ct .more:hover {
  transform: translateX(10px);
}
.mySwiper .qh {
  position: absolute;
  bottom: 40px;
  right: 160px;
  display: flex;
  align-items: center;
  z-index: 9;
}
.mySwiper .qh .pb {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.mySwiper .qh .pb:hover {
  background-color: #1d468e;
}
.mySwiper .qh .pb i {
  font-size: 16px;
  color: #ffffff;
}
.mySwiper .qh .prev {
  margin-right: 20px;
}
.i1-box {
  width: 100%;
  background: url('../images/i1-1-new.png') no-repeat center / cover;
}
.i1-box .bgline {
  position: absolute;
  left: 90px;
  top: 0;
  width: auto;
  height: 100%;
  max-width: calc(100% - 90px);
}
.i1ct {
  margin: 0 auto;
  padding: 167px 0 178px 0;
  position: relative;
}
.i1ct .numContent {
  z-index: 2;
  position: relative;
}
.i1ct .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i1ct .item:nth-of-type(2) {
  padding-left: 68px;
  width: calc(100% - 68px);
  margin-top: 70px;
}
.i1ct .item:nth-of-type(3) {
  padding-left: 245px;
  width: calc(100% - 245px);
  margin-top: 59px;
}
.i1ct .item .rund {
  width: 198px;
  height: 198px;
  background: #f3f5f7;
  border-radius: 50%;
  border: 1px solid #1d468e;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f5f7;
}
.i1ct .item .rund .minr {
  width: 160px;
  height: 160px;
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.i1ct .item .rund .minr .num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 70px;
  color: #ffffff;
  line-height: 1;
}
.i1ct .item .rund .minr .flow {
  position: absolute;
  right: 40px;
  bottom: 12px;
  width: 35px;
  height: 35px;
  background: linear-gradient(90deg, #2d68b7, #3674c3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}
.i1ct .item .txt {
  width: calc(100% - 200px - 39px);
}
.i1ct .item .txt h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #1d468e;
  line-height: 1;
}
.i1ct .item .txt .h {
  margin-top: 20px;
}
.i1ct .item .txt .h .hd {
  display: flex;
}
.i1ct .item .txt .h .hd .d {
  width: 6px;
  height: 6px;
  background: #1d468e;
  border-radius: 50%;
  margin-top: 10px;
}
.i1ct .item .txt .h .hd p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  width: calc(100% - 6px - 10px);
  margin-left: 10px;
}
.i2-box {
  width: 100%;
  background: url('../images/i2-6.png') no-repeat center / cover;
}
.i2ct {
  margin: 0 auto;
  padding: 120px 0 130px 0;
}
.i2ct .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.i2ct .top .pb-title {
  width: calc(100% - 250px);
}
.i2ct .top a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bfbfbf;
  width: 171px;
  padding-bottom: 19px;
  position: relative;
}
.i2ct .top a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #1d468e;
  width: 0;
  height: 2px;
  transition: 0.3s;
}
.i2ct .top a:hover::after {
  width: 100%;
}
.i2ct .top a span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #888888;
  line-height: 1;
}
.pb-title h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  /* line-height: 1; */
  text-align: center;
}
.pb-title .line {
  width: 40px;
  height: 5px;
  background: #ffffff;
  margin: 24px auto 0;
}
.pb-title p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 21px auto 0;
}
.pb-title.active h3 {
  text-align: left;
  color: #222222;
}
.pb-title.active p {
  text-align: left;
  color: #666666;
}
.pb-title.active .line {
  margin: 24px 0 0 0;
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
}
.pb-title.cactive h3 {
  color: #222222;
}
.pb-title.cactive p {
  color: #666666;
  max-width: 80%;
}
.pb-title.cactive .line {
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
}
.i2ct .swbox {
  margin-top: 58px;
}
.i2ct .swbox .top-swiper .ib {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px dashed transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i2ct .swbox .top-swiper .ib img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.i2ct .swbox .top-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i2ct .swbox .top-swiper .swiper-slide p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #888888;
  text-align: center;
  margin-top: 15px;
}
.i2ct .swbox .top-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.i2ct .swbox .top-swiper .swiper-slide-active .ib {
  border-color: #1d468e;
  width: 300px;
  height: 300px;
}
.i2ct .swbox .top-swiper .swiper-slide-active .ib img {
  max-width: 85%;
  max-height: 85%;
}
.i2ct .swbox .top-swiper .swiper-slide-active p {
  opacity: 0;
}
.i2ct .swbox .bottom-swiper h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  text-align: center;
}
.i2ct .swbox .bottom-swiper p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.i2ct .swbox .bottom-swiper-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.i2ct .swbox .bottom-swiper-box .pb {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  background: #dcdcdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.i2ct .swbox .bottom-swiper-box .pb i {
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
}
.i2ct .swbox .bottom-swiper {
  width: calc(100% - 100px - 100px - 200px);
  margin: 0 50px;
}
.i2ct .swbox .bottom-swiper-box .pb:hover {
  background-color: #0a348b;
}
.i2ct .more {
  margin: 75px auto 0;
  width: 170px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #aaaaaa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.i2ct .more:hover {
  border-color: #0a348b;
}
.i2ct .more:hover span {
  color: #0a348b;
}
.i2ct .more span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-right: 13px;
  transition: 0.3s;
}
.i3-box {
  width: 100%;
  background: url('../images/i3-1.png') no-repeat center / cover;
}
.i3ct {
  margin: 0 auto;
  padding: 77px 0 88px 0;
}
.i3ct .hb-swiper {
  margin-top: 45px;
}
.i3ct .hb-swiper .ib {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px);
  /* border: 1px solid #DCDCDC; */
  height: 90px;
}
.i3ct .hb-swiper .ib img {
  /* max-width: 60%;
  max-height: 60%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 179px;
}
.banner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .ct h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #ffffff;
}
.banner .ct h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  width: 750px;
  margin-top: 10px;
}
.banner .mnav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner .mnav i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 7px;
}
.banner .mnav span,
.banner .mnav a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
.banner .mnav span {
  margin: 0 7px;
}
.ap1-box {
  width: 100%;
  background-color: #ffffff;
}
.ap1ct {
  padding: 90px 0 115px 0;
  margin: 0 auto;
}
.applist {
  display: flex;
  flex-wrap: wrap;
}
.applist li {
  width: calc(100% / 4);
  height: 350px;
  margin-bottom: 30px;
}
.applist li .cp {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.applist li .cp img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.applist li .cp .txt {
  width: calc(100% - 40px);
  padding: 0 20px 0 20px;
  height: calc(100% - 230px);
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.applist li .jw {
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 20px;
}
.applist li .cp .txt h3,
.applist li .jw h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.applist li .cp .txt .line,
.applist li .jw .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 12px 0;
}
.applist li .cp .txt p,
.applist li .jw p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.applist li .cp .flow {
  position: absolute;
  left: -100%;
  top: 0;
  width: calc(100% - 40px);
  padding: 70px 20px 0 20px;
  height: calc(100% - 70px);
  background-color: rgba(29, 70, 142, 0.8);
  opacity: 0;
  transition: 0.7s;
}
.applist li .cp:hover .flow {
  left: 0;
  opacity: 1;
}
.applist li .cp .flow p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.applist li .cp .flow h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.applist li .cp .flow .mf {
  display: flex;
  align-items: center;
}
.applist li .cp .flow .mf span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
}
.applist li .cp .flow .mf i {
  font-size: 14px;
  color: #ffffff;
  margin-left: 7px;
  transition: 0.3s;
}
.applist li .cp .flow .mf:hover i,
.applist li .cp .flow .mf:hover span {
  color: #cfcdcd;
}
.gy-nav {
  width: 100%;
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  margin-top: 179px;
}
.gy-nav .ct {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 35px 0;
}
.gy-nav .ct i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}
.gy-nav .ct a,
.gy-nav .ct span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
.gy-nav .ct span {
  margin: 0 10px;
}
.ad-box {
  width: 100%;
}
.adct {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 90px 0;
}
.adct .left {
  width: calc(100% - 380px - 90px);
}
.adct .left > h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.adct .left .line {
  width: 40px;
  height: 5px;
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  margin: 15px 0 34px 0;
}
.adct .left .content p,
.adct .left .content span {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.adct .left .content p:not(:first-of-type) {
  margin-top: 30px;
}
.adct .left .content img {
  max-width: 100%;
  margin: 30px auto 0;
}
.pb-right {
  width: 380px;
}
.pb-right .top {
  width: calc(100% - 60px);
  padding: 30px 30px 35px 30px;
  background-color: #f5f5f5;
}
.pb-right .top h3 {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #222222;
  padding-bottom: 12px;
}
.pb-right .top h3::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  height: 1px;
  width: 77px;
}
.pb-right .top .txt {
  margin-top: 20px;
}
.pb-right .top .txt a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding: 18px 0;
  transition: 0.3s;
}
.pb-right .top .txt a span {
  width: calc(100% - 50px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pb-right .top .txt a:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.pb-right .top .txt a:first-of-type {
  padding-top: 0;
}
.pb-right .top .txt a:hover {
  transform: translateX(7px);
}
.pb-right .top .txt a:hover span {
  color: #062f87;
}
.pb-right .top:not(:first-of-type) {
  margin-top: 20px;
}
.pb-right .js {
  margin-top: 23px;
}
.pb-right .ad-swiper {
  width: 100%;
}
.pb-right .ad-swiper a {
  display: block;
  width: 100%;
}
.pb-right .ad-swiper img {
  width: 100%;
  height: 217px;
  object-fit: cover;
}
.pb-right .ad-swiper .wz p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pb-right .ad-swiper .wz .time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #1d468e;
  margin: 18px 0 30px 0;
}
.pb-right .ad-swiper .wz .line {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.pb-right .ad-swiper {
  padding-bottom: 28px;
}
.pb-right .ad-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  bottom: 0;
}
.pb-right .ad-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #bfbfbf;
  opacity: 1;
  border-radius: unset;
}
.pb-right .ad-swiper .swiper-pagination-bullet-active {
  background-color: #1d468e;
}
.pb-right .js .more {
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 47px;
}
.pb-right .js .more span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.pb-right .js .more img {
  margin-left: 14px;
}
.p1-box {
  width: 100%;
}
.p1ct {
  margin: 0 auto;
  padding: 95px 0;
  display: flex;
  justify-content: space-between;
}
.p1ct .left {
  width: 600px;
  margin-left: 100px;
}
.p1ct .left img {
  width: 100%;
}
.p1ct .right {
  width: calc(100% - 360px - 164px - 332px);
  position: relative;
}
.p1ct .right img {
  position: absolute;
  right: calc(100% + 31px);
  top: 15px;
}
.p1ct .right .pb-title.active p {
  margin-top: 30px;
}
.p2-box {
  width: 100%;
  background-color: #f8f8f8;
}
.p2ct {
  margin: 0 auto;
  padding: 100px 0 120px 0;
}
.p2ct .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.p2ct .p2-swiper {
  width: calc(100% - 160px);
}
.p2ct .p2-swiper a {
  display: flex;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 340px;
}
.p2ct .p2-swiper a .left {
  width: 50%;
  height: 100%;
}
.p2ct .p2-swiper a .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p2ct .p2-swiper a .right {
  width: calc(50% - 69px - 146px);
  padding: 0 146px 0 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p2ct .p2-swiper a .right h3 {
  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;
  line-height: 30px;
  height: 30px;
}
.p2ct .p2-swiper a .right h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin: 20px 0 50px 0;
  height: 104px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.p2ct .p2-swiper a .right .more {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 170px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #aaaaaa;
  cursor: pointer;
}
.p2ct .p2-swiper a .right .more span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  margin-right: 13px;
}
.p2ct .p2-swiper a .right .more:hover {
  border-color: #062f87;
}
.p2ct .p2-swiper a .right .more:hover span {
  color: #062f87;
}
.p2ct .box .pb {
  transition: 0.3s;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #dcdcdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p2ct .box .pb i {
  font-size: 18px;
  color: #ffffff;
}
.p2ct .box .pb:hover {
  background-color: #0a348b;
}
.se1-box {
  width: 100%;
}
.se1ct {
  padding: 90px 0 79px 0;
  margin: 0 auto;
}
.se1ct .box {
  margin-top: 55px;
  display: flex;
}
.se1ct .box .item {
  width: calc((100% - 120px) / 3 - 70px);
  height: calc(520px - 54px);
  margin-right: 60px;
  padding: 54px 35px 0 35px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.se1ct .box .item h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #1d468e;
  margin: 39px 0 34px 0;
}
.se1ct .box .item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.se1ct .box .item:hover {
  box-shadow: 0px 5px 13px 0px rgba(8, 50, 137, 0.15);
}
.se1ct .box .item img {
  transition: 0.5s;
}
.se1ct .box .item:hover img {
  transform: rotateY(180deg);
}
.se2-box {
  width: 100%;
  background-color: #f8f8f8;
}
.se2ct {
  margin: 0 auto;
  padding: 84px 0 107px 0;
}
.se2ct .box {
  margin-top: 55px;
}
.se2ct .box .item {
  display: flex;
  width: 100%;
  height: 470px;
  background-color: #ffffff;
}
.se2ct .box .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.se2ct .box .item .left {
  width: 50%;
  height: 100%;
}
.se2ct .box .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.se2ct .box .item .right {
  width: calc(50% - 82px - 62px);
  padding: 0 62px 0 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.se2ct .box .item .right h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
}
.se2ct .box .item .right .txt {
  margin-top: 15px;
}
.se2ct .box .item .right .txt .row {
  display: flex;
}
.se2ct .box .item .right .txt .row span {
  width: 6px;
  height: 6px;
  background: #1d468e;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 10px;
}
.se2ct .box .item .right .txt .row p {
  width: calc(100% - 6px - 12px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}
.newsnav {
  width: 100%;
  border-bottom: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.newsnav a {
  height: 100%;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 80px;
  transition: 0.3s;
}
.newsnav span {
  line-height: 1;
  color: #dcdcdc;
  font-size: 14px;
  margin: 0 39px;
}
.newsnav a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #1d468e;
  height: 2px;
  width: 0;
  transition: 0.3;
}
.newsnav a.active,
.newsnav a:hover {
  color: #1d468e;
}
.newsnav a.active::after,
.newsnav a:hover::after {
  width: 100%;
}
.news1-box {
  width: 100%;
}
.newsct {
  margin: 0 auto;
  padding: 71px 0 113px 0;
}
.news-list li:hover {
  transform: translateX(30px);
}
.news-list li:not(:first-of-type) {
  margin-top: 35px;
}
.news-list li {
  transition: 0.5s;
}
.news-list li a {
  display: flex;
  background: linear-gradient(
    90deg,
    rgba(6, 47, 135, 0.3) 0%,
    rgba(58, 123, 200, 0.1) 100%
  );
  overflow: hidden;
  border-radius: 20px;
  height: 265px;
  width: 100%;
}
.news-list li a img {
  width: 452px;
  height: 100%;
  object-fit: cover;
}
.news-list li a .txt {
  width: calc(100% - 452px - 90px - 60px);
  padding: 40px 60px 0 90px;
  height: calc(100% - 40px);
}
.news-list li a .txt h3 {
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 164px);
}
.news-list li a .txt p {
  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;
  width: calc(100% - 164px);
  margin: 15px 0 60px 0;
}
.news-list li a .txt .bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list li a .txt .bt .more {
  width: 120px;
  height: 31px;
  border-radius: 16px;
  border: 1px solid #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  transition: 0.3s;
}
.news-list li a .txt .bt .more:hover {
  border-color: #1d468e;
  color: #1d468e;
}
.news-list li a .txt .bt .more span {
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.news-list li a .txt .bt .time {
  display: flex;
  align-items: center;
}
.news-list li a .txt .bt .time span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-right: 30px;
  line-height: 1;
}
.news-list li a .txt .bt .time .line {
  width: 60px;
  height: 1px;
  background: #bfbfbf;
}
.nd-box {
  width: 100%;
}
.ndct {
  margin: 0 auto;
  padding: 65px 0 100px 0;
}
.ndct.active {
  display: flex;
  justify-content: space-between;
}
.ndct .left {
  width: calc(100% - 380px - 90px);
}
.ndct .tm {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.ndct .tm h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  text-align: center;
}
.ndct .tm .time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ndct .tm .time p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.ndct .tm .time p:last-of-type {
  margin-left: 70px;
}
.ndct .content {
  margin-top: 60px;
}
.ndct .content p,
.ndct .content span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.ndct .content p:not(:first-of-type) {
  margin-top: 30px;
}
.ndct .content img {
  max-width: 100%;
  margin: 30px auto 0;
}
.ndct .bt {
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
  margin-top: 100px;
}
.ndct .bt a {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  display: block;
}
.ndct .nd-swiper {
  width: 100%;
  margin-top: 50px;
}
.ndct .nd-swiper img {
  margin: 0 auto;
  max-width: calc(100% - 200px);
}
.ndct .nd-swiper .pb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.3s;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #dcdcdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ndct .nd-swiper .pb i {
  font-size: 18px;
  color: #ffffff;
}
.ndct .nd-swiper .prev {
  left: 0;
}
.ndct .nd-swiper .next {
  right: 0;
}
.ndct .nd-swiper .pb:hover {
  background-color: #062f87;
}
.a1-box {
  width: 100%;
}
.a1ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 90px 0 100px 0;
}
.a1ct .left {
  width: 665px;
}
.a1ct .left .pb-title p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 60px;
  margin: 50px 0 0 0;
}
.a1ct .right {
  width: calc(100% - 665px - 74px);
  height: 450px;
  overflow: hidden;
  margin-top: 150px;
}
.a1ct .right:hover img {
  transform: scale(1.08);
}
.a1ct .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s;
}
.a2-box {
  width: 100%;
  background-color: #f8f8f8;
}
.a2ct {
  margin: 0 auto;
  padding: 69px 0 80px 0;
}
.a2ct .box {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a2ct .box .pb {
  width: 45px;
  height: 45px;
  background: #eeeeee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.a2ct .box .pb i {
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.a2ct .box .pb:hover {
  background-color: #1d468e;
}
.a2ct .box .pb:hover i {
  color: #ffffff;
}
.a2ct .a2-swiper {
  width: calc(100% - 200px);
}
.a2ct .a2-swiper a {
  display: block;
  width: 100%;
}
.a2ct .a2-swiper a img {
  width: 100%;
}
.a2ct .a2-swiper a p {
  margin-top: 14px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.c1-box {
  width: 100%;
}
.c1ct {
  padding: 100px 0 90px 0;
  margin: 0 auto;
}
.c1ct .top {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
.c1ct .top .left {
  width: 600px;
}
.c1ct .top .left a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 32px;
  display: block;
}
.c1ct .top .right {
  padding-left: 78px;
  border-left: 1px solid #eeeeee;
  display: flex;
}
.c1ct .top .right .item {
  width: 135px;
}
.c1ct .top .right .item img {
  width: 100%;
}
.c1ct .top .right .item p {
  margin-top: 8px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #888888;
}
.c1ct .top .right .item:not(:last-of-type) {
  margin-right: 45px;
}
.map-box {
  margin-top: 80px;
  display: flex;
}
.map-box .item {
  width: calc((100% - 58px) / 2 - 50px);
  padding: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 26, 42, 0.15);
  border-radius: 20px;
  margin-right: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map-box .item:nth-of-type(2n) {
  margin-right: 0;
}
.map-box .item .zs {
  display: flex;
  align-items: center;
}
.map-box .item .zs .rund {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #7d7d7d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-box .item .zs .rund i {
  font-size: 24px;
  color: #333333;
}
.map-box .item .zs .line {
  width: 1px;
  height: 50px;
  background: #dcdcdc;
  margin: 0 32px 0 22px;
}
.map-box .item .zs .txt {
  width: calc(100% - 52px - 54px - 1px);
}
.map-box .item .zs .txt .name {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.map-box .item .zs .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.map-box .item .map {
  width: 100%;
  height: 350px;
  margin-top: 30px;
}
.amap-logo {
  display: none;
  opacity: 0 !important;
}
.amap-copyright {
  display: none !important;
}
.c2-box {
  width: 100%;
  background-color: #f8f8f8;
}
.c2ct {
  padding: 80px 0;
  margin: 0 auto;
}
.c2ct form {
  margin: 40px auto 0;
  width: 80%;
}
.c2ct form .row {
  display: flex;
  justify-content: space-between;
}
.c2ct form .row .item {
  width: calc((100% - 30px) / 2);
}
.c2ct form .tm {
  display: flex;
}
.c2ct form .tm p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.c2ct form .tm span {
  color: #ee2828;
  margin-left: 4px;
}
.c2ct form .row .item input {
  width: 100%;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgba(6, 47, 135, 0.3) 0%,
    rgba(58, 123, 200, 0.1) 100%
  );
  border: none;
  border-radius: 4px;
  outline: none;
  text-indent: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.c2ct form .row:not(:first-of-type) {
  margin-top: 30px;
}
.c2ct form .row .item .code {
  display: flex;
}
.c2ct form .row .item .code input {
  width: calc(100% - 120px);
}
.c2ct form .row .item .code .yzm {
  width: 120px;
  height: 40px;
  margin-top: 10px;
}
.c2ct form .desc {
  margin-top: 30px;
}
.c2ct form textarea {
  width: 100%;
  height: 150px;
  background: linear-gradient(
    90deg,
    rgba(6, 47, 135, 0.3) 0%,
    rgba(58, 123, 200, 0.1) 100%
  );
  border-radius: 4px;
  outline: none;
  text-indent: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  border: none;
  resize: none;
  padding-top: 10px;
}
.c2ct form button {
  width: 160px;
  border-radius: 20px;
  border: none;
  outline: none;
  margin: 40px auto 0;
  display: block;
  height: 40px;
  cursor: pointer;
  background: linear-gradient(90deg, #062f87 0%, #3a7bc8 100%);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.tips {
  position: fixed;
  display: none;
  right: 27px;
  top: 37%;
  z-index: 99;
}
.tips ul li {
  width: 50px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  height: 50px;
  transition: 0.3s;
  position: relative;
}
.tips ul li:not(:first-of-type) {
  margin-top: 10px;
}
.tips ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.tips ul li a i {
  font-size: 22px;
  color: #888888;
  transition: 0.3s;
}
.tips ul li:hover {
  background-color: #1d468e;
  border-color: transparent;
}
.tips ul li:hover > a > i {
  color: #ffffff;
}
.tips ul li .fadein {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
  background-color: #1d468e;
}
.tips ul li .tip-img {
  width: 100px;
  height: 100px;
}
.tips ul li .tip-img img {
  width: 100%;
  height: 100%;
}
.tips ul li .tip-phone {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  width: max-content;
}
.page {
  width: 100%;
  margin-top: 60px;
}
.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: 37px;
  height: 37px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.page .el-pagination .btn-next {
  width: 37px;
  height: 37px;
  padding: 0;
  background: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.page .el-pager li {
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: #ffffff;
  border: 1px solid #d2d2d2 !important;
  margin-right: 5px;
  padding: 0px;
  border-radius: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.page .el-pager li.active {
  background-color: #1d468e;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #1d468e;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #1d468e;
}
.f-box {
  width: 100%;
  background: url('../images/f-1.png') no-repeat center / cover;
}
.fct {
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
.fct .left {
  width: 505px;
}
.fct .left p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-top: 30px;
}
.fct .line {
  width: 1px;
  height: 250px;
  background: #c7d1d4;
}
.fct .right {
  display: flex;
}
.fct .right .item h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
}
.fct .right .item .mline {
  width: 14px;
  height: 2px;
  background: #1d468e;
  margin: 15px 0;
}
.fct .right .item .txt a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  display: block;
}
.fct .right .item .txt a:not(:first-of-type) {
  margin-top: 6px;
}
.fct .right .item .pt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  display: flex;
  justify-content: space-between;
}
.fct .right .item .pt span {
  width: calc(100% - 50px);
}
.fct .right .item .pt p:not(:first-of-type) {
  margin-top: 6px;
}
.fct .right .item .icon {
  display: flex;
  margin-top: 25px;
}
.fct .right .item .icon a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d0d4d7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.fct .right .item .icon a:hover {
  border-color: #1d468e;
}
.fct .right .item .icon a:hover .bg {
  transform: rotateY(180deg);
}
.fct .right .item .icon a .bg {
  opacity: 0.7;
  transition: 0.3s;
}
.fct .right .item .icon a:not(:first-of-type) {
  margin-left: 15px;
}
.fct .right .item .icon a .flow {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  width: 90px;
  padding: 3px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgb(9 65 169 / 20%);
  transition: 0.3s;
}
.fct .right .item .icon a:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.fct .right .item .icon a .flow img {
  width: 100%;
}
.fct .right .item:not(:first-of-type) {
  margin-left: 100px;
}
.fct .right .item:last-of-type {
  max-width: 430px;
}
.yj-box {
  width: 100%;
  background-color: #dadedf;
}
.yj-box .yjct {
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.yj-box .yjct a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
@media only screen and (max-width: 1560px) {
  #gt_float_wrapper {
    right: calc((100% - 1000px) / 2) !important;
  }
  #gt_float_wrapper.active {
    top: 532px !important;
  }
  .header-box .bottom .ct .nav li .flow .nr {
    max-height: 300px;
    overflow-y: auto;
  }
  .center {
    width: 1000px;
  }
  .mySwiper .ct h3 {
    font-size: 38px;
  }
  .mySwiper .ct h6 {
    font-size: 16px;
    margin: 10px 0 50px 0;
    line-height: 24px;
  }
  .mySwiper .ct .more .wz p {
    font-size: 14px;
  }
  .mySwiper .ct .more .rund {
    width: 57px;
    height: 57px;
  }
  .mySwiper .ct .more .rund {
    width: 67px;
    height: 67px;
  }
  .mySwiper {
    height: 520px;
  }
  .header-box .top .ct .left .item p {
    font-size: 16px;
  }
  .header-box .top .ct .left .item img {
    height: 16px;
  }
  .header-box .top .ct .right .zs p {
    font-size: 16px;
  }
  .header-box .bottom .ct .nav li > a {
    font-size: 17px;
  }
  .header-box .bottom .ct .nav li:not(:first-of-type) {
    margin-left: 40px;
  }
  .header-box .top .ct .left .item:last-of-type {
    max-width: 380px;
  }
  .i1ct .item .rund {
    width: 148px;
    height: 148px;
  }
  .i1ct .item .rund .minr {
    width: 120px;
    height: 120px;
  }
  .i1ct .item .rund .minr .num {
    font-size: 50px;
  }
  .i1ct .item .rund .minr .flow {
    font-size: 14px;
    width: 28px;
    height: 28px;
    right: 30px;
    bottom: 5px;
  }
  .i1ct .item .txt {
    width: calc(100% - 148px - 39px);
  }
  .i1ct .item .txt h3 {
    font-size: 26px;
  }
  .i1ct {
    padding: 100px 0 120px 0;
  }
  .i1ct .item .txt .h .hd p {
    font-size: 16px;
  }
  .i2ct .swbox .top-swiper .swiper-slide-active .ib {
    width: 220px;
    height: 220px;
  }
  .i2ct .swbox .top-swiper .ib {
    width: 150px;
    height: 150px;
  }
  .i2ct .swbox .top-swiper .swiper-slide p {
    font-size: 16px;
    margin-top: 10px;
  }
  .i2ct .swbox .bottom-swiper h3 {
    font-size: 22px;
  }
  .i2ct {
    padding: 80px 0 100px 0;
  }
  .pb-title h3 {
    font-size: 26px;
  }
  .pb-title p {
    font-size: 16px;
  }
  .i2ct .top a span {
    font-size: 16px;
  }
  .i2ct .swbox .bottom-swiper p {
    font-size: 16px;
  }
  .i3ct .hb-swiper .ib {
    height: 62px;
  }
  .banner .ct h3 {
    font-size: 26px;
  }
  .c1ct .top .left {
    width: 550px;
  }
  .c1ct .top .left a {
    font-size: 16px;
  }
  .c1ct .top .right {
    padding-left: 38px;
  }
  .c1ct .top .right .item {
    width: 110px;
  }
  .c1ct .top .right .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .c1ct .top .right .item p {
    font-size: 16px;
  }
  .map-box .item {
    width: calc((100% - 38px) / 2 - 40px);
    padding: 20px;
    margin-right: 38px;
    border-radius: 14px;
  }
  .map-box .item .map {
    height: 280px;
    margin-top: 15px;
  }
  .map-box .item .zs .txt p {
    /* height: 48px; */
    font-size: 16px;
  }
  .applist li .cp .txt h3,
  .applist li .jw h3 {
    font-size: 18px;
  }
  .applist li .cp .txt .line,
  .applist li .jw .line {
    margin: 5px 0;
  }
  .applist li {
    height: 250px;
  }
  .applist li .cp img {
    height: 160px;
  }
  .applist li .cp .txt {
    height: calc(100% - 160px);
    width: calc(100% - 30px);
    padding: 0 15px 0 15px;
  }
  .applist li .cp .flow {
    width: calc(100% - 30px);
    padding: 50px 15px 0 15px;
    height: calc(100% - 50px);
  }
  .applist li .cp .flow h3 {
    font-size: 16px;
  }
  .applist li .cp .txt p,
  .applist li .jw p {
    font-size: 14px;
  }
  .pb-right {
    width: 300px;
  }
  .adct .left {
    width: calc(100% - 300px - 70px);
  }
  .adct .left > h3 {
    font-size: 26px;
  }
  .adct .left .content p,
  .adct .left .content span {
    font-size: 16px;
  }
  .pb-right .top {
    width: calc(100% - 50px);
    padding: 25px 25px 30px 25px;
  }
  .pb-right .top h3 {
    font-size: 18px;
  }
  .pb-right .ad-swiper img {
    height: 160px;
  }
  /*.a1ct{*/
  /*  align-items: flex-end;*/
  /*}*/
  .a1ct .left .pb-title p {
    font-size: 16px;
    line-height: 30px;
  }
  .a1ct .left {
    width: 500px;
  }
  .a1ct .left .pb-title p {
    margin: 35px 0 0 0;
  }
  .a1ct .right {
    width: calc(100% - 500px - 50px);
    height: 400px;
    margin-top: 130px;
  }
  .a2ct .a2-swiper a p {
    font-size: 16px;
  }
  .news-list li a {
    height: 205px;
  }
  .news-list li a img {
    width: 350px;
  }
  .news-list li a .txt {
    width: calc(100% - 350px - 50px - 30px);
    padding: 25px 30px 0 50px;
    height: calc(100% - 25px);
  }
  .news-list li a .txt p {
    margin: 13px 0 35px 0;
    width: calc(100% - 100px);
  }
  .news-list li a .txt h3 {
    width: calc(100% - 100px);
  }
  .ndct .tm h3 {
    font-size: 26px;
  }
  .ndct .content p,
  .ndct .content span {
    font-size: 16px;
  }
  .ndct .left {
    width: calc(100% - 300px - 70px);
  }
  .p1ct .left {
    margin-left: -30px;
    width: 500px;
  }
  .p1ct .right {
    width: calc(100% - 280px - 80px - 275px);
  }
  .p2ct {
    padding: 80px 0 100px 0;
  }
  .p2ct .p2-swiper a {
    height: 290px;
  }
  .p2ct .p2-swiper a .right {
    width: calc(50% - 30px - 60px);
    padding: 0 60px 0 30px;
  }
  .p2ct .p2-swiper a .right h3 {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
  .p2ct .p2-swiper a .right h6 {
    margin: 15px 0 40px 0;
    font-size: 16px;
    line-height: 24px;
    height: 96px;
  }
  .se1ct .box .item {
    width: calc((100% - 60px) / 3 - 50px);
    height: calc(470px - 35px);
    margin-right: 30px;
    padding: 35px 25px 0 25px;
  }
  .se1ct .box .item h3 {
    margin: 29px 0 24px 0;
    font-size: 24px;
  }
  .se1ct .box .item img {
    height: 60px;
  }
  .se1ct .box .item p {
    font-size: 16px;
  }
  .se2ct .box .item {
    height: 420px;
  }
  .se2ct .box .item .right h3 {
    font-size: 24px;
  }
  .se2ct .box .item .right {
    width: calc(50% - 52px - 32px);
    padding: 0 32px 0 52px;
  }
  .se2ct .box .item .right .txt {
    margin-top: 10px;
  }
  .x-center {
    width: 800px;
  }
  .banner {
    height: 300px;
  }
  .banner .ct h6 {
    font-size: 16px;
  }
  .banner .mnav span,
  .banner .mnav a {
    font-size: 14px;
  }
  .c2ct form .tm p,
  .c2ct form button {
    font-size: 16px;
  }
  .fct .right .item:not(:first-of-type) {
    margin-left: 50px;
  }
  .fct .left {
    width: 400px;
  }
  .fct .left p {
    font-size: 16px;
  }
  .fct .right .item .pt p {
    font-size: 16px;
  }
  .fct .right .item .txt a {
    font-size: 16px;
  }
  .fct .right .item h3 {
    font-size: 18px;
  }
  .se2ct .box .item .right .txt .row p {
    font-size: 16px;
    line-height: 30px;
  }
  .fct .right .item:last-of-type {
    max-width: 340px;
  }
  .fct .line {
    height: 240px;
  }
  .yj-box .yjct a {
    font-size: 16px;
  }
  .tips {
    right: 17px;
  }
}
