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;
}
.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: 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;
  }
  .f20 {
    font-size: 0.24rem;
  }
  .f22 {
    font-size: 0.26rem;
  }
  .f52 {
    font-size: 0.4rem;
  }
  .f60 {
    font-size: 0.54rem;
  }
}
.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: #fff;
}
.header.fixed {
  position: fixed;
}
.header .logo {
  display: flex;
}
.header .logo .img {
  max-width: 1.79rem;
}
.header .right {
  display: inline-flex;
}
.header .menuIcon {
  display: none;
}
.header .other {
  pointer-events: auto;
  display: inline-flex;
  gap: 0.5rem;
}
.header .lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .lang .title {
  cursor: pointer;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  gap: 0.15rem;
}
.header .lang .title::after {
  content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border: 0.08rem solid transparent;
  border-top-color: #000;
  margin-top: 0.06rem;
}
.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: #ec6c00;
  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: 1rem;
  line-height: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
  gap: 0.1rem;
  transition: all 0.5s;
}
.header .open_search i {
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  font-style: normal;
}
.header .open_search.on i {
  background: none;
  position: relative;
}
.header .open_search.on i:before,
.header .open_search.on i:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1.5px;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .open_search:hover {
  background-color: #ec6c00;
  color: #fff;
}
.header .open_search:hover i {
  filter: brightness(0) invert(100%);
}
.header .open_search:hover.on i::before,
.header .open_search:hover.on i::after {
  background-color: #fff;
}
.header .top_search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 3rem;
}
.header .top_search .btn {
  background: url(../images/search.svg) no-repeat center;
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 0.16rem;
}
.header .top_search .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: transparent;
  padding: 0 0.6rem 0 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;
  border-radius: 0.5rem;
  background-color: #fff;
}
.header .top_search .text::placeholder {
  color: #666;
  opacity: 0.5;
}
.header .navTop {
  padding-left: 0.14rem;
}
.header .navTop .ul {
  display: flex;
  gap: 0.55rem;
}
.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: #000;
  line-height: 1rem;
  transition: all 0.5s;
}
.header .navTop li span a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #ec6c00;
  transition: all 0.5s;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .header .navTop li:hover span a,
  .header .navTop li.aon span a {
    color: #ec6c00;
  }
  .header .navTop li:hover span a::after,
  .header .navTop li.aon span a::after {
    width: 100%;
  }
}
.header .navTop li .sub {
  position: absolute;
  min-width: 170px;
  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 0;
  transition: all 0.2s;
}
.header .navTop li .box a:hover {
  background-color: #ec6c00;
  color: #fff;
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .header .w1800 {
    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: #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 .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: #ec6c00;
  }
  .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 30%;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: left;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .header .logo {
    width: 53%;
  }
  .header .logo .txt {
    display: none;
  }
  .header .other {
    gap: 0.15rem;
  }
}
.slick-arrow {
  background: url(../images/arrow_left2.png) no-repeat center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 2px solid #ec6c00;
  filter: brightness(0) invert(80%);
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover {
  filter: none;
  background-image: url(../images/arrow_left3.png);
  background-color: #ec6c00;
}
.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;
  z-index: 5;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
.Hbanner .textwarp .en {
  letter-spacing: 0.053rem;
  margin: 0.2rem 0;
}
.Hbanner .textwarp .des {
  letter-spacing: 0.18rem;
}
.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.55rem;
}
.Hbanner .slick-dots li {
  width: 0.5rem;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 0;
}
.Hbanner .slick-dots .slick-active {
  opacity: 1;
  width: 1.2rem;
}
.Hbanner .slick-arrow {
  background-image: url(../images/arrow_left.png);
  filter: none;
  opacity: 0.5;
  border: 2px solid #fff;
}
.Hbanner .slick-arrow:hover {
  opacity: 1;
  background-color: #ec6c00;
  border-color: #ec6c00;
}
.Hbanner .slick-prev {
  left: 0.4rem;
}
.Hbanner .slick-next {
  right: 0.4rem;
}
@media (max-width: 640px) {
  .Hbanner .textwarp {
    padding-left: 2%;
    padding-right: 2%;
  }
  .Hbanner .textwarp .en,
  .Hbanner .textwarp .des {
    letter-spacing: 0;
  }
  .Hbanner .slick-prev {
    left: 0;
  }
  .Hbanner .slick-next {
    right: 0;
  }
}
@-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;
}
.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;
}
.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;
  }
  .pb100 {
    padding-bottom: 0.6rem;
  }
  .pb110 {
    padding-bottom: 0.65rem;
  }
  .pb120 {
    padding-bottom: 0.8rem;
  }
  .pb55 {
    padding-bottom: 0.35rem;
  }
}
.Htitle {
  color: #000;
}
.Htitle.center {
  text-align: center;
}
.Htitle .en {
  color: #ec6c00;
  text-transform: uppercase;
}
.Hmore {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
}
.Hmore::after {
  content: '';
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  border: 0.08rem solid transparent;
  border-left-color: #000;
  margin-top: -0.02rem;
}
.Hmore:hover::after {
  border-left-color: #ec6c00;
}
a:hover .Hmore::after {
  border-left-color: #ec6c00;
}
.Habout .textwarp {
  width: calc(625 / 1440 * 100%);
  padding-top: 0.35rem;
}
.Habout .textwarp .title {
  font-weight: bold;
  margin-bottom: 0.45rem;
}
.Habout .textwarp .con {
  line-height: calc(28 / 16);
}
.Habout .textwarp .Hmore {
  margin-top: 0.8rem;
}
.Habout .pic {
  width: calc(720 / 1440 * 100%);
}
.Habout .pic figure {
  position: relative;
  padding-top: calc(480 / 720 * 100%);
}
.Habout .pic .play_icon {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/play.png) no-repeat center rgba(255, 255, 255, 0.3);
  background-size: contain;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.Habout .pic .play_icon:hover {
  background-color: #ec6c00;
  border-color: #ec6c00;
}
.Habout .numBox {
  box-shadow: 0px 0px 43px 0px rgba(190, 190, 190, 0.2);
  background-color: #fff;
  margin-top: 0.4rem;
  padding: 0.6rem 0;
}
.Habout .numBox .item {
  width: 25%;
  text-align: center;
  position: relative;
}
.Habout .numBox .item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.3rem;
  background-color: #d0d0d0;
}
@media (max-width: 769px) {
  .Habout .textwarp,
  .Habout .pic {
    width: 100%;
  }
  .Habout .textwarp {
    margin-bottom: 0.35rem;
  }
}
@media (max-width: 640px) {
  .Habout .textwarp {
    padding-top: 0;
  }
  .Habout .numBox {
    gap: 0.5rem 0;
  }
  .Habout .numBox .item {
    width: 50%;
  }
  .Habout .numBox .item:nth-child(2)::after {
    display: none;
  }
}
.Hcase .pic {
  position: relative;
  padding-top: calc(500 / 1920 * 100%);
  transition: all 0.5s;
}
.Hcase .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.Hcase .item {
  position: relative;
}
.Hcase .item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.Hcase .item:hover .pic {
  padding-top: calc(800 / 1920 * 100%);
}
.Hcase .item:hover .play_icon {
  background-color: #ec6c00;
  border-color: #ec6c00;
  opacity: 1;
}
.Hcase .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.Hcase .box {
  padding: 0.35rem;
  padding-right: 1.2rem;
  display: block;
  color: #fff;
  position: relative;
  z-index: 3;
}
.Hcase .box a {
  color: #fff;
}
.Hcase .des {
  margin: 0.15rem 0;
}
.Hcase .line {
  width: 0.6rem;
  height: 4px;
  background-color: #ec6c00;
}
.Hcase .play_icon {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/play.png) no-repeat center;
  background-size: contain;
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0.6;
  position: absolute;
  right: 0.75rem;
  bottom: 0.4rem;
  cursor: pointer;
  z-index: 4;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .Hcase .pic {
    padding-top: 40%;
  }
  .Hcase .box {
    padding: 0.3rem 0.1rem;
    padding-right: 1.2rem;
  }
  .Hcase .play_icon {
    right: 0.2rem;
  }
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.85);
}
.video-box .close {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  z-index: 2;
}
.video-box .close::before,
.video-box .close::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.video-box .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hnews {
  padding-bottom: 1.5rem;
}
.Hnews .ul {
  margin: 0 -0.15rem;
}
.Hnews .box {
  display: block;
  margin: 0 0.15rem;
  background-color: #f9f9f9;
  transition: all 0.5s;
}
.Hnews .box:hover {
  background-color: #ec6c00;
}
.Hnews .box:hover .time,
.Hnews .box:hover .des,
.Hnews .box:hover .title,
.Hnews .box:hover .Hmore {
  color: #fff;
}
.Hnews .box:hover .Hmore::after {
  border-left-color: #fff;
}
.Hnews .pic {
  position: relative;
  padding-top: calc(310 / 460 * 100%);
}
.Hnews .textwarp {
  padding: 0.3rem;
}
.Hnews .time {
  color: #ec6c00;
  margin-bottom: 0.25rem;
}
.Hnews .des {
  line-height: calc(28 / 16);
  margin: 0.15rem 0 0.55rem;
}
.Hnews .slick-prev {
  left: -1.2rem;
}
.Hnews .slick-next {
  right: -1.2rem;
}
@media (max-width: 1660px) {
  .Hnews .slick-prev {
    left: -0.5rem;
  }
  .Hnews .slick-next {
    right: -0.5rem;
  }
}
@media (max-width: 1024px) {
  .Hnews .slick-prev {
    left: 0;
  }
  .Hnews .slick-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .Hnews {
    padding-bottom: 0.6rem;
  }
}
.footer {
  background-color: #000000;
  padding: 1rem 0 0.7rem;
  color: #666666;
}
.footer .left {
  line-height: calc(32 / 16);
}
.footer .left .box:not(:last-child) {
  margin-bottom: 0.25rem;
}
.footer .left .tit {
  color: #fff;
}
.footer .left .txt {
  padding-left: 25px;
  background: url(../images/foot_add.svg) no-repeat left center;
}
.footer .left .tel {
  background-image: url(../images/foot_tel.svg);
}
.footer .right {
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
.footer .right a {
  color: #666666;
}
.footer .right a:hover {
  color: #fff;
}
.footer .nav {
  gap: 0.55rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .nav a {
  color: #fff;
}
.footer .flink {
  gap: 0.2rem;
}
.footer .Copyright {
  gap: 0.15rem;
  margin-top: 0.15rem;
}
.footer .Copyright .gongan {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (max-width: 769px) {
  .footer {
    padding: 0.4rem 0 0.1rem;
  }
  .footer .w1440 {
    justify-content: center;
  }
  .footer .left {
    margin-bottom: 0.35rem;
  }
  .footer .right,
  .footer .flink,
  .footer .Copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer nav {
    display: none;
  }
}
@media (max-width: 640px) {
  .footer .Copyright {
    gap: 0.05rem;
    margin-top: 0.05rem;
  }
}
.current {
  text-align: right;
  color: #000;
  padding: 0.3rem 0;
}
.current a {
  color: #000;
}
.current i {
  display: inline-block;
  margin: 0 0.2rem;
  font-style: normal;
  font-family: serif;
}
@media (max-width: 640px) {
  .current {
    padding-bottom: 0;
  }
}
.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;
  justify-content: center;
  top: 0;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.NYbanner .textwarp .cn {
  letter-spacing: 0.05rem;
  line-height: 1;
}
.NYbanner .textwarp .en {
  letter-spacing: 0.053rem;
  margin: 0.2rem 0;
}
.NYbanner .current {
  color: #fff;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  width: 100%;
  padding: 0;
}
.NYbanner .current a {
  color: #fff;
}
.NYbanner .current a:hover {
  color: #ec6c00;
}
.NYbanner .current span {
  color: #fff;
}
.NYbanner .search {
  max-width: 8.4rem;
  width: 92%;
  position: relative;
  display: block;
  margin: 0.4rem 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;
}
.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 {
    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 {
  background-color: #fff;
}
.NYmenu .w1440 {
  height: 0.8rem;
}
.NYmenu .nav .ul {
  display: flex;
  flex-flow: row wrap;
}
.NYmenu .nav li:not(:last-child) {
  margin-right: 0.4rem;
}
.NYmenu .nav li.aon a {
  color: #ec6c00;
}
.NYmenu .nav a {
  display: block;
  position: relative;
}
.NYmenu .nav a:hover {
  color: #ec6c00;
}
@media screen and (max-width: 768px) {
  .NYmenu .current {
    display: none;
  }
  .NYmenu .nav a {
    line-height: 0.5rem;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .NYmenu {
    padding: 0.1rem 0;
  }
  .NYmenu .w1440 {
    height: auto;
  }
}
.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.55rem;
}
.color {
  color: #ec6c00;
}
.nyAbout_box .Habout .textwarp {
  padding-top: 0;
}
.about_box_two {
  background-color: #f9f9f9;
}
.about_box_two .pic {
  width: 50%;
}
.about_box_two .textwarp {
  padding: 0.5rem 1.7rem;
  width: 50%;
}
.about_box_two .txt:not(:last-child) {
  margin-bottom: 0.35rem;
}
.about_box_two .txt {
  padding-left: 0.25rem;
}
.about_box_two dt {
  position: relative;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
.about_box_two dt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.25rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #000;
  border-radius: 100%;
}
@media (max-width: 769px) {
  .about_box_two .textwarp {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 640px) {
  .about_box_two .pic,
  .about_box_two .textwarp {
    width: 100%;
  }
  .about_box_two .textwarp {
    padding: 0.5rem;
  }
}
.about_box_three .item {
  width: calc(700 / 1440 * 100%);
  position: relative;
}
.about_box_three .pic img {
  width: 100%;
}
.about_box_three .textwarp {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0.8rem 0.4rem;
  line-height: calc(24 / 16);
}
.about_box_three .logo {
  gap: 0.3rem;
  margin-bottom: 0.35rem;
}
.about_box_three .logo em {
  width: 1px;
  height: 0.2rem;
  background-color: #fff;
}
@media (max-width: 640px) {
  .about_box_three .item {
    width: 100%;
    margin-bottom: 0.35rem;
  }
}
.about_History {
  position: relative;
  background-color: #f9f9f9;
}
.about_History .slider-nav {
  position: absolute;
  width: calc(50% - 2.4rem);
  left: 2.4rem;
  top: 2.2rem;
  z-index: 3;
}
.about_History .slider-nav::before {
  content: '';
  position: absolute;
  width: calc(100% - 0.28rem);
  right: 0;
  bottom: 0.15rem;
  background-color: #000;
  height: 1px;
}
.about_History .slider-nav li {
  margin-bottom: 0.15rem;
}
.about_History .slider-nav span {
  display: inline-block;
  padding-bottom: 0.45rem;
  position: relative;
}
.about_History .slider-nav span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.05rem;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #000;
  border-radius: 100%;
  transform: translateX(-50%);
}
.about_History .slider-nav .slick-current span::after {
  width: 0.2rem;
  height: 0.2rem;
  bottom: -0.1rem;
}
.about_History .left {
  width: 50%;
  padding-left: 0.6rem;
  padding-top: 3.7rem;
}
.about_History .right {
  width: 50%;
}
.about_History .pic {
  padding-top: calc(860 / 960 * 100%);
  position: relative;
}
.about_History .con {
  margin: 0 auto;
  max-width: 3rem;
  text-align: center;
}
.about_History .tit {
  margin-bottom: 0.3rem;
}
.about_History .des {
  line-height: calc(34 / 22);
}
.about_History .page_btn {
  width: 50%;
  text-align: center;
  padding-left: 0.6rem;
  bottom: 0.9rem;
  position: absolute;
}
.about_History .page_btn .slick-arrow {
  background-image: url(../images/arrow_left.png);
  margin: 0 0.15rem;
}
.about_History .page_btn .slick-arrow:hover {
  background-color: #ec6c00;
}
@media (max-width: 1025px) {
  .about_History .slider-nav {
    top: 0.7rem;
    left: 4%;
    width: 46%;
  }
  .about_History .left {
    padding-top: 2rem;
  }
}
@media (max-width: 769px) {
  .about_History .page_btn {
    bottom: 0.25rem;
  }
  .about_History .con {
    max-width: 5rem;
  }
}
@media (max-width: 640px) {
  .about_History .slider-nav {
    width: 92%;
  }
  .about_History .left,
  .about_History .right {
    width: 100%;
  }
  .about_History .left {
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
  .about_History .page_btn {
    bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
  }
}
.about_strength .slider .pic {
  position: relative;
  padding-top: calc(800 / 1440 * 100%);
}
.about_strength .slick-arrow {
  background-image: url(../images/arrow_left.png);
  filter: none;
  opacity: 0.5;
  border: 2px solid #fff;
  top: 4rem;
}
.about_strength .slick-arrow:hover {
  opacity: 1;
}
.about_strength .slick-prev {
  left: 0.6rem;
}
.about_strength .slick-next {
  right: 0.6rem;
}
.about_strength .textwarp {
  text-align: center;
  line-height: calc(28 / 16);
}
.about_strength .textwarp .title {
  margin-bottom: 0.15rem;
}
.about_honor {
  padding: 2rem 0;
  text-align: center;
  line-height: calc(28 / 16);
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
}
.about_honor .title {
  margin-bottom: 0.3rem;
}
.about_honor .des {
  margin-bottom: 0.2rem;
}
.about_honor .list {
  gap: 0.1rem;
}
@media (max-width: 640px) {
  .about_honor {
    padding: 0.6rem 0;
  }
}
.about_gjhzsq {
  position: relative;
}
.about_gjhzsq .pic img {
  width: 100%;
}
.about_gjhzsq .textwarp {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: calc(28 / 16);
  text-align: center;
  padding-top: 2rem;
}
.about_gjhzsq .title {
  margin-bottom: 0.25rem;
}
@media (max-width: 640px) {
  .about_gjhzsq .textwarp {
    padding-top: 0.5rem;
  }
}
.about_map {
  text-align: center;
  line-height: calc(28 / 16);
}
.about_map .title {
  margin-bottom: 0.2rem;
}
.case_list {
  gap: 0.4rem 0;
}
.case_list .box {
  display: block;
}
.case_list .box:hover .Hmore {
  opacity: 1;
}
.case_list .item {
  width: calc(700 / 1440 * 100%);
  background-color: #f9f9f9;
}
.case_list .pic {
  position: relative;
  padding-top: calc(680 / 700 * 100%);
}
.case_list .textwarp {
  padding: 0.4rem;
}
.case_list .top {
  height: 1.3rem;
}
.case_list .des {
  margin: 0.15rem 0;
}
.case_list .Hmore {
  opacity: 0.5;
}
@media (max-width: 640px) {
  .case_list .item {
    width: 100%;
  }
}
.loading {
  display: block;
  width: 0.7rem;
  text-align: center;
  margin: 1rem 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);
  }
}
.caseBg {
  background-image: -moz-linear-gradient(0deg, #fff, #fafafa);
  background-image: -webkit-linear-gradient(0deg, #fff, #fafafa);
  background-image: -ms-linear-gradient(0deg, #fff, #fafafa);
  background-image: linear-gradient(0deg, #fff, #fafafa);
}
.caseInfo .Details_one {
  text-align: center;
  line-height: calc(28 / 16);
}
.caseInfo .Details_one .title {
  margin-bottom: 0.25rem;
}
.caseInfo .pic_slider img {
  width: 100%;
}
.caseInfo .pic_slider .slick-prev {
  left: 1rem;
}
.caseInfo .pic_slider .slick-next {
  right: 1rem;
}
@media (max-width: 1025px) {
  .caseInfo .pic_slider .slick-prev {
    left: 0;
  }
  .caseInfo .pic_slider .slick-next {
    right: 0;
  }
}
.case_video {
  cursor: pointer;
}
.case_video .pic figure {
  position: relative;
  padding-top: calc(960 / 1920 * 100%);
}
.case_video .pic figure::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.case_video .pic .play_icon {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/play.png) no-repeat center rgba(255, 255, 255, 0.3);
  background-size: contain;
  border-radius: 100%;
  cursor: pointer;
  z-index: 3;
  transition: all 0.5s;
}
.case_video .pic .play_icon:hover {
  background-color: #ec6c00;
}
.recommend_list .list_title {
  text-align: center;
}
.recommend_list .ul {
  margin: 0 -0.15rem;
}
.recommend_list .box {
  display: block;
  margin: 0 0.15rem;
  background-color: #f9f9f9;
  transition: all 0.5s;
}
.recommend_list .box .Hmore {
  opacity: 0.3;
}
.recommend_list .box:hover {
  background-color: #ec6c00;
  color: #fff;
}
.recommend_list .box:hover .Hmore {
  opacity: 1;
}
.recommend_list .box:hover .Hmore::after {
  border-left-color: #fff;
}
.recommend_list .pic {
  position: relative;
  padding-top: calc(310 / 460 * 100%);
}
.recommend_list .textwarp {
  padding: 0.3rem;
}
.recommend_list .des {
  line-height: calc(28 / 16);
  margin: 0.15rem 0 0.55rem;
}
.recommend_list .slick-prev {
  left: -1.2rem;
}
.recommend_list .slick-next {
  right: -1.2rem;
}
.recommend_list .back_list {
  width: 1.8rem;
  height: 0.5rem;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  margin: 1rem auto 0;
  transition: all 0.5s;
}
.recommend_list .back_list::after {
  margin-top: 0;
}
.recommend_list .back_list:hover {
  border-color: #ec6c00;
  background-color: #ec6c00;
  color: #fff;
}
.recommend_list .back_list:hover::after {
  border-left-color: #fff;
}
@media (max-width: 1660px) {
  .recommend_list .slick-prev {
    left: -0.5rem;
  }
  .recommend_list .slick-next {
    right: -0.5rem;
  }
}
@media (max-width: 1024px) {
  .recommend_list .slick-prev {
    left: 0;
  }
  .recommend_list .slick-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .recommend_list .ul {
    margin: 0;
  }
  .recommend_list .box {
    margin: 0;
  }
}
.proInfo .pic_slider .slick-prev {
  left: 0.4rem;
}
.proInfo .pic_slider .slick-next {
  right: 0.4rem;
}
.proInfo .pro_Details {
  background-color: #f9f9f9;
}
.proInfo .pro_Details .item {
  cursor: pointer;
}
.proInfo .pro_Details .item:not(:first-child) {
  padding-top: 0.4rem;
}
.proInfo .pro_Details .on .tit::after {
  transform: rotate(-135deg);
}
.proInfo .pro_Details .tit {
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  font-size: 0.18rem;
}
.proInfo .pro_Details .tit::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
.proInfo .pro_Details .con {
  display: none;
  padding-top: 0.3rem;
}
.proInfo .pro_Details .con table {
  table-layout: fixed;
  width: 100%;
}
.proInfo .pro_Details .con table td {
  padding: 0.07rem 0;
}
.proInfo .pro_Details .con .table1 td:first-child {
  width: 1.85rem;
}
.proInfo .case_video {
  max-width: 11rem;
  width: 100%;
  margin: 0 auto;
}
.proInfo .case_video .pic figure {
  padding-top: calc(720 / 1100 * 100%);
}
.proInfo .recommend_list {
  background-color: #f9f9f9;
}
.proInfo .recommend_list .pic {
  position: relative;
  padding-top: 100%;
}
.proInfo .recommend_list .stit {
  margin: 0.25rem 0 0.1rem;
}
@media (max-width: 1025px) {
  .proInfo .pic_slider .slick-prev {
    left: 0;
  }
  .proInfo .pic_slider .slick-next {
    right: 0;
  }
}
.news_list .box {
  transition: all 0.5s;
  position: relative;
  margin-bottom: 0.4rem;
}
.news_list .box:hover {
  background-color: #f9f9f9;
}
.news_list .box:hover .textwarp {
  border-top-color: transparent;
  padding-right: 1.22rem;
}
.news_list .box:hover .time {
  color: #ec6c00;
  right: 0.42rem;
}
.news_list .box:hover .time b {
  color: #ec6c00;
}
.news_list .box:hover .Hmore {
  border-color: #ec6c00;
  color: #ec6c00;
}
.news_list .box:hover .Hmore::after {
  border-left-color: #ec6c00;
}
.news_list .pic {
  width: calc(600 / 1440 * 100%);
}
.news_list .pic i {
  display: block;
  padding-top: calc(400 / 600 * 100%);
  position: relative;
}
.news_list .textwarp {
  width: calc(760 / 1440 * 100%);
  padding-top: 0.65rem;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding-right: 0.8rem;
  transition: all 0.5s;
}
.news_list .title {
  line-height: calc(36 / 24);
}
.news_list .title,
.news_list .des {
  color: #000;
  max-width: 5.3rem;
}
.news_list .des {
  line-height: calc(26 / 16);
  margin: 0.35rem 0 0.7rem;
}
.news_list .time {
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  top: 0.65rem;
  color: #888888;
  transition: all 0.5s;
}
.news_list .time b {
  color: #000;
}
.news_list .Hmore {
  width: 1.8rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c2c2c2;
  color: #c2c2c2;
}
.news_list .Hmore::after {
  margin-top: 0;
  border-left-color: #c2c2c2;
}
@media (max-width: 769px) {
  .news_list .textwarp {
    padding-top: 0.3rem;
  }
  .news_list .des {
    margin: 0.2rem 0 0.5rem;
  }
}
@media (max-width: 640px) {
  .news_list .pic,
  .news_list .textwarp {
    width: 100%;
  }
}
.newsInfo .newsTitle {
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.35rem;
}
.newsInfo .content {
  color: #666;
  line-height: calc(28 / 16);
}
.newsInfo .Details_page {
  margin-top: 1rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.4rem 0;
}
.newsInfo .Details_page a {
  color: #666666;
}
.newsInfo .Details_page a:hover {
  color: #ec6c00;
}
.newsInfo .Details_page .prev,
.newsInfo .Details_page .next {
  width: 40%;
  position: relative;
}
.newsInfo .Details_page .prev::before,
.newsInfo .Details_page .next::before {
  content: '';
  position: absolute;
  left: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.08rem;
  background-color: #666;
}
.newsInfo .Details_page .icon {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.08rem;
  height: 0.08rem;
  border: solid #666;
  border-width: 0 0 1px 1px;
}
.newsInfo .Details_page .prev {
  padding-left: 0.5rem;
}
.newsInfo .Details_page .next {
  text-align: right;
  padding-left: 0;
  padding-right: 0.5rem;
}
.newsInfo .Details_page .next .icon {
  left: auto;
  right: 2px;
  border-width: 1px 1px 0 0;
}
.newsInfo .Details_page .next::before {
  left: auto;
  right: 0.27rem;
}
@media (max-width: 640px) {
  .newsInfo .Details_page {
    justify-content: center;
  }
  .newsInfo .Details_page .prev,
  .newsInfo .Details_page .next {
    width: 100%;
  }
  .newsInfo .Details_page .more {
    text-align: center;
    margin: 0.1rem 0;
  }
}
.Contact_box {
  line-height: calc(36 / 16);
}
.Contact_box .title {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #e5e5e5;
}
.Contact_box .top {
  padding: 0.25rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.Contact_box .top .tit {
  line-height: 1;
  margin-top: 0.1rem;
}
.Contact_box ul {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.4rem 0 0.3rem;
  color: #666666;
}
.Contact_box ul li {
  display: flex;
}
.Contact_box ul .icon {
  flex: 0 0 auto;
  width: 0.4rem;
}
.Contact_box ul .tit {
  color: #000;
  line-height: 1.82;
}
@media (max-width: 640px) {
  .Contact_box ul {
    flex-flow: row wrap;
  }
  .Contact_box li {
    width: 50%;
    margin: 0.2rem 0;
  }
}
.join_item_one .list {
  gap: 0.2rem;
}
.join_item_one .list li {
  width: calc((100% - 0.2rem * 6) / 7);
  background-color: #f7f7f7;
  position: relative;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
.join_item_one .list .icon {
  height: 0.35rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.3rem;
  justify-content: center;
}
.join_item_one .list .icon img {
  max-height: 100%;
}
.join_item_one .list2 {
  gap: 0.12rem;
}
.join_item_one .list2 li {
  width: calc((100% - 0.12rem * 5) / 6);
  height: 2.3rem;
}
@media (max-width: 640px) {
  .join_item_one .list {
    gap: 0.1rem;
    justify-content: center;
  }
  .join_item_one .list li {
    width: auto;
    padding: 0.2rem 0.2rem;
    height: 3rem;
  }
  .join_item_one .list2 {
    gap: 0.1rem;
  }
  .join_item_one .list2 li {
    width: calc((100% - 0.1rem * 2) / 3);
    padding: 0.4rem 0.2rem;
    height: auto;
  }
}
.join_item_owl {
  color: #fff;
}
.join_item_owl .item {
  position: relative;
}
.join_item_owl .pic {
  position: relative;
  padding-top: calc(700 / 1920 * 100%);
}
.join_item_owl .pic::before,
.join_item_owl .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.join_item_owl .pic::before {
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.join_item_owl .pic::after {
  z-index: 3;
  background-image: -moz-linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
  opacity: 0.3;
  width: 50%;
}
.join_item_owl .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 4;
}
.join_item_owl .box {
  width: 100%;
  padding-bottom: 0.7rem;
  padding-left: 2.4rem;
}
.join_item_owl .stit {
  line-height: calc(26 / 18);
}
.join_item_owl .des {
  line-height: calc(28 / 16);
  text-align: justify;
  max-width: 7.3rem;
}
.join_item_owl .titBox {
  margin: 0.1rem 0 0.25rem;
}
.join_item_owl .title2 {
  display: inline-flex;
  align-items: center;
  opacity: 0.2;
  gap: 0.55rem;
}
.join_item_owl .title2::before {
  content: '';
  display: inline-block;
  width: 1.8rem;
  height: 2px;
  background-color: #fff;
}
.join_item_owl .slick-dots {
  bottom: 0.4rem;
}
.join_item_owl .slick-dots li {
  border: 1px solid transparent;
  width: 0.12rem;
  height: 0.12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 1;
  vertical-align: middle;
}
.join_item_owl .slick-dots li button {
  border: none;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.join_item_owl .slick-dots .slick-active {
  border-color: #fff;
}
.join_item_owl .slick-dots .slick-active button {
  opacity: 0;
}
@media (max-width: 769px) {
  .join_item_owl .textwarp {
    position: relative;
    color: #000;
    padding: 0.2rem;
  }
  .join_item_owl .box {
    padding-left: 0;
  }
  .join_item_owl .slick-dots {
    bottom: auto;
    top: 45%;
  }
}
@media (max-width: 640px) {
  .join_item_owl .slick-dots {
    top: 1.8rem;
  }
  .join_item_owl .title2 {
    display: flex;
  }
  .join_item_owl .title2::before {
    background-color: #000;
  }
}
.join_item_two {
  background-color: #f7f7f7;
}
.join_item_two .pic {
  width: 50%;
  order: 2;
}
.join_item_two .pic img {
  width: 100%;
}
.join_item_two .textwarp {
  width: 50%;
  padding-left: 2.4rem;
  padding-right: 0.5rem;
}
.join_item_two .title {
  margin-bottom: 0.35rem;
}
.join_item_two .con p {
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  position: relative;
}
.join_item_two .con p::before,
.join_item_two .con p::after {
  content: '';
  position: absolute;
}
.join_item_two .con p::before {
  width: 0.05rem;
  height: 0.05rem;
  background-color: #000;
  border-radius: 100%;
  left: 0;
  top: 0.1rem;
}
.join_item_two .con p::after {
  width: 1px;
  border-left: 2px dashed #000;
  left: 0.02rem;
  top: 0.125rem;
  height: calc(100% - 0.05rem);
}
.join_item_two .con p:last-child::after {
  display: none;
}
@media (max-width: 1025px) {
  .join_item_two .textwarp {
    padding-left: 0.6rem;
  }
}
@media (max-width: 640px) {
  .join_item_two .textwarp,
  .join_item_two .pic {
    width: 100%;
  }
  .join_item_two .textwarp {
    padding: 0.5rem 0.3rem;
  }
}
.join_item_three .item {
  width: 25%;
  text-align: center;
  line-height: calc(24 / 16);
  padding: 0.4rem 0;
  border-right: 1px solid #e5e5e5;
}
.join_item_three .item:last-child .arrow {
  display: none;
}
.join_item_three .icon {
  height: 0.35rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.35rem;
  justify-content: center;
}
.join_item_three .icon img {
  max-height: 100%;
}
.join_item_three .tit {
  margin-bottom: 0.15rem;
}
.join_item_three .textwarp {
  position: relative;
}
.join_item_three .arrow {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  right: -0.14rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_item_three .arrow::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #999999;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: -0.04rem;
}
@media (max-width: 640px) {
  .join_item_three .item {
    width: 50%;
  }
}
.join_item_form {
  background-color: #f7f7f7;
}
.join_item_form .ul {
  gap: 0.2rem;
}
.join_item_form .item_3 {
  width: calc((100% - 0.2rem * 2) / 3);
}
.join_item_form .item_1 {
  width: 100%;
}
.join_item_form .text {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #fff;
  border: none;
  padding: 0 0.25rem;
  font-size: 0.18rem;
}
.join_item_form .text::placeholder {
  color: #b4b4b4;
}
.join_item_form textarea.text {
  height: 1.4rem;
  resize: none;
}
.join_item_form .btn {
  width: 1.6rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ec6c00;
}
@media (max-width: 640px) {
  .join_item_form .item_3 {
    width: 100%;
  }
}
.pro_index {
  gap: 0.4rem;
}
.pro_index li {
  width: calc((100% - 0.4rem * 2) / 3);
}
.pro_index .box {
  display: block;
  padding: 0.6rem;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.pro_index .img {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_index .img img {
  max-height: 100%;
}
.pro_index .des {
  margin-top: 0.15rem;
}
@media (max-width: 640px) {
  .pro_index {
    gap: 0.2rem;
  }
  .pro_index li {
    width: calc((100% - 0.2rem) / 2);
  }
  .pro_index .box {
    padding: 0.4rem 0.2rem;
  }
}
.pro_list {
  gap: 0.6rem 0.5rem;
}
.pro_list li {
  width: calc((100% - 0.5rem * 2) / 3);
}
.pro_list .pic {
  position: relative;
  padding-top: 100%;
}
.pro_list .stit {
  margin: 0.25rem 0 0.1rem;
}
@media (max-width: 640px) {
  .pro_list {
    gap: 0.4rem 0.15rem;
  }
  .pro_list li {
    width: calc((100% - 0.15rem) / 2);
  }
}
.WICONA_list .item .pic {
  width: 50%;
  order: 2;
}
.WICONA_list .item .pic figure {
  padding-top: 100%;
  position: relative;
}
.WICONA_list .item .textwarp {
  width: 50%;
  padding-right: 0.5rem;
}
.WICONA_list .item .title {
  margin-bottom: 0.5rem;
}
.WICONA_list .item .des {
  line-height: calc(28 / 16);
  color: #000;
}
.WICONA_list .item:nth-child(2n) {
  background-color: #c9b4a7;
}
.WICONA_list .item:nth-child(2n) .pic {
  order: 0;
}
.WICONA_list .item:nth-child(2n) .textwarp {
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .WICONA_list .item .textwarp {
    padding-right: 0.25rem;
  }
  .WICONA_list .item:nth-child(2n) .textwarp {
    padding-left: 0.5rem;
  }
}
@media (max-width: 640px) {
  .WICONA_list .item .pic {
    order: 0;
    width: 100%;
  }
  .WICONA_list .item .textwarp {
    padding: 0.25rem 0;
    width: 100%;
  }
  .WICONA_list .item .title {
    margin: 0.25rem 0;
  }
  .WICONA_list .item:nth-child(2n) .textwarp {
    padding: 0.25rem 0;
  }
}
