/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
ul,li{
    list-style-type: none;
}
.page-products .subnav {
  padding: 40px 0;
}
.js-range-slider{
    display: none;
}
.page-products .subnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*overflow-y: hidden;*/
  padding-bottom: 18px;
}

.page-products .subnav ul li {
  width: 12.5%;
  position: relative;
}

.page-products .subnav ul li a {
  display: flex;
  height: 69px;
  background: #eee;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.page-products .subnav ul li a::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #bfbfbf;
}

.page-products .subnav ul li:last-child a::after {
  display: none;
}

.page-products .subnav ul li.active a {
  background-color: #fb8604;
  color: #fff;
}

.page-products .subnav ul li.active a::after {
  display: none;
}

.page-products .subnav ul li.active::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 12px solid #fb8604;
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  margin-left: -7px;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: -10px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  margin: 0 5px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #fb8604;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #fb8604;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 5px 8px;
  background-color: #fb8604;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #fb8604;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 5px 8px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 5px 8px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 5px 8px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}






.inner_products .subnav {
    padding: 40px 0;
}
.fnt18 {
    font-size: 18px;
}
.inner_products .w1440 {
    width: 1440px;
    margin: 0 auto;
}
.inner_products .subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
    padding-bottom: 18px;
}
.inner_products .subnav ul li {
    width: 12.5%;
    position: relative;
}
.inner_products .subnav ul li.active a {
    background-color: #fb8604;
    color: #fff;
}
.inner_products .subnav ul li.active::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 12px solid #fb8604;
    position: absolute;
    left: 50%;
    top: calc(100% + 4px);
    margin-left: -7px;
}
.inner_products  .subnav ul li a {
    display: flex;
    height: 69px;
    background: #eee;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.inner_products  .subnav ul li a::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #bfbfbf;
}
.inner_products .sub-range {
    padding-bottom: 57px;
}
.inner_products .sub-range .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4%;
    align-items: center;
}
.inner_products .sub-range .in .name {
    margin-right: 40px;
}
.inner_products .select-range {
    flex: 1;
    position: relative;
}
.inner_products .irs--flat.irs-with-grid {
    height: 60px;
}
.inner_products .irs--flat {
    height: 40px;
}
.inner_products .irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.irs--flat .irs-line {
    top: 25px;
    margin: 0 5px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs--flat .irs-min, .irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.inner_products .irs-min {
    display: none;
}
.irs-min {
    left: 0;
}
.irs-min, .irs-max {
    position: absolute;
    display: block;
    cursor: default;
}








/* header */
header {
  background-color: #000;
  position: relative;
  z-index: 10;
}

header.showFixed {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  animation: fadeInDown .5s;
}

header.showFixed .inner {
  height: 80px;
}

header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  transition: all .5s;
}

header .logo {
  max-width: 155px;
}

header .logo img {
  width: 100%;
}

header .navright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Secondary Menu */
}

header .navright ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .navright ul li {
  margin-right: 30px;
  position: relative;
  padding: 10px 0;
  /* Secondary Menu */
}

header .navright ul li:last-child {
  margin-right: 0;
}

header .navright ul li:hover .li-items {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateX(-50%) scale(1);
}

header .navright ul li:hover > a {
  color: #fff;
}

header .navright ul li:hover > a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  left: 0;
}

header .navright ul li > a {
  color: #fff;
  display: inline-block;
  line-height: 33px;
  padding: 0 20px;
  position: relative;
  transform: translateZ(0);
}

header .navright ul li > a::after {
  content: '';
  display: block;
  width: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transition: all .5s;
}

header .navright .is-active > a {
  color: #fff;
}

header .navright .is-active > a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  left: 0;
}

