@charset "utf-8";
* {
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "HarmonyOS_Sans_Bold";
  src: url(../ttf/harmonyos_sans_bold.ttf);
}

@font-face {
  font-family: "HarmonyOS_Sans_Light";
  src: url(../ttf/harmonyos_sans_light.ttf);
}

@font-face {
  font-family: "HarmonyOS_Sans_Medium";
  src: url(../ttf/harmonyos_sans_medium.ttf);
}

@font-face {
  font-family: "HarmonyOS_Sans_Regular";
  src: url(../ttf/harmonyos_sans_regular.ttf);
}

@font-face {
  font-family: "Oswald";
  src: url(../ttf/oswald-regular.ttf);
}

.overscroll::-webkit-scrollbar,
.selects::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.overscroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #264f8c;
}

.overscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f2f2f2;
}

.noScrollBar::-webkit-scrollbar,
.selects::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.clearfix {
  zoom: 0;
}

.relative {
  position: relative;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

a, a:link, a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #0c51a0;
}

ul, li, ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  outline: none;
  border: none;
}

.nobg {
  background: none !important;
}

.dis_mb {
  display: none;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f36 {
  font-size: 36px;
}

.f40 {
  font-size: 40px;
}

.f42 {
  font-size: 42px;
}

.f52 {
  font-size: 52px;
}

.f56 {
  font-size: 56px;
}

.f60 {
  font-size: 60px;
}

.w1440 {
  width: 1520px;
  max-width: 100%;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.dis_1440 {
  display: none;
}

.dis_more:hover {
  color: #fff;
  text-decoration: underline;
}

.indexpro .tab a,
.copy a:hover {
  color: #fff
}

@media (max-width: 1440px) {
  .dis_1440 {
    display: block;
  }

  .w1440 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (max-width: 768px) {
  .dis_pc {
    display: none;
  }

  .dis_mb {
    display: block;
  }
}

.lucidity_pgToolbar {
  text-align: center;
  border: none !important;
}

.lucidity_pgPanel {
  float: none !important;
  margin: 0 auto;
}

.lucidity_pgPanel > tbody > tr > td:nth-child(10),
.lucidity_pgPanel > tbody > tr > td:nth-child(7) {
  display: none
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "HarmonyOS_Sans_Regular";
  background: #fff;
  color: #333;
  line-height: 1.875;
}

.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.icon-wx {
  background-image: url(../png/icon-wx.png);
}

.icon-wb {
  background-image: url(../png/icon-wb.png);
}

.icon-search {
  background-image: url(../png/icon-search.png);
}

.icon-search2 {
  background-image: url(../png/icon-search2.png);
}

.icon-lang {
  background-image: url(../png/icon-lang.png);
}

.icon-menu {
  background-image: url(../png/icon-menu.png);
}

.icon-qq {
  background-image: url(../png/icon-qq.png);
}

.indexheader {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}

.indexheader .in {
  padding: 0 35px;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  flex-wrap: nowrap;
}

.logo {
  align-items: center;
}

.syr .logo .vlogo {
  margin-left: 35px;
}

.sota1 + .sota2 {
  display: none
}

.logo .vlogo {
  display: none
}

.syr .logo .vlogo {
  display: block;
}

.logo .x2 {
  display: none;
}

.tools {
  align-items: center;
  flex-wrap: nowrap;
}

.in > .tools {
  display: none;
}

.syr .in > .tools {
  display: flex;
}

.tools .i {
  position: relative;
  margin-left: 35px;
}

.tools .i .icon {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.tools .i .idrop {
  position: absolute;
  min-width: 60px;
  text-align: center;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%);
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  top: 100%;
}

.tools .i .idrop a {
  display: block;
  font-size: 14px;
  line-height: 2;
  padding: 0 10px;
}

.tools .i:hover .idrop {
  max-height: 100px;
  padding: 10px 0;
}

.searchbox {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  max-width: 0;
  overflow: hidden;
  transition: .3s;
}

.searchbox .box {
  width: 600px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}

.searchbox input {
  width: 100%;
  display: block;
  height: 30px;
  padding: 0 10px;
  outline: none;
  border: none;
  background: #fff;
}

.searchbox span {
  position: absolute;
  right: 5px;
  width: 50px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.searchbox.on {
  max-width: 600px;
}

.openmenu {
  position: relative;
  padding-left: 35px;
  min-height: 30px;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
}

.openmenu .lmenu {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-top: 1px;
  z-index: 5;
}

.openmenu .lmenu:before,
.openmenu .lmenu:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.openmenu .lmenu:before {
  top: -9px;
}

.openmenu .lmenu:after {
  top: 9px;
}

.openmenu .icon-menu {
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  top: 0;
  z-index: 10;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.openmenu.on .lmenu {
  display: none;
}

.openmenu.on .icon-menu {
  display: block;
}

.dropmenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 50;
  display: none;
}

.inner {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.dropmenu .inner {
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: space-between;
  position: relative;
}

.dropmenu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 31.25%;
  background: #f7f6f6;
  z-index: -1;
}

.dropmenu .menu {
  flex: 0 0 auto;
  width: 28%;
}

.menu dl dt {
  margin-bottom: 25px;
  padding-right: 70px;
}

.menu dl dt a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  color: #333;
  line-height: 1;
}

.menu .sub {
  position: absolute;
  left: 31.25%;
  top: 0;
  padding-left: 70px;
  visibility: hidden;
}

.menu .sub .subt {
  font-size: 18px;
  color: #333;
}

.menu .sub li {
  position: relative;
  left: 50px;
  opacity: 0;
  transition: 0s;
}

.menu .sub li a {
  display: block;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 16px;
  background: url(../png/icon-rig3.png) no-repeat left center;
}

.menu .sub li a:hover {
  background-image: url(../png/icon-rig2.png);
}

.group {
  flex: 0 0 auto;
  width: 25%;
  font-size: 16px;
}

.group .li {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9ea;
}

.group .li .lt {
  padding-right: 20px;
  cursor: pointer;
  background: url(../png/icon-li.png) no-repeat right center;
}

.group .li .ls {
  padding-top: 10px;
  font-size: 0;
  display: none;
}

.group .li .ls a {
  display: inline-block;
  min-width: 50%;
  font-size: 16px;
  padding-right: 10px;
  vertical-align: middle;
}

.group .li2 {
  padding: 20px 0;
}

.group .li2 .code {
  margin-top: 20px;
  max-width: 110px;
}

.group .lit {
  border-bottom: 1px solid #0c51a0;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  color: #0c51a0;
}

.menu dl.cur dt a {
  border-color: #0c51a0;
  color: #0c51a0;
  background: url(../png/icon-rig2.png) no-repeat right center;
}

.menu dl.cur .sub {
  visibility: visible;
}

.menu dl.cur .sub li:nth-child(2) {
  transition-delay: .1s;
}

.menu dl.cur .sub li:nth-child(3) {
  transition-delay: .2s;
}

.menu dl.cur .sub li:nth-child(4) {
  transition-delay: .3s;
}

.menu dl.cur .sub li:nth-child(5) {
  transition-delay: .4s;
}

.menu dl.cur .sub li:nth-child(6) {
  transition-delay: .5s;
}

.menu dl.cur .sub li:nth-child(7) {
  transition-delay: .6s;
}

.menu dl.cur .sub li:nth-child(8) {
  transition-delay: .7s;
}

.menu dl.cur .sub li:nth-child(9) {
  transition-delay: .8s;
}

.menu dl.cur .sub li {
  opacity: 1;
  left: 0;
  transition: .6s;
}

.lucidity-ui-paging-container li {
  padding: 0 10px !important;
}

.lucidity-ui-paging-container li.focus,
.lucidity-ui-paging-container li.ui-pager:hover,
a.lucidity_pgNext:hover, a.lucidity_pgLast:hover, a.lucidity_pgPrev:hover, a.lucidity_pgFirst:hover {
  background-color: #00478a !important
}

a.lucidity_pgNextDisabled, a.lucidity_pgNextDisabled:hover, a.lucidity_pgLastDisabled, a.lucidity_pgLastDisabled:hover,
a.lucidity_pgFirstDisabled, a.lucidity_pgFirstDisabled:hover, a.lucidity_pgPrevDisabled, a.lucidity_pgPrevDisabled:hover {
  background: none !important
}

.he0 {
  height: 0;
  overflow: hidden
}

.group .li.on .lt {
  color: #0c51a0;
  background-image: url(../png/icon-li2.png);
}

.banner img {
  display: block;
  width: 100%;
}

.banner {
  position: relative;
}

.bannernew {
  height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bannernew .swiper-container {
  width: 100%;
  height: 100%;
}

.bannernew .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.bannernew .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.bannernew .swiperCtr .btn.prev,
.bannernew .swiperCtr .btn.next {
  display: none
}

.swiperCtr .btn {
  position: absolute;
  padding: 25px;
  background-color: rgba(78, 78, 78, 0);
  cursor: pointer;
  z-index: 20;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  transition: .3s;
  background-position: center;
  background-repeat: no-repeat;
}

.swiperCtr .btn.prev {
  left: 8%;
  background-image: url(../png/icon-lef.png);
}

.swiperCtr .btn.next {
  right: 8%;
  background-image: url(../png/icon-rig.png);
}

.swiperCtr .btn:hover {
  background-color: rgba(78, 78, 78, 0.3);
}

.indexnews {
  padding: 8% 0 5%;
  background: #f5f8fd;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.indexnews .box {
  align-items: stretch;
  justify-content: space-between;
}

.nslider {
  flex: 0 0 auto;
  width: 49%;
}

.nslider .swiper-container,
.nslider .swiper-wrapper {
  height: 100%;
}

.nslider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nslider .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding: 30px 110px 30px 30px;
}

.swiperDot span {
  opacity: 1;
  border: 1px solid #fff;
  background: none;
  margin: 0 10px !important;
}

.swiperDot span.swiper-pagination-bullet-active {
  background: #fff;
}

.nslider .swiperDot {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: auto;
  left: auto;
}

.indexnews .ntop {
  flex: 0 0 auto;
  width: 23%;
  background: #fff;
}

.indexnews .ntop img {
  display: block;
  width: 100%;
}

.indexnews .ntop .txt {
  padding: 35px 35px 30px;
}

.indexnews .ntop .tit {
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  margin-bottom: 20px;
}

.indexnews .ntop .p {
  line-height: 1.75;
  max-height: 3.5em;
  overflow: hidden;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.indexnews .ntop .bot {
  color: #999;
}

.indexnews .ntop .bot span {
  padding: 0 1em;
}

.indexnews .nlist {
  flex: 0 0 auto;
  width: 23%;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}

.nlist .items {
  flex: 1 1 auto;
  padding: 30px 35px 0;
  width: 100%;
}

.nlist .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.nlist .item:last-child {
  margin-bottom: 0;
  border: none;
}

.nlist .item .it {
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  margin-bottom: 10px;
}

.nlist .item .bot {
  color: #999;
}

.nlist .item .bot span {
  padding: 0 1em;
}

.nlist .more {
  background: #ebf2f9;
  padding: 30px 35px;
  color: #00478a;
  position: relative;
}

.nlist .more a {
  display: block;
}

.nlist .more:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
  padding: 10px;
  background: url(../png/icon-rig2.png) no-repeat center;
}

.indexabout {
  padding: 8% 0 5%;
  background: url(../jpg/index2bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

.indexabout .boxt {
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-bottom: 17%;
  align-items: flex-start;
}

.indexabout .boxt .txt {
  width: 515px;
  max-width: 37%;
}

.indexabout .boxt .txt .title {
  text-align: left;
}

.indexabout .boxt .tit2 {
  margin-bottom: 20px;
}

.indexabout .map {
  flex: 0 0 auto;
  width: 63%;
  position: relative;
  left: 6%;
}

.indexabout .map img {
  display: block;
  width: 100%;
}

.indexabout .map .line1 {
  position: absolute;
  right: 19%;
  top: 0;
  width: 0;
  z-index: 10;
  height: 77.4%;
  overflow: hidden;
  transition: 2s; /* animation:l1 ease-in-out 2s infinite;*/
}

.indexabout .map .line2 {
  width: 10.6%;
  right: 13.4%;
  position: absolute;
  z-index: 10;
  top: 40%;
  height: 0;
  overflow: hidden;
  transition: 2s; /* animation:l2 ease-in-out 2s infinite;*/
}

.indexabout .map .line1 img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.indexabout .map .line2 img {
  height: auto;
  max-height: none;
}

.indexabout .map .i {
  position: absolute;
}

.indexabout .map .ico {
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 50%;
  animation: l3 ease-in-out 2s infinite;
}

.indexabout .map .i1 {
  right: 18.6%;
  top: 39%;
}

.indexabout .map .i2 {
  right: 87%;
  top: 21%;
}

.indexabout .map .i3 {
  right: 84%;
  top: 35%;
}

.indexabout .map .i4 {
  right: 47.2%;
  top: 32%;
}

.indexabout .map .i5 {
  right: 44.5%;
  top: 33.5%;
}

.indexabout .map .i6 {
  right: 44%;
  top: 35.5%;
}

.indexabout .map .i7 {
  right: 45%;
  top: 37.5%;
}

.indexabout .map .i8 {
  top: 76%;
  right: 73%;
}

.indexabout .map .i9 {
  right: 23.5%;
  top: 54%;
}

.indexabout .map .i10 {
  right: 22.5%;
  top: 61%;
}

.indexabout .map .i11 {
  right: 17.5%;
  top: 64%;
}

.indexabout .map .i12 {
  right: 13.5%;
  top: 79%;
}

.indexabout .map.animated .line1 {
  width: 68.4%;
}

.indexabout .map.animated .line2 {
  height: 40%;
}

@keyframes l1 {
  0% {
    width: 0;
  }
  100% {
    width: 68.4%;
  }
}

@keyframes l2 {
  0% {
    height: 0;
  }
  100% {
    height: 40%;
  }
}

@keyframes l3 {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.data {
  justify-content: space-between;
}

.data .i {
  padding-right: 20px;
}

.data .i .ic {
  line-height: 1;
  padding: 20px 0;
  font-family: "Oswald";
}

.data .i .ic sup {
  padding-left: 10px;
  font-size: 0.8em;
  line-height: 0;
}

.indexsolution {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}

.indexsolution .items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: stretch;
  color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  counter-reset: index;
}

.indexsolution .item {
  flex: 0 0 auto;
  align-items: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: .3s;
  background: transparent;
  width: 14.4%;
  justify-content: center;
  counter-increment: index;
}

.indexsolution .item.on {
  width: 28%;
  background: rgba(20, 57, 93, 0.8);
}

.indexsolution .item .img {
  display: none;
}

.indexsolution .item .box {
  transition: .3s;
  padding: 90px 30px 0;
  text-align: center;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.indexsolution .item.on .box {
  min-height: 100%;
}

.indexsolution .item .tit {
  padding-top: 56px;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}

.indexsolution .item .tit:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "0" counter(index);
  line-height: 20px;
  font-size: 18px;
}

.indexsolution .item .tit:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  opacity: 0.2;
  top: 35px;
  left: 50%;
  margin-left: -5px;
}

.indexsolution .item .p {
  opacity: 0.6;
  max-width: 19em;
  margin: 0 auto 30px;
  line-height: 1.75;
  overflow: hidden;
  max-height: 0;
  transition: .3s;
}

.indexsolution .item.on .p {
  max-height: 7em;
  transition-delay: .3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexsolution .item .morebtn {
  transform: translate(0, 50px);
  opacity: 0;
}

.indexsolution .item.on .morebtn {
  transform: translate(0, 0);
  opacity: 1;
  transition: .3s;
  transition-delay: .6s;
}

.morebtn .btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 48px;
  color: #fff;
  position: relative;
  padding: 0 50px 0 20px;
  transition: .3s;
}

.morebtn .btn:after {
  content: "";
  position: absolute;
  padding: 10px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  background: url(../png/icon-rig.png) no-repeat center;
}

.morebtn .btn:hover {
  background: #fff;
  color: #0c51a0;
}

.morebtn .btn:hover:after {
  background-image: url(../png/icon-rig2.png);
}

.morebtn.on .btn {
  background: #00478a;
  border-color: #00478a;
  color: #fff;
}

.morebtn.on .btn:after {
  background-image: url(../png/icon-rig.png);
}

.morebtn2 .btn {
  color: #0c51a0;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  position: relative;
  padding: 0 50px 0 0;
  transition: .3s;
}

.morebtn2 .btn:after {
  content: "";
  position: absolute;
  padding: 10px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  background: url(../png/icon-rig2.png) no-repeat center;
}

.morebtn2 .btn:hover {
  padding-right: 60px;
}

.morebtn.s3 .btn {
  color: #0c51a0;
  border-color: #0c51a0;
}

.morebtn.s3 .btn:after {
  background-image: url(../png/icon-rig2.png);
}

.morebtn.s3 .btn:hover {
  background: #0c51a0;
  color: #fff;
}

.morebtn.s3 .btn:hover:after {
  background-image: url(../png/icon-rig.png);
}

.indexsolution .title {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 13%;
  width: 100%;
  color: #fff;
}

.indexpro {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}

.indexpro .itop {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  top: 10%;
  color: #fff;
}

.indexpro .itop .title {
  margin-bottom: 0;
}

.indexpro .itop .inner {
  justify-content: space-between;
  align-items: center;
}

.tab span {
  margin-right: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding: 5px 0;
}

.tab span.cur {
  border-color: #fff;
}

.tab {
  align-items: center;
}

.indexpro .imgs img {
  width: 100%;
}

.indexpro .bot {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.pslider {
  width: 75%;
  position: relative;
  z-index: 10;
  padding: 70px 80px;
  color: #fff;
  text-align: center;
}

.pslider:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300%;
  height: 100%;
  background: #11447b;
  opacity: 0.95;
  z-index: -1;
}

.pslider .tit {
  margin-bottom: 20px;
  position: relative;
  left: 100px;
  opacity: 0;
  transition: .3s;
  transition-delay: .1s;
}

.pslider .p {
  line-height: 1.75;
  max-width: 37em;
  margin: 0 auto 50px;
  position: relative;
  left: 100px;
  opacity: 0;
  transition: .3s;
  transition-delay: .4s;
}

.pslider .morebtn {
  position: relative;
  left: 100px;
  opacity: 0;
  transition: .3s;
  transition-delay: .7s;
}

.swiperCtr2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.swiperCtr2 .btn {
  transition: .3s;
  margin: 20px 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.swiperCtr2 .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.swiperCtr2 .btn.prev {
  background-image: url(../png/icon-top.png);
}

.swiperCtr2 .btn.next {
  background-image: url(../png/icon-down.png);
}

.pslider .swiperDot {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translate(0, -50%);
}

.pslider .swiperDot span {
  display: block;
  margin: 18px 0 !important;
  opacity: 0.3;
}

.pslider .swiperDot span.swiper-pagination-bullet-active {
  opacity: 1;
}

.pslider .swiper-slide-active .tit,
.pslider .swiper-slide-active .p,
.pslider .swiper-slide-active .morebtn {
  left: 0;
  opacity: 1;
}

.responsibility {
  position: relative;
  padding: 7% 0;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}

.responsibility .bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.responsibility .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.responsibility .tb {
  margin-bottom: 70px;
  line-height: 1;
}

.responsibility .tb span {
  margin-right: 1em;
  cursor: pointer;
  color: #999;
}

.responsibility .tb span.on {
  color: #000;
}

.txtboxs {
  align-items: stretch;
  margin-bottom: 60px;
}

.responsibility .text {
  max-width: 50%;
}

.txtboxs .i {
  flex: 0 0 auto;
  width: 240px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 20px;
  backdrop-filter: blur(20px);
  margin-bottom: 10px;
}

.txtboxs .i .ip {
  font-size: 14px;
  font-family: "HarmonyOS_Sans_Light";
  line-height: 1.7;
  margin-top: 20px;
}

.responsibility .text .tit2 {
  margin-bottom: 45px;
  line-height: 1.3;
  color: #000;
}

.fullslider {
  width: 130%;
  position: relative;
}

.fullslider .box {
  margin-left: 80px;
  position: relative;
  z-index: 5;
}

.fullslider .swiper-slide-active .box {
  margin-left: 0;
  color: #fff;
}

.fullslider .box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.fullslider .box .txt {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  max-height: 100%;
  padding: 30px 0 30px 60px;
}

.fullslider .box:after {
  background: url(../png/linear2.png) no-repeat right center;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
}

.fullslider .box .txt .p {
  margin: 20px 0;
  max-width: 24em;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fullslider .swiper-slide-active .box img {
  height: 500px;
  transition: .3s;
}

.fullslider .swiper-slide {
  height: 500px;
}

.fullslider .swiper-slide-active .box:after {
  background-image: url(../png/linear1.png);
}

.fullslider .box .morebtn .btn {
  color: #0c51a0;
  border-color: #0c51a0;
}

.fullslider .box .morebtn .btn:after {
  background-image: url(../png/icon-rig2.png);
}

.fullslider .swiper-slide-active .box .morebtn .btn {
  color: #fff;
  border-color: #fff;
}

.fullslider .swiper-slide-active .box .morebtn .btn:after {
  background-image: url(../png/icon-rig.png);
}

.fullslider .box .morebtn .btn:hover {
  color: #fff;
  border-color: #0c51a0;
  background: #0c51a0;
}

.fullslider .box .morebtn .btn:hover:after {
  background-image: url(../png/icon-rig.png);
}

.fullslider .swiperCtr {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  padding-left: 80px;
}

.fullslider .swiperCtr .btn {
  position: static;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cfddeb;
  margin-right: 20px;
}

.fullslider .swiperCtr .btn:hover {
  background-color: #3a5b8a;
  border-color: #3a5b8a;
}

.fullslider .swiperCtr .btn.prev {
  background-image: url(../png/icon-lef2.png);
}

.fullslider .swiperCtr .btn.prev:hover {
  background-image: url(../png/icon-lef.png);
}

.fullslider .swiperCtr .btn.next {
  background-image: url(../png/icon-rig2.png);
}

.fullslider .swiperCtr .btn.next:hover {
  background-image: url(../png/icon-rig.png);
}

.footer {
  padding: 50px 0;
  background: #00478a;
  color: #4d7fad;
  font-family: "HarmonyOS_Sans_Light";
}

.ftop {
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #4d7fad;
  margin-bottom: 30px;
}

.shares .i {
  display: none;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.shares .i:first-child {
  display: inline-block;
}

.shares .i .ico {
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a5a96;
  border-radius: 50%;
  transition: .3s;
}

.shares .i:hover .ico {
  background-color: #00305e;
}

.shares .i .ipop {
  position: absolute;
  left: 50%;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  width: 110px;
  margin-left: -55px;
  bottom: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 6px;
  display: none;
  z-index: 20;
}

.shares .i .ipop img {
  display: block;
  width: 100%;
}

.shares .i .ipop:before {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}

.shares .i:hover .ipop {
  display: block;
}

.footer .vlogo {
  line-height: 1.4;
}

.footer .vlogo .en {
  font-family: "Oswald";
}

.footer .vlogo .cn span {
  color: #fff;
}

.fbot {
  justify-content: space-between;
  align-items: center;
}

.flnks a {
  padding: 0 10px;
  color: #4d7fad;
}

.flnks a:first-child {
  padding-left: 0;
}

.flnks a:hover {
  color: #fff;
}

.sidemenu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 999;
}

.sidemenu .sideBar {
  height: 100%;
  width: 20px;
}

.sidemenu .sideIn {
  position: absolute;
  right: -160px;
  top: 0;
  width: 150px;
  height: 100%;
  align-items: center;
  background: rgba(0, 54, 105, 0.6);
  transition: .3s;
  padding: 20px;
  color: #fff;
}

.sidemenu:hover .sideIn {
  right: 0;
}

.sidemenu:hover + .sidetxt {
  display: none
}

.sidemenu .sideIn a {
  display: block;
  line-height: 60px;
  color: #fff;
}

.sidetxt {
  width: 50px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  mix-blend-mode: difference;
}

.hovimg {
  overflow: hidden;
}

.hovimg img {
  transition: linear .8s;
}

.hovimg:hover img {
  transform: scale(1.01);
}

.wow {
  animation-duration: 1.2s !important;
}

.nav {
  align-items: center;
  flex: 1 1 auto;
  justify-content: space-between;
}

.headr {
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  padding-left: 10%;
  padding-right: 5%;
}

.syr .headr {
  display: none
}

.nav li a {
  color: #fff;
  padding: 0 10px;
}

.pbanner {
  position: relative;
}

.pbanner img {
  display: block;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.bantxt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
  line-height: 1.4;
  align-items: center;
}

.bread {
  border-bottom: 1px solid #e6e6e6;
  line-height: 70px;
}

.bread .flex {
  align-items: center;
  justify-content: space-between;
}

.local {
  color: #999;
  padding-left: 14px;
  position: relative;
}

.local:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #00478a;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.local a {
  padding: 0 8px;
}

.local span {
  padding: 0 8px;
  color: #000;
}

.hylist .item {
  padding: 5% 0;
}

.hylist .item .w1440 {
  align-items: center;
  flex-wrap: nowrap;
}

.hylist .item:nth-child(2n) {
  background: #f9fafa;
}

.hylist .item:nth-child(2n) .w1440 {
  flex-direction: row-reverse;
}

.hylist .item .img {
  flex: 0 0 auto;
  width: 45.8%;
  overflow: hidden;
}

.hylist .item .img img {
  display: block;
  width: 100%;
  transition: .8s;
}

.hylist .item:hover .img img {
  transform: scale(1.05);
}

.hylist .item .itxt {
  padding-left: 8%;
  flex: 1 1 auto;
  overflow: hidden;
  text-align: justify;
}

.hylist .item .icon {
  margin-bottom: 25px;
}

.hylist .item .p {
  padding: 35px 0 70px;
  line-height: 1.75;
  color: #777;
}

.hylist .item:nth-child(2n) .itxt {
  padding-left: 0;
  padding-right: 8%;
}

.info1 .img {
  width: 45.625%;
  float: right;
}

.info1 .txt {
  width: 50%;
  float: left;
  padding: 3% 0;
}

.hyinfo .info1 .txt {
  margin-right: 5%;
  padding: 0;
}

.info1 .img img {
  display: block;
  width: 100%;
}

.info1 {
  padding: 5% 0;
}

.info1 .txt .tit {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
  line-height: 1.2;
}

.info1 .txt .tit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 1em;
  background: #00478a;
}

.info1 .txt .p {
  color: #777;
}

.info2 {
  padding-bottom: 5%;
  width: 100%;
  overflow: hidden;
}

.info2 .slider1 .box {
  flex-wrap: nowrap;
  align-items: center;
}

.info2 .slider1 .box .img {
  flex: 0 0 auto;
  width: 50%;
}

.info2 .slider1 .box .txt {
  flex: 1 1 auto;
  overflow: hidden;
  padding-left: 5%;
  padding-bottom: 60px;
}

.info2 .slider1 .swiper-slide {
  z-index: 1;
  background: #fff;
}

.info2 .slider1 .swiper-slide-active {
  z-index: 10;
}

.info2 .slider1 .box .txt .tit {
  color: #00478a;
  margin-bottom: 20px;
  position: relative;
  top: 50px;
  opacity: 0;
}

.info2 .slider1 .box .txt .p {
  position: relative;
  top: 50px;
  opacity: 0;
  color: #777;
}

.info2 .slider1 .swiper-slide-active .txt .tit,
.info2 .slider1 .swiper-slide-active .txt .p {
  top: 0;
  opacity: 1;
  transition: .3s;
}

.info2 .slider1 .swiper-slide-active .txt .tit {
  transition-delay: .1s;
}

.info2 .slider1 .swiper-slide-active .txt .p {
  transition-delay: .2s;
}

.swiperCtr.blue .btn {
  border: 1px solid #00478a;
}

.swiperCtr.blue .btn:hover {
  background-color: #00478a;
}

.swiperCtr.blue .btn.prev {
  background-image: url(../png/icon-lef2.png);
}

.swiperCtr.blue .btn.prev:hover {
  background-image: url(../png/icon-lef.png);
}

.swiperCtr.blue .btn.next {
  background-image: url(../png/icon-rig2.png);
}

.swiperCtr.blue .btn.next:hover {
  background-image: url(../png/icon-rig.png);
}

.swiperCtr.blue .btn.prev.swiper-button-disabled,
.swiperCtr.blue .btn.prev.swiper-button-disabled:hover {
  background-image: url(../png/icon-lef.png) !important;
  cursor: default;
  background-color: #999;
  border: 1px solid #999;
}

.swiperCtr.blue .btn.next.swiper-button-disabled,
.swiperCtr.blue .btn.next.swiper-button-disabled:hover {
  background-image: url(../png/icon-rig.png) !important;
  cursor: default;
  background-color: #999;
  border: 1px solid #999;
}

.info2 .swiperCtr {
  position: absolute;
  left: 55%;
  bottom: 10%;
  z-index: 10;
}

.info2 .swiperCtr .btn {
  position: static;
  display: inline-block;
  margin-right: 20px;
}

.process {
  margin-top: 60px;
  height: 50px;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}

.process:after {
  content: "";
  position: absolute;
  left: -150%;
  width: 300%;
  height: 25px;
  z-index: -1;
  background: url(../png/road.png) repeat-x center;
  bottom: 0;
}

.process .bar {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 180px;
  height: 80px;
  background: url(../png/car2.png) no-repeat center;
  transition: .3s linear;
  background-size: contain;
}

.process .bar:after {
  content: "";
  position: absolute;
  width: 4000px;
  right: 17px;
  height: 25px;
  background: linear-gradient(89deg, transparent, rgba(0, 71, 138, 0.3));
  bottom: -5px;
  z-index: -1;
}

.info2 .ticon {
  text-align: center;
  padding-top: 26px;
  position: relative;
  cursor: pointer;
}

.info2 .ticon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px dashed transparent;
  border-radius: 50%;
  margin-left: -8px;
}

.info2 .ticon:after {
  content: "";
  width: 6px;
  height: 6px;
  left: 50%;
  margin-left: -4px;
  border: 2px solid #00478a;
  position: absolute;
  border-radius: 50%;
  top: 4px;
}

.info2 .swiper-slide-thumb-active .ticon:before {
  border-color: #00478a;
}

.info2 .swiper-slide-thumb-active .ticon:after {
  background: #00478a;
}

.pnavs a {
  border-bottom: 2px solid transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  margin-bottom: -1px;
}

.pnavs a.cur {
  color: #00478a;
  border-color: #00478a;
}

.about {
  padding: 1% 0 4%;
  background: url(../png/aboutbg.png) no-repeat center;
  background-size: cover;
  margin-top: 3%;
}

.about .txt {
  flex-wrap: nowrap;
}

.about .txt .tl {
  flex: 0 0 auto;
  width: 35.7%;
  padding-right: 30px;
}

.ntitle {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 25px;
  line-height: 1.3;
}

.ntitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1em;
  height: 6px;
  background: #00478a;
}

.about .img {
  display: inline-block;
  position: relative;
  padding-bottom: 60px;
  padding-left: 60px;
  z-index: 5;
}

.about .img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 40%;
  top: 60px;
  background: #00478a;
  z-index: -1;
}

.about .img img {
  display: block;
  border: 15px solid #fff;
}

.about .p {
  line-height: 1.75;
  color: #777;
  font-family: "HarmonyOS_Sans_Light";
}

.history {
  padding: 4% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.history .tit {
  text-align: center;
  margin-bottom: 5%;
}

.hislider .box {
  padding: 40px;
}

.hislider {
  position: relative;
  padding: 0 50px;
}

.hislider .box .year {
  border-left: 1px dashed #fec73e;
  padding-left: 20px;
  height: 110px;
  margin-left: 50px;
  position: relative;
  line-height: 1;
  color: #fec73e;
}

.hislider .box .year .icon {
  width: 26px;
  height: 54px;
  background: url(../png/icon-man.png) no-repeat center;
  position: absolute;
  left: -44px;
  bottom: 10px;
}

.hislider .box .year .dot {
  width: 11px;
  height: 11px;
  position: absolute;
  background: #0071dc;
  border-radius: 50%;
  left: -6px;
  bottom: -6px;
}

.hislider .box .year:before {
  width: 7px;
  height: 7px;
  background: #0071dc;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: -3px;
  left: -4px;
}

.hislider .box .txt {
  margin-left: 50px;
  padding-left: 20px;
  padding-top: 50px;
  font-family: "HarmonyOS_Sans_Light";
}

.hislider .box .txt li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 1em;
  max-width: 14em;
  line-height: 1.5;
}

.hislider .box .txt li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  background: #fff;
  margin-top: -2px;
}

