@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Constantia';
  src: url('../fonts/Constantia-Bold.woff2') format('woff2'), url('../fonts/Constantia-Bold.ttf') format('truetype'), url('../fonts/Constantia-Bold.eot') format('embedded-opentype'), url('../fonts/Constantia-Bold.woff') format('woff');
}
body {
  max-width: 1920px;
  --color: #0469b3;
  font-weight: normal;
  --font: 'Constantia';
  margin: 0 auto;
  font-family: 'Poppins';
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.seoPublic .Auxil-news .list ul li .content p{
  line-height: 1.8;
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}
.seoPublic .title {
    margin-bottom: 35px;
}
.seoPublic .Auxil-news .list ul {
    margin: -30px
}

.seoPublic .Auxil-news .list ul li {
    padding: 30px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 135px;
}
#header .nav .ui.menu .menu-box ul.menu {
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 95px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 300px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 85px;
}
#header .nav .ui.menu .right .h-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
#header .nav .ui.menu .right .h-search form input[type='text'] {
  width: 170px;
  height: 35px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  border: 2px solid #e0e1e1;
  padding-left: 35px;
  padding-right: 10px;
  color: black;
}
#header .nav .ui.menu .right .h-search form input[type='submit'] {
  width: 35px;
  height: 35px;
  background: url('../images/search.png') no-repeat center;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
#header .nav .ui.menu .right .h-search form input::-webkit-input-placeholder {
  color: black;
}
.language-box .zhuyu span {
  font-size: 20px;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  padding: 0 50px;
  background-color: var(--color);
  height: 55px;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
}
.more.white {
  background-color: white;
  color: #000;
}
.more.white:hover {
  border-color: white;
  color: white;
}
.more.line.white::after {
  background-color: #f4efec;
}
.more.line::after {
  width: 60px;
  height: 1px;
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
.more.line:hover::after {
  right: 50%;
}
.more:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: var(--font);
}
span.tag {
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--color);
  position: relative;
  text-transform: uppercase;
}
h2.h-title {
  font-size: 40px;
  line-height: 1;
  position: relative;
  z-index: 5;
  font-family: var(--font);
}
.m-auto {
  margin: auto;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#banner {
  position: relative;
  z-index: 1;
  width: 100%;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .content .text {
  width: 620px;
  height: auto;
  background-color: var(--color);
  padding: 63px 53px;
}
#banner .banner-content .banner-dots {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content .banner-dots ul {
  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;
}
#banner .banner-content .banner-dots ul li {
  background-color: white;
  width: 65px;
  height: 6px;
  margin: 0 5px;
  border-radius: 35px;
}
#banner .banner-content .banner-dots ul li button {
  display: none;
}
#banner .banner-content .banner-dots ul li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-1 {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
#index-body .homepage-1 .bottom ul li .box {
  position: relative;
  overflow: hidden;
  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;
  background-color: white;
  height: 420px;
}
#index-body .homepage-1 .bottom ul li .box:hover h4 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-1 .bottom ul li .box:hover::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
#index-body .homepage-1 .bottom ul li .box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(4, 105, 179, 0.75);
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box h4 {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 380px;
  border: 1px solid white;
  height: 60px;
  width: 80%;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--font);
  z-index: 10;
  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;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 {
  padding: 115px 0;
  background-color: #262626;
  color: white;
}
#index-body .homepage-2 .content {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}
#index-body .homepage-2 .content h2.h-title {
  text-transform: capitalize;
}
#index-body .homepage-2 .content .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#index-body .homepage-2 .content .top li {
  height: 280px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#index-body .homepage-2 .content .top li:last-child {
  border-right: none;
}
#index-body .homepage-2 .content .top li .bot h4 {
  font-size: 50px;
  margin-left: 15px;
  line-height: 1;
}
#index-body .homepage-2 .content .top li .bot h4 span {
  font-size: 30px;
}
#index-body .homepage-2 .content .top li p {
  font-size: 18px;
  margin-top: 15px;
}
#index-body .homepage-2 .content .center .left {
  padding: 95px;
}
#index-body .homepage-2 .content .center a.play {
  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: 130px;
  height: 130px;
}
#index-body .homepage-2 .content .center a.play img {
  z-index: 5;
}
#index-body .homepage-2 .content .center a.play::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background-color: rgba(4, 105, 179, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-2 .content .center a.play::after {
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: block;
  background-color: rgba(4, 105, 179, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
#index-body .homepage-2 .content .bottom .text {
  padding: 95px;
}
#index-body .homepage-2 .content .bottom .text ul li {
  margin-bottom: 30px;
}
#index-body .homepage-2 .content .bottom .text ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-3 {
  padding: 125px 0;
  background-color: #e8e8e8;
}
#index-body .homepage-3 h2.h-title {
  text-transform: capitalize;
}
#index-body .homepage-3 .container {
  height: 650px;
}
#index-body .homepage-3 .container .left {
  width: 460px;
  height: 100%;
  background-color: #262626;
  padding: 60px;
}
#index-body .homepage-3 .container .right {
  width: -webkit-calc(100% - 490px);
  width: -moz-calc(100% - 490px);
  width: calc(100% - 490px);
}
#index-body .homepage-3 .container .right ul {
  margin: -15px;
}
#index-body .homepage-3 .container .right ul li {
  padding: 15px;
}
#index-body .homepage-3 .container .right ul .slick-slide{
  height: 100% !important;
}
#index-body .homepage-3 .container .right ul li .box {
  background-color: white;
  padding: 35px 45px;
  height: 310px;
}
#index-body .homepage-3 .container .right ul li .box a.btn {
  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;
  height: 35px;
  padding: 0 30px;
  font-size: 16px;
  font-family: var(--font);
  color: black;
  border: 1px solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .container .right ul li .box a.btn:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .homepage-4 {
  padding: 100px 0;
}
#index-body .homepage-4 .bottom ul li .text {
  padding: 25px 25px 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
}
#footer {
  background-color: #262626;
}
#footer .top {
  padding-top: 85px;
  padding-bottom: 80px;
}
#footer .top ul li span {
  font-size: 16px;
  color: white;
}
#footer .top ul li i {
  display: block;
  width: 30px;
}
#footer .top ul li #ewm img,
#footer .top ul li #ewm canvas {
  width: 125px;
  height: 125px;
  border: 8px solid white;
}
#footer .top ul li.logo {
  max-width: 430px;
}
#footer .top ul li.logo .box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top ul li.logo .contact .list {
  margin-bottom: 10px;
}
#footer .top ul li.logo .contact .list:last-child {
  margin-bottom: 0;
}
#footer .top ul li.form form {
  width: 605px;
}
#footer .top ul li.form form 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: -10px -15px;
}
#footer .top ul li.form form ul li {
  padding: 10px 15px;
}
#footer .top ul li.form form ul li:last-child label {
  margin-bottom: 30px;
}
#footer .top ul li.form form ul li:nth-last-child(2) {
  margin-bottom: 35px;
}
#footer .top ul li.form form ul li label {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  display: block;
}
#footer .top ul li.form form ul li input[type='text'] {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  background-color: transparent;
}
#footer .top ul li.form form ul li input[type='submit'] {
  border: none;
  background-color: transparent;
}
#footer .bottom .box {
  height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .bottom .box span {
  font-size: 18px;
  color: white;
  font-weight: 200;
}
#footer .bottom .box span img {
  width: 280px;
  height: auto;
  padding-top: 5px;
  margin-left: 10px;
}
#footer.inner-footer .f-top {
  display: none;
}
@media screen and (max-width: 1750px) {
  .container {
    width: 1650px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 50px;
  }
  #header .nav .logo {
    max-width: 75px;
  }
  #header .nav {
    height: 95px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-content ul li .content .img img {
    max-width: 45%;
  }
  #banner .banner-content ul li .content .text {
    width: 50%;
  }
  #banner .banner-content ul li .content {
    top: 50%;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
  #index-body .homepage-1 .bottom ul li .box h4 {
    text-align: center;
    font-size: 16px;
    height: 80px;
  }
  #index-body .homepage-2 .content .top li {
    height: 185px;
    width: 50%;
  }
  #index-body .homepage-2 .content .top li:nth-child(1),
  #index-body .homepage-2 .content .top li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  h2.h-title {
    font-size: 30px;
    line-height: 1.4;
  }
  #index-body .homepage-2 .content .center .left {
    padding: 40px;
  }
  #index-body .homepage-2 .content .bottom .text {
    padding: 40px;
  }
  #footer .top ul li.form {
    width: 45%;
  }
  #footer .top ul li.form form {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .content .text {
    padding: 35px;
  }
  #index-body .homepage-2 .content .top li .bot h4 {
    font-size: 36px;
  }
  #index-body .homepage-3 .container .left {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-3 .container .right {
    width: 100%;
  }
  #index-body .homepage-3 .container {
    height: auto;
  }
  #index-body .homepage-3 .container .right ul li .box .img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .top ul li.logo {
    max-width: 50%;
  }
  #footer .top ul li.form form ul li {
    width: 100%;
  }
  #footer .bottom .box {
    height: auto;
    padding: 10px 0;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .banner-content ul li .content {
    padding: 50px 15px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .more {
    padding: 0 25px;
    height: 35px;
  }
  .more span {
    font-size: 16px;
  }
  #index-body .homepage-1 .top .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-2 .content .center .left {
    width: 100%;
  }
  #index-body .homepage-2 .content .center .right {
    width: 100%;
  }
  #index-body .homepage-2 .content .bottom .text {
    width: 100%;
  }
  #index-body .homepage-2 .content .bottom .img {
    width: 100%;
  }
  #index-body .homepage-3 {
    padding: 85px 0;
  }
  #footer .top ul li.logo {
    max-width: 100%;
    margin-bottom: 50px;
  }
  #footer .top ul li.form {
    max-width: 100%;
    width: 100%;
  }
  #footer .f-top {
    height: 200px;
  }
  #footer .f-top h2 {
    font-size: 24px;
  }
  #footer .f-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content .img {
    display: none;
  }
  #banner .banner-content ul li .content .text {
    width: 100%;
  }
  #index-body .homepage-1 {
    padding: 60px 0;
  }
  #index-body .homepage-2 .content .top li {
    width: 100%;
  }
  #index-body .homepage-2 .content .top li:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #index-body .homepage-4 .top .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-3 .container .right ul li .box {
    height: auto;
  }
  #index-body .homepage-3 .container .right ul li .box .img {
    width: 100%;
  }
  #index-body .homepage-3 .container .right ul li .box .text {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-top .text {
    width: 100%;
    padding: 0 15px;
  }
}












