@font-face {
  font-family: 'Michroma';
  src: url(../fonts/Michroma.ttf) format('truetype'), url(../fonts/Michroma.eot) format('eot'), url(../fonts/Michroma.woff) format('woff'), url(../fonts/Michroma.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Tralic-ExtraexpandedBold';
  src: url(../fonts/Tralic-ExtraexpandedBold.ttf) format('truetype'), url(../fonts/Tralic-ExtraexpandedBold.eot) format('eot'), url(../fonts/Tralic-ExtraexpandedBold.woff) format('woff'), url(../fonts/Tralic-ExtraexpandedBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Tralic-ExtraexpandedRegular';
  src: url(../fonts/Tralic-ExtraexpandedRegular.ttf) format('truetype'), url(../fonts/Tralic-ExtraexpandedRegular.eot) format('eot'), url(../fonts/Tralic-ExtraexpandedRegular.woff) format('woff'), url(../fonts/Tralic-ExtraexpandedRegular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'MicrogrammaD-BoldExte';
  src: url(../fonts/MicrogrammaD-BoldExte.ttf) format('truetype'), url(../fonts/MicrogrammaD-BoldExte.eot) format('eot'), url(../fonts/MicrogrammaD-BoldExte.woff) format('woff'), url(../fonts/MicrogrammaD-BoldExte.woff2) format('woff2');
}

input::-webkit-input-placeholder {
  color: #8e8e8e;
}
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
input::-moz-placeholder {
  color: #8e8e8e;
}
input:-moz-placeholder {
  color: #8e8e8e;
}
input:-ms-input-placeholder {
  color: #8e8e8e;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #1d2088;
  --yellow: #fccf1b;
  font-family: 'Poppins-Regular';
  --font: 'MicrogrammaD-BoldExte';
  --main-font: 'Poppins-Bold';
  background-color: #fff;
  max-width: 1920px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
}
#header.active{
  background-color:#f9f9f9 !important;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner-header .nav .ui.menu .menu-box ul.menu > li{
    color: black !important;
}
#header.active .language-box .zhuyu span,
#header.inner-header .language-box .zhuyu span{
    color: black!important;
}
#header.inner-header .language-box .zhuyu,
#header.active .language-box .zhuyu,
#header{
    border-color:black !important;
}
#header.active .nav .ui.menu .right .h-search,{
    border-color:transparent !important;
}
#header.active .nav .ui.menu .right .h-search{
  border-color: white;
}
#header.active .language-box .zhuyu,
#header.inner-header .language-box .zhuyu{
  border-color: white;
}
#header.active .language-box .zhuyu span,
#header.inner-header .language-box .zhuyu span {
  color: white;
}
#header .nav {
  position: relative;
  height: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 25px;
  padding-right: 80px;
}
#header .nav .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#header .nav .logo img:last-child{
    margin-top: 10px;
    transition: all 0.5s;
}
#header.active .nav .logo img:last-child{
    filter:brightness(0);
}
#header .nav .ui.menu {
  height: 100%;
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  -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: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
 font-family: 'Michroma';
  border-bottom: 1px solid transparent;
  padding: 5px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#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;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#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 ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-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 .right {
  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;
  margin-left: 50px;
}
#header .nav .ui.menu .right .h-search {
  margin-left: 8px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
}
.language-box .zhuyu {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 46px;
  border: 1px solid var(--color);
}
.language-box .zhuyu span {
  font-size: 20px;
  color: var(--color);
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .down {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 155px;
  height: 155px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#banner .down:hover i {
  color: var(--color);
}
#banner .down i {
  font-size: 30px;
  color: black;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 40px;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
  height: 100vh;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  color: white;
  padding: 100px 3% 0;
}
#banner .banner-content ul li .content .list {
  max-width: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content ul li .content .list h3{
    font-family: 'MicrogrammaD-BoldExte';
    text-align: center;
    line-height: 1.2;
    margin-top: 20px;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
}
#banner .banner-content ul li .bg.active{
    opacity: 1;
}
#banner .banner-content ul li .bg2{
    position: absolute;
    inset:0;
}
#banner .banner-content ul li .banner-1,
#banner .banner-content ul li .banner-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left:0;
  top:0;
  display: none;
  filter: brightness(0.8);
}
.more {
  padding: 10px 55px 10px 40px;
  background-color: transparent;
  position: relative;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 35px;
}
.more:hover i {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.more span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: black;
}
.more i {
  font-size: 30px;
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #92929b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  color: white;
}
.more.white {
  border-color: white;
}
.more.white span {
  color: white;
}
.h-title {
  margin: 0 auto;
}
.h-title h3 {
  font-size: 48px;
  font-family: var(--font);
  color: #383838;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
.h-title h3 span{color: var(--color);}
.h-title p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
#index-body .category {
  padding: 90px 0 120px;
  position: relative;
}
#index-body .category .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .category .category-content ul {
  margin: 40px -20px 0;
}
#index-body .category .category-content ul li {
  padding: 0 20px;
}
#index-body .category .category-content ul li .box .img_box {
  background-color: #efeeee;
  height: 370px;
  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;
}
#index-body .about {
  padding: 100px 0 0;
  position: relative;
}
#index-body .about .about-t {
  position: relative;
  margin-bottom: 80px;
}
#index-body .about .about-t .h-title {
  max-width: 1000px;
}
#index-body .about .about-t .more {
  margin: 40px auto 0;
}
#index-body .about .about-content {
  position: relative;
}
#index-body .about .about-content .bg {
  position: relative;
  height: 1200px;
}
#index-body .about .about-content .bg iframe {
  width: 100%;
  height: 100%;
}
#index-body .about .about-content .content {
  position: absolute;
  width: 100%;
  bottom: 60px;
  padding-left: 21%;
  padding-right: 15.5%;
}
#index-body .about .about-content .content ul {
  margin: 0 -20px;
}
#index-body .about .about-content .content ul li {
  padding: 0 20px;
}
#index-body .about .about-content .content ul li .img {
  padding: 12px;
  border-radius: 10px;
  background-color: white;
}
#index-body .about .about-b {
  position: relative;
  margin-top: 55px;
}
#index-body .about .about-b ul {
  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;
}
  #index-body .about .about-b ul li{
      width: 33.33333%;
      margin: 20px 0;
      text-align: center;
      justify-content: center;
  }
#index-body .about .about-b ul li .text {
  padding-top: 15px;
}
#index-body .about .about-b ul li .text h4 {
  font-size: 40px;
  line-height: 0.8;
  margin-bottom: 10px;
}
#index-body .about .about-b ul li .text h4 span {
  font-size: 20px;
  margin-left: 10px;
}
#index-body .advantage {
  padding:100px 0 100px;
  background-color: #efeeee;
}
#index-body .advantage .advantage-content {
  width: 100%;
  position: relative;
}
#index-body .advantage .advantage-content ul {
  margin: 30px -30px 0;
}
#index-body .advantage .advantage-content ul .slick-current li .box .text {
  opacity: 1;
}
#index-body .advantage .advantage-content ul li {
  padding: 0 30px;
}
#index-body .advantage .advantage-content ul li .box {
  width: 100%;
  position: relative;
}
#index-body .advantage .advantage-content ul li .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .advantage .advantage-content ul li .box .text {
  position: absolute;
  left: 30px;
  bottom: 15px;
  width: 510px;
  height: 260px;
  padding: 40px 30px 0 45px;
  background-color: white;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content ul .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  height: 70px;
  border-radius: 35px;
  background-color: white;
  border: none;
  color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content ul .slick-arrow:hover {
  background-color: var(--color);
}
#index-body .advantage .advantage-content ul .slick-arrow:hover::after {
  border-color: white;
  color: white;
}
#index-body .advantage .advantage-content ul .slick-arrow.slick-prev::after {
    content: "\e6cf";
}
#index-body .advantage .advantage-content ul .slick-arrow::after {
  content: "\e6e8";
  font-family: 'iconfont';
  color: #5c5c5c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid var(--color);
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content ul .slick-prev {
  left: 15%;
}
#index-body .advantage .advantage-content ul .slick-prev::after {
  left: 10px;
}
#index-body .advantage .advantage-content ul .slick-next {
  right: 15%;
}
#index-body .advantage .advantage-content ul .slick-next::after {
  right: 10px;
}
#index-body .news {
  padding: 80px 0 330px;
  background-color: #fbfbff;
  position: relative;
  z-index: 5;
}
#index-body .news .bg {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 145px;
}
#index-body .news .news-content {
  max-width: 1440px;
}
#index-body .news .news-content .h-title h3 {
  text-align: left;
}
#index-body .news .news-content ul {
  margin: 10px -36px 0;
}
#index-body .news .news-content ul li {
  padding: 0 36px;
  position: relative;
}
#index-body .news .news-content ul li:hover .news_category {
  border-color: var(--color);
}
#index-body .news .news-content ul li .news_category {
  font-size: 16px;
  border-top: 3px solid #000000;
  padding-top: 20px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .date {
  font-size: 18px;
  color: var(--color);
  font-weight: bold;
}
#index-body .news .news-content ul li h4 {
  font-size: 29px;
  line-height: 1.2;
  color: #000;
  font-family: var(--font);
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  margin: 25px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content ul li h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li .con {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.6;
}
#footer {
  position: relative;
  z-index: 20;
  background-color: #2a2a2a;
}
#footer .form {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 280px 0 245px;
}
#footer .form .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .form h3,
#footer .form p {
  color: white;
  position: relative;
  z-index: 5;
}
#footer .form p {
  line-height: 2.5;
}
#footer .form form {
  z-index: 5;
  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;
  width: 420px;
  position: relative;
  margin-bottom: 140px;
}
#footer .form form input[type='text'] {
  width: 100%;
  padding-bottom: 2%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-right: 15px;
  color: white;
  font-size: 19px;
  margin-bottom: 50px;
}
#footer .form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
#footer .form form input[type='submit'] {
  width: 155px;
  height: 50px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  color: var(--color);
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
}
#footer .form form input[type='submit']:hover {
  color: white;
  background-color: #000;
}
#footer .footer-t {
  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;
  padding: 90px 15px 105px;
  position: unset;
}
#footer .footer-t .right {
  width: 770px;
  margin-left: auto;
  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;
}
#footer .footer-t .right .t-list.link span:hover {
  border-color: white;
}
#footer .footer-t .right .t-list.contact {
  width: 280px;
}
#footer .footer-t .right .t-list.contact span {
  opacity: 1;
}
#footer .footer-t .right .t-list.qcode {
  position: relative;
}
#footer .footer-t .right .t-list.qcode #ewm {
  margin: 0 auto;
}
#footer .footer-t .right .t-list {
  color: #fff;
  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;
}
#footer .footer-t .right .t-list .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .footer-t .right .t-list .share a {
  background-color: transparent;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  border: 1px solid #525a56;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .right .t-list .share a i {
  color: #cacaca;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .right .t-list .share a:hover {
  background-color: #525a56;
}
#footer .footer-t .right .t-list .share a:hover i {
  color: white;
}
#footer .footer-t .right .t-list .share a:last-child {
  margin-right: 0;
}
#footer .footer-t .right .t-list .qc-img img,
#footer .footer-t .right .t-list .qc-img canvas {
  width: 155px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-t .right .t-list p {
  font-size: 20px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
#footer .footer-t .right .t-list .line {
  width: 195px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 30px 0 35px;
}
#footer .footer-t .right .t-list .line::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#footer .footer-t .right .t-list span {
  font-size: 16px;
  color: white;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
  margin-bottom: 10px;
}
#footer .footer-t .right .t-list.link span{
    border-bottom: 1px solid transparent;
}
#footer .footer-t .right .t-list.link span:hover{
    border-color: white;
    opacity: 1;
}
#footer .footer-b {
  color: white;
  position: relative;
  z-index: 5;
  padding: 0 95px 20px 200px;
}
#footer .footer-b .left span {
  display: block;
  font-size: 16px;
}
#footer .footer-b .left img {
  width: 260px;
  height: auto;
  padding-top: 5px;
  margin-left: 5px;
}
@media (max-width: 1700px) {
  #footer .footer-t .right .t-list .share {
    left: unset;
    right: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav {
    padding-left: 25px;
    padding-right: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
    font-size: 12px;
  }
  #index-body .about .about-content .bg {
    height: 580px;
  }
  #index-body .category .bg {
    width: 30%;
  }
  #footer .form {
    padding: 100px 170px 0 155px;
  }
  #footer .form form {
    width: 355px;
    margin-bottom: 100px;
  }
  #footer .form form input[type='text'] {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #footer .form h3 {
    font-size: 40px;
  }
  #footer .form p {
    line-height: 1.4;
  }
  #footer .form .bg {
    height: 100%;
  }
  #index-body .news {
    padding: 80px 0 200px;
  }
  #banner .banner-content ul li{
    height: auto;
  }
  #banner .banner-content ul li .content{
      padding: 0 3%;
  }
  #banner .banner-content ul li .content .list h3{
      font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
    font-size: 12px;
  }
      #banner .banner-content ul li .content .list h3 {
        font-size: 20px;
    }
  #header .nav .ui.menu .right {
    margin-left: 30px;
  }
  #banner .down {
    width: 130px;
    height: 130px;
  }
  #index-body .about .about-b ul li .text h4 {
    font-size: 40px;
  }
  #index-body .about .about-b ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .about .about-b ul li .text {
    margin-left: 10px;
  }
  #footer .footer-b {
    padding: 0 35px 20px;
  }
  #footer .form .bg {
    display: none;
  }
  #footer .form {
    padding: 0;
    position: unset;
    margin-bottom: 0;
  }
  #footer .form h3 {
    font-size: 20px;
    font-family: 'Poppins-Bold';
  }
  #footer .form form {
    margin-bottom: 0;
  }
  #footer .footer-t .right .t-list .share {
    top: 280px;
    bottom: unset;
  }
  #footer .footer-t {
    padding: 90px 15px 60px;
  }
  .h-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner .banner-content ul li .content .list{
      max-width: 50%;
  }
  #header .nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner .banner-content ul li .content {
    padding-top: 0;
  }
  #banner .banner-content ul li .content .list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 20px auto;
  }
  #banner .banner-content ul li .content .list img {
    max-width: 60px;
  }
  #banner .banner-content ul li .content .list h3 {
    text-align: center;
    line-height: 1;
    margin: 15px 0 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 10px;
    font-size: 13px;
  }
  #header .nav .ui.menu .right {
    margin-left: 15px;
  }
  #header .nav {
    height: 85px;
  }
  #header .nav .logo {
    width: 80px;
  }
  #index-body .about .about-content .content {
    padding: 0 10%;
  }
  #index-body .about .about-content .bg {
    height: 700px;
  }
  #index-body .about .about-b ul li {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
  }
  #index-body .news {
    padding: 80px 0;
  }
  #footer .form form {
    width: 250px;
  }
  #footer .footer-t .right .t-list.link {
    display: none;
  }
  #footer .footer-t .right {
    width: -webkit-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
  }
  #footer .form {
    max-width: 320px;
  }
  #footer .form form {
    width: 100%;
  }
  #footer .form form input[type='text'] {
    font-size: 16px;
  }
  #footer .form h3,
  #footer .form p {
    padding-left: 0;
  }
  #footer .footer-b {
    padding: 10px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-b .left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  #index-body .news .bg,
  #index-body .category .bg {
    display: none;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block !important;
  }
  #banner {
    margin-top: 120px;
  }
  #banner .down {
    display: none;
  }
  .h-title h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  #index-body .about {
    padding: 80px 0 0;
  }
  #index-body .advantage .advantage-content {
    padding: 0 15px;
  }
  #index-body .news .news-content ul li h4 {
    font-size: 22px;
  }
  #footer .footer-t {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form {
    max-width: 100%;
  }
  #footer .footer-t .right {
    width: 100%;
    margin: 60px 0;
  }
  #footer .footer-b .left span {
    text-align: center;
  }
  #banner .banner-content ul li .content .list {
        max-width: 100%;
    }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content .list .more {
    display: none;
  }
  .h-title h3 {
    font-size: 22px;
  }
  #index-body .about .about-content .content {
    padding: 0 15px;
  }
  #index-body .about .about-b ul li .icon img {
    max-width: 50px;
  }
  #index-body .about .about-b ul li .text p {
    font-size: 16px;
    font-family: 'Poppins-Regular';
  }
  #index-body .about .about-b ul li .text h4 {
    font-size: 24px;
  }
  #index-body .advantage .advantage-content ul li .box .text {
    left: 50%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #index-body .advantage .advantage-content ul li .box .text h4 {
    font-size: 22px;
  }
  #index-body .category {
    padding: 90px 0;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content .list p{
      line-height: 1.4;
  }
  #banner .banner-content ul li .content .list h3 {
    font-size: 20px;
  }
  #banner .banner-content ul li {
    height: 250px;
  }
  #index-body .about .about-content .content ul li .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .about .about-b ul li {
    width: 100%;
  }
  #index-body .about .about-b ul li .text h4 {
    font-size: 36px;
  }
  #index-body .advantage {
    display: none;
  }
  #footer .footer-t .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .right .t-list.contact {
    width: 100%;
  }
  #footer .footer-t .right .t-list .share {
    position: unset;
    margin-top: 30px;
  }
  #footer .footer-t .right .t-list.qcode {
    margin-top: 30px;
  }
  #footer .footer-t .right {
    margin: 60px 0 0;
  }
}





























