@charset "utf-8";

/* CSS Document */

@font-face {
  src: url(../fonts/OPPOSans-R.ttf);

  font-family: "myfont";
}

@font-face {
  src: url(../fonts/OPPOSans-L.ttf);

  font-family: "title";
}

@font-face {
  src: url(../fonts/OPPOSans-M.ttf);

  font-family: "title2";
}

@font-face {
  src: url(../fonts/SourceHanSerifCN-SemiBold.otf);

  font-family: "myfont_e";
}

@font-face {
  src: url(../fonts/SourceHanSerifCN-ExtraLight.otf);

  font-family: "myfont_e2";
}

* {
  padding: 0;

  margin: 0;

  border: none;

  outline: none;

  font-size: 12px;

  color: #666;

  list-style: none;

  font-family: "myfont", Arial, sans-serif;

  font-weight: normal;
}

@font-face {
  font-family: "iconfont";

  src: url(../icons/iconfont.eot);

  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}

.iconfont {
  font-family: "iconfont" !important;

  font-size: 16px;

  font-style: normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 1.6rem;

  line-height: 2;

  color: #666;

  letter-spacing: 1px;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-track-piece {
  width: 10px;

  background-color: #fff;
}

::-webkit-scrollbar {
  width: 4px;

  height: 6px;
}

::-webkit-scrollbar-thumb {
  height: 50px;

  background-color: #ff0000;

  border-radius: 8px;
}

::selection {
  background: #ff0000;

  color: #fff;
}

.w_all0 {
  width: 94%;

  margin: auto;
}

.w_all {
  width: 86%;

  margin: auto;
}

.w_all2 {
  width: 78%;

  margin: auto;
}

html,
body {
  width: 100%;

  position: relative;

  background: #f4f6f9;

  font-size: 62.5%;
}

header {
  width: 100%;

  position: fixed;

  left: 0;

  top: 0;

  z-index: 999;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

header.active {
  background: rgba(255, 255, 255, 0.97);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

header .nav_box {
  position: relative;
}

header .logo {
  height: 40px;

  float: left;

  position: relative;

  padding: 20px 0;

  -webkit-transition: all 0.5s linear;

  transition: all 0.5s linear;
}

header .logo img {
  display: block;

  height: 100%;
}

header .nav {
  position: absolute;

  left: 25%;

  top: 0%;

  width: 50%;

  display: none;
}

header.active .nav {
  display: block;
}

header .nav ul {
  width: 100%;

  display: flex;

  justify-content: space-between;
}

header .nav li {
  position: relative;
}

header .nav li::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: -1px;

  width: 100%;

  height: 2px;

  background: #d09f3d;

  opacity: 0;
}

header .nav li h2 {
  color: #fff;

  line-height: 100px;

  font-size: 1.7rem;

  letter-spacing: 1px;

  -webkit-transition: all 0.5s linear;

  transition: all 0.5s linear;

  position: relative;
}

header .nav li h2::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  background: #ff0000;

  opacity: 0;
}

header.active .nav li h2 {
  color: #333;

  line-height: 76px;
}

header .h_other {
  position: absolute;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  display: flex;

  justify-content: space-between;

  align-items: center;

  z-index: 999999999;
}

header .h_other .ll {
  color: #fff;

  display: flex;

  align-items: center;

  margin-right: 60px;
}

header .h_other .ll img {
  font-size: 1.5rem;

  font-weight: normal;

  cursor: pointer;

  display: block;

  margin-right: 10px;
}

header.active .h_other .ll {
  color: #333;
}

header .h_other .ll img:nth-of-type(2) {
  display: none;
}

header.active .h_other .ll img:nth-of-type(1) {
  display: none;
}

header.active .h_other .ll img:nth-of-type(2) {
  display: block;
}

.navBtn {
  z-index: 999999999;

  cursor: pointer;

  opacity: 0.8;
}

.navBtn span {
  display: block;

  width: 26px;

  height: 2px;

  background: #fff;

  margin: 6px auto;
}

header.active .navBtn span {
  background: #333;
}

.nav_btn_active {
  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  opacity: 1;
}

.nav_btn_active span {
  background: #fff;

  width: 24px;
}

.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);
}

.nav_btn_active span:nth-of-type(2) {
  opacity: 0;
}

