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_js_fs,
.flex_ae {
  display: flex;
}
.flex_ae {
  justify-content: flex-end;
}
.flex_js,
.flex_js_fe,
.flex_js_fs {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_fs {
  align-items: flex-start;
}
.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;
}
.f19 {
  font-size: 0.19rem;
}
.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;
}
.f66 {
  font-size: 0.66rem;
}
@media (max-width: 480px) {
  body {
    font-size: 0.18rem;
  }
  .f14 {
    font-size: 0.16rem;
  }
  .f16 {
    font-size: 0.18rem;
  }
  .f17 {
    font-size: 0.18rem;
  }
  .f18 {
    font-size: 0.22rem;
  }
  .f19,
  .f20 {
    font-size: 0.24rem;
  }
  .f22 {
    font-size: 0.26rem;
  }
  .f52 {
    font-size: 0.4rem;
  }
  .f60 {
    font-size: 0.54rem;
  }
  .f64 {
    font-size: 0.58rem;
  }
}
.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;
  color: #000;
  background-color: #373d42;
}
.header .logo {
  display: flex;
}
.header .logo .img {
  max-width: 1.2rem;
}
.header .right {
  display: inline-flex;
}
.header .menuIcon {
  display: none;
}
.header .other {
  pointer-events: auto;
  display: inline-flex;
  gap: 0.5rem;
}
.header .tel {
  padding: 0 0.2rem;
  background-color: rgba(255, 189, 157, 0.1);
  border-radius: 0.2rem 0 0.2rem 0;
  color: #fff;
  line-height: 0.58rem;
  position: relative;
  z-index: 2;
  display: none;
}
.header .tel::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94%;
  height: 82%;
  background-color: #fc5d0f;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem 0 0.2rem 0;
}
.header .tel span {
  letter-spacing: 0.02rem;
}
.header .navTop .ul {
  display: flex;
  gap: 0.65rem;
}
.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: #fff;
  line-height: 0.8rem;
  transition: all 0.5s;
}
.header .navTop li .sub {
  position: absolute;
  min-width: 1.5rem;
  width: 100%;
  left: 50%;
  top: 100%;
  opacity: 0;
  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 {
  background-color: #373d42;
  padding: 10px 0px;
  position: relative;
}
.header .navTop li .box a {
  display: block;
  text-align: center;
  padding: 10px 0;
  transition: all 0.2s;
  color: #fff;
}
.header .navTop li .box a:hover {
  color: #fc5d0f;
}
.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 .w1600 {
    height: 1rem;
  }
  .header .other {
    z-index: 110;
  }
  .header .lang {
    line-height: 1;
  }
  .header .lang .box {
    width: 0.7rem;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fc5d0f;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #fc5d0f;
    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 .search {
    position: static;
  }
  .header .top_search {
    left: auto;
    right: 0;
    top: 1rem;
    width: 100vw;
    background-color: #fff;
    padding-left: 0.3rem;
  }
  .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;
  }
  .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: #fc5d0f;
  }
  .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: #222;
  }
  .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 10%;
  }
  .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 {
    width: 53%;
  }
  .header .logo .txt {
    display: none;
  }
  .header .other {
    gap: 0.15rem;
  }
}
.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;
  z-index: 5;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(5, 63, 95, 0.3);
  padding-top: 1.05rem;
}
.Hbanner .textwarp .w1600 {
  padding-left: 1rem;
}
.Hbanner .textwarp .txt_img {
  width: 4.75rem;
  margin-bottom: 0.7rem;
}
.Hbanner .textwarp .title {
  color: #004f7a;
  gap: 0.2rem;
  font-size: 0.66rem;
  margin-bottom: 0.1rem;
}
.Hbanner .textwarp .stitle {
  color: #3e3e3e;
}
.Hbanner .textwarp .en {
  margin: 0.1rem 0;
  color: #373d42;
  opacity: 0.8;
  text-transform: uppercase;
}
.Hbanner .textwarp .txt {
  color: #004f7a;
}
.Hbanner .textwarp .info {
  display: inline-flex;
  border-top: 1px solid #004f7a;
  border-bottom: 1px solid #004f7a;
  padding: 0.15rem 0;
  align-items: center;
  gap: 0.1rem;
}
.Hbanner .textwarp .B_line {
  width: 2px;
  font-style: normal;
  height: 0.14rem;
  background-color: #004f7a;
}
.Hbanner .textwarp .Hmore {
  margin-top: 1rem;
}
.Hbanner .animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(20px);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}
.Hbanner .animate:nth-child(3) {
  transition-delay: 0.4s;
}
.Hbanner .ani_show .animate {
  opacity: 1;
  transform: translateY(0);
}
.Hbanner .slick-dots {
  bottom: 0.35rem;
}
.Hbanner .slick-dots li {
  width: 0.2rem;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
.Hbanner .slick-dots .slick-active {
  width: 0.4rem;
  background-color: #fc5d0f;
}
.Hbanner .slick-arrow {
  background-color: transparent;
}
.Hbanner .slick-prev {
  left: 0.8rem;
}
.Hbanner .slick-next {
  right: 0.8rem;
}
@media (max-width: 1024px) {
  .Hbanner .textwarp {
    padding-top: 0.3rem;
  }
  .Hbanner .textwarp .txt_img {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 768px) {
  .Hbanner .textwarp {
    display: none;
  }
  .Hbanner .slick-prev {
    left: 2%;
  }
  .Hbanner .slick-next {
    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;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt25 {
  padding-top: 0.25rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt160 {
  padding-top: 1.6rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.pb40 {
  padding-bottom: 0.4rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb70 {
  padding-bottom: 0.7rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb90 {
  padding-bottom: 0.9rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb110 {
  padding-bottom: 1.1rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
@media (max-width: 1024px) {
  .pt60 {
    padding-top: 0.4rem;
  }
  .pt100 {
    padding-top: 0.6rem;
  }
  .pt160 {
    padding-top: 1rem;
  }
  .pb60 {
    padding-bottom: 0.4rem;
  }
  .pb70 {
    padding-bottom: 0.5rem;
  }
  .pb80 {
    padding-bottom: 0.6rem;
  }
  .pb90 {
    padding-bottom: 0.6rem;
  }
  .pb100 {
    padding-bottom: 0.6rem;
  }
  .pb110 {
    padding-bottom: 0.65rem;
  }
  .pb120 {
    padding-bottom: 0.8rem;
  }
  .pb55 {
    padding-bottom: 0.35rem;
  }
}
.Htitle {
  color: #3e3e3e;
}
.Htitle.center {
  text-align: center;
}
.Htitle .en {
  text-transform: uppercase;
}
.Htitle .Hline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  margin: 0.1rem 0;
}
.Htitle .Hline .line_1,
.Htitle .Hline .line_2 {
  background-color: #fc5d0f;
  height: 5px;
}
.Htitle .Hline .line_1 {
  width: 5px;
}
.Htitle .Hline .line_2 {
  width: 0.48rem;
}
.Hmore {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  color: #b5b3b4;
  text-transform: uppercase;
}
.Hmore .icon_a {
  display: inline-block;
  width: 0.26rem;
  height: 0.1rem;
  background: url(../images/more.png) no-repeat center;
  background-size: contain;
}
.Hmore:hover::after {
  border-left-color: #fc5d0f;
}
.Hmore.Hmore_bg {
  background-color: #fc5d0f;
  color: #fff;
  width: 1.5rem;
  height: 0.56rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(242, 101, 33, 0.4);
}
.Hmore.Hmore_bg .icon_a {
  filter: brightness(0) invert(200%);
}
a:hover .Hmore::after {
  border-left-color: #fc5d0f;
}
.bg_f5f5f5 {
  background-color: #f5f5f5;
}
.NYbanner {
  position: relative;
}
.NYbanner .img {
  width: 100%;
}
.NYbanner .box {
  width: 92%;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  color: #3e3e3e;
}
.NYbanner .textwarp .en {
  margin-top: 0.1rem;
}
.NYbanner .search {
  max-width: 8.4rem;
  width: 92%;
  position: relative;
  display: block;
  margin: 0.3rem auto 0;
}
.NYbanner .search .text {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  border: none;
  padding-left: 0.4rem;
  padding-right: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  box-shadow: 0px 0px 26px 0px rgba(148, 148, 148, 0.16);
}
.NYbanner .search .btn {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
  background: url(../images/search2.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 640px) {
  .NYbanner.ban_search .pic .img {
    min-height: 3rem;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
  .NYbanner .ban {
    position: relative;
  }
  .NYbanner .current {
    color: #000;
    bottom: auto;
    top: 100%;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0.1rem 0 0;
    position: relative;
  }
  .NYbanner .current span,
  .NYbanner .current a {
    color: #000;
  }
  .NYbanner .search {
    margin-top: 0.2rem;
  }
}
.NYmenu {
  position: relative;
}
.NYmenu .nav .ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0.6rem;
}
.NYmenu .nav li.aon a {
  color: #fc5d0f;
}
.NYmenu .nav li.aon a::before {
  width: 100%;
}
.NYmenu .nav a {
  display: block;
  position: relative;
  line-height: 0.8rem;
}
.NYmenu .nav a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fc5d0f;
  transition: all 0.5s;
}
.NYmenu .nav a:hover {
  color: #fc5d0f;
}
.NYmenu .nav a:hover::before {
  width: 100%;
}
.NYmenu .current {
  display: inline-flex;
  flex-flow: row wrap;
  color: #999999;
  align-items: center;
  padding-left: 25px;
  background: url(../images/home.png) no-repeat left center;
}
.NYmenu .current a {
  color: #999999;
}
.NYmenu .current a:hover {
  color: #fc5d0f;
}
.NYmenu .current i {
  display: inline-block;
  margin: 0 0.15rem;
  font-style: normal;
  vertical-align: middle;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  .NYmenu .current {
    display: none;
  }
  .NYmenu .nav a {
    line-height: 0.5rem;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .NYmenu .w1440 {
    height: auto;
  }
}
.bg_main .NYmenu::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.submenu {
  gap: 0.1rem;
}
.submenu a {
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.56rem;
  text-align: center;
  color: #888888;
  transition: all 0.5s;
  border-radius: 4px;
}
.submenu a.aon,
.submenu a:hover {
  background-color: #fc5d0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(242, 101, 33, 0.4);
}
@media (max-width: 640px) {
  .submenu {
    gap: 0.05rem;
  }
  .submenu a {
    min-width: auto;
    padding: 0 0.15rem;
  }
}
.bg_edeff2 {
  background-color: #edeff2;
}
.ColumnName {
  line-height: calc(36 / 30);
  color: #222222;
}
.ColumnName.center {
  text-align: center;
}
.ColumnName .en {
  text-transform: uppercase;
  opacity: 0.1;
  font-weight: bold;
}
.SingleBox {
  color: #666666;
  line-height: calc(28 / 16);
}
.SingleBox p,
.SingleBox h1,
.SingleBox h2,
.SingleBox h3,
.SingleBox h4,
.SingleBox h5,
.SingleBox h6 {
  margin: 2em 0;
}
.search_txt {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.6rem;
}
.search_txt .nav {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.search_txt .nav a {
  color: #888888;
}
.search_txt .nav a.on,
.search_txt .nav a:hover {
  color: #666;
}
@media (max-width: 640px) {
  .search_txt {
    padding-bottom: 0.1rem;
  }
  .search_txt .nav {
    margin-top: 0.2rem;
  }
}
.color {
  color: #fc5d0f;
}
.Habout .con {
  font-weight: bold;
  color: #7f7f7f;
  line-height: calc(30 / 18);
  text-indent: 1em;
}
.Habout .list {
  gap: 0.2rem;
}
.Habout .list .item {
  width: calc((100% - 0.2rem * 2) / 3);
  background-color: #fbf9f9;
  border-bottom: 0.04rem solid #6293af;
  position: relative;
}
.Habout .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 1.42rem;
  height: 0.04rem;
  background-color: #fc5d0f;
  transition: all 0.5s;
}
.Habout .list .item:hover .pic::before {
  opacity: 1;
}
.Habout .list .item:hover .pic .hover {
  opacity: 1;
}
.Habout .list .item:hover .title .cn {
  color: #fc5d0f;
}
.Habout .list .item:hover::after {
  width: 100%;
}
.Habout .list .pic {
  padding-top: calc(386 / 520 * 100%);
  position: relative;
}
.Habout .list .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: rgba(225, 80, 10, 0.35);
  transition: all 0.5s;
}
.Habout .list .pic .hover {
  opacity: 0;
  z-index: 3;
  left: 50%;
  height: auto;
  width: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.Habout .list .textwarp {
  padding: 0.2rem;
}
.Habout .list .title {
  margin-bottom: 0.15rem;
}
.Habout .list .title .cn {
  color: #3e3e3e;
}
.Habout .list .title .en {
  color: #b5b3b4;
}
.Habout .list .des {
  margin-bottom: 0.1rem;
}
.Habout .list .circle {
  position: relative;
  margin-bottom: 0.1rem;
  line-height: calc(24 / 18);
  padding-left: 0.15rem;
}
.Habout .list .circle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #fc5d0f;
  border-radius: 100%;
}
@media (max-width: 640px) {
  .Habout .list .item {
    width: 100%;
  }
}
.Hproduct {
  padding-bottom: 0.6rem;
  background: url(../images/Hpro_bg.jpg) no-repeat center;
  background-size: cover;
}
.Hproduct .nav {
  margin: 0.25rem auto 0.3rem;
  text-align: center;
  height: 0.3rem;
}
.Hproduct .nav.mySwiper_nav_center .ul {
  justify-content: center;
}
.Hproduct .nav li {
  height: 0.3rem;
}
.Hproduct .nav a {
  color: #7f7f7f;
}
.Hproduct .nav a.aon {
  color: #fc5d0f;
}
.Hproduct .nav .swiper-slide-thumb-active a {
  color: #fc5d0f;
}
.Hproduct .nav .slick-track {
  margin: 0 auto;
}
.Hproduct .slider_nav {
  width: 2.3rem;
  order: 2;
  position: relative;
  padding: 1.05rem 0 1rem;
}
.Hproduct .slider_nav .Swiper_nav {
  height: 2.56rem;
  position: relative;
}
.Hproduct .slider_nav .Swiper_nav::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  background-color: #fc5d0f;
  width: 2px;
}
.Hproduct .slider_nav .swiper-slide {
  height: 0.4rem;
}
.Hproduct .slider_nav .Hmore {
  position: absolute;
  right: 0;
  bottom: 0;
}
.Hproduct .slider_nav .snav_a {
  color: #7f7f7f;
  font-weight: bold;
  padding-right: 0.15rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.Hproduct .slider_nav .snav_a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 55%;
  border: 0.08rem solid transparent;
  transform: translateY(-50%);
  border-right-color: #fc5d0f;
  opacity: 0;
}
.Hproduct .slider_nav .swiper-slide-thumb-active .snav_a {
  color: #fc5d0f;
}
.Hproduct .slider_nav .swiper-slide-thumb-active .snav_a::after {
  opacity: 1;
}
.Hproduct .slider_for {
  width: calc(100% - 2.6rem);
}
.Hproduct .samll {
  width: calc(243 / 1340 * 100%);
  height: 5.4rem;
}
.Hproduct .samll .pic {
  position: relative;
  padding-top: calc(167 / 243 * 100%);
  border-radius: 4px;
}
.Hproduct .samll .slick-arrow {
  left: 50%;
  background-color: transparent;
  width: 0.4rem;
  height: 0.6rem;
}
.Hproduct .samll .slick-prev {
  top: 0;
  transform: translateX(-50%) rotate(90deg);
}
.Hproduct .samll .slick-next {
  bottom: 0;
  transform: translateX(-50%) rotate(-90deg);
  top: auto;
  right: auto;
}
.Hproduct .big {
  width: calc(1077 / 1340 * 100%);
}
.Hproduct .big .pic {
  position: relative;
  padding-top: 5.4rem;
  border-radius: 4px;
}
.Hproduct .picList {
  display: flex;
  justify-content: space-between;
}
.Hproduct .textwarp {
  width: calc(1077 / 1340 * 100%);
  margin-left: auto;
  margin-right: 0;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 0.03rem solid #6293af;
  position: relative;
}
.Hproduct .textwarp::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  background-color: #fc5d0f;
  width: 1.42rem;
  height: 0.03rem;
  transition: all 0.5s;
}
.Hproduct .textwarp .cn {
  color: #3e3e3e;
}
.Hproduct .textwarp .en {
  color: #b5b3b4;
}
.Hproduct .textwarp .des {
  color: #666666;
  margin-top: 0.15rem;
}
.Hproduct .textwarp:hover .cn {
  color: #fc5d0f;
}
.Hproduct .textwarp:hover::before {
  width: 100%;
}
.Hproduct .slick-arrow {
  display: none;
  top: auto;
  bottom: -0.3rem;
  margin-top: 0;
}
.Hproduct .slick-arrow::after {
  display: none;
}
.Hproduct .slick-prev {
  left: 40%;
}
.Hproduct .slick-next {
  right: 40%;
}
@media (max-width: 1024px) {
  .Hproduct .slider_nav {
    padding-top: 0;
  }
  .Hproduct .samll {
    height: 3.5rem;
  }
  .Hproduct .big .pic {
    padding-top: 3.5rem;
  }
}
@media (max-width: 640px) {
  .Hproduct .slick-arrow {
    display: block;
  }
  .Hproduct .box_flex {
    flex-flow: row wrap;
  }
  .Hproduct .slider_nav {
    width: 100%;
  }
  .Hproduct .slider_nav .Swiper_nav {
    height: auto;
  }
  .Hproduct .slider_for {
    width: 100%;
    padding-bottom: 1rem;
  }
  .Hproduct .slider_nav {
    display: none;
  }
  .Hproduct .picList {
    flex-flow: row wrap;
  }
  .Hproduct .samll {
    width: 100%;
    height: auto;
    order: 2;
  }
  .Hproduct .big {
    width: 100%;
  }
  .Hproduct .big .pic {
    padding-top: calc(540 / 1077 * 100%);
  }
  .Hproduct .textwarp {
    width: 90%;
    margin: 0 auto;
  }
  .Hproduct .textwarp .title {
    flex-flow: row wrap;
    gap: 0.05rem;
  }
  .Hproduct .textwarp .title .cn,
  .Hproduct .textwarp .title .en {
    width: 100%;
    display: block;
  }
}
.Hcase {
  overflow: hidden;
}
.Hcase .slick-list {
  overflow: initial;
}
.Hcase .list {
  max-width: 855px;
  margin: 0.35rem auto 0;
}
.Hcase .ul {
  margin: 0 -0.11rem;
}
.Hcase .box {
  margin: 0 0.11rem;
  display: block;
}
.Hcase .pic {
  position: relative;
  padding-top: calc(570 / 855 * 100%);
  border-radius: 4px;
}
.Hcase .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}
.Hcase .textwarp {
  border-bottom: 0.04rem solid #6293af;
  position: relative;
  height: 1.3rem;
  opacity: 0;
}
.Hcase .textwarp::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 1.42rem;
  height: 0.04rem;
  background-color: #fc5d0f;
  transition: all 0.5s;
}
.Hcase .textwarp .title {
  color: #3e3e3e;
}
.Hcase .textwarp .Hmore {
  flex: 0 0 auto;
  margin-left: 0.1rem;
}
.Hcase .slick-arrow {
  top: 40%;
  background-color: rgba(205, 205, 205, 0.3);
}
.Hcase .slick-prev {
  left: -10%;
}
.Hcase .slick-next {
  right: -10%;
}
.Hcase .slick-current .pic::before {
  opacity: 0;
}
.Hcase .slick-current .textwarp {
  opacity: 1;
}
@media (max-width: 1024px) {
  .Hcase .slick-prev {
    left: -7%;
  }
  .Hcase .slick-next {
    right: -7%;
  }
}
@media (max-width: 768px) {
  .Hcase .list {
    width: 80%;
  }
}
.Hnews {
  background: url(../images/Hnews_bg.jpg) no-repeat center;
  background-size: cover;
}
.Hnews .list {
  margin-top: 0.3rem;
}
.Hnews .slick-slide {
  display: grid;
  grid-template-columns: calc(790 / 1440 * 100%) calc(625 / 1440 * 100%);
  gap: 0.3rem 0.2rem;
  justify-content: space-between;
  grid-template-rows: 1fr 1fr;
}
.Hnews .slick-slide > div .pic {
  position: relative;
}
.Hnews .slick-slide > div figure {
  padding-top: calc(241 / 625 * 100%);
  position: relative;
}
.Hnews .slick-slide > div .other {
  color: #b5b3b4;
  margin-top: 0.25rem;
}
.Hnews .slick-slide > div .textwarp {
  padding: 0.2rem 0;
  border-bottom: 0.03rem solid #6293af;
  position: relative;
}
.Hnews .slick-slide > div .textwarp::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 1.42rem;
  height: 0.03rem;
  background-color: #fc5d0f;
  transition: all 0.5s;
}
.Hnews .slick-slide > div .box:hover .textwarp::after {
  width: 100%;
}
.Hnews .slick-slide > div .box:hover .Hmore {
  color: #fc5d0f;
}
.Hnews .slick-slide > div .box:hover .Hmore .icon_a {
  background-image: url(../images/more2.png);
}
.Hnews .slick-slide > div .title {
  font-size: 0.18rem;
}
.Hnews .slick-slide > div:not(:first-child) .pic .time {
  display: none;
}
.Hnews .slick-slide > div:not(:first-child) .des,
.Hnews .slick-slide > div:not(:first-child) .line {
  display: none;
}
.Hnews .slick-slide > div:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 100%;
}
.Hnews .slick-slide > div:first-child figure {
  padding-top: calc(416 / 790 * 100%);
}
.Hnews .slick-slide > div:first-child .time {
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  padding-right: 8px;
}
.Hnews .slick-slide > div:first-child .time::before,
.Hnews .slick-slide > div:first-child .time::after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fc5d0f;
  top: 0;
}
.Hnews .slick-slide > div:first-child .time::before {
  right: 4px;
}
.Hnews .slick-slide > div:first-child .time span {
  width: 0.8rem;
  display: flex;
  flex-flow: column wrap;
  background-color: #fc5d0f;
  color: #fff;
  padding: 0.1rem 0 0.15rem;
  justify-content: center;
  align-items: center;
}
.Hnews .slick-slide > div:first-child .textwarp {
  padding: 0.65rem 0 0;
  height: 3.24rem;
}
.Hnews .slick-slide > div:first-child .title {
  font-size: 0.22rem;
}
.Hnews .slick-slide > div:first-child .line {
  background-color: #b5b3b4;
  width: 0.4rem;
  height: 0.03rem;
  margin: 0.25rem 0 0.2rem;
}
.Hnews .slick-slide > div:first-child .des {
  color: #666666;
  font-size: 0.18rem;
  line-height: calc(28 / 18);
  margin-bottom: 0.4rem;
}
.Hnews .slick-slide > div:first-child .other b {
  opacity: 0;
}
.Hnews .slick-arrow {
  background-color: rgba(205, 205, 205, 0.25);
}
@media (max-width: 640px) {
  .Hnews .slick-slide {
    display: block;
  }
  .Hnews .slick-slide > div .pic .time {
    display: block;
  }
  .Hnews .slick-slide > div .item {
    margin-bottom: 0.2rem;
  }
}
.footer {
  background-color: #f7f7f7;
  padding-top: 0.3rem;
}
.footer.footer_fff {
  background-color: #fff;
}
.footer .flogo {
  color: #3e3e3e;
}
.footer .flogo figure {
  width: 1.66rem;
  margin-bottom: 0.35rem;
}
.footer .flogo .fline {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  margin-top: 0.45rem;
}
.footer .flogo .fline .line_1,
.footer .flogo .fline .line_2 {
  background-color: #fc5d0f;
  height: 4px;
  width: 4px;
}
.footer .flogo .fline .line_2 {
  width: 2.1rem;
}
.footer .txt {
  font-weight: bold;
  color: #666666;
}
.footer .txt b {
  color: #3e3e3e;
  display: block;
  margin-bottom: 0.1rem;
}
.footer .txt .item:not(:last-child)::after {
  content: '';
  display: block;
  width: 0.44rem;
  height: 3px;
  background-color: #cbcbcb;
  margin: 0.4rem 0;
}
.footer .fContact {
  text-align: center;
}
.footer .fContact .icon {
  width: 1.07rem;
  height: 1.07rem;
  background: url(../images/kf.png) no-repeat center;
  margin: 0 auto;
  background-size: contain;
}
.footer .fContact b {
  display: block;
  color: #3e3e3e;
  margin: 0.15rem 0 0.2rem;
}
.footer .fContact h3 {
  color: #fc5d0f;
}
.footer .Copyright {
  padding: 0.3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.4rem;
  color: #888888;
  font-size: 0.14rem;
}
.footer .Copyright .right {
  order: 2;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.footer .Copyright .right a {
  color: #888;
}
.footer .Copyright .right em {
  width: 1px;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.footer .Copyright .left {
  gap: 0.45rem;
}
.footer .Copyright .left a {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  color: #888888;
}
@media (max-width: 1024px) {
  .footer .ewm {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .footer .ewm {
    display: none;
  }
}
@media (max-width: 640px) {
  .footer .flogo {
    width: 100%;
    text-align: center;
  }
  .footer .flogo figure {
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .flogo .fline {
    margin: 0.2rem auto 0.3rem;
    justify-content: center;
  }
  .footer .txt {
    margin-bottom: 0.2rem;
    width: 100%;
    text-align: center;
  }
  .footer .txt .item:not(:last-child)::after {
    margin: 0.1rem auto;
  }
  .footer .fContact {
    width: 100%;
    text-align: center;
  }
  .footer .Copyright .right,
  .footer .Copyright .left {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer .Copyright .left {
    gap: 0.1rem;
  }
}
.BrandIntro {
  color: #3e3e3e;
}
.Brand_item {
  background-color: #f5f5f5;
}
.Brand_item:nth-child(2n) {
  background-color: #fff;
}
.Brand_item_present .table {
  text-align: center;
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
}
.Brand_item_present .table td {
  padding: 0.2rem 0;
  border: 1px solid #222222;
}
.Brand_item_present .table .tr_2 td {
  padding: 0.35rem 0;
}
.proList {
  gap: 0.3rem;
}
.proList .item {
  width: calc((100% - 0.3rem * 2) / 3);
  background-color: #fff;
}
.proList .pic {
  position: relative;
  padding-top: calc(313 / 460 * 100%);
}
.proList .stit {
  color: #fc5d0f;
  margin-bottom: 0.1rem;
}
.proList .textwarp {
  padding: 0.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .proList {
    gap: 0.15rem;
  }
  .proList .item {
    width: calc((100% - 0.15rem * 2) / 3);
  }
  .proList .textwarp {
    padding: 0.2rem;
  }
}
@media (max-width: 640px) {
  .proList {
    gap: 0.4rem;
  }
  .proList .item {
    width: 100%;
  }
}
.newsList .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.newsList .box {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(229, 229, 229, 0.95);
  width: 100%;
}
.newsList .pic {
  width: calc(300 / 1440 * 100%);
}
.newsList .pic i {
  display: block;
  padding-top: calc(170 / 300 * 100%);
  position: relative;
}
.newsList .textwarp {
  width: calc(1090 / 1440 * 100%);
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  position: relative;
  padding-right: 2.7rem;
}
.newsList .textwarp::before {
  content: '';
  position: absolute;
  right: 1.9rem;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #f5f5f5;
}
.newsList .top {
  width: 100%;
}
.newsList .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  color: #888888;
  width: 1.9rem;
  justify-content: center;
}
.newsList .time p {
  order: 2;
}
.newsList .des {
  color: #999999;
  line-height: calc(24 / 16);
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .newsList .time {
    width: 1rem;
  }
  .newsList .textwarp {
    padding-right: 1.4rem;
  }
  .newsList .textwarp::before {
    right: 1rem;
  }
  .newsList .des {
    margin-top: 0.1rem;
  }
}
@media (max-width: 640px) {
  .newsList .pic,
  .newsList .textwarp {
    width: 100%;
  }
  .newsList .pic {
    margin-bottom: 0.2rem;
  }
  .newsList .des {
    margin-bottom: 0.1rem;
  }
}
.Contact_box .box {
  box-shadow: 0px 0px 26px 0px rgba(148, 148, 148, 0.16);
  margin-top: 0.55rem;
}
.Contact_box .box ul li {
  width: 25%;
  text-align: center;
  padding: 0.7rem 0;
  position: relative;
}
.Contact_box .box ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.95rem;
  width: 1px;
  height: 0.6rem;
  background-color: #e5e5e5;
}
.Contact_box .box ul li:last-child::before {
  display: none;
}
.Contact_box .box ul li .icon {
  width: 0.32rem;
  height: 0.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Contact_box .box ul li .icon img {
  max-height: 100%;
}
.Contact_box .box ul li .tit {
  color: #3e3e3e;
  margin: 0.15rem 0 0.2rem;
}
.Contact_box .box ul li p {
  line-height: calc(24 / 16);
  color: #555555;
}
.Contact_box .box ul .ewm {
  width: 0.9rem;
  border: 2px solid #fc5d0f;
  margin: 0 auto;
}
.Contact_box .box .img img {
  width: 100%;
}
@media (max-width: 640px) {
  .Contact_box .box ul li {
    width: 50%;
  }
  .Contact_box .box ul li:nth-child(2)::before {
    display: none;
  }
}
.news_info .news_title {
  margin-bottom: 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(229, 229, 229, 0.95);
}
.news_info .news_title .title {
  color: #3e3e3e;
  margin-bottom: 0.15rem;
}
.news_info .news_title .other {
  color: #888888;
  gap: 0.4rem;
}
.news_info .content {
  color: #555555;
  line-height: calc(24 / 16);
  padding-bottom: 0.4rem;
}
.news_info .Details_page {
  padding-top: 0.4rem;
  border-top: 1px solid rgba(229, 229, 255, 0.95);
}
.news_info .Details_page a {
  min-width: 1.5rem;
  line-height: 0.56rem;
  text-align: center;
  padding: 0 0.1rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #888888;
  transition: all 0.5s;
}
.news_info .Details_page a:hover {
  background-color: #fc5d0f;
  color: #fff;
}
.news_info .newsinfo_owl {
  margin-bottom: 0.4rem;
}
.news_info .newsinfo_owl .ul {
  margin: 0 -0.15rem;
}
.news_info .newsinfo_owl .pic {
  margin: 0 0.15rem;
}
.news_info .newsinfo_owl .pic img {
  width: 100%;
}
.news_info .newsinfo_owl .slick-arrow {
  border: none;
  background-color: #f2f2f2;
}
.news_info .newsinfo_owl .slick-arrow::before {
  filter: brightness(0) invert(70%);
}
.news_info .newsinfo_owl .slick-prev {
  left: -6%;
}
.news_info .newsinfo_owl .slick-next {
  right: -6%;
}
@media (max-width: 640px) {
  .news_info {
    padding: 0.5rem 0.3rem;
  }
}
.case_info .news_title {
  border-bottom: none;
}
.Recruit_list .item {
  background-color: #f7f7f7;
  margin-bottom: 0.2rem;
  padding: 0 0.6rem;
}
.Recruit_list .title {
  padding: 0.3rem 0;
  cursor: pointer;
}
.Recruit_list .other {
  gap: 0.1rem;
  display: inline-flex;
  align-items: center;
  line-height: 0.24rem;
  position: relative;
  padding-right: 0.4rem;
}
.Recruit_list .other em {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.1rem;
  background-color: #dddddd;
}
.Recruit_list .other .icon {
  width: 0.07rem;
  height: 0.07rem;
  border: solid #a0a0a0;
  border-width: 0 1px 1px 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.02rem;
}
.Recruit_list .content {
  padding: 0.2rem 0 0.4rem;
  line-height: calc(28 / 16);
  color: #666666;
  border-top: 1px solid #eeeeee;
  display: none;
}
.Recruit_list .content .stit {
  color: #fc5d0f;
  margin: 0.1rem 0;
}
.Recruit_list .content .con {
  margin-bottom: 0.3rem;
}
@media (max-width: 640px) {
  .Recruit_list .item {
    padding: 0 0.3rem;
  }
  .Recruit_list .title {
    flex-flow: row wrap;
  }
  .Recruit_list .title .tit,
  .Recruit_list .title .other {
    width: 100%;
  }
  .Recruit_list .title .tit {
    margin-bottom: 0.2rem;
  }
}
.loading {
  display: block;
  width: 0.7rem;
  text-align: center;
  margin: 0.55rem auto 0;
  color: #bbbbbb;
}
.loading i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 10px;
  background: url(../images/loading.png) no-repeat center;
  animation: rotate 2.2s linear infinite;
  background-size: contain;
}
.loading:hover {
  color: #bbbbbb;
}
@media (max-width: 640px) {
  .loading {
    width: 1rem;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.networkBox .title h2 {
  color: #3e3e3e;
  margin-bottom: 0.15rem;
}
.networkBox .title .des {
  color: #999999;
}
.networkBox .list {
  gap: 0.3rem;
}
.networkBox .list li {
  width: calc((100% - 0.3rem * 3) / 4);
  box-shadow: 0px 0px 20px 0px rgba(148, 148, 148, 0.16);
}
.networkBox .list .box {
  padding: 0.4rem 0.4rem 0.45rem;
}
.networkBox .list .tit {
  margin-bottom: 0.1rem;
  color: #3e3e3e;
}
.networkBox .list .con {
  color: #555555;
  line-height: calc(30 / 18);
}
@media (max-width: 768px) {
  .networkBox .list li {
    width: calc((100% - 0.3rem * 2) / 3);
  }
}
@media (max-width: 640px) {
  .networkBox .list li {
    width: 100%;
  }
}
.proInfo_one {
  color: #3e3e3e;
  padding: 0.8rem 0;
}
.proInfo_one .w1440 {
  box-shadow: 0px 0px 26px 0px rgba(148, 148, 148, 0.16);
}
.proInfo_one .pic {
  width: calc(780 / 1440 * 100%);
}
.proInfo_one .pic img {
  width: 100%;
}
.proInfo_one .textwarp {
  width: calc(660 / 1440 * 100%);
  padding: 0.6rem 0.53rem;
}
.proInfo_one .proTit {
  padding-bottom: 0.35rem;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.35rem;
}
.proInfo_one .proTit .stit {
  color: #fc5d0f;
  margin-bottom: 0.1rem;
}
.proInfo_one .proTit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 1rem;
  height: 2px;
  background-color: #fc5d0f;
}
.proInfo_one .con {
  line-height: calc(30 / 16);
}
@media (max-width: 640px) {
  .proInfo_one .pic,
  .proInfo_one .textwarp {
    width: 100%;
  }
  .proInfo_one .textwarp {
    padding: 0.3rem;
  }
}
.proInfo_two {
  background-color: #f5f5f5;
  padding: 0.95rem 0 0.8rem;
}
.proInfo_two .title {
  color: #3e3e3e;
}
.proInfo_two .item {
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.proInfo_two .pic {
  width: calc(500 / 1440 * 100%);
}
.proInfo_two .pic img {
  width: 100%;
}
.proInfo_two .textwarp {
  width: calc(940 / 1440 * 100%);
  padding: 0.4rem 0.6rem 0.1rem;
  line-height: calc(28 / 16);
}
.proInfo_two .textwarp ul {
  text-indent: 1em;
}
.proInfo_two .textwarp .stit {
  color: #3e3e3e;
  margin-bottom: 0.12rem;
}
.proInfo_two .textwarp p {
  margin-bottom: 0.08rem;
}
@media (max-width: 640px) {
  .proInfo_two .item {
    margin-bottom: 0.4rem;
  }
  .proInfo_two .pic,
  .proInfo_two .textwarp {
    width: 100%;
  }
  .proInfo_two .textwarp {
    padding: 0.3rem;
  }
}
.proInfo_three {
  padding: 1rem 0;
}
.proInfo_three .tab_nav {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.65rem;
  gap: 0.9rem;
  color: #333333;
}
.proInfo_three .tab_nav b {
  position: relative;
  display: inline-block;
  padding: 0 0.1rem 0.3rem;
  cursor: pointer;
}
.proInfo_three .tab_nav b::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 0.04rem;
  background-color: #fc5d0f;
  opacity: 0;
}
.proInfo_three .tab_nav .on {
  color: #fc5d0f;
}
.proInfo_three .tab_nav .on::after {
  opacity: 1;
}
.proInfo_three .Details_page {
  padding-top: 0.6rem;
}
.proInfo_three .Details_page a {
  min-width: 1.5rem;
  line-height: 0.56rem;
  text-align: center;
  padding: 0 0.1rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #888888;
  transition: all 0.5s;
}
.proInfo_three .Details_page a:hover {
  background-color: #fc5d0f;
  color: #fff;
}
.about_tit {
  color: #3e3e3e;
}
.about_tit .tit_des {
  margin-top: 0.15rem;
}
.about_box_one .list {
  gap: 0.3rem;
}
.about_box_one .list .item {
  width: calc((100% - 0.3rem * 2) / 3);
  border-bottom: 0.04rem solid #6293af;
  background: url(../images/about_item_bg.jpg) no-repeat center bottom #f8f7f9;
  position: relative;
}
.about_box_one .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 1.42rem;
  background-color: #fc5d0f;
  height: 0.04rem;
}
.about_box_one .list .pic {
  position: relative;
  padding-top: calc(258 / 460 * 100%);
}
.about_box_one .list .textwarp {
  padding: 0.3rem;
  min-height: 2rem;
  color: #666666;
  line-height: calc(28 / 18);
}
.about_box_one .list .tit {
  color: #3e3e3e;
  margin-bottom: 0.1rem;
}
@media (max-width: 640px) {
  .about_box_one .list .item {
    width: 100%;
  }
}
.historyBox {
  background: url(../images/history_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.9rem 0 1rem;
  color: #fff;
}
.historyBox .about_tit {
  color: #fff;
}
.historyBox .tab_nav {
  margin: 0.35rem 0 0.6rem;
  gap: 0.75rem;
  color: #59595b;
}
.historyBox .tab_nav .item {
  cursor: pointer;
}
.historyBox .tab_nav .on {
  color: #fff;
}
.historyBox .list {
  max-width: 1174px;
  margin: 0 auto;
}
.historyBox .list .slider {
  margin: 0 -0.15rem;
  position: relative;
}
.historyBox .list .slider::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 4.15rem;
  width: calc(100% - 0.3rem);
  transform: translateX(-50%);
  background-color: #59595b;
  height: 2px;
}
.historyBox .list .box {
  margin: 0 0.15rem;
}
.historyBox .list .pic {
  position: relative;
  padding-top: 3.3rem;
  overflow: hidden;
  border-radius: 6px;
}
.historyBox .list .textwarp {
  padding-right: 0.05rem;
}
.historyBox .list .textwarp .time {
  display: flex;
  height: 0.85rem;
  align-items: center;
  position: relative;
}
.historyBox .list .textwarp .time::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0.8rem;
  height: 2px;
  background-color: #fc5d0f;
}
.historyBox .list .textwarp .des {
  line-height: calc(30 / 18);
  padding-top: 0.25rem;
}
.historyBox .list .slick-arrow {
  background-color: rgba(205, 205, 205, 0.2);
}
.historyBox .list .slick-prev {
  left: -8%;
}
.historyBox .list .slick-next {
  right: -8%;
}
@media (max-width: 1024px) {
  .historyBox .list .slick-prev {
    left: -1%;
  }
  .historyBox .list .slick-next {
    right: -1%;
  }
}
@media (max-width: 640px) {
  .historyBox .tab_nav {
    gap: 0.2rem;
  }
}
.about_fertility .w1440 {
  gap: 0.3rem;
}
.about_fertility .item {
  width: calc((100% - 0.3rem * 2) / 3);
  background-color: #f5f5f5;
  padding: 0.6rem;
  position: relative;
  transition: all 0.5s;
}
.about_fertility .item:hover {
  background-color: #fc5d0f;
}
.about_fertility .item:hover .icon {
  filter: brightness(0) invert(100%);
}
.about_fertility .item:hover .tit,
.about_fertility .item:hover .des,
.about_fertility .item:hover .num {
  color: #fff;
}
.about_fertility .item:hover .tit::after {
  background-color: #fff;
}
.about_fertility .icon {
  text-align: center;
  height: 0.6rem;
}
.about_fertility .icon img {
  max-height: 100%;
}
.about_fertility .tit {
  text-align: center;
  color: #3e3e3e;
  margin-top: 0.35rem;
}
.about_fertility .tit::after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 2px;
  background-color: #fc5d0f;
  margin: 0.25rem auto;
}
.about_fertility .des {
  padding-bottom: 0.3rem;
  min-height: 2.1rem;
  line-height: calc(28 / 16);
}
.about_fertility .num {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 0.6rem;
  color: #c5c5c5;
  font-size: 0.2rem;
}
@media (max-width: 640px) {
  .about_fertility .item {
    width: 100%;
  }
}
.about_custom .des {
  line-height: calc(30 / 18);
  margin-top: 0.5rem;
}
.about_industry .item {
  width: 3.6rem;
  transition: all 0.5s;
  position: relative;
}
.about_industry .pic {
  position: relative;
  height: 5rem;
}
.about_industry .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.about_industry .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(242, 101, 33, 0.8));
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(242, 101, 33, 0.8));
  background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(242, 101, 33, 0.8));
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(242, 101, 33, 0.8));
  z-index: 4;
  opacity: 0;
}
.about_industry .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0.4rem;
  color: #fff;
  align-items: center;
  z-index: 5;
}
.about_industry .on {
  width: calc(100% - 3.6rem * 2);
}
.about_industry .on .pic::before {
  opacity: 0;
}
.about_industry .on .pic::after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .about_industry .item {
    width: 20%;
  }
  .about_industry .on {
    width: calc(100% - 20% * 2);
  }
}
@media (max-width: 640px) {
  .about_industry .list {
    flex-flow: row wrap;
  }
  .about_industry .item,
  .about_industry .on {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .about_industry .item .pic::before,
  .about_industry .on .pic::before {
    opacity: 0;
  }
  .about_industry .item .pic::after,
  .about_industry .on .pic::after {
    opacity: 1;
  }
  .about_industry .pic {
    padding-top: calc(500 / 720 * 100%);
    height: auto;
  }
}
.about_Partner {
  background-color: #f5f5f5;
}
.about_Partner .tab_nav {
  margin: 0.35rem 0 0.6rem;
  gap: 0.75rem;
  color: #3e3e3e;
}
.about_Partner .tab_nav .item {
  cursor: pointer;
}
.about_Partner .tab_nav .on {
  color: #fc5d0f;
}
.about_Partner .content {
  display: none;
}
.about_Partner .content .list {
  margin: 0.1rem 0;
}
.about_Partner .content .item {
  width: 2.4rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 0.1rem;
  vertical-align: middle;
}
.about_Partner .content .item img {
  max-height: 90%;
  max-width: 90%!important;
}
.about_Partner .content.on {
  display: block;
}
@media (max-width: 640px) {
  .about_Partner .content .item {
    width: 1.6rem;
    height: 0.7rem;
  }
}
.about_network {
  height: 7.9rem;
}
.right_fixed {
  position: fixed;
  right: 0.3rem;
  bottom: 20%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(109, 122, 143, 0.1);
  background-color: #fff;
  z-index: 10;
}
.right_fixed a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.right_fixed a:last-child {
  border-bottom: none;
}
.right_fixed a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/right_icon1.png) no-repeat center;
  filter: brightness(0) invert(70%);
}
.right_fixed a:hover::before {
  filter: none;
}
.right_fixed .ss::before {
  background-image: url(../images/right_icon2.png);
}
.right_fixed .back_top::before {
  background-image: url(../images/right_icon3.png);
}
.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: #fc5d0f;
  width: 1.4rem;
  line-height: 0.5rem;
  text-align: center;
}
.proInfo_four {
  gap: 0.08rem;
}
.proInfo_four .left,
.proInfo_four .right {
  width: calc((100% - 0.08rem) / 2);
}
.proInfo_four .left {
  position: relative;
}
.proInfo_four .left img,
.proInfo_four .left video {
  width: 100%;
}
.proInfo_four .left .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background-color: rgba(0, 30, 50, 0.75);
  padding: 0.1rem 0.15rem;
  font-weight: bold;
  font-size: 0.2rem;
}
.proInfo_four .right .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  background-color: #fc5d0f;
  padding: 0.4rem 0.3rem;
  font-weight: bold;
  font-size: 0.2rem;
}
.proInfo_four .right .title {
  width: 100%;
}
@media (max-width: 640px) {
  .proInfo_four {
    gap: 0;
  }
  .proInfo_four .left {
    width: 100%;
  }
  .proInfo_four .right {
    width: 100%;
  }
}
.title_list {
  line-height: 0.55rem;
  margin-bottom: 0.5rem;
}
.title_list ol {
  background-color: #fc5d0f;
  color: #fff;
}
.title_list .title {
  flex: 1;
  min-width: 0;
  margin-left: 0;
}
.title_list .down {
  width: 0.8rem;
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.title_list li {
  border-bottom: 1px solid #e3e3e3;
}
.title_list .flex_js_ac {
  padding: 0 0.3rem;
  padding-right: 0;
}
.title_list .box .title {
  padding-left: 0.2rem;
  position: relative;
  font-size: var(--f18);
}
.title_list .box .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.04rem;
  height: 0.16rem;
  background-color: #fc5d0f;
  border-radius: 2px;
  transform: translateY(-50%);
}
.title_list .box span {
  color: #555555;
}
.title_list .box .time {
  color: #95979b;
}
.title_list .box .down {
  padding-left: 0.24rem;
  background: url(../images/icon_down.svg) no-repeat left center;
  background-size: 0.14rem;
  color: #95979b;
}
.title_list .box:hover .title {
  color: #fc5d0f;
}
@media (max-width: 640px) {
  .title_list .box {
    flex-wrap: wrap;
  }
  .title_list .time {
    width: 1.1rem;
  }
}