.hislider .ctrs {
  position: absolute;
  left: 0;
  width: 100%;
  top: 150px;
  border-bottom: 1px dashed #fec73e;
}

.ctrs .btn {
  padding: 25px;
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  margin-top: -25px;
  z-index: 8;
  cursor: pointer;
  transition: .3s;
}

.ctrs .btn:hover {
  background: #0071dc;
}

.ctrs .btn.prev {
  left: 0;
}

.ctrs .btn.next {
  right: 0;
}

.ctrs .btn:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 1px solid #0071dc;
  border-bottom: 1px solid #0071dc;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.ctrs .btn.prev:before {
  transform: rotate(45deg);
}

.ctrs .btn.next:before {
  transform: rotate(-135deg);
}

.ctrs .btn:hover:before {
  border-color: #fff;
}

.hislider .swiper-slide-active .box .year {
  font-weight: bold;
}

.hislider .swiper-slide-active .year .dot {
  background: #f6c341;
}

.hislider .swiper-slide-active .year:before {
  background: #f6c341;
}

.hislider .box .year .dot i {
  position: absolute;
  background: #0071dc;
  opacity: 0.3;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding: 15px;
  margin-left: -15px;
  margin-top: -15px;
  z-index: -1;
  animation: zoom ease-in-out 2s infinite;
}