.nav_btn_active span:nth-of-type(3) {
  margin-top: -65%;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.menus {
  position: fixed;

  left: 0;

  top: 76px;

  width: 100%;

  z-index: 999;

  background: rgba(255, 255, 255, 0.94);

  display: none;

  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.menus .sm_box {
  width: 50%;

  margin: auto;

  display: flex;

  justify-content: space-between;

  padding: 2.5% 0;
}

.menus dl {
  position: relative;

  width: 71px;
}

.menus dl:nth-of-type(1) {
  width: 80px;
}

.menus dl::before {
  content: "";

  position: absolute;

  left: -40%;

  top: 0;

  width: 1px;

  height: 100%;

  background: rgba(0, 0, 0, 0.08);
}

.menus dl dd {
  font-size: 1.4rem;

  margin: 10px 0;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.menus dl dd:hover {
  color: #ff0000;

  -webkit-transform: translateX(5px);

  transform: translateX(5px);
}

.sub_menu {
  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100vh;

  z-index: 99999999;

  display: none;
}

.sub_menu .left {
  background: #fff;

  height: 100%;

  width: 70%;

  float: left;

  position: relative;
}

.sub_menu .left .logo_s {
  position: absolute;

  left: 50%;

  top: 3%;

  height: 60px;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: 9;
}

.sub_menu .left .logo_bg {
  position: absolute;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  bottom: 5%;

  height: 180px;

  opacity: 0.03;
}

.sub_menu dl {
  float: left;

  width: 20%;

  height: 100%;

  border-left: 1px solid #f6f6f6;

  box-sizing: border-box;

  padding: 20% 5% 5% 4%;

  margin-top: 3%;

  opacity: 0;

  position: relative;

  z-index: 2;
}

.sub_menu dl dt {
  font-size: 1.8rem;

  font-family: "title2";

  color: #333;

  margin-bottom: 30px;

  letter-spacing: 1px;
}

.sub_menu dl dd {
  cursor: pointer;

  font-size: 1.4rem;

  margin: 15px 0;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  box-sizing: border-box;
}

.sub_menu dl dd:hover {
  color: #ff0000;

  padding-left: 5px;
}

.sub_menu .right {
  height: 100%;

  width: 30%;

  float: right;

  position: relative;
}

.sub_menu .right::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(97, 22, 76, 0);

  z-index: 2;
}

.banner {
  position: relative;

  width: 100%;

  height: 100vh;

  overflow: hidden;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .swiper-slide .videoBox {
  width: 100%;

  height: 100vh;

  position: relative;
}

.banner .swiper-slide video {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.banner .swiper-pagination {
  position: absolute;

  left: 50% !important;

  transform: translateX(-50%);

  bottom: 2% !important;

  z-index: 4;
}

.banner .swiper-pagination-bullet {
  background: #fff !important;

  opacity: 1 !important;

  margin: 8px !important;

  width: 4rem !important;

  height: 3px !important;

  border-radius: 5px;
}

.banner .swiper-pagination-bullet-active {
  background: #ae0000 !important;
}

.banner .txt_all {
  text-align: center;

  position: absolute;

  left: 50%;

  top: 56%;

  width: 80%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-transition: all 1s ease-out;

  transition: all 1s ease-out;

  z-index: 9;
}

.banner .swiper-slide-active .txt_all {
  top: 50%;
}

.banner .txt_all h2 {
  font-size: 4.6rem;

  color: #fff;

  font-family: "title2";

  position: relative;

  letter-spacing: 2px;

  margin-top: -3%;
}

.banner .txt_all p {
  font-size: 1.8rem;

  color: #fff;

  margin: 20px 0 0;

  letter-spacing: 1px;

  text-transform: uppercase;

  font-family: "myfont_e";

  text-align: center;
}

.scroll {
  position: absolute;

  right: 1.5%;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 99;

  cursor: pointer;
}

.scroll strong {
  color: #fff;

  display: block;

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);

  font-family: "myfont_e";

  font-size: 1.4rem;
}

.scroll span {
  display: block;

  width: 2px;

  height: 120px;

  background: #fff;

  margin: 40px auto 0;

  position: relative;
}

.scroll span::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 2px;

  height: 100%;

  background: #ae0000;

  animation: ban_scoll 3.6s linear 0.2s infinite;

  -webkit-animation: ban_scoll 3.6s linear 0.2s infinite;
}

@keyframes ban_scoll {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.more {
  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 60px;

  width: max-content;

  padding: 1.2rem 4rem;

  text-align: center;

  margin: 3rem auto 0;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  position: relative;

  cursor: pointer;

  overflow: hidden;

  letter-spacing: 1px;
}

.more span {
  font-size: 1.4rem;

  color: #333;

  transition: all 0.4s ease-in-out;
}

.more::before {
  content: attr(data-text);

  z-index: 1;

  position: absolute;

  left: 0;

  color: #333;

  font-size: 1.4rem;

  opacity: 0;

  width: 100%;

  height: 100%;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transform: translateZ(0);

  -webkit-transform: translateZ(0);

  -moz-transform: translateZ(0);

  -ms-transform: translateZ(0);

  -o-transform: translateZ(0);
}

.more::after {
  content: "";

  position: absolute;

  top: 0;

  right: 0;

  height: 100%;

  width: 140%;

  background: #ff0000;

  opacity: 0;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transform: translateX(100%) skew(0deg);

  -webkit-transform: translateX(-100%) skew(0deg);

  -moz-transform: translateX(-100%) skew(0deg);

  -ms-transform: translateX(-100%) skew(0deg);

  -o-transform: translateX(-100%) skew(0deg);
}

.more:hover::before {
  opacity: 1;

  color: #fff;
}

.more:hover::after {
  opacity: 1;

  transform: translateX(10%) skew(-20deg);

  -webkit-transform: translateX(10%) skew(-20deg);

  -moz-transform: translateX(10%) skew(-20deg);

  -ms-transform: translateX(10%) skew(-20deg);

  -o-transform: translateX(10%) skew(-20deg);
}

.more:hover {
  border-color: transparent !important;
}

.more:hover span {
  opacity: 0;

  color: #fff;

  transform: translateX(50%);

  -webkit-transform: translateX(50%);

  -moz-transform: translateX(50%);

  -ms-transform: translateX(50%);

  -o-transform: translateX(50%);
}

.title h1 {
  font-size: 4rem;

  color: #1a1a1a;

  font-family: "title2";
}

.title h2 {
  font-size: 3.6rem;

  color: #1a1a1a;

  font-family: "myfont_e";

  text-transform: uppercase;

  margin-bottom: 2rem;
}

.index_about {
  position: relative;

  z-index: 8;

  overflow: hidden;

  height: 100vh;
}

.index_about .contain2 {
  position: absolute;

  left: 50%;

  bottom: 10%;

  transform: translateX(-50%);
}

.index_about .contain2 dl {
  display: flex;

  justify-content: space-between;

  padding: 3% 5%;

  box-sizing: border-box;

  color: #fff;

  background-color: rgba(32, 32, 34, 0.8);

  border-radius: 16px;

  text-align: center;
}

.index_about .contain2 p {
  font-size: 2.4rem;

  font-weight: bold;

  color: #fff;

  display: flex;

  align-items: flex-start;

  justify-content: center;

  line-height: 1.1;
}

.index_about .contain2 strong {
  font-size: 4rem;

  line-height: 60px;

  font-weight: bold;

  font-family: "title2";

  color: #fff;

  margin-right: 1rem;

  line-height: 1.1;
}

.index_about .contain2 h6 {
  display: block;

  font-size: 1.6rem;

  font-style: normal;

  color: #fff;

  margin-top: 1.5rem;
}

.index_about .contain2 dl dd:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.6);

  box-sizing: border-box;

  padding-right: 6%;

  display: flex;

  align-items: center;
}

.index_about .contain2 dl dd:first-of-type strong {
  color: #ff0000;

  font-size: 6.4rem;
}

.index_about .contain2 dl dd:first-of-type h6 {
  margin: 0 0 0 3rem;
}

.index_pro {
  position: relative;
}

.index_pro .title {
  position: absolute;

  left: 50%;

  top: 15%;

  transform: translateX(-50%);

  z-index: 10;
}

.index_pro .title h1,
.index_pro .title h2 {
  text-align: center;

  color: #fff;
}

.index_pro ul {
  display: flex;

  width: 100%;

  overflow: hidden;

  justify-content: space-between;
}

.index_pro ul li {
  width: 33.3333%;

  position: relative;

  height: 100vh;

  overflow: hidden;
}

.index_pro ul li::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.4);

  z-index: 6;
}

