body {
  font-size: 16px;
}
.inner {
  width: 1560px;
  margin: 0 auto;
}
.pl-inner {
  padding-left: calc((100vw - 1560px) / 2);
}
.pr-inner {
  padding-right: calc((100vw - 1560px) / 2);
}
.ml-inner {
  margin-left: calc((100vw - 1560px) / 2);
}
.mr-inner {
  margin-right: calc((100vw - 1560px) / 2);
}

.zw {
  padding-top: 100px;
  margin-top: -100px;
}
.zwHeader {
  height: 100px;
}

header {
  padding: 0 3vw 0 4vw;
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
}
header.sticky-on {
  opacity: 1;
  top: 0;
}
.logoImg {
  height: 35px;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
header .icon02 {
  display: none;
}
nav li.on .oneNav {
  font-weight: bold;
}
.oneNav {
  line-height: 100px;
  white-space: nowrap;
  display: block;
  padding: 0 2vw;
  font-size: 18px;
  /* font-weight: bold; */
}
.oneNav.active {
  border-bottom: 2px soild #fff;
}
.oneNav span {
  position: relative;
}
.oneNav span::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background: #fff;
  transition: all 0.36s;
  transform: scale(0, 1);
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
nav li.on .oneNav span::after,
nav li:hover .oneNav span::after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
nav:hover > li:not(:hover) .oneNav {
  color: #333;
}
nav:hover > li:not(:hover) .oneNav span::after {
  transform: scale(0, 1);
}

nav li dl {
  position: absolute;
  text-align: center;
  min-width: 150px;
  width: auto;
  top: 100%;
  left: 50%;
  background: #fff;
  -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.15);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav li dl dd {
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
}
nav li dl dd:last-child {
  border-bottom: 0;
}
nav li dl dd a {
  padding: 0 20px;
  font-size: 14px;
  color: #333 !important;
  font-weight: normal !important;
  transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  display: block;
}
nav li dl dd:hover {
  background: var(--blue);
}
nav li dl dd:hover a {
  color: #fff !important;
}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav li dl {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  -o-transform: translateX(-50%) translateY(20px);
  -webkit-transform: translateX(-50%) translateY(20px);
  -moz-transform: translateX(-50%) translateY(20px);
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
nav li:hover dl {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.headerSearch {
  background: rgba(255, 255, 255, 0.5);
}
.headerMune {
  height: 100px;
  width: 50px;
  padding: 35px 0;
  align-items: flex-end;
  display: flex;
}
.headerMune .burger {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.8s;
  display: inline-block;
}
.headerMune .burger:first-child {
  animation: long 2s linear infinite;
  -webkit-animation: long 2s linear infinite;
}
.headerMune .burger:nth-of-type(2) {
  width: 50%;
}
.headerMune .burger:nth-of-type(3) {
  animation: long 3s linear infinite;
  -webkit-animation: long 3s linear infinite;
}
.menuClose {
  position: absolute;
  right: 0;
  top: 0;
}
.menuClose:hover {
  letter-spacing: 2px;
}

header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  transition: all 0.36s;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}

header.scroll,
header:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: #333;
}
header.scroll::after,
header:hover::after {
  background-color: #fff;
  height: 100%;
}
header.scroll .oneNav span::after,
header:hover .oneNav span::after {
  background: var(--blue);
}
header.scroll nav li.on .oneNav,
header:hover nav li:hover .oneNav {
  color: var(--blue);
}
header.scroll .icon01,
header:hover .icon01 {
  display: none;
}
header.scroll .icon02,
header:hover .icon02 {
  display: block;
}
header.scroll .z_menu_btn .cir,
header:hover .z_menu_btn .cir {
  background: var(--blue);
}
header.scroll .headerSearch,
header:hover .headerSearch {
  color: var(--blue);
  background: rgba(25, 67, 81, 0.25);
}
header.scroll .headerMune .burger,
header:hover .headerMune .burger {
  background: var(--blue);
}

.z_menu_mask {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: ease 1s;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  pointer-events: none;
}
.z_menu_con {
  width: 60%;
  height: 100%;
  position: relative;
  margin-left: 40%;
  border-radius: 50%;
  padding: 0 8.3vw 0 10.4vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.z_menu_mask::before {
  content: "";
  display: block;
  width: 90vw;
  height: 90vw;
  background: #fff;
  position: absolute;
  right: -30vw;
  top: 50%;
  transform: translateY(-50%) scale(0, 0);
  border-radius: 50%;
  transition: ease 1s;
}
.z_menu_mask::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vw;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -36vw;
  top: 50%;
  transform: translateY(-50%) scale(0, 0);
  border-radius: 50%;
  transition: ease 1.5s;
}
.z_menu_nav li {
  margin-bottom: 2vw;
}
.z_menu_nav li h3 a {
  font-size: 1.35416vw;
  font-weight: bold;
}
.z_menu_down a {
  display: inline-block;
  color: #444;
  background: url(../images/sj1.png) no-repeat left center;
  padding-left: 15px;
  margin-top: 0.6vw;
  position: relative;
  margin-right: 2vw;
  font-size: 15px;
  line-height: 28px;
}
.z_menu_nav a::before {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: 1px;
  opacity: 0;
  background: var(--blue);
  position: absolute;
  left: 15px;
  bottom: 0;
}
.z_menu_nav a:hover {
  color: var(--blue);
}
.z_menu_nav a:hover::before {
  opacity: 1;
}
.z_menu_down a:hover {
  background-image: url(../images/sj2.png);
}
.z_menu_btm {
  border-top: 2px solid var(--blue);
  padding-top: 1.5vw;
  display: flex;
  align-items: center;
}
.z_menu_addre {
  color: #333333;
  line-height: 24px;
}
.z_menu_share {
  margin-left: auto;
  flex-shrink: 0;
}
.z_menu_share a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #cccccc;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 20px !important;
  margin-left: 15px;
}
.z_menu_share a:hover {
  background: var(--blue);
  color: #fff;
  cursor: pointer;
}
.z_menu_close {
  position: absolute;
  right: 4vw;
  top: 2.5vw;
  color: #b4b4b4;
  font-size: 28px !important;
  font-weight: bold;
  cursor: pointer;
}
.z_menu_close:hover {
  color: var(--blue);
}
.z_menu_mask.on {
  pointer-events: auto;
}
.z_menu_mask .warp {
  opacity: 0;
  transition: ease 1.5s;
  transform: translateX(5vw);
}
.z_menu_mask.on,
.z_menu_mask.on .warp {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.z_menu_mask.on::before {
  transition-delay: 0.5s;
}
.z_menu_mask.on::before,
.z_menu_mask.on::after {
  transform: translateY(-50%) scale(1, 1);
}
.z_menu_mask.on .warp {
  transition-delay: 1s;
  transform: translateX(0px);
}

.idxBanImg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 360px;
}
.idxBan .swiper-slide-active .idxBanImg {
  animation: swiper_img_move 8s linear 0s infinite normal both;
  -webkit-animation: swiper_img_move 8s linear 0s infinite normal both;
}
.idxBan .swiper-slide::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
}
.idxBan .swiper-slide .text {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.idxMore {
  height: 60px;
}
.idxMore::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: all 0.36s;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}
.idxMore:hover::after {
  width: 100%;
}
.idxMore:hover {
  color: var(--blue);
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.idxBanBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.idxBanBtn .pagination {
  letter-spacing: 2px;
}
.idxBanBtn .pagination span {
  margin: 0 2px;
}
.idxBanBtn .pagination .swiper-pagination-current {
  font-size: 1.5em;
}
.mySwiper {
  width: 56px;
  height: 56px;
}
.mySwiper:hover {
  background: var(--blue);
  color: #fff;
}

.idxAbout {
  background: url(../images/idxaboutbg.jpg) no-repeat center center;
  background-size: cover;
}
.numUl .DIN {
  background: linear-gradient(91.96deg, #0d4990 9.34%, #0097dd 93.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #0d4a91;
  transform: translateY(0.1em);
  -webkit-transform: translateY(0.1em);
  -moz-transform: translateY(0.1em);
  -ms-transform: translateY(0.1em);
  -o-transform: translateY(0.1em);
}
.idxAboutRound {
  margin-top: -30vh;
  margin-bottom: -30vh;
}
.idxAboutRound img {
  height: 100vh;
}
.idxAboutUlImg {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.idxAboutUl .text {
  background: rgba(0, 0, 0, 0.4);
}
.idxAboutUl li.on,
.idxAboutUl li:hover {
  width: 50%;
}
.idxAboutUl:hover li:not(:hover) {
  width: 25%;
}
.idxAboutUl li:hover img.idxAboutUlImg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.idxSolue {
  width: 100%;
}
.idxSolue::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(25, 67, 81, 0.4);
  z-index: 5;
}

.idxSolueImg {
  width: 100%;
}
.idxSolueImgUl .idxSolueImg {
  display: none;
  transition: all 0.36s;
  animation: scaleIn 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
  -webkit-animation: scaleIn 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}
.idxSolueImgUl .idxSolueImg.on {
  display: block;
  position: relative;
  z-index: 10;
}
.idxSolueTextUl li {
  display: none;
  animation: rightTop 0.5s;
  -webkit-animation: rightTop 0.5s;
}
.idxSolueTextUl li.on {
  display: block;
}

.idxSolueIconUl .round {
  width: 140px;
  height: 140px;
  border-color: #fff;
}
.idxSolueIconUl .round::after {
  display: block;
  content: "";
  border-radius: 50%;
  transform: scale(0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--orange);
  z-index: 2;
  transition: all 0.36s;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.idxSolueIconUl .on .round::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.idxSolueIconUl .on .round {
  border-color: var(--orange);
}
.idxSolueIconUl .round img {
  max-width: 45%;
  max-height: 45%;
}
.idxCoo {
  background: url(../images/idxcoobg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.cooperationBox .Marquee_x {
  overflow: hidden;
}
.cooperationBox .Marquee_x.Marquee_Y {
  padding-left: 90px;
}
.cooperationBox .Marquee_x ul li {
  float: left;
  overflow: hidden;
  padding: 25px 0;
  margin-right: 0 !important;
}
.cooperationBox .Marquee_x ul li div {
  float: left;
  height: 130px;
  width: 260px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
}
.cooperationBox .Marquee_x ul li div img {
  max-width: 90%;
  max-height: 80%;
}

.linka a:hover {
  color: var(--blue);
}
.newslist li {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
}

.newslist li:nth-child(3n) {
  margin-right: 0;
}
.newslist li .img {
  width: 100%;
  height: 0;
  padding-bottom: 72%;
}
.newslist li .more .iconfont {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.newslist li .tit {
  height: 3.5em;
}
.newslist li .tit span {
  /*text-decoration: underline;
    */
  background-image: linear-gradient(currentColor 0, currentColor 0);
  background-image: linear-gradient(currentColor 0 0);
  background-position: 0 calc(100% - 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}
.newslist li:hover .tit span {
  background-position: 100% calc(100% - 1px);
  background-size: 100% 1px;
}
.newslist li:hover .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.newslist li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newslist li .more:hover {
  transform: translateX(15px);
  font-weight: bold;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
}

.caselist li {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
}

.caselist li:nth-child(3n) {
  margin-right: 0;
}
.caselist li .img {
  width: 100%;
  height: 0;
  padding-bottom: 72%;
}
.caselist li .more .iconfont {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.caselist li .tit {
  height: 3.5em;
}
.caselist li .tit span {
  /*text-decoration: underline;
    */
  font-size: 16px;
  background-image: linear-gradient(currentColor 0, currentColor 0);
  background-image: linear-gradient(currentColor 0 0);
  background-position: 0 calc(100% - 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1),
    background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}
.caselist li:hover .tit span {
  background-position: 100% calc(100% - 1px);
  background-size: 100% 1px;
}
.caselist li:hover .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.caselist li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.caselist li .more:hover {
  transform: translateX(15px);
  font-weight: bold;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
}

.idxNewsBot {
  background: url(../images/idxnewsbotbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.idxNewsBot::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(25, 67, 81, 0.3);
}

footer {
  background: url(../images/footerbg.jpg) no-repeat center center;
  background-size: cover;
}
.footForm input {
}
.footForm .keys {
  width: 16vw;
}
.footForm .submit {
  background: url(../images/search.png) no-repeat center center;
  background-size: auto 50%;
  width: 40px;
}
footer a:hover {
  opacity: 0.6;
}
.footNav dd {
  line-height: 2.6;
}
.footNav dt a:hover {
  opacity: 0.6;
}
.footNav dd a:hover {
  color: #fff;
}
.footEwm {
  width: 130px;
}

.neiBanImg {
  max-height: calc(100vh - 100px);
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  animation: zoomBig 2s forwards;
  -webkit-animation: zoomBig 2s forwards;
}
.neiBan::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-image: linear-gradient(
    to right,
    rgba(33, 74, 158, 0.4),
    transparent
  );
}
.neiBan .text {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.neiBan .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sunNav a {
  height: 80px;
  white-space: nowrap;
}
.sunNav a::before {
  display: block;
  content: "";
  width: 0;
  transition: all 0.36s;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
  background: var(--blue);
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}
.sunNav a.on::before,
.sunNav a:hover::before {
  width: 100%;
}
.sunNav:hover a:not(:hover)::before {
  width: 0;
}
.sunNav a.on,
.sunNav a:hover {
  color: var(--blue);
}
.sunNav:hover a:not(:hover) {
  color: #333;
}

.team {
  background: url(../images/teambg.jpg) no-repeat center top var(--blue);
}
.teamUl li .img {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
.custom-list li {
  list-style: none; /* 移除默认列表样式 */
  padding-left: 20px; /* 为小图标留出空间 */
  background-repeat: no-repeat; /* 设置背景图片不重复 */
  background-position: left top 0.9em; /* 设置背景图片位置 */

  background-image: url("../images/teamicon.png"); /* 自定义图标路径 */
  background-size: auto 0.7em; /* 根据需要调整图标大小 */
}
.teamUl li .more .iconfont {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.teamUl li .more:hover {
  background: var(--blue);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
}
.teamUl li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.honorSwiper .img {
  height: 400px;
}

.searchPro {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(7, 1fr);
}
.searchPro a .text {
  height: 2.6em;
}
.proIcon {
  height: 50px;
  transition: all 0s;
  filter: grayscale(100%);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  -webkit-filter: grayscale(100%);
}
.searchPro a::before {
  transition: all 0.36s;
  transform: scale(0);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--blue);
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.searchPro a.on {
  color: #fff;
}
.searchPro a.on:hover {
  color: #fff;
}
.searchPro a.on::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.searchPro a.on .proIcon {
  filter: grayscale(100%) brightness(500%);
}
.searchPro a:hover {
  color: var(--blue);
}

.serchProCon table {
  line-height: 1.6;
}
.serchProCon table tr:first-child {
  background: #e7f8fe;
  color: var(--blue);
  font-size: 1.4em;
}
.serchProCon table tr:first-child td {
  padding: 0.6em 5px;
}

#fh5co-board .item .text {
  position: absolute;
  transform: translateY(100%);
  color: #fff;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(25, 67, 81, 0.6)
  );
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
#fh5co-board .item:hover .text {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
#fh5co-board .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.neiBan input::-webkit-input-placeholder {
  color: #fff;
}
.neiBan input:-moz-placeholder {
  color: #fff;
}
.neiBan input::-moz-placeholder {
  color: #fff;
}
.neiBan input:-ms-input-placeholder {
  color: #fff;
}
.neiBan form {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
.neiBan form .keys {
  width: 21vw;
}
.neiBan form .submit {
  background: url(../images/search-w.png) no-repeat center center;
  width: 50px;
  height: 30px;
}

.newsLeft {
  width: 22%;
}
.newsRight {
  width: 78%;
}
.w82 {
  width: 82%;
}

.proNav dd {
  display: none;
}
/* .proNav dd a:last-child{ border: none;} */
/* .proNav li.on dd{ display: block;} */
.proNav li.on {
  color: #fff;
  background: var(--blue);
}
.proNav li.on dt a,
.proNav li dd a.on {
  color: var(--green);
}
.proNav li.on dt .icon-youjiantou1::before {
  content: "\e600" !important;
}
.proNav li dd a.on::after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "\e659";
  font-family: "iconfont" !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.pdfIcon {
  height: 1.2em;
}
.pdflist li .icon-xiazaidaoru {
  font-size: clamp(0.875rem, 0.725rem + 0.75vw, 1.625rem);
}

.menuItem {
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 15px;
  display: flex;
  position: relative;
}
.menuItem .topTitle {
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  width: 92%;
}
.menuItem .topTitle a {
  display: block;
  font-weight: bold;
}
.menuItem .topTitleActive {
  color: var(--green);
  border-bottom: 2px solid var(--green);
}
.menuItem .topBtn img {
  position: absolute;
  height: 40%;
}
.topBtnActive {
  margin-top: 0;
}
.menuDetail {
  width: 92%; /*margin: 0 auto;*/
  background: #f5f9fb;
  opacity: 1;
  padding: 2% 4.7%;
  position: absolute;
  top: 100%;
  z-index: 99;
}
.menuDetail li {
  font-size: 14px;
  line-height: 2.4;
  color: rgba(68, 68, 68, 1);
  opacity: 1;
}
.menuDetail li a {
  display: block;
  width: 100%;
}
.menuDetail li:hover {
  color: var(--green) !important;
}

.newlist {
}
.newlist li .img {
  width: 100%;
  height: 0;
  padding-bottom: 62%;
}
.newlist li .text {
  width: 67%;
}
.newlist li .text .tit {
  height: 4em;
}
.newlist li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newsPage a:hover {
  font-weight: bold;
}

.xgtjUl {
  position: sticky;
  right: 0;
  top: 110px;
}

.servicesPrcess::before {
  position: absolute;
  background: rgba(25, 67, 81, 0.2);
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
}
.servicesPrcessline {
  background: rgba(25, 67, 81, 0.2);
  height: 2px;
  width: 75%;
}
.servicesPrcess .smallItem::before {
  position: absolute;
  width: 2px;
  height: 50px;
  left: calc(50% - 1px);
  top: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  background: rgba(25, 67, 81, 0.2);
  display: block;
  content: "";
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.servicesPrcess .item {
  margin-bottom: 50px;
}

.servicesPrcessBot .top {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.servicesPrcessBot .bot {
  border-top: none;
  border-width: 2px;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.addSerTit {
  border-bottom: 2px solid var(--blue);
}
.addSerTit .right::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  z-index: 5;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--orange);
}

.OneUl {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}
.twoUl {
  display: grid;
  grid-gap: 1.5vw;
  grid-template-columns: repeat(3, 1fr);
}
.thereUl1 {
  display: grid;
  grid-gap: 3vw;
  grid-template-columns: repeat(3, 1fr);
}
.thereUl2 {
  display: grid;
  grid-gap: 3vw;
  grid-template-columns: repeat(3, 1fr);
}
.thereUl2 li:first-child {
  grid-area: 1 / 1 / 2 / 3;
}
.zjkxjsUl {
  display: grid;
  grid-gap: 2vw;
  grid-template-columns: repeat(3, 1fr);
}
.circleIcon {
  height: 1em;
  margin-top: 0.5em;
}
.cooUl li {
  width: calc(100% / 5);
}
.cooUl li .img {
  width: 100%;
  padding-bottom: 80%;
}

.basic {
  background: url(../images/basicimg.jpg) no-repeat center center;
  background-size: cover;
}
.basicIcoBox {
  height: 605px;
}
.basicIcoBox li {
  position: absolute;
  width: 14.8%;
}
.basicIcoBox li .basicIcon {
  filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.2));
  width: 100%;
  -webkit-filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.2));
}
.basicIcoBox li:nth-child(1) {
  left: 5%;
  top: 19%;
}
.basicIcoBox li:nth-child(2) {
  left: 12.4%;
  bottom: 0;
}
.basicIcoBox li:nth-child(3) {
  left: 25%;
  top: 11%;
}
.basicIcoBox li:nth-child(4) {
  left: 31.4%;
  top: 50%;
}
.basicIcoBox li:nth-child(5) {
  left: 43.7%;
  top: 0;
}
.basicIcoBox li:nth-child(6) {
  left: 61.7%;
  top: 23.4%;
}
.basicIcoBox li:nth-child(7) {
  left: 52.5%;
  bottom: 0;
}
.basicIcoBox li:nth-child(8) {
  left: 79%;
  top: 8%;
}
.basicIcoBox li:nth-child(9) {
  left: 81.6%;
  top: 48.7%;
}

.params-container {
  display: table;
}
.param-item {
  display: table-row;
}
.param-cell {
  display: table-cell;
  padding: 0.2em;
}

.basic .params-container {
  background: #fff;
}
.basic .params-container:first-child {
  font-weight: bold;
}
.basic .params-container .param-item:nth-child(2n) {
  background: #e7f8fe;
}
.basic .params-container .param-item .param-cell {
  border-right: 1px solid #fff;
}
.basic .params-container .param-item .param-cell:last-child {
  border: none;
}

.searchTop form {
  width: 700px;
}
.searchTop form .text {
  width: calc(100% - 70px);
}
.searchTop form .submit {
  width: 70px;
  height: 70px;
  background: url(../images/searchbig.png) no-repeat center center;
  background-size: 35% auto;
}
.searchlist li::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--blue);
  display: block;
  content: "";
  transition: all 0.36s;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}
.searchlist li .left {
  width: 70%;
}
.searchlist li .right {
  width: 70px;
  height: 70px;
}
.searchlist li:hover::after {
  width: 100%;
}
.searchlist li:hover .right {
  background-color: var(--blue);
  color: #fff;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.idxSolue .inner .text {
  font-size: 24px;
}
.flex-center {
  display: flex;
  align-items: center;
}
.bg-white {
  background-color: white;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.radius50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.iconfont {
  font-size: 20px;
}
.honorSwiper .img {
  height: 300px;
}
.maxImg img {
  max-width: 100%;
  max-height: 100%;
}
.line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.honor {
  width: 100%;
}
.bg-white {
  background-color: white;
}
.swiper_btn {
  margin-top: 50px;
}
.honor .mySwiper {
  margin-right: 30px;
}
.honor .mySwiper:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .pimg img {
    max-width: 100%;
  }
  .honor .commontit h3 {
    font-size: 14px;
    color: #24242b;
    line-height: 14px;
  }
  .aboutwrap .f5 .honorpic {
    margin-top: 166px;
    height: 135px;
  }
  .honor .swiper-pagination {
    display: none;
  }
}