/*------------------------inner-page------------------------*/
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
}
.inner-page {
  padding-bottom: 260px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#f-btn {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--color);
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.inner-banner {
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
   background: url("../images/inner-banner.jpg")no-repeat;
}


.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}
.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-family: var(--font);
}
.inner-banner .box h2 em {
    color: var(--color);
}

.about-page {
    padding-top: 4rem;
}
.about-page .about-1 {
    position: relative;
    padding: 95px 0;
}
.about-page .about-1 .bg{
    position: absolute;
    top:0;
    right:0;
    z-index: -1;
}
.about-page .about-1 .text {
    max-width: 726px;
    margin-top: -20px;
}
.about-page .about-1 .text h4{
    font-size: 38px;
 
    color: var(--color);
    font-family: var(--font);
}
.about-page .about-1 .text h3 {
    line-height: 1;
 
    font-size: 60px;
    font-style: italic;
    font-family: var(--font);
}
.about-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
}

.about-page .about-1 .text dl {
    margin-top: 15px;
}
.about-page .about-1 .text dl dd i {
    display: inline-block;
    color: var(--color);
    font-size: 20px;
    margin-top: 5px;
}
.about-page .about-1 .text dl dd span {
    display: inline-block;
    padding-left: 0.75rem;
    font-size: 16px;
    line-height: 2;
    width: 90%;
}
.about-page .about-1 .text .line-dec {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-page .about-1 .text .line-dec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40px;
    background: var(--color);
}
.about-page .about-1 .text .about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0;
}
.about-page .about-1 .text .about-bottom .image.about-signature {
    margin-right: 2rem;
    width: 80px;
}
.about-page .about-1 .text .about-bottom .about-name {
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-family: var(--font);
}
.about-page .about-1 .text .about-bottom .about-rol {
    color: #555;
    font-size: 14px;
    line-height: 2;
}
.about-page .about-1 .img {
    position: relative;
    vertical-align: middle;
}
.about-page .about-1 .img::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: 50%;
    bottom: 50%;
    z-index: 1;
    background: var(--color);
}
.about-page .about-1 .img img {
    position: relative;
    z-index: 10;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .img .about-img-hotifer {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 260px;
    padding: 30px 16px;
    z-index: 11;
    border-radius: 2px;
    text-align: left;
    background: var(--color);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 .img .about-img-hotifer::before {
    /*font-family: 'Nucleo';
    content: "\ea44";*/
    bottom: 15px;
    right: 20px;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-size: 35px;
    font-weight: normal;
    display: none;
}
.about-page .about-1 .img .about-img-hotifer p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    text-align: left;
}
.about-page .about-1 .img .about-img-hotifer .icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 39px;
    height: 32px;
}
.about-page .about-1 .img .about-img-hotifer .icon svg {
    fill: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    display: inline-block;
}
.about-page .about-1 .img:hover img {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -moz-transform: scale(0.98);
}
.about-page .about-2 {
    position: relative;
}

.about-page .about-2 .play {
    display: inline-block;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 4.25rem;
    background: rgba(49, 63, 132,0.8);
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.about-page .about-2 .play::before,
.about-page .about-2 .play::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background:rgba(49, 63, 132,0.5);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-2 .play::before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.ui.inner-container{
    width: 1575px;
}

.about-page .about-factory{
    padding-top:85px; 
    position: relative;
}
.about-page .about-factory .inner-title h3{
    color:#fff;
}

.about-page .about-factory .bg{
    position: absolute;
    top:-195px;
    left:0;
    z-index: -1;
}
.about-page .about-factory .content-t{
    margin-bottom: 95px;
}
.about-page .about-factory .content-t ul{
    margin: 0 -10px;
}
.about-page .about-factory .content-t ul li{
    padding: 0 10px;
}
.about-page .about-factory .content-t ul li .img_box{
  width: 100%;
}
.about-page .about-factory .content-t ul li .img_box img{
  width: 100%;
  object-fit: cover;
}
.about-page .about-factory .content-t ul li h4{
    font-size: 20px;
    font-family: var(--font);
    margin-top: 15px;
}
.about-page .about-factory .content-b{
    background-color: var(--color);
    height: 325px;
    display: flex;
    align-items: center;
}
.about-page .about-factory .content-b .left h2{
    font-size: 48px;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Tralic-ExtraexpandedBold';
    line-height: 1;
}
.about-page .about-factory .content-b .left h4{
    font-size: 36px;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Michroma';
}
.about-page .about-factory .content-b button{
    width: 210px;
    height: 65px;
    line-height: 65px;
    border-radius: 35px;
    background-color: #fff;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    color: var(--color);
    text-transform: uppercase;
}



.about-page .about-3 {
    padding: 130px 0 105px;
}
.about-page .about-3 .info ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
}
.about-page .about-3 .info ul li {
    padding:0 8px;
}
.about-page .about-3 .info ul .slick-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background-color: #6f6f6f;
    width:40px;
    height: 40px;
    border: none;
    transition: all 0.5s;
}
.about-page .about-3 .info ul .slick-arrow:hover{
    background-color: var(--color);
}
.about-page .about-3 .info ul .slick-arrow::before{
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size: 20px;
}
.about-page .about-3 .info ul .slick-arrow.slick-prev{
    left:-65px;
}
.about-page .about-3 .info ul .slick-arrow.slick-prev::before{
    content:"\f104";
}
.about-page .about-3 .info ul .slick-arrow.slick-next{
    right:-65px;
}
.about-page .about-3 .info ul .slick-arrow.slick-next::before{
    content:"\f105";
}
.inner-title h3{
    font-size: 36px;
    text-transform: uppercase;
    font-family: var(--font);
    text-align: center;
    margin-bottom: 15px;
}
.inner-title p{
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.about-page .about-4::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 ul li .item.text-center {
    text-align: center;
}
.about-page .about-4 ul li .item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.about-page .about-4 ul li .item .icon span,
.about-page .about-4 ul li .item .icon i {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 80px;
    border-radius: 50%;
    background: var(--color);
}
.about-page .about-4 ul li .item .icon .back {
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    color: var(--color);
}
.about-page .about-4 ul li .item h3 {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 1.6;
    font-family: var(--font);
}
.about-page .about-4 ul li .item h6 {
    font-size: 20px;
    line-height: 1.8;
    font-family: var(--font);
}
.about-page .about-4 ul li .item h6 span {
    font-size: 14px;
    color: var(--color);
    margin-right: 10px;
}
.about-page .about-4 ul li .item:hover .icon .front {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .about-4 ul li .item:hover .icon .back {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .p11-team {
    padding: 4.5rem 0;
}
.about-page .p11-team .mml-row {
    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;
    padding: 0;
}
.about-page .p11-team .titles {
    max-width: 568px;
    width: 32%;
    margin: 0 4.5rem 0 10px;
}
.about-page .p11-team .titles h3.title {
    font-size: 30px;
    font-family: var(--font);
    line-height: 1.6;
}
.about-page .p11-team .titles .desc {
    margin-top: 20px;
}
.about-page .p11-team .titles .desc p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .p11-team .titles h3 {
    color: #292d31;
    margin-bottom: 20px;
}
.about-page .p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.about-page .p11-team .item-wrap .slick-track {
    display: flex;
    align-items: flex-end;
}
.about-page .p11-team .item-wrap .item {
    padding: 10px 15px;
    margin: 10px 15px;
    /*border: var(--color) solid 3px;*/
}
.about-page .p11-team .item-wrap .item p {
    color: #051321;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
}
.about-page #cta {
    position: relative;
}
.about-page #cta::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    content: '';
    display: block;
    background-color: #051026;
}
.about-page #cta .cta-content {
    width: 100%;
    /*max-width: 1760px;*/
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(#f35d2e));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #f35d2e 100%);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #f35d2e 100%);
    background-image: linear-gradient(90deg, var(--color) 0%, #f35d2e 100%);
}
.about-page #cta .cta-content .content-wrap {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 65px 0;
}
.about-page #cta .cta-content .content-wrap h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 34px;
    line-height: 1.4;
    color: #fff;
    margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}