.index_pro ul li .bg {
  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 3;

  position: relative;
}

.index_pro ul li img {
  height: 100%;
}

.index_pro ul li video {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 1;

  height: 100%;
}

.index_pro ul li .txt {
  position: absolute;

  bottom: 0%;

  left: 50%;

  transform: translate(-50%, -0%);

  z-index: 9;

  text-align: center;

  width: 65%;
}

.index_pro ul li .txt h6 {
  font-size: 3rem;

  letter-spacing: 5px;

  font-weight: bold;

  color: #fff;

  margin-bottom: 2rem;
}

.index_pro ul li .txt p {
  font-size: 1.6rem;

  color: #fff;

  line-height: 1.8;

  text-align: center;
}

.index_pro .more {
  margin: 14vh auto;

  border-color: rgba(255, 255, 255, 0.4);
}

.index_pro .more span {
  color: #fff;
}

.index_news {
  display: flex;

  justify-content: center;

  align-items: center;

  background: #f4f6f9 !important;
}

.index_news .boxs {
  width: 100%;
}

.index_news .title {
  text-align: center;

  margin-top: 3%;
}

.index_news .contain {
  display: flex;

  justify-content: space-between;

  margin: 2% auto 0%;
}

.index_news .contain .ll {
  width: 49%;

  border-radius: 2rem;

  overflow: hidden;
}

.index_news .contain .ll a:before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  bottom: 0;

  z-index: 1;

  background: url(../images/news1.png) no-repeat center bottom/cover;
}

.index_news .contain .ll a {
  display: block;

  position: relative;

  height: 100%;
}

.index_news .contain .ll .txt {
  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  z-index: 9;
}

.index_news .contain .ll b {
  display: block;

  overflow: hidden;

  width: 100%;

  height: 100%;

  transition: all 0.6s;
}

.index_news .contain ul {
  width: 49%;
}

.index_news .contain ul li {
  display: flex;

  justify-content: space-between;

  align-items: center;

  border-radius: 2rem;

  background: #fff;

  margin-bottom: 2rem;

  overflow: hidden;
}

.index_news .contain ul a:last-of-type li {
  margin: 0;
}

.index_news .contain ul li b {
  width: 38%;

  height: 18vh;

  display: block;

  overflow: hidden;

  position: relative;
}

.index_news .contain ul li b img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.6s;
}

.index_news .contain .txt {
  width: 70%;

  padding: 3% 5%;

  box-sizing: border-box;
}

.index_news .contain h5 {
  font-size: 1.3rem;

  margin-bottom: 1rem;

  color: #333;

  font-weight: bold;

  letter-spacing: 1px;

  display: flex;

  align-items: center;
}

.index_news .contain h6 {
  font-size: 2.4rem;

  color: #1a1a1a;

  font-family: "title2";

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  letter-spacing: 0;

  transition: all 0.6s;
}

.index_news .contain p {
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  margin: 0.5rem 0 1.5rem;

  letter-spacing: 0;
}

.index_news .contain .bot {
  justify-content: space-between;

  display: flex;

  align-items: center;
}

.index_news .contain h4 {
  font-size: 1.3rem;

  margin-bottom: 1rem;

  color: #333;

  display: flex;

  align-items: center;

  opacity: 0.8;
}

.index_news .contain h4 img {
  width: 1.6rem;

  margin-left: 0.5rem;
}

.index_news .contain .ll:hover b {
  transform: scale(1.1);
}

.index_news .contain ul li:hover img {
  transform: scale(1.1);
}

.index_news .contain ul li:hover h6 {
  color: #ff0000;
}

.index_news .contain .ll h5 {
  color: #fff;

  font-size: 1.7rem;

  margin: 0 0;

  font-weight: normal;
}

.index_news .contain .ll h5 img {
  width: 2.1rem;

  margin-right: 1rem;

  filter: brightness(0) invert(1);
}

.index_news .contain .ll h6 {
  color: #fff;

  margin: 2rem 0 0.5rem;
}

.index_news .contain .ll p {
  color: #fff;
}

.footer {
  position: relative;

  z-index: 99;

  background: #4d4d4f;

  color: #fff;

  overflow: hidden;
}

.footer .box {
  display: flex;

  justify-content: space-between;

  padding: 5% 0 3%;
}

.footer dl dt {
  font-size: 1.8rem;

  color: #fff;

  letter-spacing: 2px;

  font-weight: bold;

  position: relative;

  margin-bottom: 3rem;
}