.grid {
  display: block;
}


/*====================================================*/
.inner-banner {
  position: relative;
  height: 31.75rem;
  padding-top: 17.25rem;
  overflow: hidden;
}

.inner-banner .luxy-el {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

.inner-banner .container {
  z-index: 2;
}

.inner-banner .mbx-box {
  position: relative;

}

.inner-banner .mbx-box::after {
  position: absolute;
  z-index: -1;
  content: attr(data-name);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4.85rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}

.inner-banner .mbx-box .mbx {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  padding-top: 1.5rem;
}

.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-banner .mbx-box .mbx a:first-child {
  margin-left: 0;
}

.inner-banner .mbx-box .mbx a:hover {
  color: var(--color);
}

.inner-banner .mbx-box .mbx span {
  margin-right: 0;
}

.inner-banner .mbx-box h2 {
  font-size: 46px;
  line-height: 1.6;
  color: #fff;
  font-family: var(--font);
  margin-top: 0.5rem;
}
.seoPublic .title{
  font-family: var(--font);
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 5rem 0;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner .mbx-box::after {
    font-size: 4rem;
  }

  .inner-banner .mbx-box h2 {
    font-size: 22px;
    line-height: 1.8;
  }

}




/*----product-page-----*/
.inner-page .cplb-page.sidebar-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.inner-page .cplb-page.sidebar-box .sidebar-left {
  padding-right: 45px;
  width: 28%;
}


.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--font);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
  font-size: 18px;
  color: #000;
  line-height: 32px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
  padding: 3px 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
  color: var(--color);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-family: var(--font);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  FONT-WEIGHT: 300;
  font-size: 16px;
  line-height: 30px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol {
  padding-bottom: 5px !important;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li {
  margin-left: 15px;
  line-height: 2;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
  font-size: 15px;
  color: #555;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat ol.third {
  display: none;
}


.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-family: var(--font);
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 0.8rem;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;

  line-height: 1;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 55px;
  background-size: cover;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 2rem;
  font-family: var(--font);
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2rem;

}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font);
  background: #000;
  padding: 12px 3rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page .cplb-page.sidebar-box .sidebar-right {
  width: 72%;
}