.about-page #cta .cta-content .content-wrap .mml-text {
    max-width: 750px;
}
.about-page #cta .cta-content .content-wrap .btns {
    margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap .btns a {
    position: relative;
    display: inline-block;
    /* font-style: normal; */
    line-height: 1.6;
    font-size: 24px;
    text-align: center;
    padding: 16px 29px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid transparent;
}
.about-page #cta .cta-content .content-wrap .btns a.white {
    background-color: #fff;
    color: var(--color);
}
.about-page #cta .cta-content .content-wrap .btns a.white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.history-page{
    background: url("../images/history.jpg")no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 135px 0;
}
.history-page ul{
    position: relative;
}
.history-page ul::before{
    content:"";
    display: block;
    position: absolute;
    left:50%;
    top:-60px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color);
}

.history-page ul li{
    display: flex;
    position: relative;
    padding: 20px 0;
}
.history-page ul li:first-child::after{
    height: 150%;
}
.history-page ul li::before{
    content:"";
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color);
}
.history-page ul li::after{
    content:"";
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 3px;
    height: 100%;
    background-color: var(--color);
}
.history-page ul li:last-child::after{
    height: 290%;
}
.history-page ul li .box{
    display: flex;
    width: 47.5%;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 15px;
}
.history-page ul li .box.img{
    padding:15px 30px;
}
.history-page ul li .box.img p{
    width: calc(100% - 105px)
}
.history-page ul li:nth-child(even) .box.img p{
    margin-left: 0;
}
.history-page ul li:nth-child(odd) .box.img p{
    margin-right: 0;
}
.history-page ul li:nth-child(odd){
    justify-content: flex-end;
}
.history-page ul li:nth-child(even) .box{
    flex-direction: row-reverse;
}
.history-page ul li .box p{
    width: calc(100% - 255px);
    margin: 0 25px;
    
    font-size: 16px;
    line-height: 1.5;
}
.history-page ul li .box .img_box{
    max-width: 135px;
}
.history-page ul li .box h4{
    font-family: 'Arial-Bold';
    font-size: 36px;
    color:var(--color);
}
@media screen and (max-width: 1600px){
    .ui.inner-container{
        width: 1400px;
    }
    .inner-page {
        padding-bottom: 100px;
    }  
}
@media screen and (max-width: 1400px){
    .inner-page {
        padding-bottom: 0;
    }
   .ui.inner-container{
        width: 1200px;
    }
   .about-page .about-1 .text {
        max-width: 45%;
    }
    .about-page .about-1 .right {
        max-width: 50%;
    }
    .about-page .about-1 .right img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-page .about-1 .text h3 {
        font-size: 46px;
    }
    .about-page .about-1 .text h4 {
        font-size: 30px;
    }
    .about-page .about-1 {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1200px){
    .inner-banner {
    margin-top: 85px;
    background-repeat: no-repeat;
    z-index: 1;
  }
    .ui.inner-container{
        width: 1000px;
    }
    .about-page .about-1 .box{
        flex-wrap: wrap;
    }
    .about-page .about-1 .text{
        max-width: 100%;
        margin-bottom: 60px;
    }
    .about-page .about-1 .right{
        width: 100%;
        max-width: 100%;
    }
    .about-page .about-1 .bg{
        display: none;
    }
    .about-page .about-factory .bg {
        display: none;
    }
    .about-page .about-factory .inner-title h3 {
        color: #000;
    }
    .about-page .about-factory .content-b .left h2 {
        font-size: 42px;
    }
    .about-page .about-factory .content-b .left h4 {
        font-size: 32px;
    }
    .history-page ul li .box .img_box {
      display: none;
    }
    .history-page ul li .box p {
        width: calc(100% - 105px);
    }
    .history-page ul li:nth-child(odd) .box p {
        margin-right: 0;
    }
    .history-page ul li:nth-child(even) .box p {
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px) {
    .ui.inner-container{
        width: 700px;
    }
    .inner-banner .tit{
        font-size: 30px !important;
    }
    .inner-banner .box{
        top: 40%;
    }
    .about-page .about-1 .text {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .img {
        width: 100%;
        padding-top: 2rem;
    }
    .about-page .about-factory .content-b .left h2 {
        font-size: 30px;
    }
    .about-page .about-factory .content-b .left h4 {
        font-size: 22px;
    }
    .about-page .about-3 {
        padding: 80px 0;
    }
    .inner-title h3 {
        font-size: 30px;
    }
    .history-page ul li::after {
        left: 0;
        transform: translate(0, -50%);
    }
    .history-page ul li::before {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .history-page ul::before {
        left: 0;
        transform: translateX(-50%);
    }
    .history-page ul li .box {
        width: 95%;
    }
    .history-page ul li{
        justify-content: flex-end;
    }
    .history-page ul li:first-child::after {
        height: 155%;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .tit{
        font-size: 24px !important;
    }
    .ui.inner-container{
        width: 500px;
    }
    .inner-banner .box{
        top: 30%;
    }
    .inner-banner .box h2{
        font-size: 18px;
        line-height: 1.8;
    }
    .inner-banner .box .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner {
        height: auto;
    }
    .inner-banner.single .box h2{
        display: none!important;
    }
    
    .about-page .p11-team .titles .desc p {
        font-size: 16px;
        line-height: 2;
    }
    .about-page .p11-team .titles{
        max-width: 100%;
        width: 100%;
    }
    #cta h2 {
        font-size: 30px;
        line-height: 1.5;
        max-width: unset;
    }
    #cta .content-wrap {
        padding: 50px 0;
    }
    .about-page #cta .cta-content .content-wrap p {
        font-size: 16px;
        line-height: 2;
    }
    .about-page #cta .cta-content .content-wrap .btns a {
        font-size: 16px;
        padding: 8px 15px;
    }
    .about-page .about-factory .content-b .content{
        flex-direction: column;
        align-items: flex-start;
    }
    .about-page .about-factory .content-b .content .left{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px){
    .ui.inner-container{
        width: 100%;
    }
    .about-page .about-1 .text h3 {
        font-size: 34px;
    }
    .about-page .about-1 .text h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-page .about-2 {
        height: 300px;
    }
    .about-page .about-2 .bg{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .history-page ul li .box {
        flex-direction: column !important;
        align-items: flex-start;
    }
    .history-page ul li .box p {
        margin: 0 !important;
        width: 100% !important;
    }
}
.gallery-page .honor-1 .left{padding-right: 50px;}
.gallery-page .honor-1 .left h2{margin-bottom: 30px;}
.gallery-page .honor-1 .right img{padding: 0px 62px 0px; }
.gallery-page .honor-1 .right h5{text-align: center;}
.gallery-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 4.5rem;
}
.gallery-page .honor-1 .right a {
    position: relative;
    display: block;
}
.gallery-page .honor-1 .right a i {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-page .honor-1 .right a i svg {
    width: 100%;
    height: auto;
    fill: var(--color);
}
.gallery-page .honor-1 .right a i:first-child {
    left: 5%;
}
.gallery-page .honor-1 .right a i:last-child {
    right: 5%;
}
.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}
.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}
.gallery-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
    text-align: center;
    padding: 4.5rem 0;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.75rem;
    margin-top: 10px;
    font-family: var(--font);
    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;
}
.gallery-page .content .box .img-box img{
    width: 100%;
    object-fit: cover;
}
.gallery-page .content .box .pre {
    position: relative;
}
.gallery-page .content .box .pre .slick-arrow {
    width: 40px;
    height: 40px;
    border: none;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: .5s;
}
.gallery-page .content .box .pre .slick-arrow:hover {
    background-color: var(--color);
}
.gallery-page .content .box .pre .slick-arrow.slick-prev {
    background-image: url('../images/banner-btn-l.png');
    right: 102%;
}
.gallery-page .content .box .pre .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
    left: 102%;
}
.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;
    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: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    display: flex;
    color: #111;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 61px;
    align-items: center;
    justify-content: center;
    font-family: var(--main-font);
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 1rem;
    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(--color);
}
.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(--color);
}
.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-family: var(--font);
    line-height: 1.3em;
    color: var(--color);
    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(--color);
    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: 4.5rem 0;*/
}
.gallery-page .content .box
.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-family: var(--font);
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
@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: 6rem 0 15rem;
    background: #f5f5f5;
}
.faq-page .box ul {
    margin-right: -2rem;
}
.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}
.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
    background-color: #fff;
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -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 .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
}
.faq-page .box ul li .accordion-info {
    display: block;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    min-height: 175px;
}
.faq-page .box ul li.active .title h6 {
    color: #fff;
}
.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }
    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}
@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;
    }
}
.cus-page {
    padding-top: 6rem;
}
/*.cus-page .cus1{
  padding-bottom: 6rem;
}*/
.cus-page .cus1 h5 {
    font-size: 24px;
    font-family: var(--font);
    line-height: 1;
}
.cus-page .cus1 .con {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-top: 15px;
}
.cus-page .cus1 .con p {
    margin-bottom: 15px;
}
.cus-page .cus1 .con p:last-child {
    margin-bottom: 30px;
}
.cus-page .cus1 ol.number {
    list-style: none;
    counter-reset: item;
    margin-bottom: 20px;
    padding-left: 2rem;
}
.cus-page .cus1 ol.number li {
    counter-increment: item;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
    color: #555;
    position: relative;
    padding-left: 40px;
}
.cus-page .cus1 ol.number li::before {
    margin-right: 10px;
    content: counter(item);
    background: var(--color);
    border-radius: 0px;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    position: absolute;
    left: 0;
    top: 0;
}
.cus-page .cus1 .info ul {
    margin-right: -24px;
}
.cus-page .cus1 .info li {
    position: relative;
    padding: 20px 24px 0 0;
}
.cus-page .cus1 .info li .gallery-box {
    overflow: hidden;
    position: relative;
}
.cus-page .cus1 .info li .gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.cus-page .cus1 .info li .gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.cus-page .cus1 .info li .gallery-box .gallery-img::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img::after {
    background: rgba(0, 0, 0, 0.4);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img img {
    transform: scale(1.05);
}
.cus-page .cus2 {
    padding-top: 6rem;
}
.cus-page .cus2 .part1 .column {
    width: 70%;
    vertical-align: middle;
}
.cus-page .cus2 .part1 .column h2 {
    font-size: 1.5rem;
    font-family: var(--font);
    color: #1a1a1a;
}
.cus-page .cus2 .part1 .column p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #555;
    line-height: 1.7;
    margin-top: 15px;
}
.cus-page .cus2 .part1 .column:nth-child(1) {
    padding-right: 5%;
}
.cus-page .cus2 .part1 .column:nth-child(2) {
    width: 30%;
}
.cus-page .cus2 .part1 .column:nth-child(2) a.more {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color);
}
.cus-page .cus2 .part2 .process-list li {
    max-width: 405px;
    margin-top: 50px;
    padding: 10px;
}
.cus-page .cus2 .part2 .process-list li .des {
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    border-radius: 0px 0px 4px 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 106px;
}
.cus-page .cus2 .part2 .process-list li .des .num {
    width: 43px;
    height: 43px;
    background-color: var(--color);
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    font-size: 17px;
    font-weight: 800;
    font-style: normal;
    position: absolute;
    top: -22.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}
