﻿@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
}
.header.hides {
  top: -78px;
}
.header.scroll {
  background: rgba(227, 227, 227, 0.8);
}
.header.scroll .header-wrap {
  padding: 20px 28px 20px 52px;
}
.header.scroll .navs li:hover a,
.header.scroll .navs li.active a {
  color: #df4b25;
}
.header.scroll .navs li a {
  color: #000;
}
.header.scroll .menubtn span {
  background: #000;
}
.header.scroll .menubtn span:before,
.header.scroll .menubtn span:after {
  background: #000;
}
.header.scroll .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scroll .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.pbnner canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.menubtn-fix {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 36px;
}
.menubtn-fix p {
  color: #fff;
  font-size: 16px;
  margin-right: 12px;
  display: none;
}
.header-wrap {
  padding: 30px 28px 30px 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
  width: 134px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.35s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs li {
  position: relative;
  z-index: 2;
  margin-right: 50px;
}
.navs li:last-child {
  margin-right: 0;
}
.navs li.active a,
.navs li:hover a {
  color: #df4b25;
}
.navs li a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  color: #fff;
  line-height: 1.1;
  font-size: 16px;
}
.header-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #1f1e1c;
  clip-path: inset(0 0 100% 0);
  transition: 1s;
  visibility: hidden;
}
.header-menu.show {
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.menu-close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu-close:hover b {
  transform: rotate(180deg);
}
.menu-close span {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
}
.menu-close b {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  transition: 0.38s;
}
.menu-m {
  position: absolute;
  left: 54px;
  bottom: 0;
  z-index: -1;
  color: #262523;
  font-size: 62.5vw;
  opacity: 0.5;
  line-height: 0.75;
  font-family: "Century Gothic";
}
.menu-list {
  position: absolute;
  left: 16.67vw;
  top: 50%;
  transform: translateY(-50%);
}
.menu-item {
  margin-bottom: 4.69vw;
}
.menu-item:last-child {
  margin-bottom: 0;
}
.menu-item a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  transition: 0.3s;
}
.menu-item a:hover {
  padding-left: 32px;
}
.menu-item a:hover b {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.menu-item a:hover span,
.menu-item a:hover small {
  color: #df4b25;
}
.menu-item a b {
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-family: "Century Gothic";
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.4s;
}
.menu-item a span {
  display: block;
  line-height: 1;
  width: 100px;
  color: #4f4e4c;
  font-size: 40px;
  transition: 0.34s;
}
.menu-item a small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 3.65vw;
  font-family: "Century Gothic";
  transition: 0.34s;
}
.menu-navs {
  position: absolute;
  right: 16.67vw;
  bottom: 6.46vw;
  z-index: 3;
}
.menu-navs-list {
  margin-bottom: 6.56vw;
}
.menu-navs-list li {
  margin-bottom: 26px;
}
.menu-navs-list li a {
  display: flex;
  align-items: center;
}
.menu-navs-list li {
  margin-bottom: 30px;
}
.menu-navs-list li a {
  display: flex;
  align-items: center;
}
.menu-navs-list li a:hover span,
.menu-navs-list li a:hover small {
  color: #df4b25;
}
.menu-navs-list li a span {
  display: inline-block;
  margin-right: 14px;
  color: #ffffff;
  font-size: 20px;
  opacity: 0.5;
  transition: 0.34s;
}
.menu-navs-list li a small {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-family: "Century Gothic";
  transition: 0.34s;
}
.menu-navs-list li:last-child {
  margin-bottom: 0;
}
.main {
  background: linear-gradient(33deg, #d1d0d1, #d2d1d3);
}
.areacommit {
  margin-top: 7.81vw;
  width: 336px;
  padding-bottom: 18px;
  border-bottom: 1px solid #4f4e4c;
}
.areacommit strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #df4b25;
  font-size: 22px;
  font-family: "OPPOSans L";
  font-weight: normal;
}
.areacommit small {
  display: block;
  line-height: 1.1;
  color: #4f4e4c;
  font-size: 16px;
  font-family: "DIN";
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  height: 100%;
}
.banner figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner figure video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 5;
}
.btext small {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #fff;
  font-size: 10.42vw;
  font-family: "Rallisaguen Demo Version";
  letter-spacing: 10px;
}
.btext strong {
  display: block;
  margin-left: 18px;
  line-height: 1;
  color: #df4b25;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 18px;
  overflow: hidden;
}
.mouse-dwon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  text-align: center;
  z-index: 3;
}
.mouse-dwon span {
  display: inline-block;
  position: relative;
  margin: auto;
  width: 18px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.mouse-dwon span:before {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 6px;
  content: "";
  width: 4px;
  height: 11px;
  border-radius: 2px;
  background: #fff;
  animation: mousedown 1s infinite;
}
.mouse-dwon p {
  margin-top: 11px;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.2;
  line-height: 1;
}
@keyframes mousedown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.2;
    transform: translateY(6px);
  }
}
.serve-area {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.serve-area-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  background-size: cover;
}
.serve-tops {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10.94vw 9.9vw 6.77vw;
}
.servie-title small {
  display: block;
  line-height: 1;
  position: relative;
  color: #000000;
  font-size: 100px;
  font-family: "Fontquan-XinYilogoTi";
  padding-bottom: 36px;
}
.servie-title small:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 165px;
  height: 10px;
  background: #000000;
}
.servie-title small i {
  position: relative;
  font-style: normal;
}
.servie-title small i:before {
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  top: 5px;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/star.png) center no-repeat;
  background-size: cover;
}
.servie-title strong {
  display: block;
  margin-top: 40px;
  margin-bottom: 18px;
  line-height: 1;
  color: #000;
  font-size: 42px;
}
.servie-title p {
  color: #666666;
  font-size: 24px;
}
.area-arrow {
  position: relative;
  width: 10.19vw;
  height: 10.08vw;
}
.area-arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/area.png) center no-repeat;
  background-size: 100% auto;
  animation: rolates 20s infinite linear;
}
.area-arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.17vw;
  margin-top: -1.07vw;
  display: inline-block;
  width: 2.34vw;
  height: 2.14vw;
  background: url(../images/arrow1.png) center no-repeat;
  background-size: 100% auto;
  animation: mousedown 1s infinite;
}
@keyframes rolates {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service-list {
  position: relative;
  z-index: 2;
  padding: 5.19vw 9.9vw;
}
.service-list:before {
  position: absolute;
  left: 0;
  right: 9.9vw;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  background: #fff;
}
.service-li {
  display: flex;
  justify-content: space-between;
  padding-right: 5.21vw;
}
.service-li li {
  text-align: center;
}
.service-li li a:hover i {
  color: #df4b25;
  transform: translateX(5px);
}
.service-li li strong {
  display: block;
  margin-top: 45px;
  margin-bottom: 13px;
  line-height: 1;
  color: #333333;
  font-size: 28px;
}
.service-li li small {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  font-family: arial;
  text-transform: uppercase;
}
.service-li li i {
  display: inline-block;
  margin-top: 50px;
  color: #333333;
  font-style: normal;
  line-height: 1;
  font-size: 22px;
  transition: 0.3s;
}
.service-ico {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  text-align: center;
  background: url(../images/serline.png) center no-repeat;
  background-size: auto 100%;
  line-height: 1;
}
.service-ico b {
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-size: 46px;
  font-weight: normal;
}
.advantage {
  position: relative;
  z-index: 3;
  padding: 6.77vw 0 6.77vw 9.38vw;
  overflow: hidden;
}
.advantage .advantage-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 89.9vw;
  height: 110%;
  background: url(../images/3.jpg) center no-repeat;
  background-size: cover;
}
.advantage-title small {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 100px;
  font-family: "Fontquan-XinYilogoTi";
}
.advantage-title strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 42px;
}
.advantage-li {
  margin: 0;
  margin-top: 70px;
  width: 40.1vw;
  max-width: 100%;
  height: 492px;
}
.advantage-li li {
  display: flex;
  align-items: center;
  position: relative;
  height: 117px;
  width: 100%;
}
.advantage-li li.swiper-slide-active:before {
  background: url(../images/line2.png) left bottom no-repeat;
  background-size: 100% auto;
}
.advantage-li li.swiper-slide-active i {
  background: url(../images/arrow3.png) left center no-repeat;
  background-size: cover;
}
.advantage-li li.swiper-slide-active p {
  opacity: 1;
  font-weight: bold;
}
.advantage-li li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../images/line1.png) left bottom no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
.advantage-li li i {
  display: inline-block;
  margin-right: 35px;
  width: 59px;
  height: 41px;
  background: url(../images/arrow2.png) center no-repeat;
  background-size: cover;
  transition: 0.35s;
  transform: scale(0.7);
}
.advantage-li li p {
  color: #ffffff;
  font-size: 28px;
  opacity: 0.2;
  transition: 0.35s;
}
.case-list {
  position: relative;
  z-index: 2;
  padding: 7.81vw 10.1vw 7.81vw 14.9vw;
  background: url(../images/4.png) center no-repeat;
  background-size: cover;
}
.case-list:before {
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 2;
  content: "";
  width: 14.58vw;
  height: 56.77vw;
  background: url(../images/wall1.png) left top no-repeat;
  background-size: cover;
}
.case-top {
  position: relative;
}
.case-btn {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.common-btn {
  display: flex;
  align-items: center;
}
.common-btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border: 1px solid #df4b25;
  color: #df4b25;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
}
.common-btn span:hover {
  color: #fff;
}
.common-btn span:hover:before {
  opacity: 1;
  transform: scale(1);
}
.common-btn span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #df4b25;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.case-swiper {
  margin-top: 124px;
  overflow: hidden;
}
.case-slide a:hover figure img {
  transform: scale(1.06);
}
.case-slide a:hover figure b {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.case-slide figure {
  position: relative;
  display: block;
  padding-bottom: 64.81%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.case-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-slide figure img {
  transition: 0.5s;
}
.case-slide figure b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-180deg);
  transition: 0.4s;
}
.case-slide figure b:before {
  position: absolute;
  left: 50%;
  top: 12px;
  content: "";
  width: 1px;
  height: 17px;
  background: #000;
}
.case-slide figure b:after {
  position: absolute;
  left: 12px;
  top: 50%;
  content: "";
  width: 17px;
  height: 1px;
  background: #000;
}
.case-texts {
  position: relative;
  padding-top: 44px;
  padding-left: 12px;
  padding-right: 12px;
  height: 96px;
  background: #fff;
  text-align: center;
}
.case-texts strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #666666;
  font-size: 20px;
  font-weight: normal;
}
.case-texts p {
  color: #666666;
  font-size: 16px;
}
.about-us {
  position: relative;
  padding: 4.17vw 10.1vw 9.38vw;
  z-index: 2;
}
.about-us .about-mall {
  position: absolute;
  right: 0;
  top: -14.22vw;
  z-index: 2;
  content: "";
  width: 10.47vw;
  height: 21.98vw;
  background: url(../images/wall2.png) left top no-repeat;
  background-size: cover;
}
.about-small {
  position: absolute;
  right: 10.1vw;
  top: -40px;
  line-height: 1;
  color: transparent;
  font-family: "Fontquan-XinYilogoTi";
  -webkit-text-stroke: 1px #000000;
  font-size: 9.69vw;
  white-space: nowrap;
  opacity: 0.2;
}
.about-tops {
  margin-bottom: 60px;
}
.about-tops strong {
  display: block;
  margin-bottom: 35px;
  line-height: 1.2;
  color: #111111;
  font-size: 42px;
}
.about-tops small {
  display: block;
  color: #666666;
  font-size: 14px;
  font-family: arial;
  line-height: 1.4;
}
.about-tab {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about-tab .area-arrow {
  position: absolute;
  right: 0;
  top: -10.08vw;
  transform: rotate(-90deg);
}
.about-tab .area-arrow:before {
  background: url(../images/area3.png) center no-repeat;
  background-size: cover;
}
.about-imgs {
  position: relative;
  width: 50.13%;
}
.about-imgs:before {
  position: absolute;
  right: -17px;
  top: 0;
  z-index: 3;
  content: "";
  width: 17px;
  height: 134px;
  background: #df4b25;
}
.about-imgs img {
  display: block;
  width: 100%;
  height: 476px;
  object-fit: cover;
}
.about-swiper {
  position: relative;
  padding-top: 22px;
  width: 43.61%;
}
.about-item {
  position: absolute;
  left: 0;
  top: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.about-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.5s;
}
.about-item-title {
  margin-bottom: 28px;
  line-height: 1;
  color: #df4b25;
  font-size: 22px;
  font-weight: bold;
}
.about-item-info {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  height: 256px;
  overflow: hidden;
}
.about-dit {
  margin-top: 46px;
  width: 32px;
  height: 5px;
  background: url(../images/dit1.png) center no-repeat;
}
.about-dit a {
  display: block;
  height: 100%;
}
.about-navs {
  position: absolute;
  left: 0;
  bottom: 18px;
  display: flex;
  align-items: center;
  width: 100%;
}
.about-navs span {
  display: inline-block;
  margin-right: auto;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  transition: 0.35s;
}
.about-navs span:hover,
.about-navs span.active {
  color: #df4b25;
}
.about-navs span:last-child {
  margin-right: 0;
}
.team-box {
  position: relative;
  z-index: 2;
  padding: 7.81vw 9.9vw;
  overflow: hidden;
}
.team-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 110%;
  background: url(../images/9.jpg) center no-repeat;
  background-size: cover;
}
.team-max {
  position: absolute;
  right: 23.02vw;
  bottom: 0;
  z-index: 3;
  width: 21.35vw;
}
.team-m-slide {
  float: left;
}
.team-m-slide figure {
  position: relative;
  display: block;
  padding-bottom: 44vw;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-m-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-m-slide figure img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.team-info {
  margin-top: 84px;
  position: relative;
  z-index: 3;
  width: 35.31vw;
}
.team-info-item {
  display: none;
  min-height: 250px;
}
.team-info-item:first-child {
  display: block;
}
.team-info-item strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.team-name {
  margin-bottom: 12px;
  display: flex;
}
.team-name span {
  display: inline-block;
  margin-right: 40px;
  color: #ffffff;
  font-size: 16px;
}
.team-name span:last-child {
  margin-right: 0;
}
.team-in {
  color: #ffffff;
  font-size: 16px;
}
.team-in p {
  opacity: 0.5;
}
.team-in a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  opacity: 0.5;
}
.team-in a:hover {
  opacity: 1;
}
.team-min {
  width: 35.31vw;
  overflow: hidden;
}
.team-min-item {
  float: left;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.team-min-item.slick-current figure img.show {
  opacity: 1;
  visibility: visible;
}
.team-min-item.slick-current figure img.hide {
  opacity: 0;
  visibility: hidden;
}
.team-min-item:before {
  position: absolute;
  left: 50%;
  margin-left: -63px;
  bottom: 0;
  content: "";
  width: 120px;
  height: 120px;
  border: 3px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
.team-min-item figure {
  position: relative;
  padding-bottom: 3px;
}
.team-min-item figure img {
  display: block;
  margin: auto;
  width: auto;
  height: 173px;
  transition: 0.4s;
}
.team-min-item figure img.show {
  opacity: 0;
  visibility: visible;
}
.team-min-item figure img.hide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.team-btn {
  position: absolute;
  right: 9.9vw;
  bottom: 9.9vw;
  z-index: 5;
}
.team-numble {
  position: absolute;
  right: 4.69vw;
  bottom: 18.23vw;
  z-index: 10;
}
.team-numble span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #df4b25;
  font-size: 17px;
}
.team-line {
  margin: auto;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1px;
  height: 148px;
  background: rgba(255, 255, 255, 0.2);
}
.team-line i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background: #df4b25;
}
.brand {
  position: relative;
}
.brand-info {
  position: absolute;
  left: 9.9vw;
  top: 10.42vw;
  z-index: 3;
}
.brand-info strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #000000;
  font-size: 42px;
}
.brand-text {
  color: #666666;
  font-size: 24px;
}
.brand-logo {
  position: relative;
}
.brand-bgs {
  line-height: 1;
}
.brand-bgs img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-list {
  position: absolute;
  left: 9.9vw;
  top: 23.64vw;
  right: 9.9vw;
}
.brand-list img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-dit {
  position: absolute;
  right: 0;
  bottom: 4.79vw;
  width: 60.42vw;
}
.brand-dit img {
  display: block;
  width: 100%;
  height: auto;
}
.news-box {
  padding-left: 9.9vw;
}
.news-wrap {
  padding: 0 5vw 3.85vw;
  background: #fff;
}
.news-top {
  padding: 4.48vw 0 2.92vw;
  text-align: center;
}
.news-top strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #000000;
  font-size: 42px;
}
.news-top small {
  display: block;
  margin-bottom: 14px;
  margin-left: 8px;
  line-height: 1;
  color: #666666;
  font-size: 20px;
  font-family: "Rallisaguen Demo Version";
  letter-spacing: 8px;
  text-transform: uppercase;
}
.news-top p {
  color: #666666;
  font-size: 24px;
  line-height: 1;
}
.home-news {
  display: flex;
  flex-wrap: wrap;
}
.home-news li {
  margin-right: 3.5%;
  margin-bottom: 60px;
  width: 31%;
  cursor: pointer;
}
.home-news li:nth-child(3n+3) {
  margin-right: 0;
}
.home-news li figure {
  position: relative;
  display: block;
  padding-bottom: 68.08%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.home-news li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news li figure img {
  transition: 0.65s;
}
.home-news li figure b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  line-height: 1;
  color: #fff;
  font-size: 44px;
  cursor: pointer;
  z-index: 3;
}
.home-news-text {
  padding-top: 30px;
  height: 92px;
  background: #f2f2f2;
  text-align: center;
}
.home-news-text strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #666666;
  font-size: 20px;
  font-weight: normal;
}
.home-news-text p {
  padding: 0 10px;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer {
  position: relative;
  background: #1f1f1f;
}
.footer-top {
  padding: 2vw 9.9vw 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-address {
  display: flex;
  flex-wrap: wrap;
}
.footer-address-item {
  box-sizing: border-box;
  position: relative;
  padding-left: 38px;
  margin-bottom: 20px;
  min-width: 435px;
}
.footer-address-item b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  border-radius: 50%;
  background: #666;
}
.footer-address-item span {
  display: block;
  line-height: 30px;
  color: #acacac;
  font-size: 16px;
}
.footer-address-item p {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-family: "Century Gothic";
}
.footer-address-item p em {
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
}
.footer-eq {
  text-align: center;
  padding-top: 8px;
}
.footer-eq img {
  display: block;
  margin: auto;
  width: 123px;
  height: auto;
}
.footer-eq p {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.footer-copy {
  padding: 14px 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copy p,
.footer-copy a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.2;
}
.footer-copy a {
  opacity: 1;
}
.footer-copy p {
  margin-right: 15px;
}
.footer-copy a:hover {
  opacity: 1;
}

.footer-copy1 {
  padding: 14px 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-copy1 p,
.footer-copy1 a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.2;
}
.footer-copy1 a {
  opacity: 1;
}
.footer-copy1 p {
  margin-right: 15px;
}
.footer-copy1 a:hover {
  opacity: 1;
}

.footer-scrollt {
  position: fixed;
  right: 2.6vw;
  bottom: 48px;
  z-index: 3;
}
.footer-scrollt a {
  display: block;
  margin-bottom: 42px;
  line-height: 1;
  color: #df4b25;
  font-size: 30px;
  text-align: center;
}
.footer-scrollt a:first-child:hover {
  transform: translateY(-4px);
}
.footer-scrollt a:last-child {
  margin-bottom: 0;
}
.servie-title.article-block small,
.advantage-title.article-block small {
  opacity: 0;
}
.servie-title.article-block strong {
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.7s;
}
.servie-title.articleShow strong {
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s;
}
.servie-title.articleShow small,
.advantage-title.articleShow small {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.servie-title.articleShow small:nth-child(3n+1),
.advantage-title.articleShow small:nth-child(3n+1) {
  animation-delay: 0.15s;
}
.servie-title.articleShow small:nth-child(2n),
.advantage-title.articleShow small:nth-child(2n) {
  transition-delay: 0.5s;
}
.servie-title.articleShow small:nth-child(5n),
.advantage-title.articleShow small:nth-child(5n) {
  transition-delay: 0.75s;
}
@keyframes blurAnime {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}
.article-block.slideinset li,
.article-block.slideinset > div {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
}
.article-block.slideinset li:nth-child(2),
.article-block.slideinset > div:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.article-block.slideinset li:nth-child(3),
.article-block.slideinset > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slideinset li:nth-child(4),
.article-block.slideinset > div:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.articleShow.slideinset li,
.articleShow.slideinset > div {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.article-block.slidetopList li,
.article-block.slidetopList > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList > div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList > div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList > div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList > div:nth-child(6) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.articleShow.slidetopList li,
.articleShow.slidetopList > div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.article-block.slideTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.85s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.article-block.slideTop.detay1 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.article-block.slideTop.detay2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.articleShow.slideTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.potash-list.article-block .potash-item {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 1.5s;
}
.potash-list.article-block .potash-item:nth-child(2) {
  transition-delay: 0.5s;
}
.brand-list.article-block {
  clip-path: inset(0 100% 0 0);
  transition: 3s;
}
.brand-list.articleShow {
  clip-path: inset(0 0 0 0);
}
.pop-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
  transform: translateY(100%);
  overflow: hidden;
}
.pop-video.show {
  transform: translateY(0);
  visibility: visible;
  pointer-events: visible;
}
.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pop-video-wrap {
  position: absolute;
  left: 50%;
  margin-left: -37%;
  top: 50%;
  transform: translateY(-50%);
  width: 74%;
}
.pop-video-wrap .video {
  display: block;
  width: 100%;
  height: auto;
}
.pop-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.pop-close p {
  margin-right: 12px;
  color: #fff;
  font-size: 20px;
}
.pop-close i {
  display: inline-block;
  font-style: normal;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #000;
  background: #fff;
  font-weight: bold;
  transition: 0.38s;
}
.pop-close:hover i {
  transform: rotate(180deg);
}
.pbnner {
  position: relative;
  overflow: hidden;
}
.pbnner figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbnner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner-info {
  position: absolute;
  left: 40.63vw;
  top: 22.39%;
  text-align: right;
}
.pbanner-info p {
  color: #fff;
  font-size: 18px;
}
.psmall {
  position: absolute;
  left: 0;
  top: 35.2%;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.psmall small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 19.11vw;
  font-family: "Bitstream Amerigo";
}
.psmall small .char1 {
  color: transparent;
  -webkit-text-stroke: 1px #df4b25;
}
.pbnner-arrow {
  position: absolute;
  left: 7.03vw;
  bottom: 4.69vw;
  z-index: 3;
}
.pbnner-arrow:before {
  background: url(../images/area1.png) center no-repeat;
  background-size: cover;
}
.pbnner-arrow i {
  background: url(../images/arrow1_1.png) center no-repeat;
  background-size: cover;
}
.container {
  background: #fff;
}
.love-believe {
  position: relative;
  z-index: 2;
  padding: 7.81vw 9.9vw 6.51vw;
}
.believe-info {
  width: 38.02vw;
}
.believe-title {
  margin-bottom: 2.92vw;
}
.believe-title small {
  display: block;
  margin-bottom: 20px;
  color: #000000;
  font-size: 2.19vw;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.believe-title strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 42px;
}
.believe-in {
  color: #666666;
  font-size: 16px;
}
.love-en {
  position: absolute;
  right: 0;
  top: 3.96vw;
  z-index: -1;
  display: block;
  line-height: 1;
  color: #f7f6f6;
  font-size: 6.25vw;
  text-transform: uppercase;
  font-weight: bold;
}
.journal {
  position: relative;
  z-index: 2;
  padding: 8.65vw 0 4.69vw 9.9vw;
  background: #1f1f1f;
}
.journal:before {
  position: absolute;
  left: 0;
  top: -33px;
  content: "";
  width: 100%;
  height: 34px;
  background: url(../images/journalbg.png) center bottom no-repeat;
}
.believe-imgs {
  position: absolute;
  right: 9.9vw;
  top: -26.88vw;
  z-index: 5;
  width: 25.62vw;
}
.believe-imgs img {
  width: 100%;
  height: auto;
}
.jounrnal-wrap {
  display: flex;
  justify-content: space-between;
}
.jounrnal-infos {
  width: 32.81vw;
}
.journal-in {
  margin-top: 3.8vw;
}
.journal-in-small {
  margin-top: 3.8vw;
  color: #fff;
  font-size: 1.0vw;
}

.journal-in p {
  color: #fff;
  font-size: 1.09vw;
}
.journal-in span {
  display: block;
  margin-top: 5.21vw;
  width: 8.65vw;
  height: 2.19vw;
  background: url(../images/line3.png) center no-repeat;
  background-size: cover;
}
.jounrnal-list {
  padding-top: 6.98vw;
  width: 45.52vw;
  display: flex;
  justify-content: space-between;
}
.jounrnal-item {
  width: 43.24%;
}
.jounrnal-item:last-child {
  width: 50.22%;
}
.jounrnal-item img {
  display: block;
  width: 100%;
}
.jounrnal-item:nth-child(2) {
  margin-top: 78px;
}
.about-team {
  padding: 11.67vw 0 5.89vw 9.9vw;
  position: relative;
  z-index: 2;
  background: #313131;
  margin-top: -1px;
}
.about-team:before {
  position: absolute;
  left: 0;
  bottom: -55px;
  content: "";
  width: 100%;
  height: 57px;
  background: url(../images/temabg1.png) center top no-repeat;
}
.about-team-en {
  position: absolute;
  left: 0;
  top: -11vw;
  line-height: 1;
  color: transparent;
  font-size: 21.35vw;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.05;
  font-family: "Fontquan-XinYilogoTi";
}
.about-team-wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-team-swiper {
  margin: 0;
  width: 58.85vw;
}
.team-slide {
  position: relative;
  float: left;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8.33vw;
}
.team-imgsl {
  width: 33.27%;
}
.team-imgsl figure {
  position: relative;
  display: block;
  padding-bottom: 124.8%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-imgsl figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.saying {
  position: absolute;
  left: 16.25vw;
  bottom: 0;
  z-index: 2;
  width: 21.67vw;
  display: flex;
  justify-content: center;
}
.saying img {
  display: block;
  width: 100%;
  height: auto;
}
.saying-info {
  position: absolute;
  left: 15%;
  top: 50%;
  width: 65%;
  color: #000000;
  font-size: 1vw;
  line-height: 1.5;
  font-weight: bold;
  transform: rotate(8deg) translateY(-50%);
}
.saying-info p {
  color: #df4b25;
}
.team-about-info {
  padding-top: 28px;
  width: 57.82%;
}
.team-about-top {
  margin-bottom: 22px;
}
.team-about-top strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #fff;
  font-size: 42px;
}
.team-about-top p {
  color: #a3a3a3;
  font-size: 16px;
}
.team-texts {
  color: #fff;
  font-size: 16px;
}
.about-team-right {
  position: relative;
  padding-top: 50px;
  width: 22.76vw;
}
.team-hide {
  overflow: hidden;
}
.team-tab-min {
  position: relative;
  z-index: 3;
  margin-top: 6.25vw;
}
.team-min-swipers {
  margin-left: -20.83vw;
  width: 39.58vw;
}
.team-min-slide {
  float: left;
  width: 19.79vw;
}
.team-min-slide figure {
  margin: 0 10px;
  position: relative;
  display: block;
  padding-bottom: 124.8%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-min-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-btn-next {
  position: absolute;
  left: -9.9vw;
  bottom: 2.92vw;
  line-height: 1;
  color: transparent;
  font-size: 5.21vw;
  font-family: "Fontquan-XinYilogoTi";
  cursor: pointer;
  z-index: 10;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.team-btn-next:hover {
  -webkit-text-stroke: 1px #df4b25;
}
.about-btn {
  padding-left: 4.69vw;
}
.about-btn span:first-child {
  margin-left: 0;
}
.team-word {
  margin-top: 4.43vw;
  color: #ffffff;
  font-size: 1.88vw;
  letter-spacing: 1.88vw;
  opacity: 0.2;
}
.business-box {
  position: relative;
  padding: 5.83vw 0 0 9.9vw;
  background: #e4e4e4;
  z-index: 1;
}
.business-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 52.08vw;
  background-size: cover;
  z-index: -1;
}
.business-top {
  padding-right: 9.9vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-top .servie-title {
  padding-left: 4.17vw;
}
.business-top .servie-title small {
  padding-bottom: 0;
}
.business-top .servie-title small:before {
  display: none;
}
.business-top .servie-title strong {
  margin-bottom: 0;
  margin-top: 28px;
}
.business-wrap {
  margin-top: 72px;
  padding: 5.73vw 0 4.69vw 4.58vw;
  background: #fff;
}
.business-slide {
  padding-top: 33px;
  padding-bottom: 36px;
  border: 1px solid #dddddd;
  width: 17.5vw;
  text-align: center;
  box-sizing: border-box;
}
.business-slide:hover span {
  color: #df4b25;
}
.business-slide b {
  display: block;
  margin: auto;
  text-align: center;
  line-height: 113px;
  width: 122px;
  height: 113px;
  background: url(../images/businessbg.png) center no-repeat;
  background-size: cover;
  color: #202020;
  font-size: 36px;
  font-weight: normal;
}
.business-slide strong {
  display: block;
  margin-top: 24px;
  margin-bottom: 26px;
  line-height: 1;
  color: #333333;
  font-size: 32px;
}
.business-slide span {
  display: inline-block;
  color: #999999;
  font-size: 16px;
  transition: 0.3s;
}
.business-in {
  height: 220px;
  color: #666666;
  font-size: 16px;
}
.business-btn {
  margin-top: 78px;
}
.business-btn span:first-child {
  margin-left: 0;
}
.recuite-box {
  padding: 8.33vw 0 9.06vw 14.06vw;
  background: #e4e4e4;
}
.recuite-top {
  margin-bottom: 4.9vw;
  padding-bottom: 20px;
  margin-right: 9.9vw;
  border-bottom: 1px solid #000000;
}
.recuite-top h3 {
  display: block;
  margin-bottom: 32px;
  line-height: 1.1;
  color: #000000;
  font-size: 2.92vw;
}
.recuite-top h3 i {
  font-style: normal;
  color: #df4b25;
}
.recuite-top p {
  color: #000000;
  font-size: 16px;
}
.recuite-top span {
  display: block;
  color: #999999;
  font-size: 16px;
}
.recuite-tab {
  display: flex;
  justify-content: space-between;
}
.recuite-btn {
  padding-left: 6px;
  width: 30.48%;
}
.recuite-btn-item {
  position: relative;
  padding: 3.13vw 0 1.46vw;
  border-bottom: 1px solid #b6b6b6;
  z-index: 2;
  cursor: pointer;
}
.recuite-btn-item:hover:before,
.recuite-btn-item.active:before {
  transform: scaleX(1);
}
.recuite-btn-item:hover strong,
.recuite-btn-item.active strong {
  color: #df4b25;
}
.recuite-btn-item.active i {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.recuite-btn-item:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 200px;
  height: 1px;
  background: #000000;
  transition: 0.45s;
  transform: scaleX(0);
  transform-origin: left bottom;
}
.recuite-btn-item strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  transition: 0.36s;
}
.recuite-btn-item time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 16px;
}
.recuite-btn-item i {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17px;
  width: 31px;
  height: 34px;
  background: url(../images/arrow4.png) center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.recuite-list {
  box-sizing: border-box;
  width: 63.84%;
  padding: 4.17vw 3.96vw 2.81vw;
  background: #fff;
}
.recuite-infos {
  display: none;
}
.recuite-infos:first-child {
  display: block;
}
.recuite-name {
  display: flex;
  margin-bottom: 38px;
}
.recuite-name span {
  display: inline-block;
  margin-right: 2.34vw;
  color: #333333;
  font-size: 1.25vw;
  font-weight: bold;
}
.recuite-name span:last-child {
  margin-right: 0;
}
.recuite-texts {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.planning {
  position: absolute;
  left: 9.9vw;
  top: 50%;
  transform: translateY(-50%);
}
.planning h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: normal;
}
.planning p {
  color: #fff;
  line-height: 1.2;
  font-size: 28px;
}
.plan-en1 {
  margin-bottom: 12px;
  color: transparent;
  font-size: 4.17vw;
  font-family: "Fontquan-XinYilogoTi";
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  line-height: 1;
}
.plan-en2 {
  margin-bottom: 20px;
  color: #df4b25;
  font-size: 4.17vw;
  font-family: "Fontquan-XinYilogoTi";
  line-height: 1;
  text-transform: uppercase;
}
.planning-right {
  position: absolute;
  right: 9.9vw;
  bottom: 7.29vw;
  text-align: center;
}
.planning-right img {
  display: block;
  margin: auto;
  line-height: 1;
  width: auto;
  height: 58px;
}
.planning-right p {
  display: inline-block;
  margin-top: 13px;
  padding-top: 13px;
  line-height: 1;
  color: #fff;
  font-size: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.perform-box {
  position: relative;
  padding: 0 9.8vw;
  z-index: 3;
  background: #000;
}
.perform-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.perform-top {
  position: absolute;
  left: 9.9vw;
  top: 0;
  right: 0;
  padding-right: 9.9vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 13;
  background: #fff;
  height: 100px;
  transition: 0.5s top;
}
.perform-top.downs {
  top: 77px;
}
.perform-li {
  display: flex;
  padding-left: 80px;
}
.perform-li li {
  position: relative;
  z-index: 2;
  margin-right: 7.55vw;
}
.perform-li li:last-child {
  margin-right: 0;
}
.perform-li li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #df4b25;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}
.perform-li li:hover,
.perform-li li.active {
  color: #df4b25;
}
.perform-li li:hover:before,
.perform-li li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.perform-li li:hover a,
.perform-li li.active a {
  color: #df4b25;
}
.perform-li li a {
  display: inline-block;
  padding: 28px 0;
  line-height: 1;
  color: #333333;
  font-size: 20px;
}
.perform-search {
  display: flex;
  align-items: center;
}
.perform-search .text {
  box-sizing: border-box;
  padding-left: 10px;
  width: 154px;
  background: #fff;
  border: none;
  color: #999999;
  font-size: 18px;
  box-sizing: content-box;
}
.perform-search .sub {
  color: #bbbbbb;
  line-height: 1;
  font-size: 26px;
  border: none;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  background: none;
}
.perform-search .sub:hover {
  color: #df4b25;
}
.perform-list {
  padding-top: 50px;
}
.perform-block {
  position: absolute;
  left: 0;
  top: -100px;
  pointer-events: none;
}
.perform-item {
  position: relative;
  padding: 93px 0 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.perform-item:last-child {
  border-bottom: none;
  margin-bottom: -2px;
}
.perform-title {
  margin-bottom: 72px;
  text-align: center;
}
.perform-title strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.perform-title small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-family: "Century Gothic-re";
  font-weight: lighter;
}
.perform-swiper {
  position: relative;
  margin-right: -1px;
  overflow: hidden;
}
.perform-swiper .swiper-pagination {
  position: relative;
  margin-top: 65px;
}
.perform-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #808080;
  opacity: 1;
  margin: 0 10px;
}
.perform-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.perform-slide:nth-child(2n+2) a {
  flex-direction: column;
}
.perform-slide:nth-child(2n+2) a .perform-text {
  padding-bottom: 0;
  padding-top: 26px;
}
.perform-slide:nth-child(2n+2) a .perform-text:before {
  bottom: auto;
  top: 0;
  border-top: none;
  border-bottom: 8px solid #fff;
}
.perform-slide a {
  display: flex;
  flex-direction: column-reverse;
}
.perform-slide a:hover figure img {
  transform: scale(1.05);
}
.perform-slide a:hover .perform-mark {
  opacity: 1;
  visibility: visible;
}
.perform-slide a:hover .perform-mark b {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0deg);
}
.perform-imgs {
  position: relative;
  line-height: 1;
}
.perform-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 68.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  overflow-y: hidden;
}
.perform-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.perform-imgs figure img {
  transition: 0.6s;
}
.perform-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.perform-mark b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(0) rotate(-180deg);
  transition: 0.3s;
}
.perform-mark b:before {
  position: absolute;
  left: 50%;
  margin-left: -9.5px;
  top: 50%;
  content: "";
  width: 19px;
  height: 1px;
  background: #000;
}
.perform-mark b:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  content: "";
  width: 1px;
  height: 19px;
  background: #000;
}
.perform-info {
  position: relative;
  display: block;
  padding-bottom: 68.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.perform-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.perform-text {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 26px;
  text-align: center;
}
.perform-text:before {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}
.perform-text strong {
  display: block;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.perform-text strong:before {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
}
.perform-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pbanner-view {
  position: relative;
}
.pbanner-view figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner-view figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parrow {
  position: fixed;
  top: 65vh;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
}
.parrow.prev {
  left: 20px;
}
.parrow.prev:hover {
  transform: translateX(-6px);
}
.parrow.next {
  right: 20px;
}
.parrow.next:hover {
  transform: translateX(6px);
}
.parrow.next a {
  flex-direction: row-reverse;
}
.parrow.next a span {
  background: url(../images/next.png) center no-repeat;
  background-size: cover;
}
.parrow.next p {
  margin-left: 0;
  margin-right: 10px;
}
.parrow a {
  display: flex;
  align-items: center;
}
.parrow a span {
  display: block;
  width: 80px;
  height: 52px;
  background: url(../images/prev.png) center no-repeat;
  background-size: cover;
}
.parrow a p {
  margin-left: 10px;
  color: #ffffff;
  font-size: 20px;
}
.perform-views {
  padding: 258px 9.9vw 134px;
  position: relative;
  z-index: 2;
  margin-top: -2px;
  margin-bottom: -2px;
  background: #000;
}
.perform-introduct {
  position: absolute;
  left: 9.9vw;
  right: 0;
  top: -120px;
  z-index: 3;
  padding: 4.58vw 16.67vw 3.13vw 4.38vw;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.views-title {
  width: 16.25vw;
}
.views-title h3 {
  padding-right: 10px;
  color: #000000;
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: normal;
}
.perform-introduct-list {
  flex: 1;
}
.perform-introduct-top {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}
.perform-introduct-top p {
  margin-right: 35px;
  color: #333333;
  font-size: 16px;
}
.perform-introduct-top p:last-child {
  margin-right: 0;
}
.perform-introduct-top p span {
  color: #8c8c8c;
}
.perform-introduct-bott {
  display: flex;
}
.perform-introduct-bott p {
  color: #333333;
  font-size: 16px;
}
.perform-introduct-bott span {
  flex: 1;
  color: #8c8c8c;
  font-size: 16px;
}
.perform-v-info .video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.perform-back {
  margin-top: 5.1vw;
  text-align: center;
}
.perform-back a {
  display: flex;
  align-items: center;
  margin: auto;
  padding-left: 10px;
  width: 228px;
  height: 66px;
  border: 1px solid #fff;
  border-radius: 34px;
}
.perform-back a:hover {
  background: #fff;
}
.perform-back a:hover span {
  background: #df4b25;
  color: #fff;
}
.perform-back a:hover p {
  color: #df4b25;
}
.perform-back a span {
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 25px;
  transition: 0.3s;
}
.perform-back a p {
  margin-left: 38px;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}
.relatuon-banner {
  position: relative;
  padding: 62px 9.9vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1f1f1f;
}
.relatuon-p small {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #df4b25;
  font-family: "Fontquan-XinYilogoTi";
  font-size: 4.17vw;
  text-transform: uppercase;
}
.relatuon-p h3 {
  color: #ffffff;
  font-size: 1.67vw;
  font-weight: normal;
  line-height: 1.4;
}
.relatuon-map {
  width: 31.25vw;
}
.relatuon-map img {
  display: block;
  width: 100%;
  height: auto;
}
.relations-box {
  position: relative;
  padding: 7.5vw 9.9vw 5.47vw;
  margin-top: -2px;
  background: #000000;
  margin-bottom: -2px;
  overflow: hidden;
}
.relatuon-en {
  position: absolute;
  left: 9.9vw;
  top: 0;
  line-height: 1;
  z-index: -1;
}
.relatuon-en small {
  display: block;
  line-height: 1;
  color: transparent;
  font-size: 6.77vw;
  font-family: "Fontquan-XinYilogoTi";
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.relations-tt {
  margin-bottom: 40px;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}
.relations-li {
  display: flex;
  flex-wrap: wrap;
}
.relations-li .case-slide {
  margin-right: 3.5%;
  margin-bottom: 46px;
  width: 31%;
}
.relations-li .case-slide:nth-child(3n+3) {
  margin-right: 0;
}
.relations-li .case-slide .case-texts {
  background: #1a1a1a;
}
.relations-li .case-slide .case-texts strong {
  color: #666666;
}
.relations-li .case-slide .case-texts p {
  color: #666666;
}
.relatie-more {
  margin-top: 80px;
  text-align: center;
}
.relatie-more.no-more {
  display: none;
}
.relatie-more strong {
  display: inline-block;
  position: relative;
  padding: 0 80px;
  margin-bottom: 8px;
  line-height: 1;
  color: #df4b25;
  font-size: 16px;
}
.relatie-more strong:before,
.relatie-more strong:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 55px;
  height: 1px;
  background: #df4b25;
}
.relatie-more strong:before {
  left: 0;
}
.relatie-more strong:after {
  right: 0;
}
.relatie-more small {
  display: block;
  color: #df4b25;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Century Gothic";
}
.relations-title {
  width: 23.96vw;
}
.relations-title p {
  margin-top: 14px;
  margin-bottom: 44px;
  color: #333333;
  font-size: 1.25vw;
}
.relations-title span {
  display: inline-block;
  position: relative;
  padding: 0 42px;
  color: #999999;
  font-size: 14px;
}
.relations-title span:before,
.relations-title span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 32px;
  height: 1px;
  background: #999999;
}
.relations-title span:before {
  left: 0;
}
.relations-title span:after {
  right: 0;
}
.perform-introduct-top p em {
  display: block;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  font-style: normal;
}
.relations-introduct {
  padding-right: 9.9vw;
}
.perform-introduct-bott1 {
  display: block;
}
.perform-introduct-bott1 p {
  font-weight: bold;
}
.relation-items {
  margin-top: 116px;
  border-radius: 18px;
  border: 5px solid #434343;
}
.relation-items img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.vision-wr {
  position: relative;
}
.vision-wr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
  text-align: center;
}
.vision-wr strong {
  display: block;
  margin-bottom: 10px;
  line-height: 0.8;
  color: #df4b25;
  font-size: 13.54vw;
  font-family: "Rallisaguen Demo Version";
  font-weight: normal;
}
.vision-wr p {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 20px;
}
.communicate {
  position: relative;
  margin-top: -1px;
  z-index: 2;
  padding: 8.02vw 9.9vw 8.33vw;
  background: #000;
}
.communicate-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.communicate-bg .communicate-img1 {
  display: block;
  height: 100%;
  width: auto;
}
.communicate-bg .communicate-img2 {
  position: absolute;
  right: 18.27%;
  top: 0;
  width: 22.23%;
}
.communicate-title small i {
  position: relative;
  font-style: normal;
}
.communicate-title small i:before {
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  top: 0;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/star.png) center no-repeat;
}
.communicate-menu {
  margin-top: 66px;
  width: 432px;
}
.communicate-menu li {
  position: relative;
  display: flex;
  align-items: center;
  height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.communicate-menu li:hover span,
.communicate-menu li.active span {
  padding-left: 30px;
  color: #fff;
}
.communicate-menu li:hover i,
.communicate-menu li.active i {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.communicate-menu li span {
  display: inline-block;
  color: #000;
  font-size: 1.67vw;
  -webkit-text-stroke: 1px #fff;
  transition: 0.3s;
  font-weight: bold;
}
.communicate-menu li i {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  line-height: 1;
  color: #fff;
  font-style: normal;
  font-size: 32px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.performId {
  position: absolute;
  left: 0;
  top: -50px;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.communite-pop {
  position: fixed;
  left: 9.9vw;
  right: 9.9vw;
  top: 150%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 100;
  max-height: 96%;
  overflow-y: hidden;
  opacity: 0;
  transition: 0.8s;
  pointer-events: none;
  visibility: hidden;
}
.communite-pop.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.communite-close {
  position: absolute;
  right: 4.17vw;
  top: 60px;
  z-index: 10;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  transition: 0.4s;
}
.communite-close:hover {
  transform: rotate(180deg);
}
.communite-wr {
  padding: 50px 4.27vw 70px;
}
.communite-wr .swiper-pagination {
  position: relative;
  margin-top: 64px;
  line-height: 1;
}
.communite-wr .swiper-pagination .swiper-pagination-bullet {
  margin: 0 18px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #cccccc;
}
.communite-wr .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #df4b25;
}
.communite-swiper .perform-prevs {
  border-color: #df4b25;
  color: #df4b25;
}
.communite-swiper .perform-prevs:hover {
  background: #df4b25;
  color: #fff;
}
.communite-top {
  margin-bottom: 32px;
  width: 64%;
}
.communite-top strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
}
.communite-top p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.communite-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.planning1 .plan-en2 {
  color: #fff;
}
.authenticate {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/culturebg.png) center no-repeat;
  background-size: cover;
}
.authenticate.authenticate1 {
  right: 26.67vw;
  top: 16.41vw;
  width: 14.84vw;
  height: 14.84vw;
}
.authenticate.authenticate2 {
  right: 10.83vw;
  top: 14.58vw;
  width: 8.96vw;
  height: 8.96vw;
}
.authenticate.authenticate2 p {
  font-size: 2.2vw;
}
.authenticate.authenticate2 p b {
  font-size: 2.92vw;
}
.authenticate.authenticate2 strong {
  font-size: 0.94vw;
}
.authenticate.authenticate3 {
  right: 13.02vw;
  top: 29.53vw;
  width: 9.9vw;
  height: 9.9vw;
}
.authenticate.authenticate3 p {
  font-size: 2.22vw;
}
.authenticate.authenticate3 p b {
  font-size: 2.92vw;
}
.authenticate.authenticate3 strong {
  font-size: 0.94vw;
}
.authenticate-wr {
  text-align: center;
}
.authenticate-wr p {
  color: #df4b25;
  font-size: 2.33vw;
  line-height: 1;
  font-family: "Fontquan-XinYilogoTi";
}
.authenticate-wr p b {
  font-weight: normal;
  font-size: 3.33vw;
  vertical-align: top;
}
.authenticate-wr strong {
  display: block;
  margin-top: 10px;
  line-height: 1.4;
  color: #fff;
  font-size: 1.2vw;
}
.contact-top {
  padding: 13.02vw 9.9vw 16.35vw;
  position: relative;
  z-index: 2;
  background: #1f1f1f;
}
.contact-my {
  position: absolute;
  right: 3.23vw;
  top: 7.92vw;
  line-height: 1;
  z-index: -1;
}
.contact-my img {
  display: block;
  width: 41.56vw;
}
.services {
  padding: 18.23vw 9.9vw 14.27vw;
  position: relative;
  z-index: 3;
}
.service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.service-address {
  position: absolute;
  left: 0;
  right: 9.9vw;
  top: -11.25vw;
  padding: 6.77vw 8.23vw 6.77vw 9.9vw;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.service-hotline b {
  display: block;
  margin-bottom: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/tel1.png) center no-repeat;
}
.service-hotline p {
  margin-bottom: 14px;
  color: #333333;
  font-size: 16px;
}
.service-hotline span {
  display: block;
  color: #df4b25;
  font-weight: normal;
  font-family: "Century Gothic";
  font-size: 1.56vw;
  line-height: 1.2;
}
.address p {
  margin-bottom: 6px;
  color: #666666;
  font-size: 16px;
}
.address p b {
  display: inline-block;
  width: 35px;
  color: #666666;
  font-size: 22px;
  font-weight: normal;
  vertical-align: middle;
}
.address p:last-child {
  margin-bottom: 0;
}
.addmap {
  text-align: center;
}
.addmap img {
  display: block;
  margin: auto;
  width: 93px;
  height: auto;
}
.addmap p {
  margin-top: 3px;
  color: #666666;
  font-size: 16px;
}
.demand {
  padding: 4.69vw 9.38vw 4.69vw;
  background: #fff;
}
.demand-top {
  text-align: center;
}
.demand-top strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #000000;
  font-size: 36px;
}
.demand-top p {
  color: #000000;
  font-size: 18px;
}
.demand-form {
  margin-top: 40px;
}
.demand-row {
  display: flex;
}
.demand-row1 {
  justify-content: space-between;
}
.demand-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.demand-item span {
  display: block;
  width: 118px;
  text-align: right;
  color: #000000;
  font-size: 18px;
}
.demand-item span i {
  color: #df4b25;
  font-style: normal;
  font-size: 18px;
}
.damand-text {
  margin-left: 26px;
  width: 18.13vw;
}
.damand-text .text {
  padding-left: 18px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dddddd;
  color: #cccccc;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}
.damand-text .text:focus {
  border-color: #df4b25;
}
.damand-text .text.select {
  background: url(../images/arrow5.png) 94% center no-repeat;
}
.demand-row2 .demand-item {
  width: 100%;
}
.demand-row2 .damand-text {
  flex: 1;
}
.demand-row3 .demand-item {
  width: 100%;
}
.demand-checkbox {
  margin-left: 26px;
  flex: 1;
  display: flex;
}
.demand-checkbox label {
  width: 16.666%;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}
.demand-checkbox label input {
  margin: auto;
  position: relative;
  top: -2px;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
  vertical-align: middle;
}
.damand-sub {
  text-align: center;
}
.damand-sub input {
  margin: auto;
  width: 222px;
  height: 54px;
  line-height: 54px;
  border: none;
  background: #df4b25;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
}
.message {
  position: relative;
  z-index: 5;
  padding-left: 9.9vw;
  padding-bottom: 6.51vw;
}
.message-wrap {
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  margin-top: -6.46vw;
  padding: 6.46vw 17.19vw 6.56vw 11.25vw;
  background: #1f1f1f;
}
.message-top {
  width: 36.22%;
}
.message-line {
  margin-bottom: 48px;
}
.message-line strong {
  display: block;
  margin-bottom: 2.5vw;
  line-height: 1;
  color: #fff;
  font-size: 1.88vw;
}
.message-line p {
  color: #ffffff;
  font-size: 18px;
}
.line-tel p {
  margin-bottom: 8px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
.line-tel b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.message-form {
  width: 51.9%;
}
.message-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.message-item span {
  display: block;
  text-align: right;
  margin-right: 24px;
  width: 80px;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}
.message-item .text {
  flex: 1;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  color: #9b9b9b;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
}
.message-item .text:focus {
  border-color: #df4b25;
}
.message-item textarea.text {
  padding-top: 10px;
  height: 130px;
  line-height: 1.8;
  font-family: "微软雅黑";
  resize: none;
}
.message-sub input {
  width: 183px;
  height: 48px;
  line-height: 48px;
}
.btext1 strong {
  color: #fff;
}
.solute-inner {
  position: relative;
  padding-right: 9.9vw;
  padding-bottom: 11.98vw;
  z-index: 5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1px;
}
.online-vide {
  position: absolute;
  right: 0;
  top: -9.69vw;
  width: 19.38vw;
  height: 19.38vw;
  background: #000;
  z-index: 5;
}
.solute-boxs {
  padding: 6.77vw 9.9vw 8.59vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.solute-tts strong,
.solute-tts small,
.solute-tts p {
  color: #fff;
}
.solute-tts small:before {
  background: #fff;
}
.online-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  margin-left: -4.11vw;
  margin-top: -4.11vw;
  width: 8.23vw;
  height: 8.23vw;
  background: url(../images/area2.png) center no-repeat;
  cursor: pointer;
  background-size: cover;
}
.online-btn:hover b {
  transform: rotate(360deg) scale(1.05);
}
.online-btn b {
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 44px;
  transition: 0.35s;
}
.solute-boxs {
  position: relative;
}
.solute-tabs {
  margin-top: 11.67vw;
  width: 35.52vw;
}
.solute-tops {
  position: relative;
}
.solute-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 11.35vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
}
.solute-items.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.5s;
}
.solute-items strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #fff;
  font-size: 1.88vw;
  font-weight: normal;
}
.solute-items p {
  color: #fff;
  font-size: 20px;
}
.solute-li {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.solute-li li {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
  transition: 0.3s;
}
.solute-li li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #df4b25;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.34s;
  z-index: -1;
}
.solute-li li:hover,
.solute-li li.active {
  color: #df4b25;
}
.solute-li li:hover:before,
.solute-li li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.solute-li li:before {
  bottom: -1px;
}
.solute-small {
  position: absolute;
  right: 3.13vw;
  bottom: 4.58vw;
}
.solute-small p {
  color: transparent;
  font-size: 4.17vw;
  font-family: "Fontquan-XinYilogoTi";
  transition: 0.3s;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  line-height: 1.5;
  cursor: pointer;
}
.solute-small p.active {
  color: #fff;
}
.provide {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 7.19vw 9.9vw 18.44vw;
}
.provide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.provide-wrap {
  display: flex;
  justify-content: space-between;
}
.provide-list {
  display: flex;
}
.provide-item {
  margin-right: 4.58vw;
  text-align: center;
}
.provide-item:last-child {
  margin-right: 0;
}
.provide-item b {
  display: block;
  margin: auto;
  margin-bottom: 18px;
  width: 6.46vw;
  height: 5.57vw;
  text-align: center;
  line-height: 5.57vw;
  background: url(../images/providebg.png) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.67vw;
  font-weight: normal;
  text-indent: -0.52vw;
}
.provide-item strong {
  display: block;
  margin-bottom: 1.82vw;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.provide-item p {
  color: #838383;
  font-size: 16px;
}
.provide-my {
  position: absolute;
  left: 9.9vw;
  bottom: 5.31vw;
  width: 41.67vw;
}
.provide-my img {
  display: block;
  width: 100%;
  height: auto;
}
.scenarios-box {
  position: relative;
  z-index: 5;
  background: #e6e6e6;
}
.scenarios {
  position: relative;
  z-index: 5;
  padding: 0 9.9vw;
}
.scenarios:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 4.9vw;
  background: #1f1f1f;
}
.scenarios:after {
  position: absolute;
  left: 0;
  top: 9.58vw;
  bottom: 0;
  z-index: -2;
  content: "";
  width: 100%;
  background: #e6e6e6;
}
.scenarios-wrap {
  padding: 3.39vw 0 4.69vw 3.91vw;
  position: relative;
  z-index: 4;
  margin-top: -9.58vw;
  background: #fff;
}
.scenarios-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 6.77vw;
}
.scenarios-title small {
  white-space: nowrap;
  font-size: 3.75vw;
}
.conference {
  margin-top: 4.69vw;
}
.conference-top strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #000000;
  font-size: 36px;
  font-weight: normal;
}
.conference-top p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.conference-info {
  display: none;
}
.conference-info:first-child {
  display: block;
}
.conference-tab {
  position: relative;
  margin-top: 30px;
}
.conference-tab .conference-btn {
  position: absolute;
  right: 8.96vw;
  top: -120px;
}
.conference-slide {
  position: relative;
  width: 28.65vw;
}
.conference-slide figure {
  position: relative;
  display: block;
  padding-bottom: 58.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.conference-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conference-slide strong {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.78vw;
  z-index: 3;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 1.56vw;
  text-align: center;
}
.gags {
  position: relative;
  padding: 9.38vw 0 7.81vw;
  background: #1f1f1f;
  margin-top: -1px;
}
.gags-top {
  text-align: center;
}
.gags-top strong {
  display: inline-block;
  position: relative;
  padding: 0 15.73vw;
  color: #fff;
  line-height: 1;
  font-size: 1.56vw;
  font-weight: normal;
  letter-spacing: 20px;
}
.gags-top strong:before,
.gags-top strong:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 13.85vw;
  height: 1px;
}
.gags-top strong:before {
  background: url(../images/line4.png) left center no-repeat;
  left: 0;
}
.gags-top strong:after {
  background: url(../images/line5.png) right center no-repeat;
  right: 0;
}
.gags-tab {
  margin-top: 90px;
}
.gags-tab .swiper-pagination {
  position: relative;
  margin-top: 3.65vw;
}
.gags-tab .swiper-pagination .swiper-pagination-bullet {
  margin: 0 12px;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #fff;
}
.gags-tab .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #df4b25;
}
.gags-slide {
  width: 23.44vw;
  cursor: pointer;
}
.gags-slide:hover figure img {
  transform: scale(1.08);
}
.gags-slide figure {
  position: relative;
  display: block;
  padding-bottom: 67.84%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.gags-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gags-slide figure img {
  transition: 0.78s;
}
.gags-slide span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  line-height: 1;
  color: #fff;
  font-size: 60px;
}
.media {
  background: #e4e4e4;
  position: relative;
  z-index: 3;
  margin-top: -1px;
}
.communicates-all {
  position: relative;
  margin-top: -5.21vw;
  padding: 11.25vw 9.38vw 3.02vw 9.9vw;
  margin-right: 9.9vw;
  z-index: 3;
  background: #fff;
  overflow: hidden;
}
.communicate-en {
  position: absolute;
  left: 0;
  top: 4.17vw;
  z-index: -1;
  line-height: 1;
  color: #000000;
  font-size: 6.25vw;
  white-space: nowrap;
  opacity: 0.1;
  text-transform: uppercase;
  font-family: "Fontquan-XinYilogoTi";
}
.media-info {
  margin-top: 24px;
}
.media-title {
  margin-bottom: 4.48vw;
  color: #000000;
  font-size: 2.19vw;
  font-weight: bold;
}
.media-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  height: 210px;
}
.media-item:last-child {
  border-bottom: none;
}
.media-item:hover i {
  opacity: 1;
  background: url(../images/arrow6_1.png) center no-repeat;
  background-size: cover;
}
.media-item i {
  display: block;
  margin-right: 3.54vw;
  width: 4.9vw;
  height: 3.39vw;
  background: url(../images/arrow6.png) center no-repeat;
  background-size: cover;
  opacity: 0.2;
  transition: 0.35s;
}
.media-item strong {
  display: block;
  width: 14.58vw;
  color: #333333;
  font-size: 1.67vw;
}
.media-text {
  flex: 1;
}
.media-text p {
  color: #666666;
  font-size: 20px;
}
.networks {
  padding: 5.73vw 5.83vw;
  background: #e4e4e4;
  display: flex;
}
.networks-item {
  flex: 1;
  text-align: center;
  border-right: 1px dotted #cccccc;
}
.networks-item:last-child {
  border-right: none;
}
.networks-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 9.27vw;
  height: 9.27vw;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 15px rgba(132, 132, 132, 0.15);
}
.networks-top p {
  color: #000000;
  font-size: 1.25vw;
  line-height: 1.5;
}
.networks-in {
  margin-top: 4.58vw;
}
.networks-in img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.artis-banner strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
}
.artis-banner strong b {
  font-weight: normal;
  color: #df4b25;
}
.artis-banner p {
  color: #fff;
  line-height: 1.8;
  font-size: 1.46vw;
}
.resources {
  position: absolute;
  right: 9.9vw;
  top: 50%;
  transform: translateY(-50%);
  width: 35vw;
}
.resources img {
  display: block;
  width: 100%;
  height: auto;
}
.resources .resources-wr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.resources .resources-wr p {
  color: #fff;
  font-size: 2.5vw;
  line-height: 1;
}
.resources .resources-wr p b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.resources .resources-wr strong {
  display: block;
  margin-top: 10px;
  line-height: 1;
  color: #fff;
  font-size: 1.88vw;
  letter-spacing: 5px;
}
.gags-video .swiper-pagination .swiper-pagination-bullet {
  background: #808080;
}
.gags-video .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.agent {
  padding-right: 9.9vw;
  padding-bottom: 3vw;
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.perform-list1 {
  padding-bottom: 7.81vw;
}
.agent-wrap {
  position: relative;
  z-index: 3;
  top: -6.51vw;
  padding: 6.77vw 6.67vw 6.67vw 9.9vw;
  background: url(../images/agent-line.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.agent-top {
  margin-bottom: 4.48vw;
}
.agent-top small {
  display: block;
  margin-bottom: 2.6vw;
  line-height: 1;
  color: #000000;
  font-size: 10.94vw;
  font-family: "Centaur";
}
.agent-top strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  color: #000000;
  font-size: 2.5vw;
  font-weight: normal;
}
.agent-top p {
  color: #df4b25;
  font-size: 1.46vw;
}
.agent-ll {
  width: 13.44vw;
  height: 13.44vw;
  background: url(../images/agent.png) center no-repeat;
  background-size: cover;
}
.agent-list {
  width: 33.23vw;
}
.agent-item {
  position: relative;
  padding-left: 3.13vw;
  margin-bottom: 2.34vw;
}
.agent-item:hover i,
.agent-item.active i {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.agent-item:hover strong,
.agent-item.active strong {
  color: #000;
}
.agent-item i {
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 4px;
  width: 28px;
  height: 31px;
  background: url(../images/arrow7.png) center no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  transition: 0.35s;
}
.agent-item strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  font-size: 36px;
  font-weight: bold;
  transition: 0.3s;
}
.agent-item p {
  color: #666666;
  font-size: 20px;
}
.inquiry {
  margin-bottom: -2px;
  background: #121212;
  padding-bottom: 6.15vw;
  overflow: hidden;
}
.inquiry-top {
  position: relative;
  padding-top: 22.6vw;
  background: url(../images/inquiry.png) center no-repeat;
  background-size: cover;
}
.inquiry-top strong {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1vw;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
}
.inquiry-form {
  margin: auto;
  width: 1280px;
  box-sizing: border-box;
  padding: 4.38vw 4.17vw;
  border-radius: 1.56vw;
  background: #292929;
}
.inquiry-row {
  display: flex;
  justify-content: space-between;
}
.inquiry-left {
  display: flex;
  justify-content: space-between;
  width: 47.4%;
  align-items: center;
  margin-bottom: 48px;
}
.inquiry-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 53.43%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  height: 58px;
}
.inquiry-input span {
  display: inline-block;
  padding-left: 24px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}
.inquiry-input .text {
  box-sizing: border-box;
  padding-left: 10px;
  flex: 1;
  color: #fff;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  background: none;
  outline: none;
  border: none;
}
.inquiry-radio {
  display: flex;
}
.inquiry-radio label {
  display: inline-block;
  margin-right: 1.3vw;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.inquiry-radio label:last-child {
  margin-right: 0;
}
.inquiry-radio label input {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
}
.inquiry-radio label:last-child {
  margin-right: 0;
}
.inquiry-input1 {
  box-sizing: border-box;
  width: 100%;
}
.nature {
  display: flex;
  padding-left: 20px;
}
.nature p {
  margin-right: 30px;
  color: #fff;
  font-size: 20px;
}
.pernext {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 10;
  display: flex;
}
.perform-prevs {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  border-radius: 50%;
  background: none;
  color: #fff;
  transition: 0.4s;
}
.perform-prevs:hover {
  background: #fff;
  color: #df4b25;
}
.perform-prevs.prev {
  left: 0;
}
.perform-prevs.next {
  right: 0;
}

.module-full-screen > .module-inner { padding:60px 0 60px; }

.module-full-screen > .module-inner .page-width { width:auto; }

.module-full-screen-title { margin-bottom:78px; text-align:center; }

.module-full-screen-title > h2 { margin-bottom:20px; line-height:normal;font-weight: bold; font-size:36px; }

.module-full-screen-title > .module-title-content { margin:-10px 0 15px; }

.module-full-screen-title > .module-title-content > h3 { display:inline-block; *display:inline; *zoom:1; margin:0 15px; line-height:normal; font-weight:normal; font-size:16px; color:#999;  }

.module-full-screen-title > .module-title-content > i { display:inline-block; *display:inline; *zoom:1; position:relative; top:-5px; width:65px; height:1px; overflow:hidden; background-color:#999; }

.module-full-screen-title > em { display:block; width:35px; height:2px; overflow:hidden; margin:0 auto; background-color:#333; display:none; }



.module-full-screen-more { float:none; clear:both; margin-top:30px;text-align:center; }

.module-full-screen-more a { display:inline-block; *display:inline; *zoom:1; line-height:34px; padding:0 35px; border:1px solid #666; color:#808080; transition:all 0.5s ease 0s; }

.module-full-screen-more a:hover, .module-full-screen-more a:active {border-color:#df4b25; text-decoration:none; }

.module-divider-full { margin:40px 0 -35px; height:14px; overflow:hidden; background:url(../images/module-divider-full.png) no-repeat center; }

.module-full-screen-gray { background-color:#121314; }

.module-full-screen-hl { background-color:#222326; }

.module-full-screen-hl .module-full-screen-title > h2 { color:#fff; }

.module-full-screen-hl .module-full-screen-title > .module-title-content > h3 { color:#f2f2f2; }

.module-full-screen-hl .module-full-screen-title > .module-title-content > i { background-color:#e5e5e5; }

.module-full-screen-hl .module-full-screen-title > em { background-color:#fff; }
.module-full-screen-hl .module-full-screen-more a { color:#fff; border-color:#fff; }

.module-full-screen-hl .module-full-screen-more a:hover { background-color:#fff; border-color:#fff; color:#333; text-decoration:none; }

.module-full-screen-hl .module-divider-full { background:url(../images/module-divider-full-white.png) no-repeat center; }

.module-full-screen-bg-img { background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed; }



.module-full-screen-padding-bottom { padding-bottom:70px; }

.module-full-screen-more-fixed > .module-inner .page-width { position:relative; }

.module-full-screen-more-fixed .module-full-screen-more { position:absolute; left:50%; z-index:1000; margin-left:-48px; margin-top:20px; -webkit-animation:upAndDown 2s infinite; animation:upAndDown 2s infinite; }

.module-full-screen-more-fixed .module-full-screen-more a { background-color:transparent; padding:0; border:none; color:#333; font-size:16px; width:97px; height:97px; line-height:97px; background:url(../images/module-full-screen-more-fixed.png) no-repeat 0 0; }

.module-full-screen-more-fixed .module-full-screen-more a:hover { background-color:transparent; background-position:0 -97px; color:#222; }



.module-full-screen-gray-expand > .module-inner { padding-top:50px; padding-bottom:70px; }

.module-full-screen-gray-expand-box-t, .module-full-screen-gray-expand-box-b { position:relative; height:10px; }

.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg, .module-full-screen-gray-expand-box-b .module-full-screen-gray-expand-bg { position:absolute; top:0; width:100%; height:20px; }

.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg { top:-10px; }

.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg { background:url(../images/module-full-screen-bg-wave-gray-t.png) no-repeat bottom center; }

.module-full-screen-gray-expand-box-b .module-full-screen-gray-expand-bg { background:url(../images/module-full-screen-bg-wave-gray-b.png) no-repeat bottom center; }

------------------------------------------------------------------------------------------ */

.entry-item { margin-bottom:25px; padding-bottom:25px; border-bottom:1px dotted #333; }

.entry-item .typo .typo-img { margin-right:25px; }

.entry-item .typo .typo-img-right { margin-right:0; margin-left:25px; }

	.entry-img { margin-bottom:10px; }

	.entry-img img { display:block; }

	.entry-title { margin-bottom:15px; }

	.entry-title h2 { font-size:16px; line-height:1.4; }

	.entry-title a { }

	.entry-title a:hover { text-decoration:none; }

	.entry-meta { font-size:12px; margin-bottom:10px; color:#999; }

	.entry-meta em { margin:0 8px; }

	.entry-meta strong { font-weight:normal; }

	.entry-meta a { color:#999; }

	.entry-meta a:hover { color:#df4b25; text-decoration:none; }

	.entry-summary { color:#0c0606; font-size:13px; margin-bottom:5px; }

	.entry-summary p { line-height:1.6; }

	.entry-detail { padding-right:10px; font-size:13px; color:#999; background:url(../images/arrow-r.gif) no-repeat right center; }

	.entry-detail:hover { text-decoration:none; color:#df4b25; }

.entry-item .typo-img .entry-img { margin-bottom:0; }

.entry-item .typo-text .entry-title { margin-top:-2px; _margin-top:-1px;}

.entry-set .typo .typo-img { margin-right:15px; }

.entry-set .typo .typo-img-right { margin-left:15px; margin-right:0; }

.entry-set .entry-title { margin-bottom:10px; }

.entry-set .entry-title h2 { font-size:15px; }

.entry-set .entry-summary, .entry-set .entry-detail { font-size:12px; }

.entry-set .entry-item .typo-text .entry-title { margin-top:-2px; _margin-top:-1px; }

.entry-list-time-hl .entry-item { position:relative; padding-left:100px; border-bottom:1px dotted #333; min-height:80px; height:auto !important; _height:80px; }

.entry-list-time-hl .time { position:absolute; left:0; top:0; width:75px; background-color:#222326; text-align:center; font-family:Arial; }

.entry-list-time-hl .time-day { display:block; line-height:50px; border-bottom:1px solid #18191b; color:#ffffff; font-size:30px; }

.entry-list-time-hl .time-date { display:block; color:#ebeef5; line-height:22px; font-size:12px; }



.entry-set-time-hl .entry-item { padding-left:80px ;min-height:70px; height:auto !important; _height:70px; padding-bottom:15px; margin-bottom:15px; }

.entry-set-time-hl .entry-title { margin-bottom:10px; }

.entry-set-time-hl .entry-title h2 { font-size:14px; /*font-weight:normal; */ }

.entry-set-time-hl .entry-summary { color:#808080; font-size:12px; }

.entry-set-time-hl .time { width:60px; }

.entry-set-time-hl .time-day { font-size:25px; line-height:40px; }

.entry-set-time-hl .time-date { font-size:11px; }

.entry-list-time-hl-col .entry-item { border-bottom:none; }



.entry-thumbnail-list .entry-item { border-bottom:none; padding-bottom:9px; margin-bottom:9px; }

.entry-thumbnail-list .entry-title h2 { font-weight:normal; font-size:13px; }

.entry-thumbnail-list .price strong { font-weight:normal; }
/* ======  Columns  ====== */

.column:after {clear:both; content:"."; display:block; font-size:0; height:0; line-height:0;  min-height:0; visibility:hidden; *zoom:1;}

.column {width:100%;margin-bottom: 30px;}

.column .col-2-1,.column .col-3-1,.column .col-4-1,.column .col-4-2,.column .col-5-1,.column .col-3-2,.column .col-4-3,.column .col-5-2,.column .col-5-3,.column .col-5-4 { float:left; min-height:1px; height:auto !important; _height:1px; }

/* default marg-per3 margin right 3% */

.column .col-1-1 {width:100%;}

.column .col-2-1 {width: 48.5%; margin-right:3%;}

.column .col-3-1 {width: 30.3333%; margin-left:3%;}

.column .col-4-1 {width: 22.75%; margin-right:3%;}

.column .col-5-1 {width: 17.6%; margin-right:3%;}

.column .col-3-2 {width: 65.6666%; margin-right:3%;}

.column .col-4-2 {width: 48.5%; margin-right:3%;}

.column .col-4-3 {width: 74.25%; margin-right:3%;}

.column .col-5-2 {width: 38.2%; margin-right:3%;}

.column .col-5-3 {width: 58.8%; margin-right:3%;}

.column .col-5-4 {width: 79.4%; margin-right:3%;}

/* margin right 0% */

.marg-per0 > .col-2-1 {width: 50%; margin-right:0;}

.marg-per0 > .col-3-1 {width: 33.3333%; margin-right:0;}

.marg-per0 > .col-4-1 {width: 25%; margin-right:0;}

.marg-per0 > .col-5-1 {width: 20%; margin-right:0;}

.marg-per0 > .col-3-2 {width: 66.6666%; margin-right:0;}

.marg-per0 > .col-4-2 {width: 50%; margin-right:0;}

.marg-per0 > .col-4-3 {width: 75%; margin-right:0;}

.marg-per0 > .col-5-2 {width: 40%; margin-right:0;}

.marg-per0 > .col-5-3 {width: 60%; margin-right:0;}

.marg-per0 > .col-5-4 {width: 80%; margin-right:0;}

/* margin right 2% */

.marg-per2 > .col-2-1 {width: 49%; margin-right:2%;}

.marg-per2 > .col-3-1 {width: 32%; margin-right:2%;}

.marg-per2 > .col-4-1 {width: 23.5%; margin-right:2%;}

.marg-per2 > .col-5-1 {width: 18.4%; margin-right:2%;}

.marg-per2 > .col-3-2 {width: 66%; margin-right:2%;}

.marg-per2 > .col-4-2 {width: 49%; margin-right:2%;}

.marg-per2 > .col-4-3 {width: 74.5%; margin-right:2%;}

.marg-per2 > .col-5-2 {width: 38.8%; margin-right:2%;}

.marg-per2 > .col-5-3 {width: 59.2%; margin-right:2%;}

.marg-per2 > .col-5-4 {width: 79.6%; margin-right:2%;}

/* margin right 4% */

.marg-per4 > .col-2-1 {width: 48%; margin-right:4%;}

.marg-per4 > .col-3-1 {width: 30.6667%; margin-right:4%;}

.marg-per4 > .col-4-1 {width: 22%; margin-right:4%;}

.marg-per4 > .col-5-1 {width: 16.8%; margin-right:4%;}

.marg-per4 > .col-3-2 {width: 65.3333%; margin-right:4%;}

.marg-per4 > .col-4-2 {width: 48%; margin-right:4%;}

.marg-per4 > .col-4-3 {width: 74%; margin-right:4%;}

.marg-per4 > .col-5-2 {width: 37.6%; margin-right:4%;}

.marg-per4 > .col-5-3 {width: 58.4%; margin-right:4%;}

.marg-per4 > .col-5-4 {width: 79.2%; margin-right:4%;}

/* margin right 5% */

.marg-per5 > .col-2-1 {width: 49.5%; margin-right:5%;}

.marg-per5 > .col-3-1 {width: 30%; margin-right:5%;}

.marg-per5 > .col-4-1 {width: 21.25%; margin-right:5%;}

.marg-per5 > .col-5-1 {width: 16%; margin-right:5%;}

.marg-per5 > .col-3-2 {width: 65%; margin-right:5%;}

.marg-per5 > .col-4-2 {width: 47.5%; margin-right:5%;}

.marg-per5 > .col-4-3 {width: 73.75%; margin-right:5%;}

.marg-per5 > .col-5-2 {width: 37%; margin-right:5%;}

.marg-per5 > .col-5-3 {width: 58%; margin-right:5%;}

.marg-per5 > .col-5-4 {width: 79%; margin-right:5%;}

.column .last {margin-right:0; *float:right; *clear:right;}

.article-list-row li .article-time { display:none; }

	.entry-img img { width:120px !important; height:auto !important; }

	.blog-list .entry-img img { width:100% !important; height:auto !important; }

	.headlines-list .headlines-content-bg .entry-img img { width:100% !important; height:auto !important; }

	.entry-list-time-hl .entry-item { padding-left:80px; margin-bottom: 25px;}

	.entry-list-time-hl .time { width:60px; }

	.entry-list-time-hl .time-day { line-height:40px; font-size:26px; }

	.entry-list-time-hl .time-date { line-height:20px; font-size:12px; }

	.team-introduction .typo .typo-img { float:none; margin:0 0 20px; }

	.team-introduction .team-img img, .content .team-introduction .team-img img { width:auto; max-width:100%; }

	.scrollable-text .article-time { display:none; }

.hd {
	height:70px;
	text-align:center;
	padding-top:10px;
}
.hd strong {
	display:block;
	width:100%;
	height:63px;
	text-align:center;
	font-size:30px;
	line-height:70px;
	font-weight:normal;
}
.hd .bor-bton {
	height:6px;
	width:435px;
	margin:0 auto;
	background-position:0 -55px;
}

navNew {
	padding-bottom:20px;
	text-align:center;
}
.navNew li {
	display:inline-block;
	line-height:60px;
	padding:0 30px;
}
.navNew li a {
	font-size:18px;
}
.navNew li a.on {
	color:#00a2e9;
}