@media screen and (max-width:1250px) {
  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-contact {
    padding: 70px 15px 30px;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 2rem;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 0.5rem;
  }


}

@media screen and (max-width:1000px) {
  .inner-page .cplb-page.sidebar-box {
    display: block;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-left {
    display: none;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-right {
    width: 100% !important;
    padding: 0 !important;
  }
}

.inner-page .cplb-page.sidebar-box .sidebar-right .fenlh1 {
  margin-bottom: 10px;
  font-size: 28px;
  color: var(--color);
  font-family: var(--font);
  margin-top: -10px;
}

.inner-page .cplb-page.sidebar-box .sidebar-right .fenlei {
  color: #212121;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 18px;

}

.inner-page.product2-page p {
  font-family: var(--font);
  color: #000;
  text-transform: capitalize;
}

.product2-page {
  padding: 5rem 0 5rem;
}

.product2-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 -1rem;
}

.product2-page .product-list ul li {
  padding: 0 0.2rem;
  margin-bottom: 3.7rem;

}

.product2-page .product-list ul li .img {
  overflow: hidden;
  transition: all 1.2s ease;
  background: #f7f7f7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.product2-page .product-list ul li .img img {
  transition: all 1.2s ease;
}


.product2-page .product-list ul li .img:hover img {
  transition: all 1.2s ease;
}

.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}

.product2-page .product-list ul li .text {
  background: #f7f7f7;
  margin-top: 0;
  padding: 10px;

}

.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}

.product2-page .product-list ul li .text h2 {
  font-family: var(--font);
  text-transform: capitalize;
  text-align: center;
}


@media screen and (max-width:1550px) {
  .product2-page .product-list ul li .img img {
    /* height: 300px; */
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width:1250px) {
  .product2-page .product-list ul li .img img {
    /* height: 220px; */
  }

  .product2-page .product-list ul li {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:1000px) {
  .product2-page .product-list ul li {
    width: 50% !important;
  }
}

@media screen and (max-width:500px) {

  .inner-page .cplb-page.sidebar-box .sidebar-right .fenlh1 {
    font-size: 22px;
    line-height: 40px;
  }

  .inner-page .cplb-page.sidebar-box .sidebar-right .fenlei {
    display: none !important;
  }

  .product2-page .product-list ul li {
    width: 100% !important;
  }
}



#mask {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 999;
  display: none
}

#mask.active {
  display: block !important
}

#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  color: #000;
  cursor: pointer;
  font-size: 18px
}

#mask .prodet-page {
  padding: 70px 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  background: #ffffff;

}

#mask .mask-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98%;
}

#mask .prodet-page .prodet-1 .prodet-box {
  max-height: 800px;
  overflow-y: auto;
}

@media screen and (max-width:1000px) {

  #mask .mask-inner .item {
    width: 100%
  }

  #mask .prodet-page {
    padding: 20px 0;
  }

  #mask {
    top: 0;
  }

  #mask .prodet-page .prodet-1 .prodet-box {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
  }

}

@media screen and (max-width:500px) {
  #mask .prodet-page .prodet-1 .prodet-box {
    max-height: 400px;
  }
}

.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-right: 3.5rem;
}