.footer dl dd {
  font-size: 1.46rem;

  margin: 1.5rem 0;

  color: rgba(255, 255, 255, 0.7);

  display: block;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.footer dl dd:hover {
  color: #fff;

  margin-left: 5px;
}

.footer dl p {
  text-align: center;

  display: block;

  color: #fff;
}

.footer dl p img {
  width: 14rem;

  display: block;
}

.footer dl .links {
  display: flex;

  align-items: center;

  margin-top: 2rem;
}

.footer dl .links .ll {
  margin-right: 1.5rem;
}

.footer dl .links img {
  width: 2.5rem;

  filter: invert(1);

  transition: all 0.3s linear;
}

.footer dl .links img:hover {
  opacity: 0.6;
}

.footer .copy .w_all {
  padding: 2rem 0;

  display: flex;

  justify-content: space-between;

  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copy p {
  font-size: 1.3rem;

  color: rgba(255, 255, 255, 0.4);

  display: flex;

  align-items: center;
}

.footer .copy a img {
  margin-right: 6px;

  width: 14px;

  margin-top: -4px;
}

.footer .copy p a {
  font-size: 1.3rem;

  margin-left: 20px;

  color: rgba(255, 255, 255, 0.4);

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  display: flex;

  align-items: center;
}

.footer .copy p a:hover {
  color: #fff;
}

.all_back {
  position: absolute;

  right: 2%;

  bottom: 38px;

  background: rgba(255, 255, 255, 0.7);

  cursor: pointer;

  padding: 1.2rem;

  transition: all 0.3s linear;
}

.all_back i {
  color: #333;

  font-size: 2rem;

  font-weight: bold;

  display: block;

  -webkit-transform: rotate(-180deg);

  transform: rotate(-180deg);

  transition: all 0.3s linear;
}

.all_back:hover {
  background: #ff0000;
}

.all_back:hover i {
  color: #fff;
}

.ban2 {
  width: 100%;
  background: #000;
  position: relative;

  z-index: 10;

  height: 66vh;

  overflow: hidden;

  display: flex;

  justify-content: center;

  align-items: center;
}

.ban2 img {
  height: 100%;

  width: 100%;
  object-fit: cover;
  display: block;
}

.ban2 video {
  height: 100%;

  width: 100%;

  display: block;

  object-fit: cover;
}

.ban2 .title2 {
  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  margin: 0;
}

.ban2 .title2 h3 {
  color: #fff;
}

.ban2 .title2 h2 {
  color: #fff;
}

/* 关于 */

.full_slider,
.full_sliders {
  width: 100%;

  height: 100vh;

  z-index: 2;

  overflow: hidden;

  background: #fff;
}

.full_slider > .swiper-wrapper {
  display: block;
}

.full_item {
  position: relative;

  width: auto;

  overflow: hidden;

  background: #fff;

  height: 100vh;
}

.full_item .inner {
  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  z-index: 999;

  width: 100%;

  height: 100%;

  box-sizing: border-box;
}

.sec_footer {
  height: auto !important;
}

.full_pagination {
  position: absolute;

  color: #fff;

  right: 30px;

  top: 50%;

  z-index: 999;

  transform: translateY(-50%);
}

.full_pagination {
  width: 150px;
}

.full_pagination span {
  display: flex;

  width: 100%;

  align-items: center;

  justify-content: flex-end;

  transition: all 0.3s ease;

  padding: 8px 0;

  cursor: pointer;
}

.full_pagination span:last-of-type {
  display: none;
}

.full_pagination i {
  width: 10px;

  height: 1px;

  font-style: normal;

  background: rgba(255, 255, 255, 0.6);

  transition: all 0.3s ease;
}

.full_pagination em {
  font-style: normal;

  transition: all 0.3s ease;

  opacity: 0.7;

  font-size: 1.4rem;

  margin-right: 7px;

  color: rgba(255, 255, 255, 0.6);
}

.full_pagination .bullet-active i,
.full_pagination span:hover i {
  background: rgba(255, 255, 255, 1);

  width: 20px;
}

.full_pagination .bullet-active em {
  opacity: 1;

  color: rgba(255, 255, 255, 1);
}

.full_pagination.active i {
  background: rgba(0, 0, 0, 0.6);
}
.full_pagination.active span:hover i {
  background: rgba(0, 0, 0, 0.6);
}
.full_pagination.active em {
  color: rgba(0, 0, 0, 0.6);
}

/* 关于 */

.about .section {
  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  z-index: 6;
}

.about .section::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(1, 22, 43, 0.46);
}

.about .section h3,
.about .section h2 {
  color: #fff;
}

.about .section p {
  color: #fff;

  margin-top: 2rem;

  font-size: 1.8rem;
}

.about .section .title2 {
  margin-top: -3rem;
}

.about0 .a_box .play {
  width: 10rem;

  height: 10rem;

  cursor: pointer;

  position: relative;

  margin: 0.8rem auto 0px;

  border-radius: 50%;
}

.about0 .a_box .play::before {
  content: "";

  display: block;

  position: absolute;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: #ff0000;

  border-radius: 50%;

  transition: 0.4s linear;
}

.about0 .a_box .play:hover::before {
  transform: scale(0.9);
}

.about0 .a_box .play span {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  transition: 0.4s linear;
}

.about0 .a_box .play span.s1 {
  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;
}

.about0 .a_box .play span.s1 img {
  width: 8rem;

  transform-origin: center center;

  animation: 3s linear 0s infinite normal none running imgRun;
}

.about0 .a_box .play span.s2 {
  width: 0;

  height: 0;

  border-left: 16px solid #fff;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;
}

.about0 .a_box .play h6 {
  position: absolute;

  left: 0%;

  top: 100%;

  margin-top: 1.5rem;

  color: rgb(255, 255, 255);

  opacity: 0.6;

  width: 100%;

  text-align: center;

  white-space: nowrap;

  font-size: 1.5rem;
}

.about0 .a_box .play:hover .s1 {
  transform: translate(-50%, -50%) scale(0.9);
}

@keyframes imgRun {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(120deg);
  }
}

.about0 .mouse {
  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: 2rem;

  z-index: 99;
}

.about0 .mouse img {
  animation: 1.5s linear 0s infinite normal none running mouseRun;
}

