@font-face {
  font-family: 'Poppins';
  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-weight: 400;
  font-display:swap;
}
@font-face {
  font-family: 'Poppins';
  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-weight: bold;
  font-display:swap;
}
@media screen and (max-width: 1000px){
  .fdgdgfd {
    display: none !important;
  }
}

#ewm{
  width: 200px;
  display: inline-block;
  border: 4px solid #ffffff;
  margin-left: 0;
}

.col{
  color: #edae29;
}


:root{
  --color:#eeaf12;
  --base-color:#eeaf12;
}

span.tag {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
  opacity: .68;
}
span.tag2 {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2;
  opacity: .68;
}

body {
  font-family: "Poppins";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1650px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
#header.white .nav{
  background: transparent;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 50px;
  vertical-align: middle;
}
#header .nav .ui.menu .logo a{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
#header .nav .ui.menu .logo a img.txt{
  filter: brightness(0);
}
#header.white .nav .ui.menu .logo a img.txt{
  filter: brightness(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 25px 0;
  margin: 0 50px;
  font-size: 20px;
  line-height: 1.8;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.white .nav .ui.menu .menu-box ul.menu > li{
  color: #fff;
}
#header.white .nav .ui.menu .menu-box ul.menu > li.active,
#header.white .nav .ui.menu .menu-box ul.menu > li:hover{
  color: var(--base-color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover{
  color: var(--base-color);
}
#header.white .language-box{
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 3px solid var(--base-color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#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;
  width: 180px;
  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(--base-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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--base-color);
  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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.white .nav .ui.menu .h-search{
color: #fff;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  border: none;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 10px;
  width: auto !important;
  height: auto !important;
  border: none;
}
table tr {
  width: auto !important;
  height: auto !important;
  border-bottom: 1px solid #b2b2b2;
}

.tit-table table tr:first-child{
  background: #f1f1f1;
  border-bottom: none;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i{
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 2;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #nav-height{
    height: 120px!important;
  }
  .akcoahgdi, .fdfsgd {
    display: none !important;
  }
    #index-body{
    margin-top: 114px;
  }
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  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 {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: black;
  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 .fp-tableCell{
  padding-top: 0!important;
}
#banner li {
  position: relative;
  height: 100vh;
}
#banner li img {
  width: 100%;
  height: 100%;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35%;
}
#banner .left {
  max-width: 880px;
}
#banner h2 {
  font-size: 75px;
  font-weight: bold;
  line-height: 1.2;
  color: white;
}
#banner p {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 18px;
  color: white;
}
/*#banner a {
  color: white;
  line-height: 50px;
  padding: 0 45px;
  border-radius: 30px;
  background-color: var(--base-color);
  display: inline-block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner a:hover {
  background-color: black;
}*/
#banner .slide-page {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  color: white;
}
#banner .slide-page .ui > div {
  display: inline-block;
  padding-right: 210px;
}
#banner .slide-page .ui > div .line {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 190px;
  border-bottom: 1px solid white;
}
#banner .slide-page .ui > div .line i {
  content: "";
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: -2px;
}
.tit1 {
  font-size: 40px;
}
.our-about {
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.our-about video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: 150%;
  object-fit: cover;
}

.our-about .tit1 {
  max-width: 820px;
  margin: auto;
  color: white;
}
.our-about a {
  margin-top: 100px;
  color: white;
  line-height: 50px;
  padding: 0 45px;
  border-radius: 30px;
  background-color: var(--base-color);
  display: inline-block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about a:hover {
  background-color: black;
}
.our-about p {
  color: white;
}
.our-about .list {
  margin-top: 100px;
}
.our-about ul {
  margin: auto;
  max-width: 1100px;
}
.i-product {
  overflow: hidden;
}
.i-product .bgs {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-product .bgs .bg {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-product .bgs .bg.first {
  z-index: 2;
  opacity: 1;
}
.i-product .bgs .bg.active {
  z-index: 3;
  opacity: 1;
}
.i-product ul {
  height: 100%;
}
.i-product ul li {
  height: 100%;
  text-align: right;
}
.i-product ul li > div {
  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;
  position: relative;
}
.i-product ul li > div .img {
  width: 75%;
  position: absolute;
  left: 75%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.i-product ul li > div .text {
  padding: 0 25px;
  width: 100%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
 
}
.i-product ul li > div .text h4 {
  color: white;
}
.i-product ul li > div .text hr {
  border: none;
  border-bottom: 1px solid white;
  margin: 30px 0;
}
.i-product ul li > div .text .txt > div {
  left: 0;
  top: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.i-product ul li > div .text .txt p {
  color: white;
}
.i-product ul li > div .text .txt a.btn1 {
  margin-top: 50px;
  line-height: 50px;
  padding: 0 45px;
  border-radius: 30px;
  color: white;
  border: 1px solid white;
  display: inline-block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-product ul li > div .text .txt a.btn1:hover {
  color: black;
  background-color: white;
}
.i-product ul li.active {
  background-color: var(--base-color);
  text-align: left;
}
.i-product ul li.active > div .img {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.i-product ul li.active > div .text {
  margin-right: 25%;
}
.i-product ul li.active > div .text .txt > div {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.i-product2 {
  position: relative;
  height: 100vh;
}
.i-product2 .bgs2 {
  width: 100%;
}
.i-product2 .bgs2 i {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.i-product2 .smbox {
  position: absolute;
  width: 65%;
  max-width: 888px;
  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;
  left: 35%;
  bottom: 50px;
}
.i-product2 .smbox .imgbox {
  width: 25%;
  border: 2px solid var(--base-color);
}
.i-product2 .smbox .imgbox img {
  width: 100%;
}
.i-product2 .smbox .text {
  width: 70%;
  color: #fff;
}
.i-product2 .leaderbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 34%;
  padding-left: 40px;
  padding-top: 100px;
  overflow-y: auto;
  /*background: url(/metal-forming/2024/08/08/leader-bj2.png) left center no-repeat;*/
  height: 100%;
   background-image: -webkit-gradient(linear, left top, right top, color-stop(68%, #2e2e2e), to(transparent));
  background-image: -webkit-linear-gradient(left, #2f2f2f -40%, #222 40%, #2e2e2e 53%, transparent);
  background-image: -moz-linear-gradient(left, #2f2f2f -40%, #222 40%, #2e2e2e 53%, transparent);
  background-image: linear-gradient(left, #2f2f2f -40%, #222 40%, #2e2e2e 53%, transparent);
  
}
.i-product2 .smbox .text p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.i-product2 .leaderbox .cateitem {
  border-bottom: 1px solid rgba(200, 200,200, 0.1);
  max-width: 450px;
}
.i-product2 .leaderbox .cateitem.active .h3 {
  color: var(--base-color);
}
.i-product2 .leaderbox .cateitem .h3 {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.i-product2 .leaderbox .cateitem ul.articlelist {
  max-height: -webkit-calc( 100vh - 575px);
  max-height: -moz-calc( 100vh - 575px);
  max-height: calc( 100vh - 575px);
  overflow-y: auto;
}
.i-product2 .leaderbox .cateitem ul.articlelist li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.i-product2 .leaderbox .cateitem ul.articlelist li.active {
  color: #fff;
}


.i-advantage .fp-tableCell {
  vertical-align: bottom;
}
.i-advantage .bgs {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-advantage .bgs .bg {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .bgs .bg.first {
  z-index: 2;
  opacity: 1;
}
.i-advantage .bgs .bg.active {
  z-index: 3;
  opacity: 1;
}
.i-advantage h2 {
  color: white;
}
.i-advantage ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.i-advantage ul li {
  position: relative;
  vertical-align: bottom!important;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage ul li::after {
  content: "";
  position: absolute;
  height: 0;
  width: 50%;
  left: 50%;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage ul li i {
  display: block;
  height: 80px;
}
.i-advantage ul li p {
  color: white;
}
.i-advantage ul li.active {
  padding-bottom: 50px;
}
.i-advantage ul li.active::after {
  height: 50px;
}
.our-news .cate span {
  margin: 0 25px;
  cursor: pointer;
}
.our-news .cate span.active {
  font-weight: bold;
  color: var(--base-color);
}
.our-news .left .tag {
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 15%;
  max-width: 150px;
  padding: 20px;
  color: white;
  background-color: var(--base-color);
}
.our-news .left .img {
  height: 535px;
  position: relative;
}
.our-news .left .img::before {
  content: "";
  position: absolute;
  top: 230px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.our-news .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .left .img .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.our-news .left .img .bottom > div {
  vertical-align: middle;
}
.our-news .left .img .bottom h4 {
  color: white;
}
.our-news .left .img .bottom time {
  color: white;
}
.our-news .left .arrow_l,
.our-news .left .arrow_r {
  width: 30px;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.our-news .left .arrow_l {
  left: 0;
}
.our-news .left .arrow_r {
  right: 0;
}
.our-news .right ul {
  margin: -10px;
}
.our-news .right ul li {
  padding: 10px;
}
.our-news .right ul li > div {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.our-news .right .img {
  width: 30%;
  vertical-align: middle;
  height: 165px;
}
.our-news .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .right .txt {
  width: 70%;
  vertical-align: middle;
  padding: 0 40px;
}
#footer {
  background-color: #f9f9f9;
}
#footer .fp-tableCell {
  padding-top: 0!important;
}
#footer .foot-top .topbox {
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot-top .column {
  vertical-align: middle;
}
#footer .foot-top .column .logo{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;

}
#footer .foot-top .column .logo img.txt{
  margin-left: 5px;
  filter: brightness(0);
}
#footer .foot-center .foot-content {
  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 .foot-center .foot-content .foot-block {
  max-width: 400px;
}
#footer .foot-center .foot-content .foot-block ul li i {
  float: left;
}
#footer .foot-center .foot-content .foot-block ul li p {
  padding-left: 55px;
}
#footer .foot-center .foot-content .foot-block:not(:first-child) ul li + li {
  margin-top: 20px;
}
#footer .foot-center .foot-content .foot-block.ewmbox{
  text-align: center;
}
#footer .foot-center .foot-content .foot-block.ewmbox .sharelist{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#footer .foot-center .foot-content .foot-block.ewmbox .sharelist li{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c7c7c7;
  color: #fff;
  border-radius:3px;
  margin: 0 3px;
}
#footer .foot-bottom {
  background-color: white;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 14px;
}
#footer .social-links a {
  margin: 0 5px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: black;
  font-size: 0;
  font-family: FontAwesome;
}

#footer .social-links a i,
#footer .social-links a svg {
  font-size: 20px;
  vertical-align: middle;
}
#footer .formbox {
  width: 80%;
}
#footer .formbox form {
  width: 100%;
  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;
}
#footer .formbox form input {
  width: 19%;
  height: 63px;
  line-height: 63px;
  border: none;
  font-size: 18px;
}
#footer .formbox form input[type="text"] {
  border-bottom: 1px solid #aaa;
  color: #000;
  background: transparent;
}
#footer .formbox form input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}
#footer .formbox form input[type="text"]:-moz-placeholder {
  color: #aaa;
}
#footer .formbox form input[type="text"]::-moz-placeholder {
  color: #aaa;
}
#footer .formbox form input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}
#footer .formbox form input[type="text"]::placeholder {
  color: #aaa;
}
#footer .formbox form input[type="submit"] {
  background: var(--base-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .formbox form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 20px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
@media screen and (max-width: 1750px) {
  .ui.container {
    width: 1600px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 35px;
    font-size: 18px;
  }
  #banner h2 {
    font-size: 60px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  #footer .foot-bottom img {
    max-height: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  #banner h2 {
    font-size: 50px;
  }
  .tit1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 16px;
  }
  .i-product ul li > div .img {
    display: none;
  }
  .i-product ul li > div .text {
    margin-right: 0!important;
  }
  .i-product ul li > div .text .txt a.btn1 {
    padding: 0 30px;
    line-height: 40px;
  }
  .tit1 {
    font-size: 24px;
  }
  #footer .foot-center .foot-content .foot-block {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .our-about video{
    height: 100% !important;
    max-width: none;
  }

  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .i-product ul li {
    width: 50%!important;
    height: 50%;
    text-align: left;
  }
  .i-product ul li > div .text .txt > div {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .i-advantage ul li {
    width: 25%!important;
  }
  .our-news .left {
    width: 100%!important;
    padding: 0;
    display: none;
  }
  .our-news .right {
    width: 100%!important;
    padding: 0;
  }
  .hide-1000 {
    display: none;
  }
  #footer .foot-center .foot-content {
    display: block;
  }
  #footer .foot-center .foot-content .foot-block {
    max-width: 100%;
  }
  #footer .foot-center .foot-content .foot-block ul li p {
    line-height: 2;
  }
  .yejia {
    line-height: 2!important;
  }
  .our-about a {
    line-height: 40px;
    padding: 0 30px;
  }


  #index-body .section {
    height: auto!important;
    padding: 60px 0;
  }
  #index-body .fp-tableCell {
    height: auto!important;
  }

  #banner {
    padding: 0!important;
    margin-top: 120px;
  }
  #banner li {
    height: auto;
  }
  .i-product2{
    display: none!important;
  }
  .product-phone{
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  
  
  #banner .slide-page {
    display: none;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  /*#banner a {
    line-height: 40px;
    padding: 0 30px;
  }*/
  .our-about a {
    margin-top: 30px;
  }
  .our-about .list {
    margin-top: 30px;
  }
  .our-about ul li {
    width: 33.33%!important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .tit1 {
    font-size: 20px;
    line-height: 1.8;
  }
  .i-product {
    padding: 0!important;
  }
  .i-product ul li > div .text {
    padding: 15px;
  }
  .i-product ul li > div .text hr {
    margin: 15px 0;
  }
  .i-product ul li > div .text .txt a.btn1 {
    margin-top: 20px;
  }
  .i-advantage {
    display: none!important;
  }
  .our-news .fl,
  .our-news .fr {
    float: none;
    text-align: center;
  }
  .our-news .right .txt {
    padding: 0 20px;
  }
  #footer {
    padding: 0!important;
  }
  #footer .foot-top {
    display: none;
  }
  #footer .foot-bottom img {
    max-height: 14px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 500px) {
  #banner .left {
    text-align: center;
  }
  #banner p {
    display: none;
  }
  #banner h2 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
  }
  .prodet2-page .prodet2-1 .left h1 {
    font-size: 30px!important;
    line-height: 1.4!important;
    margin-top: -30px;
  }
  .i-product ul li {
    width: 100%!important;
    height: auto;
  }
  .our-news .right .img {
    width: 100%;
    height: auto;
  }
  .our-news .right .txt {
    width: 100%;
    padding: 15px;
  }
}