.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.7rem;
  height: 10.1rem;
  border: none;
  color: transparent;
  z-index: 5;
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-prev {
  background: url(../images/a-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}

.prodet-page .prodet-1 .prodet-box .left .big .slick-next {
  background: url(../images/a-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}

.prodet-page .prodet-1 .prodet-box .left .big ul li img {
  width: 100%;
}

.prodet-page .prodet-1 .prodet-box .left .big .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  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;
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a {
  display: inline-block;
  padding: 13px 3.6rem;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  border: 1px solid var(--color);
  background: #ffffff;
  margin: 0 1rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a.on {
  color: #fff;
  background: var(--color);
}

.prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover {
  background: var(--color);
}

.prodet-page .prodet-1 .prodet-box .left .big .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prodet-page .prodet-1 .prodet-box .right .text {
  max-height: 220px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .prodet-box .right .share {
  margin-top: 2.8rem;
  display: block;
}

.prodet-page .prodet-1 .prodet-box .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}

.prodet-page .prodet-1 .prodet-box .right .share ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .prodet-box .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin: 0;
  margin-left: 1.5rem;
  color: #000;

  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
  padding-top: 25px;
}

.prodet-page .prodet-1 .prodet-box .right h3 {
  font-size: 26px;
  line-height: 1.6;
  color: #000000;
  font-family: var(--font);
  text-transform: capitalize;
}

.prodet-page .prodet-1 .prodet-box .right p {
  font-size: 15px;
  color: #000;
  line-height: 2;
  font-weight: 700;
  text-transform: capitalize;
}

.prodet-page .prodet-1 .prodet-box .right h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  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;
}

.prodet-page .prodet-1 .prodet-box .right .tit {
  padding-bottom: 1rem;
}

.prodet-page .prodet-1 .prodet-box .right .tit h1 {
  margin-bottom: 2rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery {
  margin: 20px 0
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add {
  padding: 10px;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 {
  margin-bottom: 2.8rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul {
  margin: 0 -1.3rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li {
  padding: 0 1.3rem;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a {
  display: block;
  overflow: hidden;
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img {
  width: 100%;
}

.prodet-page .prodet-1 .prodet-box .right .det h4 {
  margin-bottom: 1.5rem;
}

.prodet-page .prodet-1 .prodet-box .right .det h4 img {
  max-width: 9px;
  margin-right: 12px;
}

.prodet-page .prodet-1 .prodet-box .right .btn {
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.prodet-page .prodet-1 .prodet-box .right .btn a.on {
  color: #fff;
  background: var(--color);
}

.prodet-page .prodet-1 .prodet-box .right .btn a {
  display: inline-block;
  padding: 13px 3.6rem;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  border: 1px solid var(--color);
  background: #ffffff;
  margin: 0 1rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.fangkuai {
  width: 12px;
  height: 12px;
  background: var(--color);
  margin-right: 10px;
}

.prodet-page .prodet-1 .prodet-box .right .btn {
  margin: 0 -1rem;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .prodet-box .left {
    padding-right: 1rem;
  }

  .prodet-page .prodet-1 .prodet-box .right h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding: 0;
  }

  .prodet-page .prodet-1 .prodet-box .left .big .img {
    text-align: center
  }

  .prodet-page .prodet-1 .prodet-box .left .big .img img {
    text-align: center;
    width: auto;
    margin: 0 auto;
    max-width: 400px;
  }

  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    margin-top: 40px;
  }

  .prodet-page .prodet-1 .prodet-box .right p {
    font-size: 14px;
  }

  .prodet-page .prodet-1 .prodet-box .right .share ul li {
    width: auto !important
  }

  .prodet-page .prodet-1 .prodet-box .right .share {
    display: none
  }

  .prodet-page .prodet-1 .prodet-box .right .text {
    height: 200px;
    padding-right: 10px;
    overflow: auto
  }

  .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
    max-width: 180px;
  }

  .prodet-page .prodet-1 .prodet-box .right .text {
    height: 150px;
  }



  .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
    max-width: 100%
  }

  .prodet-page .prodet-1 .prodet-box .right {
    margin-top: 0
  }
}

@media screen and (max-width:700px) {
  .prodet-page .container {
    max-width: none;
  }
}

/*====================================================*/
.m-page {
  text-align: center;
}

.m-page a,
.m-page span.current {
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.m-page a {
  background: #ccc;

}

.m-page span.current {
  background: var(--color);
}

.flygsm {
  font-size: 36px;
  font-family: var(--font);
}

@media screen and (max-width: 1250px) {
  .flygsm {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .flygsm {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {

  .flygsm {
    font-size: 24px;
  }
}

.about-page .about-ty-title span {
  font-weight: 700;
}


.about-page .about-ty-title .text {
  font-size: 16px;
  line-height: 30px;
  color: #8b8b8b;
  margin-top: 15px;
}

.about-page .about-ty-title .text span {
  color: #000;
}

.about-page .about-video {
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-page .about-video .play {
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-page .about-video .play p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.about-page .honor {
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.about-page .honor .left {
  width: 30%;
  padding-top: 20px;
}

.about-page .honor .left h2 {
  font-size: 48px;
  line-height: 1.6;
  font-weight: 700;

}

.about-page .honor .left p {
  margin-top: 1rem;
}

.about-page .honor .left .img {
  margin: 1.5rem 0;
}

.about-page .honor .left .tab {
  font-size: 0;
}

.about-page .honor .left .tab span {
  display: inline-block;
  background-color: var(--color);
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}

.about-page .honor .left .tab span img {
  vertical-align: middle;
}

.about-page .honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.about-page .honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.about-page .honor .right {
  width: 70%;
  position: relative;
}

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

.about-page .honor .right ul li {
  padding: 15px;
}

.about-page .honor .right ul li img {
  width: 100%;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1450px) {
  .about-page .honor .left h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .honor .left h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {

  .about-page .about-ty-title .text {
    font-size: 16px;
  }

  .about-page .honor {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .about-page .about-video .play p {
    font-size: 30px;
  }

  .about-page .honor .left {
    width: 100%
  }

  .about-page .honor .left h2 {
    font-size: 32px;
  }

  .about-page .honor .left h2 br {
    display: none;
  }

  .about-page .honor .right {
    width: 100%;

    margin-top: 40px
  }
}

@media screen and (max-width: 700px) {
  .about-page .honor .left h2 {
    font-size: 28px;
  }

  .about-page .about-ty-title .text {
    font-size: 14px;
  }

  .about-page .about-video .play p {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .honor .left h2 {
    font-size: 22px;
  }
}

.i-contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: var(--color);
}

.i-contact .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: 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;
}

.i-contact .ui.container .left {
  color: #fff;
}

.i-contact .ui.container .left h4 {
  font-family: var(--font);
}

.i-contact .ui.container .left p {
  max-width: 580px;
  margin-top: 2rem;
}

.i-contact .ui.container .right {
  padding: 0 3%;
}

.i-contact .ui.container .right form {
  width: 100%;
}

.i-contact .ui.container .right form ul {
  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;
}

.i-contact .ui.container .right form ul .bz {
  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;
}

.i-contact .ui.container .right form ul .bz p {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.i-contact .ui.container .right form ul li {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.i-contact .ui.container .right form ul li.wid50 {
  width: 48%;
}

.i-contact .ui.container .right form ul li input[type="text"] {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.28);
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}

.i-contact .ui.container .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]:-moz-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]::-moz-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li input[type="text"]::placeholder {
  color: #fff;
}

.i-contact .ui.container .right form ul li:nth-child(3) {
  position: relative;
}

.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"] {
  position: absolute;
  height: 58px;
  color: #000;
  background: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  border: none;
  font-family: var(--font);
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}

@media screen and (max-width: 1000px) {
  .i-contact .ui.container .left{
    width: 100%;
  }
  .i-contact .ui.container .right{
    width: 100%;
    margin-top: 5%;
    padding: 0;
  }
}


.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}

.factory-page-1 .factoty-list ul li {
  padding: 15px;
}

.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}

/*-----faq-page-----*/

.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  background: #f7f9ff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: var(--color);
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--color);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: var(--color);
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 2;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 500px) {
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a{
    padding: 20px 0;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner{
    padding-left: 10px;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .q{
    font-size: 18px;
    padding: 20px 70px 20px 20px;
  }
}

/*-----faq-page end-----*/
@media screen and (max-width: 1250px) {
  #innerMobileBanner .banner2 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}


/*-----app-page start-----*/
.app-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.app-page .ui.container .list {
  margin-bottom: 55px;
}

.app-page .ui.container .list:last-child {
  margin-bottom: 0;
}

.app-page .ui.container .list:nth-child(even) ul 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;
}

.app-page .ui.container .list:nth-child(even) ul li .right {
  padding-left: 0;
  padding-right: 85px;
  text-align: right;
}

.app-page .ui.container .list:nth-child(even) ul li .right h3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.app-page .ui.container .list:nth-child(even) ul li .right h3::before {
  margin-right: 0;
  margin-left: 15px;
}

.app-page .ui.container .list:nth-child(even) ul li .right .inner-more {
  margin-left: auto;
}

.app-page .ui.container .list ul li .left {
  width: 50%;
}

.app-page .ui.container .list ul li .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.app-page .ui.container .list ul li .right {
  width: 50%;
  padding-left: 85px;
}

.app-page .ui.container .list ul li .right h3 {
  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-family: 'Barlow-Bold';
  font-size: 32px;
}

.app-page .ui.container .list ul li .right h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 15px;
}


.app-page .inner-more {
  width: 200px;
  height: 60px;
  background-color: var(--color);
  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;
  overflow: hidden;
  position: relative;
}

.app-page .inner-more::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.app-page .inner-more:hover::before {
  right: 0;
}

.app-page .inner-more span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .app-page {
    margin-top: 100px;
  }
}

@media (max-width: 1500px) {
  .app-page .ui.container .list ul li .right p {
    line-height: 1.6;
  }
}

@media (max-width: 1200px) {
  .app-page .ui.container .list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }

  .app-page .ui.container .list ul li .left {
    width: 100%;
  }

  .app-page .ui.container .list ul li {
    flex-wrap: wrap;
  }

  .app-page .ui.container .list:nth-child(even) ul li .right {
    padding-right: 0;
  }

  .app-page .ui.container .list ul li .right h3 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .app-page {
    margin: 40px 0;
  }

  .app-page .ui.container .list ul li .right h3 {
    font-size: 20px;
  }

  .app-page .ui.container .list ul li .right h3::before {
    width: 40px;
  }
}

/*-----app-page end-----*/
/*-----news-page start-----*/
.inner-page .news-in-li.sidebar-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-page .news-in-li.sidebar-box .sidebar-left {
  width: 30%;padding-left: 2%;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--font);
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li ul {
  margin-top: 16px;
  /*display: none;*/
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li:hover {
  color: var(--color);
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li.active {
  color: #000;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--color);
  display: block;
  font-size: 14px;
  line-height: 2;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/neiye-03.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1.8;
  text-transform: capitalize;
  font-family: var(--font);
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.1rem;
  text-transform: capitalize;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  color: var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-top: 1.3rem;

}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}

.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .news-in-li.sidebar-box .sidebar-right {
  width: 70%;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text01 p {
  font-size: 15px;
  line-height: 1.8;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 h2 {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--font);
  margin-bottom: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 {
  padding-top: 30px
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text02 p {
  margin-top: 5px;
  line-height: 1.8;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 h2 {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--font);
  margin-bottom: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 {
  padding-top: 30px;
  display: flex;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .left {
  width: 60%;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right {
  width: 40%;
  padding-left: 35px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .left p {
  margin-top: 0rem;
}



.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 h2 {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--font);
  margin-bottom: 20px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 {
  padding-top: 30px;

}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text04 p {
  line-height: 2;
  margin-top: 0rem;
}


.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right ul li {
  width: 33.33%;
  text-align: center;
  display: inline-block;
  padding: 5px 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right ul {
  font-size: 0;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .text03 .right ul li p {
  margin-top: 0;
  font-size: 14px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top p strong {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--font);
  margin-bottom: 20px;
  color: #000;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top p strong:before {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top p {
  margin-top: 5px;
  line-height: 1.8;
  font-weight: 300;
}

.inner-page .news-in-li.sidebar-box .sidebar-right .top {
  margin-bottom: 40px;

}

.inner-page .news-in-li.sidebar-box .sidebar-right .top .fujia h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 10px;
}


.inner-page .news-in-li.sidebar-box .sidebar-left .inner .inner-contact a i.fa.fa-file-pdf-o {
  padding-left: 12px;
}

@media screen and (max-width: 1250px) {
  .inner-page .news-in-li.sidebar-box .sidebar-left {
    display: none;
  }

  .inner-page .news-in-li.sidebar-box .sidebar-right {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .news-in-li.sidebar-box .sidebar-right .top .fujia h2 {
    font-size: 24px;
  }
}


.news-page .news-in-li.sidebar-box {
  -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;
}

.news-page .news-in-li.sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}

.news-page .news-in-li.sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0rem;
}

.news-page .news-in-li.sidebar-box .sidebar-right .news-list {
  padding-right:80px;
}

.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .category {
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
  font-family: var(--font);
  transition: all 0.5s;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
    font-size: 18px;
}
.news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
    .news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content h4 {
      font-size: 24px;
      line-height: 1.8;
    }  
    .news-page .news-in-li.sidebar-box .sidebar-right .news-list ul li .content .link::after{
      display: none;
    }
}

@media screen and (max-width: 700px) {

}

/*-----news-page end-----*/
/*-----.newdet-page s-----*/
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 4.25rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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: 15px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background-color: var(--color);
  color: #fff;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #aaa;
  text-transform: uppercase;
  position: relative;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 0.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-title {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #2b2b2b;

}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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;
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-top: 2.5rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 0.9rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 1.75rem 0;
  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;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 1rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
  max-width: 255px;
  text-transform: capitalize;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 1.5rem;
  border-right: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 3rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 26px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-bottom: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text span {
  color: var(--color);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .span {
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  color: #555;
  margin-bottom: 1.25rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 1rem;
  color: #555555;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 2.25rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 1.75rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content h3 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  line-height: 1.5;
  /*padding: 10px 0;*/
  color: #333;
  font-size: 18px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  /*margin-bottom: 40px;*/
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 10px;
  width: 50%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img {
  object-fit: cover;
  width: 100%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  color: #000;
  font-size: 24px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content table td,
.newdet-page .sidebar-box .sidebar-right .newdet-content .content table th {
  width: unset;
}

@media screen and (max-width: 1230px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-title {
    font-size: 24px;
    line-height: 1.8;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 0;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
    display: block;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input input[type="text"] {
    width: 100%;
  }
}

/*-----.newdet-page e-----*/
/*-----.contact-page s-----*/

.contact-1 .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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-1 .ui.container .formbox {
  width: 55%;
}
.contact-1 .ui.container .formbox .h2 {
  color: #000000;
}
.contact-1 .ui.container .formbox .h2.active{
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2:before {
  left: 0!important;
}
.contact-1 .ui.container .formbox p {
  opacity: 0.5;
  margin-top: 35px;
}
.contact-1 .ui.container .infobox {
  width: 35%;
}
.contact-1 .ui.container .infobox .infos {
  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-bottom: 45px;
}
.contact-1 .ui.container .infobox .infos i {
  font-size: 30px;
  color: var(--color);
  margin-right: 20px;
}
.contact-1 .ui.container .infobox .infos .text {
  padding-bottom: 50px;
  position: relative;
}
.contact-1 .ui.container .infobox .infos .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-1 .ui.container .infobox .infos .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color);
}
.contact-1 .ui.container .infobox .infos .text p {
  opacity: 0.5;
  line-height: 1.5;
  color: #000;
    font-weight: 500;
}
/*.contact-1 .ui.container .infobox .sharebox {
  margin-top: 45px;
}*/
.contact-1 .ui.container .infobox .sharebox ul.sharelist {
  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;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  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: 18px;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 10px;
  border-radius: 100%;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}

.contact-1 .formbox .form {
    margin-top: 35px
}

.contact-1 .formbox .form form ul {
    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
}

.contact-1 .formbox .form form ul li {
    width: 48%;
    position: relative;
    margin-bottom: 40px
}

.contact-1 .formbox .form form ul li i {
    font-size: 25px;
    color: var(--color);
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-1 .formbox .form form ul li input[type=text],.contact-1 .formbox .form form ul li textarea {
    width: 100%;
    border: 1px solid #aaa;
    line-height: 50px;
    padding: 0 15px;
    color: #000;
    border-radius: 10px;
    font-size: 16px
}

.contact-1 .formbox .form form ul li input[type=text]::-webkit-input-placeholder,.contact-1 .formbox .form form ul li textarea::-webkit-input-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]:-moz-placeholder,.contact-1 .formbox .form form ul li textarea:-moz-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]::-moz-placeholder,.contact-1 .formbox .form form ul li textarea::-moz-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]:-ms-input-placeholder,.contact-1 .formbox .form form ul li textarea:-ms-input-placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text]::placeholder,.contact-1 .formbox .form form ul li textarea::placeholder {
    color: #aaa
}

.contact-1 .formbox .form form ul li input[type=text] {
    height: 50px
}

.contact-1 .formbox .form form ul li textarea {
    height: 250px
}

.contact-1 .formbox .form form ul li input[type=submit] {
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 18px;
    border: none;
    background: var(--color)
}

.contact-1 .formbox .form form ul li input[type=submit]:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000
}

.contact-1 .formbox .form form ul li.wid-100 {
    width: 100%
}

@media screen and (max-width: 1000px) {
    .contact-1 .ui.container .infobox .infos i {
    font-size: 70px;
  }
   .contact-1 {
    padding: 50px 0;
  }
    .contact-1 .ui.container .formbox{
    width: 100%;
  }
  .contact-1 .ui.container .infobox{
    width: 100%;
    margin-top: 20px;
  }
  
}

@media screen and (max-width: 700px) {
   .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
  }    .font-42 {
        font-size: 24px;
    }
    .contact-1 .ui.container .infobox .infos .text {
    padding-bottom: 24px;
    }
}
@media screen and (max-width: 500px) {
      .contact-1 .formbox .form form ul li {
        width: 100%
    }
}
/*-----contact-page e-----*/


#index-body-about .padd {
  padding: 100px 0;
      background-color: #f5f5f5;
}

#index-body-about .init-1 {
  background: url(../images/init11.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 120px;
  background-attachment: fixed;
}

#index-body-about .init-1 .top {
  padding: 0 30px;
  /*width: 50%;*/
}

#index-body-about .init-1 .top h1,
#index-body-about .init-1 .top h2 {
  position: relative;
  font-size: 36px;
  color: #000000;
  line-height: 1.6;
  text-transform: capitalize;
  margin-bottom: 30px;
}

#index-body-about .init-1 .top h1::after {
  content: '';
  position: absolute;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 2px;
  background: #000000;
  display: none;
}

#index-body-about .init-1 .top p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 10px 0;

}

#index-body-about .init-1 .top .btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 30px;
  line-height: 1;
  background: #000;
}

#index-body-about .init-1 .img {
  margin-top: 45px;
  position: relative;
  text-align: right;
  width: 50%;
}

#index-body-about .init-1 .img .play {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#index-body-about .init-1 .img .play::before,
#index-body-about .init-1 .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

#index-body-about .init-1 .img .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#index-body-about .init-2 .title1 h5 {
  font-size: 28px;
  color: #000000;
  line-height: 1.6;
  text-transform: capitalize;
}

#index-body-about .init-2 .title1 p {
  max-width: 578px;
  font-size: 16px;

  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 0 auto;
  margin-top: 20px;
}

#index-body-about .init-2 .list {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

#index-body-about .init-2 .list .box .img {
  position: relative;
}

#index-body-about .init-2 .list .box .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#index-body-about .init-2 .list .acc {
  /*background: #fff;*/
  padding: 0 8px;
  width: 24.5%;
  float: left;
}

#index-body-about .init-2 .list .acc .conz {
  /*background: url(../images/init23.jpg)no-repeat center;*/
  background-size: cover;
  height: 650px;
      background: #0469b3;
}

