body {
  overflow-x: hidden;
}
.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_je {
  display: flex;
}
.flex_je {
  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 {
  max-width: 4rem;
  padding: 0.28rem 0 0.2rem;
}
.header .logo .img2 {
  display: none;
}
.header .right {
  display: inline-flex;
}
.header .menuIcon {
  display: none;
}
.header .search {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .search.search_show .top_search {
  opacity: 1;
  right: 0;
  pointer-events: auto;
}
.header .open_search {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/search.png) 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: 3rem;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 120%;
  z-index: 10;
  border-radius: 0.2rem;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  pointer-events: none;
}
.header .top_search .btn {
  background: url(../images/search2.png) no-repeat center #005c81;
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 0.16rem;
}
.header .top_search .text {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #f5f5f5;
  padding: 0 0.6rem 0 0.1rem;
  border: none;
  font-size: 0.14rem;
  display: block;
}
.header .top_search .text::placeholder {
  color: #b4b4b4;
}
@media screen and (min-width: 1025px) {
  .header .top_search {
    position: relative;
    top: auto;
    right: auto;
    pointer-events: auto;
    opacity: 1;
  }
  .header .open_search {
    display: none;
  }
}
.header .navTop {
  background-color: #005c81;
}
.header .navTop .ul {
  width: 100%;
}
.header .navTop li {
  position: relative;
  text-align: center;
  width: 100%;
}
.header .navTop li span {
  display: block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  color: #fff;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
}
@media (min-width: 1025px) {
  .header .navTop li:hover span a,
  .header .navTop li.aon span a {
    background-color: #62ac6f;
  }
}
.header .navTop li .sub {
  position: absolute;
  min-width: 140px;
  width: 2.6rem;
  left: 50%;
  top: 100%;
  opacity: 0;
  padding-top: 0.15rem;
  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 .navTop li .box {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 0px;
  position: relative;
}
.header .navTop li .box::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 .navTop li .box a {
  display: block;
  text-align: center;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
}
.header .navTop li .box a:hover {
  background-color: #62ac6f;
  color: #fff;
}
.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 (max-width: 1024px) {
  .header > .w1440 {
    height: 1rem;
  }
  .header .logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .other {
    z-index: 110;
  }
  .header .menuIcon {
    margin-left: 0.45rem;
  }
  .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.2rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    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: 1rem;
    background-color: transparent;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 1rem);
    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;
    display: inline-block;
    line-height: normal;
    color: #000;
    padding: 0;
  }
  .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 (max-width: 640px) {
  .header .logo {
    max-width: 3rem;
  }
  .header .lang {
    margin: 0 0.3rem;
  }
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
  .header .fwrx {
    margin: 0 0.15rem;
  }
}
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.Hbanner .slick-dots {
  bottom: calc(40 / 1920 * 100vw);
}
.Hbanner .slick-dots li {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.05rem;
  border-radius: 0.25rem;
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hbanner .slick-dots li.slick-active {
  background-color: #ffcf4f;
  width: 0.32rem;
}
.Hbanner .slick-arrow {
  border: none;
  background-color: transparent;
  width: 0.3rem;
  opacity: 0.6;
}
.Hbanner .slick-arrow::before {
  width: 0.3rem;
  height: 0.3rem;
  border-color: #fff;
  border-width: 0.04rem 0.04rem 0 0;
}
.Hbanner .slick-arrow:hover {
  opacity: 1;
}
.Hbanner .slick-prev {
  left: 0.4rem;
}
.Hbanner .slick-next {
  right: 0.4rem;
}
@media (max-width: 640px) {
  .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;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb150 {
  padding-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .pt100 {
    padding-top: 0.5rem;
  }
  .pb55 {
    padding-bottom: 0.25rem;
  }
  .pb60 {
    padding-bottom: 0.3rem;
  }
  .pb150 {
    padding-bottom: 0.7rem;
  }
}
.Htitle .cn {
  color: #005c81;
}
.Htitle .en {
  text-transform: uppercase;
  color: #c8c8c8;
  margin-top: 0.07rem;
}
.Htitle.white .cn,
.Htitle.white .en {
  color: #fff;
}
.Htitle.white .en {
  opacity: 0.5;
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hbox {
  padding: 1rem 0;
}
.Hbox .slick-prev {
  left: -8%;
}
.Hbox .slick-next {
  right: -8%;
}
@media (max-width: 1600px) {
  .Hbox .slick-prev {
    left: -4%;
  }
  .Hbox .slick-next {
    right: -4%;
  }
}
@media (max-width: 1480px) {
  .Hbox .slick-prev {
    left: -3%;
  }
  .Hbox .slick-next {
    right: -3%;
  }
}
@media (max-width: 768px) {
  .Hbox .slick-prev {
    left: -2%;
  }
  .Hbox .slick-next {
    right: -2%;
  }
}
.Hnews .slider {
  margin: 0 -0.075rem;
}
.Hnews .box {
  display: block;
  margin: 0 0.075rem;
}
.Hnews .pic {
  position: relative;
  padding-top: calc(310 / 470 * 100%);
}
.Hnews .textwarp {
  padding: 0.3rem 0.3rem 0.5rem;
  background-color: #fff;
}
.Hnews time,
.Hnews .des {
  color: #888888;
}
.Hnews .title {
  margin: 0.1rem 0 0.06rem;
}
.Hnews .des {
  line-height: calc(26 / 16);
}
@media (max-width: 640px) {
  .Hnews {
    padding: 0.5rem 0;
  }
}
.Hzhinan {
  padding: 0.976rem 0;
}
.Hzhinan .Htitle {
  text-align: right;
}
.Hzhinan .content {
  position: relative;
}
.Hzhinan .pic {
  position: absolute;
  width: calc(992 / 1440 * 100%);
  right: calc(500 / 1440 * 100%);
  bottom: -0.976rem;
}
.Hzhinan .pic img {
  width: 100%;
}
.Hzhinan .list {
  width: calc(750 / 1440 * 100%);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
}
.Hzhinan li {
  width: 33.33%;
  position: relative;
  padding-top: 33.33%;
}
.Hzhinan li:first-child {
  margin-left: 33.33%;
}
.Hzhinan .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
  color: #fff;
  padding: 0.1rem;
}
.Hzhinan .box .cn {
  margin: 0.17rem 0 0.05rem;
}
.Hzhinan .box .en {
  text-transform: uppercase;
}
.Hzhinan .box:hover .icon {
  transform: rotateY(180deg);
}
.Hzhinan .icon {
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hzhinan .icon img {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .Hzhinan .Htitle {
    position: relative;
    z-index: 2;
  }
  .Hzhinan .pic {
    width: 93%;
    right: -4%;
  }
  .Hzhinan .list {
    width: 65%;
  }
  .Hzhinan .list li {
    padding-top: 0;
  }
  .Hzhinan .box {
    position: relative;
    padding: 0.2rem 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .Hzhinan {
    padding: 0.5rem 0;
  }
  .Hzhinan .list {
    width: 100%;
  }
  .Hzhinan .pic {
    bottom: -0.5rem;
    width: 110%;
  }
  .Hzhinan .box .cn {
    font-size: 0.18rem;
  }
}
.Hmore {
  display: inline-flex;
  color: #888;
  gap: 0.1rem;
  align-items: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hmore::after {
  content: '';
  display: inline-block;
  width: 0.23rem;
  height: 0.08rem;
  background: url(../images/Hmore.png) no-repeat center;
  background-size: contain;
  filter: grayscale(100%) opacity(0.6);
  vertical-align: middle;
}
.Hmore:hover {
  color: #005c81;
}
.Hmore:hover::after {
  filter: none;
}
.Htabbox {
  padding: 0.96rem 0 1.13rem;
}
.Htabbox .tab_nav {
  align-items: flex-end;
  border-bottom: 0.05rem solid #005c81;
  margin-bottom: 0.1rem;
}
.Htabbox .tab_nav .left {
  display: inline-flex;
  gap: 0.75rem;
  color: #888888;
  align-items: flex-end;
}
.Htabbox .tab_nav .item {
  cursor: pointer;
}
.Htabbox .tab_nav .item:hover {
  color: #005c81;
}
.Htabbox .tab_nav .on {
  font-size: 0.3rem;
  color: #005c81;
  font-weight: bold;
}
.Htabbox .list li {
  width: calc(690 / 1440 * 100%);
  padding: 0.3rem 0;
  border-bottom: 1px solid #eaeaea;
}
.Htabbox .list li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .Htabbox {
    padding: 0.5rem 0;
  }
  .Htabbox .tab_nav {
    flex-wrap: wrap;
  }
  .Htabbox .tab_nav .left {
    gap: 0.15rem;
  }
  .Htabbox .tab_nav .item {
    font-size: 0.24rem;
  }
  .Htabbox .tab_nav .on {
    font-size: 0.3rem;
  }
  .Htabbox .tab_nav .right {
    margin-top: 0.1rem;
    width: 100%;
    text-align: right;
  }
  .Htabbox .list li {
    width: 100%;
  }
  .Htabbox .list li:nth-last-child(-n+2) {
    border-bottom: 1px solid #eaeaea;
  }
  .Htabbox .list li:last-child {
    border-bottom: none;
  }
}
.Hnews_item .box:hover .timeBox {
  background-color: #62ac6f;
}
.Hnews_item .box:hover .timeBox .d,
.Hnews_item .box:hover .timeBox .ym {
  color: #fff;
}
.Hnews_item .box:hover .timeBox::after {
  filter: brightness(0) invert(100%);
}
.Hnews_item .timeBox {
  width: 1.2rem;
  position: relative;
  padding-left: 0.36rem;
  border: 1px solid #e3e3e3;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hnews_item .timeBox .d {
  color: #005d85;
  display: block;
  margin-bottom: 0.05rem;
}
.Hnews_item .timeBox .ym {
  color: #000000;
}
.Hnews_item .timeBox::after {
  width: 0.07rem;
  height: 0.46rem;
  content: '';
  background: url(../images/time_line.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.Hnews_item .textwarp {
  width: calc(100% - 1.6rem);
}
.Hnews_item .textwarp .des {
  color: #888888;
  line-height: calc(26 / 16);
  margin-top: 0.1rem;
  margin-bottom: -0.05rem;
}
@media screen and (max-width: 640px) {
  .Hnews_item .timeBox {
    width: 1.4rem;
  }
}
.Hexpert {
  padding: 1rem 0;
}
.Hexpert .tab_nav {
  align-items: flex-end;
}
.Hexpert .tab_nav .right {
  width: calc(970 / 1440 * 100%);
}
.Hexpert .tab_nav .right span {
  display: inline-block;
}
.Hexpert .tab_nav .right a {
  margin-right: 0.5rem;
  color: #888888;
}
.Hexpert .tab_nav .right .slick-current a {
  font-weight: bold;
  color: #005c81;
}
.Hexpert .list {
  overflow: hidden;
}
.Hexpert .list .slider {
  margin: 0 -0.15rem;
}
.Hexpert .box {
  margin: 0 0.15rem;
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(173, 173, 173, 0.1);
  padding: 0.6rem 0.6rem 0.55rem;
}
.Hexpert .box:hover .Hmore {
  color: #005c81;
}
.Hexpert .box:hover .Hmore::after {
  filter: none;
}
.Hexpert .pic {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin: 0 auto 0.5rem;
}
.Hexpert .textwarp {
  text-align: center;
}
.Hexpert .textwarp .title {
  color: #000000;
}
.Hexpert .textwarp .stit {
  color: #555555;
  margin: 0.05rem 0 0.25rem;
}
.Hexpert .textwarp .des {
  color: #888888;
  line-height: calc(28 / 16);
  margin-bottom: 0.6rem;
  height: 5.1em;
}
@media screen and (max-width: 640px) {
  .Hexpert {
    padding: 0.5rem 0;
  }
  .Hexpert .tab_nav .right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Hexpert .tab_nav .right a {
    margin-right: 0.2rem;
  }
}
.Htrends {
  padding: 1rem 0 1.1rem;
}
.Htrends .picbox {
  width: calc(720 / 1440 * 100%);
}
.Htrends .picbox .box {
  position: relative;
  display: block;
}
.Htrends .picbox .pic {
  position: relative;
  padding-top: calc(480 / 720 * 100%);
}
.Htrends .picbox .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-image: -moz-linear-gradient(0deg, #005c81, rgba(0, 92, 129, 0));
  background-image: -webkit-linear-gradient(0deg, #005c81, rgba(0, 92, 129, 0));
  background-image: -ms-linear-gradient(0deg, #005c81, rgba(0, 92, 129, 0));
  background-image: linear-gradient(0deg, #005c81, rgba(0, 92, 129, 0));
  z-index: 2;
}
.Htrends .picbox .txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  z-index: 2;
}
.Htrends .picbox .txtbox .des,
.Htrends .picbox .txtbox .title,
.Htrends .picbox .txtbox .timeBox .d,
.Htrends .picbox .txtbox .timeBox .ym {
  color: #fff;
}
.Htrends .picbox .txtbox .timeBox::after {
  filter: brightness(0) invert(100%);
}
.Htrends .list {
  width: calc(640 / 1440 * 100%);
}
.Htrends .list li {
  padding: 0.27rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.Htrends .list li:first-child {
  padding-top: 0;
}
.Htrends .list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.Htrends .list .title {
  line-height: 1;
  margin-bottom: 0.14rem;
}
@media screen and (max-width: 768px) {
  .Htrends .picbox,
  .Htrends .list {
    width: 100%;
  }
  .Htrends .list {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .Htrends {
    padding: 0.5rem 0;
  }
}
.footer {
  background: url(../images/foot_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1rem;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .flink {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.6rem;
  align-items: flex-start;
}
.footer .flink dt {
  flex: 0 0 auto;
  margin-right: 0.45rem;
}
.footer .flink dd {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
.footer .flink dd em {
  width: 1px;
  height: 0.12rem;
  background-color: #fff;
  opacity: 0.2;
  margin: 0 0.3rem;
}
.footer .flink dd em:last-child {
  display: none;
}
.footer .ewmbox {
  display: inline-flex;
  gap: 0.2rem;
}
.footer .ewmbox figure {
  width: 2rem;
  text-align: center;
}
.footer .ewmbox figure img {
  width: 100%;
  max-width: 1rem;
}
.footer .ewmbox figure p {
  opacity: 0.6;
  font-size: 0.14rem;
  line-height: calc(24 / 14);
  margin-top: 0.1rem;
}
.footer .info dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
  line-height: 0.28rem;
}
.footer .info dl dt {
  flex: 0 0 auto;
  padding-left: 0.3rem;
  position: relative;
  margin-right: 0.18rem;
}
.footer .info dl dt::before {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 100%;
  background: url(../images/foot_1.png) no-repeat left center;
  background-size: contain;
  left: 0;
  top: 0;
}
.footer .info dl dd {
  opacity: 0.5;
}
.footer .info .email dt::before {
  background-image: url(../images/foot_3.png);
}
.footer .info .tel dt::before {
  background-image: url(../images/foot_2.png);
}
.footer .Copyright {
  padding: 0.4rem 0 0.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1.1rem;
}
.footer .Copyright a {
  color: rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
}
.footer .Copyright a:hover {
  color: #fff;
}
.footer .Copyright .img {
  margin-right: 0.12rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 0.5rem;
  }
  .footer .flink dt {
    margin-right: 0.2rem;
  }
  .footer .flink dd em {
    margin: 0 0.15rem;
  }
  .footer .Copyright {
    margin-top: 0.6rem;
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .footer .flink {
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .footer .flink dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .footer .flink dd {
    gap: 0.15rem 0;
  }
  .footer .info {
    width: 100%;
  }
  .footer .ewmbox {
    width: 100%;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .footer .ewmbox figure {
    width: 1.6rem;
  }
  .footer .Copyright {
    margin-top: 0.3rem;
    justify-content: center;
    text-align: center;
  }
}
.right_fixed {
  position: fixed;
  right: calc(30 / 1920 * 100%);
  top: 50%;
  background-color: #005c81;
  box-shadow: 0px 0px 24px 0px rgba(109, 122, 143, 0.14);
  border-radius: 2px;
  width: 0.6rem;
  z-index: 10;
}
.right_fixed li:first-child a {
  border-radius: 2px 2px 0 0;
}
.right_fixed a {
  width: 100%;
  padding-top: 100%;
  display: block;
  background: url(../images/r_icon1.png) no-repeat center;
  background-size: 0.29rem;
  border-bottom: 1px solid rgba(242, 242, 242, 0.2);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  position: relative;
}
.right_fixed a figure {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  display: none;
  width: 1rem;
  text-align: center;
  background-color: #62ac6f;
}
.right_fixed a figure p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
.right_fixed a:hover {
  background-color: #62ac6f;
}
.right_fixed a:hover figure {
  display: block;
}
.right_fixed .wx figure {
  height: 1.2rem;
  padding: 0.1rem;
  width: 1.2rem;
}
.right_fixed .wx figure img {
  width: 100%;
}
.right_fixed .link {
  background-image: url(../images/r_icon2.png);
  background-size: 0.24rem;
}
.right_fixed .backtop {
  background-image: url(../images/r_icon3.png);
  background-size: 0.24rem;
  border-radius: 0 0 2px 2px;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20;
  -webkit-overflow-scrolling: touch;
  display: none;
  cursor: pointer;
  color: #303030;
}
.popup .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.popup .close::before,
.popup .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.03rem;
  height: 90%;
  background-color: #dddddd;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .close:hover {
  transform: rotate(180deg);
}
.popup .box {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vh 0;
}
.popup .info {
  background-color: #fff;
  position: relative;
  width: 92%;
  max-width: 7rem;
  padding: 0.6rem 0.5rem 0.4rem;
}
.popup .form {
  width: 92%;
  max-width: 7rem;
}
.popup .item {
  background-color: #f5f5f5;
  margin-bottom: 0.1rem;
  align-items: flex-start;
}
.popup .name {
  width: 0.8rem;
  line-height: 0.6rem;
  flex: 0 0 auto;
  text-align: center;
  color: #005c81;
}
.popup .text {
  display: block;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.15rem;
  line-height: 0.6rem;
  border: none;
  background-color: transparent;
  font-size: 0.18rem;
}
.popup .text::placeholder {
  color: #888888;
  opacity: 0.5;
}
.popup textarea.text {
  height: 2rem;
}
.popup .btn {
  display: inline-flex;
  width: 3.3rem;
  height: 0.6rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ffcf4f;
  margin-top: 0.3rem;
}
.popup form {
  width: 100%;
}
@media (max-width: 640px) {
  .popup .info {
    padding: 0.5rem 0.3rem;
  }
  .popup .row_2 {
    width: 100%;
  }
  .popup .row_2 .text {
    width: 70%;
  }
}
.NYbanner {
  position: relative;
}
.NYbanner .img {
  width: 100%;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.NYbanner .ban_current {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: right;
}
.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%;
}
.current a {
  color: #999999;
}
.current a:hover {
  color: #005c81;
}
.current span {
  color: #005c81;
}
.current i {
  display: inline-block;
  margin: 0 10px;
  font-style: normal;
  font-family: serif;
}
.NYmenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 0.6rem;
  background-color: #edf3fe;
}
.NYmenu .nav .ul {
  display: flex;
}
.NYmenu .nav li:not(:last-child) {
  margin-right: 0.4rem;
}
.NYmenu .nav li.aon a {
  color: #005c81;
}
.NYmenu .nav li.aon a::after {
  width: 100%;
}
.NYmenu .nav a {
  display: block;
  position: relative;
  color: #999999;
}
.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: 1px;
  background-color: #005c81;
}
.NYmenu .nav a:hover {
  color: #005c81;
}
.NYmenu .nav a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .NYmenu .current {
    display: none;
  }
  .NYmenu .nav a {
    line-height: 0.5rem;
    padding: 0;
  }
}
.SingleBox {
  color: #666666;
  line-height: calc(30 / 16);
}
.SingleBox p,
.SingleBox h1,
.SingleBox h2,
.SingleBox h3,
.SingleBox h4,
.SingleBox h5,
.SingleBox h6 {
  margin: 2em 0;
}
.pt60 {
  padding-top: 0.6rem;
}
.bgmaingra {
  background: linear-gradient(to bottom, #ecf3fe, #f9fbff);
  padding-bottom: 1px;
  padding-top: 0.8rem;
  position: relative;
}
.aboutBox .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 0;
}
.aboutBox .aboutinfo {
  color: #333333;
  line-height: calc(32 / 16);
  text-align: justify;
}
.aboutBox .aboutinfo .img {
  float: right;
  margin-left: 0.75rem;
  margin-top: -0.9rem;
}
.aboutBox .aboutinfo img {
  height: auto!important;
}
@media screen and (max-width: 1024px) {
  .aboutBox .aboutinfo .img {
    float: none;
    margin: 0 0 0.35rem;
  }
}
main:not(.deparinfoMain) {
  padding-top: 0.8rem;
}
/*医院领导*/
.hosAboutus {
  background: url(../images/aboutBG.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.leaderList {
  padding-bottom: 1px;
}
.leaderList li {
  background-color: #fff;
  padding: 0.4rem 0;
  margin-bottom: 0.2rem;
}
.leaderList li .desBox {
  width: calc(1180 / 1440 * 100%);
  padding: 0.1rem 0.75rem;
  border-right: 1px solid #e5e5e5;
}
.leaderList li .desBox .name {
  color: #005c81;
}
.leaderList li .desBox .pos {
  color: #888888;
  display: block;
  margin: 0.05rem 0 0.2rem;
}
.leaderList li .desBox .des {
  color: #555555;
  line-height: 1.8;
}
.leaderList li .moreBt {
  width: calc(260 / 1440 * 100%);
}
.leaderList li .moreBt .btn {
  display: inline-block;
  padding-right: 0.35rem;
  position: relative;
  color: #888888;
}
.leaderList li .moreBt .btn::after {
  width: 0.23rem;
  height: 0.08rem;
  content: '';
  background: url(../images/abmore.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.04rem;
  transition: 0.3s;
}
.leaderList li .moreBt .btn:hover {
  color: #005c81;
}
.leaderList li .moreBt .btn:hover::after {
  right: -0.05rem;
}
.schnewsList li {
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.schnewsList li .desBox {
  width: calc(1250 / 1440 * 100%);
  padding: 0.3rem;
}
.schnewsList li .desBox .imgBox {
  width: calc(300 / 1250 * 100%);
  overflow: hidden;
}
.schnewsList li .desBox .imgBox figure {
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.schnewsList li .desBox .txtBox {
  width: calc(790 / 1250 * 100%);
  padding: 0 0.7rem;
}
.schnewsList li .desBox .txtBox h5 {
  color: #000000;
  font-weight: normal;
}
.schnewsList li .desBox .txtBox p {
  color: #888888;
  line-height: 1.5;
  margin: 0.15rem 0 0.45rem;
}
.schnewsList li .desBox .txtBox .more {
  display: inline-block;
  padding-right: 0.35rem;
  position: relative;
  color: #888888;
}
.schnewsList li .desBox .txtBox .more::after {
  width: 0.23rem;
  height: 0.08rem;
  content: '';
  background: url(../images/abmore.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.04rem;
  transition: 0.3s;
}
.schnewsList li .timeBox {
  width: calc(190 / 1440 * 100%);
  position: relative;
  padding-left: 0.65rem;
}
.schnewsList li .timeBox .d {
  color: #005d85;
  display: block;
  margin-bottom: 0.05rem;
}
.schnewsList li .timeBox .ym {
  color: #000000;
}
.schnewsList li .timeBox::after {
  width: 0.07rem;
  height: 0.41rem;
  content: '';
  background: url(../images/i1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.2rem;
}
.schnewsList li:hover .desBox .imgBox figure {
  transform: scale(1.1);
}
.schnewsList li:hover .desBox .txtBox h5 {
  color: #005c81;
}
.schnewsList li:hover .desBox .txtBox .more::after {
  right: -0.05rem;
}
.newsInfo {
  background-color: #fff;
  padding: 0.2rem 0.75rem 0.6rem;
  margin-bottom: 6%;
}
.newsInfo .titBox {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.newsInfo .titBox h1 {
  font-size: 0.2rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.newsInfo .titBox time {
  color: #888888;
  display: block;
}
.newsInfo .desBox {
  padding: 0.3rem 0 0.6rem;
  color: #000000;
  line-height: calc(32 / 16);
}
.newsInfo .desBox .imgBox {
  text-align: center;
  margin: 4% 0;
}
.newsInfo .pnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.25rem;
}
.newsInfo .pnBox span {
  display: block;
  position: relative;
  padding-left: 0.2rem;
}
.newsInfo .pnBox span::before {
  width: 0.08rem;
  height: 0.14rem;
  content: '';
  background: url(../images/i2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.07rem;
}
.newsInfo .pnBox span.next {
  padding-left: 0;
  padding-right: 0.2rem;
}
.newsInfo .pnBox span.next::before {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.cateMenu {
  margin-bottom: 0.25rem;
  text-align: center;
}
.cateMenu a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  margin: 0 0.1rem;
  line-height: 0.5rem;
  background-color: #fff;
  color: #555555;
  transition: 0.3s;
}
.cateMenu a:hover {
  color: #005c81;
}
.cateMenu a.on {
  background-color: #005c81;
  color: #fff;
}
.vidcenList li {
  width: 30%;
  margin-right: 5%;
  float: left;
  margin-bottom: 2%;
  background-color: #fff;
}
.vidcenList li:nth-child(3n) {
  margin-right: 0;
}
.vidcenList li .imgBox {
  overflow: hidden;
  position: relative;
}
.vidcenList li .imgBox figure {
  padding-bottom: 2.45rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.vidcenList li .imgBox::after {
  width: 0.5rem;
  height: 0.5rem;
  content: '';
  background: url(../images/playBtn.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vidcenList li .txtBox {
  padding: 0.2rem 0.3rem 0.1rem;
}
.vidcenList li .txtBox h5 {
  font-size: 0.2rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.vidcenList li .txtBox p {
  color: #888888;
  margin-bottom: 0.05rem;
}
.vidcenList li:hover .imgBox figure {
  transform: scale(1.1);
}
.vidcenList li:hover .imgBox::after {
  top: 49%;
}
.vidcenList li:hover .txtBox h5 {
  color: #005c81;
}
.orgztList .ul {
  background-color: #fff;
  padding: 0.35rem 0.8rem;
}
.orgztList .ul li {
  border-bottom: 1px solid #e5eef2;
}
.orgztList .ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orgztList .ul li a h5 {
  width: 70%;
  font-size: 0.18rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.85rem;
}
.orgztList .ul li a time {
  color: #888888;
  display: block;
}
.orgztList .ul li:hover a h5 {
  color: #005c81;
}
.orgztList.cliorgList {
  padding: 0.25rem 0.2rem;
  background-color: #fff;
}
.orgztList.cliorgList .ul {
  padding: 0.35rem 0.4rem;
  padding-top: 0;
}
.orgztList.cliorgList .ul.tit {
  padding: 0.15rem 0.4rem;
  background-color: #f5f5f5;
}
.orgztList.cliorgList .ul.tit li {
  border-bottom: none;
}
.orgztList.cliorgList .ul.tit li a h5 {
  line-height: 1;
  color: #666666;
}
.orgztList.cliorgList .ul.tit li a span {
  color: #666666;
}
.deparList {
  padding-bottom: 5%;
}
.deparList li {
  float: left;
  width: 19%;
  background-color: #fff;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.deparList li:nth-child(5n) {
  margin-right: 0;
}
.deparList li a {
  display: flex;
  align-items: center;
  padding: 0.15rem;
  position: relative;
}
.deparList li a .icon {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  transition: 0.3s;
}
.deparList li a h5 {
  width: calc(100% - 0.8rem);
  padding-left: 0.2rem;
  font-size: 0.18rem;
  font-weight: normal;
}
.deparList li a::before {
  width: 0.09rem;
  height: 0.16rem;
  content: '';
  background: url(../images/i3.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  margin-top: -0.08rem;
  transition: 0.3s;
}
.deparList li:hover a .icon {
  transform: translateY(-5%);
}
.deparList li:hover a::before {
  right: 0.15rem;
}
.depaIntro {
  background: url(../images/desBG.jpg) no-repeat #fff;
  background-size: cover;
  background-position: center bottom;
  padding: 0.75rem;
  margin-bottom: 5%;
}
.depaIntro .item {
  margin-bottom: 0.4rem;
}
.depaIntro .item:last-child {
  margin-bottom: 0;
}
.depaIntro .item .tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.depaIntro .item .tit .icon {
  max-width: 0.3rem;
  margin-right: 0.15rem;
}
.depaIntro .item .tit h5 {
  font-size: 0.24rem;
  color: #005d85;
  font-weight: normal;
}
.depaIntro .item .txt {
  color: #000000;
  line-height: 2;
}
.clindList {
  padding-bottom: 5%;
}
.clindList li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 2%;
  position: relative;
  text-align: center;
  padding: 0.6rem 0.2rem;
  overflow: hidden;
}
.clindList li:nth-child(3n) {
  margin-right: 0;
}
.clindList li .icon {
  width: 0.7rem;
  margin: 0 auto 0.1rem;
  transition: 0.3s;
}
.clindList li h5 {
  font-size: 0.18rem;
  font-weight: normal;
}
.clindList li .BG {
  width: 2.2rem;
  position: absolute;
  right: -0.2rem;
  bottom: -0.5rem;
  opacity: 0.05;
  transition: 0.3s;
}
.clindList li .BG img {
  width: 100%;
}
.clindList li:hover .icon {
  transform: translateY(-5%);
}
.clindList li:hover .BG {
  opacity: 0.1;
}
.deInfodes {
  margin-bottom: 0.7rem;
  background-color: #fff;
  padding: 0.8rem;
}
.deInfodes .txtBox {
  width: calc(610 / 1280 * 100%);
}
.deInfodes .txtBox .tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.deInfodes .txtBox .tit .icon {
  max-width: 0.3rem;
  margin-right: 0.15rem;
}
.deInfodes .txtBox .tit h5 {
  font-size: 0.24rem;
  color: #005d85;
  font-weight: normal;
}
.deInfodes .txtBox .txt {
  line-height: 1.8;
}
.deInfodes .txtBox .more {
  margin-top: 0.25rem;
}
.deInfodes .txtBox .more .moreBtn {
  display: inline-block;
  padding-right: 0.35rem;
  position: relative;
  color: #888888;
  font-size: 0.14rem;
}
.deInfodes .txtBox .more .moreBtn::after {
  width: 0.23rem;
  height: 0.08rem;
  content: '';
  background: url(../images/abmore.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.04rem;
  transition: 0.3s;
}
.deInfodes .txtBox .more .moreBtn:hover {
  color: #005c81;
}
.deInfodes .txtBox .more .moreBtn:hover::after {
  right: -0.05rem;
}
.deInfodes .imgBox {
  width: calc(600 / 1280 * 100%);
  overflow: hidden;
}
.expertList {
  background-color: #dcecf2;
  padding: 5% 0;
}
.expertList .topBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}
.expertList .topBox .more .moreBtn {
  display: inline-block;
  padding-right: 0.35rem;
  position: relative;
  color: #888888;
  font-size: 0.14rem;
}
.expertList .topBox .more .moreBtn::after {
  width: 0.23rem;
  height: 0.08rem;
  content: '';
  background: url(../images/abmore.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.04rem;
  transition: 0.3s;
}
.expertList .topBox .more .moreBtn:hover {
  color: #005c81;
}
.expertList .topBox .more .moreBtn:hover::after {
  right: -0.05rem;
}
.expertList .sliderBox .ul {
  margin: 0 -0.15rem;
}
.expertList .sliderBox .ul li {
  margin: 0 0.15rem;
  background-color: #fff;
  padding: 0.6rem 0.6rem 0.5rem;
  text-align: center;
}
.expertList .sliderBox .ul li .imgBox {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.4rem;
}
.expertList .sliderBox .ul li .txtBox h5 {
  font-size: 0.2rem;
  color: #000000;
  font-weight: normal;
}
.expertList .sliderBox .ul li .txtBox .pos {
  display: block;
  color: #555555;
  margin: 0.1rem 0 0.15rem;
}
.expertList .sliderBox .ul li .txtBox p {
  color: #888888;
  line-height: 0.28rem;
  text-align: left;
  min-height: 0.84rem;
}
.expertList .sliderBox .ul li .txtBox .more {
  display: inline-block;
  padding-right: 0.35rem;
  position: relative;
  color: #888888;
  font-size: 0.14rem;
  margin-top: 0.4rem;
}
.expertList .sliderBox .ul li .txtBox .more::after {
  width: 0.23rem;
  height: 0.08rem;
  content: '';
  background: url(../images/abmore.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.04rem;
  transition: 0.3s;
}
.expertList .sliderBox .ul li:hover .txtBox h5 {
  color: #005c81;
}
.expertList .sliderBox .ul li:hover .txtBox .more {
  color: #005c81;
}
.expertList .sliderBox .ul li:hover .txtBox .more::after {
  right: -0.05rem;
}
.expertList .sliderBox .ul .slick-arrow {
  border-radius: 50%;
  background-color: #fff;
  border: none;
}
.expertList .sliderBox .ul .slick-arrow:hover {
  background-color: #005c81;
}
.introFix {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.introFix .contBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.introFix .contBox .w1440 {
  background-color: #fff;
  position: relative;
  padding: 0.5rem 0.75rem;
}
.introFix .contBox .w1440 .cloBtn {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/cloBtn.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  transition: 0.3s;
}
.introFix .contBox .w1440 .cloBtn:hover {
  transform: rotate(90deg);
}
.introFix .contBox .w1440 .textBox {
  margin-top: 0.2rem;
  line-height: 2;
  max-height: 70vh;
  overflow-y: auto;
}
.tenderList li {
  float: left;
  width: 49%;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 2%;
}
.tenderList li:nth-child(2n) {
  margin-right: 0;
}
.tenderList li a {
  display: flex;
  align-items: center;
}
.tenderList li a .imgBox {
  width: 42%;
  overflow: hidden;
}
.tenderList li a .imgBox figure {
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.tenderList li a .txtBox {
  width: 58%;
  padding: 0 0.4rem;
}
.tenderList li a .txtBox h5 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  min-height: 0.84rem;
}
.tenderList li a .txtBox time {
  display: block;
  margin-top: 0.3rem;
  color: #999999;
}
.tenderList li a:hover .imgBox figure {
  transform: scale(1.1);
}
.SingleText {
  padding: 0.6rem;
  background-color: #fff;
  color: #000000;
  line-height: 0.26rem;
  margin-bottom: 5%;
}
.cliSearch .searBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.cliSearch .searBox .item {
  width: calc(300 / 1400 * 100%);
  display: flex;
  align-items: center;
}
.cliSearch .searBox .item label {
  color: #005c81;
  width: 0.8rem;
}
.cliSearch .searBox .item select {
  width: calc(100% - 0.8rem);
  line-height: 0.4rem;
  height: 0.4rem;
  background-color: #f5f5f5;
  border: none;
  padding: 0 0.15rem;
  font-size: 0.16rem;
}
.cliSearch .searBox .goSear {
  width: calc(80 / 1400 * 100%);
  line-height: 0.4rem;
  text-align: center;
  background-color: #005c81;
  color: #fff;
}
.cliSearch .searBox .expSear {
  width: calc(620 / 1400 * 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cliSearch .searBox .expSear .item {
  width: calc(300 / 620 * 100%);
}
.cliSearch .resultTab {
  background-color: #fff;
}
.cliSearch .resultTab .typeList {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eff4fe;
  padding: 0.25rem 0.2rem;
}
.cliSearch .resultTab .typeList a {
  color: #666666;
  margin-right: 0.3rem;
  display: block;
}
.cliSearch .resultTab .typeList a:hover {
  color: #365a80;
}
.cliSearch .resultTab .typeList a.on {
  color: #365a80;
}
.cliSearch .resultTab .tabBox {
  padding: 0.25rem 0.2rem;
}
.cliSearch .resultTab .tabBox .ul {
  display: flex;
  align-items: center;
}
.cliSearch .resultTab .tabBox .ul li {
  width: 11.66%;
  padding: 0.25rem 0.2rem;
  text-align: center;
}
.cliSearch .resultTab .tabBox .ul li:nth-child(3) {
  width: 30%;
  text-align: left;
}
.cliSearch .resultTab .tabBox .ul li a {
  color: #365a80;
}
.cliSearch .resultTab .tabBox .ul.tit {
  background-color: #f5f5f5;
  color: #666666;
}
.cliSearch .resultTab .tabBox .ul.tit li {
  padding: 0.2rem;
}
.cliSearch .resultTab .tabBox .ul.tit li:nth-child(3) {
  text-align: center;
}
.cliSearch .resultTab .tabBox .ul.list {
  border-bottom: 1px solid #eff4fe;
}
.expIntroList li {
  width: 31%;
  float: left;
  background-color: #fff;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.expIntroList li:nth-child(3n) {
  margin-right: 0;
}
.expIntroList li a {
  display: flex;
  align-items: center;
}
.expIntroList li a .imgBox {
  width: 36.5%;
  overflow: hidden;
}
.expIntroList li a .imgBox figure {
  padding-bottom: 2.15rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.expIntroList li a .txtBox {
  width: 63.5%;
  padding: 0 0.35rem;
}
.expIntroList li a .txtBox h5 {
  color: #005d85;
  font-weight: normal;
}
.expIntroList li a .txtBox p {
  color: #888888;
  margin: 0.1rem 0 0.6rem;
}
.expIntroList li a .txtBox .more {
  display: inline-block;
  padding-right: 0.35rem;
  position: relative;
  color: #888888;
  font-size: 0.14rem;
}
.expIntroList li a .txtBox .more::after {
  width: 0.23rem;
  height: 0.08rem;
  content: '';
  background: url(../images/abmore.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.04rem;
  transition: 0.3s;
}
.expIntroList li:hover a .imgBox figure {
  transform: scale(1.1);
}
.expIntroList li:hover a .txtBox .more::after {
  right: -0.05rem;
}
.lshipInfo {
  background: url(../images/lshipBG.jpg) no-repeat #fff;
  background-position: center bottom;
  padding: 0.5rem 0.9rem;
  margin-bottom: 5%;
}
.lshipInfo .topBox {
  display: flex;
  align-items: flex-end;
}
.lshipInfo .topBox .imgBox {
  width: calc(210 / 1260 * 100%);
}
.lshipInfo .topBox .imgBox img {
  width: 100%;
}
.lshipInfo .topBox .txtBox {
  width: calc(1050 / 1260 * 100%);
  padding-left: 0.4rem;
}
.lshipInfo .topBox .txtBox .tit {
  color: #005d85;
  margin-bottom: 0.1rem;
}
.lshipInfo .topBox .txtBox .des {
  color: #999999;
}
.lshipInfo .topBox .txtBox .tab {
  margin-top: 0.6rem;
}
.lshipInfo .topBox .txtBox .tab .ul {
  display: flex;
  background-color: #f5f9fe;
}
.lshipInfo .topBox .txtBox .tab .ul li {
  width: 14.285%;
  padding: 0.12rem 0.25rem;
  color: #000;
}
.lshipInfo .topBox .txtBox .tab .ul li:nth-child(1) {
  width: 18%;
}
.lshipInfo .topBox .txtBox .tab .ul li a {
  color: #005d85;
  border-bottom: 1px solid #005d85;
}
.lshipInfo .topBox .txtBox .tab .ul.tit {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.lshipInfo .topBox .txtBox .tab .ul.tit li {
  color: #888888;
}
.lshipInfo .infoBox {
  margin-top: 0.6rem;
}
.lshipInfo .infoBox .item {
  margin-bottom: 0.4rem;
}
.lshipInfo .infoBox .item:last-child {
  margin-bottom: 0;
}
.lshipInfo .infoBox .item .tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.lshipInfo .infoBox .item .tit .icon {
  max-width: 0.3rem;
  margin-right: 0.15rem;
}
.lshipInfo .infoBox .item .tit h5 {
  font-size: 0.18rem;
  color: #005d85;
  font-weight: normal;
}
.lshipInfo .infoBox .item .txt {
  color: #000000;
  line-height: 2;
}
.onkey {
  color: #005c81;
}
.searpgKey {
  margin-bottom: 0.35rem;
  color: #888888;
  font-size: 0.18rem;
}
@media (max-width: 1024px) {
  .deparList li a h5 {
    padding-left: 0.1rem;
  }
  .cliSearch .resultTab .tabBox .ul li {
    width: 13.33%;
  }
  .cliSearch .resultTab .tabBox .ul li:nth-child(3) {
    width: 20%;
  }
  .lshipInfo {
    padding: 0.5rem 0.3rem;
  }
  .lshipInfo .topBox .txtBox {
    padding-left: 0.2rem;
  }
}
@media (max-width: 768px) {
  .leaderList li {
    display: block;
    padding: 0.2rem 0;
  }
  .leaderList li .desBox {
    padding: 0.2rem;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }
  .leaderList li .moreBt {
    width: 100%;
    margin-top: 0.2rem;
  }
  .schnewsList li a {
    display: block;
    position: relative;
  }
  .schnewsList li .desBox {
    width: 100%;
  }
  .schnewsList li .desBox .imgBox {
    width: 35%;
  }
  .schnewsList li .desBox .txtBox {
    width: 65%;
    padding: 0 0 0 0.2rem;
  }
  .schnewsList li .timeBox {
    padding-left: 0.3rem;
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    width: 1rem;
  }
  .newsInfo {
    padding: 0.2rem 0.3rem 0.6rem;
  }
  .newsInfo .pnBox {
    display: block;
  }
  .newsInfo .pnBox span.next {
    margin-top: 0.1rem;
  }
  .vidcenList li {
    width: 49%;
    margin-right: 2%;
  }
  .vidcenList li:nth-child(3n) {
    margin-right: 2%;
  }
  .vidcenList li:nth-child(2n) {
    margin-right: 0;
  }
  .deparList li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .deparList li:nth-child(5n) {
    margin-right: 2%;
  }
  .deparList li:nth-child(2n) {
    margin-right: 0;
  }
  .depaIntro {
    padding: 0.3rem;
  }
  .deInfodes {
    padding: 0.3rem;
    display: block;
  }
  .deInfodes .txtBox {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .deInfodes .imgBox {
    width: 100%;
    text-align: center;
  }
  .introFix .contBox .w1440 {
    padding: 0.3rem;
  }
  .tenderList li {
    width: 100%;
    margin-right: 0;
  }
  .tenderList li a .txtBox {
    padding: 0 0.2rem;
  }
  .SingleText {
    padding: 0.5rem 0.3rem;
  }
  .cateMenu a {
    margin-bottom: 0.2rem;
  }
  .cliSearch .searBox {
    flex-wrap: wrap;
  }
  .cliSearch .searBox .item {
    width: 49%;
    margin-bottom: 0.15rem;
  }
  .cliSearch .searBox .goSear {
    width: 100%;
  }
  .cliSearch .resultTab .typeList {
    flex-wrap: wrap;
  }
  .cliSearch .resultTab .tabBox .ul li {
    padding: 0.2rem 0.1rem;
  }
  .cliSearch .resultTab .tabBox .ul.tit li {
    padding: 0.2rem 0.1rem;
  }
  .orgztList .ul {
    padding: 0.2rem 0.3rem;
  }
  .orgztList.cliorgList .ul {
    padding: 0 0.2rem 0.2rem;
  }
  .cliSearch .searBox .expSear {
    width: 100%;
  }
  .expIntroList li {
    width: 49%;
    margin-right: 2%;
  }
  .expIntroList li:nth-child(3n) {
    margin-right: 2%;
  }
  .expIntroList li:nth-child(2n) {
    margin-right: 0;
  }
  .expIntroList li a .txtBox {
    padding: 0 0.2rem;
  }
  .lshipInfo .topBox {
    display: block;
  }
  .lshipInfo .topBox .imgBox {
    width: 2rem;
    margin-bottom: 0.2rem;
  }
  .lshipInfo .topBox .txtBox {
    padding-left: 0;
    width: 100%;
  }
  .lshipInfo .topBox .txtBox .tab {
    margin-top: 0.3rem;
  }
  .lshipInfo .topBox .txtBox .tab .ul li {
    padding: 0.1rem;
  }
  .lshipInfo .infoBox {
    margin-top: 0.3rem;
  }
  .lshipInfo .infoBox .item .tit {
    margin-bottom: 0.1rem;
  }
  .searpgKey {
    margin-bottom: 0.2rem;
  }
}
.GuideBox {
  min-height: 100vh;
  padding: 0.5rem 0;
}
.GuideBox .warp {
  width: 100%;
  max-width: 4.9rem;
  background-color: rgba(222, 241, 243, 0.9);
  padding: 0 0.3rem 0.3rem;
  margin-top: 0.52rem;
  border-radius: 0.1rem;
}
.GuideBox .logo {
  text-align: center;
  position: relative;
  margin-bottom: 0.45rem;
}
.GuideBox .logo img {
  max-width: 2.5rem;
  margin-top: -0.42rem;
  position: relative;
  z-index: 2;
}
.GuideBox .logo::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -0.52rem;
  transform: translateX(-50%);
  border-radius: 100%;
  width: 1.2rem;
  height: 1.2rem;
  z-index: 0;
  background-image: -moz-linear-gradient(180deg, rgba(222, 241, 243, 0.9) 50%, rgba(222, 241, 243, 0));
  background-image: -webkit-linear-gradient(180deg, rgba(222, 241, 243, 0.9) 50%, rgba(222, 241, 243, 0));
  background-image: -ms-linear-gradient(180deg, rgba(222, 241, 243, 0.9) 50%, rgba(222, 241, 243, 0));
  background-image: linear-gradient(180deg, rgba(222, 241, 243, 0.9) 50%, rgba(222, 241, 243, 0));
}
.GuideBox .box:hover .icon img {
  transform: rotateY(180deg);
}
.GuideBox .list_1 {
  width: 100%;
  gap: 0.1rem;
}
.GuideBox .list_1 li {
  width: calc((100% - 0.1rem) / 2);
  border-radius: 10px;
}
.GuideBox .list_1 li:first-child {
  background-color: rgba(0, 95, 138, 0.92);
}
.GuideBox .list_1 li:nth-child(2) {
  background-color: rgba(26, 115, 148, 0.92);
}
.GuideBox .list_1 li:nth-child(3) {
  background-color: rgba(20, 141, 140, 0.92);
}
.GuideBox .list_1 li:nth-child(4) {
  background-color: rgba(250, 187, 16, 0.92);
}
.GuideBox .list_1 .box {
  min-height: 2.1rem;
  flex-flow: column wrap;
  padding: 0.6rem 0.2rem 0.2rem;
  text-align: center;
  color: #fff;
}
.GuideBox .list_1 .icon {
  width: 0.6rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.14rem;
}
.GuideBox .list_1 .icon img {
  max-height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.GuideBox .list_1 .en {
  opacity: 0.4;
  margin-top: 0.05rem;
}
.GuideBox .list_2 {
  width: 100%;
  gap: 0.08rem;
  margin: 0.1rem 0 0.2rem;
}
.GuideBox .list_2 li {
  width: calc((100% - 0.08rem * 3) / 4);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.GuideBox .list_2 .box {
  width: 100%;
  height: 1rem;
  color: #478e8e;
  flex-flow: column wrap;
}
.GuideBox .list_2 .icon {
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.08rem;
}
.GuideBox .list_2 .icon img {
  max-height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.GuideBox .Copyright {
  text-align: center;
  color: #478e8e;
}
.GuideBox .Copyright p {
  display: flex;
  gap: 0.05rem 0.15rem;
  justify-content: center;
  margin-top: 0.05rem;
  flex-wrap: wrap;
}
.GuideBox .Copyright a {
  color: #478e8e;
}
.GuideBox .Copyright .img {
  margin-right: 0.05rem;
}
@media (max-width: 1024px) {
  .GuideBox .warp {
    max-width: 490px;
  }
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.85);
}
.video-box .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 4;
  right: 20px;
  top: 20px;
}
.video-box .close::before,
.video-box .close::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.video-box .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.video-box .ytable {
  height: 100%;
}
.video-box .ytable_cell {
  text-align: center;
}
.video-box video {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.fwrx {
  margin-left: 0.5rem;
  flex: 1;
}