.cus-page .cus2 .part2 .process-list li .des h4 {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font);
}
.cus-page .cus3 {
    background: #f5f5f5;
    padding: 4.5rem 0 3.5rem;
}
.cus-page .cus3 .top {
    text-align: center;
}
.cus-page .cus3 .top h2 {
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    font-family: var(--font);
}
.cus-page .cus3 .top p {
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    margin: 1.4rem auto 0;
}
.cus-page .cus3 .formBox {
    margin: 3rem 0 2rem;
}
.cus-page .cus3 .formBox form {
    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;
}
.cus-page .cus3 .formBox form input[type="text"] {
    border: none;
    background: #f0f0f0;
    padding: 0 1rem;
    width: 24%;
    height: 55px;
    font-size: 16px;
    line-height: 2;
    color: #000;
}
.cus-page .cus3 .formBox form .f-submit {
    width: 100%;
    text-align: center;
    margin-top: 2.35rem;
}
.cus-page .cus3 .formBox form .f-submit .more {
    border: none;
    display: inline-block;
    padding: 0.9rem 2.85rem;
    background: var(--color);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cus-page .cus3 .formBox form .f-submit .more:hover {
    background: #000;
}
.cus-page .ser-2 {
    margin: 80px auto;
}
.cus-page .ser-2 .title {
    position: relative;
}
.cus-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #f5f5f5;
    opacity: 0.9;
}
.cus-page .ser-2 .title h3 {
    font-size: 2.4rem;
    font-family: var(--font);
    line-height: 2;
    color: #222c47;
}
.cus-page .ser-2 .top .grid-box .text {
    font-size: 16px;
    color: #262e42;
    max-width: 500px;
    padding-right: 10px;
    margin: 20px 0 20px auto;
    line-height: 2;
}
.cus-page .ser-2 .top .grid-box .left .text {
    margin-left: 0;
}
.cus-page .ser-2 .bot {
    margin-right: -13%;
}
.cus-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.cus-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 214px;
}
.cus-page .ser-2 .bot ul li .ig::after {
    content: '1';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 100px;
    font-family: var(--font);
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
}
.cus-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig h4 {
    font-size: 16px;
    font-family: var(--font);
    line-height: 2;
    color: #222c47;
}
.cus-page .ser-2 .bot ul li:nth-child(2) .ig::after {
    content: '2';
}
.cus-page .ser-2 .bot ul li:nth-child(3) .ig::after {
    content: '3';
}
.cus-page .ser-2 .bot ul li:nth-child(4) .ig::after {
    content: '4';
}
@media screen and (max-width: 1450px) {
    .cus-page .ser-2 .bot {
        margin-right: -7%;
    }
}
@media screen and (max-width: 1000px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 48%;
        margin-bottom: 15px;
    }
    .cus-page .cus3 .formBox form .f-submit {
        margin-top: 3rem;
    }
    .cus-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
    .cus-page .init-1 .column p {
        font-size: 14px;
        margin: 10px 0;
    }
    .cus-page .init-2 h2,
    .cus-page .init-3 .part1 .column h2,
    .cus-page .init-4 .init-content h2 {
        font-size: 20px;
    }
    .cus-page .init-3 .part1 .column p {
        font-size: 14px;
    }
    .cus-page .init-3 .part1 .column:nth-child(2) a.more {
        font-size: 16px;
    }
    .cus-page .init-4 .init-content {
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .cus-page .cus1 ol.number {
        padding-left: 0;
    }
    .cus-page .cus2 .part1 .column:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .cus-page .cus2 .part1 .column h2 {
        font-size: 20px;
    }
    .cus-page .cus2 .part1 .column:nth-child(2) {
        width: 100%;
        padding-top: 2rem;
    }
    .cus-page .cus2 .part2 .process-list li {
        width: 100%;
        margin-top: 20px;
    }
    .cus-page .cus3 .top h2 {
        font-size: 2rem;
    }
    .cus-page .cus3 .top p {
        font-size: 16px;
        line-height: 2;
    }
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 100%;
    }
    .cus-page .ser-2 .title h3{
        font-size: 20px;
        line-height: 2;
    }
    .cus-page .ser-2 .bot{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 580px) {
    .cus-page .init-1 .column {
        width: 100%;
    }
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 540px) {
    .cus-page .init-3 {
        padding: 20px;
    }
    .cus-page .init-3 .part2 .process-list li {
        width: 50%;
    }
    .cus-page .init-4 .init-content {
        padding: 30px;
    }
}
@media screen and (max-width: 500px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        height: 40px;
        font-size: 14px;
        line-height: 2;
    }
}
.production-sec .pur-sec {
    padding: 3rem 0;
}
.production-sec .pur-sec h2{   font-size: 40px; font-family: var(--font);color: var(--color);}
.production-sec .pur-sec .mml-row {
    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;
}
.production-sec .pur-sec .mml-row .text-wrap {
    width: 100%;
    max-width: 800px;
    padding-top: 90px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
    width: 60%;
    max-width: 760px;
}
.production-sec .fig-sec {
    padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    color: var(--color);
    margin-bottom: 6px;
    width: 40%;
}
.production-sec .fig-sec .mml-row ul {
    width: 60%;
    max-width: 760px;
    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;
    padding: 45px 0px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}