#index-body-about .init-2 .list .acc .conz .tit {
  padding: 0 35px;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-pagination .ass {
  display: inline-block;
  font-size: 14px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: -10px;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-pagination div {
  margin: 0 5px;
}

#index-body-about .init-2 .list .acc .conz .tit h4 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: capitalize;
  padding: 60px 0 30px;
    font-weight: 700;
}

#index-body-about .init-2 .list .acc .conz .tit h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 10px;
}

#index-body-about .init-2 .list .acc .conz .tit .cona {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.6;
}

#index-body-about .init-2 .list .acc .conz .tit .cona p {
  padding: 10px 0;
}

#index-body-about .init-2 .list .acc .conz .tit .cona p em {
  font-family: var(--font);
}

#index-body-about .init-2 .list .box-2 {
  width: 29.5%;
  float: left;
  height: 650px;
}

#index-body-about .init-2 .list .box-2 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#index-body-about .init-2 .list .box-1 {
  width: 46%;
  float: left;
  height: 650px;
}

#index-body-about .init-2 .list .box-1 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#index-body-about .init-2 .list .acc .conz .tit .azz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

#index-body-about .init-2 .list .acc .conz .tit .btn a {
  padding: 10px 22px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all .5s ease;
      font-size: 16px;
}

#index-body-about .init-2 .list .acc .conz .tit .btn {
  margin-top: 20px;
}


