@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.eot') format('eot'), url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'), url('../fonts/Gilroy-HeavyItalic.woff') format('woff'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-display: swap;
}
.huhu h2{
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.huhu h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: var(--primary);
}
.huhu p{
  font-size: 16px;
  line-height: 30px;
  color: #636363;
}
.huhu h3{
  font-size: 20px;
  line-height: 36px;
  margin: 5px 0;
  color: #636363;
  font-weight: 600;
}
body {
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #004899;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(21, 22, 27, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1793px;
  margin: 0 auto 0 0;
  padding-right: 15px;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 80px;
  color: #f6f6f6;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  position: relative;
  margin-left: 81px;
}
#header .nav .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #f6f6f6;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 17px;
}
#header .nav .ui.menu .h-language span i {
  display: inline-block;
  margin-left: 8px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 125px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-inquiry {
  display: inline-block;
  margin-left: 29px;
}
#header .nav .ui.menu .h-inquiry a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 13px 5px 14px;
  border-radius: 12px;
  background: #ff0000;
  color: var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-inquiry a:hover {
  background: #0000ff;
}
#header.active {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
}
.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
  padding: 30px 72px 30px 73px;
  background: var(--primary);
  color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: var(--white);
}
.more:hover::before {
  width: 100%;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  height: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 31%;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 656px;
  color: #fff;
}
#banner ul li .text .box .title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
#banner ul li .text .box p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
#banner ul li .text .box .more {
  margin-top: 47px;
}
#index-body .title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
#index-body .about {
  padding: 53px 0 83px;
  /*background: url(../images/abg.jpg) no-repeat center bottom;*/
  /*background: url(/wendaele/2024/02/29/factory-1.jpg) no-repeat right bottom;*/
  background-size: 50%;
  position: relative;
}
#index-body .about .top {
  max-width: 735px;
}
#index-body .about .top .title {
  color: #191919;
  padding-top: 63px;
  position: relative;
  z-index: 1;
}
#index-body .about .top .title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -134px;
  font-size: 193px;
  line-height: 1;
  font-family: 'Gilroy';
  color: #e6e6e6;
  opacity: 0.3;
}
#index-body .about .top .con {
  font-size: 16px;
  color: #19212f;
  line-height: 30px;
  margin-top: 52px;
}
#index-body .about .top .con h1 {
  display: inline;
  width: auto;
}
#index-body .about .top .more {
  margin-top: 46px;
}
#index-body .about .bottom {
  max-width: 1202px;
  background: rgba(246, 246, 246, 0.34);
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.35);
  padding: 41px 87px 47px 47px;
  margin-top: 79px;
}
#index-body .about .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .bottom ul li {
  padding-right: 92px;
  display: inline-block;
  position: relative;
}
#index-body .about .bottom ul li img {
  display: inline-block;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .about .bottom ul li .text {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .bottom ul li .text .num {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
#index-body .about .bottom ul li .text .num sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 3px;
}
#index-body .about .bottom ul li .text p {
  font-size: 16px;
  line-height: 1;
  margin-top: 6px;
}
#index-body .about .bottom ul li::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  width: 1px;
  height: 38px;
  background-color: #19212f;
  opacity: 0.3;
}
#index-body .about .bottom ul li:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .about .bottom ul li:hover .text {
  color: var(--primary);
}
#index-body .about .bottom ul li:last-child {
  padding-right: 0;
}
#index-body .about .bottom ul li:last-child::after {
  display: none;
}
#index-body .about .play{
  position: absolute;
  z-index: 1;
  top: 30%;
  right: 15%;
}
#index-body .i-product {
  background: url(/wendaele/2024/03/12/bg8.jpg?imageView2/2/format/webp/q/100) no-repeat center top;
  padding-top: 145px;
  color: var(--white);
}
#index-body .i-product .ui.container {
  max-width: 1745px;
  margin: 0 0 0 auto;
  padding: 0 0 0 15px;
}
#index-body .i-product .header span {
  display: block;
  max-width: 130px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: bold;
  color: #babfc6;
  opacity: 0.5;
  margin-top: 22px;
}
#index-body .i-product .content {
  margin-top: 92px;
  position: relative;
}
#index-body .i-product .content .swiper {
  overflow: hidden;
}
#index-body .i-product .content .swiper .swiper-slide{
  overflow: hidden;
}
#index-body .i-product .content .left {
  width: 21.5%;
  vertical-align: bottom;
  padding-right: 69px;
  margin-bottom: 70px;
}
#index-body .i-product .content .left .con {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#index-body .i-product .content .left .more {
  margin-top: 98px;
}
#index-body .i-product .content .right {
  width: 78.5%;
  vertical-align: middle;
}
#index-body .i-product .content .right .top {
  border-bottom: 3px solid var(--primary);
  padding-bottom: 22px;
}
#index-body .i-product .content .right .top .tit {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  width: 74%;
}
#index-body .i-product .content .right .img {
  margin-top: 86px;
  -webkit-box-shadow: 0px 3px 22px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 22px 2px rgba(0, 0, 0, 0.1);
}
#index-body .i-product .content .swiper-button-prev,
#index-body .i-product .content .swiper-button-next {
  top: 55px;
  width: 53px;
  height: 20px;
  background: url(../images/eq-prev.png) no-repeat;
}
#index-body .i-product .content .swiper-button-prev {
  left: inherit;
  right: 16%;
}
#index-body .i-product .content .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: inherit;
  top: 58px;
  right: 10%;
}
#index-body .equipment {
  padding-top: 126px;
}
#index-body .equipment .tit {
  padding-right: 62px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  width: 30%;
  text-align: right;
  margin: 0 0 0 auto;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#index-body .equipment .tit::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  font-size: 420px;
  line-height: 1;
  font-family: 'Gilroy';
  color: #e6e6e6;
  opacity: 0.3;
  right: -233px;
  bottom: -267px;
}
#index-body .equipment .content {
  margin-top: 103px;
  position: relative;
  z-index: 1;
}
#index-body .equipment .content .swiper-slide .img {
  width: 86.459%;
  vertical-align: middle;
}
#index-body .equipment .content .swiper-slide .text {
  width: 23.7%;
  margin-left: -10.159%;
  background: url(../images/eq-icon.png) no-repeat;
  vertical-align: middle;
  padding: 5.631% 0 0 4.17%;
  height: 456px;
  color: var(--white);
}
#index-body .equipment .content .swiper-slide .text span {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #e6e6e6;
}
#index-body .equipment .content .swiper-slide .text .bt {
  font-size: 18px;
  line-height: 1.6;
  width: 70%;
  margin-top: 24px;
}
#index-body .equipment .content .swiper-button-prev,
#index-body .equipment .content .swiper-button-next {
  margin-top: 72px;
  position: inherit;
  top: inherit;
  width: 53px;
  height: 20px;
  background: url(../images/eq-prev.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
#index-body .equipment .content .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 76px 0 0 22px;
}
#index-body .application {
  padding: 151px 0 186px;
  background: url(../images/apbg.png) no-repeat center center;
}
#index-body .application .header .right .con {
  font-size: 16px;
  color: #19212f;
  line-height: 30px;
}
#index-body .application .header .right .arrow {
  text-align: right;
  margin-top: 13px;
}
#index-body .application .header .right .swiper-button-next,
#index-body .application .header .right .swiper-button-prev {
  position: initial;
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 20px;
  background: url(../images/ap-prev.png) no-repeat center;
}
#index-body .application .header .right .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -18px 0 0 22px;
}
#index-body .application .content {
  margin-top: 38px;
}
#index-body .application .content .swiper {
  overflow: hidden;
}
#index-body .application .content .swiper-slide {
  padding: 60px 0;
  position: relative;
}
#index-body .application .content .swiper-slide .img {
  position: relative;
  display: block;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
}
#index-body .application .content .swiper-slide .img img {
  width: 100%;
}
#index-body .application .content .swiper-slide .img .btn {
  position: absolute;
  top: 40%;
  left: 40%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content .swiper-slide .img p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 33px 26px;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
}
#index-body .application .content .swiper-slide-active {
  position: relative;
  z-index: 1;
}
#index-body .application .content .swiper-slide-active .img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-box-shadow: 0px 15px 22px 5px rgba(12, 28, 55, 0.21);
  box-shadow: 0px 15px 22px 5px rgba(12, 28, 55, 0.21);
}
#index-body .application .content .swiper-slide-active .img .btn {
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  transform: scale(0.77);
  opacity: 1;
}
#index-body .application .content .swiper-slide-active .img p {
  font-size: 20px;
  padding-bottom: 21px;
}
#index-body .news {
  background: url(../images/nbg.jpg) no-repeat center center;
  padding: 126px 0 103px;
  background-size: 100% 100%;
}
#index-body .news .header .title {
  color: var(--white);
}
#index-body .news .header span {
  font-size: 16px;
  color: #babfc6;
  opacity: 0.5;
  font-weight: bold;
  line-height: 1.2;
  margin: 17px 0 0 55px;
  display: inline-block;
}
#index-body .news .content {
  max-width: 1167px;
  margin: 36px 0 0 auto;
}
#index-body .news .content ul {
  margin-right: -67px;
}
#index-body .news .content ul li {
  padding-right: 67px;
}
#index-body .news .content ul li .img-box {
  display: block;
}
#index-body .news .content ul li .text {
  color: var(--white);
  padding: 41px 36px 0 21px;
}
#index-body .news .content ul li .text time {
  display: block;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#index-body .news .content ul li .text .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -31px;
}
#index-body .news .content ul li .text .info .date {
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
#index-body .news .content ul li .text .info .date em {
  display: block;
  padding-left: 7px;
}
#index-body .news .content ul li .text .info .date span {
  display: block;
}
#index-body .news .content ul li .text .info .tit {
  font-size: 16px;
  line-height: 30px;
  color: #babfc6;
  font-weight: 500;
  width: 65%;
  margin-right: 24px;
}
#footer {
  background-color: #1b1b1b;
  padding-top: 73px;
  position: relative;
  z-index: 1;
  color: var(--white);
}
#footer .f-content .tit {
  margin-bottom: 43px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color: var(--white);
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2.1;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  margin-bottom: 7px;
}
#footer .f-content ul li:hover {
  color: var(--white);
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-contact {
  padding-right: 5%;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 31px;
  line-height: 1.8;
}
#footer .f-content .f-contact ul li span {
  display: block;
  margin-bottom: 1px;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-product {
  padding-left: 6.5%;
}
#footer .f-content .f-nav {
  padding-left: 8%;
}
#footer .f-content .f-form {
  padding-left: 1.57%;
}
#footer .f-content .f-form form ul {
  margin: 0 -8px -16px 0;
}
#footer .f-content .f-form form ul li {
  padding: 0 8px 16px 0;
}
#footer .f-content .f-form form ul li input,
#footer .f-content .f-form form ul li textarea {
  width: 100%;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.28);
  border: 0;
  font-size: 17px;
  color: var(--white);
  padding: 0 22px;
}
#footer .f-content .f-form form ul li input::-webkit-input-placeholder, #footer .f-content .f-form form ul li textarea::-webkit-input-placeholder {
  color: var(--white);
}
#footer .f-content .f-form form ul li input:-moz-placeholder, #footer .f-content .f-form form ul li textarea:-moz-placeholder {
  color: var(--white);
}
#footer .f-content .f-form form ul li input::-moz-placeholder, #footer .f-content .f-form form ul li textarea::-moz-placeholder {
  color: var(--white);
}
#footer .f-content .f-form form ul li input:-ms-input-placeholder, #footer .f-content .f-form form ul li textarea:-ms-input-placeholder {
  color: var(--white);
}
#footer .f-content .f-form form ul li input::placeholder,
#footer .f-content .f-form form ul li textarea::placeholder {
  color: var(--white);
}
#footer .f-content .f-form form ul li textarea {
  height: 91px;
  padding-top: 6px;
}
#footer .f-content .f-form form ul li.wid-100 {
  width: 100%;
}
#footer .f-content .f-form form ul li:last-child {
  text-align: right;
}
#footer .f-content .f-form form ul li:last-child .mores {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form form ul li:last-child .mores::after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--white);
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form form ul li:last-child .mores:hover {
  color: var(--primary);
}
#footer .f-content .f-form form ul li:last-child .mores:hover::after {
  background: var(--primary);
}
#footer .f-content .f-form .share {
  text-align: right;
  margin-top: 20px;
}
#footer .f-content .f-form .share a {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  background: var(--white);
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: var(--primary);
  margin-right: 22px;
}
#footer .f-content .f-form .share a:last-child {
  margin-right: 0;
}
#footer .f-content .f-form .share a #ewm {
  position: absolute;
  right: -108px;
  top: 0;
  width: 100px;
  border: 3px solid var(--white);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form .share a:hover #ewm {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#footer .f-copy {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 35px;
}
#footer .f-copy p {
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  padding: 21px 0 20px;
  display: inline;
}
.yejiao{
  margin-left: 10px;
}
#footer .f-copy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy a:hover {
  color: var(--white);
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.5);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.5);
}
#footer .f-copy svg:hover {
  fill: var(--white);
}
#footer .f-copy svg:hover text {
  fill: var(--white);
}
.fixed-toolbar ul li.back {
  display: none;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1430px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 60px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 40px;
  }
  #footer .f-copy svg {
    max-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1230px;
  }
  #header .nav .ui.menu .logo {
    width: 20%;
  }
  #banner ul li .text {
    top: 23%;
  }
  #index-body .equipment .tit::after {
    right: -45px;
    font-size: 389px;
  }
  .more {
    padding: 22px 42px;
  }
  #index-body .equipment .content .swiper-slide .text {
    padding: 5.631% 0 0 2.5%;
  }
  #footer .f-content .f-contact {
    padding-right: 2%;
  }
  #footer .f-content .f-form .share a #ewm {
    top: 100%;
    right: 0;
    width: 80px;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 30px;
  }
  #banner ul li .text {
    top: 20%;
  }
  #banner ul li .text .box .more {
    margin-top: 30px;
  }
  #banner ul li .text .box p {
    margin-top: 15px;
  }
  #index-body .i-product .content .left {
    padding-right: 20px;
    margin-bottom: 0px;
  }
  #index-body .i-product .content .left .more {
    margin-top: 50px;
  }
  #index-body .equipment .content .swiper-slide .text {
    height: 400px;
  }
  #index-body .equipment .content .swiper-slide .text .bt {
    width: 82%;
  }
  #footer .f-content .f-product {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu>li{
    font-size: 16px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 30px;
  }
  #banner ul li .text .box .title {
    font-size: 40px;
  }
  #index-body .about .bottom {
    padding: 41px 30px 47px 30px;
  }
  #index-body .about .bottom ul li {
    padding-right: 70px;
  }
  .more {
    font-size: 16px;
  }
  #index-body .equipment .tit::after {
    font-size: 350px;
  }
  #index-body .equipment .content .swiper-slide .text {
    height: 350px;
    padding: 3.5% 0 0 2.5%;
  }
  #index-body .equipment .content .swiper-slide .text .bt {
    width: 88%;
  }
  #index-body .news .content ul li .text .info .date {
    font-size: 40px;
  }
  #index-body .news .content ul li .text .info .tit {
    width: 80%;
    margin-right: 0;
  }
  #footer .f-content .f-product {
    padding-left: 2%;
  }
  #footer .f-content .f-form .share a {
    width: 30px;
    height: 30px;
    line-height: 35px;
    margin-right: 20px;
  }
  #footer .f-copy svg {
    max-height: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    width: auto;
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    display: none;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 15%;
  }
  #banner ul li .text .box .title {
    font-size: 36px;
  }
  #banner ul li .text .box p {
    font-size: 16px;
    width: 100%;
  }
  #index-body .about {
    padding: 50px 0;
  }
  #index-body .about .top .con {
    margin-top: 30px;
  }
  #index-body .about .bottom {
    padding: 26px 15px;
    margin-top: 35px;
  }
  #index-body .about .bottom ul li {
    padding-right: 20px;
  }
  #index-body .about .bottom ul li img {
    width: 30%;
  }
  #index-body .about .bottom ul li .text {
    padding-left: 20px;
  }
  #index-body .about .bottom ul li .text .num {
    font-size: 30px;
  }
  #index-body .more {
    padding: 16px 36px;
  }
  #index-body .i-product {
    padding-top: 60px;
  }
  #index-body .i-product .content {
    margin-top: 40px;
  }
  #index-body .i-product .content .left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  #index-body .i-product .content .right {
    width: 100%;
  }
  #index-body .i-product .content .right .img {
    margin-top: 40px;
  }
  #index-body .i-product .content .swiper-button-prev {
    top: 38%;
    right: 12%;
  }
  #index-body .i-product .content .swiper-button-next {
    top: 38.5%;
    right: 1%;
  }
  #index-body .equipment {
    padding-top: 60px;
  }
  #index-body .equipment .tit::after {
    display: none;
  }
  #index-body .equipment .content {
    margin-top: 40px;
  }
  #index-body .equipment .content .swiper-slide .img {
    width: 100%;
  }
  #index-body .equipment .content .swiper-slide .img img {
    min-height: 400px;
  }
  #index-body .equipment .content .swiper-slide .text {
    width: 30%;
    margin-left: -30%;
  }
  #index-body .application {
    padding: 60px 0;
  }
  #index-body .application .header .left {
    width: 100%;
  }
  #index-body .application .header .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .application .content .swiper-slide .img .btn {
    left: 31%;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .content ul {
    margin-right: -30px;
  }
  #index-body .news .content ul li {
    padding-right: 30px;
  }
  #index-body .news .content ul li .text {
    padding: 20px 20px 0;
  }
  #index-body .news .content ul li .text .info {
    margin-top: 0;
  }
  #index-body .news .content ul li .text .info .date {
    font-size: 30px;
  }
  #footer {
    padding-top: 50px;
  }
  #footer .f-content .f-product,
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 50%;
    padding: 0;
  }
  #footer .f-content .f-form {
    width: 50%;
  }
  #footer .f-copy svg {
    max-height: 27px;
    margin-top: -2px;
  }
  .fixed-toolbar ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #index-body .about .play{
    top: 63%;
  }
  #index-body .equipment .tit{
    padding-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li > img {
    min-height: 280px;
  }
  #banner ul li .text {
    top: 10%;
  }
  #banner ul li .text .box .title {
    font-size: 26px;
  }
  #banner ul li .text .box p {
    margin-top: 5px;
  }
  #banner ul li .text .box .more {
    margin-top: 10px;
  }
  .more {
    padding: 10px 20px;
    font-size: 16px;
  }
  #index-body .title {
    font-size: 42px;
  }
  #index-body .about {
    padding: 25px 0;
    background: transparent;
  }
  #index-body .about .top .title {
    padding-top: 0;
  }
  #index-body .about .top .title::after {
    display: none;
  }
  #index-body .about .top .con {
    margin-top: 15px;
  }
  #index-body .about .top .more {
    margin-top: 20px;
  }
  #index-body .about .bottom {
    display: none;
  }
  #index-body .i-product {
    padding-top: 30px;
  }
  #index-body .i-product .content {
    margin-top: 10px;
  }
  #index-body .i-product .content .left .more {
    margin-top: 20px;
  }
  #index-body .i-product .content .right .top .tit {
    font-size: 26px;
  }
  #index-body .i-product .content .swiper-button-prev {
    top: 42%;
  }
  #index-body .i-product .content .swiper-button-next {
    top: 42.5%;
  }
  #index-body .equipment {
    padding-top: 30px;
  }
  #index-body .equipment .tit {
    width: 53%;
  }
  #index-body .equipment .content .swiper-slide .text {
    width: 45%;
    margin-left: -45%;
    height: 320px;
  }
  #index-body .equipment .content .swiper-slide .text .bt {
    font-size: 16px;
    margin-top: 10px;
  }
  #index-body .equipment .content .swiper-button-prev {
    margin-top: 30px;
  }
  #index-body .equipment .content .swiper-button-next {
    margin-top: 31px;
  }
  #index-body .application {
    padding: 30px 0;
  }
  #index-body .news {
    padding: 25px 0;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul {
    margin-right: -15px;
  }
  #index-body .news .content ul li {
    padding-right: 15px;
  }
  #index-body .news .content ul li .text {
    padding: 10px 0 0;
  }
  #index-body .news .content ul li .text .info {
    display: block;
    margin-top: 10px;
  }
  #index-body .news .content ul li .text .info .date {
    display: block;
    width: 100%;
    font-size: 24px;
    text-align: right;
  }
  #index-body .news .content ul li .text .info .date em {
    display: inline-block;
    margin-right: 5px;
  }
  #index-body .news .content ul li .text .info .date span {
    display: inline-block;
    margin-left: 5px;
  }
  #index-body .news .content ul li .text .info .tit {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }
  #footer {
    padding-top: 25px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .f-form form ul li:nth-child(1),
  #footer .f-content .f-form form ul li:nth-child(2) {
    width: 100%;
  }
  #footer .f-content .f-form form ul li input,
  #footer .f-content .f-form form ul li textarea {
    font-size: 16px;
    padding: 0 10px;
    height: 45px;
  }
  #footer .f-content .f-form form ul li textarea {
    height: 91px;
  }
  #footer .f-copy {
    margin-top: 20px;
  }
  #footer .f-copy p {
    padding: 12px 0 10px;
  }
  .fixed-toolbar {
    right: 10px;
  }
  #index-body .about .play{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li > img {
    min-height: 300px;
  }
  #banner ul li .text {
    top: 6%;
  }
  #banner ul li .text .box .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner ul li .text .box p {
    font-size: 14px;
    line-height: 2;
    margin-top: 0;
  }
  .more {
    font-size: 14px;
    padding: 8px 15px;
  }
  #index-body .title {
    font-size: 30px;
  }
  #index-body .about .top .con {
    margin-top: 5px;
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-product .content .right .top {
    padding-bottom: 8px;
  }
  #index-body .i-product .content .right .top .tit {
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
  }
   #index-body .i-product .content .swiper-button-prev {
    top: 57.5%;
    right: 8%;
  }
  #index-body .i-product .content .swiper-button-next {
    top: 56%;
  }
  #index-body .i-product .content .swiper-button-prev,
  #index-body .i-product .content .swiper-button-next{
    background-size: 60% 60%;
  }
  #index-body .equipment .tit {
    width: 56%;
    font-size: 30px;
  }
  #index-body .equipment .content {
    margin-top: 20px;
  }
  #index-body .equipment .content .swiper-slide .img img {
    min-height: auto;
  }
  #index-body .equipment .content .swiper-slide .text {
    display: none;
  }
  #index-body .application .header .right {
    margin-top: 5px;
  }
  #index-body .application .content {
    margin-top: 20px;
  }
  #index-body .application .content .swiper-slide {
    padding: 0;
  }
  #index-body .application .content .swiper-slide .img p {
    padding: 0 15px 21px;
  }
  #index-body .application .content .swiper-slide-active .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .application .content .swiper-slide-active .img p {
    padding-bottom: 2px;
  }
  #index-body .news .content ul li .text time {
    font-size: 20px;
  }
  #index-body .news .content ul li .text .info .date {
    font-size: 20px;
  }
  #footer .f-content .tit {
    margin-bottom: 10px;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-contact ul li {
    margin-bottom: 10px;
  }
  #footer .f-content .f-form {
    width: 100%;
    padding: 10px 0 0 0;
  }
  #footer .f-content .f-form .share a:last-child {
    display: none;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
  .fixed-toolbar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/*.about {
  position: relative;
  height: 935px;
  background-image: url(../images/inner-about-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0;
}*/
.inner-banner {
  position: relative;
  height: 435px;
  background-image: url(../images/banner115.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0;
}
.inner-banner .text {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.inner-banner .text h2 {
  color: #fff;
  font-weight: bold;
}
.inner-banner .text .mbx {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.inner-banner.about img.dec-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.font-148 {
  font-size: 148px;
  line-height: 1;
  margin-bottom: 40px;
}
.font-148 .mbx {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.inner-page h3.tit3 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.inner-page h3.tit3:before {
  height: 1px;
  width: 30%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.inner-page h3.tit3:after {
  height: 1px;
  width: 30%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #000;
}
.about-page .ui.container {
  max-width: 1600px;
}
.about-page .about-1 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.about-page .about-1 .ui.container {
  text-align: center;
  padding: 0 60px;
}
.about-page .about-1 .top{
  margin-bottom: 50px;
  position: relative;
}
.about-page .about-1 .top .play{
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  text-align: center;
}
.about-page .about-1 .ui.container h3 {
  margin-bottom: 45px;
}
.about-page .about-1 .ui.container p {
  text-align: left;
  line-height: 1.875;
  color: #636363;
  margin-bottom: 25px;
}
.about-page .about-1 .ui.container ul.datalist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.about-page .about-1 .ui.container ul.datalist li {
  text-align: center;
  border-right: 1px solid  #aaa;
  margin-top: 25px;
  width: 33.3333%;
}
.about-page .about-1 .ui.container ul.datalist li:nth-child(3) {
  border: none;
}
.about-page .about-1 .ui.container ul.datalist li img {
  margin: 0 auto;
}
.about-page .about-1 .ui.container ul.datalist li p {
  color: #636363;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.about-page .about-1 .ui.container ul.datalist li span {
  color: #333;
  font-weight: bold;
  font-size: 48px;
}
.about-page .about-2 {
  padding-top: 105px;
  padding-bottom: 90px;
  background: url(../images/about-history-bj.jpg) center center no-repeat;
  background-size: cover;
}
.about-page .about-2 .ui.container {
  position: relative;
}
.about-page .about-2 .ui.container span.btn {
  font-size: 24px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  color: #fff;
  z-index: 99;
}
.about-page .about-2 .ui.container span.btn.slick-prev {
  left: -25px;
}
.about-page .about-2 .ui.container span.btn.slick-next {
  right: -25px;
}
.about-page .about-2 .ui.container ul.historylist {
  margin: 0 -25px;
}
.about-page .about-2 .ui.container ul.historylist li {
  padding: 0 25px;
}
.about-page .about-2 .ui.container ul.historylist li .item {
  text-align: left;
  color: #fff;
}
.about-page .about-2 .ui.container ul.historylist li .item h5 {
  font-weight: 400;
  margin-bottom: 25px;
}
.about-page .about-2 .ui.container ul.historylist li .item p {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  padding-left: 25px;
  position: relative;
}
.about-page .about-2 .ui.container ul.historylist li .item p:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.about-page .about-2 .ui.container ul.navlist {
  position: relative;
  margin-top: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-page .about-2 .ui.container ul.navlist:before {
  content: "";
  width: 89%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-2 .ui.container ul.navlist li {
  text-align: center;
  padding: 0 40px;
}
.about-page .about-2 .ui.container ul.navlist li i {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #000;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container ul.navlist li span {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 1.36363636px;
  font-weight: 400;
  color: #fff;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .ui.container {
  text-align: center;
}
.about-page .about-3 .ui.container h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-3 .ui container .honorlist grid-box four .column .img-box{
  margin: 0 20px;
}
.about-page .about-2 .ui.container h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom:60px;
  text-align: center;
}
.al{
  margin: 40px 0px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.about-page .about-2 .ui.container img{
  display: block;
  margin:0 auto;
  padding: 20px;
  transition: 1s ease;
}
.about-page .about-2 .ui.container img:hover{
   transform: scale(1.1,1.1);
}
.about-page .about-2 .ui.container p{
  color: #ffffff;
  padding: 0 20px;
}
.about-page .about-3 .ui.container p {
  text-align: center;
  margin: 40px auto;
  max-width: 840px;
  line-height: 1.875;
  color: #454545;
}
.about-page .about-3 .ui.container ul.honorlist {
  margin: 0 -10px;
}
.about-page .about-3 .ui.container ul.honorlist li {
  padding: 0 10px;
}
.about-page .about-4 {
  padding: 145px 0px;
  background: url(/wendaele/2024/03/04/about-10.jpg?imageView2/2/format/webp/q/100) center top no-repeat;
  background-size: 100%;
}
.about-page .about-4 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.about-page .about-4 .ui.container .top .left {
  display: inline-block;
  color: #fff;
  text-align: left;
}
.about-page .about-4 .ui.container .top .left span {
  text-transform: uppercase;
  color: #e0e0e0;
}
.about-page .about-4 .ui.container .top .left h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.about-page .about-4 .ui.container .top p {
  max-width: 650px;
  line-height: 1.75;
  color: #fff;
  text-align: left;
}
.about-page .about-4 .ui.container .mainbox ul.pclist {
  margin: 0 -18px;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li {
  padding: 0 18px;
  padding-bottom: 60px;
}
.elevator-page .elevator-5 .ui.container .mainbox ul.pclist li {
  padding: 0 18px;
  padding-bottom: 60px;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox {
  position: relative;
}
.elevator-page .elevator-5 .ui.container .mainbox ul.pclist li .imgbox {
  position: relative;
}
.elevator-page .elevator-5 .ui.container .mainbox ul.pclist li .imgbox h5 {
  position: absolute;
  padding: 10px 10px;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox h5 {
  position: absolute;
  padding: 10px 10px;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.font-15 {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .ui.container ul.datalist li span {
    font-size: 32px;
  }
  .inner-banner {
    height: 500px;
  }
  .font-148 {
    font-size: 80px;
  }
  .about-page .about-4 {
    padding-top: 40px;
  }
  .font-30 {
    font-size: 24px;
  }
  .about-page .about-2 .ui.container span.btn {
    display: none!important;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 60px;
  }
  .about-page .about-1 .ui.container ul.datalist li {
    width: 50%;
  }
  .about-page .about-1 .ui.container ul.datalist li:nth-child(2) {
    border: none;
  }
  .about-page .about-3 {
    padding: 20px 0;
  }
  .about-page .about-1 .ui.container {
    text-align: center;
    padding: 0 15px;
  }
  .about-page .about-3 .ui.container p {
    
    margin: 20px 0;
  }
  .yejiao{
    display: none!important;
  }
  .pb-60{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .huhu{
    display: none!important;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 400px;
  }
  .font-148 {
    font-size: 60px;
  }
  .about-page .about-4 {
    padding-top: 20px;
    background-size: 200%;
  }
  .font-40 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .font-148 {
    font-size: 30px;
  }
  .inner-banner .text h2 {
    margin-bottom: 10px;
    display: none;
  }
  .inner-banner .text .mbx{
    font-size: 14px;
    line-height: 2;
  }
}
.inner-banner h2 {
  font-size: 26px;
}
.inner-banner .pa{
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: 30px;
  }
}
.contact-page {
  background-color: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 55%;
}
.contact-page .contact-1 .left input,
.contact-page .contact-1 .left textarea,
.contact-page .contact-1 .left select {
  width: 100%;
  border: 1px solid #999999;
  background-color: transparent;
  font-size: 20px;
  padding: 15px 20px;
  font-family: arial;
  margin-bottom: 25px;
}
.contact-page .contact-1 .left textarea {
  height: 190px;
}
.contact-page .contact-1 .left button {
  font-size: 19px;
  text-transform: uppercase;
  padding: 20px 80px;
  border: none;
  color: #FFFFFF;
  background-color: #093a95;
  transition: .5s ease;
}
.contact-page .contact-1 .left button:hover{
  background: #000000;
  color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.contact-page .contact-1 .right {
  width: 45%;
  padding-left: 75px;
}
.contact-page .contact-1 .right ul {
  margin: -10px;
}
.contact-page .contact-1 .right ul li {
  padding: 10px;
  width: 100%;
}
.contact-page .contact-1 .right ul li em.fa{
  margin-right: 8px;
}
.contact-page .contact-1 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .right ul li i img {
  vertical-align: -webkit-baseline-middle;
}
.contact-page .map iframe{
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .contact-page .contact-1 .left {
    width: 50%;
  }
  .contact-page .contact-1 .right {
    width: 50%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding: 0;
  }
  .tuskhide {
    display: none !important;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .contact-page .contact-1 .left input,
  .contact-page .contact-1 .left textarea,
  .contact-page .contact-1 .left select {
    font-size: 16px;
    padding: 10px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 20px;
  }
}
.about-page .about-1 .box {
  margin: -15px;
}
.about-page .about-1 .left,
.about-page .about-1 .right {
  padding: 15px;
}
.about-page .about-1 h2 {
  line-height: 1.3;
}
.about-page .about-1 .text {
  line-height: 2;
  padding-right: 90px;
}
.about-page .about-1 .bottom ul {
  margin: -15px;
}
.about-page .about-1 .bottom ul li {
  padding: 15px;
}
.about-page .about-1 .bottom h2 {
  font-size: 62px;
  color: #093a95;
}
.about-page .about-2 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
}
.about-page .about-2 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.about-page .about-2 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-3 {
  padding: 120px 0;
}
.about-page .about-3 ul {
  position: relative;
  margin: 0 -20px;
}
.about-page .about-3 ul li {
  position: relative;
  padding: 0 20px;
}
.about-page .about-3 ul li + li {
  margin-top: -110px;
}
.about-page .about-3 ul li i {
  position: absolute;
  left: -9px;
  top: 8px;
}
.about-page .about-3 ul li i img {
  vertical-align: middle;
}
.about-page .about-3 ul li i::before,
.about-page .about-3 ul li i::after {
  content: "";
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  width: 60px;
  border: 1px dashed #000000;
}
.about-page .about-3 ul li h4 {
  line-height: 30px;
}
.about-page .about-3 ul li h4 span {
  display: inline-block;
  vertical-align: middle;
  color: #074ca0;
}
.about-page .about-5 {
  padding: 120px 0;
}
.about-page .about-5 .list .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-5 .list .arrow_l {
  left: -60px;
}
.about-page .about-5 .list .arrow_r {
  right: -60px;
}
.about-page .about-5 .list ul {
  margin: -15px;
}
.about-page .about-5 .list ul li {
  padding: 15px;
}
.about-page .about-5 .list h4 {
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: #093a95;
  max-width: 100%;
}
.about-page .about-6 {
  padding: 110px 0;
  background: url(../images/about-6-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-page .about-6 .arrow{
  position: absolute;
  top: 50%;
}
.about-page .about-6 .arrow_l{
  left: 0;
}
.about-page .about-6 .arrow_r{
  right: 0;
}
.about-page .about-6 .list {
  margin-top: 30px;
}
.about-page .about-6 .list .slick-list {
  padding-top: 15%!important;
}
.about-page .about-6 .list .slick-slide {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-6 .list .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(-25%);
  -moz-transform: scale(1.2) translateX(-25%);
  -ms-transform: scale(1.2) translateX(-25%);
  transform: scale(1.2) translateX(-25%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.4) translateX(-25%);
  -moz-transform: scale(1.4) translateX(-25%);
  -ms-transform: scale(1.4) translateX(-25%);
  transform: scale(1.4) translateX(-25%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active.slick-center {
  -webkit-transform: scale(1.6) translateX(0);
  -moz-transform: scale(1.6) translateX(0);
  -ms-transform: scale(1.6) translateX(0);
  transform: scale(1.6) translateX(0);
  z-index: 10;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active {
  -webkit-transform: scale(1.4) translateX(25%) !important;
  -moz-transform: scale(1.4) translateX(25%) !important;
  -ms-transform: scale(1.4) translateX(25%) !important;
  transform: scale(1.4) translateX(25%) !important;
  z-index: 9;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(25%) !important;
  -moz-transform: scale(1.2) translateX(25%) !important;
  -ms-transform: scale(1.2) translateX(25%) !important;
  transform: scale(1.2) translateX(25%) !important;
  z-index: 8;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  z-index: 7;
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .bottom {
    padding: 0;
  }
  .about-page .about-1 .bottom h2 {
    font-size: 40px;
  }
  .about-page .about-2 {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    text-align: center;
  }
  .about-page .about-1 .left,
  .about-page .about-1 .right {
    width: 100%!important;
  }
  .about-page .about-1 .text {
    padding: 0;
    height: auto;
  }
  .about-page .about-3 ul::before {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-page .about-3 ul li:nth-child(odd) {
    left: 0;
  }
  .about-page .about-3 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li + li {
    margin-top: 0;
  }
  .about-page .about-3 ul li:nth-child(even) {
    text-align: left;
    padding-right: 0;
    padding-left: 100px;
  }
  .about-page .about-3 ul li:nth-child(even) i {
    left: -8px;
    right: auto;
  }
  .about-page .about-3 ul li:nth-child(even) i::before {
    display: none;
  }
  .about-page .about-3 ul li:nth-child(even) i::after {
    display: inline-block;
  }
  .about-page .about-4 .text {
    padding: 0;
  }
  .about-page .about-5 .list .arrow {
    display: none;
  }
  .about-page .about-6 .list .slick-slide {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-list {
    padding-top: 0!important;
  }
  .about-page .about-6 .list ul li {
    padding: 15px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-6 {
    padding: 60px 0;
  }
  .about-page .about-6 .list {
    margin-top: 40px;
  }
  .about-page .about-3 ul li i::before,
  .about-page .about-3 ul li i::after {
    display: none!important;
  }
  .about-page .about-3 ul li:nth-child(odd),
  .about-page .about-3 ul li:nth-child(even) {
    padding-left: 30px;
  }
  .font-36 {
    font-size: 30px;
  }
}
.cooperation-page h2 {
  line-height: 1.3;
}
.cooperation-page .cooperation-2 ul {
  background: url(../images/cooperation-2.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cooperation-page .cooperation-2 ul li {
  width: 33.33%;
  padding: 40px;
  min-height: 650px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cooperation-page .cooperation-2 ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cooperation-page .cooperation-2 ul li i {
  font-size: 48px;
  color: #FFFFFF;
}
.cooperation-page .cooperation-2 ul li .text h2 {
  color: #FFFFFF;
}
.cooperation-page .cooperation-2 ul li .text p {
  color: #FFFFFF;
  height: 0;
  overflow: hidden;
}
.cooperation-page .cooperation-2 ul li:hover {
  background-color: rgba(9, 58, 149, 0.6);
}
.cooperation-page .cooperation-2 ul li:hover i {
  opacity: 1;
}
.cooperation-page .cooperation-2 ul li:hover .text h2 {
  opacity: 1;
}
.cooperation-page .cooperation-2 ul li:hover .text p {
  height: auto;
  overflow: visible;
}
.cooperation-page .cooperation-4 .box {
  margin: -15px;
}
.cooperation-page .cooperation-4 .column {
  padding: 15px;
  vertical-align: middle;
}
.cooperation-page .cooperation-4 ul {
  position: relative;
}
.cooperation-page .cooperation-4 ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #000000;
}
.cooperation-page .cooperation-4 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cooperation-page .cooperation-4 ul li + li {
  margin-top: 35px;
}
.cooperation-page .cooperation-4 ul li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  background-color: #ebebeb;
}
.cooperation-page .cooperation-4 ul li h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cooperation-page .cooperation-5 {
  margin-bottom: 135px;
}
.cooperation-page .cooperation-5 .list {
  background: url(../images/cooperation-5.jpg) no-repeat center;
  background-size: cover;
  margin: 0 -60px;
  padding: 0 60px;
}
.cooperation-page .cooperation-5 .list ul {
  margin: 0 -25px;
  -webkit-transform: translateY(135px);
  -moz-transform: translateY(135px);
  -ms-transform: translateY(135px);
  transform: translateY(135px);
}
.cooperation-page .cooperation-5 .list ul li {
  padding: 0 25px;
}
.cooperation-page .cooperation-5 .list ul li .mml-text {
  background-color: #FFFFFF;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .cooperation-page .cooperation-2 ul li .text h2 {
    font-size: 24px;
  }
  .cooperation-page .cooperation-2 ul li:hover .text p {
    height: 210px;
    overflow-y: auto;
  }
  .cooperation-page .cooperation-5 .list ul {
    margin: 0 -15px;
  }
  .cooperation-page .cooperation-5 .list ul li {
    padding: 0 15px;
  }
  .cooperation-page .cooperation-5 .list ul li .mml-text {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cooperation-page .cooperation-2 ul {
    display: block;
  }
  .cooperation-page .cooperation-2 ul li {
    width: 100%;
    min-height: initial;
    padding: 20px;
  }
  .cooperation-page .cooperation-2 ul li .text p {
    height: auto;
    margin-top: 15px;
  }
  .cooperation-page .cooperation-2 ul li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cooperation-page .cooperation-2 ul li:hover .text p {
    height: auto;
  }
  .cooperation-page .cooperation-4 .column {
    width: 100%;
  }
  .cooperation-page .cooperation-4 ul li span {
    margin-left: 0;
  }
  .cooperation-page .cooperation-4 ul::before {
    left: 30px;
  }
  .cooperation-page .cooperation-5 .list ul li {
    width: 100%;
  }
  .cooperation-page .cooperation-5 .list {
    margin: 0;
    padding: 15px;
  }
  .cooperation-page .cooperation-5 .list ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cooperation-page .cooperation-5 .list ul li + li {
    margin-top: 15px;
  }
  .cooperation-page .cooperation-5 {
    margin-bottom: 0;
  }
}
.news-list ul {
  margin: -60px -25px;
}
.news-list ul li {
  padding: 60px 25px;
}
.news-list ul li h2,
.news-list ul li h4{
  min-height: 5.5rem;
  font-size: 20px;
  line-height: 36px;
}
.zhengwen{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.newdet-page .newdet-1 .title {
  border-bottom: 1px solid #dfdfdf;
}
.newdet-page .gal-img ul.grid-box {
  margin: 0 -15px;
}
.newdet-page .gal-img ul.grid-box li.column {
  padding: 0 15px;
}
.newdet-page .gal-img .slick-dots {
  margin-top: 50px;
}
.newdet-page .gal-img .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #093a95;
  opacity: .4;
}
.newdet-page .gal-img .slick-dots li button {
  display: none;
}
.newdet-page .gal-img .slick-dots li.slick-active {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .news-list ul {
    margin: -15px;
  }
  .news-list ul li {
    padding: 15px;
  }
  .newdet-page .newdet-1 .content {
    font-size: 16px;
  }
}
.prodet-page {
  position: relative;
}
.prodet-page .prodet-1 .box {
  margin: -15px;
}
.prodet-page .prodet-1 .right {
  padding: 15px;
}
.prodet-page .prodet-1 .right .small{
  text-align: left;
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .txtcontent ul li{
  padding: 20px 0;
}
.prodet-page .prodet-1 .right .txtcontent ul li.active em{
  display: block;
}
.prodet-page .prodet-1 .right .txtcontent ul li+li{
  border-top: 1px solid #000;
}
.prodet-page .prodet-1 .right .txtcontent ul li strong{
  display: block;
  font-size: 22px;
  font-family: arial;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-1 .right .txtcontent ul li strong::before{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-1 .right .txtcontent ul li.active strong::before{
  content: "\f107";
}
.prodet-page .prodet-1 .right .txtcontent ul li em{
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
  display: none;
  line-height: 2;
}
.prodet-page .prodet-1 .left {
  padding: 15px;
}
.prodet-page .prodet-1 .small ul {
  margin: -10px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .small ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .small img {
  border: 1px solid #dadada;
  cursor: pointer;
}
.prodet-page .prodet-1 a.contact {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background-color: #093a95;
  border-radius: 8px;
  margin-right: 35px;
  transition: .5s ease;
}
.prodet-page .prodet-1 a.contact:hover{
  box-shadow: 0 0 10px rebeccapurple;
}
.prodet-page .prodet-1 .share {
  display: inline-block;
}
.prodet-page .prodet-1 .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
.prodet-page .prodet-1 .share a + a {
  margin-left: 15px;
}
.prodet-page .prodet-1 .share a:nth-child(1) {
  color: #FFFFFF;
  background-color: #00aced;
}
.prodet-page .prodet-1 .share a:nth-child(2) {
  color: #FFFFFF;
  background-color: #3b5999;
}
.prodet-page .prodet-1 .share a:nth-child(3) {
  color: #FFFFFF;
  background-color: #cb2027;
}
.prodet-page .prodet-2{ 
  margin: 20px 0;
}
.prodet-page .prodet-2 .box{
  background: #fff;
  padding: 20px;
}
.prodet-page .prodet-2 .box .title{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
  position: relative;
  padding-bottom: 10px;
}
.prodet-page .prodet-2 .box .title img{
  vertical-align: middle;
}
.prodet-page .prodet-2 .box .title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: var(--primary);
}
.prodet-page .prodet-2 .box .content{
  line-height: 2;
  color:#636363;
  font-size: 16px;
  padding-top: 24px;
}
.prodet-page .prodet-2 strong{
  font-weight: bold;
}
.prodet-page .prodet-table table tr:nth-child(even){
  background: transparent;
}
/*.prodet-page .prodet-2 table tr:first-child{
  font-weight: bold;
  color: #093a95;
  font-size: 20px;
}*/
.prodet-page .prodet-3 ul {
  margin: -18px;
}
.prodet-page .prodet-3 ul li {
  padding: 18px;
}
.prodet-page .prodet-3 img {
  border: 1px solid #dadada;
}
.prodet-page .prodet-3 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .arrow_l {
  left: -60px;
}
.prodet-page .prodet-3 .arrow_r {
  right: -60px;
}
.prodet-page .prodet-4 .grid-box{
  margin: -15px;
}
.prodet-page .prodet-4 .left{
  padding: 15px;
}
.prodet-page .prodet-4 .right{
  padding: 15px;
}
.prodet-page .prodet-4 .right .text{
  margin-top: 50px;
}
.prodet-page .prodet-4 table td,
.prodet-page .prodet-4 table th{
  border: none;
  padding: 15px 5px;
}
.prodet-page .prodet-4 table tr{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.prodet-page .prodet-4 table tr td:nth-child(1){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(2){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(3){
  width: 40%!important;
}
.prodet-page .prodet-5 video{
  width: 100%;
}
.prodet-page .prodet-5 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-5 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.prodet-page .prodet-5 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%!important;
  }
  .prodet-page .prodet-1 .right {
    width: 100%!important;
  }
  .prodet-page .prodet-1 a.contact {
    width: 150px;
    margin-right: 10px;
  }
  .prodet-page .prodet-1 .small ul {
    margin: -15px;
  }
  .prodet-page .prodet-1 .small ul li {
    padding: 15px;
  }

  .prodet-page .prodet-3 .arrow{
    display: none;
  }
}
.service-page h2 {
  line-height: 1.3;
}
.service-page .service-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
}
.service-page .service-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.service-page .service-2 ul li {
  width: 33.33%;
  padding: 20px;
}
.service-page .service-2 ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.service-page .service-2 ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/service-2-bg.jpg);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text i {
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #1d83e1;
  background-color: #e9f1fc;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text:hover::after {
  opacity: 1;
}
.service-page .service-2 ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.service-page .service-2 ul li .mml-text:hover i {
  background-color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover p {
  color: #FFFFFF;
}
.service-page .service-3 {
  background: url(../images/service-3-bg.jpg) no-repeat center;
  background-size: cover;
}
.service-page .service-3 .list {
  margin-top: 80px;
  margin-bottom: 40px;
}
.service-page .service-3 .list ul {
  margin: -40px;
}
.service-page .service-3 .list ul li {
  padding: 40px;
}
.service-page .service-3 .list .mml-text i img{
  transition: .5s ease;
}
.service-page .service-3 .list .mml-text:hover i img{
  transform: rotateY(180deg);
}
.service-page .service-3 .list .mml-text {
  padding-left: 80px;
  position: relative;
}
.service-page .service-3 .list .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.service-page .service-4 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px;
}
.service-page .service-4 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service-page .service-4 ul li .img {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .img img {
  border-radius: 4px;
  overflow: hidden;
}
.service-page .service-4 ul li .mml-text {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .mml-text .text + .text {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 1000px) {
  .service-page .service-2 ul {
    display: block;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul {
    margin: -15px;
  }
  .service-page .service-3 .list ul li {
    padding: 15px;
  }
  .service-page .service-3 .list .mml-text {
    padding: 0;
    text-align: center;
  }
  .service-page .service-3 .list .mml-text i {
    position: relative;
    left: auto;
    top: auto;
    height: 60px;
    display: block;
    margin-bottom: 20px;
  }
  .service-page .service-4 ul li {
    display: block;
    padding: 30px 0;
  }
  .service-page .service-4 ul li .img {
    width: 100%;
  }
  .service-page .service-4 ul li .mml-text {
    width: 100%;
  }
  .service-page .service-2 ul {
    margin: -15px;
  }
  .service-page .service-2 ul li {
    padding: 15px;
  }
  .service-page .service-4 ul li {
    margin: -15px;
  }
  .service-page .service-4 ul li .mml-text {
    padding: 15px;
  }
  .service-page .service-4 ul li .img {
    padding: 15px;
  }
}
.case-page .case-nav ul {
  position: relative;
}
.case-page .case-nav ul::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #bcbcbc;
}
.case-page .case-nav ul li {
  width: auto!important;
  margin: 0 15px;
}
.case-page .case-nav ul li a {
  display: block;
  padding: 25px 10px;
  position: relative;
}
.case-page .case-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: transparent;
}
.case-page .case-nav ul li.active a::after {
  background-color: #093a95;
}
.case-page .case-list {
  margin-top: 90px;
}
.case-page .case-list ul {
  margin: -50px -15px;
}
.case-page .case-list ul li {
  padding: 50px 15px;
}
.case-page .case-list a.more {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
}
.case-page .case-list a.more:hover {
  color: #FFFFFF;
  background-color: #093a95;
}
.casedet-1 .videos ul{
  margin: -15px;
}
.casedet-1 .videos ul li{
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .case-page .case-nav {
    display: none;
  }
  .case-page .case-list {
    margin-top: 0;
  }
  .case-page .case-list ul {
    margin: -15px;
  }
  .case-page .case-list ul li {
    padding: 15px;
  }
}
.recruitment-page .recruitment-1 {
  background-image: url(../images/recruitment-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}
.recruitment-page .recruitment-2 {
  margin-top: -160px;
}
.recruitment-page .recruitment-2 ul {
  margin: -20px;
}
.recruitment-page .recruitment-2 ul li {
  padding: 20px;
}
.recruitment-page .recruitment-2 ul li:nth-child(1) .mml-text {
  background: #FFFFFF url(../images/recruitment-1-icon1.jpg) no-repeat right 10% center;
}
.recruitment-page .recruitment-2 ul li:nth-child(2) .mml-text {
  background: #FFFFFF url(../images/recruitment-1-icon2.jpg) no-repeat right 10% center;
}
.recruitment-page .recruitment-2 .mml-text {
  padding: 60px 40px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.recruitment-page .recruitment-2 .mml-text p{
  min-height: 108px;
}
.recruitment-page .recruitment-2 .mml-text a.more {
  display: inline-block;
  color: #093a95;
  border: 1px solid #093a95;
  padding: 15px 50px;
  transition: .5s ease;
}
.recruitment-page .recruitment-2 .mml-text a.more:hover{
  color: #FFFFFF;
  background-color: #093a95;
}
.recruitment-page .recruitment-3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.recruitment-page .recruitment-3 ul li {
  position: relative;
  padding-left: 50px;
}
.recruitment-page .recruitment-3 ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.recruitment-page .recruitment-4 .list ul {
  margin: -10px;
}
.recruitment-page .recruitment-4 .list ul li {
  padding: 10px;
}
.recruitment-page .recruitment-4 .list .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 20px;
  color: #FFFFFF;
}
.recruitment-page .recruitment-5 {
  position: relative;
  overflow: hidden;
}
.recruitment-page .recruitment-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: #f5f5f5;
}
.recruitment-page .recruitment-5 .list ul {
  margin: -25px;
}
.recruitment-page .recruitment-5 .list ul li {
  padding: 25px;
}
.recruitment-page .recruitment-5 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruitment-page .recruitment-5 .arrow_l {
  left: 60px;
}
.recruitment-page .recruitment-5 .arrow_r {
  right: 60px;
}
@media screen and (max-width: 1000px) {
  .recruitment-page .recruitment-1 {
    height: 300px;
  }
  .recruitment-page .recruitment-2 ul li {
    width: 100%!important;
  }
  .recruitment-page .recruitment-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruitment-page .recruitment-3 ul li {
    width: 50%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .recruitment-page .recruitment-4 .list .text {
    padding: 40px 20px;
  }
  .recruitment-page .recruitment-2 ul {
    margin: -15px;
  }
  .recruitment-page .recruitment-2 ul li {
    padding: 15px;
  }
  .recruitment-page .recruitment-2 .mml-text {
    padding: 30px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 2;
  }
  .recruitment-page .recruitment-5 .list ul {
    margin: -15px;
  }
  .recruitment-page .recruitment-5 .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .recruitment-page .recruitment-3 ul li {
    width: 100%;
  }
}
.jobs-page .job-search form input,
.jobs-page .job-search form select,
.jobs-page .job-search form button {
  width: 100%;
  height: 60px;
  font-family: arial;
}
.jobs-page .job-search form input,
.jobs-page .job-search form select {
  border: 1px solid #c0c0c0;
  font-size: 16px;
  padding: 0 30px;
}
.jobs-page .job-search form button {
  font-size: 18px;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  background-color: #093a95;
}
.jobs-page .job-search form ul {
  margin: -10px;
}
.jobs-page .job-search form ul li {
  padding: 10px;
}
.jobs-page .job-search form ul li:nth-child(1) {
  width: 30%;
}
.jobs-page .job-search form ul li:nth-child(2) {
  width: 25%;
}
.jobs-page .job-search form ul li:nth-child(3) {
  width: 25%;
}
.jobs-page .job-search form ul li:nth-child(4) {
  width: 20%;
}
.jobs-page .job-list ul li {
  border-bottom: 1px solid #d1d1d1;
}
.jobs-page .job-list p,
.jobs-page .job-list time {
  color: #717171;
}
.jobs-single h4 {
  border-bottom: 1px solid #d1d1d1;
}
.jobs-single a.apply {
  display: inline-block;
  line-height: 68px;
  color: #FFFFFF;
  background-color: #093a95;
  padding: 0 30px;
  transition: .5s ease;
}
.jobs-single a.apply:hover{
  background-color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.jobs-single a.apply img {
  vertical-align: sub;
  margin-left: 15px;
}
.select-container {
  position: relative;
}
.select-btn {
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  background-color: #fff;
  color: #666666;
  border: 1px solid #c0c0c0;
  cursor: pointer;
  position: relative;
}
.select-btn::after {
  content: '';
  width: 15px;
  height: 10px;
  background: url(../images/arrow-down.png);
  position: absolute;
  right: 20px;
  top: 25px;
}
.options {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.options a {
  color: #666666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.options a:hover {
  color: #fff;
  background-color: #093a95;

}
.select-container:hover .options {
  display: block;
}
.select-container:hover .select-btn {
  border: 1px solid #093a95;
}
@media screen and (max-width: 1000px) {
  .jobs-page .job-search form ul li {
    width: 100%!important;
  }
  .options {
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  .jobs-page .job-list ul li {
    padding: 30px 0;
  }
  .jobs-page .job-list ul li .fl,
  .jobs-page .job-list ul li .fr {
    float: none;
  }
  .jobs-page .job-list time {
    margin-top: 30px;
  }
}
.default-car{
    animation:defaultCar 0.8s 0s linear;
    animation-fill-mode: forwards;
}
@keyframes defaultCar {
    0% {
        right: 100%;
    }
    100% {
        right:0;
    }
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #093a95 none repeat scroll 0 0;
  color: #fff;
}
.mc_e1_lisbox {
    position: relative;
    display: block;
    transition: all .36s;
}
.mc_e1_lisbox:hover {
    box-shadow: 0 5px 47px 4px rgba(214,211,211,.75);
}
.mc_e1_txtbox {
    padding: 18px 28px 38px;
}
.mc_e1_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e2e0e0;
}
.mc_e1_lisbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #001eb4;
    transition: all .36s;
}
.mc_e1_lisbox:hover::after {
    width: 100%;
}
.geek_picking_goodstable {
    height: auto;
}
.mCSB_container {
  width: auto;
  margin-right: 40px;
  overflow: hidden;
}
.link_app{
  display: inline-block;
  color: #FFFFFF;
  background: #093a95;
  padding: 15px 55px;
}
@media screen and (max-width: 1000px) {
  .geek_picking_goodstable{
    height: auto;
  }

  table{
    height: 420px!important;
  }
}
.case-banner .line {
  position: absolute;
  left: 0;
  top: 0;
}
.case-banner .line-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.case-banner .line-text .txt {
  font-size: 16px;
  position: absolute;
  color: #FFFFFF;
}
.case-banner .line-text .txt:nth-child(1) {
  left: 26%;
  top: 93%;
}
.case-banner .line-text .txt:nth-child(2) {
  left: 40.5%;
  top: 88%;
}
.case-banner .line-text .txt:nth-child(3) {
  left: 56%;
  top: 79%;
}
.case-banner .line-text .txt:nth-child(4) {
  left: 68%;
  top: 66%;
}
.case-banner .line-text .txt:nth-child(5) {
  left: 75%;
  top: 6%;
}
.case-banner .line-text .txt:nth-child(6) {
  left: 47%;
  top: 7.5%;
}
.case-banner .line-text .txt:nth-child(7) {
  left: 27%;
  top: 20%;
}
.case-banner .mml-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  padding: 30px 60px;
}
.case-banner .mml-text h5 {
  color: #FFFFFF;
}
.case-banner .mml-text p {
  color: #FFFFFF;
}
@media screen and (max-width: 1600px) {
  .case-banner .line-text .txt{
    font-size: 12px;
  }
  .case-banner .mml-text {
      max-width: 350px;
      padding: 15px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .case-banner .line{
    display: none;
  }
  .case-banner .line-text{
    display: none;
  }
  .case-banner .mml-text{
    max-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .case-banner .mml-text{
    display: none;
  }
}
.download-page ul{
    margin:-15px;
}
.download-page ul li{
    padding:15px;
}

.download-page ul li .box{
    background-color: #e9e9e9;
    padding:15px;
}

.download-page ul li .box .img{
    width:40%;
}

.download-page ul li .box .text{
    width:60%;
}

.download-page ul li .box .text p{
    margin-top: 10px;
    width: auto;
    height: 80px;
    line-height: 28px;
    position: relative;
    top: 0px;
    left: 0px;
}

.download-page ul li .box a{
    display: inline-block;
    padding:0 20px;
    height: 36px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background-color: #093a95;
}

.download-page ul li .box a:hover{
  background-color: #000000;
}

@media screen and (max-width: 1000px) {
  .download-page ul li{
    width: 100%!important;
  }
}
@media screen and (max-width: 500px) {
  .download-page ul li .box .img{
    width: 100%!important;
  }
  .download-page ul li .box .text{
    width: 100%!important;
    padding: 15px;
  }

  .download-page ul li .box .text p{
    height: auto;
  }
}



.tag-icon{
  width: 243px;
  height: 63px;
  background-image: url(../images/dacd.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
/*product list*/
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: var(--primary);
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  /*padding: 10px 20px;*/
  /*border-left: 4px solid var(--primary);*/
  font-size: 18px;
  line-height: 32px;
  color: black;
  /*background: white;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li>a{
  padding: 10px 20px;
  display: block;
  border-left: 4px solid var(--primary);
  background: white;
}
.inner-page .sideLeft .box .list ul li ul li>a{
  padding-left: 40px;
}
.inner-page .sideLeft .box .list ul li ul li{
  border-left: none;
}
.inner-page .sideLeft .box .list ul li ul li > a{
  background: #eee;
  border-left: 0;
}
.inner-page .sideLeft .box .list ul li i{
  /*display: flex;*/
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 13px;
  cursor: pointer;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li.active>a,
.inner-page .sideLeft .box .list ul li:hover>a {
  background: var(--primary);
  color: white;
}
.inner-page .sideLeft .box .list ul li.active i,
.inner-page .sideLeft .box .list ul li:hover i{
  color: #fff;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--primary);
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.inner-page .sideRight .fenlei {
  color: var(--primary);
  margin-top: 10px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.inner-page .sideRight .content {
  line-height: 2;
}
.product-page .sideRight .content{
  max-height: 320px;
  overflow: auto;
}
.product-page {
  padding: 90px 0 60px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 span{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
  min-height: 90px;
}
.productList ul li .box2 h5 {
  font-size: 16px;
  /*font-weight: bold;*/
  min-height: 11em;
  line-height: 30px;
  padding: 10px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--primary);
}
.productList ul li .box2 a.img {
  display: block;
  margin: 25px 0 20px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--base-color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}
@media screen and (max-width: 1600px) {
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
  .inner-banner.about{
    height: 500px;
  }
  .about-page .about-2{
    height: auto;
    padding-top:40px;
    padding-bottom: 40px; 
  }
  .about-page .about-2 .ui.container ul.navlist{
  display: none;
}
}
@media screen and (max-width: 1000px) {
   .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 60px;
}
.inner-banner h2{
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.inner-banner.about{
  height: 400px;
  
}

.about-page .about-2 .ui.container ul.historylist li .item p{
  max-height: 300px;
  overflow: hidden;
}
.about-page .about-4{
  background-size: cover;
}
}
@media screen and (max-width: 700px) {
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }
  .inner-banner h2{
  font-size: 16px;
  line-height: 1.8;
}
.font-36 {
    font-size: 20px;
}
.prodet-page .prodet-1 .small ul li{
  width: 33.33%;
}
.inner-banner.about{
  height: 300px;
}
 .inner-banner {
    height: auto;
    padding: 30px 0;
  }
  .inner-banner .text h2{
    display: none;
  }
  .inner-banner .text{
    position: initial;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media screen and (max-width: 500px) {

}
.product-page .productList ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .8s ease;
}

.productList ul li .box2 a.img img {
    width: 100%;
    transition: all .8s ease;
}


.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}
/*inner css end*/
.hoveranimation[data-v-203185b2]{
  background: var(--base-color)!important;
}
.hoveranimation{
  background: var(--primary);
}
@media screen and (max-width: 1200px) {
.inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
}
}
.bankuai h2 {
    color: #212121;
    line-height: 1.5;
    margin-top: 20px;
    /* margin-bottom: 65px; */
    text-align: center;
}
.font-16 h1{
  display: inline;
}
a.foot-link.roadfinetech{
      width: 570px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      font-size: 16px;
      line-height: 30px;
      color: #7b7b7b;
      margin: 0 10px;
}
.font-16 {
    text-align: left;
    line-height: 1.875;
    color: #636363;
    margin-bottom: 25px;
}
.focus{
  width: 50%
}
.pt-70{
  padding-top: 70px;
}
@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes sca_ani_2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.technology-page{
  padding: 80px 0 120px;
}
.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips { 
  font-weight: bold;
  text-transform: uppercase;
}

.technology-page .init-1 .center{
  font-size: 16px;
  text-align: center;
  color: #636363;
  margin-top: 20px;
}

.elevator-page  .center{
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #636363;
  margin-top: 20px;
}

.technology-page .init-1 .container .content {
  margin-top: 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 25%;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c::after{
  content: "";
  position: absolute;
  left: 90px;
  top: 50%;
  width: 240px;
  height: 1px;
  border-top: 1px dashed #999;
}
.technology-page .init-1 .container .content .list:last-child .title_c::after{
  content: none;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  border-radius: 50%;
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: var(--primary);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px; 
  font-weight: 600;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: 40px;
  text-align: center;
}

.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
.technology-page .init-2 .container .list .right {
  padding-left: 60px;
}
.technology-page .init-2 .container .list .right .tips {
  font-weight: 600; 
  text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
}
.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 1600px){
   .technology-page .init-1 .container .content .list .title_c::after{
     width: 180px;
   }
}
@media (max-width: 1400px){
   .technology-page .init-1 .container .content .list .title_c::after{
     width: 140px;
   }
}
@media (max-width: 1200px){
   .technology-page .init-1 .container .content .list .title_c::after{
     width: 100px;
   }
}
@media (max-width: 1000px){
   .technology-page .init-1 .container .content .list {
    width: 50%;
  }
  .technology-page .init-1 .container .content .list .title_c::after{
    display: none;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
}
@media (max-width: 700px){
   .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
}
@media (max-width: 500px) {
  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
}

.elevator-page h2.title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}

.elevator-page h2.dex  {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  text-transform:uppercase;
}

.elevator-page .elevator-1 {
  padding: 55px 0;
  text-align: center;
}
.elevator-page .elevator-1 h2 small {
  display: block;
  font-size: 48%;
  font-weight: normal;
  margin-top: 1em;
}
.elevator-page .elevator-1 .text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 1.5em;
}

.whtie{
   color: white;
}

.elevator-page .elevator-2 {
  padding: 50px 0;
  background: url("../images/inner-CAPABILITIES-banner2.jpg");
  color: white;
}
.elevator-page .elevator-2 .left {
  margin-top: 1.5em;
  vertical-align: middle;
}
.elevator-page .elevator-2 .left .text {
  margin-top: 3em;
}
.elevator-page .elevator-2 .right {
  vertical-align: middle;
  padding-left: 4%;
}
.elevator-page .elevator-2 .right .img {
  height: 580px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.elevator-page .elevator-3 {
  padding: 80px 0;
  text-align: center;
}

.elevator-page .elevator-5 {
  padding: 80px 0;
  text-align: center;
}

.elevator-page .elevator-3 h2 {
  padding: 0 5%;
}
.elevator-page .elevator-3 .img {
  margin: 20px 0;
  text-align: center;
}
.elevator-page .elevator-3 .img img {
  display: block;
  margin: 0 auto;
}
.elevator-page .elevator-3 .list ul {
  margin: -30px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elevator-page .elevator-3 .list ul li {
  padding: 30px 15px;
}
.elevator-page .elevator-3 .list ul li .box {
  height: 100%;
  padding: 45px 30px;
  border-radius: 10px;
  border: 1px solid #979797;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.elevator-page .elevator-3 .list ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.elevator-page .elevator-3 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.elevator-page .elevator-3 .list ul li .box h6 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
}
.elevator-page .elevator-3 .list ul li .box .text{
  font-size: 18px;
}
.elevator-page .elevator-3 .list ul li .box:hover {
  background: var(--primary);
  color: white;
}
.elevator-page .elevator-3 .list ul li .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.elevator-page .elevator-4 {
  padding: 20px 0 100px;
  text-align: center;
  background: url("../images/elevator-4-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
}
.elevator-page .elevator-4 .list {
  margin-top: 70px;
}
.elevator-page .elevator-4 .list .slide {
  margin-top: 60px;
}
.elevator-page .elevator-4 .list .slide:first-child {
  margin-top: 0;
}
.elevator-page .elevator-4 .list .slide .left {
  vertical-align: middle;
  padding-right: 3%;
  position: relative;
}
.elevator-page .elevator-4 .list .slide .left .img {
  height: 320px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.elevator-page .elevator-4 .list .slide .right {
  vertical-align: middle;
  padding-left: 3%;
  text-align: left;
  position: relative;
}
.elevator-page .elevator-4 .list .slide .right h3 {
  font-weight: bold;
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.elevator-page .elevator-4 .list .slide .right h3:after {
  content: '';
  width: 22%;
  height: 3px;
  background: var(--primary);
  display: block;
}
.elevator-page .elevator-4 .list .slide .right .text {
  margin-top: 1.5em;
  font-weight: 300;
  max-height: 220px;
  overflow: auto;
}
.elevator-page .elevator-4 .list .slide:nth-child(even) .left {
  left: 50%;
  padding-left: 3%;
  padding-right: 0;
}
.elevator-page .elevator-4 .list .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  left: -50%;
}
@media screen and (max-width: 1700px){
  .elevator-page .elevator-1 .text,
  .elevator-page .elevator-3 .list ul li .box h6 {
    font-size: 18px;
  }
   .elevator-page .elevator-4 .list .slide .right h3 {
    font-size: 24px;
  }
  .elevator-page h2.title {
    font-size: 32px;
  }
  .elevator-page .elevator-2 .right .img {
    height: 480px;
  }
  .elevator-page .elevator-3 .img img {
    max-width: 70%;
  }
  .elevator-page .elevator-3 .list ul li .box {
    padding: 20px;
  }
  .elevator-page .elevator-3 .list ul li .box i {
    height: 40px;
  }
  .elevator-page .elevator-3 .list ul li .box i img {
    max-height: 100%;
  }
  .elevator-page .elevator-3 .list ul li {
    padding: 10px;
  }
  .elevator-page .elevator-3 .list ul {
    margin: -10px;
  }
  .elevator-page .elevator-4 .list .slide .left .img {
    height: 280px;
  }
}
@media screen and (max-width: 1500px){
   .elevator-page .elevator-1 .text,
  .elevator-page .elevator-3 .list ul li .box h6 {
    font-size: 16px;
  }
   .elevator-page h2.title {
    font-size: 28px;
  }
   .elevator-page .elevator-4 .list .slide .left .img {
    height: 240px;
  }
  .elevator-page .elevator-4 .list .slide .right h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px){
   .elevator-page h2.title {
    font-size: 24px;
  }
  .elevator-page .elevator-1 .text,
  .elevator-page .elevator-3 .list ul li .box h6 {
    font-size: 14px;
    line-height: 28px;
  }
   .elevator-page .elevator-4 .list .slide .left .img {
    height: 200px;
  }
  .elevator-page h2.dex{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px){
  .elevator-page h2.title {
    font-size: 20px;
  }
  .elevator-page .elevator-4 .list .slide .right h3 {
    font-size: 18px;
  } 
  .elevator-page .elevator-4 .list .slide .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  } 
  .elevator-page .elevator-4 .list .slide .right {
    width: 100% !important;
    left: 0 !important;
    padding: 20px 0 !important;
  }
  .elevator-page .elevator-2 .right {
    display: none;
  }
  .elevator-page .elevator-2 .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .elevator-page .elevator-3 {
    padding: 50px 0;
  }
  .elevator-page .elevator-3 .list ul li {
    width: 50%;
  }
  .elevator-page .elevator-4 .list .slide {
    margin-top: 0;
  }
  .elevator-page .elevator-4 .list {
    margin-top: 40px;
  }
  .elevator-page .elevator-4 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px){
   .elevator-page .elevator-3 .img img {
    max-width: 100%;
  }
   .elevator-page .elevator-3 .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .elevator-page h2.dex {
    font-size: 22px;
  }
}

.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 20px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--primary);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--primary);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--primary);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.faq-page {
  padding: 0 0 80px;
  background: #f5f5f5;
}
.faq-page .box ul {
  margin-right: -40px;
}
.faq-page .box ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
.faq-page .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page .box ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--primary);
  padding: 9px 14px;
  color: #fff;
}
.faq-page .box ul li .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.faq-page .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page .box ul li.active .title {
  color: #fff;
  background: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
  color: #fff;
}
.faq-page .box ul li.active .title::after {
  background: #fff;
  color: var(--primary);
}
@media screen and (max-width: 1000px) {
  .faq-page .box ul {
    margin-right: 0;
  }
  .faq-page .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
  .mc_e1_txtbox {
    padding: 18px 0px 38px;
  }
  .news-list ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li .title::after {
    left: 10px;
  }
  .faq-page .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page .box ul li .accordion-info {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  .news-list ul li{
    width: 100% !important;
  }
}
.xinwen h3{
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  color: var(--primary)!important;
}

#index-body .about .main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  
} 
#index-body .about .main .top{
  width: 50%;
}
#index-body .about .main .right{
  width: 45%;
  position: relative;
}
#index-body .about .main .right .play{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  right: auto;
}
@media screen and (max-width: 1000px) {
#index-body .about .main .top{
  width: 100%;
}
#index-body .about .main .right{
  width: 100%;
  margin-top: 20px;
}
}