.production-sec .fig-sec .mml-row ul li {
    /*max-width: 193px;*/
    text-align: center;
    width: 33.333%;
}
.production-sec .fig-sec .mml-row ul li .nums {
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 10px;
}
.production-sec .prints-sec {
    padding-bottom: 4rem;
}
.production-sec .prints-sec .mml-row {
    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;
}
.production-sec .prints-sec .mml-row .img-wrap {
    width: 46%;
    /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
    width: 70%;
    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: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
    margin-bottom: 25px;
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
    padding: 25px 0px;
    font-style: normal;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    color: #303030;
    margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
    margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
    font-family: var(--font);
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.production-sec .proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.production-sec .proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.production-sec .proto-sec ul li img {
    display: block;
    max-width: 100%;
}
.production-sec .proto-sec h4 {
    font-family: var(--font);
    font-style: normal;
    font-size: 40px;
    color: #242424;
    text-align: center;
}
.production-sec .proto-sec p {
    font-style: normal;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 0px;
}
.production-sec .p11-milestone {
    padding: 3.25rem 0;
    background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .p11-milestone .title {
    margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
    margin: -15px;
}
.production-sec .p11-milestone .list ul li {
    padding: 15px;
}
.production-sec .p11-milestone .list ul .slick-arrow,
.slider-tab .left .swiper-button-prev,
.slider-tab .left .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    background-position: center;
    background-size: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.production-sec .p11-milestone .list ul .slick-arrow.slick-prev,
.slider-tab .left .swiper-button-prev {
    left: 0;
    background-image: url('../images/banner-btn-l.png');
}
.production-sec .p11-milestone .list ul .slick-arrow.slick-next,
.slider-tab .left .swiper-button-next {
    right: 0;
    background-image: url('../images/banner-btn-r.png');
}
.production-sec .p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.production-sec .p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0, -2.5px, 0);
    -moz-transform: translate3d(0, -2.5px, 0);
    transform: translate3d(0, -2.5px, 0);
    will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(50%, #f35d2e), to(#f25743));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
    background-image: linear-gradient(90deg, var(--color) 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys time {
    font-style: normal;
    color: #242424;
    font-size: 24px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
    font-style: normal;
    color: #242424;
    font-size: 16px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
    bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
    top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
    top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
    bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
    opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color);
}
.production-sec .team-img {
    text-align: center;
}
.production-sec .team-img .text h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
    .prints-sec .img-wrap {
        width: 35%;
    }
    .prints-sec .text-wrap {
        width: 60%;
    }
}
@media screen and (max-width: 1200px) {
    .text.mod-1 h2 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px !important;
        padding-top: 10px !important;
    }
    .production-sec .fig-sec h2 {
        font-size: 30px;
    }
    .production-sec .prints-sec .mml-row .img-wrap {
        width: 45%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 50%;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec .mml-row ul {
        width: 100%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%;
    }
    .production-sec .pur-sec .container .text-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .production-sec .pur-sec .container .img-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .production-sec .fig-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .production-sec .fig-sec ul {
        width: 100%;
        max-width: 100%;
    }
    .prints-sec .img-wrap {
        display: none;
    }
    .prints-sec .text-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .production-sec .pur-sec {
        padding: 20px 0 !important;
    }
    .production-sec .fig-sec ul {
        display: block;
    }
    .production-sec .fig-sec ul li {
        max-width: 100%;
        padding: 20px 0;
    }
    .production-sec .fig-sec {
        display: none;
    }
    .production-sec .pur-sec .mml-row .text-wrap p {
        font-size: 14px;
        line-height: 2;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text p {
        font-size: 14px;
        line-height: 2;
    }
}
.quality-sec {
    padding-top: 6rem;
}
.our-markets ul li {
    display: flex;
    align-items: center;
}
.our-markets ul li:not(:last-child) {
    margin-bottom: 60px;
}
.our-markets ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.our-markets ul li:nth-child(even) .img {
    text-align: right;
}
.our-markets ul li .img {
    width: 50%;
}
.our-markets ul li .mml-text {
    width: 50%;
    padding: 0 15px;
}
.our-markets ul li .mml-text h3 {
    font-family: var(--font);
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.our-markets ul li .mml-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #242424;
}
.qua-details {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, var(--color) 0%, #f35d2e 100%);
}
@media (max-width: 540px) {
    .qua-details {
        padding: 0px;
    }
}
.qua-details .container {
    padding: 60px 10px;
}
.qua-details .container h2 {
    text-align: center;
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px;
}
.qua-details .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.qua-details .container ul li {
    width: 24%;
    max-width: 280px;
    margin-top: 40px;
}
.qua-details .container ul li img {
    max-width: 100%;
}
.qua-details .container ul li h4 {
    font-family: var(--font);
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.qua-details .container ul li p {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    /* width: 95%; */
    /* max-width: 260px; */
    line-height: 32px;
}
.proto-sec h2 {
    font-family: var(--font);
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.proto-sec ul li {
    font-size: 0;
    padding: 15px;
}
.p11-team {
    padding: 4.5rem 0;
}
.quality-sec .p11-team h4 {
    font-family: var(--font);
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}
.p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.p11-team .item {
    padding: 10px 15px;
    margin: 10px 15px;
    /*border: var(--color) solid 3px;*/
}
.p11-team .item p {
    color: #051321;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.7;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
    .our-markets ul li {
        display: block;
    }
    .our-markets ul li .mml-text p {
        font-size: 14px;
    }
    .our-markets ul li .img {
        width: 100%;
        text-align: center !important;
    }
    .qua-details .container ul li h4 {
        font-size: 18px;
    }
    .qua-details .container ul li p {
        font-size: 14px;
    }
    .our-markets ul li .mml-text {
        width: 100%;
        padding: 30px 0;
    }
    .qua-details .container ul {
        flex-wrap: wrap;
    }
    .qua-details .container ul li {
        width: 100% !important;
        text-align: center !important;
        max-width: 330px !important;
    }
    .pd-110 {
        padding: 20px 0 !important;
    }
    .p11-team {
        padding: 30px 0;
    }
    .font-18 {
        font-size: 14px;
    }
}
.inner-page h3.title{
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--font);
}
.inner-page h3.title em{
    color: var(--color);
}
.inner-page .sidebox {
    padding: 7rem 0;
}
.inner-page .sidebox .sideleft {
    width: 28%;
    position: sticky;
    top: 160px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
}
.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px 35px;
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}

.inner-page .sidebox .sideleft .widget span.h2{
    font-size: 20px; 
    font-family: var(--font);
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: var(--main-font);
    color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li a {
    line-height: 28px;
    font-family: var(--main-font);
    font-size: 16px;
    display: block;
}
.inner-page .sidebox .sideleft .widget:nth-child(2) ul li a {
    padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #b3b0b0;
    cursor: pointer;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li {
    margin-bottom: 20px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 20px;
    position: relative;
}
.inner-page .sidebox .sideleft .widget ul li ul li a::before{
  content:"";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left:5px;
  top:50%;
  transform: translateY(-50%);
}
.inner-page .sidebox .sideleft .widget ul li ul li a:hover::before{
 background-color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul li i{
    left: 5px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget > ul > li > ul{
    display: block;
}
.inner-page .sidebox .sideleft .widget > ul > li > ul > li > ul{
    display: none;
}
.inner-page .sidebox .sideleft .widget > ul > li.active > ul{
    display: block;
}
.inner-page .sidebox .sideleft .widget > ul > li > ul li.active > ul{
    display: block;
}
.inner-page.news-page .sidebox .sideleft .widget > ul > li > i{
    transform: rotate(-90deg);
}
.inner-page .sidebox .sideleft .widget > ul > li.active > i{
    transform: rotate(90deg);
}
.inner-page .sidebox .sideleft .widget > ul > li > ul li.active > i{
    transform: rotate(90deg);
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideleft .contact{text-align: center; background: url(../images/contactbg.jpg); padding: 50px 0px; color: #fff;}
.inner-page .sidebox .sideright {
    width: 70%;
    padding: 20px 0 0 30px;
}
.inner-page .sidebox .sideleft .contact a.more {
    margin-top: 3em;
    font-size: 14px;
    height: 3em;
    line-height: 3em;
}
.ap-page {
    background: #f5f5f5;
}
.ap-page .sideright .ap-top {
    position: relative;
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    transform-style: preserve-3d;
    perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
    width: 100%;
}
.ap-page .sideright .ap-top .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
    padding: 0 1.6rem 0.7rem;
    position: absolute;
    background: 0 0;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    top: 1.6rem;
    left: 0;
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2rem;
    background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 1.6rem;
    bottom: 0;
    color: #fff;
    background: var(--color);
    z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
    font-size: 16px;
    line-height: 2;
}
.ap-page .sideright .ap-top:hover .img {
    transform: translateY(-3px);
    box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
    font-size: 25px;
    line-height: 1.6;
    color: #002E42;
    text-transform: capitalize;
    font-family: var(--font);
}
.ap-page .sideright .ap-bottom .con {
    font-size: 15px;
    line-height: 1.6;
    color: #002E42;
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
    margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
    font-size: 15px;
    line-height: 1.6;
    color: #002E42;
    margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
    margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #002E42;
    font-family: var(--font);
    line-height: 2;
    padding: 0.8rem 1.2rem;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    content: "\f107";
    position: absolute;
    top: 0.8em;
    right: 1.5em;
    font-size: 20px;
    font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
    padding: 1.6rem 2rem 0.8rem;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #002E42;
    display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
    background: #e9672e;
    color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
    content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }
    .inner-page .sidebox .sideright {
        width: 72%;
    }
    
}
@media screen and (max-width: 1000px) {
    .inner-banner{
        height: auto !important;
        padding: 80px 0;
    }
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .ap-page .sideright .ap-top .img img{
        min-height: 250px;
        object-fit: cover;
    }
    .ap-page .sideright .ap-top .desc p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ap-page .sideright .ap-bottom h6 {
        font-size: 22px;
        line-height: 1.8;
    }
    .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
        right: 0.5em;
    }
}
.product-page .product-1 {
    background-color: #1d2088;
    padding: 110px 0 75px;
}
.product-page .product-1 .left{
    max-width: 55%;
}
.product-page .product-1 .right{
    width: 45%;
    color:#fff;
    padding-left: 60px;
}
.product-page .product-1 .right h2{
    font-size: 50px;
    font-family: 'Poppins-Bold';
    line-height: 1;
}
.product-page .product-1 .right .content{
    font-size: 14px;
    margin: 30px 0 35px;
    max-height:240px;
    overflow-y: auto;
    padding-right: 30px;
}
.product-page .product-1 .right ul{
    justify-content: flex-start;
}
.product-page .product-1 .right ul li{
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.product-page .product-1 .right ul li:last-child{
    margin-right: 0;
}
.product-page .product-1 .right ul li .img_box{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.product-page .product-1 .right ul li h4{
    font-size: 16px;
    font-family: 'Arial-Bold';
    margin-top: 25px;
}
.product-page .product-1 li{padding: 30px;}
.product-page .product-1 h4{font-size: 30px; font-weight: bold; color: #fff; text-align: center; line-height: 1.2;font-family: var(--font);margin-top: 20px;}
/*.more{
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 35px;
    font-size: 16px;
    font-family: 'Arial-Bold';
    color:var(--color);
    margin-top: 25px;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.more:hover{
    color:#fff;
    border-color: #fff;
    background-color: transparent;
}*/
.product-page .ui.container{
    max-width: 1430px;
}
.product-page .product-2{
    padding: 60px 0 110px;
}
.product-page .product-2 h3{font-size: 40px; font-weight: bold;padding: 50px 0px 30px;}
.product-page .product-2 .product-2-title{
    font-size: 50px;
   
}
.product-page .product-2 .content ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.product-page .product-2 .content ul li{
    padding: 0 43px;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    font-family: 'Tralic-ExtraexpandedBold';
}
.product-page .product-2 .content ul li h4{
    font-size: 24px;

    margin: 10px 0 15px;
    line-height: 1.4;
}
.product-page .product-2 .content ul li img{width: 10%;}
.product-page .product-3{
    padding: 100px 0 60px;
        background-color: #f5f5f5;
}
.product-page .product-3 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.product-page .product-3 ul > p{
    padding: 0 30px;
}
.product-page .product-3 ul li{
    padding: 0 30px;
    margin-bottom: 40px;
}
.product-page .product-3 ul li .img_box{
    display: block;
    width: 100%;
}
.product-page .product-3 ul li .img_box img{
    width: 100%;
    object-fit: cover;
}
.product-page .product-3 ul li .text{ font-size: 16px;}
.product-page .product-3 ul li h4{
    font-size: 20px;
    font-family: var(--main-font);
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
}
.product-page .product-3 .m-page{
    text-align: center;
    margin-top: 60px;
}

.prodet-page .container{
    position: unset;
}
.prodet-page .product-box .prodet-1 .box .right .title{
    font-size: 24px;
    line-height: 1.4;
    font-family: var(--main-font);
    color: var(--color);
    margin:10px 0 20px;
}
.prodet-page .product-box .prodet-1 .box .left{
    max-width: 415px;
}
.prodet-page .product-box .prodet-1 .box .right{
    padding-left: 40px;
    width: calc(100% - 415px);
}
.prodet-page .product-box .prodet-1 .box .right .Auxil-through{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.prodet-page .product-box .prodet-1 .box .right .share{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.prodet-page .product-box .prodet-1 .box .right .share ul{
    display: flex;
    align-items: center;
}
.prodet-page .product-box .prodet-1 .box .right .share ul li{
    margin-right: 10px;
}
.prodet-page .product-box .prodet-1 .box .right .share ul li a{
    font-size: 18px;
}
.prodet-page .product-box .prodet-1 .box .right .share ul li:last-child{
    margin-right: 0;
}
.prodet-page .product-box .prodet-2{
    background-color: #f6f7f8;
    padding:120px 45px 45px;
    position: relative;
    margin-top: 70px;
}
.prodet-page .product-box .prodet-2 .options{
    position: absolute;
    left:0;
    top:0;
}
.prodet-page .product-box .prodet-2 .options ul{
    display: flex;
}
.prodet-page .product-box .prodet-2 .options ul li{
    display: flex;
    width:250px;
    height:68px;
    line-height: 68px;
    justify-content: center;
    align-items: center;
    color:#8f9092;
    font-size: 22px;
    font-family: var(--main-font);
    transition: all 0.5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li.active{
    background-color:var(--color); 
    color:#fff; 
}
.prodet-page .product-box .prodet-2 .options ul li i{
    font-size: 20px;
    margin-right: 10px;
}
.prodet-page .product-box .prodet-2 .ret ul li table {
    table-layout: fixed;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(n+5){
    background-color: #fff;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even){
    background-color: #f6f7f8;
}

.prodet-page .product-box .prodet-2 .ret table tr td{
    min-width: 200px;
}
@media screen and (max-width: 1600px) {
    .prodet-page .product-box .prodet-2 .options ul li{
        padding: 0 30px;
    }
}
@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .prodet-page .product-box .prodet-2 .ret table{
        width: 100%;
        display: block;
        overflow-x: auto;
    }
    .inner-page .sidebox .sideright {
        padding: 20px 0 0 50px;
    }
    .prodet-page .product-box .prodet-1 .box .right .title {
        font-size: 35px;
        margin: 10px 0 40px;
    }
    .prodet-page .product-box .prodet-2 .options ul li {
        width: 50%;
    }
    .prodet-page .product-box .prodet-2 .options ul {
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .prodet-page .product-box .prodet-2 {
    padding: 160px 45px 45px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideright {
        padding: 0;
    }
    .prodet-page .product-box .prodet-2 .ret{
        width: 100%;
        overflow-x: auto;
    }
    .prodet-page .product-box .prodet-2 .ret ul li table td{
        width: 160px;
    }
    .product-page .product-1 h4{
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .box{
        display: flex;
        flex-direction: column;
    }
    .prodet-page .product-box .prodet-1 .box .left{
        width: 100%;
        max-width: 100%;
    }
    .prodet-page .product-box .prodet-1 .box .right{
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
    }
    
    .product-page .product-2 .content ul {
        margin: 35px 0 0;
        justify-content: flex-start;
    }
    .product-page .product-2 .content ul li {
        padding: 0 15px;
        margin: 15px 0;
    }
    .product-page .product-2 .content ul li h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .product-box .prodet-2 .options{
        width: 100%;
    }
    .prodet-page .product-box .prodet-2 .options ul li{
        width:100%;
    }
}
.news-page {
    background: #f5f5f5;
}
.news-page .sideright {
    padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
    margin-right: -1rem;
}
.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
    position: relative;
}
.news-page .sideright .list ul li .img img {
    width: 100%;
}
.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-family: var(--font);
}
.news-page .sideright .list ul {
    display: flex;
    flex-wrap: wrap;
}
.news-page .sideright .list ul li .box {
    height: 100%;
    background-color: #fff;
}
.news-page .sideright .list ul li .box .img-box{
    width: 100%;
    display: block;
}
.news-page .sideright .list ul li .box .img-box img{
    width: 100%;
    object-fit: cover;
}
.news-page .sideright .list ul li .con {
    padding: 30px;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 19px;
    font-family: var(--main-font);
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}
.news-page .sideright .list ul li .con table td:nth-child(odd) {
    border-right: 1px #ccc dashed;
    width: 60px!important;
}
.news-page .sideright .list ul li .con p {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }
    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }
    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }
    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-family: var(--main-font);
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.newdet-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}
.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-family: var(--font);
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}
.newdet-page .n-content{
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-family: var(--font);
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-family: var(--font);
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    font-family: var(--font);
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.contact-page .contact-1 {
    padding: 6rem 0;
}
.contact-page .contact-1 .left {
    padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
    color: #000;
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.6;
    margin-bottom: 15px;
        text-transform: uppercase;
}
.contact-page .contact-1 .left b{font-family: var(--font);}
.contact-page .contact-1 .left p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--color);
    color: #fff;
    width: 100%;
    text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-family: var(--main-font);
}
.contact-page .contact-1 .left ul li .contact-link-text {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-1 .right {
    text-align: right;
    padding-left: 8%;
}
.contact-page .contact-1 .right .form-wrap {
    position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    background: #fff;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: var(--color);
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
    color: #000;
    font-size: 24px;
    line-height: 1.6;
    font-family: var(--font);
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box:not(.join) li.gw {
    display: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    font-family: var(--font);
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}
.contact-page .contact-1 .map {
    margin-top: 4.5rem;
}
.contact-page .contact-2 {
    background: #f5f5f5;
    padding: 6rem 0;
}
.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    font-family: var(--font);
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
    color: var(--color);
}
.contact-page .contact-2 .content ul {
    margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
}
.contact-page .contact-2 .content 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;
}
.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}





.application-page {
    background: #f7f7f7;
    padding-top:100px;
}

.application-page .application-list ul li {
    margin-bottom: 2rem;
    padding: 2.5rem;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.application-page .application-list ul li .left {
    width: 65%;
    vertical-align: middle
}

.application-page .application-list ul li .right {
    width: 34%;
    vertical-align: middle;
    padding-left: 3rem
}

.application-page .application-list ul li .right h4 {
    font-size: 30px!important;
    color: #363636;
    line-height: 1.4;
    font-weight: 700
}

.application-page .application-list ul li .right .text {
    display: block;
    font-size: 15px!important;
    color: #757272;
    line-height: 30px!important;
    margin-top: 1rem
}

.application-page .application-list ul li:last-child {
    margin-bottom: 0
}

.application-page .application-list ul li:hover {
    -o-box-shadow: 0 0 2rem rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.05);
    box-shadow: 0 0 2rem rgba(0,0,0,.05)
}
.application-page .application-list ul li .right .list dl {
    margin: -5px
}

.application-page .application-list ul li .right .list dl dd {
    padding: 5px
}


.service .service-1 {
  padding-top: 110px;
}
.service .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
  padding: 0 17px;
}
.service .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.service .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  font-family: var(--font);
}
.service .service-1 .container ul li h4 {
  margin: 30px 0 15px;
}
.service .service-2 {
  padding: 140px 0 105px;
}
.service .service-2 .container {
  padding: 0 50px;
}
.service .service-2 .container .right {
  width: 50%;
}
.service .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.service .service-2 .container .right ul li.active .title span {
  background-color: white;
}
.service .service-2 .container .right ul li.active .title span::after,
.service .service-2 .container .right ul li.active .title span::before {
  background-color: black;
}
.service .service-2 .container .right ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service .service-2 .container .right ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 135px 30px 25px;
}
.service .service-2 .container .right ul li {
  width: 100%;
}
.service .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li .title h4 {
  width: 90%;
}
.service .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}
.service .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.service .service-2 .container .right ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.service .service-2 .container .right ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.service .service-3 {
  padding: 100px 0 0;
}
.service .service-3 .content{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.service .service-3 .container ul {
  margin-top: 45px;
}
.service .service-3 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service .service-3 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service .service-3 .container ul li:first-child span {
  background-color: var(--color);
  color: white;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}
.service .service-3 .container ul li span {
  display: block;
  width: 50%;
  height: 50px;
  font-size: 18px;
  padding-left: 20px;
  line-height: 58px;
}
.service .service-3 .container ul li span:last-child {
  text-align: center;
}
.service .service-3 .container ul li span:nth-child(n + 2) a {
  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;
  height: 100%;
}


@media screen and (max-width: 1700px) {
     .application-page .application-list ul li .right .text {
        font-size: 14px;
        line-height: 28px
    }
    .application-page,.newdet-page {
        padding: 5rem 0
    }
}
@media screen and (max-width: 1400px) {
.service .service-1 .container ul {
    background-size: 80%;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px 90px 30px 25px;
  }
}
@media screen and (max-width: 1366px) {
    .contact-page .contact-1 .right {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1200px) {
    .contact-page .contact-1 .right {
        padding-left: 4%;
    }
    .contact-page .contact-2 .content ul li {
        width: 50%;
    }
    .service .service-1 .container ul li {
    width: 50%;
    margin: 20px 0;
  }
  .service .service-1 .container ul {
    background: none;
  }
  .service .service-2 {
    padding: 70px 0;
  }
  .service .service-2 .container {
    padding: 0 15px;
  }
  .service .service-2 .container .right {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }

    .application-page .application-list ul li .right {
        width: 100%;
        padding: 3rem 0 0
    }

    .application-page .application-list ul li .left {
        width: 100%
    }
      .service .service-2 .container .left {
    width: 100%;
  }
  .service .service-2 .container .left br {
    display: none;
  }
  .service .service-2 .container .left .btn-go {
    margin-top: 20px;
  }
  .service .service-2 .container .right {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width: 100%;
    }
      .service .service-2 .container .right ul li.active p {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service .service-1 .container ul li {
    width: 100%;
  }
  .service .service-1 {
    padding-top: 70px;
  }
  .service .service-3 .content {
    overflow-x: auto;
    width: 100%;
  }
  .service .service-3 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service .service-3 .content ul {
    width: 500px;
  }
  .service .service-3 .content ul li {
    min-width: 250px;
  }
}
.news-page.product #index-body .product .content ul li .box .text h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-page.product #index-body .product .content ul li .box .text p{
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
}
.news-page.product #index-body .product{
    background-color: #fff;
    padding: 1.55rem 0 5rem;
}
.about-page.single,
.news-page.product.single #index-body .product{
    background-color: #f5f5f5;
}
.content{
    font-size: 16px;
    line-height: 2;
}
a.foot-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}
.desc h1{
    display: inline;
}
.grid-box.three>.column.f-ab,
.grid-box.three>.column.f-news{
    width: 30%;
}
.grid-box.three>.column.f-nav{
    width: 20%;
}
.knowledge{
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}
.seoPublic .title {
    font-size: 48px;
    font-family: var(--font);
    line-height: 1.4;
    text-align: center;
    margin-bottom: 45px;
}
.seoPublic > div {
    padding: 60px 0;
}
.seoPublic > div:nth-child(even) {
    background: #f4f5f6;
}
.seoPublic .Auxil-about h4{
    font-size: 38px;
  font-weight: bold;
    color: var(--color);
}
.seoPublic .Auxil-about .title {
    font-size: 60px;
  font-weight: bold;
    font-style: italic;
    text-align: left;
    line-height: 1;
    margin-bottom: 10px;
}
.seoPublic .Auxil-about{
    padding: 55px 0 100px;
}
.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.seoPublic .Auxil-about .box{
    align-items: flex-end;
    justify-content: space-between;
}
.seoPublic .Auxil-about .box .left {
    max-width: 50%;
}
.seoPublic .Auxil-about .box .left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.seoPublic .Auxil-about .box .right {
    width: 60%;
    max-width: 670px;
}
.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    max-height: 400px;
    overflow: auto;
    margin-bottom: 10px;
}
.seoPublic .Auxil-about .box .right ul li{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.seoPublic .Auxil-about .box .right ul li::before{
    content:"\f058";
    font-family: "FontAwesome";
    display: block;
    font-size: 24px;
    color:var(--color);
    margin-right: 15px;
}
.seoPublic .Auxil-honor {
    padding: 90px 0 95px;
}
.seoPublic .Auxil-honor .list ul {
    margin:40px -10px 0;
    position: relative;
}
.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
    display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-honor .list ul .slick-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background-color: #6f6f6f;
    width:40px;
    height: 40px;
    border: none;
    transition: all 0.5s;
}
.seoPublic .Auxil-honor .list ul .slick-arrow:hover{
    background-color: var(--color);
}
.seoPublic .Auxil-honor .list ul .slick-arrow::before{
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size: 20px;
}
.seoPublic .Auxil-honor .list ul .slick-arrow.slick-prev{
    left:-65px;
}
.seoPublic .Auxil-honor .list ul .slick-arrow.slick-prev::before{
    content:"\f104";
}
.seoPublic .Auxil-honor .list ul .slick-arrow.slick-next{
    right:-65px;
}
.seoPublic .Auxil-honor .list ul .slick-arrow.slick-next::before{
    content:"\f105";
}
.seoPublic .Auxil-news{
    padding-bottom: 95px;
}
.seoPublic .Auxil-news .title{
    text-align: left;
    margin-bottom: 0;
}
.seoPublic .Auxil-news .list ul {
    margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 20px;
    margin: 25px 0 30px;
    font-family: var(--main-font);
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}
.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
    display: block;
  
    color:#adadad;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 1em 0;
    
    opacity: 0.6;
}
.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}
.seoPublic .Auxil-form .form{
    text-align: center;
}
.seoPublic .Auxil-form .form ul {
    margin: -10px auto;
    max-width: 1265px;
}
.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}
.seoPublic .Auxil-form .form ul li:last-child{
    margin-top: 15px;
}
.seoPublic .Auxil-form .form ul li input[type="text"],
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    height: 55px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 15px;
    padding: 25px;
    
}
.seoPublic .Auxil-form .form ul li textarea {
    height: 125px;
    resize: vertical;
}
.seoPublic .Auxil-form .form ul li input[type="text"]:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}
.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: 220px;
    display: block;
    height: 60px;
    line-height: 60px;
    background-color:var(--color);
    border: 1px solid transparent;
    color: white;
    transition: all 0.5s;
    border-radius: 35px;
    font-size: 20px;
   
    margin: 0 auto;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover{
    background-color: transparent;
    border-color:var(--color);
    color: var(--color);
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.seoPublic .text a {
    color: #666;
}
.seoPublic .text a:hover {
    text-decoration: underline;
}
.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}
.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}
.seoPublic .Auxil-related {
    padding: 45px 0;
}
.seoPublic .Auxil-related .title{
    text-align: left;
    margin-bottom: 50px;
}
.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
    display: block;
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}
.seoPublic .Auxil-related .list ul li .box h4 {
    font-size: 14px;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: 'Arial-Bold';
    margin-top: 15px;
    text-align: center;
}
.seoPublic .Auxil-related .list ul li .box h4:hover {
    color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-family: var(--font);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}