#index-body-about .init-2 .list .acc .conz .tit .btn a:hover {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  transition: all .5s ease;
}


#index-body-about .init-2 .list .acc .conz .tit .swiper-button-prev,
#index-body-about .init-2 .list .acc .conz .tit .swiper-button-next {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  background: transparent;
  opacity: 1;
}

#index-body-about .init-2 .list .acc .conz .tit .swiper-button-prev i,
#index-body-about .init-2 .list .acc .conz .tit .swiper-button-next i {
  color: #fff;
  font-size: 14px;
}

#index-body-about .init-3 {
  background: url(../images/init31.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 35px;
  text-align: center;
  background-attachment: fixed;
}


#index-body-about .about-3 {
  background: #f5f5f5;
  padding-bottom: 100px;
}
#index-body-about .about-3  h3 {
  font-size: 36px;
  color: var(--color2);
  position: relative;
}
#index-body-about .about-3 .header h3 em {
  color: var(--color);
}
#index-body-about .about-3 .info > ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#index-body-about .about-3 .info > ul li {
  padding-right: 24px;
}
#index-body-about .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  border-radius: 10px
}
#index-body-about .about-3 .info .single-facility h5 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
#index-body-about .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
  padding: 10px;
}
#index-body-about .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
    min-height: 12em;
}
#index-body-about .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
#index-body-about .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
#index-body-about .about-3 .info .single-facility:hover h5 {
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body-about .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}