header .navright .is-active > a:hover::after {
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

header .navright .li-items {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  padding: 10px;
  border-radius: 10px;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transform: translateX(-50%) scale(1, 0);
  transform-origin: 0 0;
}

header .navright .li-items a {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  padding: 5px 10px;
}

header .navright .li-items a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

header .navright .btnSearch {
  margin: 0 60px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navright .btnSearch a {
  display: block;
}

header .navright .btnLanguage {
  position: relative;
}

header .navright .btnLanguage .items {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  z-index: 10;
}

header .navright .btnLanguage .items .in {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 20px;
  min-width: 120px;
  margin-top: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header .navright .btnLanguage .items .in::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

header .navright .btnLanguage .items .in a {
  display: block;
  white-space: nowrap;
  margin: 5px 0;
}

header .navright .btnLanguage:hover .items {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header .btnMobileMenu {
  width: 24px;
  height: 24px;
  position: relative;
  margin: auto;
  display: none;
}

header .btnMobileMenu span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

header .btnMobileMenu span::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -9px;
  transition: all .3s;
}

header .btnMobileMenu span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -9px;
  transition: all .3s;
}

header .btnMobileMenu.active span {
  background-color: transparent;
}

header .btnMobileMenu.active span::before {
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
}

header .btnMobileMenu.active span::after {
  transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
}

header .searchField {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 10px 0;
  display: none;
}

header .searchField .tit {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .searchField .txt {
  flex: 1;
}

header .searchField .txt input[type='text'] {
  background: #eee;
  width: 100%;
  height: 45px;
  padding: 0 20px;
}

header .searchField .btn-searach {
  width: 60px;
  height: 45px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
  cursor: pointer;
}

header .searchField .btn-searach i {
  background: url(../img/icon_search.png) center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

header .searchField .btn-searach:hover {
  opacity: .9;
}

.bodyTop {
  padding-top: 100px;
}

@media screen and (max-width: 1440px) {
  header .navright ul li {
    margin-right: 10px;
  }
  header .navright .btnSearch {
    margin: 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  header .logo {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .bodyTop {
    padding-top: 80px;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .logo {
    width: 100px;
  }
  header .inner {
    height: 80px;
  }
  header .navright nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 20%;
    top: 80px;
    width: 80%;
    background: #000;
    height: calc(100vh - 80px);
    transition: all .5s;
    transform: translateX(100%);
    overflow-y: auto;
  }
  header .navright nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  header .navright nav ul {
    display: block;
    padding: 0 20px 30px;
  }
  header .navright nav ul li {
    margin-right: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }
  header .navright nav ul li:hover .li-items {
    transform: none;
  }
  header .navright nav ul li > a {
    display: block;
    padding: 0 10px;
    position: relative;
  }
  header .navright nav ul li > a::before {
    content: "\e65f";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
  }
  header .navright nav ul li > a.is-active::before {
    transform: translateY(-50%) rotate(90deg);
  }
  header .navright .li-items {
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    transform: none;
    margin-top: 10px;
    display: none;
  }
  header .navright .li-items a {
    display: block;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  header .navright .li-items a:last-child {
    margin-bottom: 0;
  }
  header .navright .btnSearch {
    margin: 0 15px 0 0;
  }
  header .navright .btnLanguage .items {
    transform: none;
    left: auto;
    right: -40px;
  }
  header .navright .btnLanguage .items .in {
    border-radius: 10px;
  }
  header .navright .btnLanguage .items .in::before {
    left: auto;
    right: 20%;
  }
  header .btnMobileMenu {
    display: block;
    margin-left: 20px;
  }
  header .searchField .pix-in {
    position: relative;
  }
  header .searchField .form {
    margin-right: 40px;
  }
  header .searchField .txt input[type='text'] {
    height: 40px;
  }
  header .searchField .btn-searach {
    height: 40px;
  }
  header .searchField .tit span {
    display: none;
  }
  header .searchField .tit .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  header .searchField .tit .close i {
    font-size: 24px;
  }
}

@media screen and (max-width: 520px) {
  header .searchField {
    padding: 14px 0;
  }
}

/* banner	 */
.banner {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 100px);
}

.banner .swiper-slide {
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 4s;
  transform: scale(1.05);
}

.banner .txt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 12.04082%;
  z-index: 2;
}

.banner .txt .txt-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.banner .txt h1 {
  color: #fff;
  line-height: 1.2;
  transition: all 1s;
  transform: translateX(-100%);
  transition-delay: 1s;
}

.banner .txt h1 span {
  color: #e0852e;
}

.banner .txt .go {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  position: relative;
  transition: all 2s;
  transform: translateX(300%);
  margin-right: 54px;
  transition-delay: 1s;
}

.banner .txt .go span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.banner .txt .go span::before {
  content: '';
  display: block;
  width: 61px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  transition: all .5s;
}

.banner .txt .go span::after {
  content: "\e65f";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
  position: absolute;
  left: 61px;
  top: 50%;
  color: #fff;
}

.banner .txt .go:hover span::before {
  width: 50px;
}

.banner .txt .go:hover span::after {
  left: 50px;
}

.banner .swiper-slide-active img {
  transform: scale(1);
}

.banner .swiper-slide-active .txt h1 {
  transform: translateX(0);
}

.banner .swiper-slide-active .txt .go {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
  .banner {
    height: 65vw;
  }
  .banner .txt .go {
    width: 30px;
    height: 30px;
  }
  .banner .txt .go span {
    width: 4px;
    height: 4px;
  }
  .banner .txt .go span::before {
    width: 30px;
  }
  .banner .txt .go span::after {
    left: 25px;
  }
  .banner .txt .go:hover span::before {
    width: 25px;
  }
  .banner .txt .go:hover span::after {
    left: 18px;
  }
}

@media screen and (max-width: 520px) {
  .banner {
    height: 80vw;
  }
  .banner .txt .txt-in {
    flex-wrap: wrap;
  }
  .banner .txt .txt-in h1 {
    margin-bottom: 20px;
  }
}

/* Why Absen */
.index-why {
  background-color: #000;
  padding: 110px 0 136px;
}

.index-why .title {
  text-align: center;
  margin-bottom: 20px;
}

.index-why .title h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.index-why .title p {
  line-height: 22px;
  color: #fff;
}

.index-why .title p b {
  font-weight: normal;
  color: #e0852e;
}

.index-why .layout {
  width: 74.86111%;
  margin: 0 auto;
  position: relative;
}

.index-why .layout img {
  width: 100%;
}

.index-why .layout .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e0852e;
  position: absolute;
}

.index-why .layout .dot::before {
  content: '';
  display: block;
  width: 300%;
  height: 300%;
  top: 50%;
  left: 50%;
  margin-left: -150%;
  margin-top: -150%;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(224, 133, 46, 0.34);
  animation: bigSmall 2s infinite;
}

.index-why .layout .dot1 {
  left: 18.18182%;
  top: 50.08576%;
}

.index-why .layout .dot1::before {
  animation-delay: .5s;
}

.index-why .layout .dot2 {
  left: 23.00557%;
  top: 44.76844%;
}

.index-why .layout .dot2::before {
  animation-delay: 1s;
}

.index-why .layout .dot3 {
  left: 32.83859%;
  top: 76.1578%;
}

.index-why .layout .dot3::before {
  animation-delay: .4s;
}

.index-why .layout .dot4 {
  left: 49.62894%;
  top: 31.56089%;
}

.index-why .layout .dot4::before {
  animation-delay: .45s;
}

.index-why .layout .dot5 {
  left: 57.51391%;
  top: 50.08576%;
}

.index-why .layout .dot5::before {
  animation-delay: .15s;
}

.index-why .layout .dot6 {
  left: 71.70686%;
  top: 20.92624%;
}

.index-why .layout .dot6::before {
  animation-delay: .1s;
}

.index-why .layout .dot7 {
  left: 77.55102%;
  top: 45.7976%;
}

.index-why .layout .dot7::before {
  animation-delay: .55s;
}

.index-why .layout .dot8 {
  left: 78.10761%;
  top: 50.60034%;
}

.index-why .layout .dot8::before {
  animation-delay: 1s;
}

.index-why .layout .dot9 {
  left: 80.05566%;
  top: 45.45455%;
}

.index-why .layout .dot9::before {
  animation-delay: 2s;
}

.index-why .layout .dot10 {
  left: 86.08534%;
  top: 37.3928%;
}

.index-why .layout .dot10::before {
  animation-delay: .1s;
}

.index-why .whylists {
  margin-top: 20px;
}

.index-why .whylists ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-why .whylists ul li {
  width: 17.63889%;
  margin-right: 3.05556%;
}

.index-why .whylists ul li:last-child {
  margin-right: 0;
}

.index-why .whylists ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ee8f35;
  transition: all .5s;
  border-radius: 10px;
  height: 84px;
  padding: 0 0 0 20px;
}

.index-why .whylists ul li .box .icon {
  width: 66px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

.index-why .whylists ul li .box .icon img {
  width: 100%;
}

.index-why .whylists ul li .box .normal {
  display: none;
}

.index-why .whylists ul li .box h3 {
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}

.index-why .whylists ul li .box:hover {
  background: linear-gradient(90deg, #ef993a, #e78131);
}

.index-why .whylists ul li .box:hover .hover {
  display: none;
}

.index-why .whylists ul li .box:hover .normal {
  display: block;
}

@media screen and (max-width: 1440px) {
  .index-why .whylists ul li .box {
    padding-left: 10px;
  }
  .index-why .whylists ul li .box .icon {
    width: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .index-why {
    padding: 55px 0 60px;
  }
  .index-why .whylists ul li .box .icon {
    width: 40px;
  }
  .index-why .whylists ul li {
    width: 18%;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .index-why .layout {
    width: 90%;
  }
  .index-why .whylists ul {
    flex-wrap: wrap;
  }
  .index-why .whylists ul li {
    width: 33.33%;
    margin-right: 0;
    padding: 0 5px 10px;
  }
  .index-why .whylists ul li .box {
    border-radius: 5px;
  }
}

@media screen and (max-width: 520px) {
  .index-why .whylists ul li {
    width: 50%;
  }
  .index-why .whylists ul li .box {
    height: 64px;
  }
  .index-why .layout .dot {
    width: 4px;
    height: 4px;
  }
  .index-why .whylists ul li .box h3 {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Markets */
.tit-go a {
  color: #e08731;
}

.tit-go a::after {
  content: "\e65f";
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e08731;
  margin-left: 12px;
  display: inline-block;
  transition: all .5s;
}

.tit-go a:hover {
  font-weight: bold;
}

.tit-go a:hover::after {
  transform: translateX(10px);
}

.index-Markets {
  padding: 128px 0;
  background: url(../img/Markets_bg.jpg) center bottom no-repeat;
}

.index-Markets .title {
  text-align: center;
  margin-bottom: 56px;
}

.index-Markets .title h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.index-Markets .MarketsLists ul {
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.index-Markets .MarketsLists ul li {
  width: 25%;
  margin-bottom: 20px;
}

.index-Markets .MarketsLists ul li a {
  display: block;
  margin-left: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.index-Markets .MarketsLists ul li a .img {
  height: 299px;
  overflow: hidden;
}

.index-Markets .MarketsLists ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.index-Markets .MarketsLists ul li a .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  height: 60px;
}

.index-Markets .MarketsLists ul li a .tit h2 {
  color: #fff;
  transition: all .3s;
}

.index-Markets .MarketsLists ul li a:hover .img img {
  transform: scale(1.05);
}

.index-Markets .MarketsLists ul li a:hover .tit h2 {
  color: #e0852e;
}

@media screen and (max-width: 1440px) {
  .index-Markets .MarketsLists ul li a .img {
    height: 220px;
  }
}

@media screen and (max-width: 1024px) {
  .index-Markets {
    padding: 64px 0;
  }
  .index-Markets .title {
    margin-bottom: 28px;
  }
  .index-Markets .MarketsLists ul li {
    margin-bottom: 10px;
  }
  .index-Markets .MarketsLists ul li a {
    margin-left: 10px;
  }
  .index-Markets .MarketsLists ul li a .img {
    height: 158px;
  }
  .index-Markets .MarketsLists ul li a .tit {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .index-Markets .MarketsLists ul li {
    width: 50%;
  }
  .index-Markets .MarketsLists ul li a .img {
    height: 31vw;
  }
  .index-Markets .MarketsLists ul li a .tit h2 {
    line-height: 1.3;
  }
  .index-Markets .title h2 {
    margin-bottom: 0;
  }
  .index-Markets .MarketsLists ul li a {
    border-radius: 5px;
  }
}

/* rental */
.index-rental {
  overflow: hidden;
}

.rental-hd {
  position: relative;
}

.rental-hd .title {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 10%;
}

.rental-hd .title h2 {
  color: #fff;
  text-transform: uppercase;
}

.rental-hd .title p {
  color: #fff;
  margin-bottom: 15px;
}

.rental-hd img {
  width: 100%;
}

.rental-bd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rental-bd ul li {
  width: 49.47917%;
  height: 21.875vw;
  position: relative;
}

.rental-bd ul li .box {
  height: 100%;
  position: relative;
}

.rental-bd ul li .img {
  height: 100%;
  overflow: hidden;
}

.rental-bd ul li .img a {
  display: block;
  height: 100%;
  width: 100%;
}

.rental-bd ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.rental-bd ul li .subtit {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 8%;
  z-index: 3;
}

.rental-bd ul li:last-child h2 {
  color: #fff;
}

.rental-bd ul li a:hover .img Img {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .rental-bd ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .rental-bd ul {
    flex-wrap: wrap;
  }
  .rental-bd ul li {
    width: 100%;
    height: 48vw;
  }
  .rental-bd ul li:last-child {
    margin-top: 10px;
  }
  .rental-bd ul .tit-go a {
    color: #fff;
  }
  .rental-bd ul .tit-go a::after {
    color: #fff;
  }
  .rental-bd ul li:first-child .tit-go a {
    color: #333;
  }
  .rental-bd ul li:first-child .tit-go a::after {
    color: #333;
  }
  .rental-hd .title p {
    margin-bottom: 0;
  }
  .rental-hd .inner {
    height: 50vw;
  }
  .rental-hd .inner img {
    height: 100%;
    object-fit: cover;
  }
  .rental-hd .tit-go a {
    color: #fff;
  }
  .rental-hd .tit-go a::after {
    color: #fff;
  }
}

/* Activity Preview & News */
.index-news {
  padding-top: 120px;
  overflow: hidden;
  background: url(../img/bg_03.jpg) center bottom/cover no-repeat;
}

.index-news .title {
  text-align: center;
  margin-bottom: 80px;
}

.index-news .title h2 {
  text-transform: uppercase;
}

.index-news .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-news .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.index-news .tit h2 {
  text-transform: uppercase;
}

.index-news .preview {
  width: 46.04167%;
}

.index-news .preview .cont {
  position: relative;
  background-color: #ededed;
  padding: 25px 13.59517% 70px 0;
}

.index-news .preview .cont::before {
  content: '';
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #ededed;
}

.index-news .preview .cont .txt h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.index-news .preview .cont .txt h2::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e0852e;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.index-news .preview .cont .txt p {
  color: #999;
  line-height: 18px;
  margin: 10px 0 15px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 36px;
}

.index-news .preview .cont .img {
  height: 322px;
  overflow: hidden;
}

.index-news .preview .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.index-news .preview .cont a:hover .img img {
  transform: scale(1.05);
}

.index-news .preview .cont a:hover .txt h2 {
  color: #e78131;
}

.index-news .news {
  width: 46.38889%;
}

.index-news .news ul {
  border-top: 1px solid #c9c9c9;
}

.index-news .news ul li {
  border-bottom: 1px solid #c9c9c9;
  padding: 34px 0;
  padding-right: 90px;
  position: relative;
}

.index-news .news ul li h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.index-news .news ul li h2::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e0852e;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.index-news .news ul li p {
  color: #999;
  line-height: 18px;
  margin: 10px 0 0;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 36px;
}

.index-news .news ul li .other {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-news .news ul li .other .datetime {
  margin-bottom: 20px;
  display: inline-block;
  transition: all .3s;
}

.index-news .news ul li .other .linkgo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #666666;
  border-radius: 100%;
  transition: all .3s;
}

.index-news .news ul li .other .linkgo::after {
  content: "\e65f";
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  transition: all .5s;
}

.index-news .news ul li:hover h2 {
  color: #e0852e;
}

.index-news .news ul li:hover .other .datetime {
  color: #e0852e;
}

.index-news .news ul li:hover .other .linkgo {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
}

.pc {
  display: block;
}

.mb {
  display: none;
}

@media screen and (max-width: 1440px) {
  .index-news .preview .cont .img {
    height: 245px;
  }
}

@media screen and (max-width: 1024px) {
  .index-news {
    padding-top: 60px;
  }
  .index-news .title {
    margin-bottom: 40px;
  }
  .index-news .news ul li {
    padding: 15px 0;
    padding-right: 60px;
  }
  .index-news .preview .cont {
    padding: 20px 10% 35px 0;
  }
  .index-news .preview .cont .img {
    height: 230px;
  }
}

@media screen and (max-width: 768px) {
  .index-news .content {
    flex-wrap: wrap;
  }
  .index-news .preview {
    width: 100%;
  }
  .index-news .preview .cont {
    padding-right: 20px;
  }
  .index-news .preview .cont .img {
    height: 52vw;
  }
  .index-news .tit {
    margin-bottom: 15px;
  }
  .index-news .news {
    width: 100%;
    margin-top: 30px;
  }
  .index-news .news ul li .other .datetime {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .index-news .news ul li p {
    display: none;
  }
  .index-news .preview .cont .txt h2::before {
    width: 4px;
    height: 4px;
  }
  .index-news .news ul li h2::before {
    width: 4px;
    height: 4px;
  }
  .index-news .news ul li .other .linkgo {
    display: none;
  }
  .index-news .news ul li .other .datetime {
    margin-bottom: 0;
  }
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .index-news .preview .cont .img {
    height: 48vw;
  }
}

/* contact us */
.index-contact {
  padding: 80px 0 95px;
}

.index-contact .title {
  text-align: center;
  margin-bottom: 60px;
}

.index-contact .title h2 {
  text-transform: uppercase;
}

.index-contact .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-contact .content ul li {
  width: 28.47222%;
}

.index-contact .content ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

.index-contact .content ul li .tit span {
  margin-right: 10px;
  flex-shrink: 0;
}

.index-contact .content .ipt {
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.index-contact .content .ipt input[type="text"] {
  height: 30px;
  flex: 1;
  margin-left: 10px;
}

.index-contact .content .tips {
  margin-bottom: 30px;
}

.index-contact .content .tips p {
  line-height: 20px;
  color: #000231;
}

.index-contact .content .tips p span {
  display: inline;
}

.index-contact .content .tips p a {
  color: #396bdd;
}

.index-contact .content .tips p a:hover {
  color: #e0852e;
}

.index-contact .content ul li:first-child .tips {
  padding-right: 5%;
}

.btn-normal a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  border-radius: 16px;
  min-width: 152px;
  height: 33px;
  line-height: 33px;
  padding: 0 18px;
}

.btn-normal a::after {
  content: "\e65f";
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  transition: all .5s;
  display: inline-block;
  margin-left: 18px;
}

.btn-normal a:hover::after {
  transform: translateX(10px);
}

@media screen and (max-width: 1024px) {
  .index-contact {
    padding: 40px 0 45px;
  }
  .index-contact .title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .index-news .title {
    display: none;
  }
  .index-contact .content ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-contact .content ul li:last-child {
    margin-bottom: 0;
  }
  .index-contact .content ul li .tit {
    margin-bottom: 10px;
  }
  .index-contact .content .tips {
    margin-bottom: 15px;
  }
  .index-contact .content .tips p span {
    display: none;
  }
}

/* footer */
footer {
  background-color: #121212;
  color: #fff;
  padding: 85px 0 50px;
}

footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .lt {
  width: 183px;
}

footer .lt .logo {
  width: 180px;
  margin-bottom: 84px;
}

footer .lt .logo img {
  width: 100%;
}

footer .lt .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .lt .share a {
  display: inline-block;
}

footer .lt .share a i {
  display: block;
  background: url(../img/iconShare.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  transition: all .5s;
}

footer .lt .share a .icon-1 {
  background-position: 0 0;
}

footer .lt .share a .icon-2 {
  background-position: -38px 0;
}

footer .lt .share a .icon-3 {
  background-position: -76px 0;
}

footer .lt .share a .icon-4 {
  background-position: -118px 0;
}

footer .lt .share a .icon-5 {
  background-position: -154px 0;
  width: 29px;
}

footer .lt .share a:hover .icon-1 {
  background-position: 0 -28px;
}

footer .lt .share a:hover .icon-2 {
  background-position: -38px -28px;
}

footer .lt .share a:hover .icon-3 {
  background-position: -76px -28px;
}

footer .lt .share a:hover .icon-4 {
  background-position: -118px -28px;
}

footer .lt .share a:hover .icon-5 {
  background-position: -154px -28px;
}

footer .md {
  width: 46.11111%;
  position: relative;
}

footer .md::after {
  content: '';
  display: block;
  width: 1px;
  height: 153px;
  background: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: .2;
}

footer .md nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .md nav ul li {
  min-width: 132px;
  position: relative;
}

footer .md nav ul li > a {
  color: #fff;
  font-size: 18px;
}

footer .md nav ul li > a:hover {
  color: #e0852e;
}

footer .md nav ul li .li-item a {
  margin-top: 18px;
  color: #999;
  white-space: nowrap;
  display: block;
}

footer .md nav ul li .li-item a:hover {
  color: #fff;
}

footer .rt {
  width: 27.29167%;
}

footer .rt h2 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 32px;
}

footer .rt .form {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 21px;
  height: 42px;
}

footer .rt .form form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .rt .form input[type="text"] {
  padding: 0 22px;
  height: 42px;
  flex: 1;
  border-radius: 21px;
  background: transparent;
  color: #fff;
}

footer .rt .form button {
  width: 128px;
  height: 42px;
  color: #fff;
  text-transform: uppercase;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  flex-shrink: 0;
  border-radius: 21px;
  cursor: pointer;
}

footer .rt .form button:hover {
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

footer .rt .bq {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
}

footer .rt .bq a {
  color: rgba(255, 255, 255, 0.7);
}

footer .rt .bq a:hover {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  footer .md {
    width: 50%;
    padding-right: 3%;
  }
  footer .md nav ul li {
    min-width: auto;
  }
  footer .lt {
    width: 160px;
  }
  footer .lt .logo {
    width: 160px;
  }
  footer .rt .form {
    width: 100%;
  }
  footer .rt .form button {
    width: 100px;
  }
  footer .rt .form input[type="text"] {
    width: calc(100% - 100px);
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  footer .lt {
    width: 140px;
  }
  footer .lt .logo {
    width: 140px;
  }
  footer .md {
    width: 55%;
  }
  footer .rt {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 20px;
  }
  footer .inner {
    flex-wrap: wrap;
  }
  footer .lt {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .lt .logo {
    width: 120px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
  }
  footer .lt .share {
    width: 160px;
    margin: 0 auto;
  }
  footer .md {
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }
  footer .md::after {
    display: none;
  }
  footer .md nav ul {
    flex-wrap: wrap;
  }
  footer .md nav ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .md nav ul li .li-item a {
    margin-top: 6px;
  }
  footer .rt {
    width: 100%;
    text-align: center;
  }
  footer .rt h2 {
    margin-bottom: 16px;
  }
  footer .rt .form {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* 	**
**	About Absen 
		** 
*/
.page-banner {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}

.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  padding: 40px 0 70px;
  color: #fff;
}

.page-banner .info .inner {
  overflow: hidden;
}

.page-banner .info h1 {
  color: #fff;
  margin-bottom: 25px;
}

.page-banner .info h1::after {
  content: '';
  display: block;
  width: 61px;
  height: 2px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
}

.page-banner .info .tt {
  overflow: hidden;
}

.page-banner .info .tt p {
  color: #fff;
}

.p-title {
  text-align: center;
  margin-bottom: 54px;
}

.p-title h2::after {
  content: '';
  display: block;
  width: 61px;
  height: 2px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  margin: 15px auto 25px;
}

.p-title p {
  color: #666666;
  line-height: 2;
}

/* Breadcrumbs */
.Breadcrumbs {
  padding: 10px 0;
  color: #777777;
}

.Breadcrumbs .icon-home {
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  background: url(../img/zhuye02.png) 0 0/cover no-repeat;
  margin-right: 5px;
}

.Breadcrumbs a.home {
  display: inline-block;
}

.Breadcrumbs a {
  color: #777777;
}

.Breadcrumbs a:hover {
  color: #e0852e;
}

.Breadcrumbs span {
  color: #f08100;
}

.page-nofloor {
  background: url(../img/about/bg_data.jpg) center center/cover no-repeat;
  color: #fff;
}

.page-nofloor .inner {
  padding: 66px 0 86px;
}

.page-nofloor ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-nofloor ul li {
  width: 25%;
  text-align: center;
}

.page-nofloor ul li h4 {
  color: #fff;
  line-height: 1.66667;
}

.page-nofloor ul li .number {
  color: #fff;
}

.page-nofloor ul li .number span {
  font-weight: bold;
  font-size: 72px;
  margin-right: 10px;
}

.Breadcrumbs-white .icon-home {
  background-image: url(../img/zhuye.png);
}

.Breadcrumbs-white a {
  color: #fff;
}

.Breadcrumbs-white span {
  color: #fff;
}

.page-about-History {
  padding: 85px 0 205px;
  background: url(../img/about/bg_about1.jpg) center bottom/cover no-repeat;
  overflow: hidden;
}

.page-about-History .content {
  position: relative;
}

.page-about-History .content::after {
  content: '';
  display: block;
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.swiper-history {
  position: relative;
}

.swiper-history .box {
  height: 248px;
}

.swiper-history .box .years {
  font-weight: bold;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.swiper-history .box h3 {
  padding: 10px 0 0;
  margin-bottom: 23px;
}

.swiper-history .box h3::after {
  content: '';
  display: block;
  width: 61px;
  height: 2px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  margin-top: 12px;
}

.swiper-history .box p {
  color: #666;
}

.swiper-history .box .dot {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #999999;
  border-radius: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: all .5s;
}

.swiper-history .box .dot::before {
  content: '';
  display: block;
  width: 300%;
  height: 300%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 2px solid #e0852e;
  background-color: #eee;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.swiper-history .box .dot::after {
  content: '';
  display: block;
  width: 500%;
  height: 500%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #eee;
  transition: all .5s;
  z-index: -2;
  opacity: 0;
}

.swiper-history .box:hover .dot {
  background-color: #e0852e;
}

.swiper-history .box:hover .dot::before {
  opacity: 1;
}

.swiper-history .box:hover .dot::after {
  opacity: .6;
}

.swiper-history .swiper-slide:nth-child(2n) {
  margin-top: 248px;
}

.swiper-history .swiper-slide:nth-child(2n) .box {
  padding-top: 60px;
}

.swiper-history .swiper-slide:nth-child(2n) .box .dot {
  bottom: auto;
  top: -6px;
}

.swiper-history .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: url(../img/about/btn_prevnext02.png) 0 0/cover no-repeat;
  left: -7.91667%;
  top: 35%;
  z-index: 9;
}

.swiper-history .swiper-button-prev:hover {
  transform: rotate(180deg);
  background-image: url(../img/about/btn_prevnext01.png);
}

.swiper-history .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: url(../img/about/btn_prevnext02.png) 0 0/cover no-repeat;
  transform: rotate(180deg);
  right: -7.91667%;
  top: 35%;
  z-index: 9;
}

.swiper-history .swiper-button-next:hover {
  transform: rotate(0deg);
  background-image: url(../img/about/btn_prevnext01.png);
}

.page-about-Reach {
  background-color: #000;
  padding: 86px 0 60px;
}

.page-about-Reach .p-title h2 {
  color: #fff;
}

.page-about-Reach .p-title p {
  color: #fff;
}

.page-about-Reach .p-title p b {
  color: #e0852e;
}

.page-about-Reach .img {
  width: 75.06944%;
  margin: 0 auto;
}

.page-about-Reach .img img {
  width: 100%;
}

.page-about-Upgrading {
  padding: 173px 0 182px;
  background: url(../img/about/bg_about2.jpg) center 0/cover no-repeat;
}

.page-about-Upgrading .content {
  width: 90.625%;
  margin: 0 auto;
}

.page-about-Upgrading ul {
  margin-left: -2.08333%;
  margin-right: -2.08333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.page-about-Upgrading ul li {
  padding: 0 2.08333%;
  width: 33.33%;
}

.page-about-Upgrading ul li .box {
  background-color: #3d3d3e;
  border-radius: 5px;
  height: 206px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-about-Upgrading ul li .box .img {
  width: 62.78481%;
  margin: 0 auto 20px;
  text-align: center;
}

.page-about-Upgrading ul li .box .img img {
  max-width: 100%;
}

.page-about-Upgrading ul li p {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .page-nofloor ul li .number span {
    font-size: 60px;
  }
  .page-about-Upgrading ul li .box {
    height: 180px;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-history .swiper-button-prev {
    left: 0%;
    width: 50px;
    height: 50px;
  }
  .swiper-history .swiper-button-next {
    right: 0%;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title {
    margin-bottom: 35px;
  }
  .p-title h2::after {
    width: 30px;
    height: 1px;
    margin: 10px auto 15px;
  }
  .page-banner .info {
    padding: 20px 0 35px;
  }
  .page-nofloor ul li .number span {
    font-size: 50px;
  }
  .swiper-history .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-history .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .page-nofloor .inner {
    padding: 33px 0 43px;
  }
  .page-about-History {
    padding: 42px 0 100px;
  }
  .page-about-Reach .img {
    width: 80%;
  }
  .page-about-Upgrading .content {
    width: 100%;
  }
  .page-about-Upgrading {
    padding: 80px 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner {
    height: 60vw;
  }
  .page-nofloor ul {
    flex-wrap: wrap;
  }
  .page-nofloor ul li {
    width: 50%;
  }
  .swiper-history .swiper-button-next {
    top: 46%;
    display: none;
  }
  .swiper-history .swiper-button-prev {
    top: 46%;
    display: none;
  }
  .page-about-Reach .img {
    width: 100%;
  }
  .page-nofloor ul li .number span {
    font-size: 30px;
  }
  .page-about-Upgrading ul {
    margin-left: -5px;
    margin-top: -5px;
    flex-wrap: wrap;
  }
  .page-about-Upgrading ul li {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 520px) {
  .page-nofloor ul li {
    margin-bottom: 10px;
  }
  .page-nofloor ul li h4 {
    font-size: 14px;
  }
  .page-banner {
    height: auto;
  }
  .page-banner img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-banner .info {
    position: relative;
  }
  .page-about-Upgrading ul li {
    width: 100%;
  }
}

/* 	**
**	Absen	Green
		** 
*/
.page-banner-green {
  background: center 0 /cover no-repeat;
  height: 580px;
}

.page-banner-green .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.page-banner-green .txt {
  width: 534px;
}

.page-banner-green .txt .p-logo {
  width: 260px;
  margin-bottom: 50px;
}

.page-banner-green .txt .p-logo img {
  width: 100%;
}

.page-banner-green .txt .tt {
  color: #4a8b73;
  line-height: 60px;
}

.page-banner-green .txt .tt h2 {
  color: #4a8b73;
}

.page-banner-green .txt .tt p {
  color: #4a8b73;
}

.page-banner-green .txt .tt h3 {
  color: #4a8b73;
}

.page-green-video {
  background-color: #eee;
}

.page-green-video .inner {
  padding: 80px 0 120px;
}

.page-green-video .video-box {
  border-radius: 20px;
  background-color: #fff;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.page-green-video .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-green-video .video-box a:hover img {
  transform: scale(1.01);
}

.icon-play {
  display: block;
  width: 96px;
  height: 96px;
  background: url(../img/icon_play.png) 0 0/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Video Popup */
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
}

#videoPopup .video-box video {
  width: 100%;
  height: 100%;
}

#videoPopup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  #videoPopup .close {
    width: 26px;
    height: 26px;
  }
}

.page-green-Innovations {
  padding: 90px 0 0;
  background-color: #fff;
}

.page-green-Innovations .p-title {
  margin-bottom: 0;
}

.page-green-Innovations .p-title h2::after {
  background: #4a8b73;
  margin: 30px auto 30px;
}

.page-green-Innovations .tips {
  line-height: 30px;
  margin-bottom: 40px;
}

.page-green-Innovations .Innovlists ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 55px;
}

.page-green-Innovations .Innovlists ul li {
  width: 25%;
  padding: 0 10px 10px;
}

.page-green-Innovations .Innovlists ul li .box {
  border: 1px solid #4a8b73;
  border-radius: 10px;
  background-color: #f8f8f8;
  transition: all .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  height: 100%;
}

.page-green-Innovations .Innovlists ul li .box .icon {
  width: 158px;
  margin-bottom: 25px;
}

.page-green-Innovations .Innovlists ul li .box .icon img {
  width: 100%;
  transition: all .5s;
}

.page-green-Innovations .Innovlists ul li .box:hover .icon img {
  transform: rotateY(180deg);
}

.page-green-Innovations .ftbd {
  position: relative;
}

.page-green-Innovations .ftbd .txt {
  width: 72.91667%;
  position: absolute;
  left: 10px;
  top: 0;
}

.page-green-Innovations .ftbd img {
  width: 100%;
}

.page-green-Operations {
  padding: 90px 0 0;
  background-color: #fff;
}

.page-green-Operations .p-title {
  margin-bottom: 0;
}

.page-green-Operations .p-title h2::after {
  background: #4a8b73;
  margin: 30px auto 30px;
}

.page-green-Operations .tips {
  line-height: 30px;
  margin-bottom: 40px;
}

.page-green-Operations .operalits ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 90px;
}

.page-green-Operations .operalits ul li {
  width: 25%;
  padding: 0 10px 10px;
}

.page-green-Operations .operalits ul li .box {
  border: 1px solid #4a8b73;
  border-radius: 10px;
  background-color: #f8f8f8;
  transition: all .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  height: 100%;
}

.page-green-Operations .operalits ul li .box .icon {
  width: 158px;
  margin-bottom: 25px;
}

.page-green-Operations .operalits ul li .box .icon img {
  width: 100%;
  transition: all .5s;
}

.page-green-Operations .operalits ul li .box h3 {
  line-height: 1;
  font-weight: normal;
  color: #4a8b73;
  height: 48px;
  margin-bottom: 15px;
}

.page-green-Operations .operalits ul li .box:hover .icon img {
  transform: rotateY(180deg);
}

.page-green-Operations .swiper-mng {
  overflow: hidden;
  margin-bottom: 35px;
}

.page-green-Operations .swiper-mng .swiper-slide {
  height: auto;
}

.page-green-Operations .swiper-mng .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background: #f8f8f8;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.page-green-Operations .swiper-mng .box .img {
  width: 37.28571%;
  flex-shrink: 0;
  overflow: hidden;
}

.page-green-Operations .swiper-mng .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-green-Operations .swiper-mng .box .info {
  padding: 25px 7% 0 5%;
}

.page-green-Operations .swiper-mng .box .info h3 {
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.page-green-Operations .swiper-mng .box .info h3 span {
  color: #999;
}

.page-green-Operations .swiper-mng .box .info h4 {
  line-height: 24px;
  color: #4a8b73;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.page-green-Operations .swiper-mng .box .info p {
  color: #999;
}

.page-green-Operations .swiper-mng .box:hover .img img {
  transform: scale(1.05);
}

.page-green-Operations .swiper-mng .swiper-pagination {
  position: relative;
  margin-top: 44px;
}

.page-green-Operations .swiper-mng .swiper-pagination-bullet {
  background: #4a8b73;
  transition: all .5s;
  border-radius: 4px;
}

.page-green-Operations .swiper-mng .swiper-pagination-bullet-active {
  width: 52px;
}

.page-green-info {
  padding-bottom: 107px;
}

.page-green-info ul li {
  border-bottom: 1px solid #eee;
  padding: 25px 30px;
  transition: all .5s;
}

.page-green-info ul li .datetime {
  color: #666;
}

.page-green-info ul li .datetime span {
  margin-right: 10px;
}

.page-green-info ul li h2 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
}

.page-green-info ul li p {
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 46px;
  margin-bottom: 10px;
}

.page-green-info ul li .icon-arrow {
  font-size: 30px;
}

.page-green-info ul li:hover {
  background: url(../img/Green/bg_news.png) center 0/cover no-repeat;
  border-radius: 10px;
}

.page-green-info ul li:hover .datetime {
  color: #fff;
}

.page-green-info ul li:hover h2 {
  color: #fff;
}

.page-green-info ul li:hover p {
  color: #fff;
}

.page-green-info ul li:hover .icon-arrow {
  color: #fff;
}

.page-green-info .btn-more {
  margin-top: 70px;
}

.page-green-info .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #4a8b73;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.page-green-info .btn-more a:hover {
  background-color: #4a8b73;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .page-banner-green {
    height: 450px;
  }
  .page-banner-green .txt {
    width: 440px;
  }
  .page-banner-green .txt .tt {
    line-height: 50px;
  }
  .page-green-Innovations .Innovlists ul li .box .icon {
    width: 130px;
  }
  .page-green-Operations .operalits ul li .box .icon {
    width: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner-green {
    height: 30vw;
  }
  .page-banner-green .txt {
    width: 40%;
  }
  .page-banner-green .txt .tt {
    line-height: 30px;
  }
  .page-banner-green .txt .p-logo {
    width: 150px;
    margin-bottom: 25px;
  }
  .page-green-video .inner {
    padding: 40px 0 60px;
  }
  .icon-play {
    width: 40px;
    height: 40px;
  }
  .page-green-video .video-box {
    border-radius: 10px;
  }
  .page-green-Innovations {
    padding-top: 45px;
  }
  .page-green-Innovations .p-title h2::after {
    margin: 15px auto;
  }
  .page-green-Innovations .tips {
    margin-bottom: 20px;
  }
  .page-green-Innovations .Innovlists ul {
    margin-bottom: 25px;
  }
  .page-green-Innovations .Innovlists ul li .box {
    padding: 20px;
  }
  .page-green-Innovations .Innovlists ul li .box .icon {
    width: 100px;
  }
  .page-green-Operations {
    padding-top: 45px;
  }
  .page-green-Operations .p-title h2::after {
    margin: 15px auto;
  }
  .page-green-Operations .tips {
    margin-bottom: 20px;
  }
  .page-green-Operations .operalits ul {
    margin-bottom: 45px;
  }
  .page-green-Operations .operalits ul li .box .icon {
    width: 100px;
  }
  .page-green-Operations .operalits ul li .box {
    padding: 20px;
  }
  .page-green-Operations .swiper-mng .box .info {
    padding-bottom: 10px;
  }
  .page-green-Operations .swiper-mng {
    margin-bottom: 20px;
  }
  .page-green-Operations .swiper-mng .swiper-pagination-bullet-active {
    width: 40px;
  }
  .page-green-info ul li {
    padding: 15px;
  }
  .page-green-info .btn-more {
    margin-top: 35px;
  }
  .page-green-info {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner-green {
    height: 40vw;
  }
  .page-green-Innovations .Innovlists ul li {
    width: 50%;
    padding-bottom: 20px;
  }
  .page-green-Innovations .Innovlists ul li .box .icon {
    width: 80px;
  }
  .page-green-Operations .operalits ul li {
    width: 50%;
    padding-bottom: 20px;
  }
  .page-green-Operations .operalits ul li .box .icon {
    width: 80px;
  }
}

@media screen and (max-width: 520px) {
  .page-banner-green {
    height: 80vw;
  }
  .page-banner-green .txt {
    width: 100%;
  }
  .page-green-Innovations .Innovlists ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-green-Innovations .Innovlists ul li {
    padding: 0 5px 10px;
  }
  .page-green-Innovations .Innovlists ul li .box {
    padding: 20px;
    border-radius: 5px;
  }
  .page-green-Innovations .ftbd .txt {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-green-Operations .operalits ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-green-Operations .operalits ul li {
    padding: 0 5px 10px;
  }
  .page-green-Operations .operalits ul li .box {
    padding: 20px;
    border-radius: 5px;
  }
  .page-green-Operations .swiper-mng .box {
    flex-wrap: wrap;
  }
  .page-green-Operations .swiper-mng .box .img {
    width: 100%;
    height: 100vw;
  }
  .page-green-Operations .swiper-mng .box .info {
    width: 100%;
  }
  .page-green-info ul li h2 {
    margin-bottom: 15px;
  }
}

/* ACE */
.page-banner-ACE {
  height: 580px;
  background: center  0 /cover no-repeat;
}

.page-banner-ACE .inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.page-banner-ACE .inner h2 {
  color: #fff;
}

.page-banner-ACE .inner p {
  color: #fff;
  width: 50%;
  margin: 20px 0 100px;
  line-height: 1.667;
}

.page-banner-ACE .btn-normal a {
  min-width: 126px;
}

.page-ACE-floor1 {
  background: center  0 /cover no-repeat;
}

.page-ACE-floor1 .inner {
  padding: 65px 0 86px;
}

.page-ACE-floor1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.45833%;
  margin-right: -1.45833%;
}

.page-ACE-floor1 ul li {
  width: 16.66667%;
  padding: 0 1.45833%;
}

.page-ACE-floor1 ul li .box {
  border-radius: 10px;
  height: 240px;
  background-color: white;
  box-shadow: 3px 5.196px 16px 0px rgba(199, 199, 199, 0.2);
  text-align: center;
  padding: 35px 0;
}

.page-ACE-floor1 ul li .box .icon {
  width: 61px;
  margin: 0 auto 20px;
}

.page-ACE-floor1 ul li .box .icon img {
  width: 100%;
  transition: all .5s;
}

.page-ACE-floor1 ul li .box .number {
  color: #e0852e;
  font-weight: bold;
}

.page-ACE-floor1 ul li .box:hover .icon img {
  transform: rotateY(180deg);
}

.page-ACE-GALLERY {
  padding: 80px 0 0;
  overflow: hidden;
}

.swiper-gallery {
  overflow: hidden;
}

.swiper-gallery .box {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.swiper-gallery .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.swiper-gallery .box .img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.swiper-gallery .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.swiper-gallery .box .img .tt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  padding: 30px 30px 20px 30px;
  color: #fff;
}

.swiper-gallery .box .img .tt h3 {
  color: #fff;
}

.swiper-gallery .box .img:hover img {
  transform: scale(1.05);
}

.swiper-gallery .box .img1 {
  width: 30.76389%;
  position: absolute;
  left: 0;
  top: 31.53846%;
  height: 38.46154%;
  z-index: 2;
}

.swiper-gallery .box .img2 {
  position: absolute;
  left: 24.72222%;
  bottom: 0;
  width: 25.97222%;
  height: 32.46154%;
  z-index: 1;
}

.swiper-gallery .box .img3 {
  position: absolute;
  left: 27.22222%;
  top: 0;
  width: 45.69444%;
  height: 57.07692%;
  z-index: 3;
}

.swiper-gallery .box .img4 {
  position: absolute;
  left: 65.90278%;
  top: 45.07692%;
  width: 30.76389%;
  height: 38.46154%;
  z-index: 4;
}

.swiper-gallery .box .img5 {
  position: absolute;
  right: 0;
  top: 12%;
  width: 21.94444%;
  height: 27.38462%;
}

.swiper-gallery .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 56px;
}

.swiper-gallery .swiper-pagination-bullet {
  background-color: #e0852e;
  border-radius: 4px;
  transition: all .5s;
}

.swiper-gallery .swiper-pagination-bullet-active {
  width: 52px;
}

.page-ACE-floor3 {
  margin-top: 75px;
  padding-bottom: 90px;
}

.page-ACE-floor3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.52778%;
  margin-right: -1.52778%;
}

.page-ACE-floor3 ul li {
  width: 33.33%;
  padding: 0 1.52778%;
}

.page-ACE-floor3 ul li .box {
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  transition: all .5s;
  background-color: #f7f7f7;
}

.page-ACE-floor3 ul li .box .userimg {
  background: #d5d5d5;
  padding: 32px 0 34px;
  width: 100%;
}

.page-ACE-floor3 ul li .box .userimg .img {
  width: 164px;
  height: 164px;
  border-radius: 100%;
  border: 2px solid #e0852e;
  overflow: hidden;
  margin: 0 auto;
  transition: all .5s;
}

.page-ACE-floor3 ul li .box .userimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-ACE-floor3 ul li .box .txt {
  padding: 40px;
  font-weight: bold;
}

.page-ACE-floor3 ul li .box .txt .end {
  text-align: right;
  margin-top: 65px;
  color: #888;
}

.page-ACE-floor3 ul li .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-ACE-floor3 ul li .box:hover .userimg {
  transform: rotateY(180deg);
}

.page-ACE-floor3 ul li:first-child .txt {
  background: url(../img/ACE/bg_item01.jpg) 0 0/cover no-repeat;
}

.page-ACE-floor3 ul li:nth-child(2) .txt {
  background: url(../img/ACE/bg_item02.jpg) 0 0/cover no-repeat;
}

.page-ACE-floor3 ul li:nth-child(3) .txt {
  background: url(../img/ACE/bg_item03.jpg) 0 0/cover no-repeat;
}

.page-ACE-Training {
  padding: 77px 0 134px;
  background: url(../img/ACE/bg_03.jpg) center bottom/cover no-repeat;
  overflow: hidden;
}

.page-ACE-Training .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: start;
}

.page-ACE-Training .years {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  color: #e08731;
  font-size: 74px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Bahnschrift';
}

.page-ACE-Training .swiper-Training {
  margin-left: 4.44444%;
  width: 45.69444%;
  overflow: hidden;
  height: 565px;
}

.page-ACE-Training .swiper-Training .swiper-slide::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.page-ACE-Training .swiper-Training .box {
  padding-left: 90px;
  position: relative;
  height: 100%;
}

.page-ACE-Training .swiper-Training .box::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #c9c9c9;
  position: absolute;
  left: 6px;
  top: 0;
}

.page-ACE-Training .swiper-Training .box::after {
  content: '';
  display: block;
  width: 2px;
  height: 0;
  background-color: #e0852e;
  transition: all 1s;
  position: absolute;
  left: 6px;
  top: 0;
}

.page-ACE-Training .swiper-Training .datetime {
  color: #aeaeae;
  font-family: 'Bahnschrift';
  font-weight: bold;
}

.page-ACE-Training .swiper-Training .on::before {
  background-color: #e0852e;
}

.page-ACE-Training .swiper-Training .on .box .datetime {
  color: #e0852e;
}

.page-ACE-Training .swiper-Training .on .box::after {
  height: 100%;
}

.page-ACE-Training .swiper-Training-img {
  overflow: hidden;
  width: 33.54167%;
  box-shadow: 3px 5.196px 29px 0px rgba(182, 190, 199, 0.2);
  height: auto;
}

.page-ACE-Training .swiper-Training-img .swiper-slide {
  padding: 20px;
  background-color: #fff;
}

.page-ACE-Training .swiper-Training-img .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}

.page-ACE-Training .swiper-Training-img .swiper-slide .img img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .swiper-gallery .box {
    height: 500px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .page-banner-ACE {
    height: 315px;
  }
  .page-banner-ACE .inner p {
    width: 80%;
    margin-bottom: 50px;
  }
  .page-ACE-floor1 .inner {
    padding: 30px 0 43px;
  }
  .page-ACE-floor1 ul li .box {
    height: 200px;
  }
  .page-ACE-floor1 ul li .box .icon {
    width: 40px;
  }
  .page-ACE-GALLERY {
    padding-top: 40px;
  }
  .swiper-gallery .box {
    height: 42vw;
  }
  .swiper-gallery .swiper-pagination {
    margin-top: 28px;
  }
  .swiper-gallery .swiper-pagination-bullet-active {
    width: 32px;
  }
  .page-ACE-floor3 {
    margin-top: 35px;
    padding-bottom: 45px;
  }
  .page-ACE-floor3 ul li .box .userimg .img {
    width: 100px;
    height: 100px;
  }
  .page-ACE-floor3 ul li .box .txt {
    padding: 20px;
  }
  .page-ACE-floor3 ul li .box .txt .end {
    margin-top: 32px;
  }
  .page-ACE-Training {
    padding: 38px 0 70px;
  }
  .page-ACE-Training .swiper-Training .box {
    padding-left: 50px;
  }
  .page-ACE-Training .years {
    font-size: 40px;
  }
  .page-ACE-Training .swiper-Training {
    height: 440px;
  }
  .page-ACE-Training .swiper-Training-img .swiper-slide {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner-ACE {
    position: relative;
  }
  .page-banner-ACE::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-banner-ACE .inner {
    position: relative;
    z-index: 2;
  }
  .page-banner-ACE .inner p {
    margin-bottom: 25px;
  }
  .page-ACE-floor1 ul {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-ACE-floor1 ul li {
    width: 33.33%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .page-ACE-floor3 ul {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-ACE-floor3 ul li {
    padding: 0 10px 20px;
    width: 50%;
  }
  .page-ACE-Training .content {
    flex-wrap: wrap;
  }
  .page-ACE-Training .swiper-Training {
    width: 80%;
    margin-bottom: 30px;
  }
  .page-ACE-Training .swiper-Training-img {
    width: 50%;
    margin: 0 auto;
  }
  .page-ACE-Training .swiper-Training-img .swiper-slide {
    width: 100%;
  }
  .swiper-gallery .box .img .tt {
    padding: 10px;
  }
  .page-ACE-floor3 ul li .box .txt .end {
    margin-top: 20px;
  }
  .page-ACE-floor3 ul li .box {
    display: flex;
    flex-direction: column;
  }
  .page-ACE-floor3 ul li .box .tt {
    flex: 1;
    height: 100%;
  }
  .page-ACE-floor1 ul li .box {
    height: 150px;
    padding: 20px 0;
  }
  .page-ACE-floor1 ul li .box .icon {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 520px) {
  .page-banner-ACE {
    height: auto;
    padding: 30px 0;
    background-position: center center;
  }
  .page-banner-ACE .inner p {
    width: 100%;
  }
  .page-ACE-floor3 ul li {
    width: 100%;
  }
  .page-ACE-Training .swiper-Training-img {
    width: 100%;
  }
  .swiper-gallery .box {
    height: auto;
  }
  .swiper-gallery .box .img {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .swiper-gallery .box .img4 {
    display: none;
  }
  .swiper-gallery .box .img5 {
    display: none;
  }
  .page-ACE-floor3 ul li:nth-child(2) {
    display: none;
  }
  .page-ACE-floor3 ul li:nth-child(3) {
    display: none;
  }
  .page-ACE-Training .swiper-Training-img {
    display: none;
  }
}

/* 
 *	careers
*/
.page-banner-default {
  height: 580px;
  background: center 0 /cover no-repeat;
}

.page-banner-default .inner {
  height: 100%;
  position: relative;
}

.page-banner-default .inner .txt {
  position: absolute;
  left: 0;
  bottom: 12.06897%;
  color: #fff;
  width: 100%;
}

.page-banner-default .inner .txt h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1.5px 2.598px 6px rgba(155, 155, 155, 0.5);
}

.page-banner-default .inner .txt h5 {
  width: 47.91667%;
  color: #fff;
  line-height: 2;
  margin: 20px 0 50px;
  text-transform: uppercase;
}

.page-banner-default .inner .txt h6 {
  color: #fff;
  margin-bottom: 10px;
  white-space: wrap;
  word-wrap: wrap;
  word-break: break-all;
}

.page-banner-default .inner .txt h3 {
  color: #fff;
  text-shadow: 1.5px 2.598px 6px rgba(155, 155, 155, 0.5);
}

.page-banner-default .inner .txt h4 {
  color: #fff;
  font-weight: normal;
  width: 65.97222%;
}

.page-careers-why {
  background-color: #fff;
  padding-top: 50px;
}

.page-careers-why .p-title {
  margin-bottom: 40px;
}

.page-careers-why .txt {
  line-height: 1.66667;
  margin-bottom: 30px;
}

.page-careers-why .whylists ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-careers-why .whylists ul li {
  text-align: center;
}

.page-careers-why .whylists ul li .icon {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.page-careers-why .whylists ul li .icon img {
  width: 100%;
  transition: all .5s;
}

.page-careers-why .whylists ul li:hover .icon img {
  transform: rotateY(180deg);
}

.page-careers-benefits {
  padding-top: 80px;
}

.page-careers-benefits .p-title {
  margin-bottom: 40px;
}

.page-careers-benefits .content {
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  padding: 50px 8.33333%;
}

.page-careers-benefits .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.page-careers-benefits .content ul li {
  width: 20%;
  margin: 10px 0;
}

.page-careers-benefits .content ul li span {
  display: inline-block;
  line-height: 50px;
  border-radius: 25px;
  min-width: 152px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  background-color: #ff0000;
}

.page-careers-benefits .content ul li:nth-child(2n+1) span {
  background-color: #ff0000;
}

.page-careers-benefits .content ul li:nth-child(2) span {
  background-color: #ff0000;
}

.page-careers-benefits .content ul li:nth-child(3) span {
  background-color: #ff3c00;
}

.page-careers-benefits .content ul li:nth-child(4) span {
  background-color: #ff7400;
}

.page-careers-benefits .content ul li:nth-child(5n) span {
  background-color: #ffa400;
}

.page-careers-benefits .content ul li:nth-child(6) span {
  background-color: #ff0000;
}

.page-careers-benefits .content ul li:nth-child(7) span {
  background-color: #ff0000;
}

.page-careers-benefits .content ul li:nth-child(8) span {
  background-color: #ff3c00;
}

.page-careers-benefits .content ul li:nth-child(9) span {
  background-color: #ff7400;
}

.page-careers-Oteam {
  padding: 80px 0;
}

.page-careers-Oteam .p-title {
  margin-bottom: 40px;
}

.page-careers-Oteam .swiper-team {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-careers-Oteam .swiper-team .img {
  border-radius: 100%;
  width: 16.97917vw;
  height: 16.97917vw;
  max-width: 326px;
  max-height: 326px;
  margin: 0 auto;
  overflow: hidden;
}

.page-careers-Oteam .swiper-team .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-careers-Oteam .swiper-team .zc {
  max-width: 240px;
  border-radius: 36px;
  background-color: #f08200;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.11111;
  margin: 30px auto 15px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.page-careers-Oteam .swiper-team .zc h3 {
  color: #fff;
}

.page-careers-Oteam .swiper-team h5 {
  text-align: center;
}

.page-careers-Oteam .swiper-team .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.page-careers-Oteam .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 50px;
}

.page-careers-Oteam .swiper-pagination-bullet {
  background-color: #e0852e;
  border-radius: 4px;
  transition: all .5s;
}

.page-careers-Oteam .swiper-pagination-bullet-active {
  width: 52px;
}

.page-careers-Join {
  padding: 60px 0 73px;
  background: #f8f8f8;
}

.page-careers-Join .p-title {
  margin-bottom: 40px;
}

.page-careers-Join .filters {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 42px;
}

.page-careers-Join .filters form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-careers-Join .filters .item {
  margin-left: 2.63889%;
  display: flex;
  align-items: center;
}

.page-careers-Join .filters .item:first-child {
  margin-left: 0;
}

.page-careers-Join .filters .item .name {
  margin-right: 14px;
}

.page-careers-Join .filters .select-item {
  max-width: 171px;
  width: 8.90625vw;
  position: relative;
}

.page-careers-Join .filters .select-item span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #dcdcdc;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 5px;
}

.page-careers-Join .filters .select-item span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #7e7e7e;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: 0px;
  transition: all .5s;
}

.page-careers-Join .filters .select-item ul {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  top: 100%;
  display: none;
  max-height: 200px;
  z-index: 3;
  overflow-y: auto;
  padding-left: 0;
}

.page-careers-Join .filters .select-item ul::-webkit-scrollbar-track {
  background-color: transparent;
}

.page-careers-Join .filters .select-item ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #E7E7E7;
}

.page-careers-Join .filters .select-item ul::-webkit-scrollbar-thumb {
  background-color: #ea8b34;
  border-radius: 3px;
}

.page-careers-Join .filters .select-item ul li {
  cursor: pointer;
  line-height: 30px;
  padding: 0 10px;
  transition: all .5s;
}

.page-careers-Join .filters .select-item ul li:hover {
  background-color: #eee;
}

.page-careers-Join .filters .btn {
  margin-left: 8.125%;
}

.page-careers-Join .filters .btn button {
  width: 131px;
  height: 34px;
  color: #fff;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s;
  text-align:center;
}

.page-careers-Join .filters .btn button:hover {
  background: linear-gradient(180deg, #ef993a 0%, #e78131 100%);
}

.page-careers-Join .srhItem {
  margin-bottom: 20px;
  position: relative;
}

.page-careers-Join .srhItem .hd {
  padding: 36px 4%;
  background: #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-careers-Join .srhItem .hd .txt {
  flex: 1;
}

.page-careers-Join .srhItem .hd .txt h2 {
  margin-bottom: 15px;
    font-size: 24px;
}

.page-careers-Join .srhItem .hd .tt span {
  color: #6b6b6b;
  display: inline-block;
  margin-right: 10%;
}

.page-careers-Join .srhItem .hd .tt span:last-child {
  margin-right: 0;
}

.page-careers-Join .srhItem .hd .btn-Apply {
  width: 151px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  justify-content: center;
}

.page-careers-Join .srhItem .hd .btn-Apply::after {
  content: "\e775";
  color: #fff;
  margin-left: 18px;
  transition: all .5s;
  font-family: "iconfont" !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-careers-Join .srhItem .hd .btn-Apply:hover::after {
  transform: translateX(10px);
}

.page-careers-Join .srhItem .bd {
  background-color: #f8f8f8;
  display: none;
}

.page-careers-Join .srhItem .bd .box {
  padding: 40px 0;
}

.page-careers-Join .srhItem .bd p {
  color: #777777;
  line-height: 2;
}

.page-careers-Join .srhItem .bd .btn-Apply {
  margin-top: 20px;
}

.page-careers-Join .srhItem .bd .btn-Apply a {
  width: 151px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  justify-content: center;
  margin: 0 auto;
}

.page-careers-Join .srhItem .bd .btn-Apply a:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

.page-careers-Join .srhItem .hd.is-open {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
}

.page-careers-Join .srhItem .hd.is-open .txt h2 {
  color: #fff;
}

.page-careers-Join .srhItem .hd.is-open .txt .tt span {
  color: #fff;
}

.page-careers-Join .srhItem .hd.is-open .btn-Apply {
  background: #fff;
  color: #e0852e;
}

.page-careers-Join .srhItem .hd.is-open .btn-Apply::after {
  color: #e0852e;
  transform: rotate(90deg);
}

.page-careers-Join .btn-more {
  margin-top: 70px;
}

.page-careers-Join .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.page-careers-Join .btn-more a:hover {
  background-color: #e0852e;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .page-careers-benefits .content {
    padding: 40px 5%;
  }
  .page-banner-default {
    height: 500px;
  }
}

@media screen and (max-width: 1280px) {
  .page-careers-benefits .content {
    padding: 40px 4%;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner-default {
    height: 400px;
  }
  .page-careers-why {
    padding-top: 30px;
  }
  .page-careers-why .p-title {
    margin-bottom: 20px;
  }
  .page-careers-why .whylists ul li .icon {
    width: 60px;
    margin-bottom: 10px;
  }
  .page-careers-benefits {
    padding-top: 40px;
  }
  .page-careers-benefits .p-title {
    margin-bottom: 20px;
  }
  .page-careers-benefits .content {
    padding: 20px;
  }
  .page-careers-benefits .content ul li {
    width: auto;
    margin-right: 10px;
    margin: 5px 10px 5px 0;
  }
  .page-careers-benefits .content ul li span {
    line-height: 40px;
    border-radius: 20px;
  }
  .page-careers-Oteam {
    padding: 40px 0;
  }
  .page-careers-Oteam .swiper-team .zc {
    height: 60px;
    margin-top: 15px;
  }
  .page-careers-Oteam .swiper-pagination {
    margin-top: 25px;
  }
  .page-careers-Oteam .swiper-pagination-bullet-active {
    width: 32px;
  }
  .page-careers-Join {
    padding: 30px 0 45px;
  }
  .page-careers-Join .p-title {
    margin-bottom: 20px;
  }
  .page-careers-Join .filters {
    margin-bottom: 21px;
  }
  .page-careers-Join .filters .btn {
    margin-left: 4%;
  }
  .page-careers-Join .filters .item {
    margin-left: 1%;
  }
  .page-careers-Join .filters form {
    padding: 10px 20px;
  }
  .page-careers-Join .srhItem {
    margin-bottom: 10px;
  }
  .page-careers-Join .srhItem .hd {
    padding: 18px 20px;
  }
  .page-careers-Join .srhItem .bd .box {
    padding: 20px 0;
  }
  .page-careers-Join .srhItem .hd .btn-Apply {
    width: 140px;
    margin-left: 20px;
  }
  .page-careers-Join .btn-more {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner-default {
    padding: 30px 0;
    height: auto;
    min-height: 40vw;
  }
  .page-banner-default .inner {
    min-height: calc(40vw - 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .page-banner-default .inner .txt {
    position: relative;
  }
  .page-careers-why .whylists ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-careers-why .whylists ul li .icon {
    width: 50px;
  }
  .page-careers-Oteam .swiper-team .img {
    width: 20vw;
    height: 20vw;
  }
  .page-careers-Join .filters form {
    flex-wrap: wrap;
    padding: 10px;
  }
  .page-careers-Join .filters .item {
    margin: 5px;
  }
  .page-careers-Join .filters .item:first-child {
    margin-left: 5px;
  }
  .page-careers-Join .filters .item .name {
    width: 70px;
    margin-right: 0;
  }
  .page-careers-Join .filters .select-item {
    width: 150px;
  }
  .page-careers-Join .filters .btn {
    margin-left: 0;
    margin: 5px;
    margin-left: 75px;
  }
}

@media screen and (max-width: 520px) {
  .page-banner-default {
    min-height: 50vw;
  }
  .page-careers-Oteam .swiper-team .img {
    width: 50vw;
    height: 50vw;
  }
  .page-careers-Join .filters .item {
    width: 100%;
  }
  .page-careers-Join .filters .select-item {
    flex: 1;
    width: auto;
    max-width: 100%;
  }
  .page-careers-Join .srhItem .hd .btn-Apply {
    width: 80px;
    height: 32px;
  }
  .page-careers-Join .srhItem .hd .btn-Apply::after {
    margin-left: 10px;
  }
  .page-careers-benefits {
    display: none;
  }
  .page-careers-Join .srhItem .hd .txt {
    width: calc(100% - 120px);
  }
  .page-careers-Join .srhItem .hd .txt h2 {
    margin-bottom: 0;
    word-break: break-all;
    font-size: 18px;
  }
  .page-careers-Join .srhItem .hd .txt .tt {
    display: none;
  }
}

/* 
 *	case
*/
.page-Case-Recommended {
  background: center bottom /cover no-repeat;
  overflow: hidden;
}

.page-Case-Recommended .inner {
  padding: 50px 0 74px;
}

.page-Case-Recommended .swiper-cases {
  overflow: hidden;
}

.page-Case-Recommended .swiper-cases .box {
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.page-Case-Recommended .swiper-cases .img {
  width: 59.72222%;
  height: 484px;
}

.page-Case-Recommended .swiper-cases .img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-Case-Recommended .swiper-cases .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Case-Recommended .swiper-cases .txt {
  width: 40.27778%;
  padding: 5% 5% 30px;
}

.page-Case-Recommended .swiper-cases .txt h2 {
  margin-bottom: 25px;
}

.page-Case-Recommended .swiper-cases .txt p {
  color: #666666;
  line-height: 30px;
  height: 150px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-Case-Recommended .swiper-cases .btn-defualt {
  margin-top: 8%;
}

.page-Case-Recommended .swiper-cases .btn-defualt a {
  width: 126px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
  display: flex;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}

.page-Case-Recommended .swiper-cases .btn-defualt a::after {
  content: "\e775";
  color: #fff;
  transition: all .5s;
  font-family: "iconfont" !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Case-Recommended .swiper-cases .btn-defualt a::after {
  font-size: 12px;
  margin-left: 5px;
}

.page-Case-Recommended .swiper-cases .btn-defualt a:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

.page-Case-Recommended .swiper-cases .btn-defualt a:hover::after {
  transform: translateX(10%);
}

.page-Case-Recommended .swiper-cases .box:hover .img img {
  transform: scale(1.04);
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 45px;
  z-index: 2;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #e0852e;
  transition: all .5s;
  border-radius: 4px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 52px;
}

.caseLists {
  background-color: #fff;
  padding: 90px 0 80px;
  /* .subnav {
		margin-bottom: 45px;
		>	ul {
			@include flex;
			>	li { margin-right: 5%; position: relative;
				>	a { display: block; min-width: 128px; height: 42px; line-height: 42px; background-color: #f1f1f1; border-radius: 21px; text-align: center;  padding: 0 30px; 
					&::after { content: "\e65f"; font-family: "iconfont" !important; display: inline-block;
						font-size: 16px;
						font-style: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale; font-weight: bold; transition: all .3s; transform: rotate(90deg); margin-left: 10px;}
				}
				&:first-child >a::after {display: none;}
				&:last-child { margin-right: 0;}
				&.active {
					> a { @include linearGradient; color: #fff;
						&::after {  transform: rotate(270deg); }
					}
				}
				ul {
					position: absolute; left: 0; top: 100%; background: #fff; box-shadow: 0 0 20px rgba($color: #000000, $alpha: .1); min-width: 100%; z-index: 10; border-radius: 0 0 20px 20px; padding: 10px 0; max-height: 200px; @include scrollBar; display: none;
					li {
						a {
							display: block; padding: 3px 10px; text-align: center;
							&:hover {
								background: rgba($color: #eee, $alpha: .8);
							}
						}
					}
				}
			}
		}
	} */
}

.caseLists .subnav {
  margin-bottom: 45px;
}

.caseLists .subnav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.caseLists .subnav > ul > li {
  margin-right: 5%;
  position: relative;
}

.caseLists .subnav > ul > li > a {
  display: block;
  min-width: 128px;
  height: 42px;
  line-height: 42px;
  background-color: #f1f1f1;
  border-radius: 21px;
  text-align: center;
  padding: 0 30px;
  /* &::after { content: "\e65f"; font-family: "iconfont" !important; display: inline-block;
						font-size: 16px;
						font-style: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale; font-weight: bold; transition: all .3s; transform: rotate(90deg); margin-left: 10px;} */
}

.caseLists .subnav > ul > li:first-child > a::after {
  display: none;
}

.caseLists .subnav > ul > li:last-child {
  margin-right: 0;
}

.caseLists .subnav > ul > li.active > a {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.caseLists .content .item {
  display: none;
}

.caseLists .content .item:first-child {
  display: block;
}

.caseLists .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -28px;
  margin-right: -28px;
}

.caseLists .content ul li {
  width: 33.33%;
  padding: 0 28px 18px;
}

.caseLists .content ul li a {
  display: block;
  height: 100%;
  border: 1px solid #e3e3e3;
  background-color: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}

.caseLists .content ul li a:hover .img img {
  transform: scale(1.05);
}

.caseLists .content ul li .img {
  height: 250px;
  overflow: hidden;
}

.caseLists .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.caseLists .content ul li .txt {
  padding: 25px 9%;
}

.caseLists .content ul li .txt h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:22px;
}

.caseLists .content ul li .txt p {
  line-height: 18px;
  color: #666;
  margin: 10px 0 22px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 36px;
}

.caseLists .content ul li .txt button {
  background-color: #fff;
  color: #e0852e;
  display: flex;
  justify-content: center;
  width: 126px;
  height: 33px;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  transition: all .5s;
}

.caseLists .content ul li .txt button::after {
  content: "\e775";
  color: #fff;
  transition: all .5s;
  font-family: "iconfont" !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.caseLists .content ul li .txt button::after {
  color: #e0852e;
  font-size: 12px;
}

.caseLists .content ul li .txt button:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.caseLists .content ul li .txt button:hover::after {
  transform: translateX(10%);
  color: #fff;
}

.caseLists .content .btn-more {
  margin-top: 0;
}
.elementor-1578 .elementor-element.elementor-element-3834604{
    padding-left: 15px;
    padding-right: 15px;
}

.caseLists .content .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.caseLists .content .btn-more a:hover {
  background-color: #e0852e;
  color: #fff;
}

.caseLists .sort {
  margin: 0 0 40px;
  max-height: 150px;
  overflow-y: auto;
}

.caseLists .sort::-webkit-scrollbar-track {
  background-color: transparent;
}

.caseLists .sort::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #E7E7E7;
}

.caseLists .sort::-webkit-scrollbar-thumb {
  background-color: #ea8b34;
  border-radius: 3px;
}

.caseLists .sort a {
  display: inline-block;
  margin: 15px 12px;
  padding: 6px 20px;
  border: 1px solid #e0852e;
  color: #e0852e;
  border-radius: 5px;
  min-width: 120px;
  text-align: center;
}

.caseLists .sort a.active {
  background: #e0852e;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .page-Case-Recommended .swiper-cases .img {
    height: 370px;
  }
  .caseLists .subnav ul li {
    margin-right: 3%;
  }
  .caseLists .content ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .caseLists .content ul li {
    padding: 0 20px 40px;
  }
  .caseLists .content ul li .img {
    height: 190px;
  }
}

@media screen and (max-width: 1024px) {
  .page-Case-Recommended .swiper-cases .img {
    height: 340px;
  }
  .page-Case-Recommended .swiper-cases .txt h2 {
    margin-bottom: 15px;
  }
  .page-Case-Recommended .swiper-cases .txt {
    padding: 20px 5%;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
  }
  .page-Case-Recommended .inner {
    padding: 25px 0 35px;
  }
  .swiper-pagination {
    margin-top: 25px;
  }
  .caseLists {
    padding: 50px 0 40px;
  }
  .caseLists .subnav {
    margin-bottom: 25px;
  }
  .caseLists .subnav ul {
    flex-wrap: wrap;
  }
  .caseLists .content ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .caseLists .content ul li {
    padding: 0 15px 30px;
  }
  .caseLists .content ul li .img {
    height: 172px;
  }
  .caseLists .content ul li .txt {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
    .elementor-1578 .elementor-element.elementor-element-991d902{
    width: 100%;
}
  .page-Case-Recommended .swiper-cases .img {
    height: 40vw;
  }
  .page-banner-default .inner .txt h5 {
    width: 100%;
  }
  .caseLists .content ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .caseLists .content ul li {
    padding: 0 10px 20px;
    width: 50%;
  }
  .caseLists .content ul li .img {
    height: 25vw;
  }
  .caseLists .content ul li .txt {
    padding: 20px;
  }
  .caseLists .subnav > ul > li a {
    height: 38px;
    line-height: 38px;
  }
  .caseLists .subnav > ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .caseLists .subnav > ul > li {
    width: 33.33%;
    margin-right: 0;
    padding: 0 5px 10px;
  }
  .caseLists .subnav > ul > li a {
    width: 100%;
  }
  .caseLists .subnav > ul > li ul {
    top: calc(100% - 10px);
  }
  .caseLists .sort a {
    margin: 5px;
    min-width: 90px;
  }
}

@media screen and (max-width: 520px) {
  .page-Case-Recommended .swiper-cases .img {
    width: 100%;
    height: 70vw;
  }
  .page-Case-Recommended .swiper-cases .txt {
    width: 100%;
  }
  .page-banner-default .inner .txt h5 {
    margin: 10px 0 25px;
  }
  .caseLists .content ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .caseLists .content ul li {
    padding: 0 5px 10px;
  }
  .caseLists .content ul li a {
    border-radius: 5px;
  }
  .caseLists .content ul li .img {
    height: 25vw;
  }
  .caseLists .content ul li .txt {
    padding: 10px;
  }
  .caseLists .subnav > ul > li {
    width: 50%;
  }
}

/* 
 *	case Detail
*/
.page-Case-INOKC {
  background-color: #fff;
}

.page-Case-INOKC .inner {
  padding: 80px 0 90px;
}

.page-Case-INOKC .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-Case-INOKC .info {
  width: 50.90278%;
}

.page-Case-INOKC .info .txt p {
  line-height: 1.875;
}

.page-Case-INOKC .info .OKCitems {
  margin-top: 50px;
}

.page-Case-INOKC .info .OKCitems ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-Case-INOKC .info .OKCitems ul li .box {
  text-align: center;
}

.page-Case-INOKC .info .OKCitems ul li .box .icon {
  width: 64px;
  margin: 0 auto;
  overflow: hidden;
}

.page-Case-INOKC .info .OKCitems ul li .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Case-INOKC .info .OKCitems ul li .box p {
  color: #666;
  margin: 6px 0;
}

.page-Case-INOKC .info .OKCitems ul li .box h5 {
  font-weight: bold;
}

.page-Case-INOKC .swiper-video {
  width: 45.625%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.page-Case-INOKC .swiper-video .img {
  height: 370px;
  overflow: hidden;
}

.page-Case-INOKC .swiper-video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Case-INOKC .swiper-video .img a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-Case-INOKC .swiper-video .img a:hover img {
  transform: scale(1.04);
}

.page-Case-INOKC .swiper-video .video-box {
  position: relative;
}

.page-Case-INOKC .swiper-video .video-box .icon-play {
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/icon_play_black.png) 0 0/cover no-repeat;
}

.page-Case-INOKC .swiper-video .swiper-pagination {
  position: absolute;
}

.page-Case-INOKC .swiper-video .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.page-caseHuman {
  background-color: #f8f8f8;
  padding: 78px 0 98px;
}

.page-caseHuman .inner {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  position: relative;
}

.page-caseHuman .swiper-caseHuman {
  width: 76.38889%;
  padding: 60px 0 74px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.page-caseHuman .swiper-caseHuman .txt {
  margin-bottom: 34px;
}

.page-caseHuman .swiper-caseHuman .txt h4 {
  font-weight: bold;
}

.page-caseHuman .swiper-caseHuman .people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-caseHuman .swiper-caseHuman .people .img {
  width: 139px;
  height: 139px;
  border-radius: 100%;
  border: 1px solid #e0852e;
  overflow: hidden;
}

.page-caseHuman .swiper-caseHuman .people .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-caseHuman .swiper-caseHuman .people .tt {
  margin-left: 30px;
}

.page-caseHuman .swiper-caseHuman .people .tt h3 {
  color: #e0852e;
  margin-bottom: 10px;
}

.page-caseHuman .swiper-caseHuman .people .tt p {
  color: #666;
}

.page-caseHuman .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: url(../img/about/btn_prevnext02.png) 0 0/cover no-repeat;
  left: 4.375%;
  top: 50%;
  z-index: 9;
}

.page-caseHuman .swiper-button-prev:hover {
  transform: rotate(180deg);
  background-image: url(../img/about/btn_prevnext01.png);
}

.page-caseHuman .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: url(../img/about/btn_prevnext02.png) 0 0/cover no-repeat;
  transform: rotate(180deg);
  right: 4.375%;
  top: 50%;
  z-index: 9;
}

.page-caseHuman .swiper-button-next:hover {
  transform: rotate(0deg);
  background-image: url(../img/about/btn_prevnext01.png);
}

.page-case-video {
  padding-top: 110px;
  padding-bottom: 65px;
  background-color: #fff;
}

.page-case-video .inner {
  position: relative;
}

.page-case-video .block {
  background: rgba(224, 133, 46, 0.1);
  border-radius: 5px;
  width: 52.29167%;
  height: 424px;
  padding: 4% 0 0 5%;
}

.page-case-video .video-box {
  position: absolute;
  left: 30.41667%;
  top: 60px;
  width: 52.29167%;
  height: 424px;
  border-radius: 5px;
  overflow: hidden;
}

.page-case-video .video-box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-case-video .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-case-video .video-box .icon-play {
  width: 61px;
  height: 61px;
}

.page-case-video .video-box a:hover img {
  transform: scale(1.04);
}

.page-case-Related {
  padding: 90px 0;
}

.page-case-Related ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-case-Related ul li {
  width: 45.625%;
}

.page-case-Related .item > h2 {
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-case-Related .box {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.page-case-Related .box .img {
  height: 370px;
}

.page-case-Related .box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-case-Related .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-case-Related .box .tt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20px 30px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: all .5s;
  transform: translateY(100%);
}

.page-case-Related .box .tt h2 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-case-Related .box .tt p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-case-Related .box a:hover img {
  transform: scale(1.04);
}

.page-case-Related .box a:hover .tt {
  transform: translateY(0);
}

.page-case-Recommendarion {
  background-color: #f4f4f4;
  padding: 68px 0 50px;
}

.page-case-Recommendarion .caseLists {
  background: transparent;
  padding: 0;
}

.page-case-Recommendarion .sub-title {
  margin-bottom: 25px;
}

.page-case-Recommendarion .caseLists .content ul li .txt button {
  background-color: #f8f8f8;
}

@media screen and (max-width: 1440px) {
  .page-Case-INOKC .swiper-video .video-box {
    height: 310px;
  }
  .page-Case-INOKC .info .OKCitems ul li .box .icon {
    width: 50px;
  }
  .page-case-video .block {
    height: 324px;
  }
  .page-case-video .video-box {
    height: 324px;
  }
  .page-case-Related .box .img {
    height: 282px;
  }
}

@media screen and (max-width: 1024px) {
  .page-Case-INOKC .inner {
    padding: 40px 0 45px;
  }
  .page-Case-INOKC .info .OKCitems {
    margin-top: 25px;
  }
  .page-case-Related .box .tt {
    padding: 20px;
  }
  .page-caseHuman {
    padding: 35px 0 45px;
  }
  .page-caseHuman .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .page-caseHuman .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .page-caseHuman .swiper-caseHuman {
    padding: 30px 0 35px;
  }
  .page-caseHuman .swiper-caseHuman .people .img {
    width: 100px;
    height: 100px;
  }
  .page-case-video {
    padding: 60px 0 35px;
  }
  .page-case-video .video-box {
    height: 289px;
  }
  .page-case-video .block {
    height: 289px;
  }
  .page-case-video .video-box .icon-play {
    width: 40px;
    height: 40px;
  }
  .page-Case-INOKC .swiper-video .video-box .icon-play {
    width: 40px;
    height: 40px;
  }
  .page-case-Related {
    padding: 45px 0;
  }
  .page-case-Related .box .img {
    height: 262px;
  }
  .page-case-Recommendarion {
    padding: 34px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .page-case-Related .box .tt {
    padding: 10px;
  }
  .page-Case-INOKC .info .OKCitems ul {
    flex-wrap: wrap;
  }
  .page-Case-INOKC .info .OKCitems ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .page-Case-INOKC .content {
    flex-wrap: wrap;
  }
  .page-Case-INOKC .info {
    width: 100%;
  }
  .page-Case-INOKC .info .OKCitems {
    width: 100%;
    margin-top: 20px;
  }
  .page-Case-INOKC .swiper-video {
    width: 100%;
    margin-top: 30px;
  }
  .page-Case-INOKC .swiper-video .video-box {
    height: 52vw;
  }
  .page-case-video .block {
    height: 48vw;
    width: 90%;
  }
  .page-case-video .video-box {
    left: 5%;
    width: 90%;
    height: 48vw;
  }
  .page-case-Related ul {
    flex-wrap: wrap;
  }
  .page-case-Related ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-case-Related .box .img {
    height: 52vw;
  }
  .page-caseHuman .swiper-button-prev {
    display: none;
  }
  .page-caseHuman .swiper-button-next {
    display: none;
  }
  .page-caseHuman .swiper-caseHuman {
    width: calc(100% - 20px);
  }
  .page-caseHuman .swiper-caseHuman .people .img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
  }
  .page-caseHuman .swiper-caseHuman .people .tt {
    margin-left: 15px;
  }
}

/* 
 *	contact Us
*/
.page-ctu-Opt {
  background-color: #fafafa;
}

.page-ctu-Opt .inner {
  padding: 70px 0 90px;
}

.page-ctu-Opt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.page-ctu-Opt ul li {
  width: 33.33%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.page-ctu-Opt ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ddd;
}

.page-ctu-Opt ul li:last-child::after {
  display: none;
}

.page-ctu-Opt ul li .icon {
  width: 72px;
  overflow: hidden;
}

.page-ctu-Opt ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-ctu-Opt ul li h3 {
  margin: 20px 0 10px;
}

.page-ctu-Opt ul li p {
  line-height: 1.33333;
  max-width: 330px;
  color: #666;
}

.page-ctu-Opt ul li:hover .icon img {
  transform: rotateY(180deg);
}

.page-ctu-national {
  background-color: #fff;
  padding: 100px 0 60px;
}

.page-ctu-national ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.80556%;
  margin-right: -1.80556%;
}

.page-ctu-national ul li {
  width: 50%;
  padding: 0 1.80556% 42px;
}

.page-ctu-national ul li .box {
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
  border-radius: 5px;
  height: 100%;
  padding: 6% 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all .5s;
}

.page-ctu-national ul li .box .img {
  flex-shrink: 0;
  width: 169px;
  height: 104px;
  overflow: hidden;
}

.page-ctu-national ul li .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-ctu-national ul li .box .tt {
  flex: 1;
  padding-left: 10%;
}

.page-ctu-national ul li .box .tt h2::after {
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  background-color: #e0852e;
  margin: 15px 0 25px;
}

.page-ctu-national ul li .box .tt .email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: start;
}

.page-ctu-national ul li .box .tt .email .icon-email {
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../img/ContactUs/email.png) 0 0 no-repeat;
  margin-right: 16px;
  margin-top: 2px;
}

.page-ctu-national ul li .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1440px) {
  .page-ctu-Opt ul li .icon {
    width: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .page-ctu-Opt .inner {
    padding: 35px 0 45px;
  }
  .page-ctu-Opt ul li {
    padding: 0 4%;
  }
  .page-ctu-national {
    padding: 50px 0 30px;
  }
  .page-ctu-national ul li .box .tt {
    padding-left: 20px;
  }
  .page-ctu-national ul li .box {
    padding: 20px;
    align-items: start;
  }
  .page-ctu-national ul li .box .img {
    width: 120px;
    height: 74px;
  }
  .page-ctu-national ul li .box .tt h2::after {
    margin: 10px 0 15px;
    width: 35px;
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .page-ctu-Opt ul li .icon {
    width: 40px;
  }
  .page-ctu-national ul li {
    width: 100%;
    padding-bottom: 10px;
  }
  .page-ctu-national ul li .box {
    padding: 10px;
  }
}

@media screen and (max-width: 520px) {
  .page-ctu-Opt ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
    text-align: center;
  }
  .page-ctu-Opt ul li .box {
    width: 100%;
  }
  .page-ctu-Opt ul li .box p {
    max-width: 100%;
  }
  .page-ctu-Opt ul li::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
  }
  .page-ctu-Opt ul li .icon {
    margin: 0 auto;
  }
  .page-ctu-national ul li .box {
    display: block;
    padding: 20px;
  }
  .page-ctu-national ul li .box .tt {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .page-ctu-national ul li .box .img {
    margin: 0 auto;
  }
  .page-ctu-national ul li .box .tt h2::after {
    margin: 10px auto;
  }
  .page-ctu-national ul li .box .tt .email {
    text-align: left;
  }
}

/* 
 *	events
*/
.page-events {
  background-color: #fff;
  overflow: hidden;
}

.page-events .p-title h2 {
  text-transform: uppercase;
}

.page-events .inner {
  padding: 90px 0 155px;
}

.page-events ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -28%/14408100;
  margin-right: -28%/14408100;
}

.page-events ul li {
  width: 33.33%;
  padding: 0 1.94444% 52px;
}

.page-events ul li .box {
  height: 100%;
  border-radius: 10px;
  background: #f6f6f6;
  overflow: hidden;
}

.page-events ul li .img {
  position: relative;
}

.page-events ul li .img .label {
  width: 126px;
  line-height: 33px;
  color: #fff;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  border-radius: 17px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  text-align: center;
}

.page-events ul li .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all .5s;
}

.page-events ul li .info {
  padding: 25px 32px 30px;
}

.page-events ul li .info h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-events ul li .info .datetime {
  color: #999;
  margin: 5px 0 10px;
}

.page-events ul li .info .position {
  color: #f08200;
  margin-bottom: 10px;
}

.page-events ul li .info .position .iconfont {
  margin-right: 2px;
}

.page-events ul li .info .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.page-events ul li .info .btn a {
  display: inline-block;
  line-height: 33px;
  border-radius: 5px;
}

.page-events ul li .info .btn .btn-zf {
  background: #e3e3e3;
  color: #666;
  width: 100%;
  transition: all .5s;
  text-align: center;
}

.page-events ul li .info .btn .btn-zf:hover {
  opacity: .8;
}

.page-events ul li .info .btn .btn-join {
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  margin-right: 15px;
  width: auto;
  flex: 1;
  transition: all .5s;
  text-align: center;
}

.page-events ul li .info .btn .btn-join:hover {
  opacity: .8;
}

.page-events ul li .info .btn.btn-two .btn-zf {
  width: 33px;
}

.page-events ul li .box:hover .img img {
  transform: scale(1.04);
}

.btn-more-long {
  margin-top: 26px;
}

.btn-more-long a {
  display: block;
  text-align: center;
  width: 360px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #e18732;
  color: #e18732;
  border-radius: 23px;
  margin: 0 auto;
}

.btn-more-long a:hover {
  background-color: #e18732;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .page-events ul li .img img {
    height: 190px;
  }
  .btn-more-long a {
    width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .page-events .inner {
    padding: 45px 0 78px;
  }
  .page-events ul li .img img {
    height: 163px;
  }
  .page-events ul li {
    padding-bottom: 30px;
  }
  .btn-more-long a {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .page-events ul li .img img {
    height: 26vw;
  }
  .page-events ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-events ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
  .page-events ul li .info {
    padding: 20px;
  }
  .btn-more-long a {
    width: 200px;
  }
}

@media screen and (max-width: 520px) {
  .page-events ul li .img img {
    height: 50vw;
  }
  .page-events ul li {
    width: 100%;
  }
}

/* 
 *	Find partner
*/
.banner-search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.banner-search-box h1 b {
  color: #e0852e;
}

.banner-search-box h5 {
  margin: 10px 0 50px;
  color: #666;
}

.banner-search-box .srh-item {
  width: 480px;
  height: 46px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
}

.banner-search-box .srh-item form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner-search-box .srh-item input[type="text"] {
  background: transparent;
  height: 46px;
  flex: 1;
  padding: 0 5%;
}

.banner-search-box .srh-item button {
  width: 20%;
  text-align: center;
  font-size: 20px;
  background: transparent;
  cursor: pointer;
  transition: all .5s;
}

.banner-search-box .srh-item button:hover {
  color: #e0852e;
}

.page-Findpartner .inner {
  padding: 56px 0 80px;
}

.page-Findpartner .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Filters-memu {
  width: 27.77778%;
}

.Filters-memu .tit {
  line-height: 70px;
  background: #e4e4e4;
  border-radius: 5px 5px 0 0;
}

.Filters-memu .tit h2 {
  color: #e0852e;
  text-align: center;
}

.Filters-memu ul {
  border-top: 1px solid #d2d2d2;
}

.Filters-memu ul li {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.Filters-memu ul li:last-child {
  border-radius: 0 0 5px 5px;
}

.Filters-memu ul li h3 {
  font-weight: normal;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  position: relative;
  background: #f8f8f8;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  line-height: 1.2;
}

.Filters-memu ul li h3::after {
  color: #3d3d3d;
  content: "\e65f";
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .5s;
}

.Filters-memu ul li .sub-mn {
  padding: 20px;
  display: none;
}

.Filters-memu ul li .sub-mn h5 {
  font-weight: normal;
}

.Filters-memu ul li .conditions a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  align-items: center;
  color: #666;
}

.Filters-memu ul li .conditions .dot {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  position: relative;
  margin-right: 10px;
}

.Filters-memu ul li .conditions .dot::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all .5s;
}

.Filters-memu ul li .conditions .active .dot::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.Filters-memu ul li.is-open h3::after {
  transform: rotate(90deg);
}

.Filters-rst {
  width: 68.61111%;
}

.Filters-rst ul li {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 20px;
}

.Filters-rst ul li .box {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Filters-rst ul li .img {
  width: 34.41296%;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.Filters-rst ul li .img img {
  max-width: 100%;
  max-height: 100%;
}

.Filters-rst ul li .txt {
  width: 60.72874%;
  padding-right: 2%;
}

.Filters-rst ul li .txt h3 {
  font-weight: normal;
  margin-bottom: 15px;
}

.Filters-rst ul li .txt p {
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 46px;
}

.Filters-rst ul li .linkfs {
  border-top: 1px solid #d2d2d2;
  margin-top: 25px;
  padding-top: 20px;
  position: relative;
}

.Filters-rst ul li .linkfs::before {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #e0852e;
  position: absolute;
  left: 0;
  top: -3px;
}

.Filters-rst ul li .linkfs .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.Filters-rst ul li .linkfs .line .icon {
  display: inline-block;
  width: 18px;
  margin-right: 20px;
  background: center center no-repeat;
}

.Filters-rst ul li .linkfs .line .icon1 {
  background-image: url(../img/Findpartner/icon01.png);
}

.Filters-rst ul li .linkfs .line .icon2 {
  background-image: url(../img/Findpartner/icon02.png);
}

.Filters-rst ul li .linkfs .line .icon3 {
  background-image: url(../img/Findpartner/icon03.png);
}

.Filters-rst ul li .linkfs .line .icon4 {
  background-image: url(../img/Findpartner/icon04.png);
}

.Filters-rst ul li .linkfs .line .icon5 {
  background-image: url(../img/Findpartner/icon05.png);
}

.Filters-rst ul li .linkfs .line .icon6 {
  background-image: url(../img/Findpartner/icon06.png);
}

.Filters-rst .btn-more-long {
  padding-top: 40px;
}

@media screen and (max-width: 1440px) {
  .banner-search-box .srh-item {
    width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-search-box h5 {
    margin-bottom: 25px;
  }
  .Filters-rst ul li .box {
    padding: 20px;
  }
  .Filters-rst ul li .img {
    height: 200px;
  }
  .page-Findpartner .inner {
    padding: 28px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .banner-search-box {
    height: calc(40vw - 30px);
  }
  .banner-search-box .srh-item {
    width: 100%;
  }
  .Filters-memu {
    width: 100%;
  }
  .Filters-rst {
    width: 100%;
    margin-top: 20px;
  }
  .Filters-rst ul li .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .Filters-rst ul li .txt {
    width: 100%;
  }
  .Filters-rst ul li .linkfs::before {
    width: 60px;
  }
  .Filters-rst ul li .linkfs .line .icon {
    margin-right: 10px;
  }
  .Filters-memu .tit {
    line-height: 50px;
  }
  .Filters-rst .btn-more-long {
    padding-top: 20px;
  }
  .Filters-memu ul li h3 {
    height: auto;
    padding: 10px 20px;
  }
  .Filters-memu ul li .conditions a {
    margin-top: 10px;
  }
  .Filters-memu ul li h3::after {
    font-size: 18px;
  }
}

/* 
 *	markets
*/
.page-Markets .inner {
  padding: 78px 0 60px;
}

.page-Markets .caseLists {
  padding: 0;
}

.page-Markets .caseLists .content ul {
  margin-left: -1.25%;
  margin-right: -1.25%;
}

.page-Markets .caseLists .content ul li {
  padding: 0 1.25% 38px;
}

.page-Markets .caseLists .content ul li a {
  background: #f3f3f3;
  border: none;
}

.page-Markets .caseLists .content ul li .img {
  height: 274px;
}

.page-Markets .caseLists .content ul li .txt button {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 140px;
  height: 42px;
  border-radius: 21px;
}

.page-Markets .caseLists .content ul li .txt button::after {
  display: none;
}

.page-Markets .caseLists .content ul li .txt button:hover {
  background-color: #e0852e;
}

@media screen and (max-width: 1440px) {
  .page-Markets .caseLists .content ul li .img {
    height: 210px;
  }
  .page-Markets .caseLists .content ul li {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .page-Markets .inner {
    padding: 40px 0 30px;
  }
  .page-Markets .caseLists .content ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-Markets .caseLists .content ul li {
    padding: 0 10px 20px;
  }
  .page-Markets .caseLists .content ul li .img {
    height: 190px;
  }
}

@media screen and (max-width: 768px) {
  .page-Markets .caseLists .content ul li .img {
    height: 27vw;
  }
  .page-Markets .caseLists .content ul li .txt button {
    width: 120px;
    height: 32px;
  }
}

@media screen and (max-width: 520px) {
  .page-Markets .caseLists .content ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-Markets .caseLists .content ul li {
    padding: 0 5px 10px;
  }
}

/* 
 *	markets - Retail
*/
.page-Retail-Journey .inner {
  padding-top: 80px;
}

.page-Retail-Journey .p-title {
  margin-bottom: 40px;
}

.page-Retail-Journey .txt {
  margin-bottom: 50px;
}

.page-Retail-Journey .txt p {
  color: #666;
  line-height: 28px;
}

.page-Retail-Journey .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-Retail-Journey .img {
  width: 44.58333%;
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
}

.page-Retail-Journey .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Retail-Journey .tt {
  width: 50%;
}

.page-Retail-Journey .tt h3 {
  margin-bottom: 25px;
}

.page-Retail-Journey .tt p {
  color: #666;
  line-height: 28px;
}

.page-Retail-Applications {
  padding-top: 90px;
  padding-bottom: 70px;
  overflow: hidden;
}

.page-Retail-Applications .p-title {
  margin-bottom: 40px;
}

.page-Retail-Applications ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.page-Retail-Applications ul li {
  width: 50%;
  padding: 0 10px 20px;
}

.page-Retail-Applications ul li .box {
  transition: all .5s;
  height: 100%;
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 18px 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-Retail-Applications ul li .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s;
  height: 100%;
}

.page-Retail-Applications ul li .box .img {
  width: 49.54545%;
  height: 238px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}

.page-Retail-Applications ul li .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Retail-Applications ul li .box .txt {
  width: 46.9697%;
}

.page-Retail-Applications ul li .box .txt h3 {
  margin-bottom: 20px;
}

.page-Retail-Applications ul li .box .txt p {
  color: #666;
  line-height: 28px;
}

.page-Retail-Applications ul li .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-Retail-Applications ul li .box:hover .img Img {
  transform: scale(1.04);
}

.page-Retail-Related {
  padding: 80px 0;
  background: #fbfbfb;
}

.page-Retail-Related .p-title {
  margin-bottom: 40px;
}

.page-Retail-Related .swiper-related {
  position: relative;
}

.page-Retail-Related .swiper-related .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}

.page-Retail-Related .swiper-related .swiper-slide-active, .page-Retail-Related .swiper-related .swiper-slide-duplicate-active {
  transform: scale(1);
}

.page-Retail-Related .swiper-related .box {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  box-shadow: 8px 8px 30px 0px #dfdfdf;
}

.page-Retail-Related .swiper-related .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px;
}

.page-Retail-Related .swiper-related .box .img {
  width: 48.1768%;
  height: 328px;
  border-radius: 5px;
  overflow: hidden;
}

.page-Retail-Related .swiper-related .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Retail-Related .swiper-related .box .txt {
  width: 47.51381%;
}

.page-Retail-Related .swiper-related .box .txt h3 {
  margin-bottom: 18px;
}

.page-Retail-Related .swiper-related .box .txt p {
  line-height: 26px;
  color: #666;
}

.page-Retail-Related .swiper-related .box:hover .img img {
  transform: scale(1.04);
}

.page-Retail-Related .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fb8604;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb8604;
  transition: all .5s;
  left: 12%;
}

.page-Retail-Related .swiper-button-prev::before {
  content: "\eb95";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: bold;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Retail-Related .swiper-button-prev:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.page-Retail-Related .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #fb8604;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb8604;
  right: 12%;
}

.page-Retail-Related .swiper-button-next::before {
  /*content: "\e65f";*/
  content: "";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: bold;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Retail-Related .swiper-button-next:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.page-Retail-Related .btn-more {
  margin-top: 55px;
}

.page-Retail-Related .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.page-Retail-Related .btn-more a:hover {
  background-color: #e0852e;
  color: #fff;
}

.page-Retail-Products {
  padding: 80px 0 96px;
  background: #efefef;
  overflow: hidden;
}

.page-Retail-Products .p-title {
  margin-bottom: 40px;
}

.page-Retail-Products .box {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 15px 22px;
}

.page-Retail-Products .box .img {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.page-Retail-Products .box .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
}

.page-Retail-Products .box .txt {
  padding-bottom: 10px;
}

.page-Retail-Products .box .txt p {
  color: #666;
}

.page-Retail-Products .box .txt .btn-defualt {
  margin-top: 10px;
}

.page-Retail-Products .box .txt .btn-defualt button {
  width: 116px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  background: #fff;
  color: #e0852e;
  border: 1px solid #e0852e;
  display: flex;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  cursor: pointer;
  margin: 0 auto;
}

.page-Retail-Products .box .txt .btn-defualt button::after {
  content: "\e775";
  color: #fff;
  transition: all .5s;
  font-family: "iconfont" !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Retail-Products .box .txt .btn-defualt button::after {
  font-size: 12px;
  margin-left: 5px;
  color: #e0852e;
}

.page-Retail-Products .box .txt .btn-defualt button:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.page-Retail-Products .box .txt .btn-defualt button:hover::after {
  transform: translateX(10%);
  color: #fff;
}

.page-Retail-answers {
  text-align: center;
  background: center  0 /cover no-repeat;
  padding: 58px 0 48px;
}

.page-Retail-answers .content h1 {
  color: #fff;
  margin-bottom: 20px;
}

.page-Retail-answers .content .btn-contact a {
  display: block;
  width: 157px;
  height: 41px;
  color: #f18203;
  background: #fff;
  border-radius: 21px;
  line-height: 41px;
  margin: 0 auto;
}

.page-Retail-answers .content .btn-contact a:hover {
  color: #fff;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
}

@media screen and (max-width: 1440px) {
  .page-Retail-Journey .tt h3 {
    margin-bottom: 15px;
  }
  .page-Retail-Applications ul li .box .img {
    height: 190px;
  }
  .page-Retail-Related .swiper-related .box .img {
    height: 357px;
  }
  .page-Retail-Products .box .img {
    height: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .page-Retail-Journey .inner {
    padding-top: 40px;
  }
  .page-Retail-Journey .p-title {
    margin-bottom: 20px;
  }
  .page-Retail-Journey .txt {
    margin-bottom: 25px;
  }
  .page-Retail-Applications {
    padding: 45px 0 30px;
  }
  .page-Retail-Applications .p-title {
    margin-bottom: 20px;
  }
  .page-Retail-Related {
    padding: 40px 0;
  }
  .page-Retail-Related .p-title {
    margin-bottom: 20px;
  }
  .page-Retail-Products {
    padding: 40px 0 48px;
  }
  .page-Retail-Products .p-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-Retail-Applications ul li .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-Retail-Applications ul li .box .txt {
    width: 100%;
  }
  .page-Retail-Applications ul li .box .txt h3 {
    margin-bottom: 10px;
  }
  .page-Retail-Related .btn-more {
    margin-top: 30px;
  }
}

@media screen and (max-width: 520px) {
  .page-Retail-Journey .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-Retail-Journey .tt {
    width: 100%;
  }
  .page-Retail-Applications ul li {
    width: 100%;
  }
  .page-Retail-Related .swiper-related .box a {
    flex-wrap: wrap;
    padding: 15px;
  }
  .page-Retail-Related .swiper-related .box .img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .page-Retail-Related .swiper-related .box .txt {
    width: 100%;
  }
  .page-Retail-Related .swiper-button-next {
    right: 15px;
    margin-top: -25%;
    display: none;
  }
  .page-Retail-Related .swiper-button-prev {
    left: 15px;
    margin-top: -25%;
    display: none;
  }
  .page-Retail-Products .box {
    padding: 15px;
  }
  .page-Retail-Products .box .txt {
    flex-wrap: wrap;
  }
}

/* 
 *	markets - Retail - Mall
*/
.page-Retail-Map {
  background: #f5f6f8;
}

.page-Retail-Map .inner {
  padding: 50px 0 90px;
}

.page-Retail-Map .content {
  position: relative;
}

.page-Retail-Map .swiper-map {
  overflow: hidden;
  position: relative;
  width: 83.33333%;
  margin: 0 auto;
}

.page-Retail-Map .swiper-map .img {
  box-shadow: 0px 10px 30px 0px rgba(126, 126, 126, 0.3);
  border: 2px solid #bfbfbf;
}

.page-Retail-Map .swiper-map .img img {
  width: 100%;
  height: 100%;
}

.page-Retail-Map .swiper-map .swiper-slide {
  opacity: .5;
}

.page-Retail-Map .swiper-map .swiper-slide-active {
  opacity: 1;
}

.page-Retail-Map .swiper-button-prev2 {
  position: absolute;
  left: 3.05556%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #fb8604;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb8604;
  transition: all .5s;
}

.page-Retail-Map .swiper-button-prev2::before {
  content: "\eb95";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: bold;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Retail-Map .swiper-button-prev2:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.page-Retail-Map .swiper-button-next2 {
  position: absolute;
  right: 3.05556%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #fb8604;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb8604;
}

.page-Retail-Map .swiper-button-next2::before {
  content: "\e65f";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: bold;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Retail-Map .swiper-button-next2:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .page-Retail-Map .inner {
    padding: 25px 0 45px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner-default .inner .txt h4 {
    width: 100%;
  }
  .page-Retail-Map .swiper-button-prev2 {
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .page-Retail-Map .swiper-button-prev2::before {
    font-size: 8px;
  }
  .page-Retail-Map .swiper-button-next2 {
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .page-Retail-Map .swiper-button-next2::before {
    font-size: 8px;
  }
  .page-Retail-Products .content {
    padding-left: 20px;
  }
}

/* 
 *	products
*/
.page-products {
  background-color: #fff;
}

.page-products .subnav {
  padding: 40px 0;
}

.page-products .subnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*overflow-y: hidden;*/
  padding-bottom: 18px;
}

.page-products .subnav ul li {
  width: 12.5%;
  position: relative;
}

.page-products .subnav ul li a {
  display: flex;
  height: 69px;
  background: #eee;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.page-products .subnav ul li a::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #bfbfbf;
}

.page-products .subnav ul li:last-child a::after {
  display: none;
}

.page-products .subnav ul li.active a {
  background-color: #fb8604;
  color: #fff;
}

.page-products .subnav ul li.active a::after {
  display: none;
}

.page-products .subnav ul li.active::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 12px solid #fb8604;
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  margin-left: -7px;
}

.page-products .sub-range {
  padding-bottom: 57px;
}

.page-products .sub-range .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4%;
  align-items: center;
}

.page-products .sub-range .in .name {
  margin-right: 40px;
}

.page-products .select-range {
  flex: 1;
  position: relative;
}

.page-products .irs-with-grid .irs-grid {
  border-top: 1px solid #dcdcdc;
}

.page-products .irs-min {
  display: none;
}

.page-products .irs-max {
  display: none;
}

.page-products .content {
  background: #f8f9fa;
  border-top: 1px solid #e5e5e5;
  padding: 92px 0 82px;
}

.page-products .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.73611%;
  margin-right: -1.73611%;
}

.page-products .content ul li {
  width: 33.33%;
  padding: 0 1.73611% 45px;
}

.page-products .content ul li .box {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 100%;
  transition: all .5s;
}

.page-products .content ul li .img {
  position: relative;
  height: 433px;
  background: #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-products .content ul li .img img {
  width: 100%;
  max-height: 100%;
  transition: all .5s;
  object-fit: cover;
}

.page-products .content ul li .img .new {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 76px;
  background: url(../img/products/new.png) 0 0/cover no-repeat;
  z-index: 2;
}

.page-products .content ul li .txt {
  padding: 20px;
  height: 152px;
}

.page-products .content ul li .txt h3 {
  transition: all .5s;
}

.page-products .content ul li .txt h5 {
  color: #777;
  font-weight: normal;
  margin-bottom: 15px;
}

.page-products .content ul li .box:hover {
  box-shadow: 0px 10px 30px 0px rgba(126, 126, 126, 0.15);
}

.page-products .content ul li .box:hover .img img {
  transform: scale(1.05);
}

.page-products .content ul li .box:hover .txt h3 {
  color: #e0852e;
}

.page-products .content .btn-more {
  padding-top: 10px;
}

.page-products .content .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.page-products .content .btn-more a:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .page-products .content ul li .img {
    height: 328px;
  }
}

@media screen and (max-width: 1024px) {
  .page-products .content {
    padding: 45px 0 40px;
  }
  .page-products .content ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-products .content ul li {
    padding: 0 10px 20px;
  }
  .page-products .content ul li .img {
    height: 302px;
  }
}

@media screen and (max-width: 768px) {
    .page-products .subnav ul{
        padding: 0;
    }
  .page-products .subnav ul li a::after {
    height: 15px;
  }
  .page-products .subnav {
    padding: 20px 0;
  }
  .page-products .subnav ul li {
    width: 160px;
  }
  .page-products .subnav ul li a {
    width: 160px;
    height: 50px;
  }
  .page-products .sub-range .in {
    flex-wrap: wrap;
  }
  .page-products .sub-range .in .name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-products .select-range {
    width: 100%;
  }
  .page-products .content ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-products .content ul li {
    padding: 0 5px 10px;
    width: 50%;
  }
  .page-products .content ul li .img {
    height: 46vw;
  }
  .page-products .subnav ul {
    margin-left: -3px;
    margin-right: -3px;
  }
  .page-products .subnav ul li {
    width: 25%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
  .page-products .subnav ul li a {
    width: auto;
  }
  .page-products .subnav ul li a::after {
    display: none;
  }
  .page-products .subnav ul li.active::after {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .page-products .content ul li {
    width: 100%;
  }
  .page-products .content ul li .img {
    height: 89vw;
  }
  .page-products .subnav ul li {
    width: 50%;
  }
}

/* 
 *	product details
*/
.page-banner-product {
  position: relative;
}

.page-banner-product .img img {
  width: 100%;
}

.page-banner-product .Breadcrumbs {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
}

.page-banner-product .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 8%;
  z-index: 2;
  text-align: center;
}

.page-banner-product .text h1 {
  color: #fff;
}

.page-banner-product .text h1 b {
  color: #f08200;
}

.page-banner-product .text h5 {
  color: #fff;
  font-weight: normal;
}

.page-pro-blcok {
  /*border-top: 20px solid #f4f4f4;*/
  background-color: #fff;
  padding: 65px 0 50px;
}

.page-pro-blcok ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25%;
  margin-right: -1.25%;
}

.page-pro-blcok ul li {
  width: 25%;
  padding: 0 1.25% 34px;
}

.page-pro-blcok ul li .box {
  background-color: #f7f7f7;
  border-radius: 5px;
  height: 100%;
  border: 1px solid #dcdcdc;
  padding: 18% 12%;
  transition: all .5s;
}

.page-pro-blcok ul li .box .icon {
  width: 68px;
  overflow: hidden;
}

.page-pro-blcok ul li .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-pro-blcok ul li .box h3 {
  margin: 10px 0 15px;
  line-height: 1.1;
}

.page-pro-blcok ul li .box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-pro-video {
  padding: 77px 0 90px;
  /*background: #f2f2f2;*/
}

.page-pro-video .video-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.page-pro-video .video-box img {
  max-width: 100%;
  transition: all .5s;
}

.page-pro-video .video-box .icon-play {
  opacity: .7;
  width: 89px;
  height: 89px;
}

.page-pro-video .video-box a:hover .icon-play {
  opacity: 1;
}

.page-pro-video .video-box a:hover img {
  transform: scale(1.01);
}

.page-pro-defulat {
  margin-top: 20px;
  /*background-color: #f2f2f2;*/
}

.page-pro-technology {
  padding: 70px 0 42px;
}

.page-pro-technology ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page-pro-technology ul li {
  width: 28.61111%;
  padding: 0 10px 48px;
}

.page-pro-technology ul li:nth-child(2) {
  width: 69.93056%;
}

.page-pro-technology ul li:nth-child(3) {
  width: 69.93056%;
}

.page-pro-technology ul li .box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.page-pro-technology ul li .txt {
  padding: 10% 10%;
}

.page-pro-technology ul li .txt h2 {
  color: #f08200;
  line-height: 1.2;
  margin-bottom: 30px;
}

.page-pro-technology ul li .txt p {
  line-height: 1.67;
}

.page-pro-technology ul li .img {
  height: 100%;
  overflow: hidden;
}

.page-pro-technology ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-pro-Flexible {
  position: relative;
  margin-top: 20px;
}

.page-pro-Flexible .img {
  overflow: hidden;
}

.page-pro-Flexible .img img {
  width: 100%;
}

.page-pro-Flexible .text {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.page-pro-Flexible .text h2 {
  color: #fff;
}

.page-pro-Flexible .text p {
  color: #9a9a9a;
  margin-top: 5px;
}

.detail-title {
  text-align: center;
  margin-bottom: 60px;
}

.detail-title p {
  margin-top: 10px;
  color: #666;
}

.page-pro-configuration {
  padding: 52px 0 60px;
}

.page-pro-configuration ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}

.page-pro-configuration ul li {
  width: 50%;
  padding: 0 23px;
}

.page-pro-configuration ul li .box .img {
  height: 459px;
  border-radius: 20px;
  overflow: hidden;
}

.page-pro-configuration ul li .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-pro-configuration ul li .box .txt {
  padding: 25px 0;
}

.page-pro-configuration ul li .box .txt h3 {
  color: #f08200;
  margin-bottom: 5px;
}

.page-pro-configuration ul li .box .txt p {
  line-height: 20px;
  color: #666;
  min-height: 55px;
}

.page-pro-configuration ul li .box .txt .tip {
  color: #666;
}

.page-pro-configuration ul li .box:hover .img img {
  transform: scale(1.04);
}

.page-pro-solution {
  padding: 70px 0;
}

.page-pro-solution ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page-pro-solution ul li {
  width: 33.33%;
  padding: 0 15px;
}

.page-pro-solution ul li .img {
  border-radius: 20px;
  height: 459px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}

.page-pro-solution ul li .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
}

.page-pro-solution ul li .txt {
  padding: 25px 0;
  text-align: center;
}

.page-pro-solution ul li .box:hover .img img {
  transform: scale(1.04);
}

.page-pro-inspiration {
  padding: 70px 0;
}

.page-pro-inspiration ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page-pro-inspiration ul li {
  width: 31.94444%;
  padding: 0 15px 15px;
}

.page-pro-inspiration ul li:nth-child(2) {
  width: 65.97222%;
}

.page-pro-inspiration ul li:nth-child(3) {
  width: 65.97222%;
}

.page-pro-inspiration ul li .img {
  border-radius: 20px;
  height: 459px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border-radius: none;
}

.page-pro-inspiration ul li .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
  border-radius: none;
}

.page-pro-inspiration ul li .txt {
  padding: 25px 0;
}

.page-pro-inspiration ul li .box:hover .img img {
  transform: scale(1.04);
}

.page-pro-scenario {
  padding: 70px 0 90px;
  overflow: hidden;
}

.page-pro-scenario a {
  display: block;
}

.page-pro-scenario a .img {
  border-radius: 20px;
  height: 459px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.page-pro-scenario a .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
}

.page-pro-scenario a .txt {
  padding: 25px 0;
}

.page-pro-scenario a .box:hover .img img {
  transform: scale(1.04);
}

.page-pro-scenario .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 60px;
}

.page-pro-scenario .btns > div {
  width: 126px;
  height: 33px;
  border-radius: 16.5px;
  position: static;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 17px;
}

.page-pro-scenario .btns > div::after {
  font-size: 18px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-pro-scenario .btns > div.swiper-button-disabled {
  border: 1px solid #f08200;
  color: #f08200;
  background: transparent;
  opacity: 1;
}

.page-pro-scenario .swiper-button-prev::after {
  content: "\eb95";
}

.page-pro-scenario .swiper-button-next::after {
  content: "\e65f";
}

.page-pro-Download {
  padding: 65px 0 94px;
}

.page-pro-Download ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page-pro-Download ul li {
  width: 33.33%;
  padding: 0 10px 20px;
}

.page-pro-Download ul li .box {
  border-radius: 10px;
  background: #f08200;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.page-pro-Download ul li .box .icon {
  width: 65px;
  margin-right: 20px;
}

.page-pro-Download ul li .box .icon img {
  width: 100%;
  transition: all .5s;
}

.page-pro-Download ul li .box h4 {
  color: #fff;
  font-weight: normal;
}

.page-pro-Download ul li a:hover .icon img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1440px) {
  .page-pro-blcok ul li .box {
    padding: 12% 10%;
  }
  .page-pro-video .video-box .icon-play {
    width: 70px;
    height: 70px;
  }
  .page-pro-configuration ul li .box .img {
    height: 348px;
  }
  .page-pro-solution ul li .img {
    height: 346px;
  }
  .page-pro-scenario a .img {
    height: 345px;
  }
  .page-pro-inspiration ul li .img {
    height: 330px;
  }
}

@media screen and (max-width: 1024px) {
  .page-pro-video .video-box .icon-play {
    width: 50px;
    height: 50px;
  }
  .page-pro-blcok {
    border-top-width: 10px;
    padding: 35px 0 25px;
  }
  .page-pro-blcok ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-pro-blcok ul li {
    padding: 0 10px 20px;
    width:50%!important;
  }
  .page-pro-blcok ul li .box .icon {
    width: 50px;
  }
  .page-pro-video {
    padding: 38px 0 45px;
  }
  .page-pro-video .video-box {
    border-radius: 10px;
  }
  .page-pro-technology {
    padding: 35px 0 21px;
  }
  .page-pro-technology ul li .txt {
    padding: 20px;
  }
  .page-pro-technology ul li {
    padding-bottom: 24px;
  }
  .page-pro-Flexible {
    margin-top: 10px;
  }
  .page-pro-defulat {
    margin-top: 10px;
  }
  .detail-title {
    margin-bottom: 30px;
  }
  .page-pro-technology ul li .box {
    border-radius: 10px;
  }
  .page-pro-configuration ul li .box .img {
    height: 310px;
    border-radius: 10px;
  }
  .page-pro-configuration ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-pro-configuration ul li {
    padding: 0 10px;
  }
  .page-pro-defulat {
    padding: 35px 0;
  }
  .page-pro-solution ul li {
    padding: 0 10px;
  }
  .page-pro-solution ul li .img {
    height: 317px;
    border-radius: 10px;
  }
  .page-pro-inspiration ul li {
    padding: 0 10px 10px;
  }
  .page-pro-inspiration ul li .img {
    border-radius: 10px;
    height: 303px;
  }
  .page-pro-scenario a .img {
    height: 307px;
  }
  .page-pro-scenario .btns {
    margin-top: 30px;
  }
  .page-pro-Download ul li .box .icon {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .page-pro-blcok ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-pro-blcok ul li {
    padding: 0 5px 10px;
    width: 100%!important;
  }
  .page-pro-configuration ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-pro-configuration ul li {
    padding: 0 5px;
  }
  .page-pro-technology ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-pro-technology ul li {
    padding: 0 5px 10px;
  }
  .page-pro-configuration ul li .box .img {
    height: 30vw;
  }
  .page-pro-solution ul li .img {
    height: 30vw;
  }
  .page-pro-solution ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-pro-solution ul li {
    padding: 0 5px 10px;
  }
  .page-pro-inspiration ul li .img {
    height: 30vw;
  }
  .page-pro-scenario a .img {
    height: 46vw;
  }
  .page-pro-inspiration ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-pro-inspiration ul li {
    padding: 0 5px 10px;
  }
}

@media screen and (max-width: 520px) {
  .page-pro-configuration ul li {
    width: 100%;
  }
  .page-pro-configuration ul li .box .img {
    height: 60vw;
  }
  .page-pro-blcok ul li {
    width: 100%!important;
  }
  .page-pro-Download ul li {
    width: 100%;
  }
  .page-pro-scenario a .img {
    height: 90vw;
  }
  .page-pro-inspiration ul li {
    width: 100%;
  }
  .page-pro-inspiration ul li .img {
    height: 60vw;
  }
  .page-pro-inspiration ul li:nth-child(2) {
    width: 100%;
  }
  .page-pro-inspiration ul li:nth-child(3) {
    width: 100%;
  }
  .page-pro-solution ul li {
    width: 100%;
  }
  .page-pro-solution ul li .img {
    height: 60vw;
  }
  .page-pro-technology ul li {
    width: 100%;
  }
  .page-pro-technology ul li:nth-child(2) {
    width: 100%;
  }
  .page-pro-technology ul li:nth-child(3) {
    width: 100%;
  }
  .page-pro-Download ul li .box .icon {
    width: 40px;
    height: 40px;
  }
  .page-pro-Download ul li .box {
    height: 100px;
  }
}

/* 
 *	Support - RMA
*/
.page-RMA-Process {
  overflow: hidden;
}

.page-RMA-Process .inner {
  padding: 70px 0 80px;
}

.page-RMA-Process .text h3 {
  line-height: 24px;
  margin-bottom: 15px;
}

.page-RMA-Process .RMAlists {
  margin-top: 30px;
}

.page-RMA-Process .RMAlists ul li {
  margin-bottom: 19px;
}

.page-RMA-Process .RMAlists ul li .box {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 30px 10% 30px 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  transition: all .5s;
}

.page-RMA-Process .RMAlists ul li .box .icon {
  width: 116px;
  overflow: hidden;
  margin-right: 5%;
  flex-shrink: 0;
}

.page-RMA-Process .RMAlists ul li .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-RMA-Process .RMAlists ul li .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.page-RMA-Process .RMAlists ul li .txt h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #eb8d35;
  margin: 10px 0 20px;
}

.page-RMA-Process .RMAlists ul li .txt p {
  line-height: 24px;
}

.page-RMA-Process .RMAlists ul li .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  margin-top: 20px;
}

.page-RMA-Process .RMAlists ul li .imgs .img {
  width: 33.33%;
  padding: 10px 13px;
}

.page-RMA-Process .RMAlists ul li .imgs .img .bx {
  height: 180px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.page-RMA-Process .RMAlists ul li .imgs .img .bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-RMA-Process .RMAlists ul li .imgs .img:hover img {
  transform: scale(1.05);
}

.page-Support-contact {
  /*background: #f2f2f2 center 0 /cover no-repeat;*/
  padding: 80px 0 100px;
  overflow: hidden;
}

.page-Support-contact .formlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.page-Support-contact .formlist ul li {
  padding: 0 12px 24px;
  width: 50%;
}

.page-Support-contact .formlist ul .full {
  width: 100%;
}

.page-Support-contact .formlist .ipt {
  border-radius: 5px;
  border: 2px solid #ebeaea;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  background-color: #fff;
}

.page-Support-contact .formlist .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 15px 12px;
}

.page-Support-contact .formlist .icon img {
  width: 100%;
}

.page-Support-contact .formlist input {
  flex: 1;
}

.page-Support-contact .formlist input::-webkit-input-placeholder {
  color: #bcbbbb;
}

.page-Support-contact .formlist textarea {
  flex: 1;
  padding: 18px 0;
  height: 200px;
}

.page-Support-contact .formlist textarea::-webkit-input-placeholder {
  color: #bcbbbb;
}

.page-Support-contact .formlist .btn-submit button {
  width: 100%;
  height: 72px;
  cursor: pointer;
  transition: all .5s;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
  border-radius: 5px;
}

.page-Support-contact .formlist .btn-submit button:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

@media screen and (max-width: 1440px) {
  .page-RMA-Process .RMAlists ul li .imgs .img .bx {
    height: 142px;
  }
}

@media screen and (max-width: 1024px) {
  .page-RMA-Process .inner {
    padding: 35px 0 40px;
  }
  .page-RMA-Process .RMAlists ul li .imgs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-RMA-Process .RMAlists ul li .imgs .img {
    padding: 10px;
  }
  .page-RMA-Process .RMAlists ul li .imgs .img .bx {
    height: 122px;
  }
  .page-RMA-Process .RMAlists ul li .box .icon {
    width: 80px;
  }
  .page-Support-contact {
    padding: 40px 0 50px;
  }
  .page-Support-contact .formlist ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-Support-contact .formlist ul li {
    padding: 0 10px 20px;
  }
  .page-RMA-Process .RMAlists ul li .txt h2::after {
    width: 30px;
    height: 1px;
    margin: 5px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .page-RMA-Process .RMAlists ul li {
    margin-bottom: 10px;
  }
  .page-RMA-Process .RMAlists ul li .imgs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-RMA-Process .RMAlists ul li .imgs .img {
    padding: 5px;
  }
  .page-Support-contact .formlist ul li {
    width: 100%;
    padding: 0 5px 10px;
  }
  .page-RMA-Process .RMAlists ul li .box {
    padding: 20px;
  }
  .page-RMA-Process .RMAlists ul li .imgs {
    flex-wrap: wrap;
  }
  .page-RMA-Process .RMAlists ul li .imgs .img {
    width: 50%;
  }
}

@media screen and (max-width: 520px) {
  .page-RMA-Process .RMAlists ul li .imgs .img {
    width: 100%;
  }
  .page-Support-contact .formlist .ipt {
    min-height: 50px;
  }
  .page-Support-contact .formlist .icon {
    margin: 10px;
  }
  .page-Support-contact .formlist .btn-submit button {
    height: 62px;
  }
}

/* Search Result */
.page-searchRst {
  padding: 80px 0;
  background: #f4f4f4;
}

.page-searchRst form {
  display: flex;
}

.page-searchRst input {
  height: 50px;
  border-radius: 5px;
  flex: 1;
  margin-right: 16px;
  padding: 0 20px;
}

.page-searchRst button {
  width: 220px;
  height: 50px;
  border-radius: 5px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-searchRst button .icon-search {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/icon_search.png) 0 0/cover no-repeat;
  margin-left: 20px;
}

.page-searchRst button:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

.page-searchRst-result {
  padding: 60px 0 80px;
}

.page-searchRst-result .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-searchRst-result .side-menu {
  width: 17.08333%;
}

.page-searchRst-result .side-menu ul li {
  border-bottom: 1px solid #dcdcdc;
}

.page-searchRst-result .side-menu ul li a {
  display: block;
  line-height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666;
}

.page-searchRst-result .side-menu ul li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}

.page-searchRst-result .side-menu ul li a span::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #9b9b9b;
  margin-right: 10px;
  transition: all .5s;
}

.page-searchRst-result .side-menu ul li a span::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transition: all .5s;
  background: #f08200;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 3px;
  opacity: 0;
  transform: scale(0);
}

.page-searchRst-result .side-menu ul li.top a {
  font-weight: bold;
}

.page-searchRst-result .side-menu ul li.top a span::before {
  display: none;
}

.page-searchRst-result .side-menu ul li.top a span::after {
  display: none;
}

.page-searchRst-result .side-menu ul li.active a {
  color: #f08200;
}

.page-searchRst-result .side-menu ul li.active span::before {
  border: 1px solid #f08200;
}

.page-searchRst-result .side-menu ul li.active span::after {
  opacity: 1;
  transform: scale(1);
}

.page-searchRst-result .content {
  width: 76.38889%;
  width: 100%;
}

.page-searchRst-result .about-key {
  border-bottom: 1px solid #dcdcdc;
}

.page-searchRst-result .about-key h3 {
  padding: 25px 0;
  position: relative;
}

.page-searchRst-result .about-key h3::after {
  content: '';
  display: block;
  width: 136px;
  height: 3px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  position: absolute;
  left: 0;
  bottom: -1px;
}

.page-searchRst-result .keyLists ul li {
  border-bottom: 1px dashed #e7e7e7;
  padding: 32px 0 40px;
}

.page-searchRst-result .keyLists ul li a {
  display: block;
  position: relative;
}

.page-searchRst-result .keyLists ul li span {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 26px;
  color: #e0852e;
}

.page-searchRst-result .keyLists ul li h2 {
  font-weight: normal;
  margin-bottom: 10px;
  margin-right: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-searchRst-result .keyLists ul li p {
  color: #666;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-searchRst-result .keyLists ul li a:hover h2 {
  color: #e0852e;
}

.page-searchRst-result .keyLists .btn-more {
  margin-top: 58px;
}

.page-searchRst-result .keyLists .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.page-searchRst-result .keyLists .btn-more a:hover {
  background-color: #e0852e;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .page-searchRst {
    padding: 40px 0;
  }
  .page-searchRst input {
    margin-right: 10px;
  }
  .page-searchRst-result {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .page-searchRst-result .keyLists ul li {
    padding: 16px 0 20px;
  }
  .page-searchRst-result .keyLists .btn-more {
    margin-top: 29px;
  }
  .page-searchRst-result .side-menu {
    width: 100%;
  }
  .page-searchRst-result .side-menu ul li a {
    line-height: 50px;
  }
  .page-searchRst-result .content {
    width: 100%;
    margin-top: 20px;
  }
}

/* Service Partner */
.page-banner-servicePn {
  background: center bottom /cover no-repeat;
  overflow: hidden;
}

.page-banner-servicePn .content {
  padding: 85px 0 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-banner-servicePn .content .txt {
  width: 37.22222%;
  margin-top: 7%;
}

.page-banner-servicePn .content .txt h2 {
  line-height: 1.33333;
  font-weight: normal;
  margin-bottom: 40px;
}

.page-banner-servicePn .content .txt h2 b {
  color: #e0852e;
}

.page-banner-servicePn .content .txt .btnApply {
  width: 120px;
  height: 46px;
  border-radius: 5px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  display: block;
  line-height: 46px;
  color: #fff;
  text-align: center;
}

.page-banner-servicePn .content .txt .btnApply:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

.page-banner-servicePn .content .img {
  width: 44.44444%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}

.page-banner-servicePn .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-pn-Join {
  padding: 90px 0 60px;
  background-color: #fff;
  overflow: hidden;
}

.page-pn-Join .p-title h2::after {
  display: none;
}

.page-pn-Join ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.80556%;
  margin-right: -1.80556%;
}

.page-pn-Join ul li {
  width: 33.33%;
  padding: 0 1.80556% 50px;
}

.page-pn-Join ul li .box {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  padding: 40px 20px  40px 40px;
  transition: all .5s;
}

.page-pn-Join ul li .box .icon {
  width: 78px;
  margin-bottom: 10px;
}

.page-pn-Join ul li .box .icon img {
  width: 100%;
  transition: all .5s;
}

.page-pn-Join ul li .box h2 {
  line-height: 1.1;
}

.page-pn-Join ul li .box h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #e0852e;
  margin: 20px 0;
}

.page-pn-Join ul li .box h2::after p {
  line-height: 30px;
  color: #666;
}

.page-pn-Join ul li .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.page-pn-Join ul li .box:hover .icon img {
  transform: rotateY(180deg);
}

.page-pn-Network {
  padding: 90px 0 80px;
  background: #f9fafb;
}

.page-pn-Network .network {
  width: 92.5%;
  margin: 0 auto;
  position: relative;
}

.page-pn-Network .network .map img {
  width: 100%;
}

.page-pn-Network .network .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fca551;
  position: absolute;
  margin-top: -5px;
  margin-left: -5px;
}

.page-pn-Network .network .dot span {
  width: 300%;
  height: 300%;
  border-radius: 100%;
  background: rgba(252, 165, 81, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150%;
  margin-left: -150%;
  border: 1px solid #fca551;
  animation: bigSmall 2s infinite;
}

.page-pn-Network .network .dot span::before {
  content: '';
  display: block;
  width: 300%;
  height: 300%;
  border-radius: 100%;
  background: rgba(252, 165, 81, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150%;
  margin-left: -150%;
  border: 1px solid #fca551;
  animation: bigSmall  3s 1s infinite;
}

.page-pn-Network .network .dot1 {
  left: 10.36036%;
  top: 33.13869%;
}

.page-pn-Network .network .dot2 {
  left: 28.9039%;
  top: 24.67153%;
}

.page-pn-Network .network .dot3 {
  left: 17.41742%;
  top: 49.34307%;
}

.page-pn-Network .network .dot4 {
  left: 33.48348%;
  top: 47.59124%;
}

.page-pn-Network .network .dot5 {
  left: 35.36036%;
  top: 49.78102%;
}

.page-pn-Network .network .dot6 {
  left: 35.66066%;
  top: 45.40146%;
}

.page-pn-Network .network .dot6::after {
  content: '';
  display: block;
  width: 1880%;
  height: 1880%;
  border-radius: 100%;
  background: rgba(252, 165, 81, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -940%;
  margin-left: -940%;
  border: 1px solid rgba(252, 165, 81, 0.7);
  animation: bigSmall  3s 2s infinite;
}

.page-pn-Network .network .dot7 {
  right: 21.84685%;
  top: 46.13139%;
}

.page-pn-Network .network .dot8 {
  right: 25.82583%;
  top: 50.21898%;
}

@media screen and (max-width: 1440px) {
  .page-banner-servicePn .content .img {
    height: 274px;
    border-radius: 10px;
  }
  .page-pn-Join ul li .box {
    padding: 30px 20px 30px 30px;
  }
  .page-pn-Join ul li .box .icon {
    width: 58px;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner-servicePn .content {
    padding: 45px 0 65px;
  }
  .page-pn-Join ul li .box {
    padding: 20px;
  }
  .page-pn-Join ul li .box .icon {
    width: 50px;
  }
  .page-pn-Join ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-pn-Join ul li {
    padding: 0 10px 20px;
  }
  .page-pn-Join {
    padding: 45px 0 30px;
  }
  .page-pn-Network {
    padding: 45px 0 40px;
  }
  .page-banner-servicePn .content .img {
    height: 245px;
  }
}

@media screen and (max-width: 768px) {
  .page-pn-Join ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-pn-Join ul li {
    padding: 0 5px 10px;
    width: 50%;
  }
  .page-Support-contact .formlist .btn-submit button {
    height: 60px;
  }
  .page-pn-Network .network .dot {
    width: 5px;
    height: 5px;
  }
  .page-banner-servicePn .content .txt {
    width: 50%;
    margin-top: 4%;
  }
  .page-banner-servicePn .content .txt h2 {
    margin-bottom: 20px;
  }
  .page-banner-servicePn .content .img {
    height: 25vw;
  }
  .page-pn-Join ul li .box .icon {
    width: 40px;
  }
  .page-pn-Join ul li .box h2::after {
    width: 30px;
    height: 1px;
  }
  .page-pn-Join ul li .box {
    padding: 20px 10px;
  }
  .p-title {
    white-space: wrap;
  }
  .page-pn-Join ul li .box p {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .page-banner-servicePn .content {
    flex-wrap: wrap;
  }
  .page-banner-servicePn .content .txt {
    width: 100%;
    margin-top: 0;
  }
  .page-banner-servicePn .content .txt h2 {
    margin-bottom: 10px;
  }
  .page-banner-servicePn .content .img {
    width: 100%;
    margin-top: 20px;
    height: 50vw;
  }
}

/* Service Project */
.page-Service-Project {
  background: #fff;
}

.page-Service-Project .inner {
  padding: 75px 0 56px;
}

.page-Service-Project .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-Service-Project .side-menu {
  width: 20%;
}

.page-Service-Project .side-menu li {
  margin-bottom: 8px;
}

.page-Service-Project .side-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 79px;
  background: #eee;
  padding: 0 0 0 27px;
  border-radius: 5px;
}

.page-Service-Project .side-menu li.active a {
  background-color: #f08200;
  color: #fff;
  font-weight: bold;
}

.page-Service-Project .Projectlist {
  width: 75.625%;
}

.page-Service-Project .Projectlist li {
  margin-bottom: 23px;
}

.page-Service-Project .Projectlist li a {
  display: block;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 25px 30px 20px;
}

.page-Service-Project .Projectlist li a h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #f08200;
  margin: 12px 0 20px;
}

.page-Service-Project .Projectlist li a p {
  line-height: 30px;
}

.page-Service-Project .Projectlist li a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.page-FAQ {
  background: #f4f4f4;
  padding: 65px 0 80px;
  overflow: hidden;
}

.page-FAQ .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}

.page-FAQ .side-menu {
  width: 20%;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.page-FAQ .side-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.page-FAQ .side-menu li:last-child {
  border-bottom: none;
}

.page-FAQ .side-menu li h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px 0 32px;
  height: 58px;
  align-items: center;
  transition: all .4s;
  font-weight: normal;
  cursor: pointer;
}

.page-FAQ .side-menu li h2::after {
  content: "\e65f";
  display: block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  transition: all .5s;
}

.page-FAQ .side-menu li .submenu {
  background: #fdf2e5;
  padding: 10px 0;
  display: none;
}

.page-FAQ .side-menu li .submenu a {
  display: block;
  color: #555;
  padding: 10px 38px;
}

.page-FAQ .side-menu li .submenu a.active {
  color: #e0852e;
}

.page-FAQ .side-menu li.is-active {
  border-bottom: none;
}

.page-FAQ .side-menu li.is-active h2 {
  background: #f08200;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #fff;
}

.page-FAQ .side-menu li.is-active h2::after {
  transform: rotate(90deg);
}

.page-FAQ .FAQLists {
  width: 75.55556%;
}

.page-FAQ .FAQLists dl {
  border-bottom: 1px solid #dbdbdb;
}

.page-FAQ .FAQLists dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: relative;
}

.page-FAQ .FAQLists dl dt h2 {
  margin-right: 30px;
  line-height: 1.2;
}

.page-FAQ .FAQLists dl dt span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-right: 30px;
}

.page-FAQ .FAQLists dl dt em {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #e0852e;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.page-FAQ .FAQLists dl dt em::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #e0852e;
}

.page-FAQ .FAQLists dl dd {
  display: none;
  border-radius: 5px;
  background: #e5e5e5;
  position: relative;
  padding: 30px 30px 30px 90px;
  color: #888;
}

.page-FAQ .FAQLists dl dd b {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #b5b5b5;
  color: #fff;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}

.page-FAQ .FAQLists dl.is-active dt em::after {
  display: none;
}

.page-FAQ .FAQLists .btn-more-long {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .page-Service-Project .inner {
    padding: 30px 0 28px;
  }
  .page-Service-Project .side-menu {
    width: 22%;
  }
  .page-FAQ {
    padding: 30px 0 40px;
  }
  .page-FAQ .FAQLists dl dt {
    padding: 10px 0;
  }
  .page-FAQ .FAQLists dl dt span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 20px;
  }
  .page-FAQ .FAQLists dl dd b {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .page-FAQ .FAQLists dl dd {
    padding: 20px 20px 20px 70px;
  }
}

@media screen and (max-width: 768px) {
  .page-FAQ .side-menu li .submenu a {
    padding: 5px 20px;
  }
  .page-FAQ .side-menu li.is-active h2 {
    padding: 0 20px 0 20px;
  }
  .page-FAQ .side-menu li h2 {
    padding: 0 20px 0 20px;
  }
  .page-FAQ .FAQLists .btn-more-long {
    margin-top: 35px;
  }
}

@media screen and (max-width: 520px) {
  .page-Service-Project .side-menu {
    width: 100%;
  }
  .page-Service-Project .side-menu ul {
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
  }
  .page-Service-Project .side-menu ul li {
    width: 100%;
    padding: 0 3px 3px;
    margin-bottom: 0;
  }
  .page-Service-Project .side-menu ul li:last-child {
    margin-right: 0;
  }
  .page-Service-Project .side-menu ul li a {
    white-space: nowrap;
    padding: 0 10px;
    height: 50px;
  }
  .page-Service-Project .Projectlist {
    width: 100%;
    margin-top: 20px;
  }
  .page-Service-Project .Projectlist li a {
    padding: 20px;
  }
  .page-FAQ .side-menu {
    width: 100%;
  }
  .page-FAQ .FAQLists {
    width: 100%;
    margin-top: 20px;
  }
}

/* support */
.page-support-Local {
  background: #101010;
}

.page-support-Local .inner {
  padding: 105px 0 175px;
}

.page-support-Local .inner .p-title h2 {
  color: #fff;
}

.page-support-Local .content {
  position: relative;
}

.page-support-Local .content .img {
  position: absolute;
  width: 66.66667%;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-support-Local .content .img img {
  width: 100%;
}

.page-support-Local .content .lists {
  position: relative;
  z-index: 2;
}

.page-support-Local .content .lists li {
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.page-support-Local .content .lists li::after {
  content: '';
  display: block;
  width: 29.16667%;
  height: 1px;
  background: #804908;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-support-Local .content .lists li .icon {
  width: 60px;
  margin-right: 30px;
}

.page-support-Local .content .lists li .icon img {
  width: 100%;
}

.page-support-Local .content .lists li h2 {
  color: #fff;
}

.page-support-Local .content .lists li h2 b {
  color: #ffa400;
}

.page-support-Aftersales {
  background: #fff;
  padding: 88px 0 0;
}

.page-support-Aftersales ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page-support-Aftersales ul li {
  width: 50%;
  padding: 0 10px 20px;
}

.page-support-Aftersales ul .box {
  background: rgba(238, 238, 238, 0.3);
  border-radius: 5px;
  padding: 45px 0 45px 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s;
}

.page-support-Aftersales ul .icon {
  width: 69px;
  margin-right: 20px;
}

.page-support-Aftersales ul .icon img {
  width: 100%;
  transition: all .5s;
}

.page-support-Aftersales ul .txt h2 {
  color: #f08200;
}

.page-support-Aftersales ul .box:hover {
  background: #eeeeee;
}

.page-support-Aftersales ul .box:hover .icon img {
  transform: rotateY(180deg);
}

.page-support-Customer {
  background: #fff;
  padding: 88px 0 80px;
}

.page-support-Customer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page-support-Customer ul li {
  width: 20%;
  padding: 0 10px 20px;
}

.page-support-Customer ul .box {
  background: rgba(238, 238, 238, 0.3);
  border-radius: 5px;
  padding: 50px 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all .5s;
  position: relative;
  border: 1px solid #d2d2d2;
  flex-direction: column;
  height: 460px;
}

.page-support-Customer ul .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  overflow: hidden;
}

.page-support-Customer ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-support-Customer ul .icon {
  width: 79px;
  margin-bottom: 65px;
}

.page-support-Customer ul .icon img {
  width: 100%;
  transition: all .5s;
}

.page-support-Customer ul .txt {
  position: relative;
  z-index: 3;
  transition: all .5s;
}

.page-support-Customer ul .txt h2 {
  line-height: 1.25;
}

.page-support-Customer ul .txt h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #f08100;
  margin: 20px 0 40px;
}

.page-support-Customer ul .txt .iconfont {
  font-size: 26px;
  color: #d2d2d2;
}

.page-support-Customer ul .box:hover .img {
  opacity: 1;
  visibility: visible;
}

.page-support-Customer ul .box:hover .icon {
  display: none;
}

.page-support-Customer ul .box:hover .txt {
  text-align: right;
  margin-top: 30%;
}

.page-support-Customer ul .box:hover .txt h2 {
  color: #fff;
  text-align: left;
}

.page-support-FAQ {
  background: #fff;
}

.page-support-FAQ .FAQLists {
  width: 100%;
}

.page-support-FAQ .FAQLists dl dd {
  background: #fafafa;
}

.page-supprts-ls {
  padding: 120px 0 160px;
  background: #fff;
}

.page-supprts-ls ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.page-supprts-ls ul li {
  width: 25%;
  position: relative;
  text-align: center;
}

.page-supprts-ls ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: #dcdcdc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.page-supprts-ls ul li:last-child::after {
  display: none;
}

.page-supprts-ls ul li .icon {
  width: 98px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.page-supprts-ls ul li .icon img {
  width: 100%;
  transition: all .5s;
}

.page-supprts-ls ul li:hover .icon img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1440px) {
  .page-support-Local .content .lists li {
    padding: 20px 0;
  }
  .page-support-Local .content .lists li .icon {
    width: 50px;
    margin-right: 20px;
  }
  .page-support-Customer ul .box {
    height: 400px;
  }
  .page-support-Customer ul .icon {
    width: 70px;
  }
  .page-supprts-ls ul li .icon {
    width: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .page-support-Local .content .lists li .icon {
    width: 40px;
    margin-right: 20px;
  }
  .page-support-Customer ul .icon {
    width: 60px;
    margin-bottom: 20px;
  }
  .page-supprts-ls ul li .icon {
    width: 70px;
  }
  .page-support-Local .inner {
    padding: 55px 0 85px;
  }
  .page-support-Aftersales {
    padding-top: 44px;
  }
  .page-support-Customer {
    padding: 44px 0 40px;
  }
  .page-support-Customer ul .box {
    height: 300px;
  }
  .page-supprts-ls {
    padding: 60px 0 80px;
  }
  .page-support-Aftersales ul .icon {
    width: 50px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-supprts-ls ul li {
    width: 50%;
    margin: 20px 0;
  }
  .page-support-Aftersales ul .box {
    padding: 30px;
  }
  .page-support-Customer ul li {
    width: 33.33%;
  }
  .page-supprts-ls ul li:nth-child(2):after {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .page-support-Local .content .img {
    position: relative;
    width: 100%;
  }
  .page-support-Local .content .lists li {
    padding: 10px 0;
  }
  .page-support-Local .content .lists li::after {
    width: 90%;
  }
  .page-support-Aftersales ul li {
    width: 100%;
  }
  .page-support-Customer ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-support-Customer ul li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .page-support-Customer ul .txt h2::after {
    width: 30px;
    height: 1px;
    margin: 10px 0 20px;
  }
  .page-support-Customer ul .txt h2 {
    font-size: 16px;
  }
  .page-support-Customer ul .box {
    height: 260px;
  }
  .page-supprts-ls ul li .icon {
    width: 50px;
    margin-bottom: 10px;
  }
}

/* News */
.page-news-LATEST .inner {
  padding: 85px 0 110px;
  background: center 0 /cover no-repeat;
}

.page-news-LATEST .title-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.page-news-LATEST .title-news h2::after {
  margin-left: 0;
}

.page-news-LATEST .title-news .srhbar {
  width: 37.29167%;
  margin-right: 8px;
}

.page-news-LATEST .title-news .srhbar form {
  height: 42px;
  border-radius: 21px;
  background: #ebeced;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-news-LATEST .title-news .srhbar form input {
  height: 100%;
  flex: 1;
  border-radius: 21px;
  background: transparent;
  padding: 0 20px;
}

.page-news-LATEST .title-news .srhbar form input::-webkit-input-placeholder {
  color: #999;
}

.page-news-LATEST .title-news .srhbar form button {
  width: 128px;
  height: 42px;
  border-radius: 21px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
  text-align: center;
  transition: all .5s;
}

.page-news-LATEST .title-news .srhbar form button:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

.page-news-LATEST .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-news-LATEST .latestnews-img {
  width: 50.27778%;
}

.page-news-LATEST .latestnews-img .img {
  border-radius: 10px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.page-news-LATEST .latestnews-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-news-LATEST .latestnews-img .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  padding: 20px 5%;
  width: 100%;
}

.page-news-LATEST .latestnews-img .txt .datetime {
  color: #fff;
  opacity: .6;
}

.page-news-LATEST .latestnews-img .txt h2 {
  color: #fff;
  font-weight: normal;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news-LATEST .latestnews-img .txt p {
  color: #fff;
  opacity: .6;
  line-height: 18px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 36px;
}

.page-news-LATEST .latestnews-img a:hover Img {
  transform: scale(1.02);
}

.page-news-LATEST .latestnews-list {
  width: 46.25%;
}

.page-news-LATEST .latestnews-list ul {
  border-bottom: 1px solid #c9c9c9;
}

.page-news-LATEST .latestnews-list li {
  border-top: 1px solid #c9c9c9;
  padding: 30px 0 34px;
}

.page-news-LATEST .latestnews-list li a {
  display: block;
  position: relative;
}

.page-news-LATEST .latestnews-list li .tt {
  margin-right: 100px;
  overflow: hidden;
}

.page-news-LATEST .latestnews-list li h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  margin-bottom: 6px;
}

.page-news-LATEST .latestnews-list li h2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news-LATEST .latestnews-list li h2::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #e0852e;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 8px;
  flex-shrink: 0;
}

.page-news-LATEST .latestnews-list li p {
  color: #999;
  height: 36px;
  line-height: 18px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-news-LATEST .latestnews-list li .datetime {
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.page-news-LATEST .latestnews-list li .datetime .iconfont {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 100%;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  margin-top: 15px;
}

.page-news-LATEST .latestnews-list li a:hover h2 {
  color: #f08100;
}

.page-news-LATEST .latestnews-list li a:hover .datetime {
  color: #e0852e;
}

.page-news-LATEST .latestnews-list li a:hover .datetime .iconfont {
  background: #e0852e;
}

.newsLists {
  background-color: #fff;
  padding: 115px 0 154px;
}

.newsLists .subnav {
  margin-bottom: 45px;
}

.newsLists .subnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newsLists .subnav ul li {
  margin-right: 2%;
}

.newsLists .subnav ul li a {
  display: block;
  min-width: 128px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  text-align: center;
  padding: 0 38px;
  font-weight: bold;
}

.newsLists .subnav ul li:last-child {
  margin-right: 0;
}

.newsLists .subnav ul li.active a {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.newsLists .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -26px;
  margin-right: -26px;
}

.newsLists .content ul li {
  width: 33.33%;
  padding: 0 26px 52px;
}

.newsLists .content ul li a {
  display: block;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
}

.newsLists .content ul li a:hover .img img {
  transform: scale(1.05);
}

.newsLists .content ul li .img {
  height: 250px;
  overflow: hidden;
}

.newsLists .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.newsLists .content ul li .txt {
  padding: 25px 6%;
}

.newsLists .content ul li .txt .datetime {
  color: #999;
}

.newsLists .content ul li .txt h2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}

.newsLists .content ul li .txt p {
  line-height: 18px;
  color: #666;
  margin: 10px 0 22px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 36px;
}

.newsLists .content ul li .txt .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsLists .content ul li .txt button {
  background-color: #eee;
  color: #999;
  display: flex;
  justify-content: center;
  width: 126px;
  height: 33px;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  transition: all .5s;
}

.newsLists .content ul li .txt button:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.newsLists .content ul li .txt span.iconfont {
  color: #a5a5a5;
}

.newsLists .content .btn-more {
  margin-top: 0;
}

.newsLists .content .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.newsLists .content .btn-more a:hover {
  background-color: #e0852e;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .newsLists .subnav ul li {
    margin-right: 3%;
  }
  .newsLists .content ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .newsLists .content ul li {
    padding: 0 20px 40px;
  }
  .newsLists .content ul li .img {
    height: 190px;
  }
}

@media screen and (max-width: 1024px) {
  .page-news-LATEST .inner {
    padding: 40px  0 55px;
  }
  .page-news-LATEST .latestnews-list li {
    padding: 20px 0 28px;
  }
  .newsLists {
    padding: 50px 0 40px;
  }
  .newsLists .subnav {
    margin-bottom: 25px;
  }
  .newsLists .content ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .newsLists .content ul li {
    padding: 0 15px 30px;
  }
  .newsLists .content ul li .img {
    height: 172px;
  }
  .newsLists .content ul li .txt {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-news-LATEST .latestnews-img {
    width: 100%;
  }
  .page-news-LATEST .latestnews-list {
    width: 100%;
    margin-top: 20px;
  }
  .newsLists .content ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .newsLists .content ul li {
    padding: 0 10px 20px;
    width: 50%;
  }
  .newsLists .content ul li .img {
    height: 25vw;
  }
  .newsLists .content ul li .txt {
    padding: 20px;
  }
  .newsLists .subnav ul li a {
    padding: 0 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 520px) {
  .page-news-LATEST .title-news {
    text-align: center;
  }
  .page-news-LATEST .title-news h2 {
    width: 100%;
  }
  .page-news-LATEST .title-news h2::after {
    margin-left: auto;
  }
  .page-news-LATEST .title-news .srhbar {
    width: 100%;
  }
  .newsLists .content ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .newsLists .content ul li {
    padding: 0 5px 10px;
    width: 100%;
  }
  .newsLists .content ul li a {
    border-radius: 5px;
  }
  .newsLists .content ul li .img {
    height: 50vw;
  }
  .newsLists .content ul li .txt {
    padding: 10px;
  }
  .page-news-LATEST .latestnews-img .img {
    border-radius: 5px;
  }
  .page-news-LATEST .latestnews-img .txt h2 {
    margin-bottom: 0;
  }
  .page-news-LATEST .latestnews-img .txt p {
    display: none;
  }
  .page-news-LATEST .latestnews-list li {
    padding: 15px 0;
  }
  .page-news-LATEST .latestnews-list li h2 {
    margin-bottom: 0;
  }
  .page-news-LATEST .latestnews-list li .tt {
    margin-right: 60px;
  }
  .page-news-LATEST .latestnews-list li p {
    display: none;
  }
  .page-news-LATEST .latestnews-list li .datetime span {
    font-size: 14px;
  }
  .page-news-LATEST .latestnews-list li .datetime .iconfont {
    display: none;
  }
  .page-news-LATEST .latestnews-list li h2::before {
    width: 4px;
    height: 4px;
  }
  .newsLists .subnav ul {
    flex-wrap: wrap;
  }
  .newsLists .subnav ul li {
    width: 100%;
    margin-right: 0;
  }
}

.page-news-detail {
  overflow: hidden;
}

.page-news-detail .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 69px 0 156px;
}

.page-news-detail .content {
  width: 66.11111%;
}

.page-news-detail .title {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}

.page-news-detail .title h1 {
  line-height: 1.33333;
  margin-bottom: 20px;
}

.page-news-detail .title .datetime {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-news-detail .title .datetime::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/news/icon_datetime.png);
  margin-right: 8px;
}

.page-news-detail .side {
  width: 28.88889%;
}

.page-news-detail .other {
  display: flex;
  justify-content: space-between;
}

.page-news-detail .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 139px;
}

.page-news-detail .share a {
  display: inline-block;
}

.page-news-detail .share a i {
  display: block;
  background: url(../img/news/share.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  transition: all .5s;
}

.page-news-detail .share a .icon-1 {
  background-position: 0 0;
}

.page-news-detail .share a .icon-2 {
  background-position: -29px 0;
}

.page-news-detail .share a .icon-3 {
  background-position: -56px 0;
}

.page-news-detail .share a .icon-4 {
  background-position: -87px 0;
}

.page-news-detail .share a .icon-5 {
  background-position: -121px 0;
}

.page-news-detail .share a:hover .icon-1 {
  background-position: 0 -18px;
}

.page-news-detail .share a:hover .icon-2 {
  background-position: -29px -18px;
}

.page-news-detail .share a:hover .icon-3 {
  background-position: -56px -18px;
}

.page-news-detail .share a:hover .icon-4 {
  background-position: -87px -18px;
}

.page-news-detail .share a:hover .icon-5 {
  background-position: -121px -18px;
}

.page-news-detail .atcContent {
  line-height: 1.875;
  padding: 25px 0;
}

.page-news-detail .atcContent p {
  color: #666;
}

.page-news-detail .atcContent img {
  max-width: 100%;
}

.page-news-detail .Tags {
  padding: 48px 0;
}

.page-news-detail .Tags a {
  color: #e0852e;
  display: inline-block;
  margin-right: 3px;
}

.page-news-detail .Tags a:hover {
  color: #333;
}

.page-news-detail .prevnext {
  border-top: 1px solid #d2d2d2;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-news-detail .prevnext a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #e0852e;
  color: #666;
}

.page-news-detail .prevnext a i {
  display: inline-block;
  width: 18px;
  height: 8px;
}

.page-news-detail .prevnext a .prev {
  margin-right: 20px;
  background: url(../img/news/left.png);
}

.page-news-detail .prevnext a .Next {
  margin-left: 20px;
  background: url(../img/news/right.png);
}

.page-news-detail .prevnext a:hover {
  color: #e0852e;
}

.page-news-detail .authour {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 22px;
  margin-bottom: 30px;
}

.page-news-detail .authour .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.page-news-detail .authour .hd .img {
  width: 76px;
  height: 76px;
  overflow: hidden;
  margin-right: 25px;
}

.page-news-detail .authour .hd .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-news-detail .authour .hd h2 {
  font-weight: normal;
}

.page-news-detail .authour .bd {
  padding: 20px 0 0;
}

.page-news-detail .authour .bd p {
  color: #666;
  line-height: 24px;
}

.page-news-detail .Related h3 {
  padding: 20px 0;
  font-weight: normal;
  color: #666;
}

.page-news-detail .Related .hd .img {
  width: 100%;
  height: 234px;
  overflow: hidden;
}

.page-news-detail .Related .hd .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-news-detail .Related .hd .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.page-news-detail .Related .hd .datetime {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: #eee;
  margin-right: 20px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .5s;
}

.page-news-detail .Related .hd .datetime span {
  display: block;
}

.page-news-detail .Related .hd .tt h3 {
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  padding: 0;
}

.page-news-detail .Related .hd a:hover .img img {
  transform: scale(1.02);
}

.page-news-detail .Related .hd a:hover .datetime {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.page-news-detail .Related ul {
  border-bottom: 1px solid #ccc;
  margin-top: 24px;
}

.page-news-detail .Related ul li {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.page-news-detail .Related ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page-news-detail .Related ul li .datetime {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: #eee;
  margin-right: 20px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .5s;
}

.page-news-detail .Related ul li .datetime span {
  display: block;
}

.page-news-detail .Related ul li .tt h3 {
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  padding: 0;
}

.page-news-detail .Related ul li a:hover .datetime {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .page-news-detail .Related .hd .img {
    height: 178px;
  }
}

@media screen and (max-width: 1024px) {
  .page-news-detail .inner {
    padding: 35px 0 80px;
  }
  .page-news-detail .Related .hd .img {
    height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .page-news-detail .authour {
    padding: 10px;
  }
  .page-news-detail .Related .hd .img {
    height: 120px;
  }
  .page-news-detail .prevnext a {
    width: 120px;
    height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .page-news-detail .share {
    width: 100px;
  }
  .page-news-detail .Related .hd .img {
    height: 50vw;
  }
  .page-news-detail .content {
    width: 100%;
  }
  .page-news-detail .authour {
    margin-bottom: 15px;
  }
  .page-news-detail .side {
    width: 100%;
    margin-top: 30px;
  }
  .page-news-detail .Related ul li {
    padding: 10px 0;
  }
}




































.page-careers-Join {
  padding: 60px 0 73px;
  background: #f8f8f8;
}

.page-careers-Join .p-title {
  margin-bottom: 40px;
}

.page-careers-Join .filters {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 42px;
}

.page-careers-Join .filters form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-careers-Join .filters .item {
  margin-left: 2.63889%;
  display: flex;
  align-items: center;
}

.page-careers-Join .filters .item:first-child {
  margin-left: 0;
}

.page-careers-Join .filters .item .name {
  margin-right: 14px;
}

.page-careers-Join .filters .select-item {
  max-width: 171px;
  width: 8.90625vw;
  position: relative;
}

.page-careers-Join .filters .select-item span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #dcdcdc;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 5px;
}

.page-careers-Join .filters .select-item span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #7e7e7e;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: 0px;
  transition: all .5s;
}

.page-careers-Join .filters .select-item ul {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  top: 100%;
  display: none;
  max-height: 200px;
  z-index: 3;
  overflow-y: auto;
}

.page-careers-Join .filters .select-item ul::-webkit-scrollbar-track {
  background-color: transparent;
}

.page-careers-Join .filters .select-item ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #E7E7E7;
}

.page-careers-Join .filters .select-item ul::-webkit-scrollbar-thumb {
  background-color: #ea8b34;
  border-radius: 3px;
}

.page-careers-Join .filters .select-item ul li {
  cursor: pointer;
  line-height: 30px;
  padding: 0 10px;
  transition: all .5s;
}

.page-careers-Join .filters .select-item ul li:hover {
  background-color: #eee;
}

.page-careers-Join .filters .btn {
  margin-left: 8.125%;
}

.page-careers-Join .filters .btn button {
  width: 131px;
  height: 34px;
  color: #fff;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s;
}

.page-careers-Join .filters .btn button:hover {
  background: linear-gradient(180deg, #ef993a 0%, #e78131 100%);
}

.page-careers-Join .srhItem {
  margin-bottom: 20px;
  position: relative;
}

.page-careers-Join .srhItem .hd {
  padding: 36px 4%;
  background: #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-careers-Join .srhItem .hd .txt {
  flex: 1;
}

.page-careers-Join .srhItem .hd .txt h2 {
  margin-bottom: 15px;
    font-size: 18px;
}

.page-careers-Join .srhItem .hd .tt span {
  color: #6b6b6b;
  display: inline-block;
  margin-right: 10%;
}

.page-careers-Join .srhItem .hd .tt span:last-child {
  margin-right: 0;
}

.page-careers-Join .srhItem .hd .btn-Apply {
  width: 151px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  justify-content: center;
}

.page-careers-Join .srhItem .hd .btn-Apply::after {
  content: "\e775";
  color: #fff;
  margin-left: 18px;
  transition: all .5s;
  font-family: "iconfont" !important; 
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.page-careers-Join .srhItem .hd .btn-Apply:hover::after {
  transform: translateX(10px);
}

.page-careers-Join .srhItem .bd {
  background-color: #f8f8f8;
  display: none;
}

.page-careers-Join .srhItem .bd .box {
  padding: 40px;
}

.page-careers-Join .srhItem .bd p {
  color: #777777;
  line-height: 2;
}

.page-careers-Join .srhItem .bd .btn-Apply {
  margin-top: 20px;
}

.page-careers-Join .srhItem .bd .btn-Apply a {
  width: 151px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  justify-content: center;
  margin: 0 auto;
}

.page-careers-Join .srhItem .bd .btn-Apply a:hover {
  background: -moz-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(270deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(270deg, #ef993a 0%, #e78131 100%);
}

.page-careers-Join .srhItem .hd.is-open {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
}

.page-careers-Join .srhItem .hd.is-open .txt h2 {
  color: #fff;
}

.page-careers-Join .srhItem .hd.is-open .txt .tt span {
  color: #fff;
}

.page-careers-Join .srhItem .hd.is-open .btn-Apply {
  background: #fff;
  color: #e0852e;
}

.page-careers-Join .srhItem .hd.is-open .btn-Apply::after {
  color: #e0852e;
  transform: rotate(90deg);
}

.page-careers-Join .btn-more {
  margin-top: 70px;
}

.page-careers-Join .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.page-careers-Join .btn-more a:hover {
  background-color: #e0852e;
  color: #fff;
}



@media screen and (max-width: 1024px) {
  .page-careers-Join {
    padding: 30px 0 45px;
  }
  .page-careers-Join .p-title {
    margin-bottom: 20px;
  }
  .page-careers-Join .filters {
    margin-bottom: 21px;
  }
  .page-careers-Join .filters .btn {
    margin-left: 4%;
  }
  .page-careers-Join .filters .item {
    margin-left: 1%;
  }
  .page-careers-Join .filters form {
    padding: 10px 20px;
  }
  .page-careers-Join .srhItem {
    margin-bottom: 10px;
  }
  .page-careers-Join .srhItem .hd {
    padding: 18px 20px;
  }
  .page-careers-Join .srhItem .bd .box {
    padding: 20px;
  }
  .page-careers-Join .srhItem .hd .btn-Apply {
    width: 140px;
    margin-left: 20px;
  }
  .page-careers-Join .btn-more {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  
  .page-careers-Join .filters form {
    flex-wrap: wrap;
    padding: 10px;
  }
  .page-careers-Join .filters .item {
    margin: 5px;
  }
  .page-careers-Join .filters .item:first-child {
    margin-left: 5px;
  }
  .page-careers-Join .filters .item .name {
    width: 70px;
    margin-right: 0;
  }
  .page-careers-Join .filters .select-item {
    width: 150px;
  }
  .page-careers-Join .filters .btn {
    margin-left: 0;
    margin: 5px;
    margin-left: 75px;
  }
}

@media screen and (max-width: 520px) {
  
  .page-careers-Join .filters .item {
    width: 100%;
  }
  .page-careers-Join .filters .select-item {
    flex: 1;
    width: auto;
    max-width: 100%;
  }
  .page-careers-Join .srhItem .hd .btn-Apply {
    width: 80px;
    height: 32px;
  }
  .page-careers-Join .srhItem .hd .btn-Apply::after {
    margin-left: 10px;
  }
  .page-careers-benefits {
    display: none;
  }
  .page-careers-Join .srhItem .hd .txt {
    width: calc(100% - 120px);
  }
  .page-careers-Join .srhItem .hd .txt h2 {
    margin-bottom: 0;
    word-break: break-all;
    font-size: 18px;
  }
  .page-careers-Join .srhItem .hd .txt .tt {
    display: none;
  }
}