@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }
    .seoPublic .Auxil-about h4 {
        font-size: 28px;
    }
    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 30px;
    }
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 16px;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }
    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }
    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
    .seoPublic .Auxil-about .box .right {
        width: 48%;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: 240px;
    }
    .product-page .product-2 .product-2-title {
        font-size: 34px;
    }
}
@media screen and (max-width: 1200px){
    .product-page .product-1 .right h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }
    .seoIndustry.Auxil-industry,
    #footer .bottom p a.xlq,
    #footer .bottom p a.xlqq2,
    #footer .bottom p a.xlqsin {
        display: none;
    }
    #cp-Nav {
        display: block;
    }
    #cp-Nav .nav {
        padding: 0 15px;
    }
    #cp-Nav .nav div.title {
        font-size: 18px;
        font-family: 'Tralic-ExtraexpandedBold';
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav > ul {
        display: none;
    }
    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }
    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
    .seoPublic .Auxil-about .box {
        display: block;
    }
    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }
    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }
    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
    .product-page .product-1 .container{
        flex-direction: column;
    }
    .product-page .product-1 .left {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .product-page .product-1 .right {
        width: 100%;
    }
    .product-page .product-2 .product-2-title {
        font-size: 26px;
    }
    .seoPublic .Auxil-about .box .left {
        max-width: 100%;
        margin-top: 60px;
    }
    .inner-banner{
        margin-top: 120px;
    }
}
@media screen and (max-width: 700px) {
    .seoPublic .Auxil-form .form ul li {
        width:100%;
    }   
}
.layer-form .wrap-contact100 {
    width: 357px;
    border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
    color: #000000;
}
.layer-form .wrap-contact100 form {
    width: 100%;
    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;
    padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
    width: 100%;
    font-size: 25px;
    font-family: var(--font);
    text-align: center;
    margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
    font-size: 12px;
    color: #adadad;
    padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
    border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
    height: 114px;
    padding-top: 22px;
    padding-bottom: 15px;

    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 15px 20px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
    border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
    /*border: 1px solid #e6e6e6;*/
    background: #00a0e9;
    height: 42px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 20px;
    margin: 0;
    border-radius: 42px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: relative;
    z-index: 10;
    color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
    background: #000;
    color: #ffffff;
}
.mbx{
    padding: 12px 0;
   
    font-size: 16px;
    line-height: 28px;
}
.inner-page{
    min-height: 50vh;
}
.devel-list1 {
    padding: 150px 0 90px;
}
.devel-list1 .swiper-div {
    margin-top: 70px;
    position: relative;
    padding: 0 90px;
}
.devel-list1 .swiper-div .deve-swiper {
    position: relative;
    overflow: hidden;
    /*width: calc(100% - 0.75rem);*/
    padding-left: 30px;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide {
    width: 30%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div {
    position: relative;
    height: 500px;
}
.devel-list1 .swiper-div .deve-swiper .div-litem {
    position: relative;
    height: 206px;
}
.devel-list1 .swiper-div .deve-swiper {
    display: flex;
}
.devel-list1 .swiper-div .deve-swiper .left {
    float: left;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    min-height: 160px;
}
.devel-list1 .swiper-div .deve-swiper .left .name-p {
    width: 140%;
    margin-bottom: .5em;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.devel-list1 .swiper-div .deve-swiper .left img {
    width: 100%;
}
.devel-list1 .swiper-div .deve-swiper .right {
    padding: 0 4%;
    float: left;
    width: 64%;
}
.devel-list1 .swiper-div .deve-swiper .div-litem.cur .yeaer {
    bottom: -74px;
}
.devel-list1 .swiper-div .deve-swiper .div-litem .yeaer {
    position: absolute;
    bottom: -25px;
    font-size: 19px;
    color:#cb2020;
    line-height: 1;
    transform: translateX(-50%);
    font-family: var(--font);
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.devel-list1 .swiper-div .deve-swiper .right .name {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    transition: all 0.3s;
    font-family: var(--font);
}
.devel-list1 .swiper-div .deve-swiper .right .name-p {
    font-size: 16px;
    margin-top: 20px;
    color: #666;
    line-height: 1.2;
}
.devel-list1 .swiper-div .deve-swiper .div-litem.cur .yeaer:after,
.devel-list1 .swiper-div .deve-swiper .dic2 .yeaer:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color);
    content: "";
    top: -12px;
    left: 50%;
}
.devel-list1 .swiper-div .deve-swiper .dic2 .yeaer:after {
    top: 1.3em;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 100%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 .left {
    line-height:20px;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 .right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.devel-list1 .swiper-div .deve-swiper .dic2 .yeaer {
    position: absolute;
    top: -70px;
    color: #cb2020;
    line-height: 1;
    transform: translateX(-50%);
    font-family: var(--font);
}
.devel-list1 .swiper-div .deve-swiper .deve-page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 11px;
    background-color: transparent;
    background-image: url(../images/xiandian.png);
}
.devel-list1 .title-name {
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    font-family: var(--font);
    text-align: center;
}
.devel-list1 .swiper-div .deve-button-prev, .devel-list1 .swiper-div .deve-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    transition: all 0.3s;
    cursor: pointer;
}
.devel-list1 .swiper-div .deve-button-prev {
    left: 0;
    background-image: url(../images/prev.png);
}
.devel-list1 .swiper-div .deve-button-next {
    right: 0;
    background-image: url(../images/next.png);
}
.devel-list1 .swiper-div .deve-button-prev:hover {
    background-color: #e50113;
    background-image: url(../images/prev1.png);
}
.devel-list1 .swiper-div .deve-button-next:hover {
    background-color: #e50113;
    background-image: url(../images/next1.png);
}
.production-sec .pur-sec {
  padding: 48px 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 100%;
  max-width: 800px;
  padding: 90px 30px 0 0;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-family: var(--font);
  font-style: normal;
  font-size: 32px;
  line-height: 2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 60%;
  max-width: 760px;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-family: var(--font);
  font-style: normal;
  font-size: 38.4px;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-style: normal;
  font-size: 32px;
  line-height: 2;
  color: var(--primary);
  font-family: var(--font);
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 2;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec {
  padding-bottom: 64px;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 46%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 70%;
  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: 760px;
  padding-left: 30px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-family: var(--font);
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-family: var(--font);
  font-style: normal;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 32px;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-family: var(--font);
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 52px 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-family: var(--font);
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 32px;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, var(--primary) 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, var(--primary) 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, var(--primary) 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-family: var(--font);
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}


.table {
    display: table;
    width: 100%;
    height: 100%; }

.table-cell {
    display: table-cell;
    vertical-align: middle; }

.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.can-hover .img-wrap {
    overflow: hidden; }
.can-hover .img-wrap .img100 {
    transition: all 1s ease; }
.can-hover:hover .img-wrap .img100 {
    transform: scale3D(1.1, 1.1, 1.1); }

.bgImg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }

.bgef {
    background: #efefef; }

.poa50 {
    position: absolute;
    left: 50%;
    top: 50%; }

.poa100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.sha10 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header-nav, .search-btn {
    transition: all 0.5s; }

.hide1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

.show1 {
    z-index: 3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.ability-list2 {
    line-height: 1.5;
    flex-wrap: nowrap; }
    .ability-list2 .flexBox {
        align-items: center;
    }
.ability-list2 .list-left {
    width: 50%;
 padding: 45px 0px; }
 .ability-list2 .list-left img{width: 80%;}
.ability-list2 .list-right {
    /*padding: 160px 0;*/
    /*flex: 0 0 540px;*/
    /*margin-right: 40px;*/
    width: 50%; }
.ability-list2 .ability-list2-man {
   
}
.ability-list2 .cn-font18 {
    font-size: 16px;
    margin: 2em 0 3em; }
.ability-list2 .num-item {
    text-align: center;
    flex: 1;
    line-height: 1.1;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
.ability-list2 .num-item:first-child {
    border-left: none; }
.ability-list2 .num-txts {
    display: block; }
.ability-list2 .num-num0 {
    margin-bottom: 10px;
    display: block; }

.ability-list3 {
    padding:80px 0;
    line-height: 1.5;
    flex-wrap: nowrap; }
.ability-list3 .list-left {
    position: relative;
    flex: 0 0 auto;
    width: auto; }
.ability-list3 .list-right {
    flex: 0 0 840px;
    width: 840px;
    margin-left:80px; }
.ability-list3 .text-item {
    margin-bottom: 20px;
    flex: 0 0 auto;
    margin-right: 80px; }
.ability-list3 .text-item:nth-child(3n) {
    margin-right: 0; }
.ability-list3 .text-item-wrap {
    margin-bottom:40px; }
.ability-list3 .cn-font13 {
    line-height: 26px; }
.ability-list3 .cn-font17 {
    line-height: 18px; }
.ability-list3 .cn-font16 {
    font-size: 18px;
    line-height: 2; }
.ability-list3 .item-ico {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px; }
.ability-list3 .item-content {
    font-size: 14px;
    position: relative;
    padding-left: 74px; }
.in-about-about-text{
    padding: 0px 0px;
}
.moudle-titles1 {
    text-align: center;
    padding: 50px 0 44px;
}
.color8 {
    color: #888;
}
.in-about-about-text .down-box{
    display: inline-block;
    text-align: center;
}
.in-about-about-text .down-box h4{
    font-size: 18px;
}
.in-about-about-text .down-box .d-more a{
    width: 125px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    background-color: #f8ce67;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.bgf9 {
    background: #f9f9f9;
}
.colorf {
    color: #fff;
}
.cn-font42 {
    font-size: 28px;
}
.moudle-titles1 .moudle-font42 {
    font-size: 28px;
    line-height: 1.3;
}
.recruits-list3 .m-img {
    display: none;
}
.recruits-list3 .swiper-slide:hover .txts-mains{
    height: auto;
    color: #fff;
}
.recruits-list3 .swiper-slide:hover .txts-mains p{
    color: #fff;
}

.recruits-list3 .list3-txts {
    padding: 28px;
    height: auto;
    width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.recruits-list3 {
    padding: 72px 0;
}
.recruits-list3 .img-wrap {
    height: 455px;
}
.recruits-list3 .swiper-slide {
    position: relative;
    color: #fff;
    text-align: center;
}
.recruits-list3 .ico-wrap {
    width: 40px;
    margin: 0 auto 20px;
}
.recruits-list3 .list3-h5 {
    font-size: 24px;
    line-height:2;
    font-family: var(--font);
}
.recruits-list3 .list3-h5 span{font-size: 16px;}
.recruits-list3 .list3-h5:after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    margin: 20px auto;
}
.recruits-list3 .txts-mains {
    font-size: 14px;
    line-height: 28px;
    transition-duration: .3s;
    height: 0;
    overflow: hidden;
}
.recruits-list3 .txts-mains b{ font-family: var(--font);}
.recruits-list3 .scroll-wrap,.recruits-list3 .txts-mains.autoHeight {
    height: 168px;
}
.white .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff !important;
}
.white .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff !important;
}
@media(min-width: 768px) {
    .onLine-list2 .m-img {
        display: none;
    }
}
@media(max-width: 1270px) {
    .recruits-list3 .ico-wrap {
        width: 30px;
        margin-bottom: 10px;
    }
    .recruits-list3 .list3-h5:after {
        margin: 10px auto;
    }
    .recruits-list3 .list3-h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .recruits-list3 .img-wrap {
        height: 280px;
    }
    .recruits-list3 .scroll-wrap,.recruits-list3 .txts-mains,.recruits-list3 .txts-mains.autoHeight {
        height: 96px;
    }
    .recruits-list3 .txts-mains {
        font-size: 12px;
        line-height: 24px;
    }
}
.submit-input,.submit-inputs {
    position: relative;
}
.submit-input.disable,.submit-inputs.disable {
    background: #999 !important;
}
.new-pro {
    position: relative;
}
.new-pro:after {
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/new-pro1.png);
    background-size: 40px !important;
}
.new-pro.cur:after,.new-pro:hover:after {
    background: url(../img/new-pro1on.png);
}
#cnzz_stat_icon_1276754625 {
    display: inline-block;
    width: 50px;
    height: 12px;
}
#cnzz_stat_icon_1276754625 a,#cnzz_stat_icon_1276754625 img {
    display: block;
    width: 50px;
    height: 12px;
}
@media(max-width: 1270px) {
    .xinjiaimgdiv .pc-imgixn{
        display:none;
    }
    .xinjiaimgdiv .pho-imgixn{
        display:block;
        position:relative;
    }
    .xinjiaimgdiv .pho-imgixn .title-xin{
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
    }
    .xinjiaimgdiv .pho-imgixn .title-xin .xinname {
        font-size: 20px;
        line-height: 1.25;
    }
    .xinjiaimgdiv .pho-imgixn .title-xin .xin-p{
        font-size: 13px;
        line-height: 24px;
        color: #666;
        margin-top:6px;
    }
}
.recruits-list2 {
    min-height: 400px;
    padding-bottom:80px; }