#index-body-about .init-3 h5 {
  position: relative;
  font-size: 18px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 90px;
}

#index-body-about .init-3 h5::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}

#index-body-about .init-3 h3 {
  font-size: 38px;
  font-family: var(--font);
  line-height: 1.6;
  color: #FFFFFF;
  /*text-transform: uppercase;*/
  margin: 20px 0 25px;
}

#index-body-about .init-3 p {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  color: #FFFFFF;
  max-width: 910px;
  margin: 0 auto;
}

#index-body-about .init-3 .btn {
  margin: 50px 0 60px;
}

#index-body-about .init-3 .btn a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#index-body-about .init-3 .btn a:hover {
  background: #0469b3;
  border: 1px solid #0469b3;
}

#index-body-about .init-3 .img h6 {
  font-size: 12px;

  font-weight: 200;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}

#index-body-about .init-4 .top .left {
  width: 25%;
  vertical-align: middle;
}

#index-body-about .init-4 .top .left h5 {
  font-size: 18px;
  color: var(--color);
  line-height: 1.8;
}

#index-body-about .init-4 .top .left h3 {
  font-size: 26px;
  line-height: 1.8;
  color: #000000;
  margin: 20px 0;
}

#index-body-about .init-4 .top .left .btn a {
  display: inline-block;
  font-size: 19px;
 
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}

#index-body-about .init-4 .top .right {
  width: 75%;
  vertical-align: middle;
}

#index-body-about .init-4 .top .right ul {
  margin: -15px;
}

#index-body-about .init-4 .top .right ul li {
  padding: 15px;
}

@media screen and (max-width: 1600px) {
  #index-body-about .init-2 .list .box-1 {
    width: 40%;
  }

  #index-body-about .init-2 .list .acc {
    width: 30%;
  }

  #index-body-about .init-2 .list .box-2 {
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  #index-body-about .init-1 .top {
    width: 100%;
    padding: 0;
  }

  #index-body-about .init-1 .img {
    width: 100%;
  }

  #index-body-about .init-2 .list .box-1 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #index-body-about .init-2 .list .acc {
    width: 50%;
    padding-left: 0;
  }

  #index-body-about .init-2 .list .box-2 {
    width: 50%;
  }

  #index-body-about .init-4 .top .left {
    width: 100%;
  }

  #index-body-about .init-4 .top .right {
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  #index-body-about .init-2 {
    display: none;
  }

  #index-body-about .init-3 h3 {
    font-size: 24px;
    margin: 40px 0 20px;
  }

  #index-body-about .init-3 p {
    font-size: 16px;
    line-height: 2;
  }
}

#index-body-about .init-4 .top .left .btn span {
  padding: 12px 15px;
  background: rgba(0, 0, 0);
  color: #fff;
}

#index-body-about .init-4 .top .left .btn span a {
  color: #fff;
  text-decoration: none;
}


.i-semi h2 {
  font-size: 18px;
  color: var(--color);
  line-height: 1.8;
}

.i-semi h3 {
  font-size: 32px;
  color: #000000;
  line-height: 1.8;
  margin: 0px 0 0px;
  text-transform: capitalize;
}

.i-semi {
  background: #fbfbfb;
  padding: 90px 0;
}

.i-semi p {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  max-width: 1000px;
  line-height: 2;
}


.i-semi .semi-list ul button {
  display: none !important;
}


.i-semi .semi-list ul {
  margin: 0 -10px;
}

.i-semi .semi-list ul li {
  padding: 10px;
}