@keyframes mouseRun {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

.about .about1 p {
  font-size: 1.6rem;

  text-align: left;

  margin-top: 1.5rem;
}

.about1 dl {
  position: absolute;

  left: 0;

  width: 100%;

  bottom: 0;

  display: flex;

  justify-content: space-between;

  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.about1 dl dd {
  width: 25%;

  border-right: 1px solid rgba(255, 255, 255, 0.4);

  text-align: center;

  padding: 3rem;

  box-sizing: border-box;
}

.about1 dl dd p {
  color: #fff;

  display: flex;

  justify-content: center;

  font-size: 2rem;

  font-weight: bold;
}

.about1 dl dd p strong {
  color: #fff;

  font-size: 6rem;

  font-weight: bold;

  line-height: 1.2;

  margin-right: 1rem;
}

.about1 dl dd h6 {
  color: #fff;

  font-size: 1.6rem;

  margin-top: 1.5rem;
}

.opacityss {
  opacity: 0;
}

.culture .title2 {
  margin-bottom: 2%;
}

.culture dl {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.culture dl dd {
  width: 32%;

  margin-top: 2%;

  padding: 0 3rem 5%;

  box-sizing: border-box;

  backdrop-filter: blur(8px);

  border: 1px solid rgba(255, 255, 255, 0.2);

  position: relative;
}

.culture dl dd h6 {
  display: flex;

  align-items: center;

  font-weight: bold;

  font-size: 2rem;

  color: #fff;

  padding: 3rem 0;

  letter-spacing: 1px;
}

.culture dl dd h6 img {
  width: 3rem;

  margin-right: 1rem;
}

.culture dl dd p {
  font-size: 1.6rem !important;
}

.culture dl dd h5 {
  border-top: 1px solid rgba(255, 255, 255, 0.6);

  padding: 2rem 0rem;

  font-size: 1.6rem;

  color: rgba(255, 255, 255, 0.5);

  position: absolute;

  left: 6%;

  bottom: 0;

  width: 88%;

  box-sizing: border-box;
}

.history {
  display: flex;

  align-items: center;

  justify-content: center;
}

.history .title2 {
  text-align: left;
}

.history .contains {
  position: relative;
}

.history .contains .gallery-thumbs {
  height: 42vh;

  overflow: hidden;

  width: 80%;
}

.history .swiper-slide {
  display: flex;

  justify-content: space-between;

  height: 100%;
}

.history .swiper-slide .ll {
  width: 45%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;
}

.history .swiper-slide .ll img {
  height: 100%;
}

.history .swiper-slide .rr {
  width: 49%;

  margin-top: 5rem;
}

.history .swiper-slide h6 {
  font-size: 4rem;

  margin-bottom: 2rem;

  color: #000;

  font-weight: bold;
}

.history .swiper-slide p {
  line-height: 1.6;

  margin-top: 1rem;
}

.history .btn {
  position: absolute;

  left: calc(570 / 1400 * 100%);

  bottom: -5rem;

  z-index: 2;

  display: flex;
}

.history .btn .swiper-prev,
.history .btn .swiper-next {
  width: 4.5rem;

  height: 4.5rem;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid #9e9e9e;

  cursor: pointer;

  transition: all 0.4s;
}

.history .btn .swiper-prev {
  margin-right: 2rem;

  transform: rotate(180deg);
}

.history .btn img {
  width: 50%;

  transition: all 0.4s;
}

.history .btn .swiper-prev:hover,
.history .btn .swiper-next:hover {
  background: #ff0000;

  border-color: #ff0000;
}

.history .btn .swiper-prev:hover img,
.history .btn .swiper-next:hover img {
  -webkit-filter: brightness(0) invert(1);

  filter: brightness(0) invert(1);
}

.history .years {
  width: 10rem;

  height: 100vh;

  position: absolute;

  right: 0;

  top: 0%;

  transform: translateY(-0%);

  border-right: 1px solid rgba(0, 0, 0, 0.03);

  display: flex;

  align-content: center;

  flex-wrap: wrap;
}

.history .years .swiper-container {
  height: 70%;
}

.history .years .swiper-slide {
  width: 100%;

  height: 40px;

  display: flex;

  justify-content: flex-end;

  align-items: center;

  padding-right: 2rem;

  border-right: 3px solid transparent;

  color: #ddd;

  cursor: pointer;
}

.history .years .swiper-slide-thumb-active {
  border-color: #ff0000;

  font-size: 2.4rem;

  color: #333;
}

.honor {
  display: flex;

  align-items: center;

  justify-content: center;

  background: #eee;
}

.honor .title2 {
  text-align: left;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.honor .title2 .tr {
  display: flex;

  align-items: center;
}

.honor .title2 .tr p {
  display: flex;

  align-items: center;

  margin-left: 6rem;
}

.honor .title2 .tr p strong {
  color: #ff0000;

  font-weight: bold;

  font-size: 6rem;

  margin-right: 2rem;
}

.honor .title2 .tr p i {
  color: #ff0000;

  font-style: initial;

  display: block;

  font-size: 2rem;

  font-weight: bold;
}

.honor .title2 .tr p span {
  font-size: 1.6rem;
}

.honor .contains {
  position: relative;
}

.honor .swiper-wrapper {
  display: flex;
}

.honor .swiper-slide img {
  width: 100%;
}

.honor .bottom {
  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  margin-top: 4rem;

  box-sizing: border-box;
}

.honor .bottom .swiper-scrollbar {
  width: 100%;

  height: 2px;

  background: #ddd;

  opacity: 1 !important;
}

.honor .bottom .swiper-scrollbar-drag {
  background: #ff0000;
}

.social .title2 {
  margin: 10% auto 3%;
}

.social .box {
  position: relative;
}

.social .bg {
  width: 100%;

  height: 56vh;

  display: flex;
}

.social dl {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

  display: flex;
}

.social dl dd {
  width: 10%;

  background: rgba(0, 0, 0, 0.4);

  border-right: 1px solid rgba(255, 255, 255, 0.2);

  overflow: hidden;

  transition: all 0.4s;

  flex: 1 1 10%;

  padding: 15rem 5rem;

  box-sizing: border-box;
}

.social dl dd .t1 {
  color: #fff;

  line-height: 1.2;

  font-size: 2.4rem;

  width: 30px;

  margin: auto;
}

.social dl dd .t2 {
  margin-top: 2rem;

  opacity: 0;

  width: 100%;

  min-width: 46rem;

  pointer-events: none;
}

.social dl dd .t2 p {
  color: #fff;

  line-height: 1.6;

  font-size: 1.5rem;

  margin-top: 1rem;
}

.social dl dd.on {
  width: 50%;

  background: rgba(0, 0, 0, 0.5);

  flex: 1 1 50%;
}

.social dl dd.on .t1 {
  width: auto;
}

.social dl dd.on .t2 {
  opacity: 1;

  pointer-events: all;
}

.all_left {
  font-size: 1.2rem;

  text-transform: uppercase;

  -webkit-transform: rotate(-90deg) translateY(-50%);

  transform: rotate(-90deg) translateY(-50%);

  position: absolute;

  left: 0.8%;

  top: 50%;

  color: #ff0000;

  z-index: 2;
}

.all_left.active,
.all_right.active {
  position: fixed;
}

.all_right.all_right2 {
  position: fixed;

  z-index: 9;
}

.all_left strong {
  font-size: 1.2rem;

  margin-left: 10px;
}

.all_right {
  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  position: absolute;

  right: 0%;

  top: 50%;

  z-index: 2;
}

.all_right span {
  display: block;

  margin: 25px 0;

  color: #333;

  font-size: 1.6rem;

  position: relative;

  padding-right: 50px;

  cursor: pointer;

  text-align: right;

  -webkit-transition: color 0.3s linear;

  transition: color 0.3s linear;
}

.all_right span::before {
  content: "";

  position: absolute;

  right: 0px;

  height: 1px;

  width: 35px;

  top: 50%;

  background: #ff0000;

  opacity: 0;
}

.all_right span.active::before {
  opacity: 1;
}

.all_right span.active,
.all_right span:hover {
  color: #ff0000;

  font-weight: bold;
}

.news ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);

  padding: 0 0 3% 0;

  margin: 0 0 3% 0;

  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.news ul li::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 2px;

  background-color: #ff0000;

  transition: all 0.4s;

  -webkit-transition: all 0.4s;
}

.news ul li:hover::after {
  width: 100%;
}

.news ul li .ll {
  width: 65%;
}

.news ul li h6 {
  font-size: 1.4rem;

  color: #666;

  display: flex;

  align-items: center;
}

.news ul li h6 img {
  width: 2rem;

  margin-right: 0.5rem;
}

.news ul li h4 {
  font-size: 2.4rem;

  color: #111;

  font-weight: 600;

  letter-spacing: 1px;

  text-overflow: ellipsis;

  white-space: nowrap;

  margin: 2rem 0 1rem;

  overflow: hidden;

  transition: all 0.3s;
}

.news ul li:hover h4 {
  color: #ff0000;
}

.news ul li .more_n {
  margin-top: 4rem;

  display: block;

  width: 48px;

  height: 48px;

  padding: 16px;

  box-sizing: border-box;

  font-size: 2rem;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #fff;

  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);

  border-radius: 50%;

  transform: rotate(-45deg);

  transition: all 0.3s;
}

.news ul li:hover .more_n {
  transform: rotate(0);

  background-color: #ff0000;
}

.news ul li .more_n img {
  width: 100%;

  transition: all 0.3s;
}

.news ul li:hover .more_n img {
  -webkit-filter: brightness(0) invert(1);

  filter: brightness(0) invert(1);
}

.news ul li .rr {
  width: 28%;

  border-radius: 2rem;

  overflow: hidden;
}

.news ul li .rr img {
  width: 100%;

  transition: all 0.5s ease;
}

.news ul li:hover .rr img {
  transform: scale(1.1);
}

.news_d .top {
  margin-top: 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  padding-bottom: 2.5rem;

  margin-bottom: 4rem;
}

.news_d .top h6 {
  font-size: 1.4rem;

  color: #666;

  display: flex;

  align-items: center;

  justify-content: center;
}

.news_d .top h6 img {
  width: 2rem;

  margin-right: 0.8rem;
}

.news_d .top h2 {
  font-size: 2.6rem;

  color: #ff0000;

  font-weight: bold;

  letter-spacing: 1px;

  text-align: center;

  margin: 2rem 0 1rem;
}

.news_d .bar p {
  margin: 2rem 0;

  text-align: justify;
}

.news_d .bar img {
  margin: 3rem auto;

  max-width: 100%;

  display: block;
}

.news_d .bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  padding: 2.5rem 0;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 5rem;
}

