.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe,
.flex_ae {
  display: flex;
}
.flex_ae {
  justify-content: flex-end;
}
.flex_js,
.flex_js_fe {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --ww: 1920 * 100vw;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: 0.16rem;
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f17 {
  font-size: 0.17rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f64 {
  font-size: 0.64rem;
}
@media (max-width: 640px) {
  body {
    font-size: 0.2rem;
  }
  .f14 {
    font-size: 0.18rem;
  }
  .f16 {
    font-size: 0.2rem;
  }
  .f17 {
    font-size: 0.2rem;
  }
  .f18 {
    font-size: 0.22rem;
  }
  .f20 {
    font-size: 0.22rem;
  }
  .f22 {
    font-size: 0.24rem;
  }
}
.hidden {
  overflow: hidden;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.header {
  width: 100%;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.header .logo img {
  max-width: 2.4rem;
}
.header .logo .img2 {
  display: none;
}
.header .logo .tit {
  color: #000;
}
.header .right {
  display: inline-flex;
}
.header .menuIcon {
  display: none;
}
.header .other {
  pointer-events: auto;
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 0.65rem;
  gap: 0.25rem;
  align-items: center;
}
.header .line {
  width: 1px;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #dddddd;
}
.header .lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .lang .title {
  cursor: pointer;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/lang.svg) no-repeat center;
  background-size: contain;
}
.header .lang .box {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0.8rem;
  text-align: center;
  padding: 60px 0 10px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  opacity: 0;
  padding-top: 10px;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.header .lang .box aside {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 0px;
  position: relative;
}
.header .lang .box aside::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.header .lang .box a {
  color: #999;
  display: block;
  padding: 10px 0;
  transition: all 0.3s;
}
.header .lang .box a:hover {
  background-color: #4669e5;
  color: #fff;
}
.header .lang.on .box {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .search.search_show .top_search {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
.header .open_search {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.header .open_search.on {
  background: none;
  position: relative;
}
.header .open_search.on:before,
.header .open_search.on:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1.5px;
  background: #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .top_search {
  width: 100%;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 90%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  pointer-events: none;
  padding: 0.6rem 0;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.header .top_search .btn {
  background: url(../images/search2.svg) no-repeat center #4669e5;
  width: 0.9rem;
  background-size: 0.21rem;
  flex-shrink: 0;
  display: flex;
}
.header .top_search .text {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  border: none;
  background-color: #fff;
  flex: 1;
}
.header .top_search .text::placeholder {
  color: #999999;
}
.header .top_search .warp {
  width: 92%;
  max-width: 8rem;
  margin: 0 auto;
}
.header .top_search dt {
  padding: 0 0.2rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.header .top_search dt .on {
  color: #4669e5;
}
.header .top_search dd {
  position: relative;
  border-radius: 0.5rem;
  border: 2px solid #4669e5;
  overflow: hidden;
  background-color: #4669e5;
  display: flex;
}
.header .navTop .ul {
  width: 100%;
  gap: 0.7rem;
}
.header .navTop li {
  text-align: center;
}
.header .navTop li span {
  display: inline-block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  color: #333333;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .header .navTop li:hover span a,
  .header .navTop li.aon span a {
    color: #4669e5;
  }
}
.header .navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  padding-top: 15px;
  pointer-events: none;
  transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  -o-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .header {
    line-height: 0.8rem;
  }
  .header .other {
    z-index: 110;
  }
  .header .lang {
    line-height: 1;
  }
  .header .lang .box {
    width: 0.7rem;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 0.8rem;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0.8rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 200px;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
    padding: 0 10%;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.8rem;
    justify-content: flex-start;
    display: inline-flex;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0 0 0.3rem;
    min-width: auto;
    display: none;
    opacity: 1;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    padding: 0 0 0 30%;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: left;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .logo img {
    max-width: 1rem;
  }
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
}
.nav_bg {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.subFlex .pic,
.subFlex .subnav {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.subFlex .pic {
  width: 3rem;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.subFlex .subnav {
  flex: 1;
  min-width: 0;
  text-align: left;
  padding-left: 0.6rem;
  border-left: 1px solid #eeeeee;
}
.subFlex .subnav a {
  display: block;
}
.subFlex .pro_topnav {
  gap: 0.3rem;
}
.subFlex .pro_topnav dl {
  width: calc((100% - 0.3rem * 4) / 5);
}
.subFlex .pro_topnav dt {
  color: #333333;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #eee;
}
.subFlex .pro_topnav a {
  line-height: 0.24rem;
  font-size: 0.14rem;
  margin: 0.1rem 0;
}
@media screen and (max-width: 1024px) {
  .subFlex .pic {
    display: none;
  }
  .subFlex .subnav {
    padding-left: 2em;
    border-left: none;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .subFlex .pro_topnav {
    gap: 0.15rem;
  }
  .subFlex .pro_topnav dl {
    width: 100%;
  }
  .subFlex .pro_topnav dt {
    margin-bottom: 0.15rem;
    padding-bottom: 0;
    line-height: 0.4rem;
  }
  .subFlex .pro_topnav a {
    font-size: 0.2rem;
  }
}
.other_subnav .sitem {
  width: 3rem;
  border-bottom: 1px solid #eee;
}
.other_subnav .sitem:first-child {
  margin-top: -0.2rem;
}
.other_subnav .sitem a {
  padding: 0.2rem 0;
  display: flex;
  gap: 0.1rem;
}
.other_subnav .sitem a aside {
  flex: 1;
}
.other_subnav .sitem a::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  flex-shrink: 0;
  border: solid #333;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-top: 0.08rem;
}
.other_subnav .sitem a:hover::after {
  border-color: #4669e5;
}
@media screen and (max-width: 1024px) {
  .other_subnav .sitem {
    width: 100%;
    padding-right: 0.15rem;
  }
  .other_subnav .sitem:first-child {
    margin-top: 0;
  }
  .other_subnav .sitem a {
    padding: 0;
    align-items: center;
  }
  .other_subnav .sitem a::after {
    margin-top: 0;
  }
}
.Hmore {
  color: #4669e5;
  display: inline-flex;
  padding-right: 0.55rem;
  line-height: 0.6rem;
  position: relative;
}
.Hmore::before,
.Hmore::after {
  content: '';
  position: absolute;
  transition: all 0.5s;
}
.Hmore::before {
  width: 0.43rem;
  height: 0.07rem;
  background: url(../images/more_1.png) no-repeat center;
  background-size: contain;
  left: 0.08rem;
  bottom: 0.09rem;
}
.Hmore::after {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/more_2.png) no-repeat center;
  background-size: contain;
  right: 0;
  top: 0;
}
.Hmore.white {
  color: #fff;
}
.Hmore.white::before,
.Hmore.white::after {
  filter: brightness(0) invert(100%);
}
.Hmore:hover::after {
  transform: rotate(-15deg);
}
.Hmore:hover::before {
  transform: translateX(10px);
}
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
.Hbanner .pic img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: #fff;
}
.Hbanner .textwarp .cn {
  font-weight: 100;
}
.Hbanner .textwarp .des {
  margin-top: 0.2rem;
}
.Hbanner .Hmore {
  margin-top: 0.5rem;
}
.Hbanner .animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(20px);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}
.Hbanner .animate:nth-child(3) {
  transition-delay: 0.4s;
}
.Hbanner .ani_show .animate {
  opacity: 1;
  transform: translateY(0);
}
.Hbanner .slick-dots {
  bottom: calc(30 / 1920 * 100vw);
}
.Hbanner .slick-dots li {
  width: 0.36rem;
  height: 0.17rem;
  margin: 0;
  background: url(../images/dot_line1.png) no-repeat center;
  background-size: contain;
  border-radius: 0;
  margin: 0 -5px;
}
.Hbanner .slick-dots li:nth-child(2n) {
  width: 0.5rem;
  background-image: url(../images/dot_line3.png);
}
.Hbanner .slick-dots li.slick-active {
  background-image: url(../images/dot_line2.png);
}
.Hbanner .slick-dots li:nth-child(2n).slick-active {
  background-image: url(../images/dot_line4.png);
}
.Hbanner .slick-arrow {
  border: none;
  background-color: transparent;
  width: 30px;
}
.Hbanner .slick-arrow::before {
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-width: 3px 3px 0 0;
}
.Hbanner .slick-prev {
  left: 0.7rem;
}
.Hbanner .slick-next {
  right: 0.7rem;
}
@media screen and (max-width: 768px) {
  .Hbanner .f50 {
    font-size: 0.3rem;
  }
  .Hbanner .f60 {
    font-size: 0.4rem;
  }
}
@media (max-width: 640px) {
  .Hbanner .f50 {
    font-size: 0.28rem;
  }
  .Hbanner .f60 {
    font-size: 0.3rem;
  }
  .Hbanner .textwarp {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@-webkit-keyframes picImg {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes picImg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pt100 {
  padding-top: 1rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.bg_f5f7f9 {
  background-color: #f5f7f9;
}
.NYbanner {
  position: relative;
}
.NYbanner .img {
  width: 100%;
}
.NYmenu {
  background-color: #f5f7f9;
}
.NYmenu .nav .ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.NYmenu .nav li:not(:last-child) {
  margin-right: 0.6rem;
}
.NYmenu .nav li.aon a {
  color: #4669e5;
}
.NYmenu .nav li.aon a::after {
  width: 100%;
}
.NYmenu .nav a {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.8rem;
}
.NYmenu .nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: 2px;
  background-color: #4669e5;
}
.NYmenu .nav a:hover {
  color: #4669e5;
}
.NYmenu .nav a:hover::after {
  width: 100%;
}
.NYmenu .current {
  display: inline-flex;
  flex-flow: row wrap;
  color: #999999;
  align-items: center;
  padding-left: 25px;
  background: url(../images/home.png) no-repeat left 47%;
}
.NYmenu .current a:hover {
  color: #4669e5;
}
.NYmenu .current span {
  color: #4669e5;
}
.NYmenu .current i {
  display: inline-block;
  margin: 0 0.15rem;
  width: 1px;
  height: 0.12rem;
  transform: skewX(-35deg);
  background-color: #dddddd;
  vertical-align: middle;
}
.NYmenu .current2 {
  line-height: 0.6rem;
}
@media screen and (max-width: 768px) {
  .NYmenu .current:not(.current2) {
    display: none;
  }
  .NYmenu .nav li:not(:last-child) {
    margin-right: 0.25rem;
  }
  .NYmenu .nav a {
    line-height: 0.5rem;
    padding: 0;
  }
}
.footer {
  background-color: #0b2c6c;
  color: #fff;
  padding-top: 0.85rem;
}
.footer .flogo {
  max-width: 1.25rem;
}
.footer a {
  color: rgba(255, 255, 255, 0.3);
}
.footer a:hover {
  color: #fff;
}
.footer .txt {
  margin: 0.45rem 0;
}
.footer .tel {
  margin-top: 5px;
}
.footer .nav {
  display: flex;
  gap: 0.65rem;
  padding-bottom: 0.4rem;
  background: url(../images/fnav_bg.png) no-repeat right bottom;
  background-size: 5.46rem;
}
.footer .nav a {
  display: block;
}
.footer .nav dt a {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.footer .nav dd.flex {
  gap: 0.18rem;
}
.footer .nav dd a {
  margin-bottom: 0.1rem;
}
.footer .bottom {
  padding: 0.3rem 0 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.3);
}
.footer .bottom em {
  display: inline-block;
  margin: 0 0.1rem;
}
.footer .bottom em:last-child {
  display: none;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 0.5rem;
  }
  .footer .navbox {
    justify-content: center;
    text-align: center;
  }
  .footer .flogo {
    margin: 0 auto;
  }
  .footer .nav {
    display: none;
  }
  .footer .txt {
    margin: 0.2rem 0;
  }
  .footer .bottom {
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .footer .bottom {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.1rem 0;
    text-align: center;
  }
}
.SingleBox {
  color: #666666;
  line-height: calc(30 / 16);
}
.down_list .box {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eeeeee;
}
.down_list .title {
  width: 70%;
}
.down_list .icon {
  width: 0.2rem;
  margin-right: 0.2rem;
}
.down_list .right {
  gap: 0.9rem;
}
.down_list .time {
  color: #666666;
}
@media screen and (max-width: 640px) {
  .down_list .box {
    padding: 0.2rem 0;
  }
  .down_list .right {
    gap: 0.2rem;
  }
  .down_list .dowm_btn {
    width: auto;
  }
}
.dowm_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  color: #4669e5;
  flex-shrink: 0;
}
.dowm_btn::before {
  content: '';
  width: 0.16rem;
  height: 0.14rem;
  background: url(../images/down.png) no-repeat center;
  background-size: contain;
}
.news_list .box {
  padding: 0.5rem 0 0.6rem;
  border-bottom: 1px solid #eee;
}
.news_list .pic {
  width: 4.2rem;
  flex-shrink: 0;
  margin-right: 0.65rem;
}
.news_list .pic i {
  display: block;
  position: relative;
  padding-top: calc(280 / 420 * 100%);
}
.news_list .textwarp {
  flex: 1;
  min-width: 0;
}
.news_list .title {
  line-height: calc(33 / 24);
}
.news_list .time {
  color: #333333;
  display: block;
  margin: 0.25rem 0;
}
.news_list .des {
  color: #333333;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 640px) {
  .news_list .box {
    padding: 0.3rem 0;
  }
  .news_list .pic {
    width: 40%;
    margin-right: 0.2rem;
  }
  .news_list .title {
    -webkit-line-clamp: 1;
  }
  .news_list .time {
    margin: 0.1rem 0;
  }
}
.newsInfo .news_title {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25rem;
  margin-bottom: 0.55rem;
}
.newsInfo .news_title .title {
  margin-bottom: 0.25rem;
  font-weight: normal;
  color: #333333;
}
.newsInfo .news_title .time {
  color: #666666;
}
.Details_page {
  position: relative;
  padding-right: 2rem;
  padding: 0.4rem 0;
  margin-top: 1.15rem;
  border-top: 1px solid #eeeeee;
  color: #333333;
  line-height: 2.2;
  margin-bottom: 0.7rem;
  padding-right: 1.8rem;
}
.Details_page a {
  color: #4669e5;
}
.Details_page .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4669e5;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Details_page {
    padding-right: 0;
  }
  .Details_page .more {
    position: static;
    transform: none;
    margin: 0 auto 0.2rem;
  }
}
.searchmain {
  max-width: 8rem;
  margin: 0 auto 0.8rem;
  display: flex;
  border-radius: 0.3rem;
  border: 2px solid #4669e5;
  overflow: hidden;
}
.searchmain .text {
  width: 100%;
  flex: 1;
  min-width: 0;
  border: none;
  background-color: transparent;
  height: 0.56rem;
  padding: 0 0.2rem;
}
.searchmain .btn {
  flex-shrink: 0;
}
.searchmain .btn_txt {
  line-height: 0.56rem;
  min-width: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #4669e5;
}
.color {
  color: #4669e5;
}
.red {
  color: #ed0000;
}
.job_txt {
  color: #999999;
  padding: 0 0.4rem 0.2rem;
}
.job_txt .num {
  color: #4669e5;
  display: inline-block;
  margin: 0 5px;
}
.job_list {
  color: #333;
}
.job_list .title {
  display: flex;
  width: 100%;
  padding: 0.3rem 0.4rem;
  border-bottom: 2px solid #eeeeee;
  align-items: center;
  cursor: pointer;
}
.job_list .title li {
  width: 100%;
}
.job_list .title .name,
.job_list .title .icon {
  flex: 0 0 auto;
}
.job_list .title .icon {
  width: 15px;
}
.job_list .title .icon span {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.job_list .title .icon span::before,
.job_list .title .icon span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #333333;
}
.job_list .title .icon span::before {
  width: 100%;
  height: 2px;
}
.job_list .title .icon span::after {
  width: 2px;
  height: 100%;
}
.job_list .title .name {
  width: 32%;
}
.job_list .top {
  border-top: 2px solid #333333;
  color: #333333;
  background-color: #f5f7f9;
}
.job_list .content {
  padding: 0.3rem 0.4rem 0.5rem;
  background-color: #f5f7f9;
  display: none;
}
.job_list .con {
  line-height: calc(30 / 16);
}
.job_list .items {
  margin-bottom: 0.35rem;
}
.job_list .tit {
  padding-left: 35px;
  background: url(../images/job_icon1.png) no-repeat left center;
  color: #4669e5;
  margin-bottom: 10px;
}
.job_list .ask .tit {
  background-image: url(../images/job_icon2.png);
}
.job_list .other {
  display: flex;
  align-items: center;
  line-height: calc(30 / 16);
}
.job_list .other .left {
  width: calc(800 / 1280 * 100%);
  flex-shrink: 0;
}
.job_list .other dl {
  display: flex;
}
.job_list .other dl dt {
  flex-shrink: 0;
  min-width: 1.15rem;
  color: #333333;
  font-weight: bold;
}
.job_list .other .right {
  flex: 1;
  min-width: 0;
}
.job_list .other .info {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.2rem;
}
.job_list .other .info img {
  border: 1px solid #dddddd;
}
.job_list .selected .title {
  border-bottom: none;
  background-color: #4669e5;
  color: #fff;
}
.job_list .selected .icon span::before {
  background-color: #fff;
}
.job_list .selected .icon span::after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .job_list .other {
    flex-wrap: wrap;
  }
  .job_list .other .left,
  .job_list .other .right {
    width: 100%;
    flex: auto;
  }
  .job_list .other .left {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .job_list .title {
    padding: calc(20 / 16 * 1em) calc(20 / 16 * 1em);
    padding-right: 0;
  }
  .job_list .title .work,
  .job_list .title .num,
  .job_list .title .experience,
  .job_list .title .time,
  .job_list .title .edu {
    display: none;
  }
  .job_list .title .name {
    width: calc(100% - 30px);
  }
  .job_list .content {
    padding: calc(20 / 16 * 1em) calc(20 / 16 * 1em);
  }
  .job_list .btn {
    width: 140px;
    line-height: 40px;
  }
}
.aboutItem .about_tit {
  color: #4669e5;
  line-height: 1.4;
  font-weight: normal;
}
.aboutItem .about_des {
  color: #333333;
  line-height: calc(24/16);
}
.aboutContent {
  padding: 1rem 0 1.2rem;
}
.aboutContent .left {
  width: calc(639 / 1300 * 100%);
}
.aboutContent .right {
  width: calc(560 / 1300 * 100%);
}
.aboutContent .right img {
  width: 100%;
}
.aboutContent .sbout_des {
  margin: 0.35rem 0 0.65rem;
}
.aboutContent .unit {
  display: inline-block;
  margin-left: 0.1rem;
}
.aboutContent .num {
  color: #4669e5;
}
@media screen and (max-width: 640px) {
  .aboutContent .flex_js_fe {
    flex-wrap: wrap;
  }
  .aboutContent .left,
  .aboutContent .right {
    width: 100%;
  }
  .aboutContent .left {
    margin-bottom: 0.2rem;
  }
  .aboutContent .numbox {
    margin: 0.3rem 0;
  }
}
.aboutContent_two {
  background-color: #f5f7f9;
}
.aboutContent_two .left,
.aboutContent_two .right {
  width: 50%;
}
.aboutContent_two .left img {
  width: 100%;
}
.aboutContent_two .textwarp {
  width: 92%;
  max-width: 6.4rem;
  padding-left: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.aboutContent_two .about_des {
  margin-top: 0.35rem;
}
@media screen and (max-width: 640px) {
  .aboutContent_two {
    flex-wrap: wrap;
  }
  .aboutContent_two .left,
  .aboutContent_two .right {
    width: 100%;
  }
  .aboutContent_two .textwarp {
    max-width: 100%;
    padding: 0.3rem 0;
    margin: 0 auto;
  }
}
.about_stit {
  color: #333333;
}
.history {
  padding: 1rem 0 0.2rem;
}
.history .list {
  position: relative;
}
.history .list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(170, 170, 170, 0.3);
}
.history .slider .slick-list {
  padding-left: 21%;
}
.history .item {
  height: 5rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  text-align: center;
  padding-top: 2.5rem;
}
.history .item .box {
  position: relative;
  width: 200%;
  margin-left: -130%;
  padding-top: 0.6rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  flex-flow: column wrap;
}
.history .item .box::before,
.history .item .box::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.history .item .box::before {
  width: 0.09rem;
  height: 0.09rem;
  background-color: #4669e5;
  top: -0.045rem;
  z-index: 2;
}
.history .item .box::after {
  width: 1px;
  height: 0.34rem;
  background-color: #cccccc;
  opacity: 0.5;
  top: 0;
}
.history .item .time {
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 0.1rem;
}
.history .item:nth-child(2n) {
  padding-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  padding-top: 0;
}
.history .item:nth-child(2n) .box {
  padding-top: auto;
  padding-bottom: 0.6rem;
}
.history .item:nth-child(2n) .box::before {
  top: auto;
  bottom: -0.045rem;
}
.history .item:nth-child(2n) .box::after {
  top: auto;
  bottom: 0;
}
.history .item:nth-child(2n) .time {
  order: 2;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
.history .item .tit {
  color: #333333;
  margin-bottom: 0.1rem;
}
.history .item .des {
  line-height: calc(26 / 14);
  max-width: 2.7rem;
  margin: 0 auto;
}
.history .item .sitem:not(:last-child) {
  margin-bottom: 0.2rem;
}
.history .slick-arrow {
  width: 0.55rem;
  height: 0.55rem;
  background-color: #4669e5;
  border: none;
}
.history .slick-arrow::before {
  border-color: #fff;
}
.history .slick-arrow:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.history .slick-prev {
  left: -5%;
}
@media screen and (max-width: 768px) {
  .history .slider .slick-list {
    padding-left: 35%;
  }
}
@media screen and (max-width: 640px) {
  .history .slider .slick-list {
    padding-left: 10%;
  }
  .history .item .box {
    margin-left: 0;
  }
  .history .slick-prev {
    left: 0;
  }
}
.about_other {
  padding: 1rem 0 0.6rem;
}
.about_other .list {
  gap: 0.2rem;
}
.about_other .item {
  position: relative;
  width: calc((100% - 0.2rem * 2) / 3);
}
.about_other .pic {
  height: 2.4rem;
  position: relative;
}
.about_other .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-flow: column wrap;
  text-align: center;
}
.about_other .des {
  height: 0.48rem;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 640px) {
  .about_other .item {
    width: 100%;
  }
}
.about_logolist .list {
  margin-top: 0.4rem;
  gap: 0.1rem;
}
.about_logolist .list li {
  width: calc((100% - 0.1rem * 5) / 6);
}
.about_logolist .list .box {
  padding-top: calc(90 / 205 * 100%);
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
}
.about_logolist .list .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_logolist .list .pic img {
  max-height: 90%;
  max-width: 90%;
}
@media screen and (max-width: 640px) {
  .about_logolist .list li {
    width: calc((100% - 0.1rem * 3) / 4);
  }
}
.about_contact {
  padding: 0.65rem 0 1rem;
}
.about_contact dl {
  position: relative;
  color: #888888;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.about_contact dl::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background-color: #eeeeee;
  height: 1px;
}
.about_contact dl dt,
.about_contact dl dd {
  width: 33.33%;
  padding: 0.35rem 0;
}
.about_contact dl dd {
  padding-right: 5%;
}
.about_contact .name {
  color: #333333;
}
.about_contact .info {
  display: flex;
  align-items: flex-start;
}
.about_contact .info .icon {
  flex: 0 0 auto;
  width: 0.45rem;
  margin-right: 0.2rem;
  position: relative;
  padding: 0.05rem 0;
}
.about_contact .info .icon::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.07rem;
  width: 1px;
  height: 0.18rem;
  background-color: #e9e9e9;
}
.about_contact .mapbox .pic {
  width: calc(780 / 1300 * 100%);
}
.about_contact .mapbox .pic img {
  width: 100%;
}
.about_contact .mapbox .ewm {
  width: calc(390 / 1300 * 100%);
  text-align: center;
  color: #333333;
}
.about_contact .mapbox .ewm img {
  border: 1px solid #eee;
  width: 1.6rem;
  margin: 0 auto 0.15rem;
}
@media screen and (max-width: 640px) {
  .about_contact dl::after {
    display: none;
  }
  .about_contact dl dt,
  .about_contact dl dd {
    width: 100%;
    padding: 0.25rem 0;
  }
  .about_contact .mapbox {
    gap: 0.5rem;
  }
  .about_contact .mapbox .pic,
  .about_contact .mapbox .ewm {
    width: 100%;
    text-align: center;
  }
}
.flexMain .leftMenu {
  margin-right: 0.6rem;
  width: 2.4rem;
  flex-shrink: 0;
}
.flexMain .rightMain {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .flexMain .leftMenu {
    margin-right: 0.3rem;
    width: 1.8rem;
  }
}
.leftMenu {
  margin-bottom: 0.5rem;
}
.leftMenu .menu_title {
  border-radius: 3px 3px 0px 0px;
  background-color: #4669e5;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  display: none;
  position: relative;
}
.leftMenu .menu_title::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background: url(../images/sxtj.png) no-repeat center;
  background-size: 0.18rem;
  filter: brightness(0) invert(1);
}
.leftMenu .lmenu {
  line-height: normal;
  background-color: #f5f7f9;
  padding: 0.25rem 0.3rem;
}
.leftMenu .lmenu > ul ul {
  display: none;
}
.leftMenu .lmenu .navA {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 0.4rem;
}
.leftMenu .lmenu .icon {
  flex: 0 0 auto;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border: solid #4669e5;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.leftMenu .lmenu .aon .navA a {
  color: #4669e5;
}
.leftMenu .lmenu .aon .navA .icon {
  transform: rotate(135deg);
  margin-top: -0.03rem;
}
.leftMenu .lmenu .pitch::before {
  opacity: 1;
}
.leftMenu .lmenu .pitch a {
  color: #4669e5;
}
.leftMenu .lmenu .pitch .icon {
  transform: rotate(135deg);
  margin-top: -0.03rem;
}
.leftMenu .lmenu .sub {
  background-color: transparent;
  padding: 0.15rem 0 0.15rem 0.12rem;
  font-size: 0.14rem;
}
.leftMenu .lmenu .sub li {
  border-bottom: none;
  padding: 0.1rem 0;
  line-height: normal;
}
.leftMenu .lmenu .sub li:first-child {
  padding-top: 0;
}
.leftMenu .lmenu .sub a:hover,
.leftMenu .lmenu .sub .on a {
  color: #4669e5;
}
@media screen and (max-width: 640px) {
  .leftMenu .lmenu {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .leftMenu .lmenu a {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .leftMenu .lmenu .sub {
    font-size: 0.18rem;
  }
}
.applicationBox {
  padding-bottom: 1.2rem;
}
.applicationBox .SingleBox {
  color: #333;
}
.applicationBox .SingleBox table {
  width: 100%;
  font-size: 0.14rem;
}
.applicationBox .SingleBox table tr {
  background-color: #f5f7f9;
}
.applicationBox .SingleBox table tr:nth-child(2n) {
  background-color: #fff;
}
.applicationBox .SingleBox table td,
.applicationBox .SingleBox table th {
  padding: 0.1rem 0.2rem;
  border: 1px solid #eee;
}
.applicationBox .SingleBox table th {
  background-color: #4669e5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .applicationBox .flexMain {
    flex-wrap: wrap;
  }
  .applicationBox .leftMenu {
    width: 100%;
    position: relative;
  }
  .applicationBox .leftMenu .menu_title {
    display: flex;
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .applicationBox .leftMenu .lmenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
    width: 100%;
  }
  .applicationBox .SingleBox table {
    font-size: 0.18rem;
  }
  .applicationBox .SingleBox table td,
  .applicationBox .SingleBox table th {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.Htitle {
  color: #333;
}
.Htitle .con {
  margin-top: 0.2rem;
}
.Htitle .left {
  width: 4.4rem;
}
.Htitle .search {
  width: 3.8rem;
  position: relative;
}
.Htitle .search .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.7rem;
  border: 1px solid #dddddd;
  background-color: #fff;
  border-radius: 0.5rem;
}
.Htitle .search .btn {
  background: url(../images/search.svg) no-repeat center;
  width: 0.6rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 0.23ren;
}
@media (max-width: 640px) {
  .Htitle .con {
    flex-wrap: wrap;
  }
  .Htitle .left,
  .Htitle .right {
    width: 100%;
  }
  .Htitle .right {
    margin-top: 0.25rem;
  }
  .Htitle .search {
    width: 100%;
  }
}
.Hpro {
  padding: 1.2rem 0 0.8rem;
}
.Hpro .slider {
  margin: 0 -0.25rem;
}
.Hpro .box {
  margin: 0 0.25rem;
  display: block;
}
.Hpro .box:hover .pic::before {
  width: 100%;
}
.Hpro .pic {
  position: relative;
  padding-top: 100%;
}
.Hpro .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.Hpro .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #4669e5;
  transition: all 0.5s;
  z-index: 2;
}
.Hpro .title {
  text-align: center;
  margin: 0.4rem 0;
}
.Habout {
  padding: calc(120 / 1920 * 100%) 0 calc(300 / 1920 * 100%);
  text-align: center;
  color: #333333;
}
.Habout .stit,
.Habout .tit {
  color: #231815;
}
.Habout .tit {
  margin: 0.25rem 0 0.2rem;
}
.Habout .des {
  max-width: 9.9rem;
  margin: 0 auto;
  line-height: 2;
}
.Habout .numbox {
  max-width: 9.9rem;
  margin: 0.75rem auto;
  gap: 0.3rem;
}
.Habout .numbox .item {
  width: calc((100% - 0.3rem * 2) / 3);
}
.Habout .numbox .box {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #cccccc;
}
.Habout .numbox .num {
  color: #4669e5;
  margin-right: 0.1rem;
  display: inline-block;
}
.Hyyly {
  position: relative;
  height: 9.5rem;
  padding: 1.15rem 0 1.1rem;
}
.Hyyly .picList,
.Hyyly .picList li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hyyly .picList::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001049;
  opacity: 0.5;
  z-index: 2;
}
.Hyyly .Htitle,
.Hyyly .about_stit {
  color: #fff;
}
.Hyyly .w1300 {
  position: relative;
  z-index: 3;
  flex-flow: column wrap;
  height: 100%;
}
.Hyyly .link {
  display: none;
  margin-top: 0.15rem;
  flex-wrap: wrap;
  gap: 0.05rem;
}
.Hyyly .link a {
  display: inline-block;
  min-width: 0.8rem;
  line-height: 0.26rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  transition: all 0.5s;
}
.Hyyly .link a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.Hyyly .list {
  gap: 0.2rem;
}
.Hyyly .item {
  background-color: rgba(70, 105, 229, 0.8);
  width: calc(212 / 1300 * 100%);
  color: #fff;
  padding: 0.25rem;
  height: 2.12rem;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.Hyyly .icon {
  max-width: 0.4rem;
}
.Hyyly .tit {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}
.Hyyly .intro {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.Hyyly .on {
  width: calc(484 / 1300 * 100%);
}
.Hyyly .on .icon {
  display: none;
}
.Hyyly .on .link {
  display: flex;
}
@media (max-width: 640px) {
  .Hyyly {
    height: auto;
  }
  .Hyyly .w1300 {
    display: block;
  }
  .Hyyly .list {
    flex-wrap: wrap;
    padding: 0.5rem 0 0.1rem;
  }
  .Hyyly .item {
    width: 100%!important;
  }
  .Hyyly .icon {
    display: none;
  }
  .Hyyly .link {
    display: flex;
  }
}
.Hnews {
  padding: 1.2rem 0;
}
.Hnews .Htitle .right {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.Hnews .tab_nav {
  display: inline-flex;
  gap: 0.2rem;
}
.Hnews .tab_nav span {
  min-width: 1.2rem;
  height: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 0.14rem;
  background-color: #f5f7f9;
  transition: all 0.5s;
  cursor: pointer;
}
.Hnews .tab_nav span:hover,
.Hnews .tab_nav span.on {
  background-color: #4669e5;
  color: #fff;
}
.Hnews .tab_more .Hmore {
  display: none;
}
.Hnews .tab_more .Hmore.on {
  display: inline-flex;
}
.Hnews .time {
  display: inline-flex;
  flex-flow: column wrap;
  background-color: #5777e7;
  padding: 0.1rem;
}
.Hnews .picList {
  width: calc(600 / 1300 * 100%);
}
.Hnews .picList .box {
  position: relative;
}
.Hnews .picList .pic {
  position: relative;
  padding-top: calc(381 / 600 * 100%);
}
.Hnews .picList .time,
.Hnews .picList .title {
  position: absolute;
  z-index: 3;
  color: #fff;
}
.Hnews .picList .title {
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0.24rem;
  padding: 0.35rem 1.35rem 0.35rem 0.4rem;
  background-image: -moz-linear-gradient(0deg, rgba(69, 83, 102, 0.5), rgba(69, 83, 102, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(69, 83, 102, 0.5), rgba(69, 83, 102, 0));
  background-image: -ms-linear-gradient(0deg, rgba(69, 83, 102, 0.5), rgba(69, 83, 102, 0));
  background-image: linear-gradient(0deg, rgba(69, 83, 102, 0.5), rgba(69, 83, 102, 0));
}
.Hnews .picList .slick-dots {
  text-align: right;
  bottom: 0.35rem;
  padding-right: 0.4rem;
}
.Hnews .picList .slick-dots li {
  width: 0.08rem;
  height: 0.04rem;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  margin-left: 0.1rem;
}
.Hnews .picList .slick-dots .slick-active {
  background-color: #fff;
  width: 0.28rem;
}
.Hnews .picList .time {
  left: 0.4rem;
  top: 0.4rem;
}
.Hnews .textList {
  width: calc(660 / 1300 * 100%);
  display: flex;
}
.Hnews .textList .ul {
  gap: 0.2rem;
}
.Hnews .textList li {
  width: calc((100% - 0.2rem) / 2);
}
.Hnews .textList .box {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 0.4rem;
  background-color: #f5f7f9;
  transition: all 0.5s;
}
.Hnews .textList .box .time {
  color: #fff;
}
.Hnews .textList .box .title {
  margin-bottom: 0.2rem;
  color: #000000;
}
.Hnews .textList .box .des,
.Hnews .textList .box .more {
  color: #999999;
}
.Hnews .textList .box:hover {
  background-color: #4669e5;
}
.Hnews .textList .box:hover .title,
.Hnews .textList .box:hover .des,
.Hnews .textList .box:hover .more {
  color: #fff;
}
.Hnews .content {
  display: none;
}
@media screen and (max-width: 768px) {
  .Hnews .Htitle .con {
    flex-wrap: wrap;
  }
  .Hnews .Htitle .left {
    width: 100%;
  }
  .Hnews .Htitle .right {
    justify-content: flex-end;
    width: 100%;
    margin-top: 0.2rem;
  }
  .Hnews .textList .box {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .Hnews .Htitle .right {
    gap: 0.2rem;
  }
  .Hnews .tab_more {
    flex: 0 0 auto;
  }
  .Hnews .tab_nav span {
    font-size: 0.2rem;
  }
  .Hnews .list {
    flex-wrap: wrap;
  }
  .Hnews .picList,
  .Hnews .textList {
    width: 100%;
  }
  .Hnews .textList {
    margin-top: 0.25rem;
  }
  .Hnews .textList .box .title {
    margin-top: 0.2rem;
  }
}
.Hother {
  padding: 0.8rem 0;
  text-align: center;
  color: #fff;
}
.Hother .Hmore {
  margin-top: 0.35rem;
}
.Hother .tit {
  margin: 0.35rem 0 0.25rem;
}
@media screen and (max-width: 640px) {
  .Hother .tit {
    padding: 0 7%;
  }
  .Hother .f40 {
    font-size: 0.3rem;
  }
}
.search_result {
  max-width: 8rem;
  margin: 0.6rem auto;
}
.search_result dt {
  padding: 0 0.2rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.search_result dt .on {
  color: #4669e5;
}
.search_result dd {
  position: relative;
  border-radius: 0.5rem;
  border: 2px solid #4669e5;
  overflow: hidden;
  background-color: #4669e5;
  display: flex;
}
.search_result dd .btn {
  background: url(../images/search2.svg) no-repeat center #4669e5;
  width: 0.9rem;
  background-size: 0.21rem;
  flex-shrink: 0;
  display: flex;
}
.search_result dd .text {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  border: none;
  background-color: #fff;
  flex: 1;
}
.search_result dd .text::placeholder {
  color: #999999;
}
.onkey {
  color: #4669e5;
}
.searpgKey {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #eee;
  color: #333333;
}
.proInfo {
  padding: 0.6rem 0;
}
.proInfo .left {
  width: 4.2rem;
  flex-shrink: 0;
}
.proInfo .left figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
}
.proInfo .left .box {
  position: relative;
}
.proInfo .left .slider-for .box {
  padding-top: calc(280 / 420 * 100%);
}
.proInfo .left .slider-for .box figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proInfo .left .slider-for .box img {
  max-height: 100%;
}
.proInfo .left .slider-nav {
  margin: 0.1rem -0.05rem 0;
}
.proInfo .left .slider-nav .box {
  padding-top: 0.52rem;
  margin: 0 0.05rem;
}
.proInfo .left .slider-nav .slick-current figure {
  border-color: #4669e5;
}
.proInfo .right {
  flex: 1;
  min-width: 0;
  padding-left: 0.6rem;
  padding-top: 0.55rem;
}
.proInfo .con {
  min-height: 1.5rem;
}
.proInfo .pro_btn {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .proInfo .left,
  .proInfo .right {
    width: 100%;
  }
  .proInfo .right {
    padding-left: 0;
    flex: auto;
  }
}
.pro_btn {
  display: inline-flex;
  min-width: 1.5rem;
  line-height: 0.4rem;
  border-radius: 0.25rem;
  background-color: #4669e5;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.14rem;
  padding: 0 0.2rem;
}
.pro_btn::before {
  content: '';
  display: inline-block;
  width: 0.16rem;
  height: 0.18rem;
  background: url(../images/zx.png) no-repeat center;
  background-size: contain;
}
.pro_btn:hover {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pro_btn {
    font-size: 0.18rem;
  }
}
.ag-theme-quartz,
.ag-theme-quartz-dark {
  --ag-grid-size: 12px;
  --ag-list-item-height: 40px;
}
.ag-column-drop-vertical {
  display: none!important;
}
.flexMain_pro .leftMenu {
  background-color: #f5f7f9;
  margin-bottom: 0;
  margin-right: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.flexMain_pro .leftMenu .lmenu {
  padding-top: 0.12rem;
}
.flexMain_pro .leftMenu.hide {
  display: none;
}
.flexMain_pro .rightMain {
  background-color: #f5f7f9;
}
#myGrid {
  height: 5.6rem;
}
.example-header {
  padding: 0.3rem 0.2rem;
  background-color: #f5f7f9;
  display: flex;
  gap: 0.2rem;
}
.example-header .search {
  width: 3.8rem;
  border: 1px solid #dddddd;
  display: inline-flex;
}
.example-header .search .text {
  width: 100%;
  flex: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  background-color: #fff;
  font-size: 0.14rem;
  padding: 0 0.1rem;
}
.example-header .search .text::placeholder {
  color: #999999;
}
.example-header .search .btn {
  width: 0.4rem;
  background: url(../images/search2.svg) no-repeat center #4669e5;
  background-size: 0.17rem;
  border: none;
  cursor: pointer;
}
.example-header .reset {
  min-width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3e8ee;
  color: #666666;
  font-size: 0.14rem;
  border: none;
  gap: 0.05rem;
}
.example-header .reset::before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/reset.png) no-repeat center;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .example-header .search .text {
    font-size: 0.18rem;
  }
  .example-header .reset {
    font-size: 0.18rem;
  }
}
.agBox {
  padding: 0.2rem;
}
.custom-file {
  display: inline-flex;
  width: 0.19rem;
  height: 0.21rem;
  background: url(../images/pdf.png) no-repeat center;
  background-size: contain;
}
.choose {
  position: relative;
}
.choose .top {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.choose .top .op {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
.choose .top .op .fa {
  width: 0.06rem;
  height: 0.06rem;
  border: solid #666;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 0.1rem;
  vertical-align: middle;
}
.choose .top a {
  font-size: 0.14rem;
  margin-right: 0.3rem;
}
.choose .top .tt_more {
  display: flex;
  align-items: center;
}
.choose .title {
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/sxtj.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.choose .title.left {
  transform: rotateY(180deg);
}
.choose .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0.1rem;
}
.choose .content a {
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0.1rem;
  width: 20%;
  margin-bottom: 0.06rem;
  font-size: 0.14rem;
}
.choose .content a:nth-last-of-type(1) {
  display: none;
}
.choose .content a input {
  margin-right: 0.05rem;
}
.choose .content a:hover {
  color: #4669e5;
}
@media screen and (max-width: 768px) {
  .choose .content a {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .choose .title {
    width: 0.2rem;
    height: 0.2rem;
  }
  .choose .top .op {
    margin-left: 0.1rem;
  }
  .choose .top a {
    font-size: 0.2rem;
    margin-right: 0.2rem;
  }
  .choose .content a {
    width: auto;
    margin-right: 0.2rem;
  }
}
.verticalContainer {
  padding: 0.2rem 0.2rem 1rem;
  background-color: #fff;
}
.dtsp-verticalContainer table.dataTable.nowrap th {
  line-height: normal!important;
}
.dtsp-verticalContainer table.dataTable.nowrap th .title {
  display: flex;
  align-items: center;
  height: 100%;
}
.dataTables_wrapper .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.15rem;
}
.dataTables_wrapper .bottom .dataTables_length {
  width: auto;
}
.dataTables_wrapper .bottom .dataTables_info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dtsp-verticalContainer .ifx-checkbox label .ifx-checkbox-static {
  display: none!important;
}
.dtfc-fixed-right {
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1) !important;
  border-left: 1px solid #ddd;
}
.dtfc-fixed-right .title {
  margin: 0 auto!important;
}
.search_pro .dataTables_scrollHead.on {
  margin-bottom: 0!important;
}
.search_pro .dataTables_scrollBody {
  padding: 0!important;
}
.search_pro .dtsp-verticalContainer table.dataTable thead > tr > th.sorting:before,
.search_pro .dtsp-verticalContainer table.dataTable thead > tr > th.sorting::after {
  display: none;
}
.dtsp-verticalContainer table.dataTable.nowrap th:last-child {
  text-align: center;
}
.dtsp-verticalContainer table.dataTable.nowrap th:last-child .title {
  display: inline-flex;
}
.right_fixed {
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 20%;
}
.right_fixed a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/f_link.png) no-repeat center #fff;
  background-size: contain;
  box-shadow: 0px 0px 20px 0px rgba(11, 44, 108, 0.1);
}
.right_fixed .back_top {
  background-image: url(../images/f_top.png);
  margin-top: 0.1rem;
}
.ptit {
  display: flex;
  width: 100%;
  gap: 0.05rem;
  justify-content: center;
}