@media screen and (max-width: 1250px) {
  .i-semi {
    padding: 70px 0;
  }

  #index-body-about .init-1 {
    padding: 70px 0;
  }

  #index-body-about .padd {
    padding: 70px 0;
  }
}

@media screen and (max-width: 700px) {
  .i-semi {
    padding: 40px 0;
  }

  #index-body-about .init-1 {
    padding: 40px 0;
  }

  #index-body-about .padd {
    padding: 40px 0;
  }
  #index-body-about .about-3{
    padding: 80px 0;
  }
  #index-body-about .about-3 .info .single-facility p{
    max-height: 150px;
    overflow-y: auto;
    min-height: unset;
    padding-right: 15px;
  }
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}

.grid-box {
  font-size: 0;
  letter-spacing: -4px;
}

.grid-box .column {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  letter-spacing: 0;
}

.grid-box .column {
  width: 100%;
}

.grid-box.two>.column {
  width: 50%;
}

.grid-box.three>.column {
  width: 33.33333%;
}

.grid-box.four>.column {
  width: 25%;
}

.grid-box.five>.column {
  width: 20%;
}

.grid-box.six>.column {
  width: 16.6666667%;
}

.grid-box.seven>.column {
  width: 14.285714%;
}

.grid-box.eight>.column {
  width: 12.55%;
}

.grid-box.nine>.column {
  width: 11.11111111%;
}

.grid-box.ten>.column {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 33.33333%;
  }

  .grid-box.four>.column {
    width: 33.33333%;
  }

  .grid-box.five>.column {
    width: 33.33333%;
  }
}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 50%;
  }

  .grid-box.four>.column {
    width: 50%;
  }

  .grid-box.five>.column {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%;
  }

  .grid-box.three>.column {
    width: 100%;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 100%;
  }
}


.product-page {
  padding: 110px 0;
  background: #fff;
}
.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;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /*border: 1px solid;*/
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
      padding: 5px;
      background-color: #fff;
          border: 1px solid #e7e7e7;
}
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  /*padding: 60px 0;*/
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 100%;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 12px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  /*height: 48px;*/
  /*line-height: 38px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: var(--color);
}
.prodet-page .m-link{
  padding-top: 20px;
}
.prodet-page .m-link a{
  display: block;
  font-size: 16px;
  margin-top: 4px;
  transition: all .5s;
}
.prodet-page .m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
      padding: 100px 100px;
}
.prodet-page .prodet-1 .left .img a img{
  object-fit: cover;
}
.prodet-page .prodet-1 .left .img video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.prodet-page .prodet-1 .left .img .play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .left .img .play i{
  margin-left: 4px;
}
.prodet-page .prodet-1 .left .img .play .cont{
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 30px;
  border-radius: 50%;
}
@keyframes ks {
  from {
      transform:scale(1);
  }
  to {
      transform:scale(2);
      opacity: 0;
  }
}
.prodet-page .prodet-1 .left .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 50%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: ks 3s linear infinite;
}
.prodet-page .prodet-1 .left .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 24px;
  font-family: var(--font);
  color: #333333;
  line-height: 1.6;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content table tr{
  background: #fff;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick a{
  background: #fff;
  object-fit: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 20px;*/
}
.prodet-page .prodet-1 .right .slick a img{
  width: 100%;
      border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right li{
  cursor: pointer;
  position: relative;
}
.prodet-page .prodet-1 .right li .play{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .right li .play .cont{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.prodet-page .prodet-1 .right li .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: ks 3s linear infinite;
  background: #fff;
  border-radius: 50%;
}
.prodet-page .prodet-1 .right li .play .ling:last-child{
  animation-delay: -1.5s;
}
.prodet-page .prodet-1 .right .slick video{
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
}
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  /*text-transform: uppercase;*/
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

@media screen and (max-width: 1250px) {
  .product-page{
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-list ul li {
    width: 50%;
  }
  .product-page{
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
  .prodet-page .custom-page .custom-3{
    padding: 0;
  }
  .prodet-page .prodet-1{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h1{
    font-size: 28px;
  }
  .prodet-page h2.title{
    font-size: 28px;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 24px;
  }
}

.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -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 .sidebar-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 25%;
  /*padding: 30px;*/
  background-color: white;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 24px;
  line-height: 1.8;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
      font-family: var(--font);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item .nav_item{
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 75%;
  /*padding-left: 60px;*/
}

.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #ffffff;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 0;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-family: var(--font);
  color: #000;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  /*border: none;*/
  text-align: left;
  font-weight: 300;
      padding: 13px 15px;
}
.custom-page .custom-3 .list ul li .content table tbody tr:nth-child(odd) {
  background: #fff;
}
.custom-page .custom-3 .list ul li .content table tbody td:first-child {
  white-space: nowrap;
}
.custom-page .custom-3 .list ul li .content table tbody td:last-child {
  /*padding-left: 5%;*/
}
table td, table th {
    border: 1px solid #e2dddd;
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: white;
}
.seoPublic .Auxil-related .list ul li .box a.img-box{
  padding: 30px 30px;
  display: flex;
  justify-content: center;
}
.seoPublic .Auxil-related .list ul li .box a.img-box img{
  width: auto;
}

.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  /*font-weight: bold;*/
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
  margin-top: 35px;
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 5px 45px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1.8;
  margin-bottom: 10px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 2;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin: 30px auto 0;
  background: var(--color);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 10px;
  width: 200px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .inner-page .sidebar-box .sidebar-left {
    /*padding-right: 30px;*/
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}



.related-product ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border-color: #e7e7e7;
  margin-bottom: 0;
  overflow: hidden;
      padding: 5px;
      background-color: #fff;
          border: 1px solid #e7e7e7;
}
.related-product ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.related-product ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.related-product ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
}
.related-product ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  /*padding: 60px 0;*/
}
.related-product ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 100%;
}

.related-product ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.related-product ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
}
.related-product ul li .product-block .product-transition .fa-box .fa {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.related-product ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.related-product ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.related-product ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 12px;
}
.related-product ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.related-product ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.related-product ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.related-product ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  /*height: 48px;*/
  /*line-height: 38px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}
.related-product ul li .product-block .see-more:hover {
  background: var(--color);
}