.news_d .bottom .ll {
  width: 70%;
}

.news_d .bottom .ll p {
  margin: 1rem 0;
}

.news_d .bottom .ll p a {
  font-size: 1.6rem;

  color: #1a1a1a;

  transition: all 0.3s;
}

.news_d .bottom .ll p a:hover {
  color: #ff0000;

  text-decoration: underline;
}

.news_d .bottom .more {
  margin: 0;
}

/* 招聘 */

.pro1 {
  background: #f4f6f9 !important;

  position: relative;
}

.pro1 .title {
  align-items: center;

  display: flex;
}

.pro1 .title h2 {
  margin: 0 0 0 3rem;

  color: #ff0000;
}

.pro1 .box {
  width: 100%;

  position: relative;

  margin-top: 3%;

  height: 70vh;

  display: flex;

  justify-content: center;

  align-items: center;

  overflow: hidden;
}

.pro1 .box::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 40%;

  height: 100%;

  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.pro1 .box img {
  width: 100%;

  display: block;
}

.pro1 .txt {
  position: absolute;

  left: 8%;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 6;
}

.pro1 .txt h3 {
  font-size: 3.2rem;

  color: #fff;

  font-family: "title2";

  line-height: 1.5;

  letter-spacing: 1px;
}

.pro1 .more {
  margin: 5vh 0 0;

  border-color: rgba(255, 255, 255, 0.4);
}