.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-banner2 {
  position: relative;
  /*text-align: center;*/
  overflow: hidden;
  /*padding: 200px 0px 130px;*/
  z-index: 1;
}
.inner-banner2 .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner2 h2 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.inner-banner2 .mbx {
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: .5em;
}
.inner-banner2 .mbx a,
.inner-banner2 .mbx span {
  display: inline-block;
  margin: 0 10px;
}
.inner-banner2 .mbx a:first-child {
  margin-left: 0;
}
.inner-banner2 .mbx span {
  color: var(--color);
}
/*.inner-banner2:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}*/
.inner-page span.tag {
  position: relative;
  width: 14px;
  height: 20px;
  margin-bottom: 24px !important;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
.inner-page span.tag:after {
  position: absolute;
  content: '';
  left: 4px;
  top: -5px;
  width: 2px;
  height: 20px;
  background-color: var(--color);
}
.inner-page h6.smallTitle {
  position: relative;
  color: var(--color);
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 30px;
  text-transform: capitalize;
}
.inner-page h2.title {
  font-size: 40px;
  line-height: 1.2;
  color: #eeaf12;
  font-weight:bold;
}
.inner-page .text {
  font-size: 16px;
  line-height: 30px;
}
.inner-page a.more {
  position: relative;
  font-weight: 800;
  color: #222222;
  font-size: 20px;
  padding: 8px 24px;
  line-height: 46px;
  display: inline-block;
  background: url(../images/icon-more-bg.png);
}
.inner-page a.more i.plus {
  position: relative;
  right: -45px;
  bottom: -2px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
  background-color: var(--color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.inner-page a.more i.plus:after,
.inner-page a.more i.plus:before {
  content: '';
  width: 50%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.inner-page a.more i.plus:before {
  -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);
}
.inner-page a.more:hover i.plus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inner-page .img {
  background-size: cover;
  background-position: center center;
  display: block;
}
.inner-page .form ul {
  margin: -15px;
}
.inner-page .form ul li {
  padding: 15px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 10px 20px;
  color: #222222;
  height: 54px;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 190px;
}

.inner-page .form ul li button{
  font-size: 18px;
  font-weight: bold;
  background-color:var(--base-color);
  color: white;
  border: none;
  height: 55px;
  border-radius: 30px;
  padding: 0 75px;
}

.inner-page .form ul li button:hover{
  background-color: #111;
}


.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page .about-1 {
  padding-top: 180px;

}
.about-page .about-1 .left {
  padding-right: 7%;
  position: relative;
}
.about-page .about-1 .left > h6 {
  position: absolute;
  right: 0;
  top: 20%;
  color: #e5e5e5;
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateY(100%);
  -moz-transform: rotate(-90deg) translateY(100%);
  -ms-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
  line-height: 1;
}
.about-page .about-1 .left .bg {
  position: absolute;
  left: -55px;
  top: -55px;
  width: 70%;
  height: 95%;
  z-index: -1;
  background-color: #ebebeb;
}
.about-page .about-1 .left .imgBox {
  height: 600px;
  position: relative;
}
.about-page .about-1 .left .imgBox h6 {
  position: absolute;
  right: -48px;
  top: 60%;
  z-index: 11;
  padding: 16px 22px 16px;
  border-radius: 50px 0px 0px 50px;
  background-color: #222222;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.about-page .about-1 .left .imgBox h6 small {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  margin-left: .5em;
}
.about-page .about-1 .left .imgBox span.img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about-page .about-1 .left .imgBox:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 104%;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about-page .about-1 .left .imgBox:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 108%;
  width: 100%;
  background-color: var(--color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about-page .about-1 .left .imgBox:hover h6 {
  border-radius: 0px 50px 50px 0px;
}
.about-page .about-1 .right {
  vertical-align: middle;
}
.about-page .about-1 .right .text {
  margin: 2em 0 4em 0 ;
  max-height: 320px;
  overflow: auto;
  padding-right: 1em;
}
.about-page .about-1 .right .text p {
  margin-top: 1em;
}
.about-page .about-1 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right .phone {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  margin-left: 80px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-1 .right .phone span {
  position: relative;
  display: block;
  color: #222222;
  font-weight: 800;
  font-size: 30px;
  margin-top: 8px;
  line-height: 1;
}
.about-page .about-1 .right img {
  display: block;
  margin-top: 40px;
}
.about-page .about-2 .list {
  position: relative;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.about-page .about-2 .list 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;
}
.about-page .about-2 .list ul li .box {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 35px 35px;
  height: 100%;
}
.about-page .about-2 .list ul li .box i.fa {
  float: right;
  text-align: right;
  font-size: 64px;
  line-height: 1em;
  color: var(--color);
  font-weight: 400;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.about-page .about-2 .list ul li .box span.line {
  position: relative;
  width: 32px;
  height: 16px;
  border-top: 2px solid var(--color);
  border-bottom: 2px solid var(--color);
  display: block;
}
.about-page .about-2 .list ul li .box span.line:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: 2px;
  width: 32px;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box h6 {
  position: relative;
  font-size: 54px;
  font-weight: 700;
  line-height: 1em;
  margin-top: .5em;
}
.about-page .about-2 .list ul li .box p {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 1em;
}
.about-page .about-2 .list ul li .box:hover i.fa {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-page .about-2 .list ul li:nth-child(2) .box {
  background: var(--color);
}
.about-page .about-2 .list ul li:nth-child(4) .box {
  background: black;
  color: white;
  --color: white;
}
.about-page .about-2 .list ul li:nth-child(2) .box i.fa {
  color: black;
}
.about-page .about-3 {
  padding: 240px 0 90px;
  position: relative;
  color: white;
}
.about-page .about-3 i.mask {
  content: '';
  width: 70%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/about-3-bg.jpg");
}
.about-page .about-3 i.mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: .8;
}
.about-page .about-3:after {
  content: '';
  width: 30%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/about-3-bg2.png");
  z-index: -1;
}
.about-page .about-3 .box span.tag {
  border-color: white;
}
.about-page .about-3 .box .left {
  width: 35%;
  padding-right: 5%;
  --color: white;
}
.about-page .about-3 .box .left .text {
  margin-top: 1.5em;
}
.about-page .about-3 .box .right{
  width: 65%;
}

.about-page .about-3 .box .right ul{
  margin: -15px;
}

.about-page .about-3 .box .right ul li{
  padding: 15px;
  color: black;
}

.about-page .about-3 .box .right ul li img{
  border-radius: 100%;
  border-top-right-radius: 0;
}

.about-page .about-3 .box .right .img {
  height: 540px;
  width: 540px;
  border-radius: 100%;
  border-top-right-radius: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .box .right .img .play {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding-left: 4px;
  display: inline-block;
  margin-top: -40px;
  margin-left: -40px;
  line-height: 80px;
  border-radius: 50% 0% 50% 50%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color);
  cursor: pointer;
  cursor: hand;
  display: none;
}
.about-page .about-3 .box .right .img .play i {
  border-left: 18px solid white;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .box .right .img .play:after,
.about-page .about-3 .box .right .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
  z-index: -1;
}
.about-page .about-3 .box .right .img .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-4 {
  padding-bottom: 120px;
}
.about-page .about-4 .left {
  padding-right: 3%;
}
.about-page .about-4 .left .text {
  margin: 2em 0;
}
.about-page .about-4 .left .list {
  margin-bottom: 60px;
}
.about-page .about-4 .left .list ul li {
  margin-bottom: 15px;
}
.about-page .about-4 .left .list ul li h6 {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: .4em;
}
.about-page .about-4 .left .list ul li h6 small {
  float: right;
}
.about-page .about-4 .left .list ul li .line {
  position: relative;
  width: 100%;
  height: 5px;
  background: var(--color);
}
.about-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  height: 100%;
  width: 0;
  -webkit-transition: 3s .5s;
  -moz-transition: 3s .5s;
  transition: 3s .5s;
}
.about-page .about-4 .left .list ul li .line i:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: inherit;
}
.about-page .about-4 .left .list ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-4 .left .list.active ul li:nth-child(1) .line i {
  width: 65%;
}
.about-page .about-4 .left .list.active ul li:nth-child(2) .line i {
  width: 85%;
}
.about-page .about-4 .left .list.active ul li:nth-child(3) .line i {
  width: 75%;
}
.about-page .about-4 .right {
  padding-left: 3%;
}
.about-page .about-4 .right .list ul {
  margin: -15px;
}
.about-page .about-4 .right .list ul li {
  padding: 15px;
}
.about-page .about-4 .right .list ul li .img {
  height: 270px;
  position: relative;
}
.about-page .about-4 .right .list ul li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .right .list ul li .img h6 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
  color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right .list ul li .img h6 small {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: .5em;
}
.about-page .about-4 .right .list ul li .img:hover:after,
.about-page .about-4 .right .list ul li .img:hover h6 {
  opacity: 1;
}
.about-page .about-5 {
  padding: 100px 0 120px;
  background: #f1f1f1;
}
.about-page .about-5 .left {
  padding-right: 5%;
  position: relative;
  z-index: 1;
}
.about-page .about-5 .left .img {
  height: 470px;
  border-bottom-left-radius: 10px;
}
.about-page .about-5 .left .img.ie2 {
  margin-left: 30%;
  height: 290px;
  border-left: 15px solid #f1f1f1;;
  border-top: 15px solid #f1f1f1;;
  border-bottom-left-radius: 0;
  margin-top: -20%;
  position: relative;
}
.about-page .about-5 .left .img.ie2 span {
  position: absolute;
  left: -3%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-5 .left .img.ie2 span img {
  -webkit-animation: rotate360 10s linear infinite;
  -moz-animation: rotate360 10s linear infinite;
  animation: rotate360 10s linear infinite;
}
.about-page .about-5 .left .bg {
  width: 70%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
}
.about-page .about-5 .left .bg img {
  -webkit-animation: tb 2s linear infinite alternate;
  -moz-animation: tb 2s linear infinite alternate;
  animation: tb 2s linear infinite alternate;
}
.about-page .about-5 .right .text {
  margin: 2em 0;
}
.about-page .about-5 .right .text p {
  margin-top: 1em;
}
.about-page .about-5 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-5 .right .list {
  margin-bottom: 60px;
}
.about-page .about-5 .right .list ul {
  margin: -5px;
}
.about-page .about-5 .right .list ul li {
  padding: 5px;
  font-size: 18px;
}
.about-page .about-5 .right .list ul li i.fa {
  margin-right: .5em;
  color: var(--color);
}
.about-page .about-6 {
  padding: 100px 0;
  background: url("../images/about-6-bg.jpg");
}
.about-page .about-6 .left {
  width: 40%;
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-6 .left span.tag {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-6 .left h6.smallTitle {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}
.about-page .about-6 .left .text {
  margin: 2em 0;
}
.about-page .about-6 .left a.more {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.about-page .about-6 .right {
  width: 60%;
  vertical-align: middle;
}
.about-page .about-6 .right .list ul {
  margin: -15px;
}
.about-page .about-6 .right .list ul li {
  padding: 15px;
}
.about-page .about-6 .right .list ul li .img {
  height: 130px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .right .list ul li .img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@-webkit-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-moz-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .about-60 .box {
  padding: 40px;
  background: var(--color);
  color: white;
  border-radius: 20px;
  text-align: center;
  margin-top: -7%;
}
.about-page .about-60 .box ul {
  margin: -10px;
  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;
}
.about-page .about-60 .box li {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.about-page .about-60 .box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.about-page .about-60 .box li span {
  margin-right: 15px;
  max-width: 30%;
  flex-shrink: 0;
}
.about-page .about-60 .box li .content {
  font-size: 16px;
  line-height: 1.8;
}
.service-page {
  padding: 100px 0;
}
.service-page .list ul {
  margin: -30px -25px;
  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;
}
.service-page .list ul li {
  padding: 30px 25px;
}
.service-page .list ul li .box {
  position: relative;
  padding: 40px 30px 45px;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 100%;
}
.service-page .list ul li .box i.fa {
  font-size: 50px;
  position: relative;
  left: 20px;
  margin: 20px 0;
}
.service-page .list ul li .box i.fa:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 105px;
  height: 90px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-page .list ul li .box span.line2:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: var(--color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box span.line2:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #111111;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .list ul li .box h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0 .6em;
}
.service-page .list ul li .box:hover i.fa:after {
  background-color: var(--color);
}
.service-page .list ul li .box:hover span.line2:after {
  height: 90px;
}
.service-page .list ul li .box:hover span.line2:before {
  height: 70px;
}
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 .left {
  width: 100%!important;
  padding-right: 0%!important;
  vertical-align: middle;
  text-align: center;
}
.contact-page .contact-1 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  padding:0 20px;
}

.contact-page .contact-1 .right .list ul {
  margin: -20px;
}
.contact-page .contact-1 .right .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .right .list ul li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-1 .right .list ul li .box2 i.fa {
  font-size: 40px;
  margin-right: .3em;
  width: 70px;
  text-align: center;
}
.contact-page .contact-1 .right .list ul li .box2 .content{
  flex: 1;
}
.contact-page .contact-1 .right .list ul li .box2 .content h6 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: .3em;
}
.contact-page .contact-2 {
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 .button-group .button {
  background-color: var(--color);
}
.contact-page .contact-3 {
  padding: 100px 0;
}
.contact-page .contact-3 .left {
  width: 35%;
  padding-right: 3%;
  vertical-align: middle;
}
.contact-page .contact-3 .left .text {
  margin-top: 1.5em;
}
.contact-page .contact-3 .right {
  width: 65%;
  vertical-align: top;
}
.faq-page .ui.container {
  max-width: 970px;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.faq-page .faq-1 span.tag {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li .box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #222222;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 30px;
  padding-right: 45px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page .faq-1 .list ul li .box h6 i.fa {
  float: right;
  margin-top: .2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box .text {
  position: relative;
  padding: 0px 30px 25px;
  font-size: 14px;
  display: none;
}
.faq-page .faq-1 .list ul li .box.active {
  border-color: var(--color);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.faq-page .faq-1 .list ul li .box.active h6 i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 {
  padding: 50px 0 90px;
  background: url("../images/about-1-bg.png") top left -25% no-repeat;
  position: relative;
}
.faq-page .faq-2 .form {
  margin-top: 50px;
  max-width: 80%;
}
.faq-page .faq-2:after {
  content: '';
  width: 100%;
  height: 188%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/faq-1.png") right top 20% no-repeat;
  z-index: -1;
}
.news-page {
  padding: 80px 0;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  background-color: #ffffff;
  /*-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);*/
  display: block;
}
/*.news-page .list ul li .box a.img {
  height: 290px;
  position: relative;
}*/

.news-page .list ul li .box .content {
  padding: 25px 0;
}
.news-page .list ul li .box .content span {
  position: relative;
  color: #555555;
  font-size: 14px;
  display: block;
}
.news-page .list ul li .box .content span i.fa {
  color: var(--color);
}
.news-page .list ul li .box .content h6 {
  font-size: 22px;
  height: 132px;
  font-weight: bold;
  line-height: 40px;
  margin: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
align-items : center;
flex-wrap: wrap;
}
.news-page .list ul li .box .content h6 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-page .list ul li .box .content h6:hover {
  color: var(--color);
}
.news-page .list ul li .box .content .text {
  margin-bottom: 1.5em;
}
.news-page .list ul li .box .content a.more {
  display: block;
  max-width: 95%;
}
.news-page .list ul li .box .content a.more i.plus {
  float: right;
}

.inner-page .sidebar-content {
  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;
}
.inner-page .sidebar-content .sidebar-nav {
  border-radius: 10px;
  width: 23%;
   padding: 20px;
  background-color: #fbfbfb;

}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 18px;
  background: transparent;
  padding: 0 25px;
  font-size: 18px;
  color: #000;
  border: 1px solid var(--color);
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 25px;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity {
  margin-bottom: 40px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity>li .nav-box a {
  background: #eee;
  margin-bottom: 3px;
  border-top-right-radius: 25px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a {
  text-transform: capitalize;
  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;
  padding: 18px 0 18px 25px;
  font-size: 18px;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 32px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity > li .nav-box a:hover {
  background: var(--color);
  color: white;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #eeede7;
  font-size: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 50px;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i {
  font-size: 20px;
  color: #000;
  height: 75px;
  line-height: 75px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px 0 0;
  position: absolute;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 3;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i:after {
  content: "\f0da";
  font-family: "FontAwesome";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i:after {
  content: "\f0d7";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box:hover i {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children {
  display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children {
  display: block;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li{
  color: #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a {
  display: block;
  padding: 12px 0 12px 25px;
  font-size: 16px;
  line-height: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children li.active a {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 40px 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 60px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 16px;
  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;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 15px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 5px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 47px;
  padding: 80px 30px 85px;
  border-radius: 5px;
  background: url(../images/by.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin: 25px 0 28px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 20px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 77%;
  padding-left: 60px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll .slick-track {
  margin-left: 0;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul {
  margin: -5px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul li {
  padding: 5px;
}
.product-page .content:after {
  content: '';
  display: block;
  clear: both;
}
.product-page .content .slick.fr {
  padding-left: 5%;
  padding-bottom: 5%;
}
.product-page .product-list {
  margin-top: 70px;
}
.product-page .product-list .slide {
  margin-bottom: 70px;
}
.product-page .product-list .slide:last-child {
  margin-bottom: 0;
}
.product-page .product-list .slide .left {
  padding-right: 30px;
}
.product-page .product-list .slide .left .slick {
  display: block;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.product-page .product-list .slide .left .slick a {
  display: block !important;
}
.product-page .product-list .slide .right h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid var(--color);
}
.product-page .product-list .slide .right h3.title {
  text-transform: uppercase;
  padding-right: 80px;
}
.product-page .product-list .slide .right h3.title i {
  width: 70px;
  height: 70px;
  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;
  font-size: 18px;
  color: white;
  background: var(--color);
  position: absolute;
  right: 0;
  bottom: -35px;
}
.product-page .product-list .slide .right h4 {
  font-size: 18px;
  color: var(--color);
  font-weight: bold;
}
.product-page .product-list .slide .right .box2 {
  margin-top: 20px;
}
.product-page .product-list .slide .right .text {
  margin-top: 10px;
  font-size: 16px;
  color: #3e3c3c;
  opacity: .73;
  font-weight: 300;
  word-break: break-word;
  max-height: 10em;
  overflow: auto;
}
.product-page .product-list .slide .right .slick2 {
  margin: -10px;
  padding-top: 20px;
}
.product-page .product-list .slide .right .slick2 .slick-slide>div {
  padding: 10px;
}
.product-page .product-list .slide .right .slick2 a {
  display: block;
  border: 2px solid var(--color);
  /*border-radius: 100%;*/
}
.product-page .product-list .slide .right .slick2 a img {
  padding: 10%;
}
.product-page .product-list .slide .right .faqList h5 i.fa {
  float: right;
  margin-left: .5em;
}
.product-page .product-list 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;
  margin: 0 -17.5px;
}
.product-page .product-list ul li {
  padding: 0 17.5px;
  width: 33.333%;
  margin-bottom: 37px;
}
.product-page .product-list ul li > a {
  display: block;
  border: 10px solid var(--color);
  border-radius: 100%;
  overflow: hidden;
}
.product-page .product-list ul li h6 {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.product-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: var(--color);
}
.product-page .product-list ul li .pro-box::after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  padding: 10px 10px 20px;
  border-bottom: 2px solid #eee;
}
.product-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}
.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 25px;
}
.product-page .product-list ul li .pro-box .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
  overflow-y: auto;
  max-height: 110px;
}
.product-page .product-list ul li .pro-box .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon-2-1.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box .more:hover {
  background: var(--color);
}
.product-page .product-list ul li .pro-box .more i {
  margin-left: 12px;
  font-size: 12px;
}
.product-page .product-list2 {
  margin-top: 30px;
}
.product-page .product-list2 ul {
  margin: -10px;
}
.product-page .product-list2 ul li {
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-page .product-list2 ul li .box {
  position: relative;
}
.product-page .product-list2 ul li .box .mask {
  display: block;
  width: 90%;
  height: 90%;
  background-size: cover;
  background-position: center center;
  -webkit-mask-image: url('../images/init-2-mask.png');
  mask-image: url('../images/init-2-mask.png');
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s 1.5s;
  -moz-transition: 1s 1.5s;
  transition: 1s 1.5s;
}
.product-page .product-list2 ul li .box .content2 {
  vertical-align: middle;
  width: 100%;
  color: black;
  position: relative;
  z-index: 1;
  -webkit-transition: .8s 2s;
  -moz-transition: .8s 2s;
  transition: .8s 2s;
  text-align: left;
  padding: 15px 0;
}
.product-page .product-list2 ul li .box .content2 h3 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color);
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  text-align: left;
  /*min-height: 8rem;*/

}
.product-page .product-list2 ul li .box .content2 .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;

  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
.product-page .product-list2 ul li .box .content2 a.link {
  font-size: 16px;
  font-style: italic;
}
.product-page .product-list2 ul li .box .content2 a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
  max-width: 35px;
}
.product-page .product-list2 ul li .box .img2 {
  vertical-align: middle;
  width: 100%;
  margin-left: 0;
  text-align: right;
  position: relative;
  /*border: 2px solid #eee;*/
  background: url('../images/byc.jpg') center center no-repeat;
  background-size: cover;
  padding: 3%;

}
.inner-page.product-page .sidebar-content .sidebar-box .two>div {
  width: 50%;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div.img2 a.img {
  background: url('../images/byc.jpg') center center no-repeat;
  background-size: cover;
  padding: 5%;
  border-radius: 15px;
}
.product-page .product-list2 ul li .box .img2 img {
  position: relative;
  left: 0;
}
.product-page .content {
  margin-top: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #3e3c3c;
  word-break: break-word;
}
.product-page h2 {
  font-size: 36px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
}
.product-page h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  line-height: 1.5;
  margin-top: .5em;
}
.product-page .sidebar-box .column .text {
  max-height: 460px;
  overflow: auto;
      padding: 15px 0;
}

.product-page .sidebar-box .column .text ul{
  margin-left: 20px;
}
.product-page .sidebar-box .column .text ul li{
  list-style-type: disc;
}

.newdet-page {
  padding: 60px 0;
}

.newdet-page .news-content h3.title {
  font-size: 24px;
  color: #000;
  line-height: 44px;
}
.newsbt{
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 44px;
}
.newdet-page .news-content .data i{
  color: var(--base-color);
}
.newdet-page .news-content .content {
  font-size: 16px;
  line-height: 2;
  color: #3f3f3f;
      padding: 60px 0 40px 0;
    border-bottom: 1px solid #dcdcdc;
}

.newdet-page .news-content .content ul li{
  list-style-type: disc;
  margin-left: 20px;
}

.newdet-page .news-content .content h3 {
  font-size: 120%;
  margin: 1em 0;
  font-weight: 600;
}
.newdet-page .news-content .m-link {
  margin-top: 30px;
  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;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-weight: 300;
}
.newdet-page .news-content .m-link a {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .news-content .m-link a:hover {
  color: var(--color);
}
.product-page {
  padding: 70px 0 70px;
}
@media screen and (max-width: 1230px) {
  .inner-page .sidebar-content .sidebar-nav {
    display: none;
  }
  .inner-page .sidebar-content .sidebar-box {
    width: 100%;
  }
  .product-page .product-list {
    padding-left: 0;
  }
  .news-page .news-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-list ul li {
    width: 50%;
  }
  .product-page .product-list ul li .pro-box h5 {
    font-size: 16px;
  }
  .newdet-page .news-content .content h3 {
    font-size: 18px;
  }
  .newdet-page .news-content h3.title {
    font-size: 18px;
  }
  .contact-page .contact-1 .right:first-child .list {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list ul li {
    width: 100%;
  }
}

.prodet-page .prodet-1 {
  padding: 110px 0 90px;
}
.prodet-page .prodet-1 .prodet-box {
  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;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-left: 12%;
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img {
  display: block;
  border-bottom: 2px solid #ebebeb;
}
.prodet-page .prodet-1 .prodet-box .left .big h4 {
  text-align: right;
  font-size: 16px;
  line-height: 1;
  color: var(--color);
  padding: 30px 0 12px;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
  width: 53px;
  height: 53px;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
  background: url(/yztransformer/2022/03/24/left.png) no-repeat center center;
  background-size: 100% 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
  background: url(/yztransformer/2022/03/24/right.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  position: absolute;
  width: 17%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h3.tit {
  font-size: 24px;
  color: var(--color);
  text-transform: uppercase;
}
.prodet-page .prodet-1 .prodet-box .right .content {
  padding: 15px 0 30px;
  border-bottom: 2px solid #ebebeb;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-weight: 300;
}
.prodet-page .prodet-1 .prodet-box .right .sgs {
  margin: 30px 0 45px;
}
.prodet-page .prodet-1 .prodet-box .right .link a {
  display: inline-block;
  padding: 12px 0px;
  border: 2px solid var(--color);
  background: var(--color);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 160px;
  color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .link a:hover {
  background: #000;
  border: 2px solid #000;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
  margin-left: 20px;
  background: none;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf {
  margin-left: 20px;
  background: none;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .prodet-2 .box {
  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;
  position: relative;
}
.prodet-page .prodet-2 .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.prodet-page .prodet-2 .box .left {
  background: #fff;
}
.prodet-page .prodet-2 .box .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .box .left ul li {
  font-size: 16px;
  line-height: 1;
  color: #616161;
  padding: 0 30px;
  border-right: 1px solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:last-child {
  border-right: 0 solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:first-child {
  padding: 0 30px 0 0;
}
.prodet-page .prodet-2 .box .right {
  background: #fff;
  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;
  padding-left: 15px;
}
.prodet-page .prodet-2 .box .right p {
  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;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  font-weight: 300;
  margin-left: 65px;
}
.prodet-page .prodet-2 .box .right p:first-child {
  margin-left: 0;
}
.prodet-page .prodet-2 .box .right p img {
  margin-right: 15px;
}
.prodet-page .prodet-3 {
  padding: 30px 0;
}
.prodet-page .prodet-3 .chanshuBox {
  position: relative;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left {
  width: 50%;
  padding: 0 85px;
  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;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h4 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
  color: #2c2927;
  margin-bottom: 25px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h5 {
  font-size: 24px;
  line-height: 1;
  color: #2c2927;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .right {
  width: 50%;
  text-align: right;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  width: 54px;
  height: 54px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev {
  background: url(/yztransformer/2022/03/24/l-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  background: url(/yztransformer/2022/03/24/r-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 90%;
}
.prodet-page .prodet-4 {
  padding: 70px 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f2f2f4), color-stop(60%, #f7f7f7));
  background: -webkit-linear-gradient(top, #f2f2f4 60%, #f7f7f7 60%);
  background: -moz-linear-gradient(top, #f2f2f4 60%, #f7f7f7 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f2f2f4), color-stop(50%, #f7f7f7));
  background: -webkit-linear-gradient(top, #f2f2f4 70%, #f7f7f7 50%);
  background: -moz-linear-gradient(top, #f2f2f4 70%, #f7f7f7 50%);
  background: linear-gradient(to bottom, #f2f2f4 70%, #f7f7f7 50%);
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a {
  display: block;
  text-align: center;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a:hover h4 {
  color: var(--color);
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a h4 {
  font-size: 14px;
  color: #000000;
}
.prodet-page .prodet-5 {
  padding: 80px 0 50px;
}
.slick-arrow.slick-hidden {
  display: block;
}
/*详情*/
.display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.display .display-left {
  width: 40%;
}
.display-right {
  width: 60%;
}
.display .display-left p {
  line-height: 1.8;
  font-size: 18px;
  color: #6e6e6e;
}
.display-right h5 {
  font-size: 24px;
}
.display-right h5 {
  font-size: 24px;
  padding-bottom: 20px;
}
.display-right img {
  padding: 20px 0;
}
.prodet-6 table {
  text-align: center;
  margin-bottom: 60px;
}
.prodet-6 table tr:nth-child(1) {
  background: #484443;
  color: #fff;
  font-size: 18px;
}
.prodet-6 table tr:nth-child(2) {
  background: #949494;
  color: #fff;
}
.prodet-6 table tr {
  font-size: 16px;
}
.prodet-6 table td,
.prodet-6 table th {
  border: 0;
}
.prodet-6 table tr:nth-child(1) td {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}
.prodet-6 table tr td {
  padding: 15px 0;
}
/*详情-end*/
.prodet-page .prodet-7 .left {
  font-size: 18px;
  padding-right: 20px;
}
.prodet-page .prodet-7 .left img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.prodet-page .prodet-7 .left table {
  font-size: 14px;
}
.prodet-page .prodet-7 .right {
  font-size: 18px;
  padding-left: 20px;
}
.prodet-page .prodet-7 .right table {
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-7 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-7 .left table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 .right table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 {
  padding-bottom: 60px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box {
  background: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
  font-size: 16px;
}
@media screen and (max-width: 1230px) {
  .prodet-page .prodet-1 .prodet-box .right .link a:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 17%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
    margin-top: 35px;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    font-size: 16px;
  }
  .display .display-left {
    width: 100%;
  }
  .display-right {
    width: 100%;
    margin-top: 30px;
  }
  .display {
    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;
  }
  .display .display-left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .box {
    display: none;
  }
  .prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
  .prodet-page .prodet-3 .chanshuBox .swiper-button-next {
    display: none;
  }
  .product-page .content table {
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-3 {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    width: 135px;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right h3.tit {
    font-size: 20px;
  }
}
.inner-page .sidebar-content .sidebar-box .slick .slick-track {
  margin-left: 0;
}
.inner-page.product-page .sidebar-content .sidebar-box .img.column {
  padding-left: 15px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two > div {
  vertical-align: middle;
}
.gallery-page {
  padding: 90px 0 110px;
}
.gallery-page .oprions {
  margin-bottom: 40px;
}
.gallery-page .oprions a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  transition: .5s;
  margin: 2px;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: var(--color);
}
.gallery-page .list ul {
  margin: -15px;
}
.gallery-page .list ul li {
  padding: 15px;
}
.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1700px) {
  .cpybanner{
    font-size: 18px;
    line-height: 32px;
    display: none!important;
  }
  .inner-banner2 .mbx {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    margin-top: 0.5em;
  }
  .inner-banner2 .mbx {
    font-size: 15px;
    line-height: 30px;
  }
  .about-page .about-1 {
    padding-top: 100px;
  }
  .inner-page h2.title {
    font-size: 32px;
  }
  .about-page .about-2 .list ul li .box h6 {
    font-size: 48px;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 18px;
  }
  .about-page .about-2 .list {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  .about-page .about-3 {
    padding: 180px 0 60px;
  }
  .about-page .about-4 {
    padding-bottom: 80px;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 18px;
  }
  .inner-page .text {
    font-size: 14px;
    line-height: 28px;
  }
  .inner-page h6.smallTitle {
    font-size: 14px;
    margin-bottom: .8em;
  }
  .inner-page span.tag {
    margin-bottom: 15px !important;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 48px;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    font-size: 16px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    line-height: 28px;
    height: 44px;
    font-size: 14px;
    padding: 10px;
  }
  .inner-page a.more {
    font-size: 16px;
    padding: 4px;
  }
  .service-page .list ul li .box i.fa {
    font-size: 40px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 20px;
    line-height: 36px;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    font-size: 16px;
  }
  .inner-page .form ul li textarea {
    height: 120px;
  }
}
@media screen and (max-width: 1500px) {
  .product-page h1 {
    font-size: 28px;
    line-height: 1.6;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    height: 50px;
    padding: 0 10px;
    border-radius: 8px;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
    right: 10px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    font-size: 16px;
  }
  /*.news-page .list ul li .box a.img {
    height: 220px;
  }*/
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 36px;
  }
  .about-page .about-1 .left .imgBox {
    height: 540px;
  }
  .about-page .about-1 .right .phone {
    font-size: 16px;
  }
  .about-page .about-1 .right .phone span {
    font-size: 24px;
  }
  .about-page .about-2 .list ul li .box h6 {
    font-size: 36px;
  }
  .about-page .about-2 .list ul li .box i.fa {
    font-size: 48px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .left .imgBox h6 {
    font-size: 36px;
    padding: 10px 15px;
  }
  .about-page .about-1 .left .imgBox h6 small {
    font-size: 12px;
  }
  .about-page .about-1 .left > h6 {
    right: -20px;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 16px;
  }
  .about-page .about-3 {
    padding: 120px 0 60px;
  }
  .about-page .about-3 .box .right .img {
    width: 400px;
    height: 400px;
  }
  .about-page .about-3 .box .right .img .play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .about-page .about-5 .left .img {
    height: 400px;
  }
  .about-page .about-5 .left .img.ie2 {
    height: 260px;
  }
  .about-page .about-5 .left .img.ie2 span {
    max-width: 120px;
  }
  .contact-page .contact-1,
  .contact-page .contact-3,
  .gallery-page,
  .service-page,
  .product-page {
    padding: 60px 0;
    margin-top: -48px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page .form ul li {
    padding: 8px;
  }
  .inner-page .form ul {
    margin: -8px;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after,
  .about-page .about-1,
  .about-page .about-5 {
    background-size: 40% auto;
  }
  .service-page .list ul li .box {
    zoom: .8;
  }
  .service-page .list ul li {
    padding: 15px;
  }
  .service-page .list ul {
    margin: -15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info {
    padding: 30px 15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 12px;
  }
  .news-page .list ul li .box .content a.more {
    max-width: 90%;
  }
  .inner-page a.more i.plus {
    right: -30px;
  }
  .product-page h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .product-page .product-list2 ul li .box .content2 h3 {
    font-size: 20px;
    padding-bottom: 12px;
    background-size: auto 10px;
  }
  .product-page .product-list2 ul li .box .content2 .text {
    margin: 1em 0;
  }
  .product-page .product-list2 ul li .box .content2 a.link {
    font-size: 14px;
  }
  .product-page .product-list2 ul li .box .content2 a.link img {
    max-width: 25px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .list ul li .box .content {
    padding: 15px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 16px;
    line-height: 30px!important
  }
  .news-page .list ul li .box .content span {
    font-size: 14px;
    line-height: 2;
  }
  .inner-page a.more i.plus {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
  /*.news-page .list ul li .box a.img {
    height: 160px;
  }*/
  .inner-page .sidebar-content .sidebar-box {
    padding-left: 0;
  }
  .newdet-page .news-content .m-link {
    font-size: 14px;
    line-height: 2;
  }
  .service-page .list ul li .box i.fa:after {
    width: 80px;
    height: 70px;
  }
  .about-page .about-1 .right img {
    margin-top: 10px;
  }
  .about-page .about-3 .box .right .img {
    height: 300px;
    width: 300px;
  }
  .about-page .about-3 {
    padding: 80px 0 50px;
  }
  .about-page .about-3 .box .left {
    padding-right: 5%;
  }
  .about-page .about-4 .right .list ul li .img {
    height: 230px;
  }
  .about-page .about-4 .left .list {
    margin-bottom: 30px;
  }
  .about-page .about-4 .left .text {
    margin: 1em 0;
  }
  .about-page .about-5 {
    padding: 70px 0;
  }
  .about-page .about-5 .right .list ul li {
    font-size: 15px;
  }
  .about-page .about-5 .right .list {
    margin-bottom: 30px;
  }
  .about-page .about-5 .left .img.ie2 {
    margin-top: -27%;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
  .about-page .about-6 .left .text {
    margin: 1em 0;
  }
  .about-page .about-4 .right .list ul li {
    padding: 5px;
  }
  .about-page .about-4 .right .list ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner2{
    height: 300px;
  }

  .inner-banner2 > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-page .about-1 .left {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-1 {
    padding-top: 60px;
  }
  .inner-page h2.title {
    font-size: 22px;
    line-height: 40px!important;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .about-page .about-2 .list ul li .box {
    padding: 15px;
  }
  .about-page .about-2 .list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
    background-size: cover;
  }
  .about-page .about-3 i.mask {
    width: 100%;
    height: 100%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .left {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-6 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .left,
  .contact-page .contact-3 .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .right,
  .contact-page .contact-3 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .right .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .right .list ul li .box2 i.fa {
    width: 50px;
  }
  .service-page .list ul li,
  .news-page .list ul li {
    width: 50% !important;
  }
  .product-page .product-list2 ul li .box .mask {
    width: 99%;
    height: 99%;
  }
  .contact-page .contact-1 .right .list ul li .box2 {
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
  .about-page .about-4 .right .list ul li .img h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-list2 ul li {
    width: 100% !important;
  }
  .service-page .list ul li .box {
    padding: 25px;
  }
  .contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    width: 100%;
}
    .prodet2-page .prodet2-1 .left .btns a{
      margin-top: 10px;
}
      .prodet2-page .prodet2-i .pro-tit{
        font-size: 22px!important;
        line-height: 40px!important;
       
  }
  .about-page .about-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .box .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .about-page .about-3 .box .right .img {
    width: 100%;
    height: 200px;
    border-radius: 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .list ul li,
  .news-page .list ul li {
    width: 100% !important;
  }
  .about-page .about-4 .right .list ul li {
    width: 50%;
  }
  .faq-page .faq-1 {
    padding: 40px 0;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    padding: 10px 15px;
  }
  .faq-page .faq-1 .list ul li .box .text {
    padding: 0 15px 15px;
  }
  .faq-page .faq-2:after {
    display: none;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after,
  .about-page .about-1,
  .about-page .about-5 {
    background-size: 60% auto;
  }
  .faq-page .faq-2 .form {
    max-width: none;
    margin-top: 20px;
  }
  .faq-page .faq-1 .list {
    margin-top: 20px;
  }
  .faq-page .faq-2 {
    padding: 50px 0;
  }
  .inner-banner2 h2 {
    font-size: 28px;
  }
  .inner-banner2 .mbx {
    font-size: 14px;
    line-height: 28px;
  }
}
    .seoPublic h3.title,
    .seoPublic h1.title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 2em;
        color: #e9a924;
    }
    .fenleimiaoshu{
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 2em;
    }
    .seoPublic > div {
        padding: 60px 0;
        background-color: #000;
    }
    .seoPublic > div:nth-child(odd) {
        background: #000;
    }
    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }
    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }
    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .seoPublic .Auxil-about .box .right 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: 1.8;
        color: #666;
    }
    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }
    .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-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 {
       color: #fff;
        margin-top: 30px;
    }
    .seoPublic .Auxil-news .list ul li .content h6 {
        font-size: 20px;
        line-height: 1.7;
        min-height: 1rem;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight:bold; 
    }
    .seoPublic .Auxil-news .list ul li .content h6:hover {
        color: var(--color);
    }
    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        margin: 1em 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .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;
        color: var(--base-color)
    }
    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }
    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }
    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-form .form ul li input: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: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }
    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }
    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        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;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }
    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }
    .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;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }
    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
        padding: 15px;
    }
    .seoPublic .Auxil-related .list ul li .box a.img-box img {
     padding: 20px;
      display: block;
      margin: 0 auto;
    }
    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }
    .seoPublic .Auxil-related .list ul li .box .content h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 20px;
        line-height: 32px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        font-weight: bold;
            padding-bottom: 24px;
    }
    .seoPublic .Auxil-related .list ul li .box .content h3:hover {
        color: var(--color);
    }
    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 30px;
        font-weight: 400;
        margin: .5em 0;
        
        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-weight: 700;*/
        -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 h3.title,
        .seoPublic h1.title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }
        .seoPublic .Auxil-about .box .right h3,
        .seoPublic .Auxil-related .list ul li .box .content h3 {
            font-size: 20px;
        }
        .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: 14px;
            line-height: 28px;
            
        }
        .seoPublic .Auxil-news .list ul li .content h6 {
            font-size: 18px;
            line-height: 32px;
        }
        .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;
        }
    }
    @media screen and (max-width: 1000px) {
        .seoPublic h3.title,
        .seoPublic h1.title {
            font-size: 24px;
            margin-top: -16px;
           
        }
        #cp-Nav {
            display: block;
        }
        #cp-Nav .nav {
            padding: 0 15px;
        }
        #cp-Nav .nav h3.title {
            font-size: 18px;
            font-weight: bold;
            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;
            line-height: 30px;
            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;
        }
    }

.services-page-section{
	position:relative;
	padding:100px 0px 70px;
}
.service-block-four .inner-box{
	position:relative;
	padding:0px 20px 0px;
}

.service-block-four .inner-box .image{
	position:relative;
	background-color:var(--color);
}

.service-block-four .inner-box .image img{
	position:relative;
	width:100%;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .image img{
	opacity:0.80;
}

.service-block-four .inner-box .lower-content{
	position:relative;
	margin-top:-40px;
	text-align:center;
}

.service-block-four .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-60px;
	right:-20px;
	bottom:30px;
	z-index:-1;
	border-radius:8px;
	border:2px solid #cccccc;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content:before{
	border-color:var(--color);
	background-color:var(--color);
}
.service-block-four .inner-box a.more {
  transition: .5s;
}
.service-block-four .inner-box:hover a.more {
  background-color: #888;
}

.service-block-four .inner-box .lower-content .icon{
	position:relative;
	width:80px;
	height:80px;
	color:var(--color);
	font-size:44px;
	line-height:80px;
	margin:0 auto;
	text-align:center;
	border-radius:50px;
	background-color:#f6f6f6;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	font-weight:800;
	margin-top:22px;
	margin-bottom:14px;
  font-size: 24px;
}

.service-block-four .inner-box .lower-content h4 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-four .inner-box:hover .lower-content h4 a,
.service-block-four .inner-box:hover .lower-content .text{
	color:#ffffff;
}

.service-block-four .inner-box .lower-content .text{
	position:relative;
	color:#555555;
	line-height:1.8em;
	margin-bottom:22px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.f-18 {
    margin-top: 25px;
    margin-bottom: 65px;
    font-weight: bold;
    max-height: 400px;
    padding-right: 20px;
    overflow-y: scroll;
    line-height: 2;
}
.f-22 {
    font-size: 22px;
}
.f-33 {
    font-size: 33px;
}
.fb {
    font-weight: bold;
}
.blue {
    color: var(--color);
}
.f-24 {
    font-size: 24px;
}
.f-19 {
    font-size: 19px;
}
.f-21 {
    font-size: 21px;
}
.f-48 {
    font-size: 48px;
}
.f-30 {
    font-size: 30px;
}
.f-14 {
    font-size: 14px;
}
.f-40 {
    font-size: 40px;
}
.f-27 {
    font-size: 27px;
}
.about2-page .navside .navlist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about2-page .about-1 .main {
    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;
}
.about2-page .about-1 .main .left {
    position: relative;
}
.about2-page .about-1 .main .right {
    padding-left: 5%;
    padding-right: 10%;
}
.about2-page .about-1 .main .right h1 {
    font-weight: bold;
    max-width: 450px;
    line-height: 2;
}
.about2-page .about-1 .main .right .content {
    max-height: 370px;
    overflow-y: scroll;
    padding-right: 40px;
}
.about2-page .about-1 .main .right .content p {
    color: #050302;
    line-height: 2;
}
.about2-page .about-3 {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}
.about2-page .about-3 img {
    margin-top: 20px;
}
.about2-page .about-4 {
    padding-bottom: 160px;
    padding-top: 50px;
}
.about2-page .about-4 .ui.container {
    text-align: left;
}
.about2-page .about-4 .ui.container > p {
    margin-top: 40px;
}
.about2-page .about-4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.about2-page .about-4 .top p {
    color: #666666;

    line-height: 1.6;
    margin-left: 10px;
}
.about2-page .about-4 .team {
    margin-top: 90px;
}
.about2-page .about-4 .team ul.teamlist {
    margin: 0 -15px;
}
.about2-page .about-4 .team ul.teamlist li {
    padding: 15px;
}
.about2-page .about-4 .team ul.teamlist li .item {
    position: relative;
    padding-bottom: 60px;
}
.about2-page .about-4 .team ul.teamlist li .item .imgbox {
    overflow: hidden;
    border-radius: 20px;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox {
    -webkit-box-shadow: 1px 2px 43px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 2px 43px 0px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    width: 90%;
    padding: 20px 10px;
    background: var(--color);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox p {

    margin-bottom: 15px;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist {
    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;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 100%;
    margin: 0 5px;
    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;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li a {
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #fff;
}
.about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist li:hover a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}
.about2-page .about-5 {
    margin: 40px 0;
}
.about2-page .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about2-page .ui.container .top em {
    font-weight: bold;
    font-weight: bold;
    color: var(--color);
    margin-right: 10px;
}
.about2-page .ui.container .top h6 {
    color: #666666;
}
.about2-page .ui.container .top h3 {
    font-weight: bold;
    color: #000000;
    opacity: 0.9;
}
.about2-page .about-6 p {
    color: #050302;
    line-height: 1.8;

    font-weight: 300;
    margin-top: 40px;
}
.about2-page .about-7 .main {
    margin-top: -20px;
}
.about2-page .about-7 .main ul li {
    position: relative;
    padding-left: 45%;
    margin-bottom: 60px;
    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;
}
.about2-page .about-7 .main ul li .img-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 50%;
}
.about2-page .about-7 .main ul li .textbox {
    text-align: left;
    padding: 50px 0;
    padding-left: 15%;
    padding-right: 5%;
    -webkit-box-shadow: 2px 2px 21px 3px rgba(156, 156, 156, 0.15);
    box-shadow: 2px 2px 21px 3px rgba(156, 156, 156, 0.15);
}
.about2-page .about-7 .main ul li .textbox h3 {
    margin-bottom: 20px;
}
.about2-page .about-7 .main ul li .textbox .number {
    width: 64px;
    height: 55px;
    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;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    background: var(--color);
}
.about2-page .about-7 .main ul li .textbox .content {
    height: 450px;
    overflow-y: scroll;
    padding-right: 20px;
}
.about2-page .about-7 .main ul li:nth-child(even) {
    padding-right: 45%;
    padding-left: 0;
}
.about2-page .about-7 .main ul li:nth-child(even) .img-box {
    right: 0;
    left: auto;
}
.about2-page .about-7 .main ul li:nth-child(even) .textbox {
    padding-right: 15%;
    padding-left: 5%;
}
.about2-page .about-10 {
    padding-bottom: 100px;
}
.about2-page .about-10 .main ul li {
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about2-page .about-10 .main ul li .img-box {
    width: 50%;
    z-index: 3;
    flex-shrink: 0;
    position: relative;
}
.about2-page .about-10 .main ul li .textbox {
    position: relative;
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
    background: #f5f5f5;
    z-index: 2;
    padding-bottom: 70px;
}
.about2-page .about-10 .main ul li .textbox h3 {
    margin-bottom: 30px;
}
.about2-page .about-10 .main ul li .textbox .content {
    max-height: 180px;
    overflow-y: scroll;
    padding-right: 20px;
}
.about2-page .about-10 .main ul li .list {
  margin-top: 40px;
}
.about2-page .about-10 .main ul li .list ul {
    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;
    color: white;
}

.about2-page .about-10 .main ul li .list ul li {
    text-align: center;
    width: auto;
    display: block;
}

.about2-page .about-10 .main ul li .list ul li h6 {
    font-weight: 700;
    font-size: 60px;
    color: white;
    line-height: 1;
    display: block;
    width: 100%;
}

.about2-page .about-10 .main ul li .list ul li p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px
}

.about2-page .about-10 .main ul li .textbox .num {
    font-weight: bold;
    font-size: 388px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    color: #fff;
    opacity: 0.4;
    right: 5%;
    bottom: 0;
}
.about2-page .about-10 .main ul li:nth-child(even) .img-box {
    right: 0;
    left: 50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox {
    background: var(--color);
    left: -50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox h3 {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .content {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .num {
    left: 0;
    opacity: 0.1;
}
.about2-page .about-11 .qualitybox ul.qualitylist {
    margin: 0 -40px;
    margin-top: 60px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li {
    padding: 20px 40px;
    padding-bottom: 0;
    position: relative;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:before {
    content: "";
    width: 1px;
    height: 65%;
    position: absolute;
    background: #ececec;
    right: 0;
    bottom: 0;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:nth-child(3):before {
    display: none;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item {
    text-align: center;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item:hover span img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span {
    width: 169px;
    height: 169px;
    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: relative;
    margin: 0 auto;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span:before {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 70px 0 70px 70px;
    background: var(--color);
    z-index: -1;
    position: absolute;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item h5 {
    color: var(--color);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item p {
    font-weight: 300;

    min-height: 260px;
    line-height: 2;
}
.about2-page .about-12 h3 {
    color: var(--color);
    font-weight: bold;
    margin-bottom: 10px;
}
.about2-page .about-12 .honorbox {
    margin-bottom: 50px;
    margin-top: 20px;
}
.about2-page .about-12 .honorbox ul.honorlist {
    margin: 0 -10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots {
    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: 100%;
    height: 2px;
    margin-top: 10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #ededed;
    padding: 0;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li button {
    display: none;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li.slick-active {
    background: var(--color);
}
.about2-page .about-12 .honorbox ul.honorlist li {
    padding: 10px;
}
@media screen and (max-width: 1400px) {
    .f-40 {
        font-size: 32px;
    }
    .f-24 {
        font-size: 20px;
    }
    .about2-page .about-4 .team ul.teamlist li .item .sharebox ul.sharelist {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 100px;
    }
    .f-32 {
        font-size: 24px;
    }
    .f-16 {
        font-size: 14px;
        line-height: 2;
    }
    .f-27 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .f-16 {
        font-size: 14px;
    }
    .f-27 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .f-24 {
        font-size: 16px;
    }
    p.fl {
        width: 100%!important;
        white-space: normal!important;
    }
    .about2-page .about-10 .main ul li .textbox .num {
        font-size: 200px;
    }
    .jiayan {
        display: none !important;
    }
    .f-32 {
        font-size: 16px;
        line-height: 2;
    }
    h1.sidh1 {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .about2-page .about-1 .main {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .about2-page .about-1 .main .left {
        width: 100%;
    }
    .about2-page .about-1 .main .right {
        width: 100%;
    }
    .about2-page .about-1 .main .right {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
    }
    .about2-page .about-7 .main ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about2-page .about-7 .main ul li .textbox {
        padding-left: 5%;
    }
    .about2-page .about-7 .main ul li:nth-child(even) {
        padding-right: 0;
    }
    .about2-page .about-7 .main ul li:nth-child(even) .textbox {
        padding-right: 5%;
    }
    .about2-page .about-7 .main ul li .textbox .content {
        height: auto;
    }
    .about2-page .about-7 .main {
        margin-top: 20px;
    }
    .about2-page .about-7 .main ul li .img-box {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    .about2-page .about-10 .main ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about2-page .about-10 .main ul li .textbox {
        padding-left: 5%;
    }
    .about2-page .about-10 .main ul li:nth-child(even) {
        padding-right: 0;
    }
    .about2-page .about-10 .main ul li:nth-child(even) .textbox {
        padding-right: 5%;
    }
    .about2-page .about-10 .main ul li .textbox .content {
        height: auto;
        padding-bottom: 40px;
    }
    .about2-page .about-10 .main ul li .img-box {
        position: relative;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .font-22 {
        font-size: 16px;
    }

}
@media screen and (max-width: 600px) {
    .f-40 {
        font-size: 20px;
    }
    .font-32 {
        font-size: 20px;
    }
    .about2-page .about-11 .qualitybox ul.qualitylist li .item p {
        min-height: auto;
        padding-bottom: 20px;
    }
    .navside .ui.container ul.navlist li{
        width: 50%;
        text-align: center;
    }
    .f-29 {
        font-size: 16px;
    }
    .f-53 {
        font-size: 20px;
    }
}
.fluid-section-one{
    position:relative;
    padding:0px 0px 20px;
}

.fluid-section-one:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:black;
}

.fluid-section-one .container{
    position:relative;
    min-height:250px;
}

.fluid-section-one .image-column{
    position:absolute;
    right:0px;
    top:-100px;
    width:50%;
    height:100%;
}

.fluid-section-one .image-column .image-box{
    position:relative;
    z-index:2;
    padding-top:6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.fluid-section-one .image-column .color-layer{
    position:absolute;
    content:'';
    left:-20px;
    top:15px;
    right:0px;
    bottom:3px;
    z-index:1;
    background-color:var(--color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .color-layer-two{
    position:absolute;
    content:'';
    left:-5px;
    top:4px;
    right:0px;
    bottom:19px;
    z-index:1;
    background-color:#ffffff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.35);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .video-box{
    position:absolute;
    left:45px;
    bottom:60px;
    width:100px;
    height:100px;
    color:var(--color);
    z-index:10;
    font-size:30px;
    text-align:center;
    line-height: 100px;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:#ffffff;
    border-radius:50px 50px 0px 50px;
}

.fluid-section-one .image-column .video-box .overlay-box span{
    position: absolute;
    width:100px;
    height:100px;
    left:50%;
    top: 50%;
    z-index:99;
    color: var(--color);
    font-weight:400;
    font-size:16px;
    text-align: center;
    border-radius:10px;
    padding-left:15px;
    display: inline-block;
    margin-top: -50px;
    margin-left:-50px;
    background-color:#ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fluid-section-one .image-column .video-box .ripple,
.fluid-section-one .image-column .video-box .ripple:before,
.fluid-section-one .image-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
    height:100px;
    margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.fluid-section-one .content-column{
    position:relative;
    float:left;
    width:50%;
    z-index:1;
}

.fluid-section-one .content-column .inner-column{
    position:relative;
    max-width:600px;
    width:100%;
    float:right;
    padding:110px 45px 50px 0px;
}

.fluid-section-one .content-column .sec-title{
    margin-bottom:25px;
    color: white;
}

.fluid-section-one .content-column .text{
    position:relative;
    color:#ffffff;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:35px;
}

/* Fact Counter */

.fact-counter{
    position:relative;
    z-index:1;
}

.fact-counter .column{
    position:relative;
    margin-bottom:30px;
}

.fact-counter .column .inner{
    position:relative;
    margin-right:-30px;
}

.fact-counter .column .inner .content{
    position:relative;
    padding-left:60px;
}

.fact-counter .column .inner .icon{
    position:absolute;
    left:0px;
    top:7px;
    color:var(--color);
    font-size:40px;
    text-align:center;
    line-height:1em;
    font-weight: 400;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon{
    color:#ffffff;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
    position:relative;
    font-weight:600;
    color:#222222;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .count-outer{
    position:relative;
    font-weight:700;
    color:#ffffff;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .counter-title{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
}

.gallery-section{
    position:relative;
    padding:100px 0px 220px;
    background-position:center top;
    background-repeat:no-repeat;
    display: inline-block;
    width: 100%;
}

.gallery-section .filters{
    position:relative;
    margin-bottom:60px;
    text-align:center;
}

.gallery-section .filters .filter-tabs{
    position:relative;
    padding:0px 30px;
    border-radius:50px;
    display:inline-block;
    border:1px solid #ebebeb;
}

.gallery-section .filters li{
    position: relative;
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    margin:0px 30px 0px;
    padding:16px 0px 18px;
    padding-left:35px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters li .icon{
    position: absolute;
    left:0px;
    font-size:26px;
    color:#222222;
    line-height:1em;
    font-weight:400;
    top:16px;
    margin-right:10px;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:var(--color);
}

.gallery-section .filters li:last-child::before{
    display:none;
}

.gallery-section .filters li:before{
    position:absolute;
    content:'';
    right:-30px;
    top:14px;
    height:35px;
    width:1px;
    background-color:#ebebeb;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters li:hover .icon,
.gallery-section .filters li.active .icon{
    color:var(--color);
}

.gallery-section .lower-text{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.gallery-section .lower-text .text{
    position:relative;
    color:#505050;
    font-size:16px;
    font-weight:600;
    padding:18px 40px;
    border-radius:50px;
    display:inline-block;
    border:1px solid #acacac;
}

.gallery-section .lower-text .text a{
    position:relative;
    color:var(--color);
    font-weight:900;
}

.gallery-block{
    position:relative;
}
.gallery-section .ret .text {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.gallery-block .inner-box{
    position:relative;
}

.gallery-block .inner-box .image{
    position:relative;
}

.gallery-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.gallery-block .inner-box .image .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.gallery-block .inner-box:hover .overlay-box{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block .inner-box .image .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:1;
    opacity:0.80;
    background-color:black;
}

.gallery-block .inner-box .image .overlay-box .search-icon{
    position:absolute;
    right:0%;
    top:0%;
    width:60px;
    height:60px;
    color:#ffffff;
    z-index:2;
    font-weight:600;
    font-size:20px;
    text-align:center;
    line-height:60px;
    border-radius:0px;
    display:inline-block;
    background-color:var(--color);
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .search-icon:before{
    position:absolute;
    content:'';
    right:10px;
    top:10px;
    width:60px;
    height:60px;
    z-index:-1;
    border-left:10px solid rgba(255,255,255,0.20);
    border-bottom:10px solid rgba(255,255,255,0.20);
}

.gallery-block .inner-box .image .overlay-box .search-icon:hover{
    background-color:black;
    color:#ffffff;
}

.gallery-block .inner-box .image .overlay-box .content{
    position:absolute;
    left:40px;
    right:40px;
    bottom:40px;
    z-index:1;
}

.gallery-block .inner-box .image .overlay-box .content h4{
    position:relative;
    line-height:1.3em;
    font-weight:700;
    margin-bottom:16px;
}

.gallery-block .inner-box .image .overlay-box .content h4 a{
    position:relative;
    color:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .content h4 a:hover{
    color:var(--color);
}

.gallery-block .inner-box .image .overlay-box .content .category{
    position:relative;
    margin-bottom:8px;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
}

.gallery-block .inner-box .image .overlay-box .content .read-more{
    position:relative;
    color:#ffffff;
    padding:8px 20px;
    background-color:var(--color);
}

.gallery-block.mix{
    display:none;
}
.team-section{
    position:relative;
    padding:100px 0px 90px;
}

.team-section .owl-dots{
    display:none;
}

.team-section .owl-nav{
    position:absolute;
    left:-15px;
    top:50%;
    right:-10px;
}

.team-section .owl-nav .owl-prev{
    position:absolute;
    left:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-next{
    position:absolute;
    right:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
    background-color:var(--color);
}

.team-section .auto-container{
    max-width:1600px;
}

.team-section .color-layer{
    position:absolute;
    content:'';
    left:45px;
    top:0px;
    right:45px;
    bottom:0px;
    background-color:#ffffff;
}

.team-block{
    position:relative;
}

.team-block .inner-box{
    position:relative;
}

.team-block .inner-box .image{
    position:relative;
    overflow:hidden;
}

/*.team-block .inner-box .image:before{
    position:absolute;
    content:'';
    left:0px;
    right:0px;
    bottom:-60px;
    width:378px;
    height:363px;
    z-index:1;
    opacity:0;
    background:url(../images/pattern-3.png);
    background-position:right bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}*/

.team-block .inner-box:hover .image:before{
    opacity:0.8;
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.team-block .inner-box .image .circular-menu{
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu.active,
.team-block .inner-box .image .circular-menu:hover{
    opacity: 1;
}

.team-block .inner-box .image .floating-btn{
    display: block;
    z-index:20;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background-color: black;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: 0;
}

.team-block .inner-box .image .floating-btn:before{
    position:absolute;
    content:'';
    right:-5px;
    top:5px;
    bottom:-5px;
    left:5px;
    opacity:0.20;
    z-index:-1;
    background-color: #000000;
}

.team-block .inner-box .image .circular-menu:hover .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.team-block .inner-box .image .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .2);
}

.team-block .inner-box .image .circular-menu .floating-btn i {
    font-size: 16px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.team-block .inner-box .image .circular-menu.active .floating-btn i:before{
    content: "\f00d";
}

.team-block .inner-box .image .circular-menu:after {
    display: block;
    content: ' ';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu:hover:after {
    -webkit-transform: scale3d(5.5, 5.5, 1);
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.team-block .inner-box .image .circular-menu:before{
    position:absolute;
    content:'';
    right:0px;
    bottom:0px;
    width:140px;
    height:140px;
}

.team-block .inner-box .image .circular-menu .items-wrapper{
    padding: 0;
    margin: 0;
}

.team-block .inner-box .image .circular-menu .menu-item{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item span{
    position:relative;
    color: #ffffff;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: black;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item:hover span{
    background-color: #ffffff;
    color: black;
}

.team-block .inner-box .image .circular-menu:hover .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(1) {
    -webkit-transform: translate3d(1em,-7em,0);
    transform: translate3d(1em,-7em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(2) {
    -webkit-transform: translate3d(-3.5em,-6.3em,0);
    transform: translate3d(-3.5em,-6.3em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(3) {
    -webkit-transform: translate3d(-6.5em,-3.2em,0);
    transform: translate3d(-6.5em,-3.2em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(4) {
    -webkit-transform: translate3d(-7em,1em,0);
    transform: translate3d(-7em,1em,0);
    z-index:1;
}

.team-block .inner-box .lower-box{
    position:relative;
    padding-top:20px;
    text-align:center;
}

.team-block .inner-box .lower-box h3{
    position:relative;
    font-weight:800;
}

.team-block .inner-box .lower-box h3 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-block .inner-box .lower-box h3 a:hover{
    color:var(--color);
}

.team-block .inner-box .lower-box .designation{
    position:relative;
    color:#555555;
    font-size:18px;
    font-weight:400;
    margin-top:8px;
}
.news-section{
    position:relative;
    padding:100px 0px 90px;
}
.news-section .centered {
  color: white;
  --color:white;
}
.news-section .owl-nav{
    display:none;
}

.news-section .owl-dots{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.news-section .owl-dots .owl-dot{
    position:relative;
    width:20px;
    height:8px;
    margin:0px 5px;
    display:inline-block;
    background-color:var(--color);
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover{
    background-color:black;
}

.news-section .owl-carousel .owl-stage-outer{
    padding:15px 0px 15px;
}

.news-section .image-layer{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:589px;
    background-size:cover;
}

.news-section .image-layer:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:var(--color);
    opacity: .8;
}

.news-block{
    position:relative;
    margin-bottom:30px;
}

.news-block .inner-box{
    position:relative;
}

.news-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:30px;
    right:0px;
    bottom:0px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
    position:relative;
    overflow:hidden;
    background-color:var(--color);
}

.news-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.news-block .inner-box:hover .image img{
    opacity:0.5;
}

.news-block .inner-box .lower-content{
    position:relative;
    padding-top:25px;
    padding-bottom:25px;
    padding-right:25px;
    padding-left:25px;
}

.news-block .inner-box .lower-content .post-meta{
    position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
    position:relative;
    color:#555555;
    font-size:12px;
    margin-right:10px;
    padding-left:22px;
    display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
    position:absolute;
    left:0px;
    top:1px;
    color:var(--color);
    font-size:13px;
    margin-right:6px;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
    margin-right:0px;
}

.news-block .inner-box .lower-content h4{
    position:relative;
    line-height:1.4em;
    font-weight:800;
    margin-top:10px;
}

.news-block .inner-box .lower-content h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-block .inner-box .lower-content h4 a:hover{
    color:var(--color);
}

.news-block .inner-box .lower-content .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:1.8em;
    margin-top:10px;
}

.news-block .inner-box .lower-content .lower-box{
    position:relative;
    margin-top:20px;
}


.news-block .inner-box .lower-content .lower-box .read-more{
    position:relative;
    color:black;
    font-size:16px;
    font-weight:800;
    padding: 13px 20px;
    display: inline-block;
}

.news-block .inner-box .lower-content .lower-box .plus-box{
    position:relative;
    color:#ffffff;
    width:50px;
    top:10px;
    height:50px;
    font-size:14px;
    font-weight:700;
    text-align:center;
    line-height:50px;
    display:inline-block;
    background-color:var(--color);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .lower-content .lower-box .plus-box{
    top:0px;
}

.news-block.style-two .inner-box .lower-content h4 a:hover,
.news-block.style-two .inner-box .lower-content .post-meta li .icon{
    color:var(--color);
}

.news-block.style-two .inner-box .lower-content .lower-box .plus-box{
    background-color:var(--color);
}

.service-section{
    position:relative;
    padding:85px 0px;
}

.service-section .lower-text{
    position:relative;
    margin-top:40px;
}

.service-section .lower-text .text{
    position:relative;
    color:#555555;
    font-size:14px;
    padding:12px 25px;
    border-radius:50px;
    display:inline-block;
    border:1px dashed #acacac;
}

.service-section .lower-text .text a{
    position:relative;
    font-weight:700;
    color:var(--color);
}

.service-block{
    position:relative;
    margin-bottom:30px;
}

.service-block .inner-box{
    position:relative;
    text-align:center;
    margin-left:20px;
    padding:40px 37px 45px;
    background-color:#ffffff;
    box-shadow:0px 5px 25px rgba(0,0,0,0.10);
        height: 560px;
}

.service-block .inner-box .line-one{
    position:absolute;
    right:20px;
    top:0px;
    width:10px;
    height:100px;
    background-color:var(--color);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-one{
    height:70px;
}

.service-block .inner-box .line-two{
    position:absolute;
    right:40px;
    top:0px;
    width:6px;
    height:70px;
    background-color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-two{
    height:100px;
}

.service-block .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:105px;
    height:105px;
    z-index:-1;
    background:url(../images/icons/pattern-1.png) no-repeat;
}

.service-block.style-two .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:270px;
    height:270px;
    background:url(../images/icons/pattern-2.png) no-repeat;
}

.service-block .inner-box .icon-box{
    position:relative;
    padding-top:5px;
    text-align:center;
    margin-bottom:35px;
    display:inline-block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.service-block .inner-box:hover .icon-box{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box .icon-box:before{
    position:absolute;
    content:'';
    left:50%;
    top:50%;
    width:105px;
    height:90px;
    background-color:#f6f6f6;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.service-block .inner-box:hover .icon-box:before{
    background-color:#ffeee7;
}

.service-block .inner-box .icon-box .icon{
    position:relative;
    font-size:50px;
    color:var(--color);
    line-height:1em;
}

.service-block .inner-box h4{
    position:relative;
    line-height:1.4em;
    font-weight:800;
    margin-bottom:15px;
}

.service-block .inner-box h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box h4 a:hover{
    color:var(--color);
}

.service-block .inner-box .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:1.9em;
    margin-bottom:22px;
    font-family: 'Open Sans', sans-serif;
}

.service-block .inner-box .read-more{
    position:relative;
    color:var(--color);
    font-size:18px;
    font-weight:700;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box .read-more .arrow{
    position:relative;
    color:black;
}

.service-block .inner-box .read-more:hover{
    color:black;
}
.inner-page section:after {
  content: '';
  display: block;
  clear: both;
}
.inner-page section .centered {
  margin-bottom: 25px;
  position: relative;
}
.inner-page section .grid-box {
  margin: -15px;
}
.inner-page section .grid-box .column {
  padding: 15px;
}
.inner-page section h4 {
  font-size: 24px;
  /*min-height: 5rem;*/
}
.inner-page section h3 {
  font-size: 22px;
}
.inner-page section h5 {
  font-size: 20px;
}
.about3-page .about-6 {
    padding: 80px 0;
    background: url("../images/123.jpg")center center no-repeat;
}
.about3-page .about-6 .box {
    position: relative;
}
.about3-page .about-6 .list {
    margin-top: 70px;
}
.about3-page .about-6 .list ul {
    margin: 0 -80px;
}
.about3-page .about-6 .list ul li {
    padding: 60px 80px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .list ul li h6 {
    font-size: 40px;
    font-weight: bold;
}
.about3-page .about-6 .list ul li .text {
    max-height: 9.6em;
    overflow: auto;
    padding-right: .5em;
}
.about3-page .about-6 .list ul .slick-current li {
    padding-top: 0;
}
.about3-page .about-6 .tagList {
    margin-top: 80px;
    color: #bfbfbf;
}
.about3-page .about-6 .tagList ul .slick-list {
    padding-right: 3em;
    font-size: 24px;
}
.about3-page .about-6 .tagList ul li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-top: 10px;
}
.about3-page .about-6 .tagList ul li i {
    display: block;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-bottom: .7em;
    position: relative;
}
.about3-page .about-6 .tagList ul li i:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: black;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .tagList ul li i:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 2%;
    top: 0;
    background: black;
    -webkit-transition: 5s 1.5s;
    -moz-transition: 5s 1.5s;
    transition: 5s 1.5s;
}
.about3-page .about-6 .tagList ul .slick-current li {
    color: black;
}
.about3-page .about-6 .tagList ul .slick-current li i:before {
    opacity: 1;
}
.about3-page .about-6 .tagList ul .slick-current li i:after {
    width: 100%;
}
@media screen and (max-width: 1800px) {
    .about3-page .about-6 .list {
        margin-top: 50px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 50px;
    }
    .about3-page .about-6 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1500px) {
    .about3-page .about-6 .list ul li h6 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .about3-page .about-6 .box {
        margin-left: 0;
    }
    .about3-page .about-6 .list ul li h6 {
        font-size: 24px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .about3-page .about-6 .list ul li {
        padding: 0;
    }
    .product-page .cpt .cpt-1 span{
    position: absolute;
    left: 10%;
    top: 5%;
    font-size: 18px!important;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
  }
  .product-page .cpt .cpt-12 .box .box2 .info p {
    margin-bottom: 5px;
    font-size: 18px!important;
    padding: 0.5em;
    background: #fff;
    line-height: 32px;
    text-align: left;
    font-weight: 700;
  }
  .product-page .cpt .cpt-13 table tr td {
    padding: 15px 0;
    border: none;
    font-size: 20px!important;
    line-height: 36px;
    background: 0 0 !important;
    vertical-align: top;
}
   .product-page .cpt .cpt-14 .box .text {
    font-size: 18px!important;
    font-weight: 600;
    margin-top: 1.5em;
}
    .product-page .cpt .text {
    font-size: 24px;
    line-height: 44px;
    color: inherit;
    opacity: 1;
}
    .product-page .cpt .cpt-10 .box .img .text {
    margin-top: 2.5em;
    font-size: 24px!important;
    line-height: 44px;
    opacity: .41;
}
    .about3-page .about-6 .list ul {
        margin: 0;
    }
    .about3-page .about-6 .list {
        margin-top: 30px;
    }
    .about3-page .about-6 .tagList ul li {
        font-size: 20px;
    }
}
.product-page .cpt {
  max-width: 790px;
  font-family: Arial;
}
.product-page .cpt h3{
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: Impact;
  color: inherit;
}
.product-page .cpt h3:after,
.product-page .cpt h3:before {
  content: '';
  width: 20px;height: 50px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-page .cpt h3:before {
  right: 100%;
  bottom: -.2em;
  background-image: url('../images/icon-title-l.png');
}
.product-page .cpt h3:after {
  left: 100%;
  top: -.2em;
  background-image: url('../images/icon-title-r.png');
}
.product-page .cpt .text {
  font-size: 24px;
  line-height: 44px;
  color: inherit;
  opacity: 1;
  max-height: none;
}
.product-page .cpt .content {
  color: inherit;
  opacity: 1;
  margin: 0;
}
.product-page .cpt .cpt-1 {
  position: relative;
  color: white;
  text-align: center;
}
.product-page .cpt .cpt-1 span {
  position: absolute;
  left: 10%;
  top: 5%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}
.product-page .cpt .cpt-1 span:after,
.product-page .cpt .cpt-1 span:before {
  content: '';
  width: 43px;
  height: 5px;
  border-radius: 3px;
  background: white;
  display: block;
  margin-top: .5em;
}
.product-page .cpt .cpt-1 span:before {
  width: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
}
.product-page .cpt .cpt-1 .content {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  padding: 0 5%;
}
.product-page .cpt .cpt-1 h6 {
  font-size: 16px;
  opacity: .54;
  margin: 3em 0 2em;
  text-transform: uppercase;
}
.product-page .cpt .cpt-1 .text {
  max-width: 270px;
  display: block;
  margin: 0 auto;
}
.product-page .cpt .cpt-1 img {
  width: 100%;
}
.product-page .cpt .cpt-2 {
  background: #0a0a0a;
  color: white;
  padding: 40px 10% 70px;
}
.product-page .cpt .cpt-2 ul li {
  padding: 50px 0;
  border-top: 1px solid white;
  width: 50%;
}
.product-page .cpt .cpt-2 ul {
  position: relative;
  z-index: 1;
}
.product-page .cpt .cpt-2 ul:after {
  content: '';
  height: 100%;
  border-left: 1px white solid;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.product-page .cpt .cpt-2 ul li:nth-child(1),
.product-page .cpt .cpt-2 ul li:nth-child(2) {
  border-top: none;
}
.product-page .cpt .cpt-2 ul li:nth-child(odd) h6,
.product-page .cpt .cpt-2 ul li:nth-child(even) i {
  padding: 0 5%;
}
.product-page .cpt .cpt-2 ul li .flex {
  display: flex;
  align-items: center;
}
.product-page .cpt .cpt-2 ul li .flex i {
  width: 35%;
  margin-right: 5%;
  flex-shrink: 0;
}
.product-page .cpt .cpt-2 ul li:nth-child(odd) i {
  width: 25%;
}
.product-page .cpt .cpt-2 ul li .flex h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.product-page .cpt .cpt-3 {
  padding-top: 80px;
  text-align: center;
  background: #161617;
  color: white;
}
.product-page .cpt .cpt-3 img {
  margin-top: 30px;
  width: 100%;
}
.product-page .cpt .bg34 {
  background: url('../images/bg34.jpg') center center no-repeat;
  background-size: cover;
  color: white;
}
.product-page .cpt .cpt-4 {
  padding: 30px 0 60px;
  text-align: center;
  position: relative;
}
.product-page .cpt .cpt-4 .text {
  margin: 2em 0 2.5em;
}
.product-page .cpt .cpt-4 .c {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 65%;
}
.product-page .cpt .cpt-4 .c span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  text-align: center;
  padding: 0 5%;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}
.product-page .cpt .cpt-5 .content {
  padding: 0 12%;
  text-align: left;
}
.product-page .cpt .cpt-5 .text {
  margin: 2em 0 2.5em;
}
.product-page .cpt .cpt-6 {
  padding-top: 50px;
  background: url('../images/cpt-6-bg.png') center top no-repeat;
  background-size: cover;
  margin-top: -50px;
  position: relative;z-index: 1;
  color: white;
}
.product-page .cpt .cpt-6 .content {
  padding: 0 10%;
  margin-bottom: -20px;
  text-align: right;
}
.product-page .cpt .cpt-6 .text {
  margin-top: 1.5em;
}
.product-page .cpt .cpt-7 {
  padding-top: 60px;
  text-align: center;
  color: white;
  background: url('../images/cpt-7-bg.jpg') center top no-repeat;
  background-size: cover;
}
.product-page .cpt .cpt-7 .text {
  margin: 1.5em 0 4em;
}
.product-page .cpt .cpt-8 {
  padding-top: 40px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.product-page .cpt .cpt-8 .text {
  margin: 2em 0;
}
.product-page .cpt .cpt-8 .img {
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.product-page .cpt .cpt-8 .img img {
  width: 100%;
}
.product-page .cpt .cpt-8 .img span {
  left: 0;
  bottom: 20px;
  position: absolute;
  max-width: 90%;
  padding: 0 .3em;
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  margin-left: 1em;
  background: var(--color);
  border-radius: 8px;
}
.product-page .cpt .cpt-9 h6 {
  padding: 35px 10px;
  font-size: 23px;
  text-align: center;
  background: url('../images/icon-cpt-9.jpg') center bottom no-repeat;
  background-size: cover;
  color: white;
}
.product-page .cpt .cpt-9 .column {
  vertical-align: top !important;
  width: 50%;
}
.product-page .cpt .cpt-9 img {
  width: 100%;
}
.product-page .cpt .cpt-10 h4 {
  font-size: 55px;
  font-family: Impact;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: .5em;
  background: var(--color);
}
.product-page .cpt .cpt-10 .box {
  padding: 40px 6%;
  background: #cbcbcb;
}
.product-page .cpt .cpt-10 .box .img {
  margin-bottom: 15px;
  height: 350px;
  background-size: cover;
  background-position: center center;
  display: block;
  padding: 10% 7% 0;
  border-radius: 15px;
}
.product-page .cpt .cpt-10 .box .img .content {
  color: white;
  max-width: 330px;
}
.product-page .cpt .cpt-10 .box .img h5 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .cpt .cpt-10 .box .img .text {
  margin-top: 2.5em;
  font-size: 18px;
  opacity: .41;
}
.product-page .cpt .cpt-12 {
  padding: 40px 10% 25px;
  text-align: center;
}
.product-page .cpt .cpt-12 .box {
  padding: 50px 0;
}
.product-page .cpt .cpt-12 .box h5 {
  font-size: 23px;
  line-height: 1;
  padding: .4em;
  text-align: center;
  background: var(--color);
}
.product-page .cpt .cpt-12 .box .box2 {
  max-width: 50%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 10px;
  padding: 5px;
  background: var(--color);
}
.product-page .cpt .cpt-12 .box .box2 .info p {
  margin-bottom: 5px;
  font-size: 12px;
  padding: .5em;
  background: white;
  line-height: 1;
  text-align: left;
  font-weight: bold;
}
.product-page .cpt .cpt-12 .box .box2 .info p:first-child {
  border-top-left-radius: 10px;
}
.product-page .cpt .cpt-12 .box .box2 .info p:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
}
.product-page .cpt .cpt-12 .box .box2 span {
  flex-shrink: 0;
  padding: 0 5px;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
}
.product-page .cpt .cpt-12 .box .img {
  margin: 15px 0;
  padding: 0 10%;
  height: 240px;
  text-align: left;
}
.product-page .cpt .cpt-12 .box .tab {
  border: 1px solid black;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
}
.product-page .cpt .cpt-12 .box .tab p {
  padding: .3em .5em;
  border-top: 1px solid black;
}
.product-page .cpt .cpt-12 .box .tab p:first-child {
  background: var(--color);
  color: rgba(0, 0, 0, 0.7);
  border-top: none;
}
.product-page .cpt .cpt-12 .box>.column {
  vertical-align: top !important;
}
.product-page .cpt .cpt-12 .box>.column:first-child {
  border-right: 1px solid black;
}
.product-page .cpt .cpt-12 .box>.column:first-child h5,
.product-page .cpt .cpt-12 .box>.column:first-child .tab {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.product-page .cpt .cpt-12 .box>.column:first-child .box2 {
  margin-right: 7%;
}
.product-page .cpt .cpt-12 .box>.column:last-child h5,
.product-page .cpt .cpt-12 .box>.column:last-child .tab {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.product-page .cpt .cpt-12 .box3 {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid black;
}
.product-page .cpt .cpt-12 .box3 h5 {
  background: var(--color);
  font-size: 23px;
  font-weight: 500;
  padding: .2em;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.product-page .cpt .cpt-12 .box3 .grid-box {
  margin-top: 20px;
  position: relative;
}
.product-page .cpt .cpt-12 .box3 .grid-box:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: var(--color);
  opacity: .65;
}
.product-page .cpt .cpt-13 {
  padding: 50px 5% 30px;
  text-align: center;
  background: #efefef;
}
.product-page .cpt .cpt-13 .text {
  margin: 2em auto 4.5em;
}
.product-page .cpt .cpt-13 table {
  border: none;
  padding: 20px;
  border-radius: 10px;
  background: #cbcbcb;
  margin-top: 50px;
  text-align: left;
}
.product-page .cpt .cpt-13 table tr {
  border-bottom: 1px solid #7a7a7a;
  background: transparent !important;
}
.product-page .cpt .cpt-13 table tr td {
  padding: 15px 0;
  border: none;
  font-size: 16px;
  background: transparent !important;
  vertical-align: top;
}
.product-page .cpt .cpt-13 table tr td span {
  color: rgba(0, 0, 0, 0.78);
  margin: 1em 0;
  display: block;
}
.product-page .cpt .cpt-13 table tr:first-child td span {
  margin-top: 0;
}
.product-page .cpt .cpt-13 table tr td p {
  font-weight: bold;
}
.product-page .cpt .cpt-14 {
  padding: 15px 4%;
  background-size: cover;
  text-align: center;
}
.product-page .cpt .cpt-14 .box {
  border: 1px solid black;
  padding: 15px;
}
.product-page .cpt .cpt-14 .box h4 {
  font-size: 42px;
  font-family: Impact;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .cpt .cpt-14 .box .text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1.5em;
}
.product-page .cpt .cpt-15 {
  background: #efefef;
  padding: 50px 9%;
}
.product-page .cpt .cpt-15 ul li {
  padding: 10px 20px;
  width: 50%;
}
.product-page .cpt .cpt-15 ul li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.product-page .cpt .cpt-15 ul li a img {
  width: 100%;
}
.product-page .cpt .cpt-16 {
  padding: 0 25px;
  background: #efefef;
  padding-bottom: 60px;
}
.product-page .cpt .cpt-16 ul {
  margin: -10px;
}
.product-page .cpt .cpt-16 ul li {
  padding: 10px;
  width: 33.333%;
}
.product-page .cpt .cpt-16 ul li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: #b9b9b9;
}
.product-page .cpt .cpt-16 ul li img:last-child {
  padding: 5% 10%;
}
@media screen and (max-width: 1400px) {
  .about2-page .about-10 .main ul li .textbox {
    padding: 30px 3% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 24px;
  }
  .about-page .about-3 i.mask {
    height: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .about2-page .about-10 .main ul li {
    display: block;
  }
  .about2-page .about-10 .main ul li .img-box,
  .about2-page .about-10 .main ul li .textbox {
    width: 100%;
    left: 0 !important
  }
  .about2-page .about-10 .main ul li .textbox {
    padding: 30px 5% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 22px;
  }
  .about2-page .about-10 .main ul li .list ul li h6 {
    font-size: 30px;
  }
  .about2-page .about-10 .main ul li .list ul {
    display: block;
  }
  .inner-page.product-page .sidebar-content .sidebar-box .two>div {
    width: 100%;
    padding: 0 !important;
  }
  .product-page .product-list .slide .right h3.title {
    position: relative;
  }
  .product-page .product-list .slide .right h3.title i {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }
  .product-page .product-list .slide .right .text {
    max-height: none;
  }
  .about-page .about-60 .box {
    padding: 20px;
  }
  .fluid-section-one .content-column {
    width: 100%;
  }
  .fluid-section-one .image-column {
    display: none;
    padding: 0;
  }
  .fluid-section-one .content-column .inner-column {
    max-width: none;
    padding: 50px 0;
  }
  .team-section .owl-nav,.team-section .color-layer {
    display: none;
  }
  .gallery-section,.team-section,.news-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .cpt {
    zoom: .45;
}
}

.ci-tit{
  font-size: 24px;
  margin-bottom: 60px;
}
.product-page .cpt .cpt-12 .box .box2 .info p {
  min-height: 4em;
}

.riqi {
    display: block;
    font-size: 16px;
    color: #ffba00;
    line-height: 30px;
}


.options ul{
  margin: -10px;
}
.options ul li{
  padding: 10px;
}
.options ul li a{
  background-color: #eeede7;
  padding: 10px;
}

.options ul li.active a{
  background: var(--color);
  color: white;
}



.news-page .navList ul {
  margin: -10px -25px;
}
.news-page .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .navList ul li a:hover,
.news-page .navList ul li a.active {
  background: #ed0900;
  color: white;
  border-radius: 6px;
}



.app-page .app-1 ul {
    margin: -30px
}

.app-page .app-1 ul li {
    padding: 20px
}

.app-page .app-1 ul li a {
    display: block;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(47,54,69,.2)
}

.app-page .app-1 .text {
    padding: 30px;
    text-align: center
}

.app-page .app-1 .text h4 {
    margin-bottom: 10px;
    line-height: 2;
    min-height: 40px;
    font-family: 'Raleway-Bold';
    font-weight: 700
}

.app-page .app-1 .text p {
    /*height: 40px;*/
    overflow: auto
}





/* join-fuck-model */
.ty-category{
    background-color: #f9f9f9;
}
.ty-category > ul{
  display: flex;
  justify-content: space-around;
}
.ty-category > ul li{
  width: auto!important;
}
.ty-category > ul li a{
    display: inline-block;
    padding: 20px 0;
    position: relative;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.ty-category > ul li.active a{
    border-bottom-color: var(--color);
}

.ty-category .child-category{
  text-align: left;
}
.ty-category .child-category > div{
  display: none;
}
.ty-category .child-category > div.active{
  display: block;
}
.ty-category .child-category ul{
  max-width: 1565px;
  margin: auto;
}
.ty-category .child-category ul li{
  width: auto;
}
.ty-category .child-category ul li.active a{
  font-weight: bold;
}
.ty-category .child-category ul li + li{
  margin-left: 60px;
  padding-left: 60px;
  border-left: 1px solid black;
}

@media screen and (max-width: 1000px) {
  .ty-category {
    display: none;
  }
}



.historyBox {
  padding: 60px 0 150px 0;
}
.historyBox h2{
	font-size:40px;
}
.historyBox h2:after{
	content:"";
	display: block;
	width:130px;
	border-bottom:3px solid #d7000f;
	margin:30px auto 0;
}
.historyBox .box {
  padding-top: 80px;
  display: block;
  margin: 0 auto;
}
.historyBox .box ul {
  position: relative;
}
.historyBox .box ul:after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 17px;
  background: #b2b2b2;
  position: absolute;
}
.historyBox .box ul li {
  position: relative;
}
.historyBox .box ul li + li{
	margin-top:100px;
}
.historyBox .box ul li i {
  content: '';
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -moz-box-shadow: 0 0 0 3px rgba(0,0,0,.3);
  -o-box-shadow: 0 0 0 3px rgba(0,0,0,.3);
  box-shadow: 0 0 0 3px rgba(0,0,0,.3);
}
.historyBox .box ul li h5 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.historyBox .box ul li .content {
  display: inline-block;
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
}
.historyBox .box ul li .content .text {
  display: block;
  font-size: 18px;
}
.historyBox .box ul li .content:after {
  content: '';
  border-right: 10px solid #2dbbff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.historyBox .box ul li .left {
  padding-right: 35px;
  text-align: right;
  position: relative;
  vertical-align: middle;
}
.historyBox .box ul li .right {
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}
.historyBox .box ul li:last-child {
  padding-bottom: 0;
}
.historyBox .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 35px;
}
.historyBox .box ul li:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.historyBox .box ul li:nth-child(even) .right .content:after {
  border-left: 10px solid #2dbbff;
  border-right: none;
  left: 100%;
}
.historyBox .box ul li:nth-child(even) .right .content:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.historyBox .box ul li:hover .content{
	color: white;
	background-color:#d7000f;
}

@media screen and (max-width: 1400px) {
	.historyBox .box {
		padding-top: 50px;
	}
	.historyBox {
		padding: 50px 0;
	}
	.historyBox .box ul li h5 {
		font-size: 20px;
	}
	.historyBox .box ul li .content .text {
		font-size: 14px;
    line-height: 2;
	}
}

@media screen and (max-width: 1200px) {
	.historyBox .box ul li h5 {
		font-size: 18px;
    line-height: 32px;
	}
	.historyBox .box {
		padding-top: 30px;
	}

	.historyBox .box ul li + li{
		margin-top:50px;
	}
}

@media screen and (max-width: 700px) {
	.historyBox .box ul li .right,
	.historyBox .box ul li .left {
		width: 100%;
		left: 0 !important;
		text-align: left !important;
		padding: 0 !important;
	}
	.historyBox .box ul li .left {
		padding-left: 10px !important;
	}
	.historyBox .box ul {
		padding-left: 20px;
	}
	.historyBox .box ul:after {
		left: 2px;
		top: 42px;
	}
	.historyBox .box ul li i {
		left: -18px;
		top: 42px;
	}
}


.dow-page ul{
  margin: -15px;
}
.dow-page ul li{
  padding: 15px;
}
.dow-page ul li .name a{
  display: flex;
  justify-content: space-between;
}
.dow-page ul li .name i{
  color: var(--base-color);
  font-size: 22px;
}



.cul-page ul li > div{
  display: flex;
  align-items: center;
  margin: -60px;
}
.cul-page ul li:nth-child(even) > div{
  flex-direction: row-reverse;
}
.cul-page ul li:nth-child(even) .text{
  text-align: right;
}
.cul-page ul li:nth-child(even) .name{
  justify-content: flex-end;
}
.cul-page ul li > div > div{
  padding: 60px;
}
.cul-page ul li .name{
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.cul-page h2{
	font-size:40px;
}
.cul-page h2:after{
	content:"";
	display: block;
	width:130px;
	border-bottom:3px solid #d7000f;
	margin:30px auto 0;
}

@media screen and (max-width: 1000px) {
  .cul-page ul li > div{
    display: block;
    margin: -15px;
  }
  .cul-page ul li > div > div{
    padding: 15px;
    width: 100%!important;
  }

  .cul-page ul li{
    margin-bottom: 40px;
  }

  .cul-page h2{
    font-size: 24px;
  }

  .cul-page ul li .name{
    font-size: 20px;
    line-height: 1.8;
  }
}

.rd-pro{
  font-size:40px;
  font-weight: bold;
}
.rd-pro:after{
  content:"";
	display: block;
	width:130px;
	border-bottom:3px solid #d7000f;
  margin-top: 20px;
}

.global-page h2{
	font-size:40px;
}
.global-page h2:after{
	content:"";
	display: block;
	width:130px;
	border-bottom:3px solid #d7000f;
	margin:30px auto 0;
}

.global-tit{
    font-size:30px;
}
.global-tit.red{
    color:#d7000f;
}
.global-tit.line{
    border-bottom:1px solid gray;
}

.global-page .box{
    background-color: #f9f9f9;
    padding:40px;
}

.global-page .box ul{
    margin:-15px;
}
.global-page .box ul li{
    padding:15px;
}
.global-page .warp{
    margin:-30px;
}
.global-page .item{
    padding:30px;
}
.global-page .global-1 p{
    max-width:900px;
    margin:40px auto;
}

@media screen and (max-width: 1000px) {
  .global-page h2{
    font-size: 24px;
    line-height: 44px;
  }

  .global-page .warp{
    margin: -15px;
   }

  .pbglo{
    padding-bottom: 20px!important;
  }
    .pbcul{
    padding-bottom: 20px!important;  
  }
  .global-page .item{
    padding: 15px;
    width: 100%!important;
  }
  .global-tit{
    font-size: 20px;
    line-height: 1.8;
    margin-top: 0;
  }

  .global-page .box{
    padding: 20px;
  }

  .rd-pro{
    font-size: 24px;
    line-height: 44px;
  }
}




.about2-page .about2-tit{
    font-size:40px;
    font-weight:bold;
}
.about2-page .about2-tit:after{
    content:"";
    display:block;
    width:130px;
    border-bottom:3px solid #d7000f;
}
.about2-page .about2-1{
	padding:120px 0;
}
.about2-page .about2-1 .proBtn{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: var(--base-color);
    padding: 0 30px;
    border-radius: 30px;
}

.about2-page .about2-1 .proBtn:hover{
     background-color: #111;
}
.about2-page .about2-1 .left{
    padding-right:70px;
    vertical-align: middle;
}
.about2-page .about2-1 .right{
    vertical-align: middle;
}

.about2-page .about2-2 {
  background: url(../images/about2-2-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
}
.about2-page .about2-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about2-page .about2-2 ul li {
  padding: 10% 5%;
}
.about2-page .about2-2 ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.about2-page .about2-2 ul li:nth-child(even) .num {
  margin-top: 220px;
}
.about2-page .about2-2 ul li .num {
  font-size: 70px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.about2-page .about2-2 ul li .num > div {
  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;
}
.about2-page .about2-2 ul li .num strong {
  font-size: 30px;
  line-height: 1;
}
.about2-page .about2-2 ul li .num span {
  font-size: 18px;
  font-weight: 400;
}
.about2-page .about2-3 {
  padding: 150px 0;
}
.about2-page .about2-3 .proBtn{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: white;
  background-color: var(--base-color);
  padding: 0 30px;
  border-radius: 30px;
}

.about2-page .about2-3 .proBtn:hover{
  background-color: #111;
}
.about2-page .about2-3 .list ul li {
  padding: 0 30px;
  border-left: 1px solid #bababa;
}
.about2-page .about2-3 .list ul li .num {
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-stroke: 1px #767676;
  -webkit-text-stroke: 1px #767676;
}
.about2-page .about2-3 .list ul li .name {
  font-size: 30px;
  color: #767676;
}

.about2-page .about2-3 .list ul li:hover .name {
  color: #d7000f;
}

.about2-page .about2-4 {
  background-color: #111111;
  color: white;
}
.about2-page .about2-4 .left {
  vertical-align: middle;
}
.about2-page .about2-4 .right {
  vertical-align: middle;
}
.about2-page .about2-4 .right .img {
  margin-top: -55px;
  margin-right: -webkit-calc(-50vw + 850px);
  margin-right: -moz-calc(-50vw + 850px);
  margin-right: calc(-50vw + 850px);
}
@media (max-width: 1750px) {
  .about2-page .about2-4 .right .img {
    margin-right: -webkit-calc(-50vw + 785px);
    margin-right: -moz-calc(-50vw + 785px);
    margin-right: calc(-50vw + 785px);
  }
}
@media (max-width: 1600px) {
  .about2-page .about2-4 .right .img {
    margin-right: -webkit-calc(-50vw + 685px);
    margin-right: -moz-calc(-50vw + 685px);
    margin-right: calc(-50vw + 685px);
  }
}
@media (max-width: 1400px) {
  .about2-page .about2-4 .right .img {
    margin-right: -webkit-calc(-50vw + 585px);
    margin-right: -moz-calc(-50vw + 585px);
    margin-right: calc(-50vw + 585px);
  }
}
@media (max-width: 1200px) {
  .about2-page .about2-2 ul li {
    padding: 10% 30px;
  }
  .about2-page .about2-3 .list ul li .name {
    font-size: 22px;
    line-height: 40px;
  }
  .about2-page .about2-4 .right .img {
    margin-right: -webkit-calc(-50vw + 485px);
    margin-right: -moz-calc(-50vw + 485px);
    margin-right: calc(-50vw + 485px);
  }
}
@media (max-width: 1000px) {
    .about2-page .about2-tit{
      font-size: 24px;
      line-height: 44px;
    }

  .about2-page .about2-1{
    padding: 60px 0;
  }
  .about2-page .about2-1 .left{
    width: 100%!important;
    padding: 0;
    margin-bottom: 40px;
  }

  .about2-page .about2-1 .right{
    width: 100%!important;
  }

  .about2-page .about2-2 ul {
    display: block;
    text-align: center;
  }
  .about2-page .about2-2 ul li:nth-child(even) .num {
    margin-top: 0;
  }
  .about2-page .about2-2 ul li {
    padding: 30px;
    border: none!important;
  }
  .about2-page .about2-2 ul li p br {
    display: none;
  }
  .about2-page .about2-2 ul li .num {
    font-size: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about2-page .about2-2 ul li .num strong {
    font-size: 18px;
  }
  .about2-page .about2-2 ul li .num span {
    font-size: 14px;
  }
  .about2-page .about2-3 {
    padding: 60px 0;
  }
  .about2-page .about2-3 .list ul li {
    width: 50%!important;
  }
  .about2-page .about2-4 .left {
    width: 100%!important;
  }
  .about2-page .about2-4 .right {
    display: none;
  }
}
@media (max-width: 500px) {
  .about2-page .about2-3 .list ul li {
    width: 100%!important;
    margin-top: 40px;
  }
}



.prodet2-page .prodet2-1 {
  background-color: #f7f7f7;
  color: white;
}
.prodet2-page .prodet2-1 .left h1 {
  font-size: 42px;
  font-weight: bold;
  color: #000;
}
.prodet2-page .prodet2-1 .left .content {
  max-width: 600px;
  margin-left: auto;
}
.prodet2-page .prodet2-1 .left .text {
  line-height: 2;
}
.prodet2-page .prodet2-1 .left .text ul {
  margin-left: 20px;
}
.prodet2-page .prodet2-1 .left .text ul li {
  list-style-type: disc;
}
.prodet2-page .prodet2-1 .left .btns a {
  margin-right: 30px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid var(--base-color);
  padding: 0 30px;
  border-radius: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet2-page .prodet2-1 .left .btns a.on,
.prodet2-page .prodet2-1 .left .btns a:hover {
  border-color: var(--base-color);
  background-color: var(--base-color);
}

.prodet2-page .prodet2-1 .right .img{
  /*padding-bottom: 150px;*/
  /*background: url(../images/pro-mask.png)no-repeat center bottom;*/
  background-size: 65% auto;
}

.prodet2-page .prodet2-1 .m-link{
    max-width: 1470px;
    margin-left: auto;
    color: #000;
}


.prodet2-page .prodet2-i .ui.container {
  max-width: 1230px;
}
.prodet2-page .prodet2-i .pro-tit {
  font-size: 30px;
}
.prodet2-page .prodet2-i .content {
  margin-top: 50px;
}
.prodet2-page .prodet2-i .content table tr td:first-child {
  width: 30%!important;
}
.prodet2-page .prodet2-i .form ul {
  margin: -15px;
}
.prodet2-page .prodet2-i .form ul li {
  padding: 15px;
}
.prodet2-page .prodet2-i .form ul li.wid-100 {
  width: 100%;
}
.prodet2-page .prodet2-i .form input,
.prodet2-page .prodet2-i .form textarea {
  width: 100%;
  font-size: 18px;
  padding: 20px;
  border: 1px solid #bfbfbf;
}
.prodet2-page .prodet2-i .form button {
  padding: 15px 45px;
  font-size: 18px;
  border: none;
  color: white;
  background-color: var(--base-color);
  height: auto;
  border-radius: 0;
}
.prodet2-page .prodet2-i .list ul {
  margin: -40px;
}
.prodet2-page .prodet2-i .list ul li {
  padding: 40px;
}
.prodet2-page .prodet2-i .list img{
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .prodet2-page .prodet2-i .form ul {
    margin: -10px;
  }
  .prodet2-page .prodet2-i .form ul li {
    padding: 10px;
  }
  .prodet2-page .prodet2-i .form input,
  .prodet2-page .prodet2-i .form textarea {
    font-size: 14px;
    padding: 10px;
  }


  .prodet2-page .prodet2-i .list ul{
    margin: -15px;
  }
  .prodet2-page .prodet2-i .list ul li{
    padding: 15px;
  }
}


.product2-page .product2-1 {
  height: 950px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.product2-page .product2-1 .ui.container {
  max-width: 1230px;
}
.product2-page .product2-1 h1 {
  font-size: 91px;
  font-weight: bold;
  color: white;
}
.product2-page .product2-1 .content {
  position: absolute;
  width: 100%;
  top: 40%;
}
.product2-page .product2-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product2-page .product2-1 ul li .num {
  font-size: 40px;
  line-height: 1;
  color: white;
  font-weight: 700;
}
.product2-page .product2-1 ul li .num span {
  font-size: 18px;
  font-weight: 400;
}
.product2-page .product2-1 ul li p {
  color: white;
  font-size: 18px;
}
.product2-page .product2-1 ul li + li {
  margin-left: 40px;
}
.product2-page .product2-2 {
  padding: 160px 0;
}
.product2-page .product2-2 .box {
  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;
}
.product2-page .product2-2 .box .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product2-page .product2-2 .box .left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}
.product2-page .product2-2 .box .left li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product2-page .product2-2 .box .left li:nth-child(2) {
  margin-right: 70px;
}
.product2-page .product2-2 .box .right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.product2-page .product2-2 .box .right li:nth-child(2) {
  margin-left: 70px;
}
.product2-page .product2-2 .box ul {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.product2-page .product2-2 .box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product2-2 .box ul li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  padding: 0 20px;
}
.product2-page .product2-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 70px;
}
.product2-page .product2-3 .content {
  max-width: 50%;
  margin-left: auto;
  padding: 0 5%;
}
.product2-page .product2-3 .content p {
  font-size: 18px;
  color: #767676;
}
.product2-page .product2-3 .content p.border {
  padding-left: 30px;
  position: relative;
}
.product2-page .product2-3 .content p.border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d5d5d5;
}
.product2-page .product2-3 .content p.border.active::before {
  background-color: #d7000f;
}
.product2-page .product2-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product2-page .product2-3 .content ul li {
  margin-right: 15%;
}
.product2-page .product2-3 .content ul li p {
  line-height: 1;
}
.product2-page .product2-3 .content ul li p span {
  font-size: 91px;
  font-weight: bold;
  color: #d7000f;
}
.product2-page .product2-4 {
  padding: 120px 0;
}
.product2-page .product2-4 .catname {
  font-size: 36px;

}
.product2-page .product2-4 .catname::after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 2px solid #d7000f;
  margin: 20px auto;
}
.product2-list ul {
  margin: -40px;
}
.product2-list ul li {
  padding: 40px;
}
.product2-list img {
  background-color: #f9f9f9;
}

.product2-page.cus-page .product2-1 h1 {
  color: #000;
}

.product2-page.cus-page .product2-1 h1 ~ div {
  color: #111;
}

@media (max-width: 1200px) {
  .product2-page .product2-3 .content ul li p span{
    font-size: 60px;
  }

  .product2-page .product2-3 .content ul li{
    margin-right: 10%;
  }

  .product2-page .product2-2 .box .left li:nth-child(2){
    margin-right: 0;
  }

  .product2-page .product2-2 .box .right li:nth-child(2){
    margin-left: 0;
  }

  .product2-page .product2-1 h1{
    font-size: 70px;
  }
}

@media (max-width: 1000px) {
  .product2-page.cus-page .product2-1 h1 {
    color: #d8020e;
  }

  .product2-page.cus-page .product2-1 h1 ~ div {
    color: #d8020e;
  }


  .product2-list ul {
    margin: -15px;
  }
  .product2-list ul li {
    padding: 15px;
  }

  .product2-page .product2-2{
    padding: 60px 0;
  }

  .product2-page .product2-2 .box{
    display: block;
  }

  .product2-page .product2-2 .box .img{
    display: none;
  }

  .product2-page .product2-2 .box .left{
    text-align: left;
  }
  
  .product2-page .product2-2 .box .left li{
    flex-direction: row;
  }

  .product2-page .product2-2 .box ul li p{
    font-size: 16px;
  }

  .product2-page .product2-2 .box ul li{
    margin-top: 20px;
  }
  
  .product2-page .product2-3{
    background-image: none!important;
    background-color: #eee;
    padding: 60px 0;
  }

  .product2-page .product2-3 .content{
    max-width: 100%;
    padding: 0;
  }
  .product2-page .product2-3 .content p{
    font-size: 16px;
  }

  .product2-page .product2-4{
    padding: 60px 0;
  }

  .product2-page .product2-1 ul li .num{
    font-size: 30px;
  }

  .product2-page .product2-1 ul li p{
    font-size: 16px;
  }

  .product2-page .product2-1{
    height: 800px;
  }

  .product2-page .product2-1 ul li + li{
    margin-left: 20px;
  }

  .product2-page .product2-1 h1{
    font-size: 50px;
  }

  .product2-page .product2-4 .catname {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .product2-page .product2-1 ul{
    display: block;
  }

  .product2-page .product2-1 ul li + li{
    margin-left: 0;
    margin-top: 20px;
  }

  .product2-page .product2-1 .content{
    top: 10%;
  }

  .newsbt{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
  }
    .data{
      font-size: 14px;
      line-height: 2;

  }

  .product2-page .product2-1 ul li .num{
    font-size: 24px;
    line-height: 44px;
  }

  .product2-page .product2-1 ul li p{
    font-size: 14px;
    line-height: 2;
  }

  .product2-page .product2-1 h1{
    font-size: 36px;
  }

  .product2-page .product2-1 {
    height: 400px;
  }

  .product2-page .product2-2 .box ul li p {
    font-size: 14px;
    line-height: 2;
  }

  .product2-page .product2-3 .content p {
    font-size: 14px;
    line-height: 2;
  }

  .product2-page .product2-3 .content ul li p span {
    font-size: 40px;
  }

  .product2-page .product2-3 .content p.border::before{
    top: 2px;
  }
}
/* end */



.cus-2 .box{
    display:flex;
    align-items: center;
}
.cus-2 .box:nth-child(even){
    flex-direction: row-reverse;
}

.cus-2 .box .name{
    font-size: 30px;
    font-weight: bold;
    color:#d8020e;
    margin-bottom:40px;
}

.cus-2 .box .name span{
  display: inline-block;
}

.cus-2 .box .name span + span{
  margin-left: 10%;
  padding-left: 10%;
  border-left: 1px solid #767676;
}

.cus-2 .box .right{
    padding:0 5%;
}

.cus-3 .box{
    background-image: url(../images/cus-3-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:220px 0;
}

.cus-3 .box .content{
    padding:0 6%;
}

.cus-3 .box .content .left{
    max-width:650px;
}

.cus-3 .box .content .left .name{
    font-size:50px;
    line-height: 1.2;
    font-weight:bold;
    color:white;
    margin-bottom:30px;
}

.cus-3 .box .content .left .text{
    color:white;
}


@media (max-width: 1000px) {
  .cus-3 .box{
    padding: 120px 0;
  }

  .cus-3 .box .content .left .name{
    font-size: 30px;
  }

  .cus-2 .box .name{
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 700px) {
  .cus-2 .box{
    display: block;
  }

  .cus-2 .box .left{
    width: 100%!important;
  }

  .cus-2 .box .right{
    width: 100%!important;
    padding: 0;
    margin-top: 30px;
  }

  .cus-3 .box{
    padding: 60px 0;
  }

  .cus-3 .box .content .left .name {
    font-size: 20px;
  }
}

.fp-tableCell{
  padding-top: 0!important;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}


.production-sec .pur-sec {
  padding: 60px 0 0 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;
  display: flex;
  align-items: center;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-style: normal;
  font-size: 40px;
  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;
  -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-style: normal;
  font-size: 48px;
  line-height: 1.2;
  color: var(--base-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;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: var(--base-color);
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.mb-80{
  margin-bottom: 80px;
}

.pb-100{
  padding-bottom: 100px;
}
.production-sec .prints-sec {
  padding-top: 60px;
}
.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-style: normal;
  font-size: 40px;
  line-height: 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-style: normal;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  margin: 40px;
  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-weight: bold;
  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: 65px 0 170px 0;
  background-color: whitesmoke;
}

.p11-milestone {
  margin-top: 20px;
}
  
.production-sec .p11-milestone .text h2 {
  font-style: normal;
  font-size: 40px;
  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: 40px;
}
.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(--base-color)), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, var(--base-color) 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, var(--base-color) 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, var(--base-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(--base-color);
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.inner-page h3.title {
    font-size: 40px;
    line-height: 1.4;
   
}
.inner-page h3.title em {
    color: var(--base-color);
}
.production-sec .content{
  line-height: 2;
}
.production-sec .h3,
.production-sec h3{
  font-weight: 700;
  margin-top: 20px;
}
@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;
  }


.production-sec .prodet-3 .box ul li {
padding: 50px;
}


}


/*history start*/
.history-page{
  margin-top: 180px;
}
.dev_con{
  background-color: #f6f9fb;
  position: relative;
  padding-top: 100px;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 108px;
  font-size: 20px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: #111111;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  font-family: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  margin-right: 120px;
  font-weight: 300;
  padding-bottom: 60px;
  min-height: 260px;
  
}
.dev_tex_box > div .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dev_tex_box > div .content .left{
  width: 40%;
}
.dev_tex_box > div .content .right{
  padding-left: 60px;
  width: 60%;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 200px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-family: 'rom';
  font-size: 240px;
  line-height: 1;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -moz-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -o-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(29 29 29 / 50%) 0%, rgba(0 9 23) 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #111111;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari å’Œ Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*æ³¢æµªèƒŒæ™¯*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:#E9EFF2;}
.st3{
  fill-rule:evenodd;clip-rule:evenodd;
  fill: #111111!important;
}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}


.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #111111;
}
.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #111111;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #111111;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
/*.disab{
  pointer-events:none;
  opacity: 0;
}*/

@media (max-width: 700px) {
  .at_time{
    font-size: 100px;
  }
  .dev_tex_box>div .content .left{
    width: 100%;
  }
  .dev_tex_box>div .content .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .time_line_box .on .btn_time .titie_box_bg{
    text-align: center;
  }
  .time_line_box .on .btn_time>span{
    font-size: 30px;
    text-align: center;
  }
  .titie_box_bg{
    width: 90px;
    margin: -45px 0 0 -46px;
  }
}
/*history end*/


.gxs-xjd {
  position: relative;
}
.gxs-xjd .top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 85px;
  text-align: center;
}
.gxs-xjd .top p {
  color: #454545;
  line-height: 1.7;
}
.gxs-xjd .bottom {
  position: relative;
}
.gxs-xjd .bottom img{
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
  bottom: 0;
}
.gxs-xjd .bottom ul.arealist {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.gxs-xjd .bottom ul.arealist li {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-xjd .bottom ul.arealist li:nth-child(1),
.gxs-xjd .bottom ul.arealist li:nth-child(2),
.gxs-xjd .bottom ul.arealist li:nth-child(3),
.gxs-xjd .bottom ul.arealist li:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.gxs-xjd .bottom ul.arealist li:nth-child(1) {
  top: 50%;
  right: 19%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(2) {
  top: 75%;
  right: 19%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(3) {
  top: 85%;
  right: 10%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(4) {
  top: 43%;
  right: 51%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(5) {
  top: 51%;
  right: 67%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(6) {
  top: 59%;
  right: 76%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(7) {
  top: 82%;
  right: 59%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(8) {
  top: 41%;
  right: 70%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(9) {
  top: 68%;
  right: 39%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(10) {
  top: 58%;
  right: 26%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(11) {
  top: 40%;
  right: 31%;
}
.gxs-xjd .bottom ul.arealist li:nth-child(12) {
  top: 55%;
  right: 10%;
 
}
.gxs-xjd .bottom ul.arealist li i {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: #e9ac2a;
  position: relative;
  margin: 0 30px;
}
.gxs-xjd .bottom ul.arealist li:nth-child(1) i{
  background: #ff9600;
}
.gxs-xjd .bottom ul.arealist li i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(233, 172, 42, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  border-radius: 100%;
}
.gxs-xjd .bottom ul.arealist li em.name {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.gxs-xjd .btmbox {
  position: absolute;
  width: 100%;
  bottom: 35px;
}
.gxs-xjd .btmbox .ui.container {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-xjd .btmbox .ui.container ul.sm li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.gxs-xjd .btmbox .ui.container ul.sm li i {
  width: 23px;
  height: 23px;
  display: block;
  border-radius: 100%;
  margin-right: 20px;
  background: #ff9600;
}
.gxs-xjd .btmbox .ui.container ul.sm li:nth-child(2) i {
  background: #e9ac2a;
}
.gxs-xjd .btmbox .ui.container p {
  color: #454545;
}


.honors{
  height: 510px;
  display: flex!important;
  align-items: center;
}



/**/
.h2 {
    font-weight: 700;
    font-size: 40px;
    display: block;
    line-height: 1.5;
    color: var(--color2);
}
.cornerstone-page .cornerstone-4 {
  padding: 40px 0;
}

.cornerstone-page .cornerstone-4 .box {
  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;
}
.cornerstone-page .cornerstone-4 .box .left {
  width: 30%;
  padding-right: 5%;
}

.cornerstone-page .cornerstone-4 .box .right {
  width: 70%;
}
.cornerstone-page .cornerstone-4 .box .right .list ul {
  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;
  margin: -10px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li {
  font-size: 22px;
  width: 100%;
  padding: 10px 30px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span {
  font-size: 1.09090909em;
  color: #e9a924;
  line-height: 1.2;
  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-bottom: .2em;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, var(--color), transparent);
  background-image: -moz-linear-gradient(right, transparent, var(--color), transparent);
  background-image: linear-gradient(to left, transparent, var(--color), transparent);
}
.cornerstone-page .cornerstone-4 .box .right .list ul li p {
  font-weight: bold;
  color: var(--color2);
  white-space: nowrap;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child {
  width: auto;
}
/*.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child span:after {
  display: none;
}*/

@media screen and (max-width: 1600px) {
    .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 18px;
  }
    .cornerstone-page .cornerstone-4 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1000px) {
    .cornerstone-page .cornerstone-4 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .cornerstone-page .cornerstone-4 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .cornerstone-page .cornerstone-4 .box {
    display: block;
  }
}
@media screen and (max-width: 700px) {
    .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 16px;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
    display: none;
  }
}


/*ye main bian heise*/
.production-sec{
  background: #000;
  color: #fff;
}
.production-sec .prints-sec .mml-row .text-wrap .text p{
  color: inherit;
}

.product-page{
  background: #000;
  color: #fff;
}
.product-page .product-list2 ul li .box .content2{
  color: #fff;
}
.product-page .m-page a{
  background: #fff;
  color: #000;
}
.product-page h1{
  color: #fff;
}
.product-page .content{
  color: #fff;
}

.cornerstone-page .cornerstone-4 .box .left span.h2 {
  font-weight: 700;
  font-size: 32px;

}


/*neww produciton css */
.production-page .production-1 {
  padding: 5.2em 0 4em;
  background: url(../images/production-1-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
/*.production-page .production-1::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 118px;
  border-right: 1px solid #a5a5a5;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}*/
.production-page .production-1 .production-box {
  padding-top: 2rem;
}
.production-page .production-1 .production-box h2 {
  font-size: 2.8rem;
  line-height: 1;
  color: #eeaf12;
  text-align: center;
  font-weight: bold;
}
.production-page .production-1 .production-box .content-box {
  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;
  margin-top: 5.5rem;
}
.production-page .production-1 .production-box .content-box h4 {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.production-page .production-1 .production-box .content-box .box {
  width: 125px;
  height: 125px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #191919;
  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;
  font-weight: bold;
  border: 5px solid #2c2c2c;
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: -20px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 6;
}
.production-page .production-1 .production-box .content-box .box:hover {
  color: #fff;
  background: #2e2e2e;
  outline: 0px solid rgba(0, 0, 0, 0.2);
}
.production-page .production-1 .production-box .content-box .box:hover::before {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
}
.production-page .production-1 .production-box .content-box .box:hover::after {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.production-page .production-1 .production-box .content-box .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(46, 46, 46, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.production-page .production-1 .production-box .content-box .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(46, 46, 46, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.production-page .production-1 .production-box .content-box .left {
  padding-right: 6rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .right {
  padding-left: 6rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.8rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 8rem;
  border-left: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.production-page .production-1 .production-box .content-box .centre ul::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8rem;
  border-left: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.production-page .production-1 .production-box .content-box .centre ul li {
  padding: 0 2.2rem;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul li .box {
  background: #f0f0f0;
}
.production-page .production-1 .production-box .content-box .centre ul li .box:hover {
  background: #2e2e2e;
  outline: 0px solid rgba(0, 0, 0, 0.2);
}
.production-page .production-1 .production-box .content-box .centre ul li:last-child::after {
  display: none;
}
.production-page .production-1 .production-box .content-box .centre ul li::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2px;
  border-bottom: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.2rem;
}
.production-page .production-1 .production-box p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #191919;
  margin-top: 4.3rem;
}
@media screen and (max-width: 1605px) {
    .production-page .production-1 .production-box .content-box .centre ul {
    padding: 0 2.8rem;
  }
  .production-page .production-1 .production-box .content-box .right {
    padding-left: 3rem;
  }
  .production-page .production-1 .production-box .content-box .left {
    padding-right: 3rem;
    position: relative;
  }
}
@media screen and (max-width: 1230px) {
  .production-page .production-1 .production-box .content-box .box {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
    .production-page .production-1 .production-box .content-box .box {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 14px;
  }
  .production-page .production-1 .production-box .content-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-page .production-1 .production-box .content-box .left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .production-page .production-1 .production-box .content-box .right {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
    .production-page .production-1 .production-box .content-box .centre ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-page .production-1 .production-box .content-box .centre ul li {
    margin-bottom: 10px;
  }
}


  .honorbox {
  position: relative;
}
  .honorbox .btn {
  width: 60px;
  height: 60px;
  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: 1px solid #565656;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 9;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
  .honorbox .btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  border-color: var(--base-color);
}
  .honorbox .btn:hover i {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
  .honorbox .btn.slick-prev {
  left: 0;
}
  .honorbox .btn.slick-next {
  right: 0;
}
  .honorbox .btn i {
  font-size: 24px;
  color: #565656;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
 .honorbox   .main {
  overflow: hidden;
  padding: 0 ;
  max-width: 1330px;
  margin: 0 auto;
}
.honorbox  .main ul li .img-box{
  height: 542px;
  display: flex;
  align-items: center;
}
  /*.honorbox  .main ul li .img-box {
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
 .honorbox   .main ul .swiper-slide-active .img-box {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}*/

.about-page,.about2-page{
  background: #000;
  color: #fff;
}
.about2-page{
  padding-bottom: 40px;
}
.about-page .about-1 .right .text{
  color:#fff;
}
.about-page .about-1 .right a.more{
  color: #fff;
}
.dev_tex_box > div .content .right p{
  color: #000;
}
.about-page .about-2 .list ul li .box{
  color: #000;
}
.service-page .list ul li .box{
  color: #000;
}
@media screen and (max-width: 1800px) {
.production-page .production-1 .production-box .content-box .centre ul{
  flex-wrap: wrap;
}
}
@media screen and (max-width: 1400px) {
  .gxs-xjd .top{
    position: relative;
  }
  .gxs-xjd .bottom{
    display: none;
  }
  .gxs-xjd a.phone{
    display: block;
  }
  .gxs-xjd .btmbox{
    display: none;
  }
 
} 
@media screen and (max-width: 1200px) {
 #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
}
#header .nav .ui.menu .logo{
  max-width: 150px;
}
#footer .formbox{
  width: 100%;
}
}
@media screen and (max-width: 1000px) {
 #ewm{
   display: none;
 }
 #footer .formbox form input{
   width: 48%;
   margin-bottom: 15px;
 }
  .production-page{
    display: none;
  }
}
@media screen and (max-width: 700px) {
#footer .foot-top{
  display: block;
}
#footer .formbox form input{
   width: 100%;
  
 }
}
.gfdgfd{
  display: inline;
}
.fdgdgfd{
  font-size: 14px;
  line-height: 2;
}

/*25-7-3 add css*/
.i-title {
  font-family:"mic";
  line-height: 1;
}

.inner-banner {
  position: relative;
  margin-top: 0px;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1620px
}
.inner-banner .ui.container h2 {
  font-size: 52px;
  font-weight: bold;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1
}
.inner-banner .ui.container .box {
  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: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: 18px;
  color: white;
  line-height: 1.8;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--base-color);
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: var(--base-color);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
   .inner-banner .ui.container h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1000px) {
   .inner-banner{
    margin-top: 40px;
  }
  .inner-banner .ui.container h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 700px) {
 
  .inner-banner > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .ui.container .box .mbx {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
    .inner-banner .ui.container h2 {
    font-size: 22px;
  }
}


.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;

}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%!important;
  height: 100%!important;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-60px) skewX(0) ;
  -moz-transform: translateY(-60px) skewX(0);
  -ms-transform: translateY(-60px) skewX(0) ;
  transform: translateY(-60px) skewX(0);
  
}
#index-body .i-advantage .top .more_btn a.more:after{
   -webkit-transform: translateY(-60px) skewX(0) ;
  -moz-transform: translateY(-60px) skewX(0);
  -ms-transform: translateY(-60px) skewX(0) ;
  transform: translateY(-60px) skewX(0);
}
#index-body .i-advantage .top .more_btn:hover a.more:after{
   -webkit-transform: translateY(-0px) skewX(0) ;
  -moz-transform: translateY(-0px) skewX(0);
  -ms-transform: translateY(-60px) skewX(0) ;
  transform: translateY(-0px) skewX(0);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  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;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  right: 0!important;
}
.more_btn:hover .arrow {
  background-color: var(--base-color);
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}