@charset "UTF-8";

/* #region 初始?*/
@font-face {
  font-family: oLight;
  src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
  font-family: regula;
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: semiBold;
  src: url("../fonts/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: oBold;
  src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: extraBold;
  src: url("../fonts/OpenSans-ExtraBold.ttf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  font-family: regula;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

audio,
video {
  display: block;
}

a {
  display: block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  display: block;
  border: 0;
}

dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.swiper-container {
  width: 100%;
}

/* #endregion */
/* #region  sass */
/* #endregion */
/* #region  首页*/
.width {
  width: 1600px;
  margin: 0 auto;
}

.phone_nod {
  display: none;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .9rem;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 9rem;
  height: 3rem;
  background: linear-gradient(90deg, #eb681a 0%, #fedb47 100%);
}

.button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  /* background-color: #C14811; */
  background-color: #FFAC05;
  border-radius: 1.5rem;
  transition: ease-out .36s;
}

.button:hover::before {
  width: 92%;
  height: 77%;
}

.button span {
  position: relative;
  z-index: 1;
}

.button2 {
  background: linear-gradient(90deg, #78C7FF 0%, #0E78EB 100%);
}

.button2::before {
  /* background-color: #59758b; */
  background-color: #0E5EB3;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .header_top {
  background: #0E0542;
  height: 54px;
  display: flex;
  align-items: center;
}

header .header_top img {
  width: 16px;
}

header .header_top .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header_top .header_left {
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
}

header .header_top .header_left a {
  margin-right: 25px;
  display: flex;
  align-items: center;
  transition: ease-out .2s;
  padding: 5px 0;
}

header .header_top .header_left a i {
  position: relative;
}

header .header_top .header_left a img {
  margin-right: 5px;
  transition: ease-out .2s;
}

header .header_top .header_left a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

header .header_top .header_left a:hover {
  color: #EB681A;
}

header .header_top .header_left a:hover img {
  opacity: 0;
}

header .header_top .header_left a:hover img:nth-child(2) {
  opacity: 1;
}

header .header_top .header_right {
  display: flex;
  align-items: center;
}

header .header_top .header_right a {
  padding: 10px 0 10px 10px;
  margin-left: 10px;
}
header .header_top .header_right span {color: #fff;}
header .header_top .header_right span a {display: inline-block;font-size: 12px;color: #fff;}
header .header_top .header_right span a img {display: inline-block;vertical-align: middle;}
header .header_top .header_right a img {
  transition: ease-out .36s;
}

header .header_top .header_right a:hover img {
  transform: translateY(-3px);
}

header .header_bottom {
  color: #fff;
  background: rgba(14, 5, 66, 0.2);
  transition: ease-out .36s;
}

header .header_bottom.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(14, 5, 66, 0.8);
}

header .header_bottom .width {
  display: flex;
  align-items: center;
}

header .header_bottom .logo img {
 /*width: 50px;*/
  max-width: 100%;
}

header .header_bottom .nav {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-left: auto;
}

header .header_bottom .nav li {
  position: relative;
}

header .header_bottom .nav li>a {
  font-size: 1rem;
  line-height: 4.8rem;
  color: #fff;
  padding: 0 .75rem;
  transition: ease-out .36s;
}

header .header_bottom .nav li>a.active {
  color: #EB681A;
}

header .header_bottom .nav_pc li>a:hover {
  color: #EB681A;
}

header .header_bottom .nav_pc .nav_select {
  box-shadow: 0 0 0.8rem 0.3rem rgba(0, 0, 0, 0.08);
}

header .header_bottom .nav_select {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  padding: .6rem 0;
  display: none;
}

header .header_bottom .nav_select a {
  font-size: .9rem;
  padding: .5rem 1.3rem .5rem 1rem;
  color: #000;
  white-space: nowrap;
  transition: ease-out .36s;
}

header .header_bottom .nav_select a:hover,
header .header_bottom .nav_select a.active {
  color: #EB681A;
}

header .header_bottom .nav_select a:hover {
  transform: translateX(0.3rem);
}

header .header_bottom .country {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}

header .header_bottom .country>img {
  width: 20px;
}

header .header_bottom .country .country_text {
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
}

header .header_bottom .country .country_text div {
  position: relative;
}

header .header_bottom .country .country_text div ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

header .header_bottom .country .country_text span,
header .header_bottom .country .country_text a {
  font-size: .9rem;
  padding: 5px 0;
}

header .header_bottom .country .country_text img {
  width: 12px;
  margin-left: 10px;
  transition: .1s;
}

header .header_bottom .country .country_text.active img {
  transform: rotate(180deg);
}

header .header_bottom .button {
  height: 2.5rem;
  margin-left: 1.25rem;
}

main {
  padding-top: 54px;
}

.banner {
  position: relative;
}

.banner .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.banner .swiper-slide>img,
.banner .swiper-slide .slide-inner>img {
  width: 100%;
  /* height: 40rem; */
  object-fit: cover;
  object-position: center;
}

.banner .swp_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.banner .swp_text .swp_t1 {
  font-size: 1.2rem;
  color: #EB681A;

  animation-delay: .2s;
}

.banner .swp_text .swp_t2 {
  font-size: 3.2rem;
  font-family: oBold;
  text-transform: uppercase;
  margin-top: .2rem;

  animation-delay: .4s;
}

.banner .swp_text .swp_t3 {
  font-size: 1.2rem;
  font-family: oLight;
  line-height: 1.33;
  margin-top: 1.1rem;

  animation-delay: .6s;
}

.banner .swp_text .swp_t4 {
  display: flex;
  align-items: center;
  margin-top: 3.5rem;

  animation-delay: .8s;
}

.banner .swp_text .swp_t4 .button:nth-child(2) {
  margin-left: 2.5rem;
  background: linear-gradient(90deg, #78C7FF 0%, #0E78EB 100%);
}

.banner .swp_text .swp_t4 .button:nth-child(2)::before {
  /* background-color: #59758b; */
  background-color: #0E5EB3;
}

.banner .banner_prev,
.banner .banner_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.banner .banner_prev img,
.banner .banner_next img {
  width: 2.5rem;
  transition: ease-out .2s;
}

.banner .banner_prev img:nth-child(2),
.banner .banner_next img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.banner .banner_prev:hover img,
.banner .banner_next:hover img {
  opacity: 0;
}

.banner .banner_prev:hover img:nth-child(2),
.banner .banner_next:hover img:nth-child(2) {
  opacity: 1;
}

.banner .banner_prev {
  left: 5.7%;
}

.banner .banner_next {
  right: 5.7%;
}

.swp_t1,
.swp_t2,
.swp_t3,
.swp_t4 {
  transition: ease-out .5s;
  opacity: 0;
}

.ani-slide .swp_t1,
.ani-slide .swp_t2,
.ani-slide .swp_t3,
.ani-slide .swp_t4 {
  animation-name: banner_row;
  animation-fill-mode: both;
  animation-duration: .8s;
}



@keyframes banner_row {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.search {
  position: relative;
  z-index: 1;
}

.search .width {
  background: #0E0542;
  box-shadow: 0px .2rem 1.6rem #0E0542;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.9rem 2.75rem 1.4rem;
  transform: translateY(-50%);
}

.search .width>span {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.search .width p {
  font-size: .9rem;
  /* display: flex; */
  margin-left: .3rem;
  flex: 1;
  padding-top: .3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1.5rem;

}

.search .width p a {
  transition: ease-out .2s;
  display: inline;
}

.search .width p a::after {
  content: '?;
}

.search .width p a:last-child::after {
  display: none;
}

.search .width p a:hover {
  color: #EB681A;
}

.search .width form {
  display: block;
  width: 50%;
}

.search .width div {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  /* width: 50%; */
  height: 2.75rem;
  border-radius: .5rem;
  transition: ease-out .2s;
}

.search .width div input {
  flex: 1;
  height: 100%;
  font-size: .9rem;
  color: #F7F0F0;
  background: none;
  border: none;
  padding: 0 1.25rem;
}

.search .width div input::-webkit-input-placeholder {
  color: #F7F0F0;
  transition: ease-out .36s;
}

.search .width div button {
  padding: .5rem 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
}

.search .width div button img {
  width: 1rem;
}

.search .width div.on {
  box-shadow: 0 0 1rem 0.3rem rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
}

.search .width div.on input::-webkit-input-placeholder {
  transform: translateX(0.5rem);
}

.text p {
  font-size: .9rem;
  font-family: oBold;
  color: #EB681A;
  text-transform: uppercase;
}

.text div {
  font-size: 2rem;
  color: #0E0542;
  font-family: extraBold;
  line-height: 1.375;
  margin-top: 1.6rem;
}

.text div span {
  color: #EB681A;
  font-family: extraBold;
}

.index1 {
  display: flex;
  align-items: center;
  padding: 6.5rem 0 9.5rem 0;
}

.index1 .index1_left {
  width: 38.18%;
  position: relative;
  left: 1.35rem;
  top: 0;
  padding-top: 2.85rem;
}

.index1 .index1_left::before {
  content: '';
  position: absolute;
  left: -1.35rem;
  top: 0;
  border-radius: .5rem;
  background: linear-gradient(130.86deg, #f5a131 0%, #ffde48 100%);
  width: 90%;
  height: 81%;
}

.index1 .index1_left img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-top-left-radius: .5rem;
}

.index1 .index1_right {
  width: 51.9%;
  margin-left: auto;
}

.index1 .index1_right .text div span {
  display: block;
}

.index1 .index1_right .button {
  margin-top: 2.4rem;
}

.index1_ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.4rem;
}

.index1_ul li {
  width: 40%;
  padding-right: .5rem;
  font-size: 1rem;
  font-family: oLight;
  color: #0E0542;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
}

.index1_ul li img {
  width: 1.5rem;
  margin-right: 1.25rem;
}

.index2 {
  background: #F8F8F8;
  padding: 2.4rem 0 4.5rem;
}

.index2 .text {
  text-align: center;
}

.index2 .text div {
  margin-top: 1.4rem;
}

.index2 .index2_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-top: 2.25rem; */
  padding-top: 1.45rem;
}

.index2 .index2_ul a {
  height: 2rem;
  padding: 0 .75rem;
  display: flex;
  align-items: center;
  font-size: .9rem;
  font-weight: 500;
  color: #EB681A;
  margin: 0 .35rem;
  /* border: 1px dashed #EB681A; */
  border: 1px solid #EB681A;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: ease-out .36s;

  margin-top: .8rem;
}

.index2 .index2_ul a span {
  position: relative;
}

.index2 .index2_ul a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #EB681A 0%, #FEDB47 100%);
  opacity: 0;
  transition: ease-out .36s;
}

.index2 .index2_ul a:hover,
.index2 .index2_ul a.active {
  color: #fff;
  border: 1px solid transparent;
}

.index2 .index2_ul a:hover::before,
.index2 .index2_ul a.active::before {
  opacity: 1;
}

.index2_con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.index2_con a {
  width: 23.75%;
  margin-right: 1.66%;
  position: relative;
  margin-bottom: 5rem;
}

.index2_con a:nth-child(4n+4) {
  margin-right: 0;
}

.index2_con a i {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.index2_con a i img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: center;
  transition: ease-out .36s;
}

.index2_con a div {
  position: absolute;
  width: 80%;
  line-height: 3rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: #fff;
  border-radius: 1rem;
  background: white;
  box-shadow: 0px 10px 50px rgba(53, 82, 99, 0.15);
  font-size: 1.2rem;
  color: #0E0542;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  overflow: hidden;
  transition: ease-out .36s;
}

.index2_con a div span {
  position: relative;
  padding: 0 .8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index2_con a div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #eb681a 0%, #fedb47 100%);
  transition: ease-out .36s;
  opacity: 0;
}

.index2_con a:hover i img {
  transform: scale(1.1);
}

.index2_con a:hover div {
  color: #fff;
}

.index2_con a:hover div::before {
  opacity: 1;
}

.index3 {
  background: url(../images/index3_bg.png) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
}

.index3 .text {
  text-align: center;
}

.index3 .text div {
  color: #fff;
}

.index3 .index3_ul {
  display: flex;
  margin-top: 3.2rem;
}

.index3 .index3_ul li {
  width: 23.75%;
  min-height: 15rem;
  margin-right: 1.66%;
}

.index3 .index3_ul a {
  height: 100%;
  color: #fff;
  transition: ease-out .36s;
  background: #0e0542;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  padding: 2.4rem 1.5rem 1.5rem 1.5rem;
  transition: ease-out .36s;
}

.index3 .index3_ul li:nth-child(4n+4) {
  margin-right: 0;
}

.index3 .index3_ul a p {
  text-align: center;
  font-size: 1.2rem;
  font-family: semiBold;
  transition: ease-out .2s;
}

.index3 .index3_ul a div {
  font-size: .9rem;
  line-height: 1.5;
  font-family: oLight;
  margin-top: 2.8rem;
}

.index3 .index3_ul a div span {
  display: block;
  padding: .2rem 0;
  font-family: oLight;
}

.index3 .index3_ul li:nth-child(2) div {
  display: flex;
  flex-wrap: wrap;
}

.index3 .index3_ul li:nth-child(2) div span {
  width: 100%;
}

.index3 .index3_ul a:hover {
  transform: translateY(-.8rem);
  border: 0.5px solid rgba(255, 255, 255, 0.7);
}

.index3 .index3_ul a:hover p {
  color: #EB681A;
}

.index4 {
  padding: 7.5rem 0 5.2rem 0;
}

.index4 .text {
  text-align: center;
}

.index4 .index4_ul {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
}

.index4 .index4_ul a {
  width: 31.68%;
  margin-right: 2.48%;
  position: relative;
  margin-bottom: 2.4rem;
  overflow: hidden;
}

.index4 .index4_ul a:nth-child(3n+3) {
  margin-right: 0;
}

.index4 .index4_ul a img {
  width: 100%;
  height: 18.25rem;
  transition: ease-out .5s;
}

.index4 .index4_ul a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: .9rem;
  line-height: 1.3;
  font-family: oLight;
  text-align: center;
  color: #fff;
  padding: .7rem 1.75rem;
  min-height: 4rem;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

.index4 .index4_ul a:hover img {
  transform: scale(1.1);
}

.index5 {
  display: flex;
  align-items: end;
  padding-bottom: 8rem;
}

.index5>img {
  width: 14.9rem;
}

.index5 div {
  flex: 1;
  height: 7.1rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 0px 0.2rem 1.6rem rgba(14, 5, 66, 0.1);
  display: flex;
  align-items: center;
  padding-right: 1rem;
}

.index5 div p {
  font-size: 2.4rem;
  color: #0e0542;
  font-family: oBold;
  margin: 0 auto;
}

.index5 a {
  width: 10.4rem;
  display: flex;
  align-items: center;
  margin-left: 2.5%;
}

.index5 a img {
  width: .75rem;
  margin-left: .7rem;
  position: relative;
}

.index6 {
  padding-top: 2.3rem;
  padding-bottom: 8rem;
  position: relative;
}

.index6 .width {
  position: relative;
}

.index6::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20.5rem;
  background: #f8f8f8;
}

.index6 .index6_ul {
  display: flex;
  margin-top: 4.2rem;
}

.index6 .index6_ul a {
  width: 23.75%;
  margin-right: 1.66%;
}

.index6 .index6_ul a::after {
  margin-right: 0;
}

.index6 .index6_ul a .index6_img {
  overflow: hidden;
  position: relative;
}

.index6 .index6_ul a .index6_img img {
  width: 100%;
  height: 11.4rem;
  object-fit: cover;
  object-position: center;
  transition: ease-out .36s;
}

.index6 .index6_ul a .index6_img span {
  font-size: .9rem;
  color: #fff;
  border-radius: 1rem 0px 0px 1rem;
  background: linear-gradient(90deg, #eb681a 0%, #fedb47 100%);
  position: absolute;
  right: 0;
  top: 1.5rem;
  line-height: 1.75rem;
  min-width: 4.5rem;
  text-align: center;
}

.index6 .index6_ul a .index6_text {
  background: white;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
}

.index6 .index6_ul a .index6_text .index6_t1 {
  padding: 1.4rem .6rem 1.6rem .6rem;
}

.index6 .index6_ul a .index6_text .index6_t1 h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  height: 3.2rem;
  font-family: semiBold;
  color: #0e0542;
  transition: ease-out .2s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index6 .index6_ul a .index6_text .index6_t1 p {
  font-size: .9rem;
  line-height: 1.05rem;
  height: 2.1rem;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  font-family: oLight;
}

.index6 .index6_ul a .index6_text .index6_t2 {
  border-top: 1px solid #E5E5E5;
  padding: 0 .6rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

.index6 .index6_ul a .index6_text .index6_t2 span {
  font-size: .9rem;
  color: #111;
  font-family: regula;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: .5rem;
}

.index6 .index6_ul a .index6_text .index6_t2 div {
  font-size: .8rem;
  /* color: #EB681A; */
  color: #666;
  font-family: oLight;
  /* text-decoration: underline; */
  transition: ease-out .2s;
}

.index6 .index6_ul a:hover .index6_img img {
  transform: scale(1.1);
}

.index6 .index6_ul a:hover .index6_text .index6_t2 div {
  color: #EB681A;
  text-decoration: underline;
}

.index6 .index6_ul a:hover .index6_text .index6_t1 h3 {
  color: #EB681A;
}

.index8 {
  display: flex;
  align-items: start;
  padding-bottom: 6.8rem;
  /*margin-top: 6.35rem;*/
}

.index8 .index8_left {
  width: 43%;
  position: relative;
  z-index: 1;
}

.index8 .index8_left .index8_text {
  font-size: 1rem;
  line-height: 1.6;
  color: #0E0542;
  margin-top: 3rem;
  font-family: oLight;
}

.index8 .index8_left .inedx8_ul {
  display: flex;
  margin-top: 3rem;
}

.index8 .index8_left .inedx8_ul li {
  width: 40%;
  display: flex;
  align-items: center;
  line-height: 1;
}

.index8 .index8_left .inedx8_ul li img {
  width: 2.5rem;
  margin-right: .7rem;
}

.index8 .index8_left .inedx8_ul li span {
  font-size: .8rem;
  color: #EB681A;
  font-family: oLight;
}

.index8 .index8_left .inedx8_ul li span b {
  font-size: 1.6rem;
  color: #0E0542;
  font-family: oBold;
  margin-right: .35rem;
}

.index8 .index8_left .inedx8_ul li p {
  font-size: .9rem;
  font-weight: 500;
  color: #B0B0B0;
  margin-top: .5rem;
}

.index8 .index8_right {
  width: 46.25%;
  margin-left: auto;
  position: relative;
}

.index8 .index8_circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation-name: mycircles;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.index8 .index8_circle .circle1 {
  width: 23.5rem;
  height: 23.5rem;
  border-radius: 50%;
  background-color: #FAFAFA;
}

.index8 .index8_circle .circle2 {
  width: 12.75rem;
  height: 12.75rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index8 .index8_circle .circle3 {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #EB681A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index7 {
  background: #F7F7F7;
}

.index7 #scroll {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.index7 .index7_ul img {
  width: 20rem;
  height: 10rem;
  display: inline;
  vertical-align: middle;
  object-fit: contain;
  object-position: center;
}

.index7 .index7_ul a {
  display: inline;
}

@keyframes mycircles {
  0% {
    transform: translate(-50%, -45%);
  }

  50% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(-50%, -45%);
  }
}

.index8_form {
  background: #fff;
  padding: 2.25rem;
  border-radius: 2.25rem;
  background: white;
  box-shadow: 0px 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
}

.index8_form .form_text {
  font-size: 1.6rem;
  font-family: oBold;
  color: #0e0542;
  margin-bottom: 1.9rem;
}

.index8_form .form_col {
  border-radius: 2.25rem;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  height: 3.5rem;
  overflow: hidden;
  padding-right: .85rem;
  margin-bottom: 1.4rem;
  transition: ease-out .2s;
}

.index8_form .form_col input {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 .85rem;
  font-size: 1rem;
  font-family: oLight;
  color: #0E0542;
  transition: ease-out .2s;
}

.index8_form .form_col input::-webkit-input-placeholder {
  color: #848484;
  transition: ease-out .36s;
}

.index8_form .form_col.on {
  box-shadow: 0 0 0.8rem 0.3rem rgba(0, 0, 0, 0.08);
}

.index8_form .form_col.on textarea::-webkit-input-placeholder,
.index8_form .form_col.on input::-webkit-input-placeholder {
  transform: translateX(0.5rem);
}

.index8_form .form_col textarea {
  flex: 1;
  height: 100%;
  border: none;
  padding: .8rem .85rem;
  font-size: 1rem;
  font-family: oLight;
  color: #0E0542;
  resize: none;
}

.index8_form .form_col textarea::-webkit-input-placeholder {
  color: #848484;
  transition: ease-out .36s;
}

.index8_form .form_col i {
  display: block;
}

.index8_form .form_col i img {
  width: 20px;
}

.index8_form .form_row {
  display: flex;
  justify-content: space-between;
}

.index8_form .form_row .form_col {
  width: 46.77%;
}

.index8_form .form_col2 {
  height: 7.5rem;
  align-items: start;
}

.index8_form .form_col2 i {
  padding: .8rem 0;
}

.index8_form .button {
  border: none;
  width: 11.85rem;
  height: 3.5rem;
  color: #fff;
  border-radius: 2.25rem;
  background: #0E0542;
  cursor: pointer;
}

.index8_form .button::before {
  background-color: #ffffff1a;
}

.footer_top {
  background: #FAFAFA;
  padding: 15px 0;
}

.footer_top .width {
  display: flex;
  align-items: start;
  font-size: 14px;
  line-height: 1.5;
  color: #0E0542;
}

.footer_top .width span {
  margin-right: 14px;
}

.footer_top .width div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.footer_top .width div a {
  color: #0E0542;
  padding: 0 14px;
  transition: .1s;
}

.footer_top .width div a:hover {
  color: #EB681A;
  text-decoration: underline;
}

footer {
  overflow: hidden;
}

footer .footer_center {
  background: url(../images/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}

footer .footer_center .footer_txt {
  font-size: 1.6rem;
  font-family: semiBold;
  color: #fff;
  display: block;
}

footer .footer_center .footer_col1 {
  width: 25.62%;
}

footer .footer_center .width {
  padding: 5rem 0 2rem 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

footer .footer_center .footer_logo img {
  /*width: 14.3rem;*/
  max-width: 100%;
}

footer .footer_center .footer_text {
  font-size: .9rem;
  font-family: oLight;
  line-height: 1.35;
  color: #D9D9D9;
  margin-top: 2.5rem;
}

footer .footer_center .footer_widget {
  margin-top: 2.6rem;
}

footer .footer_center .footer_widget div {
  display: flex;
  margin-top: 1rem;
}

footer .footer_center .footer_widget div a {
  margin-right: 1.5rem;
}

footer .footer_center .footer_widget div a:last-child {
  margin-right: 0;
}

footer .footer_center .footer_widget div a img {
  width: 2rem;
  transition: ease-out .36s;
}

footer .footer_center .footer_widget div a:hover img {
  transform: translateY(-0.2rem);
}

footer .footer_col2 div a {
  font-family: semiBold;
  transition: ease-out .36s;
  display: flex;
  align-items: center;
}

footer .footer_col2 div a span {
  transition: ease-out .36s;
}

footer .footer_col2 div a::before {
  content: '  ';
  height: 1px;
  background: #fff;
  width: 0;
  transition: ease-out .36s;
}

footer .footer_col2 div a:hover {
  transform: translateX(0.5rem);
}

footer .footer_col2 div a:hover::before {
  width: .7rem;
}

footer .footer_col2 div a:hover span {
  transform: translateX(2px);
}

footer .footer_col3 {
  width: 25%;
}

footer .footer_col3 .footer_txt {
  margin-bottom: 2.2rem;
}

footer .footer_col3>div {
  display: flex;
  flex-direction: column;
}

footer .footer_col3 input {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  font-family: oLight;
  font-size: .9rem;
  height: 2.2rem;
  padding: 0 2.5rem;
  margin-bottom: 1rem;
  transition: ease-out .2s;
  width: 100%;
}

footer .footer_col3 input::-webkit-input-placeholder {
  color: #fff;
  transition: ease-out .36s;
}

footer .footer_col3 input.on {
  box-shadow: 0 0 1rem 0.3rem rgba(255, 255, 255, 0.25);
}

footer .footer_col3 input.on::-webkit-input-placeholder {
  transform: translateX(0.5rem);
}

footer .footer_col3 button {
  width: 100%;
  height: 3.25rem;
  background: #eb681a;
  color: #fff;
  font-size: .9rem;
  font-family: semiBold;
  border-radius: 2rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

footer .footer_col3 button img {
  width: .8rem;
  margin-left: .5rem;
  position: relative;
  z-index: 1;
}

footer .footer_col2 a,
footer .footer_col4 div {
  font-size: .9rem;
  line-height: 1.4;
  color: #d9d9d9;
  font-family: oLight;
  margin-bottom: .98rem;
}

footer .footer_col2 .footer_txt,
footer .footer_col4 .footer_txt {
  margin-bottom: 2.3rem;
}

footer .footer_col4 {
  width: 20%;
}

footer .footer_col4 span {
  display: block;
  width: 5.4rem;
  margin: 0 auto;
  padding-top: 1.2rem;
}

footer .footer_col4 span img {
  width: 100%;
}

footer .footer_bottom {
  background: #0e0542;
  /* font-size: 1rem; */
  font-size: .8rem;
  line-height: 1.4;
  color: #fff;
  font-family: oLight;
  padding: .8rem 0;
}

footer .footer_bottom * {
  font-family: oLight;
}

footer .footer_bottom .width {
  display: flex;
}

footer .footer_bottom .width div:first-child {
  flex: 1;
}

footer .footer_bottom .width div:last-child {
  padding-left: 1rem;
}

footer .footer_bottom a,
footer .footer_bottom img {
  display: inline;
}

.nav_modal,
.nav_phone {
  display: none;
}

.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-fill-mode: both;
  animation-duration: 1s;
}

@keyframes fadeInUp2 {
  0% {
    transform: translate3d(0, 5rem, 0);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.fadeInRight2 {
  animation-name: fadeInRight2;
  animation-fill-mode: both;
  animation-duration: .8s;
}

@keyframes fadeInRight2 {
  0% {
    transform: translateX(10rem);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.index8_right,
.index6_ul a:nth-child(2),
.index4_ul a:nth-child(2),
.index4_ul a:nth-child(5),
.index3_ul li:nth-child(2),
.index2 .index2_con a:nth-child(6),
.index2 .index2_con a:nth-child(2),
.products .index2_con a:nth-child(2),
.products .index2_con a:nth-child(5),
.products .index2_con a:nth-child(8),
.index1_right {
  animation-delay: .1s;
}

.index6_ul a:nth-child(3),
.index4_ul a:nth-child(3n+3),
.index3_ul li:nth-child(3),
.products .index2_con a:nth-child(3n+3),
.index2 .index2_con a:nth-child(7),
.index2 .index2_con a:nth-child(3) {
  animation-delay: .2s;
}

.index6_ul a:nth-child(4),
.index3_ul li:nth-child(4),
.index2 .index2_con a:nth-child(4n+4) {
  animation-delay: .3s;
}

/* #endregion */
/* #region  关于我们-ABOUT US*/
.banner_con {
  position: relative;
}

.banner_con .banner_img {
  overflow: hidden;
}

.banner_con .banner_img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  transition: all 3s ease;
}

.banner_con .banner_img.on img {
  transform: scale(1);
}

.banner_con .banner_text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.banner_con .banner_text b {
  display: block;
  font-size: 3.2rem;
  font-family: oBold;
}

.banner_con .banner_text div {
  display: flex;
  justify-content: center;
  font-size: .9rem;
  margin-top: 3.3rem;
}

.banner_con .banner_text div a {
  padding: 0 .82rem;
  transition: ease-out .2s;
}

.banner_con .banner_text div a:hover,
.banner_con .banner_text div a.active {
  color: #EB681A;
}

.about_con {
  padding: 5.5rem 0 8rem 0;
}

.about_con .index7 {
  margin-top: 4.3rem;
}

.about {
  display: flex;
  align-items: center;
}

.about .about_left {
  width: 50%;
}

.about .about_left img {
  width: 100%;
}

.about .about_right {
  width: 50%;
}

.about .about_right>div {
  background: #fff;
  padding: 3rem 3.5rem;
  border-radius: 1.5rem;
  box-shadow: 0px 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  position: relative;
  transform: translateX(-16.66%);
}

.about .text {
  margin-bottom: 1.8rem;
}

.about .about_p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: oLight;
  color: #666666;
}

.about .about_left2 {
  width: 50%;
  background: #fff;
  padding: 3rem;
  padding-left: 8.33%;
  padding-right: 2rem;
}

.about>div:nth-child(2) {
  animation-delay: .1s;
}

.banner_text div {
  animation-delay: .2s;
}

.about2 .about_left {
  overflow: visible !important;
  height: auto !important;
}

.about2 .about_left img {
  width: 131%;
}

.about2 .index1_ul {
  padding-top: .5rem;
}

.about2 .index1_ul li {
  width: 100%;
  margin-top: 1rem;
}

.about2 .text {
  margin-bottom: 1.5rem;
}

.about2 .text div {
  margin-bottom: 2rem;
  margin-top: 1.1rem;
}

.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.8rem 0 5.75rem 0;
  text-align: center;
  margin-top: 6.3rem;
}

.about_bg b {
  font-size: .9rem;
  font-family: oBold;
  color: #EB681A;
  text-transform: uppercase;
  display: block;
}

.about_bg p {
  font-size: 1.2rem;
  font-family: oLight;
  color: #fff;
  margin-top: 1.8rem;
  line-height: 1.375;
  display: block;
}

.about_row {
  display: flex;
  margin-top: 6.4rem;
}

.about_row a {
  width: 23.75%;
  margin-right: 1.66%;
  box-shadow: 0px 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  padding: 2.3rem 2.18%;
  transition: ease-out .36s;
}

.about_row a:last-child {
  margin-right: 0;
}

.about_row a h3 {
  font-size: 1.2rem;
  font-family: semiBold;
  color: #EB681A;
  text-align: center;
}

.about_row a ul {
  padding-top: 1.75rem;
}

.about_row a li {
  font-size: .9rem;
  font-family: oLight;
  color: #666666;
  line-height: 1.38;
  margin-top: .75rem;
  transition: ease-out .36s;
}

.about_row a:hover {
  background: #0e0542;
}

.about_row a:hover li {
  color: #fff;
}

.about_row a:nth-child(2) {
  animation-delay: .1s;
}

.about_row a:nth-child(3) {
  animation-delay: .2s;
}

.about_row a:nth-child(4) {
  animation-delay: .3s;
}

.about_ul {
  display: flex;
  flex-wrap: wrap;
}

.about_ul a {
  width: 31.88%;
  margin-right: 2.18%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.about_ul a img {
  width: 100%;
  height: 15.75rem;
  transition: ease-out .5s;
}

.about_ul a:nth-child(3n+3) {
  margin-right: 0;
}

.about_ul a:hover img {
  transform: scale(1.1);
}

.about_reality .pagination {
  padding-top: 1.3rem;
  position: relative;
  top: 1rem;
}

.pagination .page-numbar {
  display: flex;
  justify-content: center;
}

.pagination .page-numbar a {
  font-size: .9rem;
  color: #cfcfcf;
  font-family: regula;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #cfcfcf;
  margin: 0 .35rem;
  padding: 0 .5rem;
  transition: ease-out .36s;
}

.pagination .page-numbar a:hover,
.pagination .page-numbar a.page-num-current {
  color: #eb681a;
  background: #0e0542;
  border-color: #0e0542;
}

.about_ul a:nth-child(2),
.about_ul a:nth-child(5),
.about_ul a:nth-child(8) {
  animation-delay: .1s;
}

.about_ul a:nth-child(3n+3) {
  animation-delay: .2s;
}

/* #endregion */
/* #region  应用领域-ADHIBITION  新闻-NWES  产品-PRODUCTS */
.area {
  padding: 4.6rem 0 5.9rem 0;
}

.area a {
  background-color: #f7f7f7;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
}

.area a .area_img {
  overflow: hidden;
}

.area a .area_img img {
  width: 20rem;
  height: 13rem;
  object-fit: cover;
  object-position: center;
  transition: ease-out .5s;
}

.area a .area_text {
  padding: 2.3rem;
  flex: 1;
}

.area a .area_text h3 {
  font-size: 1.8rem;
  line-height: 1.36;
  font-family: oBold;
  color: #0E0542;
  transition: ease-out .2s;
}

.area a .area_text div {
  font-size: .9rem;
  font-family: regula;
  color: #666666;
  padding-top: .9rem;
}

.area a .area_text div p {
  margin-top: .8rem;
}

.area a:hover .area_img img {
  transform: scale(1.1);
}

.area a:hover .area_text h3 {
  color: #EB681A;
}

.new {
  display: flex;
  flex-wrap: wrap;
  padding: 5.7rem 0 7.5rem 0;
}

.new .pagination {
  width: 100%;
  padding-top: 3.5rem;
}

.new_left {
  width: 56.25%;
}

.new_left .new_li {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 3.5rem;
}

.new_left .new_li:hover .new_img img {
  transform: scale(1.1);
}

.new_left .new_li:hover .new_text h3 {
  color: #EB681A;
}

.new_left .new_li:hover .new_text .news_a img {
  transform: translateX(1rem);
}

.new_left .new_li:last-child {
  margin-bottom: 0;
}

.new_left .new_img {
  overflow: hidden;
}

.new_left .new_img img {
  width: 100%;
  transition: ease-out .5s;
}

.new_left .new_text {
  padding: 1.9rem 1rem 3rem 1rem;
}

.new_left .new_text span {
  font-size: .9rem;
  color: #eb681a;
  font-family: regula;
}

.new_left .new_text h3 {
  font-size: 1.2rem;
  color: #0e0542;
  line-height: 1.16;
  font-family: oBold;
  margin-top: .8rem;
  transition: ease-out .36s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new_left .new_text .news_t {
  font-size: .9rem;
  color: #666666;
  font-family: regula;
  line-height: 1.35;
  margin-top: .8rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new_left .new_text .news_a {
  display: flex;
  align-items: center;
  margin-top: .8rem;
  font-size: .8rem;
  color: #eb681a;
  font-family: regula;
}

.new_left .new_text .news_a img {
  width: 1rem;
  margin-left: .55rem;
  transition: ease-out .36s;
}

.new_left .button {
  border-radius: 0;
  width: 6rem;
  height: 2.75rem;
  margin-top: 2.15rem;
  border-radius: 1.35rem;
  transition: ease-out .36s;
}

.new_left .button::before {
  /* display: none; */
  width: 100%;
  height: 100%;
  background: #0e0542;
  opacity: 0;
}

.new_left .button:hover::before {
  opacity: 1;
}

.new_right {
  width: 39%;
  margin-left: auto;
  position: relative;
}

.new_right .mysticky {
  background: #f7f7f7;
  padding: 2.5rem 2rem 1.75rem 2rem;
  visibility: visible !important;
}

.new_right h3 {
  font-size: 1.2rem;
  font-family: oBold;
  margin-bottom: 1.15rem;
}

.new_right a {
  display: flex;
  align-items: center;
  margin-bottom: 2.65rem;
}

.new_right a i {
  width: 41.37%;
  overflow: hidden;
}

.new_right a img {
  width: 100%;
  transition: ease-out .5s;
}

.new_right a div {
  flex: 1;
  padding-left: 1rem;
}

.new_right a div p {
  font-size: 1.2rem;
  line-height: 1.36;
  font-family: semiBold;
  color: #0e0542;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: ease-out .2s;
}

.new_right a div span {
  font-size: .9rem;
  color: #cfcfcf;
  margin-top: .75rem;
  display: block;
}

.new_right a:hover img {
  transform: scale(1.1);
}

.new_right a:hover p {
  color: #EB681A;
}

.new_show {
  border-bottom: 1px solid #e8e8e8;
}

.new_show .new_simg {
  position: relative;
}

.new_show .new_simg img {
  width: 100%;
}

.new_show .new_simg div {
  position: absolute;
  left: 1.35rem;
  top: .95rem;
  background: linear-gradient(90deg, #eb681a 0%, #fedb47 100%);
  color: #fff;
  font-family: oBold;
  padding: .25rem .7rem .35rem .5rem;
}

.new_show .new_simg div span {
  font-size: .9rem;
}

.new_show .new_simg div p {
  font-size: 1.2rem;
  margin-top: .2rem;
}

.new_show .new_text2 {
  padding: 1.3rem 0 3.85rem 0;
}

.new_show .new_text2 h3 {
  white-space: wrap;
  margin-top: 1.3rem;
}

.new_show .new_text2 .new_t {
  display: block;
  margin-top: 1.1rem;
}

.contact {
  position: relative;
  /* top: -6rem; */
  padding-bottom: 10rem;
  margin-top: 4rem;
}

.contact .index8_form {
  padding: 2.25rem 3rem 1.65rem 3rem;
}

.contact .index8_form .form_col {
  width: 43%;
  margin-bottom: .8rem;
}

.contact .index8_form .form_col2 {
  width: 100%;
  align-items: center;
  margin-bottom: 1.75rem;
}

.contact .index8_form .form_col textarea {
  padding: 1.2rem 0.85rem;
}

.index8_form .button {
  width: 20rem;
  height: 3.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index8_form .button img {
  width: .8rem;
  margin-left: .5rem;
}

.contact_ul {
  display: flex;
  margin-top: 2rem;
}

.contact_ul a {
  width: 31.25%;
  margin-right: 3.125%;
  border-radius: 1.5rem;
  border: 1px solid #e8e8e8;
  padding: 3.4rem 2.3rem 3.15rem 2.3rem;
  padding-top: 3.4rem;
  background: #fff;
  transition: ease-out .36s;
}

.contact_ul a:last-child {
  margin-right: 0;
}

.contact_ul a .contact_icon {
  display: flex;
  align-items: center;
}

.contact_ul a .contact_icon i {
  width: 2.35rem;
  height: 2.35rem;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0.2rem 0.75rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  transition: ease-out .36s;
}

.contact_ul a .contact_icon i img {
  width: 1rem;
  transition: ease-out .36s;
}

.contact_ul a .contact_icon i img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.contact_ul a .contact_icon b {
  font-size: 1.2rem;
  font-family: semiBold;
  color: #0e0542;
  transition: ease-out .36s;
}

.contact_ul a .contact_icon p {
  font-size: .9rem;
  color: #666666;
  font-family: regula;
  margin-top: .3rem;
  transition: ease-out .36s;
}

.contact_ul a .contact_text {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}

.contact_ul a .contact_text div {
  font-size: .9rem;
  font-family: oLight;
  color: #666666;
  line-height: 1.22;
  padding-right: 1rem;
  transition: ease-out .36s;
  flex: 1;
  overflow: hidden;
}

.contact_ul a .contact_text i {
  width: 2.35rem;
  height: 2.35rem;
  background: #0e0542;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: ease-out .36s;
}

.contact_ul a .contact_text i img {
  width: 1rem;
}

.contact_ul a:hover {
  background: #0e0542;
}

.contact_ul a:hover .contact_icon i {
  background: #eb681a;
}

.contact_ul a:hover .contact_icon i img {
  opacity: 0;
}

.contact_ul a:hover .contact_icon i img:last-child {
  opacity: 1;
}

.contact_ul a:hover .contact_icon b,
.contact_ul a:hover .contact_icon p {
  color: #fff;
}

.contact_ul a:hover .contact_text div {
  color: #fff;
}

.contact_ul a:hover .contact_text i {
  background: #eb681a;
}

.contact_ul a:nth-child(2) {
  animation-delay: .1s;
}

.contact_ul a:nth-child(3) {
  animation-delay: .2s;
}

.material {
  background: #f7f7f7;
}

.material .width {
  display: flex;
  justify-content: end;
}

.material a {
  font-size: .9rem;
  color: #0e0542;
  line-height: 5rem;
  padding: 0 1.75rem;
  position: relative;
  transition-delay: .2s;
}

.material a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background: #e0e0e0;
}

.material a:first-child::before {
  display: none;
}

.material a:last-child {
  padding-right: 0;
}

.material a.active {
  color: #EB681A;
}

.material a.active span {
  border-bottom: 1px solid #EB681A;
}

.material a:hover {
  color: #EB681A;
}

.material_con {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  font-family: regula;
  padding: 2.5rem 0 8rem 0;
}

.material_con video,
.material_con img {
  max-width: 100%;
}

.material_con .material_t1 b {
  font-size: 1.2rem;
  font-family: oBold;
  line-height: 1.36;
  color: #EB681A;
}

.material_con .material_t1 div {
  margin-top: 2rem;
}

.material_con .material_t2 {
  display: flex;
  align-items: center;
  margin-top: 3.4rem;
}

.material_con .material_t2 div {
  flex: 1;
  padding-right: 1.5rem;
}

.material_con .material_t2 img {
  width: 27.75%;
}

.material_con .material_t3 {
  margin-top: 3.4rem;
}

.material_con .material_t3 div {
  margin-top: 2.25rem;
}

.material_con .material_txt {
  font-size: .9rem;
  font-family: semiBold;
  color: #0e0542;
  text-transform: uppercase;
}

.material_con .material_t4 {
  margin-top: 2.25rem;
}

.material_con .material_t4 div {
  margin-top: 2.25rem;
}

.material_con .material_t4 img {
  display: inline;
}

.products {
  display: flex;
  align-items: start;
  padding-top: 5rem;
  padding-bottom: 0;
  flex-wrap: wrap;
}

.products .index2_con {
  width: 74%;
  margin-top: 0;
}

.products .index2_con a {
  width: 32%;
  margin-right: 2%;
}

.products .index2_con a:nth-child(3n+3) {
  margin-right: 0;
}

.products .products_right {
  width: 21.875%;
  /* margin-left: auto; */
  margin-right: auto;
}

.products .products_box {
  border: 1px solid #E8E8E8;
  padding: .8rem 1.33rem;
  margin-bottom: .25rem;
}

.products .products_box .products_txt {
  display: flex;
  align-items: center;
}

.products .products_box .products_txt h3 {
  font-size: 1.2rem;
  line-height: 1.375;
  font-family: oBold;
  color: #0e0542;
  margin-left: .6rem;
}

.products .products_box .products_txt img {
  width: 2.4rem;
}

.products .products_input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.7rem;
  margin-top: .8rem;
  transition: ease-out .2s;
  border-radius: 1.5rem;
}

.products .products_input input {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  font-size: .9rem;
  font-family: regula;
  border: none;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  transition: ease-out .2s;
}

.products .products_input input::-webkit-input-placeholder {
  color: #e8e8e8;
  transition: ease-out .36s;
}

.products .products_input.on {
  box-shadow: 0 0 0.8rem 0.3rem rgba(0, 0, 0, 0.08);
}

.products .products_input.on input::-webkit-input-placeholder {
  transform: translateX(0.5rem);
}

.products .products_input button {
  background: #eb681a;
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border: none;
  cursor: pointer;
  transition: ease-out .2s;
}

.products .products_input button img {
  width: 1rem;
}

.products .products_input button:hover {
  opacity: .85;
}

.products .products_ul {
  padding-top: .3rem;
}

.products .products_ul a {
  width: 100%;
  height: 2.4rem;
  border-radius: .5rem;
  background: #e8e8e8;
  margin-top: .45rem;
  font-size: .9rem;
  color: #666666;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
  transition: ease-out .36s;
}

.products .products_ul a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #eb681a 0%, #fedb47 100%);
  opacity: 0;
  transition: ease-out .36s;
}

.products .products_ul a span {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.products .products_ul a.active,
.products .products_ul a:hover {
  color: #fff;
}

.products .products_ul a.active::before,
.products .products_ul a:hover::before {
  opacity: 1;
}

.products .products_img {
  position: relative;
  overflow: hidden;
}

.products .products_img img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  object-position: center;
  transition: ease-out .36s;
}

.products .products_img div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  font-family: oBold;
  width: 73.43%;
  height: 4rem;
  background: #eb681a;
}

.products .products_img:hover img {
  transform: scale(1.1);
}

.products .pagination {
  width: 100%;
  padding-top: 4rem;
}

.products_details1 {
  padding: 4.1rem 0 3.5rem 0;
  display: flex;
  align-items: center;
}

.products_details1 .details_left {
  width: 35.375%;
}

.products_details1 .details_left img {
  width: 100%;
}

.products_details1 .details_right {
  width: 59%;
  margin-left: auto;
}

.products_details1 .details_right h3 {
  font-size: 1.8rem;
  line-height: 1.36;
  font-family: oBold;
  color: #eb681a;
}

.products_details1 .details_right>i {
  display: block;
  width: 100%;
  border-top: 1px solid #ebeced;
  margin-top: .8rem;
}

.products_details1 .details_right .details_p {
  font-size: 1rem;
  font-family: regula;
  color: #666666;
  line-height: 1.6;
  margin-top: .8rem;
}

.products_details1 .details_right .button {
  width: 8.9rem;
  height: 2.5rem;
  margin-top: 5rem;
}

.products_details1 .details_right .details_share {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.products_details1 .details_right .details_share b {
  font-size: .9rem;
  font-family: oBold;
  color: #0e0542;
}

.products_details1 .details_right .details_share div {
  display: flex;
  align-items: center;
  margin-left: .5rem;
}

.products_details1 .details_right .details_share div a {
  padding: .5rem;
}

.products_details1 .details_right .details_share div a i {
  display: block;
  position: relative;
}

.products_details1 .details_right .details_share div a img {
  width: .8rem;
  transition: ease-out .2s;
}

.products_details1 .details_right .details_share div a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.products_details1 .details_right .details_share div a:hover img {
  opacity: 0;
}

.products_details1 .details_right .details_share div a:hover img:nth-child(2) {
  opacity: 1;
}

.products_details2 {
  background: #f7f7f7;
  padding: .9rem 0 5.6rem 0;
}

.details_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.details_ul li {
  font-size: .9rem;
  font-weight: 500;
  color: #0e0542;
  margin: 0 1rem;
  line-height: 5.9rem;
  position: relative;
  cursor: pointer;
  transition: ease-out .36s;
}

.details_ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #EB681A;
  transition: ease-out .36s;
}

.details_ul li:hover,
.details_ul li.active {
  color: #EB681A;
}

.details_ul li:hover::after,
.details_ul li.active::after {
  width: 100%;
}

.details_text {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.3rem 2.6rem;
  min-height: 17.5rem;
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
}

.details_text b {
  font-size: 1.2rem;
  font-family: oBold;
  color: #0e0542;
  line-height: 1.3;
}

.details_text div {
  margin-top: 2rem;
}

.details_text li {
  display: none;
}

.details_text li.active {
  display: block;
}

.products_details3 {
  padding: 4.8rem 0 8rem 0;
}

.products_details3>h3 {
  font-size: 1.6rem;
  color: #0e0542;
  font-family: oBold;
}

.products_details3 .index2_con a:nth-child(2) {
  animation-delay: .1s;
}

.products_details3 .index2_con a:nth-child(3) {
  animation-delay: .2s;
}

.products_details3 .index2_con a:nth-child(4) {
  animation-delay: .3s;
}

/* #endregion */
/* #region  效果*/
.gotop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(../images/footer_circle.png) #EB681A no-repeat center center;
  background-size: 1.8rem 1.8rem;
  cursor: pointer;
  transition: ease-out .36s;
  transform: translateY(200px);
  animation-name: gotop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.gotop:hover {
  background-color: #b75115;
}

.gotop.on {
  transform: translateY(0);
}

@keyframes gotop {
  0% {
    bottom: 90px;
  }

  50% {
    bottom: 100px;
  }

  100% {
    bottom: 90px;
  }
}

.about_left {
  overflow: hidden;
  height: 32rem;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* .about_right .text p:first-child {
  animation-delay: .1s;
}

.about_right .text div {
  animation-delay: .2s;
}

.about_right .text p:last-child {
  animation-delay: .3s;
} 

.about_right .about_p {
  animation-delay: .4s;
}

.about_right .index1_ul {
  animation-delay: .5s;
}*/

.fadeInLeft3 {
  animation-name: fadeInLeft3;
  animation-fill-mode: both;
  animation-duration: 1s;
}

@keyframes fadeInLeft3 {
  0% {
    transform: translateX(-20rem);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.fadeInRight3 {
  animation-name: fadeInRight3;
  animation-fill-mode: both;
  animation-duration: 1s;
}

@keyframes fadeInRight3 {
  0% {
    transform: translateX(20rem);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.details_right h3 {
  animation-delay: .1s;
}

.details_right i,
.details_right .details_p {
  animation-delay: .2s;
}

.details_right .button {
  animation-delay: .3s;
}

.details_right .details_share {
  animation-delay: .4s;
}

/* #endregion 修改 */
.page-pre,
.page-next,
.page-status {
  display: none !important;
}

.about_right .text div,
.index1_right .text div {
  text-transform: uppercase;
}


/* #endregion */

/* #region  */

.new_area a .area_text h3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.new_area a .area_text div {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* .new_area a .area_text div p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
} */

.new_area a .area_text {
  padding: 1rem 2.3rem 1.2rem 2.3rem;
}

.new_area .pagination {
  padding-top: 3rem;
}

.new_two {
  display: block;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.new_two .new_left {
  width: 100%;
}

.new_two .new_t img,
.new_two .new_show .new_simg img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.new_two .new_t img {
  margin-bottom: 30px;
}

.new_title {
  font-size: 2rem;
  line-height: 1.4;
  font-family: oBold;
  color: #000;
  text-align: center;

}

.new_two .new_show .new_text2 .new_t {
  margin-top: 0;
}

.new_two {
  font-size: .9rem;
  color: #666666;
  font-family: regula;
  line-height: 1.35;
}



.new_date {
  font-size: .9rem;
  color: #666;
  text-align: center;
  margin-top: 0.6rem;
}

.new_two .new_show {
  border-bottom: none;
}

.new_two .new_show .new_text2 {
  border-bottom: 1px solid #e8e8e8;
}

.new_page {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.new_page a {
  max-width: 49%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: ease-out .2s;
  color: #777;
}

.new_page a:hover {
  color: #EB681A;
  text-decoration: underline
}

.new_two .new_show .new_text2 {
  padding: 1.3rem 0 2rem 0;
}

.bread {
  background: #fff;
  box-shadow: 0px .2rem 1.6rem rgba(0, 0, 0, 0.1);
}

.bread .width {
  height: 2.7rem;
  display: flex;
  align-items: center;
  padding: 0 .9rem;
}

.bread img {
  width: 1.2rem;
}

.bread * {
  font-size: .9rem;
  color: rgba(14, 5, 66, 1);
  line-height: 2;
}

.bread a {
  margin: 0 .75rem;
  transition: ease-out .2s;
}

.bread a:last-child {
  color: #eb681a;
}

.bread a.active,
.bread a:hover {
  color: rgba(235, 104, 26, 1);
}

.index1_links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}


.index1_links a:nth-child(2) {
  background: linear-gradient(90deg, rgba(255, 222, 72, 1) 0%, rgba(245, 161, 49, 1) 100%);
}

.index1 .index1_right .index1_links .button {
  margin-top: .6rem;
  margin-right: 10%;
}

.index1_links a:nth-child(3) {
  background: linear-gradient(90deg, rgba(140, 120, 255, 1) 0%, rgba(33, 0, 217, 1) 100%);
  margin-right: 0;
}

.more {
  width: 9.6rem;
  height: 2.35rem;
  margin: 0 auto;
}

.more span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.more span img {
  width: .8rem;
  margin-left: 1.5rem;
  transition: ease-out .3s;
}

.more:hover img {
  transform: translateX(.5rem);
}

.more_row {
  padding-top: .5rem;
}

.index6 .more_row {
  padding-top: 2.5rem;
}

.products_swp {
  position: relative;
}

.products_swp .index2_con a {
  width: 100%;
  margin-right: 0;
}

.p_swp_prev,
.p_swp_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.p_swp_prev img,
.p_swp_next img {
  width: 2.35rem;
  transition: ease-out .36s;
}

.p_swp_prev {
  left: -4rem;
}

.p_swp_next {
  right: -4rem;
}

.p_swp_prev:hover img,
.p_swp_next:hover img {
  opacity: .85;
}

.products_form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.products_form .index8_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p_btn {
  cursor: pointer;
}

.area_index .index4 {
  padding: 1.5rem 0 6rem 0;
}

.index2 .index2_ul_phone {
  display: none;
}

.contact .text div {
  margin-top: 4.6rem;
}

.products>.products_img {
  display: none;
}

.about_left_img>img {
  display: none;
}

.main {
  width: 100%;
  overflow-x: hidden;
}

.index5 {
  padding-top: 7rem;
}

.material_con table {
  width: 100%;
  font-size: 16px;
  color: #333333;
  border-width: 1px;
  border-color: #a9c6c9;
  border-collapse: collapse;
  text-align: center;
}

.material_con table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}

.material_con table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}

.material_con table tr:nth-child(odd) {
  background: #F4F4F4;
}

.material_con table tr:nth-of-type(n+4) td:first-child {
  text-align: left;
}

.material_con {
  padding: 4rem 0 6.5rem 0;
}

.new_t a {
  display: inline;
  color: #1786fd;
  /* text-decoration: underline; */
}

.new_t img {
  display: inline;
}

.area_text i {
  font-size: .85rem;
  color: #666;
  font-style: normal;
  margin-top: 1.2rem;
  display: block;
}


.pop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  line-height: 46px;
  padding: 0 40px;
  border-radius: 23px;
  white-space: nowrap;
  display: none;
}

.captcha {
  display: none;
  margin-bottom: 1rem;
}

.geetest_captcha .geetest_holder,
.geetest_popup_wrap .geetest_holder {
  margin-left: auto;
  margin-right: auto;
}

.geetest_box_wrap .geetest_box .geetest_footer .geetest_footer_right,
.geetest_captcha .geetest_holder .geetest_content .geetest_tip_container .geetest_logo,
.geetest_popup_wrap .geetest_holder .geetest_content .geetest_tip_container .geetest_logo {
  display: none;
}


.wp-pagenavi {
padding:15px 0;
	CLEAR: both;
	text-align:center;
	font-size:13px;
}
.wp-pagenavi A {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none;display: inline-block;
}
.wp-pagenavi SPAN {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi A:hover {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold
}