.hislider .swiper-slide-active .box .year .dot i {
  background: #f6c341;
  padding: 25px;
  margin-left: -25px;
  margin-top: -25px;
}

.hislider .box .year .dot i.i2 {
  animation-delay: 1s;
}

@keyframes zoom {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

.Pages {
  text-align: center;
  margin-top: 50px;
}

.Pages a {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 18px;
  color: #999;
  transition: .3s;
  margin: 0 20px;
}

.Pages a.a_prev,
.Pages a.a_next {
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f9fafa;
}

.Pages a.a_prev {
  background-image: url(../png/icon-lef2.png);
}

.Pages a.a_next {
  background-image: url(../png/icon-rig2.png);
}

.Pages a.a_prev:hover,
.Pages a.a_next:hover {
  background-color: #00478a;
}

.Pages a.a_prev:hover {
  background-image: url(../png/icon-lef.png);
}

.Pages a.a_next:hover {
  background-image: url(../png/icon-rig.png);
}

.Pages a.a_cur {
  color: #fff;
  background-color: #00478a;
}

.pmain {
  padding: 4% 0;
}

.team {
  align-items: stretch;
  justify-content: flex-start;
}

.team .item {
  padding: 10px;
  width: 20%;
  flex: 0 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.team .item .img {
  display: inline-block;
  vertical-align: middle;
  padding: 18px;
  background: #f9fafa;
}

.team .item .it {
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #00478a;
  line-height: 1;
}

.bg {
  background: url(../jpg/bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.teaminfo .img {
  float: left;
  max-width: 50%;
  margin-right: 5%;
  margin-bottom: 1em;
  width: 360px;
  position: relative;
  z-index: 9;
}

.teaminfo .txt {
  margin-left: 280px;
}

.teaminfo .img img {
  display: block;
  width: 100%;
}

.teaminfo .txt .t {
  color: #00478a;
}

.teaminfo .txt .t2 {
  color: #00478a;
}

.teaminfo .txt .p {
  background: #fff url(../png/gfbg.png) no-repeat right top;
  padding: 80px 80px 90px 155px;
  background-size: 40%;
}

.teaminfo .txt .tit {
  padding-left: 155px;
  position: relative;
  margin-bottom: 40px;
}

.teaminfo .txt .tit .flex {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  display: block;
  overflow: hidden;
}

.teaminfo .txt .tit .tl {
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 30px;
  float: left
}

.teaminfo .txt .tit .tag {
  padding: 20px 1em;
  line-height: 1.3;
  color: #fff;
  background: #0a4c8f;
  text-align: center;
  flex: 0 0 auto;
  max-width: 100%;
  float: right;
}

.teaminfo .txt .back {
  margin-top: 34px;
  text-align: center;
}

.hornor {
  align-items: stretch;
  justify-content: flex-start;
}

.hornor .item {
  width: 33.33%;
  text-align: center;
  position: relative;
  padding-bottom: 84px;
  padding-left: 20px;
  padding-right: 20px;
}

.hornor .item:before {
  content: "";
  width: 50%;
  left: 0;
  bottom: 0;
  height: 84px;
  background: url(../png/img21.png) no-repeat center top;
  position: absolute;
}

.hornor .item:after {
  content: "";
  width: 50%;
  right: 0;
  bottom: 0;
  height: 84px;
  background: url(../png/img21.png) no-repeat center top;
  position: absolute;
}

.hornor .item .img {
  position: relative;
  padding-bottom: 50%;
  z-index: 5;
}

.hornor .item .img img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  max-height: 100%;
  padding: 0 5%;
  background: url(../png/ying.png) no-repeat right bottom;
  background-size: contain;
}

.ptab {
  text-align: center;
  margin-bottom: 60px;
}

.ptab a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px;
  line-height: 62px;
  min-width: 200px;
  transition: .3s;
}

.ptab a:hover,
.ptab a.on {
  background: #00478a;
  border-color: #00478a;
  color: #fff;
}

.ptab.s2 {
  text-align: left;
}

.bantxt .center {
  text-align: center;
}

.pmain.pt0 {
  padding-top: 0;
}

.newsTop {
  padding: 4% 0;
  background: #f9fafa;
}

.news_item a {
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 50px 0;
  border-bottom: 1px solid #ededed;
}

.news_item .date {
  flex: 0 0 auto;
  background: url(../png/dbg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  width: 140px;
  line-height: 1;
  padding: 27px 10px;
  color: #333;
}

.news_item .date b {
  display: block;
  margin-bottom: 10px;
  color: #00478a;
}

.news_item .img {
  flex: 0 0 auto;
  margin-left: 60px;
  width: 38.9%;
  overflow: hidden;
}

.news_item .img img {
  transition: .8s;
  width: 100%;
}

.news_item:hover .img img {
  transform: scale(1.05);
}

.news_item .txt {
  flex: 1 1 auto;
  overflow: hidden;
  padding-left: 37px;
}

.news_item .txt .tit {
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.news_item .txt .p {
  color: #777;
  line-height: 1.75;
  max-height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsTop .news_item .txt .p {
  margin-bottom: 30px;
  max-height: 5.25em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsTop .news_item .txt {
  padding-top: 30px;
  padding-left: 56px;
}

.newsTop .news_item a {
  padding: 0;
  border: none;
}

.newsTop .news_item .tit {
  white-space: normal;
  line-height: 1.6;
}

.swiper-container-fade .swiper-slide {
  z-index: 0 !important;
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
  z-index: 5 !important;
  opacity: 1 !important;
}

.swiperDot3 {
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}

.swiperDot3 span {
  width: 10px;
  height: 10px;
  background: #b6b7b7;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 6px;
}

.swiperDot3 span.swiper-pagination-bullet-active {
  width: 30px;
  background: #0a4c8f;
}

.newsTop.s2 {
  padding: 60px 50px 60px 40px;
}

.newsTop.s2 .news_item .txt {
  padding-top: 0;
  padding-left: 30px;
}

.newsTop.s2 .news_item .tit {
  white-space: nowrap;
  margin-bottom: 15px;
}

.newsTop.s2 .news_item .img {
  width: 31.25%;
  margin-left: 30px;
}

.newsTop.s2 .news_item .p {
  margin-bottom: 10px;
}

.newsCenter {
  flex-wrap: nowrap;
}

.newsCenter .pr {
  width: 26%;
  flex: 0 0 auto;
  margin-left: 5.5%;
}

.searchBlock {
  padding: 60px 30px;
  background: url(../jpg/sbg.jpg) no-repeat bottom center;
  background-size: cover;
  margin-bottom: 20px;
}

.searchBlock .tit {
  line-height: 1;
  margin-bottom: 25px;
}

.searchBlock .in {
  position: relative;
  z-index: 5;
}

.searchBlock .in input {
  width: 100%;
  padding: 0 60px 0 20px;
  border: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  background: #fff;
  height: 60px;
}

.searchBlock .in span {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: url(../png/icon-search3.png) no-repeat center;
}

.searchBlock .tit .en {
  padding-left: 5px;
  text-transform: uppercase;
  color: #777;
}

.relaimg .i {
  margin-bottom: 20px;
}

.relaimg .i img {
  width: 100%;
}

.newsCenter .nl {
  flex: 1 1 auto;
  overflow: hidden;
}

.w1120 {
  max-width: 1120px;
  margin: auto;
}

.article {
  padding: 6% 30px 4%;
  background: #f9fafa;
}

.arhead {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
}

.arhead h3 {
  color: #00478a;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.arhead p span {
  color: #777;
  padding: 0 25px;
}

.arcon {
  color: #333;
  font-family: "HarmonyOS_Sans_Light";
  padding-bottom: 60px;
}

.arbot {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  line-height: 2;
  color: #999;
  border-top: 1px solid #dedede;
}

.arbot p {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "HarmonyOS_Sans_Light";
}

.arbot p a {
  color: #333;
}

.arbot p a:hover {
  color: #00478a;
}

.back a {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  width: 130px;
  line-height: 46px;
  border: 2px solid #00478a;
  color: #00478a;
  border-radius: 30px;
  transition: .3s;
}

.back a:hover {
  background: #00478a;
  color: #fff;
}

.arbot .bl {
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 50px;
}

.indexheader.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.syr .indexheader.header {
  border-bottom: none
}

.cul1 {
  background: url(../jpg/cul1bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-top: 4%;
}

.cul1 .box {
  position: relative;
  z-index: 10;
}

.cul1 .ntitle {
  margin-bottom: 20px;
}

.cul1 .tit2 {
  color: #00478a;
  line-height: 1.45;
}

.cul1 .ul {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 460px;
  max-width: 70%;
  top: 50%;
  transform: translate(0, -50%);
}

.cul1 .ul .li {
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 10px;
  background: #eeefef;
  border-radius: 0 0 20px 0;
  font-family: "HarmonyOS_Sans_Light";
}

.cul1 .ul .li .it {
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 auto;
  width: 160px;
  background: #00478a;
  color: #fff;
  border-radius: 0 0 20px 0;
}

.cul1 .ul .li .ip {
  padding: 20px 30px;
  line-height: 1.75;
  color: #777;
}

.hornor .item:nth-child(3n+3):after {
  background: url(../png/img22.png) no-repeat right top;
}

.cul2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 0;
}

.cul2 .w1440 {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cul2 .cl {
  color: #fff;
  flex: 0 0 auto;
  width: 40%;
}

.cul2 .cl .ntitle:after {
  background: #fff;
}

.cul2 .ntitle {
  margin-bottom: 20px;
}

.cul2 .cl .tit2 {
  line-height: 1.5;
  margin-bottom: 24px;
}

.cul2 .p ul {
  overflow: hidden;
  font-size: 0;
}

.cul2 .p ul li {
  display: inline-block;
  padding-left: 16px;
  font-size: 16px;
  width: 50%;
  position: relative;
  margin-bottom: 10px;
}

.cul2 .p ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.cul2 .cr {
  flex: 0 0 auto;
  width: 45%;
}

.cul2 .cr .tit2 {
  color: #00478a;
  line-height: 1.5;
}

.cul2 .cr .tit3 {
  color: #00478a;
  margin-bottom: 30px;
}

.cul2 .cr .p {
  color: #777;
}

.cl3 .item {
  position: relative;
}

.cl3 .item .img {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cl3 .item:nth-child(2n) .img {
  right: 0;
  left: auto;
}

.cl3 .item .txt {
  width: 50%;
  padding: 5%;
  margin-left: 50%;
  min-height: 100vh;
  align-items: center;
}

.cl3 .item .it {
  position: relative;
  padding-bottom: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.cl3 .item .it:after {
  content: "";
  width: 1em;
  height: 6px;
  background: #00478a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cl3 .item .it2 {
  line-height: 1.45;
  background: #00478a;
  color: #fff;
  padding: 15px 30px;
  border-radius: 0 0 20px 0;
  margin-bottom: 30px;
}

.cl3 .item .ip {
  margin-bottom: 20px;
}

.cl3 .item .ip li {
  position: relative;
  padding-left: 1em;
  color: #00478a;
  margin-bottom: 5px;
}

.cl3 .item .ip li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #00478a;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.cl3 .item:nth-child(2n) .txt {
  margin-left: 0;
}

.cl3 .item .it3 {
  line-height: 1.4;
  margin-bottom: 20px;
  color: #00478a;
}

.cl3 .item .ls1 .li {
  align-items: stretch;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.cl3 .item .ls1 .li .lt {
  line-height: 1.1;
  align-items: center;
  background: #77c5e7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 16px 0;
  flex: 0 0 auto;
  overflow: hidden;
}

.cl3 .item .ls1 .li:nth-child(2) .lt {
  background: #3198d4;
}

.cl3 .item .ls1 .li:nth-child(3) .lt {
  background: #1069ab;
}

.cl3 .item .ls1 .li:nth-child(4) .lt {
  background: #0e4583;
}

.cl3 .item .ls1 .li .lp {
  flex: 1 1 auto;
  overflow: hidden;
  line-height: 1.75;
  padding-left: 20px;
  color: #777;
}

.cl3 .item .ltb .th {
  background: #50ace0;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 16px 0;
  color: #fff;
}

.cl3 .item .ltb .tr {
  align-items: stretch;
}

.cl3 .item .ltb .td {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  background: #3198d4;
  color: #fff;
  flex: 1 1 auto;
}

.cl3 .item .ltb .tr:nth-child(3) .td {
  background: #1069ab;
}

.cl3 .item .ltb .td:nth-child(2n) {
  border-radius: 0 0 16px 0;
}

.cl3 .item .inline {
  text-align: center;
}

.cl3 .item .inline .int {
  display: inline-block;
  padding: 10px 20px;
  background: #00478a;
  color: #fff;
  line-height: 1.3;
  border-radius: 0 0 16px 0;
  margin-bottom: 10px;
}

.cl3 .item .inline .inp {
  color: #00478a;
}

.cl3 .item .it4 {
  margin-bottom: 20px;
  text-align: center;
  color: #00478a;
}

.ptxt {
  margin-bottom: 40px;
  color: #777;
}

.gfblock {
  max-width: 1052px;
  margin: auto;
}

.gfblock .tit {
  text-align: center;
  margin-bottom: 40px;
}

.gfblock .items {
  justify-content: center;
  margin-bottom: 7%;
}

.gfblock .items .i {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 16px;
  margin-bottom: 40px;
}

.gfblock .items .i .it {
  color: #777;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}

.gfblock .items .i img {
  display: block;
  width: 100%;
}

.gfbg {
  background-image: url(../png/gfbg.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.video .item {
  flex: 0 0 auto;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  background: #f9fafa;
  cursor: pointer
}

.video .item:nth-child(3n) {
  margin-right: 0;
}

.video .item .img {
  position: relative;
}

.video .item .img img {
  display: block;
  width: 100%;
}

.video .item .play {
  padding: 25px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
  background: url(../png/icon-play.png) no-repeat center;
  background-size: contain;
}

.video .item .txt {
  padding: 24px 30px;
}

.video .item .it {
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.video .item .date {
  color: #999;
}

.vpop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.vpop .vbox {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.vpop .close {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 0;
  padding: 5px;
}

.vpop .close i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.vpop .close i::before,
.vpop .close i::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.vpop .close i::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.vpop video {
  width: 100%;
  max-height: 70vh;
  background: #000;
}

.vpop .vc {
  position: relative;
}

.ptab.mb30 {
  margin-bottom: 30px;
}

.psub {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

.psub a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  line-height: 60px;
  vertical-align: middle;
  padding: 0 22px;
}

.psub a.on {
  color: #00478a;
  border-color: #00478a;
}

.team2 {
  align-items: stretch;
}

.team2 .item {
  flex: 0 0 auto;
  width: 24.25%;
  padding: 60px 20px;
  margin-right: 1%;
  margin-bottom: 1%;
  background: #f9fafa;
  text-align: center;
}

.team2 .item:nth-child(4n) {
  margin-right: 0;
}

.team2 .item .img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 152px;
  max-width: 100%;
  padding-bottom: 50%;
  height: 152px;
}

.team2 .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.team2 .item .img i {
  position: absolute;
  left: -8%;
  top: -8%;
  bottom: -8%;
  right: -8%;
  border-top: 1px solid #00478a;
  border-bottom: 1px solid #00478a;
  border-radius: 50%;
  opacity: 0.6;
  animation: rota linear 20s infinite;
}

.team2 .item .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #00478a;
}

.team2 .item .img i:before,
.team2 .item .img i:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #00478a;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.team2 .item .img i:before {
  left: -2px;
}

.team2 .item .img i:after {
  right: -2px;
}

.companies {
  min-height: 100px;
}

@keyframes rota {
  to {
    transform: rotate(1turn);
  }
}

.ntitle.center {
  text-align: center;
}

.ntitle.center:after {
  left: 50%;
  margin-left: -0.5em;
}

.talent1 {
  margin-bottom: 5%;
}

.talent1 .img {
  position: relative;
  z-index: 1;
}

.talent1 .img img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.talent1 .img .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  align-items: center;
  padding: 5% 10%;
}

.talent1 .img .txt .tit {
  margin-bottom: 10px;
}

.talent1 .img .p strong {
  color: #00478a;
  font-size: 1.1em;
}

.talent2 {
  padding: 5% 0;
  background: #f9fafa;
}

.talent2 .box1 {
  text-align: center;
  margin-bottom: 70px;
}

.talent2 .box1 .tit {
  margin-bottom: 20px;
}

.talent2 .box1 .p {
  margin-bottom: 5%;
}

.talent2 .box1 .alt {
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}

.pmain.pb0 {
  padding-bottom: 0;
}

.talent2 .block {
  margin-top: 50px;
}

.talent2 .block .bt {
  margin-bottom: 10px;
}

.talent2 .block .lst {
  align-items: stretch;
}

.talent2 .block .i {
  align-items: center;
  background: #e9f2f7;
  flex: 0 0 auto;
  width: 32.66%;
  margin-right: 1%;
  padding: 36px 55px 36px 30px;
  border-radius: 0 0 20px 0;
  flex-wrap: nowrap;
}

.talent2 .block .i:nth-child(3n) {
  margin-right: 0;
}

.talent2 .block .i .it {
  flex: 0 0 auto;
  border-radius: 0 0 20px 0;
  padding: 25px 20px;
  color: #fff;
  background: #00478a;
  line-height: 1;
}

.talent2 .block .i .itxt {
  flex: 1 1 auto;
  margin-left: 16px;
  overflow: hidden;
}

.talent2 .block .ltip {
  color: #777;
  margin-top: 40px;
}

.talent2 .block .i .ip {
  font-family: "HarmonyOS_Sans_Light";
  line-height: 1.5;
  color: #666;
}

.filters {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.filters .select {
  align-items: center;
  flex: 1 1 auto;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 30px;
  border-radius: 30px;
  position: relative;
}

.filters .select select {
  border: none;
  height: 60px;
  outline: none;
  background: #fff;
  text-align: right;
  font-size: inherit;
  font-family: inherit;
  padding-right: 10px;
  width: 100%;
  cursor: pointer;
  text-align-last: right;
}

.filters .select select option {
  cursor: pointer;
  direction: rtl;
}

.filters .select .lb {
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  padding-left: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filters .select .lb {
    top: -20px;
  }
}

.filters .select:first-child {
  width: 20%;
  flex: 0 1 auto;
}

.filters .sear {
  position: relative;
  flex: 1 1 auto;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  width: 55%;
}

.filters .sear input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 150px 0 30px;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  background: none;
}

.filters .sear span {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  text-align: center;
  line-height: 60px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  background: #00478a;
  border-radius: 30px;
  padding-right: 30px;
}

.filters .sear span:after {
  content: "";
  position: absolute;
  right: 30px;
  padding: 7px;
  background: url(../png/icon-rig.png) no-repeat center;
  background-size: contain;
  top: 50%;
  margin-top: -7px;
}

.joblist .item {
  padding: 30px 26px;
  border-bottom: 1px solid #ededed;
  transition: .3s;
  position: relative;
  z-index: 2;
}

.joblist .item .itop {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.joblist .item .itop .tl {
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 30px;
}

.joblist .item .it {
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
}

.joblist .item .tgs {
  color: #777;
}

.joblist .item .tgs .span {
  margin-right: 2em;
}

.joblist .item .tgs .span .lb {
  color: #333;
  font-family: 'HarmonyOS_Sans_Medium';
}

.joblist .item .itop .tr {
  flex: 0 0 auto;
  text-align: right;
  color: #777;
  font-family: "HarmonyOS_Sans_Light";
}

.joblist .item .itop .tr .addr {
  padding-left: 24px;
  margin-bottom: 10px;
  background: url(../png/icon-loc.png) no-repeat left center;
}

.joblist .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../png/gfbg.png) no-repeat right center;
  background-size: auto 150%;
  opacity: 0;
  z-index: -1;
  transition: .3s;
}

.joblist .item:hover {
  box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1);
}

.joblist .item:hover:after {
  opacity: 1;
}

.jobinfo .jtop {
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.3;
  margin-bottom: 30px;
}

.jobinfo .jtop .date {
  color: #777;
  padding-top: 10px;
}

.jobinfo .jtop .date span {
  color: #333;
}

.jtag .i {
  margin-right: 3em;
  color: #777;
}

.jtag .i span {
  color: #333;
}

.jtag {
  padding: 20px 30px;
  background: #f9fafa;
}

.jobinfo .jdes {
  padding: 40px 30px;
  border-bottom: 1px solid #ededed;
}

.jobinfo .jdes .desi {
  flex-wrap: nowrap;
  padding-bottom: 4em;
  line-height: 2.125;
}

.jobinfo .jdes .desi .lb {
  flex: 0 0 auto;
  width: 5em;
}

.jobinfo .jdes .desi .p {
  color: #777;
}

.jobinfo .jdes .desi:last-child {
  padding-bottom: 1em;
}

.jobinfo .btns {
  padding-top: 40px;
  justify-content: center;
  align-items: center;
}

.jobinfo .btns .btn {
  display: inline-block;
  text-align: center;
  width: 160px;
  line-height: 58px;
  border-radius: 30px;
  background: #00478a;
  color: #fff;
  border: 1px solid #00478a;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
}

.jobinfo .btns .btn.bk {
  padding-left: 20px;
  background: none;
  color: #00478a;
}

.jobinfo .btns .btn.bk:before {
  content: "";
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: -10px;
  padding: 10px;
  background: url(../png/icon-lef2.png) no-repeat center;
}

.ywinfo1 {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.ywinfo1 .img {
  flex: 0 0 auto;
  width: 46.5%;
}

.ywinfo1 .img img {
  width: 100%;
}

.ywinfo1 .txt {
  flex: 0 0 auto;
  width: 46.5%;
}

.ywinfo1 .txt .p {
  color: #777;
}

.ywinfo2 {
  align-items: stretch;
  margin-bottom: 70px;
}

.ywinfo2 .item {
  padding: 40px 20px 40px 40px;
  width: 31.99%;
  background-size: cover;
  background-position: center;
  margin-right: 2%;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
}

.ywinfo2 .item:nth-child(3n) {
  margin-right: 0;
}

.ywinfo2 .item .icon {
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 0;
  background: #00478a;
  border-radius: 50%;
}

.ywinfo2 .item .ip {
  flex: 1 1 auto;
  overflow: hidden;
  padding-left: 17px;
}

.ywinfo1:last-child {
  margin-bottom: 0;
}

.shzr {
  padding: 4% 0;
}

.shzr .item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dedede;
}

.shzr .item a {
  flex-wrap: nowrap;
  align-items: center;
}

.shzr .item .img {
  flex: 0 0 auto;
  width: 47.9%;
}

.shzr .item .img img {
  display: block;
  width: 100%;
}

.shzr .item .txt {
  flex: 1 1 auto;
  overflow: hidden;
  padding-left: 5%;
}

.shzr .item .it {
  margin-bottom: 20px;
  line-height: 1.3;
}

.shzr .item .ip {
  line-height: 1.75;
  color: #777;
  max-height: 7em;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.groupinfo {
  padding: 4% 0;
}

.groupinfo:nth-child(2n) {
  background: #f9fafa;
}

.groupinfo .w1440 {
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.groupinfo:nth-child(2n+1) .w1440 {
  flex-direction: row-reverse;
}

.hyinfo .groupinfo:nth-child(2n+1) .w1440,
.groupinfo:nth-child(2n+1) .ywinfo1 .w1440 {
  flex-direction: row
}

.groupinfo .txt {
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}

.groupinfo .txt .ntitle {
  margin-bottom: 36px;
}

.groupinfo .txt .tit2 {
  background: #00478a;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  flex: 0 0 auto;
  width: fit-content;
  border-radius: 0 0 20px 0;
  margin-bottom: 30px;
}

.groupinfo .txt .p {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  line-height: 1.72;
  color: #777;
}

.groupinfo .img {
  flex: 0 0 auto;
  margin-right: 5%;
  width: 44%;
}

.hyinfo .groupinfo .img,
.groupinfo .ywinfo1 .img {
  margin-right: 0;
}

.groupinfo .ywinfo1 .txt {
  margin-right: 5%
}

.groupinfo .s2 .txt {
  margin-left: 6%;
  margin-right: 0
}

.groupinfo .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.groupinfo:nth-child(2n) .img {
  margin-left: 5%;
  margin-right: 0;
}

.groupinfo:nth-child(2n) .ywinfo1 .img {
  margin-left: 0;
}

.groupinfo .txt .p .overscroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

.groupinfo .txt .p:after {
  content: "";
  height: 1.75em;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  box-shadow: 0 -15px 15px #fff;
  opacity: 0.8;
  display: none
}

.groupinfo:nth-child(2n) .txt .p:after {
  background: #f9fafa;
  box-shadow: 0 -15px 15px #f9fafa;
}

.companies .item {
  padding: 5% 0;
}

.companies .item:nth-child(2n) {
  background: #f9fafa;
}

.companies .item .w1440 {
  flex-wrap: nowrap;
  align-items: center;
}

.companies .item:nth-child(2n) .w1440 {
  flex-direction: row-reverse;
}

.companies .item .img {
  flex: 0 0 auto;
  width: 48.6%;
}

.companies .item .img img {
  display: block;
  width: 100%;
}

.companies .item .txt {
  flex: 1 1 auto;
  overflow: hidden;
  padding-left: 40px;
}

.companies .item:nth-child(2n) .txt {
  padding-left: 0;
  padding-right: 40px;
}

.companies .item .p {
  line-height: 1.75;
  color: #777;
  margin-bottom: 40px;
}

.companies .item .tit2 {
  background: #00478a;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  flex: 0 0 auto;
  width: fit-content;
  border-radius: 0 0 20px 0;
  margin-bottom: 30px;
}

.companies .item .ntitle {
  margin-bottom: 40px;
}

.ptab.mb0 {
  margin-bottom: 0;
}

.contact {
  align-items: stretch;
  position: relative;
  justify-content: space-between;
}

.contact .txt {
  flex: 1 1 auto;
  width: 520px;
  max-width: 45%;
}

.contact .map {
  position: relative;
  border: 5px solid #e6edf4;
  width: 50%;
  flex: 0 0 auto;
}

.contact .map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact .txt li {
  margin-bottom: 20px;
  color: #777;
}

.contact .txt li b {
  color: #00478a;
  font-family: "Oswald";
}

.contact .txt .ccode {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dedede;
  align-items: center;
  color: #777;
  flex-wrap: nowrap;
}

.contact .txt .ccode .img {
  width: 140px;
  max-width: 50%;
  flex: 0 0 auto;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .hornor .item:nth-child(3n+1):before {
    background: url(../png/img20.png) no-repeat left top;
  }
}

@media (max-width: 1700px) {
  .headr {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media (max-width: 1440px) {
  .f18 {
    font-size: 16px;
  }

  .f20 {
    font-size: 18px;
  }

  .f24 {
    font-size: 20px;
  }

  .f26 {
    font-size: 20px;
  }

  .f28 {
    font-size: 20px;
  }

  .f30 {
    font-size: 22px;
  }

  .f32 {
    font-size: 24px;
  }

  .f36 {
    font-size: 24px;
  }

  .f40 {
    font-size: 26px;
  }

  .f42 {
    font-size: 30px;
  }

  .f52 {
    font-size: 32px;
  }

  .f56 {
    font-size: 34px;
  }

  .f60 {
    font-size: 52px;
  }

  .nav {
    display: none;
  }

  .headr {
    flex: 0 0 auto;
  }

  .data .i .it {
    max-width: 8em;
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
  }

  .indexnews .ntop .txt {
    padding: 25px 20px;
  }

  .nlist .items {
    padding: 20px 20px 0;
  }

  .nlist .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .nlist .more {
    padding: 15px 20px;
  }

  .pslider {
    padding: 50px 70px;
  }

  .pslider .swiperDot {
    right: 40px;
  }

  .responsibility .tb {
    margin-bottom: 34px;
  }

  .responsibility .text .tit2 {
    margin-bottom: 40px;
  }

  .hylist .item .icon {
    width: 40px;
    margin-bottom: 10px;
  }

  .hylist .item .p {
    padding: 20px 0;
  }

  .ptab a {
    min-width: 160px;
    line-height: 50px;
  }

  .news_item .date {
    width: 100px;
    padding: 19px 10px;
  }

  .news_item .img {
    margin-left: 37px;
  }

  .newsTop .news_item .txt {
    padding-top: 0;
  }

  .filters .select .lb {
    padding-left: 15px;
  }

  .filters .select {
    padding: 0 15px;
    font-size: 14px;
    min-width: 120px;
  }

  .filters .select select {
    background: none;
    height: 40px;
  }

  .filters .sear input {
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
  }

  .filters .sear span {
    line-height: 40px;
    font-size: 14px;
    width: 100px;
    padding-right: 20px;
  }

  .filters .sear span:after {
    right: 20px;
  }

  .companies .item .ntitle {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .companies .item .p {
    margin-bottom: 20px;
  }
}


@media (max-width: 1440px) {
  .filters .sear {
    width: 45%;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  .bannernew {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bannernew .swiper-container .swiper-slide img {
    height: auto
  }

  .f18 {
    font-size: 15px;
  }

  .f20 {
    font-size: 16px;
  }

  .f26 {
    font-size: 16px;
  }

  .f24 {
    font-size: 18px;
  }

  .f28 {
    font-size: 20px;
  }

  .f30 {
    font-size: 20px;
  }

  .f32 {
    font-size: 20px;
  }

  .f36 {
    font-size: 20px;
  }

  .f40 {
    font-size: 20px;
  }

  .f42 {
    font-size: 24px;
  }

  .f52 {
    font-size: 24px;
  }

  .f56 {
    font-size: 24px;
  }

  .f60 {
    font-size: 26px;
  }

  .indexnews {
    padding: 50px 0;
  }

  .nslider {
    width: 100%;
    margin-bottom: 20px;
  }

  .indexnews .ntop {
    width: 57%;
  }

  .indexnews .nlist {
    width: 40%;
  }

  .data .i {
    width: 25%;
    flex: 0 0 auto;
    margin-bottom: 30px;
  }

  .data {
    justify-content: flex-start;
  }

  .data .i .ic {
    padding: 10px 0;
  }

  .responsibility .text {
    max-width: 100%;
  }

  .logo .vlogo {
    display: none !important;
  }

  .logo {
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .indexheader {
    position: fixed;
    background: #fff;
  }

  .groupinfo .s2 .img {
    margin-bottom: 20px !important
  }

  .shzr .item a {
    flex-wrap: wrap;
  }

  .shzr .item {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .shzr .item .img {
    width: 100%
  }

  .shzr .item .txt {
    padding-left: 0
  }

  .groupinfo .txt .p:after {
    display: none
  }

  .groupinfo .ywinfo1 .txt .p .overscroll {
    padding-bottom: 0
  }

  .groupinfo .s2 .txt {
    margin-left: 0
  }

  body {
    padding-top: 60px;
  }

  .indexheader .in {
    height: 60px;
    padding: 0 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 51;
  }

  .logo .x1 {
    display: none;
  }

  .logo .x2 {
    display: block;
  }

  .tools .icon-lang {
    background-image: url(../png/icon-lang2.png);
  }

  .tools .icon-search {
    background-image: url(../png/icon-search2.png);
  }

  .openmenu .icon-menu {
    background-image: url(../png/icon-menu2.png);
  }

  .openmenu .lmenu,
  .openmenu .lmenu:before,
  .openmenu .lmenu:after {
    background: #11447b;
  }

  .tools .i {
    margin-left: 10px;
  }

  .searchbox {
    position: fixed;
    top: -100px;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    opacity: 0;
  }

  .searchbox.on {
    max-width: 100%;
    top: 60px;
    opacity: 1;
  }

  .searchbox .box {
    width: 100%;
  }

  .inner {
    padding-left: 3%;
    padding-right: 3%;
  }

  .dropmenu .menu {
    width: 100%;
  }

  .dropmenu:before {
    opacity: 0;
  }

  .menu .sub {
    position: relative;
    left: 0;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
  }

  .menu dl dt {
    margin-bottom: 0;
    padding-right: 0;
  }

  .menu .sub .subt {
    display: none;
  }

  .menu dl dt a {
    padding: 20px 0;
    border-color: #f1f1f1;
    font-size: 16px;
  }

  .menu .sub li a {
    margin: 0;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
  }

  .menu .sub ul {
    padding: 20px 0;
  }

  .menu dl.cur .sub {
    max-height: 150px;
  }

  .group {
    display: none;
  }

  .dropmenu .inner {
    margin: 0;
  }

  .indexnews {
    padding: 30px 0;
  }

  .title {
    margin-bottom: 20px;
  }

  .sidemenu {
    display: none;
  }

  .indexnews .ntop {
    width: 100%;
    margin-bottom: 20px;
  }

  .indexnews .nlist {
    width: 100%;
  }

  .indexabout .boxt {
    display: block;
  }

  .indexabout .boxt .txt {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .indexabout .map {
    left: 0;
    width: 100%;
  }

  .indexsolution .title {
    position: static;
    color: #000;
    margin-top: 30px;
  }

  .indexpro .itop {
    position: static;
    color: #000;
    padding: 10px 0 10px;
  }

  .indexpro .bot {
    position: relative;
    background: #1a4b7f;
  }

  .tab span.cur {
    border-color: #1d4e82;
    color: #1d4e82;
  }

  .pslider {
    width: 100%;
    padding: 30px 40px;
  }

  .pslider:after {
    opacity: 0;
  }

  .morebtn .btn {
    font-size: 12px;
    line-height: 30px;
    min-width: 0;
    padding-left: 15px;
    padding-right: 30px;
  }

  .morebtn .btn:after {
    right: 10px;
    padding: 5px;
    background-size: contain;
    margin-top: -4px;
  }

  .swiperCtr2 .btn {
    width: 34px;
    height: 34px;
    background-size: 10px;
  }

  .pslider .swiperDot {
    right: 10px;
  }

  .pslider .swiperDot span {
    margin: 8px 0 !important;
  }

  .txtboxs {
    margin-bottom: 20px;
  }

  .txtboxs .i {
    width: 100%;
    margin-right: 0;
    padding: 20px 10px;
  }

  .fullslider .box {
    margin: 0 !important;
  }

  .fullslider .box .txt {
    width: 100%;
    padding: 10px;
    position: static;
    transform: none;
  }

  .fullslider .box:after {
    display: none;
  }

  .fullslider .box img {
    height: auto !important;
  }

  .fullslider .swiper-slide-active .box {
    color: #000;
  }

  .fullslider .box .txt .p {
    margin: 10px 0 20px;
    line-height: 1.5;
  }

  .fullslider .swiper-slide-active .box .morebtn .btn {
    color: #0c51a0;
    border-color: #0c51a0;
  }

  .fullslider .swiper-slide-active .box .morebtn .btn:after {
    background-image: url(../png/icon-rig2.png);
  }

  .fullslider .swiper-slide {
    height: 100%;
  }

  .fullslider .swiperCtr {
    position: static;
    margin-top: 10px;
    text-align: center;
    padding: 0;
  }

  .fullslider .swiperCtr .btn {
    margin: 0 10px;
    padding: 17px;
    background-size: 10px;
  }

  .fullslider {
    width: 100%;
  }

  .indexsolution .imgs {
    display: none;
  }

  .indexsolution .items {
    display: block;
    position: relative;
  }

  .indexsolution .item {
    width: 100% !important;
    position: relative;
  }

  .indexsolution .item .img {
    display: block;
  }

  .indexsolution .item .img img {
    min-height: 300px;
    object-fit: cover;
  }

  .indexsolution .item .box {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    height: 100%;
    background: rgba(20, 57, 93, 0.5);
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .indexsolution .item .tit {
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 2em;
    margin-bottom: 10px;
  }

  .indexsolution .item .tit:before {
    width: auto;
  }

  .indexsolution .item .tit:after {
    left: 0;
    margin-left: 0;
    top: auto;
    bottom: 0;
  }

  .indexsolution .item .p {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .indexsolution .item.no .box {
    position: relative;
    background: none;
    align-items: center;
    padding: 30px 10px 10px;
  }

  .indexsolution .item.no .box .tit,
  .indexsolution .item.no .box .p {
    display: none;
  }

  .indexsolution .item.no .morebtn .btn {
    border-color: #1a4b7f;
    color: #1a4b7f;
  }

  .indexsolution .item.no .morebtn .btn:after {
    background-image: url(../png/icon-rig2.png);
  }

  .indexsolution .item.no .morebtn {
    transform: none;
    opacity: 1;
  }

  .ftop {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer .vlogo {
    margin-bottom: 20px;
  }

  .footer {
    padding: 30px 0 10px;
  }

  .footer .vlogo .cn {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .footer .vlogo .en {
    font-size: 16px;
  }

  .openmenu .ip {
    display: none;
  }

  .openmenu {
    padding-left: 20px;
  }

  .nslider .tit {
    padding: 10px;
    bottom: 8px;
  }

  .nslider .swiperDot {
    bottom: 0;
    right: 10px;
  }

  .hylist .item .w1440 {
    display: block;
  }

  .hylist .item {
    padding: 40px 0;
  }

  .hylist .item .img {
    width: auto;
    margin-bottom: 20px;
  }

  .hylist .item .itxt {
    padding: 0 !important;
  }

  .hylist .item .p {
    padding: 10px 0;
  }

  .bread {
    line-height: 50px;
  }

  .info1 .txt {
    width: auto;
    float: none;
  }

  .info1 {
    padding: 30px 0;
  }

  .info1 .img {
    width: auto;
    float: none;
  }

  .info2 .slider1 .box {
    display: block;
  }

  .info2 .slider1 .box .img {
    width: auto;
    margin-bottom: 20px;
  }

  .info2 .slider1 .box .txt {
    padding-left: 0;
    padding-bottom: 50px;
  }

  .info2 .swiperCtr {
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  .info2 .swiperCtr .btn {
    padding: 15px;
    background-size: 10px;
    margin-top: 0;
    vertical-align: middle;
  }

  .process {
    margin-top: 30px;
  }

  .process:after {
    height: 10px;
    background-size: auto 100%;
  }

  .process .bar:after {
    height: 10px;
  }

  .process .bar {
    width: 80px;
    background-size: contain;
    height: 40px;
  }

  .bread .w1440 {
    padding: 0;
    display: block;
  }

  .pnavs a {
    padding: 0 10px;
  }

  .local {
    display: none;
  }

  .about .txt {
    display: block;
  }

  .about .txt .tl {
    width: 50%;
    float: left;
    margin-bottom: 1em;
  }

  .ntitle {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .ntitle:after {
    height: 3px;
  }

  .about .img {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .about .img img {
    border: 6px solid #fff;
  }

  .about {
    padding: 30px 0;
  }

  .about .img:after {
    top: 30px;
  }

  .ctrs .btn {
    padding: 16px;
    margin-top: -16px;
  }

  .ctrs .btn:before {
    width: 6px;
    height: 6px;
    margin-left: -3px;
  }

  .hislider .box .year {
    height: 80px;
  }

  .hislider .box {
    padding: 30px 0;
  }

  .hislider .box .year .dot {
    width: 6px;
    height: 6px;
    left: -3px;
    bottom: -3px;
  }

  .hislider .box .txt {
    margin-left: 0;
    padding-left: 0;
  }

  .hislider .ctrs {
    top: 110px;
  }

  .hislider .swiper-slide-active .box .year .dot i {
    padding: 16px;
    margin-left: -16px;
    margin-top: -16px;
  }

  .history {
    padding: 50px 0;
  }

  .Pages a {
    width: 32px;
    line-height: 32px;
    margin: 0 1px;
    font-size: 14px;
  }

  .Pages a.a_prev,
  .Pages a.a_next {
    height: 40px;
    background-size: 8px;
  }

  .team .item {
    padding: 5px;
    margin-bottom: 10px;
  }

  .team .item .img {
    padding: 5px;
  }

  .pmain {
    padding: 30px 0 40px;
  }

  .Pages {
    margin-top: 20px;
  }

  .teaminfo .txt {
    margin-left: 0;
  }

  .teaminfo .txt .tit {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .teaminfo .txt .p {
    padding: 0 10px 30px;
  }

  .hornor .item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }

  .hornor .item:before,
  .hornor .item:after {
    bottom: -34px;
  }

  .hornor .item:nth-child(2n+1):before {
    background: url(../png/img20.png) no-repeat left top;
  }

  .hornor .item:nth-child(2n+2):after {
    background: url(../png/img22.png) no-repeat right top;
  }

  .ptab {
    margin-bottom: 20px;
  }

  .ptab a {
    min-width: 100px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 2px 5px;
  }

  .newsTop {
    padding: 40px 0;
  }

  .newsTop .news_item a {
    position: relative;
    display: block;
  }

  .newsTop .news_item .date {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
  }

  .news_item .img {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .news_item .date {
    font-size: 12px;
    padding: 10px 5px;
    width: 55px;
  }

  .news_item .date b {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .newsTop .news_item .txt {
    padding-left: 0;
  }

  .news_item .txt .tit {
    margin-bottom: 10px;
  }

  .newsTop .news_item .txt .p {
    margin-bottom: 0;
  }

  .swiperDot3 {
    margin-top: 10px;
  }

  .news_item .txt {
    padding-left: 20px;
  }

  .news_item a {
    padding: 30px 0 10px;
  }

  .news_item .morebtn2 .btn {
    line-height: 32px;
    margin-top: 10px;
  }

  .newsTop.s2 {
    padding: 30px;
  }

  .newsTop.s2 .news_item .img {
    width: auto;
    margin-left: 0;
  }

  .newsTop.s2 .news_item .txt {
    padding-left: 0;
  }

  .newsCenter {
    display: block;
  }

  .newsCenter .pr {
    margin-top: 40px;
    margin-left: 0;
    width: auto;
  }

  .searchBlock {
    padding: 30px 20px;
  }

  .searchBlock .in input {
    padding-right: 40px;
    height: 40px;
  }

  .searchBlock .in span {
    width: 40px;
  }

  .article {
    padding: 40px 20px;
  }

  .arhead h3 {
    margin-bottom: 10px;
  }

  .arhead {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .arcon {
    padding-bottom: 30px;
  }

  .arbot {
    padding-top: 30px;
    display: block;
  }

  .arbot .bl {
    padding-right: 0;
  }

  .back {
    margin-top: 20px;
    text-align: center;
  }

  .back a {
    border-width: 1px;
    line-height: 36px;
    width: 110px;
  }

  .arhead p span {
    font-size: 12px;
    padding: 0 10px;
  }

  .cul1 .ul {
    position: static;
    width: auto;
    max-width: 100%;
    transform: none;
  }

  .cul1 {
    padding: 40px 0;
  }

  .cul1 .ul .li .it {
    width: 90px;
  }

  .cul2 {
    background: none !important;
  }

  .cul2 .cl {
    color: #333;
    width: auto;
    margin-bottom: 20px;
  }

  .cul2 .w1440 {
    display: block;
  }

  .cul2 .cl .ntitle:after {
    background: #00478a;
  }

  .cul2 .p ul li {
    font-size: 14px;
    margin-bottom: 0;
  }

  .cul2 .p ul li:before {
    background: #333;
  }

  .cul2 .cr {
    width: auto;
  }

  .cl3 .item .img {
    position: static;
    width: auto;
    padding-bottom: 90%;
  }

  .cl3 .item .txt {
    width: auto;
    padding: 20px 0;
    min-height: 0;
    margin: 0 !important;
  }

  .gfblock .tit {
    margin-bottom: 20px;
  }

  .gfblock .items {
    margin-bottom: 30px;
  }

  .gfblock .items .i {
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .gfblock .items .i .it {
    margin-top: 10px;
  }

  .video .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .video .item .play {
    padding: 15px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .video .item .txt {
    padding: 20px;
  }

  .video .item .it {
    margin-bottom: 10px;
  }

  .teaminfo .txt .tit .flex {
    flex-wrap: wrap;
  }

  .teaminfo .txt .tit .tl {
    padding-right: 0;
  }

  .teaminfo .txt .tit .tag {
    width: auto;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .teaminfo .txt .tit .tag br {
    display: none;
  }

  .talent2 .block .i {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
  }

  .talent2 {
    padding: 50px 0;
  }

  .talent2 .block {
    margin-top: 20px;
  }

  .talent2 .block .ltip {
    margin-top: 20px;
  }

  .filters .select {
    width: 30%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 1%;
  }

  .filters .select:first-child {
    margin-left: 0;
    width: 38%;
  }

  .filters {
    margin-bottom: 20px;
  }

  .joblist .item {
    padding: 20px;
  }

  .joblist .item .itop .tl {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .joblist .item .itop {
    display: block;
  }

  .joblist .item .itop .tr {
    text-align: left;
  }

  .joblist .item .itop .tr > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .joblist .item .itop .tr .addr {
    margin-bottom: 0;
  }

  .joblist .item .tgs .span {
    margin-right: 1em;
  }

  .jobinfo .jdes {
    padding: 30px 0;
  }

  .jtag {
    padding: 20px;
  }

  .jobinfo .jdes .desi {
    display: block;
    padding-bottom: 20px;
  }

  .jobinfo .btns .btn {
    width: 100px;
    line-height: 40px;
  }

  .jobinfo .btns .btn.bk:before {
    padding: 7px;
    left: 13px;
    margin-top: -7px;
  }

  .jobinfo .jtop {
    display: block;
    margin-bottom: 20px;
  }

  .ywinfo1 {
    display: block;
    margin-bottom: 30px;
  }

  .ywinfo1 .txt {
    width: auto;
  }

  .groupinfo .ywinfo1 .txt .p .overscroll {
    margin-bottom: 0
  }

  .ywinfo1 .img {
    width: auto;
    margin-bottom: 20px;
  }

  .ywinfo2 {
    display: block;
    margin-bottom: 30px;
  }

  .ywinfo2 .item {
    width: auto;
    margin-bottom: 10px;
    padding: 20px;
  }

  .ywinfo2 .item .icon {
    width: 50px;
    line-height: 50px;
    height: 50px;
  }

  .ywinfo2 .item .icon img {
    max-width: 50%;
    max-height: 50%;
  }

  .groupinfo .w1440 {
    display: block;
  }

  .groupinfo {
    padding: 40px 0;
  }

  .groupinfo .txt .ntitle {
    margin-bottom: 15px;
  }

  .groupinfo .txt .tit2 {
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  .groupinfo .txt .p .overscroll {
    position: relative;
    padding-right: 0;
  }

  .groupinfo .img {
    width: auto;
    margin: 0 !important;
  }

  .groupinfo .img img {
    min-height: 0;
  }

  .companies .item {
    padding: 30px 0;
  }

  .companies .item .w1440 {
    display: block;
  }

  .companies .item .img {
    width: auto;
    margin-bottom: 20px;
  }

  .companies .item .txt {
    padding: 0 !important;
  }

  .companies .item .ntitle {
    font-size: 18px;
  }

  .companies .item .tit2 {
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  .contact {
    display: block;
  }

  .contact .txt {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contact .map {
    width: auto;
    padding-bottom: 100%;
  }

  .contact .txt li {
    margin-bottom: 10px;
  }

  .contact .txt .ccode {
    margin-top: 20px;
    padding-top: 20px;
  }

  .contact .txt .ccode .img {
    width: 100px;
  }

  .shares .i .ipop {
    left: 0;
    margin-left: 0;
  }

  .shares .i .ipop:before {
    margin-left: 0;
    left: 14px;
  }
}

@media (max-width: 560px) {
  .team .item {
    width: 50%;
  }

  .team .item .it {
    margin-top: 10px;
  }

  .filters .select {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  .ptab a {
    font-size: 14px;
  }
}

/* 20231102 */
.pslider .codes {
  position: absolute;
  z-index: 10;
  left: 100%;
  bottom: 100%;
  margin-left: -60px;
  margin-bottom: -60px;
  height: 128px;
}

.pslider .codes .flex {
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}

.pslider .codes .img {
  height: 100%;
  background: #fff;
  font-size: 0;
  flex: 0 0 auto;
  border-radius: 50%;
}

.pslider .codes .lb {
  flex: 0 0 auto;
  text-align: left;
  padding-left: 10px;
  line-height: 1.5;
}

.pslider .codes .i {
  position: absolute;
  left: 0;
  top: 50px;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}

.pslider .codes .i.cur {
  visibility: visible;
  top: 0;
  opacity: 1;
  transition: .3s;
  transition-delay: .4s;
}

.groupinfo .txt .tit2 a {
  color: #fff;
}

@media (max-width: 1440px) {
  .pslider .codes {
    height: 80px;
    margin-left: -40px;
    margin-bottom: -40px;
  }

  .pslider .codes .lb {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .lucidity_pgToolbar {
    margin-top: 40px !important;
  }

  .team2 .item {
    width: 49%
  }

  .sidetxt {
    display: none
  }

  .lucidity-ui-paging-container {
    display: none
  }

  .teaminfo .txt .tit .tag {
    float: none;
    display: inline;
  }

  .teaminfo .txt .tit .tl {
    float: none
  }

  .pslider .codes {
    left: auto;
    right: 10px;
    margin-left: 0;
  }

  .pslider .codes .flex {
    flex-direction: row-reverse;
  }

  .pslider .codes .lb {
    padding-right: 10px;
  }

  .pslider .codes .i {
    left: auto;
    right: 0;
  }

  .groupinfo .ywinfo1 .txt,
  .hyinfo .info1 .txt {
    margin-right: 0;
  }
}

/* 20231116 */
.team2.s2 .item {
  padding: 0 0 20px;
}

.team2.s2 .item .img {
  display: block;
  width: auto;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

.team2.s2 .item .img i {
  display: none;
}

.team2.s2 .item .img img {
  border-radius: 0;
}

.indexsolution .imgs img {
  width: 100%;
}