body {
  overflow-x: hidden;
}
.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
i {
  font-style: normal;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe {
  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: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.header.header_hover {
  background-color: transparent;
}
.header.header_hover .lang .title {
  filter: brightness(0) invert(100%);
}
.header.header_hover .top_link {
  color: #fff;
}
.header.header_hover .open_search {
  filter: brightness(0) invert(100%);
}
.header.header_hover .navTop li span a {
  color: #fff;
}
.header .top_link {
  margin-left: 0.28rem;
  display: inline-flex;
  align-items: center;
}
.header .logo {
  max-width: 2.26rem;
}
.header .right {
  display: inline-flex;
}
.header .menuIcon {
  display: none;
}
.header .other {
  pointer-events: auto;
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 1.55rem;
}
.header .lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 0.28rem;
}
.header .lang .title {
  cursor: pointer;
  width: 0.19rem;
  height: 0.19rem;
  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: #1050a3;
  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 {
  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.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: 3rem;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 120%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  pointer-events: none;
}
.header .top_search .btn {
  background: url(../images/search.svg) no-repeat center;
  width: 0.5rem;
  background-size: 0.19rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.header .top_search .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 0.6rem 0 0.1rem;
  color: #666;
}
.header .navTop .ul {
  width: 100%;
  gap: 0.66rem;
}
.header .navTop li {
  position: relative;
  text-align: center;
}
.header .navTop li span {
  display: inline-block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  display: block;
  color: #333333;
  line-height: 1rem;
}
@media (min-width: 1025px) {
  .header .navTop li:hover span a,
  .header .navTop li.aon span a {
    color: #1050a3;
    font-weight: bold;
  }
}
.header .navTop li .sub {
  position: absolute;
  min-width: 150px;
  width: 100%;
  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;
}
.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 10px;
  transition: all 0.2s ease-in-out;
}
.header .navTop li .box a:hover {
  background-color: #1050a3;
  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: 1660px) {
  .header .other {
    margin-left: 0.25rem;
  }
}
@media (max-width: 1024px) {
  .header {
    line-height: 0.8rem;
  }
  .header.header_hover #open_menu i {
    background-color: #fff;
  }
  .header.header_hover #open_menu::before,
  .header.header_hover #open_menu::after {
    background-color: #fff;
  }
  .header .other {
    z-index: 110;
    margin-left: 0;
  }
  .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.18rem;
    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: 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;
    display: inline-block;
    line-height: normal;
  }
  .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 .lang {
    margin: 0 0.3rem;
  }
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
}
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.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;
  padding-top: 1.2rem;
  z-index: 5;
  color: #fff;
  text-align: right;
}
.Hbanner .textwarp .des {
  margin-top: 0.2rem;
}
.Hbanner .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.Hbanner .animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(20px);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}
.Hbanner .ani_show .animate {
  opacity: 1;
  transform: translateY(0);
}
@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);
  }
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.mt40 {
  margin-top: 0.4rem;
}
.mb55 {
  margin-bottom: 0.55rem;
}
.Htitle {
  position: relative;
  z-index: 1;
}
.Htitle.flex_js {
  align-items: flex-end;
}
.Htitle::before {
  content: '';
  position: absolute;
  width: 0.66rem;
  height: 0.92rem;
  left: -0.32rem;
  top: -0.45rem;
  background: url(../images/title_bg.svg) no-repeat center;
  background-size: contain;
}
.Htitle .en {
  color: #cccccc;
  text-transform: uppercase;
}
.Htitle .cn {
  color: #333333;
  font-weight: bold;
}
.Htitle .des {
  color: #333333;
  line-height: calc(30 / 16);
}
.Htitle .line {
  width: 0.9rem;
  height: 0.04rem;
  background-color: #1050a3;
}
.Htitle.white .cn {
  color: #fff;
}
.Htitle.white .des {
  color: #cccccc;
}
.Hmore {
  color: #999999;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}
.Hmore::after {
  content: '';
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/Hmore2.png) no-repeat center #1050a3;
  border-radius: 100%;
}
.Hmore.more_white {
  color: #fff;
}
.Hmore.more_white::after {
  background-image: url(../images/Hmore.png);
  background-color: #fff;
}
.Hpro {
  position: relative;
  padding: 0.86rem 0 1.1rem;
}
.Hpro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/Hbox_bg1.png) no-repeat center;
  background-size: contain;
  width: 4.36rem;
  height: 96%;
}
.Hpro .inner {
  position: relative;
  padding-bottom: 0.8rem;
}
.Hpro .Htitle {
  width: calc(295 / 1600 * 100%);
}
.Hpro .slider_for {
  width: calc(1240 / 1600 * 100%);
}
.Hpro .slider_for .pic {
  position: relative;
  padding-top: calc(700 / 1240 * 100%);
}
.Hpro .slider_for .slick-arrow {
  display: none!important;
}
.Hpro .slider_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  align-items: flex-end;
  gap: 0.1rem;
}
.Hpro .slider_nav .item {
  width: calc(270 / 1600 * 100%);
  cursor: pointer;
}
.Hpro .slider_nav .pic {
  display: none;
}
.Hpro .slider_nav .info {
  display: none;
}
.Hpro .slider_nav .box {
  position: relative;
  text-align: center;
  background-color: rgba(83, 123, 174, 0.9);
  padding: 0.15rem;
}
.Hpro .slider_nav .box a {
  color: #fff;
}
.Hpro .slider_nav .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.05rem;
}
.Hpro .slider_nav .icon img {
  max-height: 100%;
}
.Hpro .slider_nav .des {
  color: #fff;
  opacity: 0.8;
  line-height: calc(24 / 14);
  margin-bottom: 0.3rem;
}
.Hpro .slider_nav .sub {
  display: flex;
  flex-flow: row wrap;
  gap: 0.06rem;
  align-items: center;
}
.Hpro .slider_nav .sub a {
  color: #fff;
  opacity: 0.6;
  display: inline-block;
  vertical-align: middle;
}
.Hpro .slider_nav .sub a:hover {
  opacity: 1;
}
.Hpro .slider_nav .sub em {
  font-style: normal;
  width: 1px;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0.3;
  display: inline-block;
  vertical-align: middle;
}
.Hpro .slider_nav .title {
  color: #fff;
  font-weight: normal;
}
.Hpro .slider_nav .on {
  width: calc(430 / 1600 * 100%);
}
.Hpro .slider_nav .on .box {
  padding: 0.3rem 0.5rem;
  text-align: left;
}
.Hpro .slider_nav .on .icon {
  margin-left: 0;
}
.Hpro .slider_nav .on .info {
  display: block;
}
.Hpro .slider_nav .on .title {
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0.15rem 0 0.1rem;
}
@media (max-width: 1024px) {
  .Hpro .Htitle {
    width: 100%;
  }
  .Hpro .slider_for {
    margin-left: auto;
  }
  .Hpro .slider_nav .on .box {
    padding: 0.15rem 0.2rem;
  }
}
@media (max-width: 640px) {
  .Hpro {
    padding: 0.3rem 0 0.6rem;
  }
  .Hpro .inner {
    padding-bottom: 0;
  }
  .Hpro .slider_for {
    display: none;
  }
  .Hpro .slider_nav {
    position: relative;
  }
  .Hpro .slider_nav .item {
    width: 100%;
  }
  .Hpro .slider_nav .item .pic {
    display: block;
    position: relative;
    padding-top: calc(700 / 1240 * 100%);
    margin-bottom: 0.2rem;
  }
  .Hpro .slider_nav .item .box {
    padding: 0.3rem 0.5rem;
    text-align: left;
  }
  .Hpro .slider_nav .item .icon {
    margin-left: 0;
  }
  .Hpro .slider_nav .item .info {
    display: block;
  }
  .Hpro .slider_nav .item .title {
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0.15rem 0 0.1rem;
  }
}
:root {
  --mapw: 1920;
  --imgw: 1161;
  --imgh: 577;
}
.Hmap {
  position: relative;
  background: url(../images/Hmap_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.95rem;
  padding-bottom: 0.3rem;
  z-index: 3;
}
.Hmap .inner {
  position: relative;
}
.Hmap .picBox {
  display: inline-block;
  margin-left: -0.35rem;
  position: relative;
  width: calc(1161 / var(--mapw) * 100vw);
}
.Hmap .picBox .img2 {
  display: none;
}
.Hmap .markbox li {
  position: absolute;
  font-size: calc(14 / var(--mapw) * 100vw);
  color: #fff;
  display: flex;
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.Hmap .markbox .icon {
  width: calc(39 / var(--mapw) * 100vw);
  display: inline-block;
  padding-top: calc(43 / 39 * 100%);
  background: url(../images/Hmap_icon1.svg) no-repeat center;
  background-size: contain;
  transform: translateX(0.1vw);
}
.Hmap .markbox [title='厄瓜多尔'],
.Hmap .markbox [title='吉布提'],
.Hmap .markbox [title='伊拉克'],
.Hmap .markbox [title='阿曼'],
.Hmap .markbox [title='马来西亚'] {
  flex-flow: column wrap;
}
.Hmap .markbox [title='厄瓜多尔'] span,
.Hmap .markbox [title='吉布提'] span,
.Hmap .markbox [title='伊拉克'] span,
.Hmap .markbox [title='阿曼'] span,
.Hmap .markbox [title='马来西亚'] span {
  transform: translateY(-0.5vw);
}
.Hmap .markbox [title='中国'] {
  left: calc(861 / var(--imgw) * 100%);
  top: calc(145 / var(--imgh) * 100%);
}
.Hmap .markbox [title='美国'] {
  left: calc(190 / var(--imgw) * 100%);
  top: calc(138 / var(--imgh) * 100%);
}
.Hmap .markbox [title='厄瓜多尔'] {
  left: calc(259 / var(--imgw) * 100%);
  top: calc(295 / var(--imgh) * 100%);
}
.Hmap .markbox [title='尼日利亚'] {
  left: calc(536 / var(--imgw) * 100%);
  top: calc(236 / var(--imgh) * 100%);
}
.Hmap .markbox [title='吉布提'] {
  left: calc(651 / var(--imgw) * 100%);
  top: calc(246 / var(--imgh) * 100%);
}
.Hmap .markbox [title='伊拉克'] {
  left: calc(653 / var(--imgw) * 100%);
  top: calc(164 / var(--imgh) * 100%);
}
.Hmap .markbox [title='阿曼'] {
  left: calc(700 / var(--imgw) * 100%);
  top: calc(205 / var(--imgh) * 100%);
}
.Hmap .markbox [title='巴基斯坦'] {
  left: calc(727 / var(--imgw) * 100%);
  top: calc(160 / var(--imgh) * 100%);
}
.Hmap .markbox [title='马来西亚'] {
  left: calc(885 / var(--imgw) * 100%);
  top: calc(270 / var(--imgh) * 100%);
}
.Hmap .markbox .on {
  font-size: calc(16 / var(--mapw) * 100vw);
}
.Hmap .markbox .on .icon {
  width: calc(46 / var(--mapw) * 100vw);
  padding-top: calc(52 / 39 * 100%);
  background-image: url(../images/Hmap_icon2.svg);
}
.Hmap .txtCon {
  position: absolute;
  top: calc(-80 / 1920 * 100vw);
  right: calc(80 / 1920 * 100vw);
  width: calc(400 / 1600 * 100%);
}
.Hmap .txtCon .item {
  display: none;
}
.Hmap .txtCon .pic {
  position: relative;
  padding-top: calc(267 / 400 * 100%);
}
.Hmap .txtCon .textwarp {
  background-color: #fff;
  padding: 0.3rem;
}
.Hmap .txtCon .title {
  color: #333333;
  line-height: 1.2;
}
.Hmap .txtCon .des {
  margin: 0.13rem 0;
  color: #666666;
  line-height: calc(30 / 16);
}
.Hmap .txtCon .add,
.Hmap .txtCon .tel {
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.4rem;
}
.Hmap .txtCon .add::before,
.Hmap .txtCon .tel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.22rem;
  height: 0.3rem;
  background: url(../images/map_add.svg) no-repeat left center;
  background-size: contain;
}
.Hmap .txtCon .tel::before {
  background-image: url(../images/map_tel.svg);
}
.Hmap .slick-prev {
  left: -0.65rem;
}
.Hmap .slick-next {
  right: -0.65rem;
}
@media (min-width: 1025px) {
  .Hmap .slick-arrow {
    border-color: #fff;
  }
  .Hmap .slick-arrow::before {
    border-color: #fff;
  }
}
@media (max-width: 1024px) {
  .Hmap .txtCon {
    top: -2rem;
    width: calc(400 / 1024 * 100%);
    right: -0.2rem;
  }
  .Hmap .slick-prev {
    left: -0.25rem;
  }
  .Hmap .slick-next {
    right: -0.25rem;
  }
}
@media (max-width: 640px) {
  .Hmap {
    padding: 0.3rem 0 0.6rem;
  }
  .Hmap .slick-prev {
    left: -0.1rem;
  }
  .Hmap .slick-next {
    right: -0.1rem;
  }
  .Hmap .picBox {
    width: 100%;
  }
  .Hmap .picBox .img {
    display: none;
  }
  .Hmap .picBox .img2 {
    display: block;
  }
  .Hmap .markbox {
    display: none;
  }
  .Hmap .txtCon {
    position: relative;
    top: auto;
    width: 100%;
    right: 0;
  }
  .Hmap .txtCon .item {
    display: block!important;
  }
  .Hmap .txtCon .itemLIst {
    padding-bottom: 0.5rem;
  }
  .Hmap .txtCon .itemLIst .slick-arrow {
    top: 45%;
  }
  .Hmap .txtCon .itemLIst .slick-prev {
    left: 40%;
  }
  .Hmap .txtCon .itemLIst .slick-next {
    right: 40%;
  }
}
.Hnews {
  padding: 0.65rem 0 1.2rem;
}
.Hnews .list .time {
  color: #999999;
}
.Hnews .list .des {
  color: #666666;
  line-height: calc(26 / 16);
  margin-top: 0.1rem;
}
.Hnews .list dt {
  width: calc(800 / 1600 * 100%);
  background-color: #fff;
}
.Hnews .list dt .pic {
  position: relative;
  padding-top: calc(450 / 800 * 100%);
}
.Hnews .list dt .textwarp {
  padding: 0.3rem;
}
.Hnews .list dt .title time {
  float: right;
  line-height: 2;
}
.Hnews .list dt .des {
  margin-top: 0.2rem;
}
.Hnews .list dd {
  width: calc(726 / 1600 * 100%);
}
.Hnews .list dd .box {
  display: block;
  padding-bottom: 0.2rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #eeeeee;
}
.Hnews .list dd .box:last-child {
  margin-bottom: 0;
}
.Hnews .list dd .des {
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .Hnews .list dt,
  .Hnews .list dd {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 640px) {
  .Hnews {
    padding: 0.3rem 0 0.6rem;
  }
}
.Hflair {
  padding: 0.55rem 0 1.25rem;
}
.Hflair .ul {
  margin: 0 -0.18rem;
}
.Hflair .box {
  margin: 0 0.18rem;
  display: block;
}
.Hflair .pic {
  position: relative;
  padding-top: calc(350 / 290 * 100%);
  background: url(../images/Hflair_itembg.jpg) no-repeat center;
  background-size: cover;
}
.Hflair .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.55rem 0.5rem;
}
.Hflair .pic i img {
  max-height: 100%;
}
.Hflair .title {
  line-height: 0.6rem;
  background-color: #fff;
  text-align: center;
  padding: 0 0.08rem;
}
@media (max-width: 640px) {
  .Hflair {
    padding: 0.3rem 0 0.6rem;
  }
}
.footer {
  background-color: #1b2229;
}
.footer .bottom {
  padding: 0.6rem 0 0.65rem;
}
.footer .logo {
  width: 2.96rem;
}
.footer .tel {
  padding: 0.65rem 0 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer .tel .tit {
  font-weight: 100;
}
.footer .tel p {
  color: #fff;
  margin-top: 0.05rem;
}
.footer .share {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.footer .share a {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: rgba(251, 251, 251, 0.3);
}
.footer .share a .icon {
  display: flex;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.footer .share a .icon img {
  max-height: 90%;
  max-width: 90%;
}
.footer .share a:hover {
  background-color: #1050a3;
}
.footer .share a:hover .icon {
  opacity: 1;
}
.footer .share a:hover .ewm {
  display: block;
}
.footer .share .sina::after {
  background-image: url(../images/foot_sina.svg);
}
.footer .share .a_f::after {
  background-image: url(../images/foot_f.svg);
}
.footer .share .a_t::after {
  background-image: url(../images/foot_t.svg);
}
.footer .share .a_in::after {
  background-image: url(../images/foot_in.svg);
}
.footer .share .ewm {
  position: absolute;
  left: 0;
  top: calc(100% + 0.15rem);
  background-color: rgba(229, 235, 240, 0.2);
  width: 1.16rem;
  padding: 0.07rem;
  display: none;
}
.footer .share .ewm::before {
  content: '';
  position: absolute;
  left: 0.12rem;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-bottom-color: rgba(235, 241, 245, 0.2);
}
.footer .share .ewm img {
  width: 100%;
}
.footer nav {
  gap: 0.65rem;
}
.footer nav dt {
  margin-bottom: 0.2rem;
}
.footer nav dt a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
.footer nav dd a {
  display: block;
  line-height: calc(30 / 14);
  color: rgba(255, 255, 255, 0.5);
}
.footer nav dt a:hover,
.footer nav dd a:hover {
  color: #fff;
}
.footer .Copyright {
  padding: 0.25rem 0 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.footer .Copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .Copyright a:hover {
  color: #fff;
}
.footer .Copyright .link {
  gap: 0.15rem;
  margin-bottom: 0.1rem;
}
.footer .Copyright .link em {
  width: 1px;
  height: 0.12rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.footer .Copyright .link em:last-child {
  display: none;
}
.footer .Copyright p {
  gap: 0.1rem;
  line-height: 1.6;
}
.footer .Copyright p a {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
}
.footer .Copyright .img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .footer nav {
    display: none;
  }
}
.fcontact {
  position: fixed;
  right: 0.2rem;
  bottom: 5%;
  z-index: 10;
}
.fcontact .hover {
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/foot_ly.svg) no-repeat center #fff;
  background-size: 0.26rem;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  display: block;
}
.fcontact:hover .btn {
  display: flex;
}
.fcontact .btn {
  width: 1.36rem;
  height: 1.74rem;
  background: url(../images/ly_bg.svg) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  color: #1050a3;
  gap: 0.05rem;
  padding-top: 0.3rem;
  position: absolute;
  right: -0.3rem;
  bottom: -0.25rem;
  display: none;
}
.fcontact .btn::before {
  display: block;
  content: '';
  width: 0.36rem;
  height: 0.33rem;
  background: url(../images/foot_ly.svg) no-repeat center;
  background-size: contain;
}
.fcontact .formbox {
  right: 100%;
  position: absolute;
  right: 120%;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 0.5rem 0.3rem 0.4rem;
  width: 4.2rem;
  display: none;
}
.fcontact .formbox .close {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 100%;
  border: 2px solid #1050a3;
  cursor: pointer;
}
.fcontact .formbox .close::before,
.fcontact .formbox .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 70%;
  background-color: #1050a3;
}
.fcontact .formbox .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fcontact .formbox .text {
  width: 100%;
  line-height: 0.5rem;
  height: 0.5rem;
  border: 1px solid #dddddd;
  margin-bottom: 0.14rem;
  padding: 0 0.15rem;
  border-radius: 6px;
}
.fcontact .formbox textarea.text {
  height: 1.6rem;
  resize: none;
}
.fcontact .formbox .submit {
  width: 2rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1050a3;
  margin: 0 auto;
  border-radius: 0.5rem;
}
.NYbanner {
  position: relative;
}
.NYbanner .img {
  width: 100%;
}
.bg_f3f6fa {
  background-color: #f3f6fa;
}
.NYmenu {
  padding: 0.6rem 0;
}
.NYmenu .nav .ul {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  flex-flow: row wrap;
}
.NYmenu .nav li.aon a {
  color: #fff;
  background-color: #1050a3;
}
.NYmenu .nav a {
  display: block;
  position: relative;
  min-width: 0.9rem;
  padding: 0 0.3rem;
  line-height: 0.46rem;
  background-color: #fff;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  text-align: center;
}
.NYmenu .nav a:hover {
  color: #fff;
  background-color: #1050a3;
}
.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 {
  color: #999999;
}
.NYmenu .current a:hover {
  color: #1050a3;
}
.NYmenu .current span {
  color: #555;
}
.NYmenu .current i {
  display: inline-block;
  margin: 0 10px;
  font-style: normal;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  .NYmenu .current {
    display: none;
  }
  .NYmenu .nav a {
    padding: 0 0.1rem;
  }
}
.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;
}
:root {
  --bmapw: 1920;
  --bimgw: 1426;
  --bimgh: 709;
}
.business_contain {
  background-color: #2c65a0;
  background-image: url('../images/business_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.business_contain .top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.business_contain .top .title {
  font-size: 0.3rem;
  color: #fff;
  font-weight: 700;
  padding: 0.9rem 0 0.3rem;
  line-height: 0.3rem;
}
.business_contain .top .flagMenu {
  width: 100%;
  max-width: 6.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  height: 0.6rem;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  margin-bottom: 0.8rem;
}
.business_contain .top .item {
  color: #fefefe;
  white-space: nowrap;
}
.business_contain .top img {
  width: 0.41rem;
  height: 0.46rem;
  margin-right: 0.02rem;
}
.business_contain .map_list {
  display: block;
  position: relative;
  /*max-width: calc( 1426 / var(--bmapw) * 100vw );*/
  width: 100%;
  max-width: 1426px;
  margin: 0 auto;
}
.business_contain .map_list .img2 {
  display: none;
}
.business_contain .markbox li {
  position: absolute;
  font-size: calc(14 / var(--bmapw) * 100vw);
  color: #fff;
  display: flex;
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  flex-flow: column wrap;
}
.business_contain .markbox li span {
  transform: translateY(-0.2vw);
}
.business_contain .markbox .icon {
  width: calc(41 / var(--bmapw) * 100vw);
  display: inline-block;
  padding-top: calc(46 / 41 * 100%);
  background: url(../images/Hmap_icon1.svg) no-repeat center;
  background-size: contain;
  transform: translateX(0.1vw);
}
.business_contain .markbox [data-work='现在作业中的国家'] .icon {
  background-image: url(../images/icon2.png);
}
.business_contain .markbox [data-work='曾经作业过的国家'] .icon {
  background-image: url(../images/icon1.png);
}
.business_contain .markbox [title='中国'] {
  left: calc(1080 / var(--bimgw) * 100%);
  top: calc(169 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='美国'] {
  left: calc(238 / var(--bimgw) * 100%);
  top: calc(186 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='厄瓜多尔'] {
  left: calc(325 / var(--bimgw) * 100%);
  top: calc(361 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='尼日利亚'] {
  left: calc(666 / var(--bimgw) * 100%);
  top: calc(310 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='吉布提'] {
  left: calc(805 / var(--bimgw) * 100%);
  top: calc(303 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='伊拉克'] {
  left: calc(809 / var(--bimgw) * 100%);
  top: calc(204 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='阿曼'] {
  left: calc(864 / var(--bimgw) * 100%);
  top: calc(254 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='巴基斯坦'] {
  left: calc(903 / var(--bimgw) * 100%);
  top: calc(215 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='马来西亚'] {
  left: calc(1091 / var(--bimgw) * 100%);
  top: calc(333 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='哥伦比亚'] {
  left: calc(342 / var(--bimgw) * 100%);
  top: calc(311 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='阿尔巴尼亚'] {
  left: calc(706 / var(--bimgw) * 100%);
  top: calc(167 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='哈萨克斯坦'] {
  left: calc(913 / var(--bimgw) * 100%);
  top: calc(136 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='埃塞俄比亚'] {
  left: calc(754 / var(--bimgw) * 100%);
  top: calc(283 / var(--bimgh) * 100%);
}
.business_contain .markbox [title='埃塞俄比亚'],
.business_contain .markbox [title='哥伦比亚'] {
  flex-flow: column-reverse wrap;
}
.business_contain .markbox [title='埃塞俄比亚'] span,
.business_contain .markbox [title='哥伦比亚'] span {
  transform: none;
}
.business_contain .markbox .on {
  font-size: calc(16 / var(--bmapw) * 100vw);
}
.business_contain .markbox .on .icon {
  width: calc(56 / var(--bmapw) * 100vw);
  padding-top: calc(65 / 56 * 100%);
  background-image: url(../images/icon3.svg);
}
.business_contain .txtCon {
  position: fixed;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  box-shadow: 2.347px 4.415px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  max-height: 70%;
  overflow-y: auto;
  display: none;
}
.business_contain .txtCon .item {
  display: none;
}
.business_contain .txtCon .box {
  padding: 0.45rem 0.6rem;
  position: relative;
}
.business_contain .txtCon .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.3rem;
  height: 0.3rem;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.business_contain .txtCon .close::before,
.business_contain .txtCon .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 90%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #1050a3;
}
.business_contain .txtCon .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.business_contain .txtCon .left {
  width: calc(720 / 1280 * 100%);
}
.business_contain .txtCon .left .des {
  line-height: calc(36 / 16);
}
.business_contain .txtCon .right {
  width: calc(400 / 1280 * 100%);
}
.business_contain .txtCon .pic {
  position: relative;
  padding-top: calc(267 / 400 * 100%);
}
.business_contain .txtCon .textwarp {
  background-color: #fff;
  padding: 0.3rem 0;
}
.business_contain .txtCon .title {
  color: #333333;
  line-height: 1.2;
}
.business_contain .txtCon .des {
  margin: 0.13rem 0;
  color: #666666;
  line-height: calc(30 / 16);
}
.business_contain .txtCon .add,
.business_contain .txtCon .tel {
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.4rem;
}
.business_contain .txtCon .add::before,
.business_contain .txtCon .tel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.22rem;
  height: 0.3rem;
  background: url(../images/map_add.svg) no-repeat left center;
  background-size: contain;
}
.business_contain .txtCon .tel::before {
  background-image: url(../images/map_tel.svg);
}
@media (min-width: 1920px) {
  .business_contain .map_list {
    max-width: 14.26rem;
  }
  .business_contain .map_list .img {
    width: 100%;
  }
}
@media (max-width: 1920px) and (min-width: 1426px) {
  .business_contain .markbox li {
    font-size: 14px;
  }
  .business_contain .markbox .icon {
    width: 41px;
    padding-top: 46px;
  }
}
@media screen and (max-width: 640px) {
  .business_contain .txtCon {
    padding: 0.3rem;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    max-height: none;
    overflow: hidden;
  }
  .business_contain .txtCon .close {
    display: block;
  }
  .business_contain .txtCon .left,
  .business_contain .txtCon .right {
    width: 100%;
  }
  .business_contain .txtCon .box {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    max-height: 90vh;
    overflow-y: auto;
  }
}
.Development_list .item {
  padding-bottom: 0.7rem;
}
.Development_list .item:nth-child(2n) .pic {
  order: 2;
}
.Development_list .pic {
  width: calc(596 / 1280 * 100%);
}
.Development_list .pic img {
  width: 100%;
}
.Development_list .textwarp {
  width: calc(596 / 1280 * 100%);
  padding-right: calc(50 / 1280 * 100%);
}
.Development_list .title {
  color: #1050a3;
  margin-bottom: 0.15rem;
}
.Development_list .des {
  line-height: calc(36 / 16);
  color: #333333;
}
.Development_list .box:not(:last-child) {
  margin-bottom: 0.45rem;
}
@media (max-width: 640px) {
  .Development_list .item:nth-child(2n) .pic {
    order: 0;
  }
  .Development_list .pic,
  .Development_list .textwarp {
    width: 100%;
    padding-bottom: 0.2rem;
    padding-right: 0;
  }
}
.job_list {
  color: #333;
  padding-bottom: 0.7rem;
}
.job_list .list {
  background-color: #fafafb;
}
.job_list .title {
  display: flex;
  width: 100%;
  padding: 0.3rem 0.8rem;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  background-color: #fff;
}
.job_list .title li {
  width: 100%;
}
.job_list .title .name {
  flex: 0 0 auto;
}
.job_list .title .icon {
  width: 0.15rem;
  display: inline-block;
  height: 0.15rem;
  position: relative;
  margin-left: 0.1rem;
}
.job_list .title .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.08rem;
  height: 0.08rem;
  border: solid #1050a3;
  border-width: 2px 2px 0 0;
}
.job_list .title .name {
  width: 26%;
}
.job_list .title .time {
  display: flex;
  align-items: center;
  width: 1.2rem;
  flex: 0 0 auto;
}
.job_list .top {
  color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: #1050a3;
}
.job_list .content {
  display: none;
}
.job_list .con {
  line-height: calc(36 / 16);
  color: #555;
  position: relative;
  padding: 0.25rem 0 0.5rem;
  padding-right: 2rem;
}
.job_list .btn {
  width: 1.5rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #1050a3;
  color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  bottom: 0.6rem;
}
.job_list .selected {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.job_list .selected .title {
  color: #1050a3;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-color: #dddddd;
}
.job_list .selected .icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (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 .edu {
    display: none;
  }
  .job_list .title .time {
    width: 1.4rem;
  }
  .job_list .title .name {
    width: calc(100% - 1.4rem);
  }
  .job_list .con {
    padding-right: 0;
  }
  .job_list .selected {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .job_list .btn {
    position: relative;
    display: block;
    bottom: auto;
    margin-top: 0.5rem;
  }
}
.job_content {
  padding-bottom: 1.15rem;
  color: #333333;
  text-align: center;
}
.job_content .title {
  text-align: center;
  padding-bottom: 0.4rem;
  color: #1050a3;
}
.job_content .inner {
  padding: 0.3rem 0.5rem;
  background-color: #fff;
  gap: 0.2rem 0.5rem;
  justify-content: space-evenly;
}
.job_content .inner .left {
  display: flex;
  justify-content: space-between;
  width: 7.6rem;
}
.job_content .inner .pic {
  width: 0.9rem;
  text-align: center;
  flex: 0 0 auto;
  margin-top: 0.08rem;
}
.job_content .inner .pic img {
  width: 100%;
  border-radius: 0.1rem;
  margin-bottom: 0.05rem;
}
.job_content .inner .txt {
  line-height: 0.36rem;
  text-align: left;
}
.job_content .inner .right {
  text-align: center;
}
.job_content .inner .right .ewm {
  width: 1.3rem;
}
@media (max-width: 640px) {
  .job_content .inner {
    flex-flow: row wrap;
    gap: 0.2rem;
  }
  .job_content .inner .item:first-child,
  .job_content .inner .item:nth-child(2) {
    width: 100%;
  }
}
.bg_fff {
  background-color: #fff;
}
.p_tb35 {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.p_rl60 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.pt110 {
  padding-top: 1.1rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pb40 {
  padding-bottom: 0.4rem;
}
.pb95 {
  padding-bottom: 0.95rem;
}
@media (max-width: 640px) {
  .p_rl60 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.pro_left_menu {
  width: calc(160 / 1280 * 100%);
}
.pro_left_menu .sub {
  padding-top: 0.28rem;
}
.pro_left_menu .sub a {
  display: block;
  padding-right: 0.15rem;
  position: relative;
  text-align: right;
  margin-bottom: 0.35rem;
  color: #666666;
  line-height: 1.2;
}
.pro_left_menu .sub a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #1050a3;
  opacity: 0;
}
.pro_left_menu .sub a:hover {
  color: #1050a3;
}
.pro_left_menu .sub a.aon {
  color: #1050a3;
  font-size: 0.18rem;
  font-weight: bold;
}
.pro_left_menu .sub a.aon::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .pro_left_menu {
    padding-bottom: 0.5rem;
  }
  .pro_left_menu .sub {
    display: flex;
    flex-flow: row wrap;
    gap: 0.2rem;
    padding-top: 0;
  }
  .pro_left_menu .sub a {
    padding-right: 0;
    padding-bottom: 0.05rem;
    margin-bottom: 0;
  }
  .pro_left_menu .sub a::after {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
  }
}
.pro_right_main {
  width: calc(1080 / 1280 * 100%);
}
@media (max-width: 768px) {
  .pro_left_menu,
  .pro_right_main {
    width: 100%;
  }
}
.pro_title {
  color: #1050a3;
}
.pro_title.center {
  text-align: center;
}
.pro_main_one .dl {
  align-items: flex-start;
  margin-bottom: 0.2rem;
  max-width: 865px;
}
.pro_main_one .dt_name {
  width: 0.9rem;
  padding: 0.08rem 0.05rem;
  border-radius: 0.5rem;
  border: 1px solid #1050a3;
  margin-right: 0.2rem;
  text-align: center;
  line-height: 1;
  color: #1050a3;
}
.pro_main_one .txtbox {
  width: calc(100% - 1.1rem);
  padding: 0.08rem 0;
  color: #333333;
}
.pro_main_one .txtbox ul {
  margin-left: 1em;
}
.pro_main_one .dl_1 .txtbox ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0.28rem;
}
.pro_main_one .dl_2 .txtbox {
  gap: 0 0.8rem;
  line-height: 0.39rem;
  padding: 0;
}
.pro_main_one .dl_3 .txtbox {
  line-height: 0.39rem;
  padding: 0;
}
.pro_main_one .list {
  gap: 0.35rem;
  padding: 0.3rem 0;
}
.pro_main_one .list .items {
  width: calc((100% - 0.35rem * 3) / 4);
  text-align: center;
}
.pro_main_one .list .pic {
  margin-bottom: 0.15rem;
  position: relative;
  padding-top: calc(284 / 214 * 100%);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.pro_main_one .list .des {
  color: #999999;
  font-size: 0.14rem;
  margin-top: 0.05rem;
}
.pro_main_one .list .title span {
  position: relative;
}
.pro_main_one .list .box:hover .pic {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.pro_main_one .list .box:hover .title {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 640px) {
  .pro_main_one .list {
    gap: 0.35rem 0.2rem;
  }
  .pro_main_one .list .items {
    width: calc((100% - 0.2rem) / 2);
  }
}
.pro_main_one_details .des_info {
  margin-top: 0.15rem;
  text-align: center;
}
.pro_main_one_details .des_info .info {
  display: inline-flex;
  flex-flow: row wrap;
  background-color: #f3f7fc;
  gap: 0.35rem;
  padding: 0.08rem 0.25rem;
  border-radius: 0.5rem;
}
.pro_main_one_details .pro_details .pro_stit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.13rem;
}
.pro_main_one_details .pro_details .pic {
  width: calc(500 / 960 * 100%);
  float: right;
  margin-bottom: 0.27rem;
}
.pro_main_one_details .pro_details .pic img {
  width: 100%;
}
.pro_main_one_details .pro_details .item {
  width: calc(413 / 960 * 100%);
  float: left;
  margin-bottom: 0.27rem;
}
.pro_main_one_details .pro_details table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.14rem;
}
.pro_main_one_details .pro_details table td {
  border: 1px solid #cddff6;
  padding: 0.1rem 0.15rem;
}
.pro_main_one_details .pro_details table td:first-child {
  width: calc(128 / 413 * 100%);
  background-color: #f3f7fc;
}
.pro_main_one_details .pro_details .left {
  width: calc(413 / 960 * 100%);
  float: left;
}
.pro_main_one_details .pro_details .left .item {
  width: 100%;
}
.pro_main_one_details .pro_details .right {
  width: calc(500 / 960 * 100%);
  float: right;
}
.pro_main_one_details .pro_details .right .item {
  width: 100%;
}
.pro_main_one_details .pro_details .slick-dots {
  bottom: 0.1rem;
}
.pro_main_one_details .pro_details .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
}
.pro_main_one_details .pro_details .slick-dots li.slick-active {
  width: 0.1rem;
}
@media (max-width: 640px) {
  .pro_main_one_details .des_info .info {
    gap: 0.1rem 0.3rem;
  }
  .pro_main_one_details .pro_details .item,
  .pro_main_one_details .pro_details .pic,
  .pro_main_one_details .pro_details .left,
  .pro_main_one_details .pro_details .right {
    float: none;
    width: 100%;
  }
}
.pro_main_two_details .picBox .slider {
  padding: 0 0.95rem;
  margin-bottom: 0.5rem;
}
.pro_main_two_details .picBox .slider img {
  width: 100%;
}
.pro_main_two_details .picBox .slick-arrow {
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  background-color: #f3f6fa;
}
.pro_main_two_details .picBox .slick-arrow::before {
  width: 0.1rem;
  height: 0.1rem;
}
.pro_main_two_details .picBox .slick-arrow:hover {
  background-color: #1050a3;
}
.pro_main_two_details .picBox .slick-prev {
  left: 0;
}
.pro_main_two_details .picBox .slick-next {
  right: 0;
}
.pro_main_two_details .con {
  line-height: calc(36 / 16);
  color: #333333;
}
.pro_main_two_details .con ul {
  margin-left: 1em;
}
.pro_main_two_details .con ul li {
  list-style: disc;
}
@media (max-width: 640px) {
  .pro_main_two_details .picBox .slider {
    padding: 0;
  }
}
.company_intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.2rem;
}
.company_intro .intro_info {
  display: flex;
  align-items: center;
  padding-bottom: 1.1rem;
}
.company_intro .intro_info_text {
  margin-left: 0.46rem;
}
.company_intro .intro_info_text .title {
  font-size: 0.24rem;
  font-weight: 700;
  color: #1050a3;
  padding-bottom: 0.43rem;
}
.company_intro p {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.36rem;
  padding-bottom: 0.3rem;
  z-index: 2;
}
.company_footer {
  margin-top: -0.9rem;
  z-index: 1;
}
.culture_title {
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #1050a3;
  text-align: center;
  font-weight: 600;
}
.cultureList {
  padding: 0.58rem 0 0.56rem;
  display: flex;
  justify-content: space-between;
}
.cultureList img {
  width: 23%;
  height: auto;
}
.culture_title-m {
  font-size: 0.2rem;
  font-weight: 600;
  color: #1050a3;
  text-align: center;
  line-height: 0.32rem;
  padding-bottom: 0.12rem;
}
.culture_text {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.36rem;
  text-align: center;
  padding-top: 0.57rem;
  padding-bottom: 1rem;
}
.certificateList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.38rem;
  gap: 0.4rem;
}
.certificateList .pic {
  padding: 0.2rem;
  border-radius: 6px;
  background: url(../images/honor_bg.png) no-repeat center;
  background-size: contain;
  position: relative;
}
.certificateList .pic i {
  display: block;
  position: relative;
  padding-top: calc(331 / 252 * 100%);
  width: 100%;
  overflow: hidden;
}
.certificateList .pic img {
  object-fit: contain;
  -webkit-object-fit: contain;
  border-radius: 4px;
}
.certificateList .pic::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background: url(../images/honor_bg2.png) no-repeat right bottom;
  background-size: contain;
}
.certificateList .item {
  width: calc((100% - 0.4rem * 3) / 4);
}
.certificateList .item .text {
  width: 100%;
  padding: 0.1rem 0.5rem 0.1rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #333333;
  text-align: center;
}
.clientList {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0;
  gap: 0.34rem;
  align-items: flex-start;
}
.clientList .item {
  width: calc((100% - 0.34rem * 4) / 5);
}
.clientList .box {
  padding-top: calc(114 / 228 * 100%);
  position: relative;
  display: block;
}
.clientList .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientList .pic img {
  max-height: 100%;
}
.culture_tab {
  gap: 0.3rem;
}
.culture_tab a {
  color: #666;
  font-weight: normal;
  font-size: 0.18rem;
}
.culture_tab a:hover,
.culture_tab a.aon {
  color: #1050a3;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .company_intro .intro_info {
    flex-direction: column;
    padding-bottom: 0;
  }
  .company_intro .intro_info_text {
    margin-left: 0;
  }
  .certificateList {
    padding-right: 0.2rem;
  }
  .certificateList .item {
    width: calc((100% - 0.4rem) / 2);
  }
  .cultureList {
    padding: 0.28rem 0;
  }
  .clientList .item {
    width: calc((100% - 0.34rem * 2) / 3);
  }
}
.connection_list {
  padding: 0.3rem 0;
}
.connection_list .item {
  padding: 0.2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0.22rem;
}
.connection_list .img_fl {
  width: 3rem;
  margin-right: 0.3rem;
}
.connection_list .name {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333;
  font-weight: 600;
}
.connection_list .nameEn {
  font-size: 0.16rem;
  color: #999;
  padding: 0.1rem 0 0.2rem;
}
.connection_list .address_phone {
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.14rem;
  display: flex;
  align-items: baseline;
}
.connection_list .address_phone span {
  display: block;
}
.connection_list .address_phone span:nth-child(1 ) {
  padding-right: 4px;
  white-space: nowrap;
}
.nav_conn_title {
  font-size: 0.24rem;
  padding: 0.3rem 0 0.3rem;
  text-align: center;
  color: #1050a3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .connection_list .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .connection_list .img_fl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .connection_list .img_fl img {
    width: 100%;
  }
}
.newList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem 0;
}
.newList .item {
  width: 3.9rem;
}
.newList .item .pic {
  position: relative;
  padding-top: calc(260 / 390 * 100%);
}
.newList .item .title {
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  line-height: 0.2rem;
  padding: 0.2rem 0 0.14rem;
}
.newList .item .msg {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newList .item .time {
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.16rem;
  padding-top: 0.18rem;
}
.newDetail {
  margin: 0.36rem 0 0;
  box-shadow: 2px 2px 42px rgba(0, 0, 0, 0.2);
  padding: 5% 2% ;
}
.newDetail .newstit {
  text-align: center;
}
.newDetail .title {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #333;
}
.newDetail .newdata {
  font-size: 0.14rem;
  color: #999999;
  padding: 0.21rem 0 0.3rem;
  gap: 0.2rem;
}
.newDetail section {
  padding: 0.6rem 7% 0;
  border-top: 1px solid #eee;
}
.newDetail .content {
  line-height: 0.36rem;
  color: #555555;
}
.newDetail .Details_page {
  line-height: 2;
  color: #999999;
  padding-top: 0.4rem;
  border-top: 1px solid #eeeeee;
  padding-right: 1.8rem;
  position: relative;
  margin: 0.8rem 7% 0.5rem;
}
.newDetail .Details_page .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.2rem;
  width: 1.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #dddddd;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  color: #999999;
}
.newDetail .Details_page .more:hover {
  background-color: #1050a3;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .newDetail .Details_page {
    padding-right: 0;
  }
  .newDetail .Details_page .more {
    position: relative;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .newList {
    justify-content: center;
  }
  .newList .item {
    margin: 0 2% 0.7rem;
  }
}
@media screen and (max-width: 750px) {
  .newList {
    justify-content: center;
  }
  .newList .item {
    width: 100%;
  }
}
.consumption {
  display: flex;
  padding: 0.2rem 0 0.8rem;
  justify-content: space-between;
}
.consumption .consumption_fl {
  width: 50%;
}
.consumption .consumption_fr {
  margin-left: 0.98rem;
}
.consumption .consumption_fr .qhse_nav_title {
  text-align: left;
}
.consumption .consumption_fr .text {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.36rem;
  padding: 0.4rem 0;
}
.consumption .consumption_fr .qhse_nav_mtitle {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
  padding: 0.4rem 0 0.3rem;
  font-weight: 500;
}
.consumption .consumption_fr .consumption_list i {
  display: block;
  color: #666666;
  font-size: 0.16rem;
  padding-left: 0.32rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.consumption .consumption_fr .consumption_list i::before {
  content: '';
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url('../images/sure.png');
}
.qhse_target {
  background-color: #fff;
  padding-top: 0.6rem;
}
.qhse_target .target_list {
  padding-bottom: 0.38rem;
  display: flex;
  justify-content: space-between;
  gap: calc(47/1920*100vw);
}
.qhse_target .target_list .item {
  width: calc((100% - 47/1920*100vw*3) / 3);
  color: #333;
}
.qhse_target .target_list .item img {
  width: 100%;
}
.qhse_target .target_list .msg {
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.qhse_target .target_list .title {
  font-size: 0.16rem;
  line-height: 0.18rem;
  font-weight: 500;
  padding: 0.28rem 0 0.18rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .qhse_target .target_list {
    flex-flow: row wrap;
  }
  .qhse_target .target_list .item {
    width: 100%;
  }
}
.qhse_target .quality_list {
  display: flex;
  padding-bottom: 0.4rem;
  gap: calc(80/1920*100vw);
  position: relative;
}
.qhse_target .quality_list .item {
  width: calc((100% - 80/1920*100vw*4)/4);
  height: calc((100% - 80/1920*100vw*4)/4);
  max-height: 1.92rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.qhse_target .quality_list .item::after {
  content: '';
  padding-top: 100%;
  border-radius: 100%;
  background-color: #f3f6fa;
  width: 100%;
  left: 0;
  top: -100%;
  position: absolute;
}
.qhse_target .quality_list .item span {
  color: #1050a3;
  font-size: calc(36/1920*100vw);
  line-height: calc(42/1920*100vw);
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
.qhse_target .quality_list .item i {
  font-size: calc(16/1920*100vw);
  color: #666666;
  text-align: center;
  line-height: calc(24/1920*100vw);
  z-index: 1;
  height: calc(50/1920*100vw);
}
@media screen and (max-width: 768px) {
  .qhse_target .quality_list .item::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .qhse_target .quality_list .item span {
    font-size: 0.36rem;
    line-height: 1.6;
  }
  .qhse_target .quality_list .item i {
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .qhse_target .quality_list {
    flex-flow: row wrap;
    justify-content: center;
  }
  .qhse_target .quality_list .item {
    width: 30%;
    height: auto;
    margin: 0.4rem 0;
    padding: 0 0 0.4rem;
  }
  .qhse_target .quality_list .item i {
    line-height: 1.6;
  }
}
.qhse_target .environmental_lsit {
  padding: 0.44rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(62/1920*100vw);
}
.qhse_target .environmental_lsit .item {
  width: calc((100% - 62/1920*100vw*2)/2);
  margin-bottom: 0.52rem;
}
.qhse_target .environmental_lsit .item img {
  width: 100%;
}
.qhse_target .environmental_lsit .item .title {
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  padding: 0.22rem 0 0.14rem;
}
.qhse_target .environmental_lsit .item .msg {
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.qhse_target .QHSE_footer_banner {
  width: 100%;
  margin-top: 0.4rem;
  display: block;
}
.qhse_m_title {
  font-size: 0.2rem;
  line-height: 0.36rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.28rem 0 0.34rem;
  z-index: 1;
}
.qhse_m_title span {
  display: inline-block;
  text-align: center;
  position: relative;
}
.qhse_m_title span:after,
.qhse_m_title span::before {
  content: '';
  width: 0.27rem;
  height: 0.02rem;
  background-color: #ccc;
  position: absolute;
  top: 0.18rem;
}
.qhse_m_title span:after {
  left: -0.3rem;
}
.qhse_m_title span::before {
  right: -0.3rem;
}
.qhse_m_title_span {
  text-align: center;
  font-size: 0.16rem;
  color: #666;
  margin-top: -0.24rem;
}
.qhse_nav_title {
  color: #1050a3;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.26rem;
  text-align: center;
}
.qualityControl p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
  text-align: center;
  padding: 0.3rem 0;
}
.qualityControl .control_list {
  padding-bottom: 0.7rem;
  display: flex;
  justify-content: center;
}
.qualityControl .control_list img {
  width: calc(550/1920*100vw);
  margin: 0 0.08rem;
}
.qualityControl .practice_contain {
  padding-top: 0.54rem;
  background-color: #fff;
}
.qualityControl .practice_contain .practice_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.36rem 0;
  gap: calc(54/1920*100vw);
}
.qualityControl .practice_contain .practice_list .item {
  width: calc((100% - 54/1920*100vw*3) / 3);
}
.qualityControl .practice_contain .practice_list .item .title {
  font-size: calc(16/1920*100vw);
  color: #333;
  line-height: 0.42rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .consumption {
    flex-direction: column;
    padding: 0.2rem 0 0.6rem;
  }
  .consumption .consumption_fl {
    width: 100%;
    display: block;
    margin: 0 auto 0.2rem;
  }
  .consumption .consumption_fr {
    margin-left: 0;
  }
  .consumption .consumption_fr .qhse_nav_mtitle {
    padding: 0.2rem 0;
  }
  .qualityControl p {
    padding: 0.2rem 5%;
    box-sizing: border-box;
  }
  .qualityControl .practice_contain .practice_list .item {
    width: calc((100% - 54/1920*100vw*1) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .qhse_target .quality_list .item::after {
    content: '';
    top: -50%;
  }
}
@media screen and (min-width: 750px) {
  .qhse_target .quality_list {
    padding: calc(80/1920*100vw) 0 calc(80/1920*100vw);
  }
}
.memoir_box {
  background: url(../images/memoir_bg.png) no-repeat center bottom;
  padding-bottom: 1.6rem;
}
.memoir_box .memoir_list {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 0.5rem;
}
.memoir_box .memoir_list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(170, 170, 170, 0.3);
}
.memoir_box .slider .slick-list {
  padding-left: 25%;
}
.memoir_box .item {
  height: 5rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.memoir_box .item .box {
  height: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 0.45rem;
  width: 200%;
  margin-left: -130%;
}
.memoir_box .item .box::before {
  content: '';
  position: absolute;
  left: 0.26rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(170, 170, 170, 0.3);
}
.memoir_box .item .time {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  margin-bottom: -0.15rem;
}
.memoir_box .item .time .line {
  width: 0.31rem;
  height: 0.31rem;
  background: url(../images/icon_line.png) no-repeat center;
  background-size: contain;
}
.memoir_box .item:nth-child(2n) {
  align-items: flex-start;
}
.memoir_box .item:nth-child(2n) .box {
  align-items: flex-start;
}
.memoir_box .item:nth-child(2n) .time {
  top: auto;
  bottom: auto;
  top: 100%;
  margin-top: -0.15rem;
}
.memoir_box .item:nth-child(2n) .time span {
  order: 2;
}
.memoir_box .item .tit {
  color: #333333;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: flex-start;
}
.memoir_box .item .tit img {
  flex: 0 0 auto;
  width: 0.3rem;
  margin-right: 0.1rem;
  height: 0.3rem;
}
.memoir_box .item .des {
  line-height: calc(24 / 14);
}
.memoir_box .item .sitem:not(:last-child) {
  margin-bottom: 0.2rem;
}
.memoir_box .slick-arrow {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.memoir_box .slick-arrow:hover {
  background-color: #1050a3;
}
.memoir_box .slick-prev {
  left: -5%;
}
@media (max-width: 768px) {
  .memoir_box .slider .slick-list {
    padding-left: 35%;
  }
}
@media (max-width: 640px) {
  .memoir_box .slider .slick-list {
    padding-left: 10%;
  }
  .memoir_box .item .box {
    margin-left: 0;
  }
  .memoir_box .slick-prev {
    left: -10%;
  }
}
.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;
}
.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: 8rem;
  padding: 0.55rem 0 0.65rem;
}
.popup .title {
  font-size: 0.24rem;
  color: #2d2d2d;
  margin-bottom: 0.35rem;
  text-align: center;
  font-weight: bold;
}
.popup .form {
  width: 92%;
  margin: 0 auto;
  max-width: 4.5rem;
}
.popup .input {
  border: 1px solid #d9d9d9;
  position: relative;
  padding-left: 0.95rem;
  margin-bottom: 0.1rem;
}
.popup .label {
  color: #737373;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  align-items: center;
  padding: 0 1.5em;
}
.popup .text {
  display: block;
  width: 100%;
  height: 0.58rem;
  padding: 0 0.15rem;
  line-height: 0.58rem;
  border: none;
  background-color: #fff;
}
.popup .upload {
  padding-left: 1.6rem;
  padding-right: 0.8rem;
}
.popup .upload a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15rem;
  padding: 0 0.15rem;
  border-left: 1px solid #d9d9d9;
  color: #8c8c8c;
}
.popup #filebut {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.popup .btn {
  margin-top: 0.3rem;
}
.popup .submit {
  color: #fff;
  margin: 0 auto;
  display: block;
  background-color: #1050a3;
  width: 1.4rem;
  line-height: 0.5rem;
  text-align: center;
}