.pro1 .more span {
  color: #fff;
}

.pro1:nth-of-type(2n) {
  background: #fff !important;
}

.prod {
  background: #fff !important;
}

.prod .bar {
  padding: 5% 0;

  position: relative;

  overflow: hidden;

  background: #f4f6f9;
}

.prod .bar .title2 {
  margin: 0 0 3%;
}

.prod .bar .bb {
  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.prod .left {
  width: 50%;

  position: relative;
}

.prod .left img {
  width: 100%;
}

.prod .bar:nth-of-type(2n) .bb {
  flex-direction: row-reverse;
}

.prod .right {
  width: 45%;
}

.prod .right h3 {
  font-size: 2.6rem;

  color: #333;

  font-family: "title2";

  margin-bottom: 3rem;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.prod .bar:hover .right h3 {
  letter-spacing: 1px;

  color: #ff0000;
}

.prod .bar .right p {
  margin: 2rem 0;
}

.prod .bar:first-of-type {
  margin-top: 0;

  background: #fff;
}

.prod .bar:nth-of-type(2n + 3) {
  padding-top: 0;
}

.prod .bar:first-of-type {
  margin-top: 0;

  background: #fff;
}

.prod .bar:first-of-type .bb {
  align-items: inherit;
}

.prod .bar:first-of-type .left img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.pro1d5a0 {
  background: #fff;
}

.pro1d5a0 .title2 {
  margin: 0 0 3%;
}

.pro1d5a0 .video {
  height: 560px;

  overflow: hidden;

  position: relative;
}

.pro1d5a0 .video video {
  width: 100%;

  height: 100%;

  margin-top: -1%;

  display: block;

  object-fit: cover;
}

.pro1d5a0 .video.active {
  width: 100%;
}

.pro1d5c {
  background: #f4f6f9 !important;
}

.pro1d5c .title2 {
  margin: 0;
}

.pro1d5c .top {
  padding: 2% 0 4%;

  display: flex;

  justify-content: center;
}

.pro1d5c .top li {
  padding: 0 5%;

  text-align: center;

  font-size: 1.5rem;

  color: #999;

  position: relative;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  cursor: default;
}

.pro1d5c .top li::before {
  content: "";

  position: absolute;

  right: 0%;

  bottom: 6px;

  width: 4px;

  height: 4px;

  border-radius: 50%;

  background: #999;
}

.pro1d5c .top li:last-of-type::before {
  display: none;
}

.pro1d5c .top li b {
  display: block;

  width: 60px;

  height: 60px;

  margin: auto;

  position: relative;

  border: 1px solid #999;

  border-radius: 50%;

  margin-bottom: 20px;
}

.pro1d5c .top li img {
  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.pro1d5c .top li img:nth-of-type(2) {
  display: none;
}

.pro1d5c .top li.active,
.pro1d5c .top li:hover {
  color: #ff0000;

  font-family: "title2";
}

.pro1d5c .top li.active b {
  border-color: #ff0000;
}

.pro1d5c .top li.active b img:last-of-type {
  display: block;
}

.pro1d5c .top li.active b img:first-of-type {
  display: none;
}

.pro1d5c .bar {
  position: relative;

  display: none;
}

.pro1d5c .bar:first-of-type {
  display: block;
}

.pro1d5c .bar .left {
  position: absolute;

  left: 0;

  top: 0%;

  width: 50%;

  height: 100%;
}

.pro1d5c .bar .right {
  float: right;

  width: 43%;

  padding: 10% 0;
}

.pro1d5c .bar .right h2 {
  font-size: 2.4rem;

  color: #333;

  margin-bottom: 4%;

  font-family: "title2";

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.pro1d5c .bar:hover .right h2 {
  color: #ff0000;

  letter-spacing: 1px;
}

.pro1d5c .bar .right p {
}

.job .title p {
  text-align: center;
}

.job ul {
  margin-top: 3%;

  box-sizing: border-box;
}

.job ul .bar {
  width: 100%;

  cursor: pointer;

  position: relative;
}

.job ul .bar .bl {
  position: relative;
}

.job ul .bar h5 {
  text-align: center;

  float: left;

  font-size: 1.6rem;

  width: 20%;

  color: #333;

  line-height: 56px;

  position: relative;

  height: 56px;
}

.job ul li h5:nth-of-type(2) {
  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.job ul li:first-of-type h5 {
  font-size: 1.6rem !important;

  font-family: "title2";

  background: #fff;

  color: #333 !important;

  font-weight: bold !important;

  letter-spacing: 0 !important;
}

.job ul li:nth-of-type(2n) h5 {
  background: #f7f8fa;
}

.job ul li h5:nth-of-type(2) {
  text-align: left;

  padding-left: 6%;

  box-sizing: border-box;
}

.job ul li h5:last-of-type {
  font-size: 1.5rem;
}

.job ul li h5:first-of-type {
  display: none;
}

.job ul .bar h5 i {
  display: block;

  position: absolute;

  color: #333;

  font-size: 2rem;

  text-align: center;

  display: block;

  font-style: normal;

  top: 50%;

  left: 5%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  opacity: 0;
}

.job ul .bar h5.active:nth-of-type(2) {
  color: #ff0000;

  font-weight: bold;
}

.job ul .bar:hover h5:nth-of-type(2) {
  color: #ff0000;

  letter-spacing: 1px;

  font-weight: bold;
}

.job ul li .zp_type {
  display: flex;

  justify-content: center;

  position: relative;
}

.job ul li .zp_type strong {
  color: #333;

  display: block;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);

  margin-left: 5px;
}

.zp_type .sels {
  position: absolute;

  left: 50%;

  top: 50px;

  background: #fff;

  width: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: 99;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  padding: 3%;

  box-sizing: border-box;

  display: none;

  z-index: 999;
}

.zp_type .sels span {
  display: block;

  font-size: 1.4rem;

  line-height: 30px;

  margin: 5px 0;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.zp_type .sels span:hover {
  color: #ff0000;
}

.job ul .bar h5.active i {
  font-size: 2.4rem;

  color: #ff0000;

  -webkit-transform: rotate(45deg) translate(-60%, -20%);

  transform: rotate(45deg) translate(-110%, -35%);
}

.job ul .bars {
  width: 100%;

  background: #fff;

  border-top: 1px solid #f7f8fa;

  height: 0;

  opacity: 0;

  text-align: left;

  margin-top: -2px;
}

.job ul .bars .contain {
  padding: 2% 6.5%;

  display: none;

  margin-bottom: 0;
}

.job ul .bars .contain h4 {
  font-size: 1.6rem;

  color: #1a1a1a;

  font-family: "title2";

  letter-spacing: 0.5px;

  margin: 20px 0 10px;

  padding-left: 14px;

  position: relative;
}

.job ul .bars .contain h4:before {
  content: "";

  width: 5px;

  height: 5px;

  background: #1a1a1a;

  border-radius: 50%;

  position: absolute;

  left: 0;

  top: 8px;
}

.job ul .bars .contain p {
  font-size: 1.4rem;

  color: #555;

  letter-spacing: 0;
}

.job ul .bars .contain h6 {
  margin-top: 10px;

  font-size: 1.6rem;

  color: #222;
}

.job ul .bars .contain h6 a {
  font-size: 1.4rem;

  font-weight: bold;

  text-decoration: underline;

  color: #ff0000;
}

.contact {
  background: #f6f6f6;
}
.contact dl:not(:first-of-type) {
  margin-top: 3%;
}
.contact dl dd {
  display: flex;

  background: #fff;

  align-items: center;

  border-bottom: 3px solid #ff0000;

  border-radius: 1rem;

  padding: 3% 0;
}

.contact dl dd .ll {
  width: 70%;

  padding: 0 3%;

  box-sizing: border-box;
}

.contact dl dd h6 {
  font-size: 2.2rem;

  font-weight: bold;

  color: #1a1a1a;

  margin-bottom: 2rem;

  font-family: "title2";

  letter-spacing: 1px;
}

.contact dl dd p {
  display: flex;

  align-items: center;

  margin: 1.3rem 0;

  letter-spacing: 0;
}

.contact dl dd p span {
  color: #ff0000;

  font-size: 1.6rem;
}

.contact dl dd p img {
  width: 3rem;

  margin-right: 1rem;
}

.contact dl dd .rr {
  width: 25%;
}

.contact dl dd .rr img {
  width: 100%;
}

.title2 {
  text-align: center;

  margin: 6% auto 5%;

  letter-spacing: 1px;

  position: relative;
}

.title2 h3 {
  font-size: 5.2rem;

  color: #333;

  font-family: "myfont_e2";

  text-transform: uppercase;
}

.title2 h2 {
  font-size: 4.2rem;

  color: #333;

  line-height: 2;

  letter-spacing: 2px;

  font-family: "title2";
}

.all_box {
  padding: 100px 0 6%;

  position: relative;

  overflow: hidden;
}

.pages {
  text-align: center;
}

.pages a {
  display: inline-block;

  font-size: 1.3rem;

  width: 30px;

  height: 30px;

  line-height: 30px;

  margin: 1rem 6px 0;

  padding: 4px;

  background: #fff;

  color: #333;

  border-radius: 50%;

  cursor: pointer;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.pages a i {
  font-size: 2.4rem;

  color: #ff0000;

  opacity: 0.6;

  font-weight: bold;

  line-height: 0.9;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.pages a.pre {
  width: 80px;

  background: none !important;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.pages a.next {
  width: 80px;

  background: none !important;

  -webkit-transform: translateY(5px);

  transform: translateY(5px);
}

.pages a:hover,
.pages a.active {
  background: #ff0000;

  color: #fff;
}

.pages a:hover i {
  opacity: 1;
}

.back {
  position: absolute;

  top: -40%;

  right: 0;

  width: 32px;

  height: 32px;

  border: 1px solid #ddd;

  border-radius: 50%;

  cursor: pointer;
}

.back i {
  color: #888;

  display: block;

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%) rotate(180deg);

  transform: translate(-50%, -50%) rotate(180deg);
}

.back strong {
  font-size: 1rem;

  width: max-content;

  color: #888;

  position: absolute;

  left: 56px;

  top: 0;

  line-height: 32px;

  opacity: 0;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.back:hover strong {
  opacity: 1;

  left: 46px;
}

.big_box {
  position: fixed;

  width: 100%;

  height: 100vh;

  overflow: hidden;

  left: 0;

  top: 0;

  background: rgba(0, 0, 0, 0.88);

  z-index: 9999999999;

  display: none;
}

.big_imgss {
  position: absolute;

  width: 70%;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%) scale(0);

  transform: translate(-50%, -50%) scale(0);

  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);

  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.big_imgss.active {
  -webkit-transform: translate(-50%, -50%) scale(1);

  transform: translate(-50%, -50%) scale(1);
}

.big_box .big_imgss img {
  display: block;

  height: 100%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.big_box .big_imgss video {
  display: block;

  width: 100%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.big_box .righttop {
  position: fixed;

  right: 0px;

  top: 0px;

  z-index: 9;

  padding: 12px 15px;

  background: #fff;
}

.big_box .righttop div {
  float: right;
}

.big_box .righttop img {
  margin: 0;

  height: 3rem;

  cursor: pointer;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.big_box .righttop img:hover {
  opacity: 0.6 !important;
}
