a {
  text-decoration: none;
  color: #000;
}

html {
  font-size: calc(0.208vw + 12px);
}

.new_index {
  color: #000;
}

img {
  max-width: 100%;
}

.new_index img {
  display: initial;
}

.index-roof {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #14468c;
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  color: #fff;
  box-sizing: border-box;
  font-size: calc(14rem / 16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.index-roof .roof_l {
  display: flex;
  align-items: center;
  line-height: 1;
}

.index-roof .roof_l a {
  padding: 0 10px;
  border-right: 1px solid #fff;
  color: #fff;
}

.index-roof .roof_l a:last-child {
  border-right: 0px;
}

.index-roof .roof_r {
  display: flex;
  align-items: center;
}

.index-roof .roof_r>div {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.index-roof .roof_r div .pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a1b5d1;
  margin-right: 15px;
}

.index-header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.header_l {
  display: flex;
  align-items: center;
}

.index-header-m {
  display: none;
}

.index-header .logo {
  display: block;
  width: 25%;
  height: 100%;
  padding: 20px 60px;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}

.index-header .logo img {
  width: 100%;
  height: 100%;
}

.index-header .nav-ul {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
}

.index-header .nav-ul>li {
  text-align: center;
  position: relative;
}

.index-header .nav-ul>li>a:hover {
  color: #14468c;
}

.index-header .nav-ul>li.active>a {
  color: #e91d2d !important;
}

.index-header .nav-ul>li>a {
  padding: 0 20px;
  display: block;
  line-height: 56px;
  text-transform: uppercase;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
}


.index-header .nav-ul>li .icon {
  display: none;
}

.index-header .nav-ul>li:hover .nav-ul2 {
  animation: navUp 0.5s 0s forwards;
  display: block;
}

.index-header .nav-ul .nav-ul2>li:hover .nav-ul3 {
  animation: navUp 0.5s 0s forwards;
  display: block;
}

.index-header .nav-ul2 li a {
  display: block;
  font-size: calc(14rem / 16);
  color: #333;
  padding: 9px 20px;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
}

.index-header .nav-ul2>li:hover>a {
  background: #00356b;
  border-bottom: 1px solid #00356b;
  color: #fff;
}

.index-header .nav-ul3 a:hover {
  background: #00356b;
  border-bottom: 1px solid #00356b;
  color: #fff;
}

.index-header .nav-ul2 {
  position: absolute;
  top: 56px;
  left: 0px;
  text-align: center;
  display: none;
  background: #fff;
  min-width: 100%;
  box-shadow: 0px 0px 6px 6px rgba(29, 29, 29, 0.08);
  border-top: 2px solid #00356b;
  z-index: 888;
}

.index-header .nav-ul .nav-ul2>li {
  position: relative;
}

.index-header .nav-ul3 {
  position: absolute;
  top: 0;
  left: 100%;
  text-align: center;
  display: none;
  background: #fff;
  min-width: 100%;
  box-shadow: 0px 0px 6px 6px rgba(29, 29, 29, 0.08);
  border-top: 2px solid #00356b;
  z-index: 888;
}


.index-header-black .nav-ul>li>a {
  color: #333;
}

.index-header .nav-open {
  display: none;
}

.header_r {
  display: flex;
}

.header_r_pic {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.header_r .seacher {
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.header_r .seacher img {
  cursor: pointer;
  padding: 10px 0;
  z-index: 1;
}

.header_r .seacher input {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -16px;
  border: 1px solid #4c4c4c;
  padding: 5px 10px;
  opacity: 0;
}

.header_r .seacher input.active {
  right: 63px;
  opacity: 1;
  transition: right .5s;
}

.header_r .lang {
  cursor: pointer;
}

.header_r .contact-us a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b92d1e;
  color: #fff;
  padding: 0 80px;
  color: #fff;
}

.header_r .contact-us img {
  margin-left: 12px;
}

.footer-2023 {
  padding: 5% 0;
}

.footer-share {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(37rem / 16);
}

.footer-share .fl {
  display: flex;
  align-items: center;
}

.footer-share .fl span {
  margin-right: 10px;
  font-size: calc(18rem / 16);
  color: #333;
}

.footer-share .fl .pic {
  width: calc(44rem / 16);
  height: calc(44rem / 16);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.footer-share .fl .pic .qr {
  max-width: 100px !important;
  max-height: 100px !important;
  position: absolute;
  bottom: -110px;
  left: 50%;
  margin-left: -50px;
  z-index: 99;
  display: none;
}

.footer-share .fl .pic:hover .qr {
  display: block;
}

.footer-share .fl .weibo {
  background-color: rgba(56, 86, 147, .7);
}

.footer-share .fl .weixin {
  background-color: rgba(85, 194, 229, .7);
}

.footer-share .fl .youtube {
  background-color: rgba(231, 20, 26, .7);
}

.footer-share .fl .weibo:hover {
  background-color: rgba(56, 86, 147, 1);
}

.footer-share .fl .weixin:hover {
  background-color: rgba(85, 194, 229, 1);
}

.footer-share .fl .youtube:hover {
  background-color: rgba(231, 20, 26, 1);
}

.footer-share .fr {
  width: calc(44rem / 16);
  height: calc(44rem / 16);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(20, 70, 140, .7);
  cursor: pointer;
}

.footer-share .fr:hover {
  background-color: rgba(20, 70, 140, 1);
}

.footer-2023 .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.footer-2023 .nav::after,
.footer-2023 .nav::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bec2c6;
}

.footer-2023 .nav::before {
  top: calc(20rem / 16 * 2 + 18rem / 16);
}

.footer-2023 .nav dl dt {
  font-size: calc(18rem / 16);
  line-height: 1;
  color: #333;
  padding: calc(20rem / 16) 0;
  margin-bottom: calc(20rem / 16);
}

.footer-2023 .nav dl dd a {
  display: block;
  margin-top: 8px;
  color: #666;
  opacity: 0.7;
}

.footer-2023 .nav dl dd a:hover {
  opacity: 1;
}

.fotdow {
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0px;
}

.fotdow .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fotdow .item .fl {
  color: #666;
  opacity: 0.7;
}

.fotdow .item .fr .text {
  display: inline-block;
  vertical-align: middle;
}

.fotdow .item .fr .text a {
  color: #666;
  opacity: 0.7;
  margin: 0px 10px;
}

.fotdow .item .fr .text a:hover {
  opacity: 1;
}

.share {
  position: fixed;
  top: 50%;
  z-index: 9;
  right: 0px;
  margin-top: -50px;
}

.share ul li {
  position: relative;
}

.share ul li>a {
  width: 160px;
  height: 50px;
  background: #335d89;
  display: flex;
  line-height: 50px;
  align-items: center;
  justify-content: center;
}

.share ul li:nth-child(2n)>a {
  background: #00356b;
}

.share ul li>a .img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}

.share ul li>a .text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.share ul li>a .img img {
  width: 27px;
  display: block !important;
}

.share_icon {
  position: absolute;
  right: 160px;
  border: 1px solid #e2e2e7;
  top: 0px;
  background: #fff;
  width: 240px;
  padding-left: 10px;
  height: 50px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  display: none;
}

.share_icon>a {
  margin: 0px !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.share_icon a.icon3 {
  background: url(../images_new/img181.png) no-repeat center center;
}

.share_icon a.icon4 {
  background: url(../images_new/img182.png) no-repeat center center;
}

.share_icon a.icon2 {
  background: url(../images_new/img183.png) no-repeat center center;
}

.share_icon a.icon1 {
  background: url(../images_new/img184.png) no-repeat center center;
}

main {
  width: calc(100% - 90vw / 5.8);
  margin-left: auto;
  margin-right: auto;
}

/* ×ÉÑ¯²à±ßÀ¸ */

.consult-nav {
    position: relative;
}

.consult-nav .show-pic {
    display: none;
    position: absolute;
    bottom: 50%;
    left: calc(-100% - 20px);
    z-index: 3;
    width: 100%;
    transform: translateY(50%);
}

.consult-nav .show-pic img {
    box-shadow: 0 1px 3px #c1c1c1;
}

.consult-nav .show-pic::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border: 10px solid transparent;
    border-left-color: #fff;
    transform: translate(100%, -50%);
}

.consult-nav .show-pic::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border: 12px solid transparent;
    border-left-color: #e0dfdf;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 1580px) {
  .index-header .logo {
    padding: 10px 30px;
  }

  .index-header .nav-ul {
    margin-left: 20px;
  }

  .index-header .nav-ul>li>a {
    padding: 0 10px;
  }

  .header_r .contact-us a {
    padding: 0 40px;
  }

  .header_r_pic {
    padding: 0 15px;
  }

  .header_r .seacher input {
    right: 30px;
  }

  .header_r .seacher input.active {
    right: 50px;
  }
}

@media screen and (max-width: 1180px) {
  .index-header-pc {
    display: none;
  }

  .index-header-m {
    display: flex;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);
    top: 0;
  }

  .index-roof {
    display: none;
  }

  /* .index-header-m .header_l{
    width: 25%;
  } */
  .index-header-m .header_l .logo {
    width: unset;
    padding: 10px;
  }

  .index-header-m .header_l .logo img {
    width: auto;
    height: 34px;
  }

  .index-header-m .nav-open {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    display: block;
    cursor: pointer;
  }

  .index-header-m .nav-open span {
    display: block;
    background-color: #00356b;
    height: 2px;
    width: 30px;
    margin: 6px auto;
    border-radius: 50px;
  }

  .header-m-wrap {
    position: fixed;
    width: 60%;
    height: 100%;
    float: none;
    top: 0;
    left: -60%;
    background-color: #202020;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    padding-top: 50px;
    overflow-y: auto;
    z-index: 9999;
  }

  .header-m-wrap a {
    color: #fff;
  }

  .header-m-wrap .nav-close {
    background: url(../images_new/close.png) no-repeat center center;
    background-size: 18px auto;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 56px;
    height: 50px;
    display: block;
    cursor: pointer;
  }

  .nav-back {
    position: fixed;
    top: 0;
    width: 40%;
    height: 100%;
    right: -40%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
  }

  .header-m-wrap .nav-ul-m {
    padding: 10px;
    padding-top: 0px;
  }

  .header-m-wrap .nav-ul-m>li {
    float: none;
    align-items: center;
    padding: 0px;
    position: relative;
  }

  .header-m-wrap .nav-ul-m li .icon {
    position: absolute;
    right: 0px;
    width: 46px;
    height: 51px;
    z-index: 3;
    top: 0px;
    display: block;
    cursor: pointer;
  }

  .header-m-wrap .nav-ul-m li .icon:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    top: 0px;
    right: 15px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    cursor: pointer;
  }

  .header-m-wrap .nav-ul-m>li>a {
    font-size: 15px;
    padding: 15px 0px;
    border-bottom: 1px solid #303030;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-right: 0px;
  }

  .header-m-wrap .nav-ul2-m {
    display: none;
    padding-left: 15px;
  }

  .header-m-wrap .nav-ul3-m {
    display: none;
    padding-left: 15px;
  }

  .header-m-wrap .nav-ul2-m li a:after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #4c4c4c;
    top: 50%;
    margin-top: -2px;
  }

  .header-m-wrap .nav-ul2-m li a {
    font-size: 14px;
    color: #a6a6a6;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #303030;
    position: relative;
    padding-left: 12px;
  }

  .header-m-wrap .nav-ul-m>li .icon.active:after {
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 20px;
  }

  .header-m-wrap .nav-ul2-m li {
    position: relative;
  }

  .header-m-wrap .nav-ul2-m li .icon {
    height: 40px;
  }

  .header-m-wrap .nav-ul2-m li .icon::after {
    width: 2px;
    height: 16px;
    background-color: rgba(255, 255, 255, .3);
    top: 50%;
    left: 50%;
    border: 0;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
  }

  .header-m-wrap .nav-ul2-m li .icon::before {
    content: '';
    width: 16px;
    height: 2px;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .6s;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
  }

  .header-m-wrap .nav-ul2-m li .icon.active:after {
    transform: rotate(180deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
    opacity: 0;
  }

  .header-m-wrap .nav-ul2-m li .icon.active::before {
    transform: rotate(180deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
  }

  .footer-2023 {
    display: none;
  }

  .fotdow .item .fr .text {
    display: none;
  }

  main {
    width: calc(100% - 45vw / 5.8)
  }
}