.recruits-list2 .recruits-nav {
    flex: 0 0  300px;
    width: 300px; }
.recruits-list2 .recruits-nav-name {
    font-size: 24px;
    color: #fff;
    line-height: 80px;
    padding-left: 36px;
    background: var(--color); }
.recruits-list2 .scroll-wrap {
    max-height: 640px; }
.recruits-list2 .recruits-nav-a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    padding: 20px 36px;
    border-bottom: 1px solid #fff;
    background: #f4f4f4;
    transition-duration: .5s; }
.recruits-list2 .recruits-nav-a:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 6px;
    height: 0;
    transition-duration: .5s;
    background: var(--color);
    position: absolute; }
.recruits-list2 .recruits-nav-a:hover, .recruits-list2 .recruits-nav-a.cur {
    background: #fff; }
.recruits-list2 .recruits-nav-a:hover:before, .recruits-list2 .recruits-nav-a.cur:before,
.recruits-list2 .recruits-nav-a.active:before{
    height: 100%; }

.recruits-list2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ee772b !important; }
.recruits-list2 .mCSB_scrollTools {
    width: 6px !important; }
.recruits-list2 .mCSB_inside > .mCSB_container {
    margin-right: 0 !important; }
.recruits-list2 .mCSB_scrollTools .mCSB_draggerRail {
    background: #f4f4f4 !important; }
.recruits-list2 .recruits-info {
    flex: 0 0 calc(100% - 324px);
    width: calc(100% - 324px);
    background: #f4f4f4; }
.recruits-list2 .recruits-info-contents {
    padding: 44px 64px 100px;
    display:none;
    opacity: 1;
    transform: translateY(20px);
    line-height: 1.8;
    font-size: 16px;
    transition-duration: .3s; }
.recruits-list2 .recruits-info-contents:nth-child(1){
    display:block;
}
.recruits-list2 .recruits-info-contents.cur {
    opacity: 1;
    transform: translateY(0); }
.recruits-list2 .recruits-position-name {
    font-size: 20px;
    line-height: 1.2;
    color: #444;
    padding-bottom: 4px; }
.recruits-list2 .recruits-para-wrap {
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px; }
.recruits-list2 .para-item {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    position: relative;
    padding-left: 30px; }
.recruits-list2 .para-item:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #cfcfcf;
    left: 15px;
    top: 4px; }
.recruits-list2 .para-item:first-child {
    padding-left: 0; }
.recruits-list2 .para-item:first-child:before {
    display: none; }
.recruits-list2 .recruits-bot-item {
    font-size: 14px;
    line-height: 34px;
    padding-top: 30px; }
.recruits-list2 .recruits-bot-h5 {
    color: #444; }
.recruits-list2 .recruits-bot-detial {
    color: #888; }
.recruits-list2 .recruits-a {
    display: block;
    margin-top: 42px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 24px;
    background: #ee772b url(../img/recruits-a.png) no-repeat right 24px center;
    transition-duration: .3s; }
.recruits-list2 .recruits-a:hover {
    background: #ee772b url(../img/recruits-a.png) no-repeat right 18px center; }

.team-page h3 {
    font-size: 36px;
    font-family: var(--font);
    margin-bottom: 1em;
    display: block;
    text-align: center;
}
.team-page .team-1 {
    padding: 80px;
}
.team-page .team-1 ul {
    margin: -10px;
}
.team-page .team-1 ul li {
    padding: 10px;
}

.team-page .team-2 .bottom {
background-color: #eee;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
.team-page .team-2 .bottom:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/team-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: .2;
}
.team-page .team-2 ul {
    margin: -10px;
}
.team-page .team-2 ul li {
    padding: 10px;
    text-align: center;
}
.team-page .team-2 ul li a {
    display: block;
    /*border: 1px solid #eee;*/
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}
.team-page .team-2 ul li a img {
    max-height: 100%;
}
.team-page .team-2 ul li span {
    font-size: 16px;
    margin-top: 1em;
    display: block;
    text-align: center;
}
.ability-list2 {
    padding: 40px 0;
}
.recruits-list3 .recruits-list3-banner .swiper-wrapper {
    flex-wrap: unset;
}

@media(max-width: 1400px) {
    .cn-font42 {
        font-size: 22px;
    }
    .ability-list2 .cn-font18 {
        font-size: 14px;
    }
    .ability-list2 .num-item {
        font-size: 16px;
    }
    .recruits-list2 .recruits-info-contents {
        padding: 25px;
        font-size: 14px;
    }
    .recruits-list2 .recruits-nav-name {
        font-size: 20px;
    }
    .recruits-list2 .recruits-nav-a {
        padding: 15px 20px;
    }
    .recruits-list3 .recruits-list3-banner .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recruits-list3 .recruits-list3-banner .swiper-wrapper .swiper-slide {
        width: 49% !important;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
}

@media(max-width: 1250px) {
    .ability-list2 .list-left img {
        width: 95%;
    }
    .seoPublic .Auxil-honor .list ul .slick-arrow{
        display: none !important;
    }
}
@media(max-width: 1000px) {
    .ability-list2 .list-left {
        display: none;
    }
    .ability-list2 .list-right {
        width: 100%;
    }
    .recruits-list2 .recruits-nav {
        display: none;
    }
    .recruits-list2 .recruits-info {
        width: 100%;
        flex: unset;
    }
    .recruits-list2 .recruits-info-contents {
        display: block !important;
        border-top: 10px solid white;
        transform: translateY(0);
    }
}
@media(max-width: 500px) {
    .ability-list2 .num-item-wrap {
        display: none;
    }
    .ability-list2 .cn-font18 {
        margin-bottom: 0;
    }
    .recruits-list3 .recruits-list3-banner .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}

.i-advantage {
  padding-bottom: 100px;
  background-color: #f6f6f7;
  padding-top: 100px;
}
.i-advantage .h2 {
    font-size: 50px;
    font-family: var(--font);
}
.i-advantage .list {
  margin-top: 80px;
}
.i-advantage .list ul {
  margin: -10px;
}
.i-advantage .list ul li {
  padding: 10px;
  width: 21%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.i-advantage .list ul li.active {
  width: 37%;
}
.i-advantage .list ul li.active .box::before {
  opacity: 0;
}
.i-advantage .list ul li.active .box .default {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.i-advantage .list ul li.active .box .mask {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.i-advantage .list ul li .box {
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.i-advantage .list ul li .box > img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-advantage .list ul li .box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /*background-image: -webkit-linear-gradient(45deg, #131c23, #131c23);
  background-image: -moz-linear-gradient(45deg, #131c23, #131c23);
  background-image: linear-gradient(45deg, #131c23, #131c23);
  mix-blend-mode: color;*/
  border-radius: inherit;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.i-advantage .list ul li .box .name {
  font-size: 24px;
  line-height: 1.4;
  font-family: var(--font);
}
.i-advantage .list ul li .box .default {
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  padding: 90px 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.i-advantage .list ul li .box .default .name {
  color: white;
  margin-top: 40px;
  margin-bottom: auto;
}
.i-advantage .list ul li .box .default .advBtn {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 25px;
  color: white;
  font-size: 20px;
  background-color: var(--color);
}
.i-advantage .list ul li .box .mask {
  bottom: 25px;
  left: 25px;
  right: 25px;
  background-color: white;
  padding: 25px;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.i-advantage .list ul li .box .mask i {
  top: 0;
  right: 25px;
  width: 66px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--color);
  border-radius: 0 0 10px 10px;
}
.i-advantage .list ul li .box .mask i img {
  vertical-align: middle;
}
.i-advantage .list ul li .box .mask .name {
  color: var(--color);
  padding-right: 70px;
}

.i-advantage .list ul li.active .box > img {
  filter: none;
}

@media (max-width: 1400px) {
  .i-advantage .list ul li .box .name {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .i-advantage {
    padding-top: 60px;
  }
  .i-advantage .list {
    margin-top: 40px;
  }
  .i-advantage .list ul li {
    width: 50%;
  }
  .i-advantage .list ul li.active {
    width: 50%;
  }
  .i-advantage .list ul li .box {
    height: auto;
  }
  .i-advantage .list ul li .box::before {
    opacity: 0;
  }
  .i-advantage .list ul li .box .default {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  .i-advantage .list ul li .box .mask {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px;
  }
  .i-advantage .list ul li .box .name {
    font-size: 16px;
  }
  .i-advantage .list ul li .box .mask i {
    display: none;
  }
}
@media (max-width: 700px) {
  .i-advantage {
    display: none;
  }
}
.leader-page h2 {
    font-size: 64px;
    /*font-family: var(--font);*/
    display: block;
    line-height: 1.2;
}
.leader-page h6 {
    font-size: 24px;
    line-height: 1.4;
    display: block;
    margin: .5em 0 1.5em;
}
.leader-page .text {
    font-size: 16px;
    line-height: 2;
}
.leader-page .leaderImg {
    width: 36%;
    padding-right: 35px;
    position: relative;
    margin-bottom: 2%;
    z-index: 1;
}
.leader-page .leaderImg:before {
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--color);
}
.leader-page .leaderImg span {
    font-size: 17px;
    display: block;
    padding: .7em 0;
    color: white;
    text-align: right;
}
.leader-page .leader-1 {
    padding: 100px 0 70px;
    background-color: #f2f0f1;
    background-image: url('../images/leader-1-bg.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 16% auto;
}
.leader-page .leader-1 .leaderImg {
    float: right;
    margin-left: 4%;
}
.leader-page .leader-2 .leaderImg {
    float: left;
    margin-right: 2%;
}
.leader-page .leader-2 {
    padding: 90px 0 50px;
}
.leader-page .leader-3 {
    padding: 90px 0 120px;
    background-color: #f2f0f1;
    text-align: center;
}
.leader-page .leader-3 h2 {
    font-size: 36px;
    margin-bottom: 1em;
    font-family: var(--font);
}
.leader-page .leader-3 .list ul {
    margin: -10px;
}
.leader-page .leader-3 .list ul li {
    padding: 10px;
}
.leader-page .leader-3 .list ul li a {
    display: block;
}
.slider-tab {
  padding: 80px 0;
}
.slider-tab2{background: #f5f5f5;}

.slider-tab .mml-row {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  /*width: 1360px;*/
  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;
  align-items: center;
}
.slider-tab .left {
  width: 93%;
}
.service-5-page .slider-tab .left{
  width: 80%;
}
.slider-tab .text-wrap {
  width: 35%;
}
.slider-tab .text-wrap .smallImg {
    margin-top: 20px;
}
.slider-tab .text-wrap .smallImg ul {
    margin: -10px;
}
.slider-tab .text-wrap .smallImg ul li {
    padding: 10px;
}
.slider-tab h3 {
  margin: 100px 0 20px;
}
.slider-tab p {
  font-size: 16px;
}
.slider-tab .img-wrap {
  width: 60%;
}
.slider-tab .big {
  margin-bottom: 20px;
}
.slider-tab .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-shrink: 0;
}
.slider-tab li {
  position: relative;
  
  font-family: var(--font);
  font-style: normal;
  font-size: 20px;
  cursor: pointer;
}
.slider-tab li:not(:last-child) {
  margin-bottom: 20px;
}
.slider-tab li::before {
  display: none;
  position: absolute;
  content: '';
  left: -25px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 33px;
  height: 2px;
  background: var(--color);
}
.slider-tab .ie2 li::before {
    left: auto;
    right: -25px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.slider-tab li.active {
  color: #1c1c1c;
}
.slider-tab li.active::before {
  display: block;
}
.slider-tab .big .swiper-slide {
  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;
}
.slider-tab h2 {
  font-size: 30px;
  padding-bottom: 35px;
  font-family: var(--font); font-family: "arial";text-transform:capitalize;
}

table{
    word-break: normal;
}
.news-page table td{border:0px; border-bottom:1px dashed #ccc;}
.news-page table tr:nth-child(even){background: #fff;}
.join-cat {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
.join-cat a {
    padding: .5em 1em;
    border-radius: 3px;
    background-color: #eee;
    margin-right: 1em;
    margin-bottom: .5em;
}
.join-cat a.active,
.join-cat a:hover {
    background-color: var(--color);
    color: white;
}
.about-page .p11-team .item-wrap {
    position: relative;
}
.about-page .p11-team .item-wrap .btn div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 2em;
    height: 2em;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: .5s;
    cursor: hand;
}
.about-page .p11-team .item-wrap .btn div:hover {
    background-color: var(--color);
}
.about-page .p11-team .item-wrap .btn div.prev {
    right: 100%;
}
.about-page .p11-team .item-wrap .btn div.next {
    left: 100%;
}
/*------seo start-----------*/
.oulaigehahahah h1 {
    display: inline;
}
a.yejiaoyejiao {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}
h1.Auxil-h1 {
    font-size: 40px;
    font-family: var(--font);
    line-height: 1;
}
.seoPublic .text a.zhengwen {
    color: #000000;
}





/*------seo end-----------*/
.partner{
    margin: 100px 0;
}
.partner ul{
    margin: 0 -20px;
}
.partner ul li{
    padding:0 20px;
}
.partner ul li .img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.inner-banner {
  height: 530px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  color: #fff;
  text-align: center;
  position: relative;
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner .ui.container{
  width: 100%;
}
.inner-banner .bg{
  position: absolute;
  left: 0;
  bottom: -2px; 
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
 
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  font-family: var(--font);
  margin-top: 17px;
  text-transform: uppercase;
}
.inner-banner .search{
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form{
  width: 100%;
  position: relative;
}
.inner-banner .search input{
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type="submit"]{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/icon-search-black.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0,0,0,0.3);
  border-radius: 0;
}