@font-face {
  font-family: 'Judson';
  src: url('../fonts/Judson-Bold.eot');
  src: url('../fonts/Judson-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Judson-Bold.woff2') format('woff2'), url('../fonts/Judson-Bold.woff') format('woff'), url('../fonts/Judson-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Judson';
  src: url('../fonts/Judson-Regular.eot');
  src: url('../fonts/Judson-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Judson-Regular.woff2') format('woff2'), url('../fonts/Judson-Regular.woff') format('woff'), url('../fonts/Judson-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Judson';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('Poppins-Regular.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  --color: #0769b2;
  font-family: 'Judson';
  font-weight: 500;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1710px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  background: var(--color);
  color: #fff;
  padding: 23px 38px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more img {
  margin-left: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.more:hover::before {
  width: 130%;
}
.more:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  padding: 30px 0 28px;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 22px;
  line-height: 1;
  margin-right: 85px;
  font-weight: bold;
  color: #2b2b2b;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .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 .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  width: 8.215%;
}
#header .nav .h-search form {
  width: 100%;
  position: relative;
}
#header .nav .h-search form input[type="search"] {
  width: 100%;
  height: 19px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 24px;
}
#header .nav .h-search form input[type="search"]::-webkit-input-placeholder {
  color: #2b2b2b;
}
#header .nav .h-search form input[type="search"]:-moz-placeholder {
  color: #2b2b2b;
}
#header .nav .h-search form input[type="search"]::-moz-placeholder {
  color: #2b2b2b;
}
#header .nav .h-search form input[type="search"]:-ms-input-placeholder {
  color: #2b2b2b;
}
#header .nav .h-search form input[type="search"]::placeholder {
  color: #2b2b2b;
}
#header .nav .h-search form input[type="submit"] {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .yuy span {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header.active {
  background: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  max-width: 950px;
}
#banner ul li .text .title {
  line-height: 1.1;
  letter-spacing: 2px;
}
#banner ul li .text .title,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner .swiper-pagination {
  z-index: 1;
  bottom: 24%;
  left: 0;
  text-align: left;
  padding-left: 6.25%;
}
#banner .swiper-pagination span {
  width: 13px;
  height: 13px;
  border: solid 1px #0769b2;
  opacity: 1;
  background: transparent;
  margin-right: 18px;
  cursor: pointer;
}
#banner .swiper-pagination span:last-child {
  margin-right: 0;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-14 {
  line-height: 2;
}
#index-body .i-about {
  margin-top: -18px;
  padding-bottom: 4.74%;
}
#index-body .i-about .header {
  color: #323232;
}
#index-body .i-about .header .title {
  letter-spacing: 1px;
  line-height: 1.4;
}
#index-body .i-about .header p {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
}
#index-body .i-about .tag {
  padding-left: 25.21%;
  font-size: 20px;
}
#index-body .i-about .tag .nr {
  font-size: 10em;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  z-index: 1;
}
#index-body .i-about .tag .nr::before,
#index-body .i-about .tag .nr::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #0769b2;
  opacity: .5;
}
#index-body .i-about .tag .nr::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -51px;
  right: 26.8%;
}
#index-body .i-about .tag .nr::after {
  top: -37px;
  right: 27.8%;
  width: 2px;
  height: 345px;
}
#index-body .i-about .tag .imgs{
  right: 5%;
  bottom: 34px;
  width: 27%;
}
#index-body .i-about .content .left {
  width: 49.5%;
}
#index-body .i-about .content .right {
  width: 50.5%;
  padding-right: 4.7%;
}
#index-body .i-about .content .right .tit {
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: #323232;
  line-height: 1.3;
}
#index-body .i-about .content .right .con {
  color: #464646;
}
#index-body .i-about .content .right .con h1 {
  display: inline;
}
#index-body .i-category .item {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 49.5% 100%;
  padding: 51px 0 73px;
}
#index-body .i-category .item .box {
  max-width: 979px;
}
#index-body .i-category .item .box .tit {
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: #323232;
  line-height: 1.3;
}
#index-body .i-category .item .box .tit:hover {
  color: var(--color);
}
#index-body .i-category .item .box .con {
  color: #464646;
  line-height: 1.6;
}
#index-body .i-category .item .box .list ul li .img-box .name {
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .item .box .list ul li .img-box:hover .name {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-category .item:last-child {
  margin-bottom: 0;
}
#index-body .i-category .item:nth-child(even) {
  background-position: left top;
}
#index-body .i-category .item:nth-child(even) .box {
  margin: 0 0 0 auto;
}
#index-body .i-category .item:nth-child(even) .box .header {
  margin: 0 0 0 auto;
}
#index-body .i-news {
  padding: 7.71% 0 4.21875%;
}
#index-body .i-news .title {
  line-height: 1.2;
  color: #323232;
}
#index-body .i-news .ig {
  background-color: #fff;
}
#index-body .i-news .ig .tit {
  font-weight: 400;
  color: #323232;
  line-height: 1.2;
}
#index-body .i-news .ig time {
  color: #5d5c60;
  line-height: 1.4;
}
#index-body .i-news .ig p {
  color: rgba(0, 0, 0, 0.6);
}
#index-body .i-news .ig:hover {
  background: #f9f9f9;
}
#footer {
  background-color: #323232;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-content .title {
  font-size: 24px;
  line-height: 1.5;
  margin: 3px 0 71px;
  text-transform: uppercase;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
  font-weight: 400;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li i {
  width: 23px;
}
#footer .f-content ul li span {
  margin-left: 23px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-ab {
  width: 22%;
}
#footer .f-content .f-ab ul li {
  margin-bottom: 24px;
}
#footer .f-content .f-ab ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-form {
  width: 20.4767%;
}
#footer .f-content .f-form ul {
  margin: -8px -15.5px;
}
#footer .f-content .f-form ul li {
  padding: 8px 15.5px;
}
#footer .f-content .f-form ul li input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #5f5d5a;
  font-size: 14px;
  font-weight: 400;
}
#footer .f-content .f-form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form ul li button {
  font-size: 22px;
  background: transparent;
  border: 1px solid #5f5d5a;
  padding: 5px 22px 4px 21px;
}
#footer .f-content .f-form ul li button::before {
  background: #fff;
}
#footer .f-content .f-form ul li button:hover {
  border-color: #fff;
  color: var(--color);
}
#footer .f-content #ewm {
  width: 175px;
  border: 10px solid #fff;
}
#footer .f-content .share a {
  display: inline-block;
  font-size: 16px;
  margin-right: 29px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:hover {
  color: var(--color);
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-copy {
  line-height: 2;
  font-size: 14px;
  color: #b1b1b1;
  border-top: 1px solid #5f5d5a;
  padding: 16px 0 12px;
}
#footer .f-copy .gs {
  text-decoration: underline;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #b1b1b1;
}
#footer .f-copy svg text {
  fill: #b1b1b1;
}
@media screen and (max-width: 1680px) {
  #index-body .i-category .item .box .header {
    width: 64%;
  }
  #index-body .i-about .tag .nr::after {
    height: 265px;
  }
  #index-body .i-about .tag .imgs{
    width: 24%;
  }
}
@media screen and (max-width: 1450px) {
  .font-26 {
    font-size: 24px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  #header .nav .menu-box ul.menu > li {
    font-size: 20px;
    margin-right: 70px;
  }
  #index-body .i-about .content .right {
    padding-right: 2%;
  }
  #index-body .i-about .tag{
    padding-left: 17.21%;
  }
  #index-body .i-about .tag .imgs img{
    width: 49%;
  }
  #index-body .i-category .item .box {
    max-width: 870px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .i-about .content .left {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .content .right {
    width: 100%;
    padding: 20px 15px 0;
  }
  #index-body .i-about .tag .nr{
    font-size: 7em;
  }
  #index-body .i-about .tag .imgs img{
    width: 47%;
  }
  #index-body .i-category .item .box {
    max-width: 720px;
  }
  #footer .f-content {
    zoom: .8;
  }
  .fixed-toolbar {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  .more {
    font-size: 22px;
    padding: 14px 20px;
  }
  #banner ul li .text .btn {
    margin-top: 30px;
  }
  #banner .swiper-pagination {
    bottom: 16%;
  }
  .font-50 {
    font-size: 40px;
  }
  .font-36 {
    font-size: 26px;
  }
  #index-body .i-about {
    margin-top: 0;
  }
  #index-body .i-about .tag {
    padding-left: 5%;
  }
  #index-body .i-about .tag .imgs{
    display: none;
  }
  #index-body .i-category .item {
    background: #fff !important;
    padding: 0;
  }
  #index-body .i-category .item .box {
    max-width: 100%;
  }
  #index-body .i-category .item .box .header {
    width: 100%;
  }
  #index-body .i-news .title {
    width: 60%;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-content .f-ab {
    width: 40%;
  }
  #footer .f-content .f-form {
    width: 50%;
  }
  .fixed-toolbar {
    bottom: 12%;
  }
  .f-copy {
    display: block;
  }
  .f-copy p {
    display: inline;
  }
  .Auxil-industry{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-pagination {
    bottom: 10%;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-about .tag {
    zoom: .7;
  }
  #index-body .i-category .item .box .con {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-news .title {
    width: 100%;
  }
  #index-body .i-news .more {
    margin-top: 20px;
  }
  #footer .f-content .title {
    margin: 20px 0;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-form {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 16px;
    padding: 12px 20px;
  }
  .more img {
    margin-left: 12px;
  }
  #banner ul li .text{
    top: 46%;
  }
  #banner ul li .text .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner ul li .text .btn {
    margin-top: 10px;
  }
  #banner .swiper-pagination {
    bottom: 16px;
  }
  #banner .swiper-pagination span{
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }
  .font-50 {
    font-size: 36px;
  }
  .font-36 {
    font-size: 22px;
  }
  #index-body .i-about .tag {
    zoom: .5;
  }
  #index-body .i-about .tag .nr::before {
    top: -16px;
  }
  #index-body .i-about .tag .nr::after {
    height: 180px;
    top: 0;
  }
  #index-body .i-about .content .right .con {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-category .item .box .con {
    font-size: 14px;
    line-height: 2;
  }
}
.inner-banner {
  height: 600px;
  background: no-repeat center top;
  background-attachment: fixed;
  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;
  padding-bottom: 50px;
}
.inner-banner .text-box {
  width: 100%;
}
.inner-banner .text-box h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  position: relative;
}
.inner-banner .text-box h2::after {
  position: absolute;
  content: '';
  width: 9.7rem;
  height: 4px;
  left: 0;
  bottom: 0;
}
.inner-banner .text-box .mbx {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.miniTit {
  font-weight: 400;
}
/*product*/

.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 1rem;
  margin-bottom: 3.7rem;
  /*width:32%;*/
}

.product2-page .product-list ul li .img img {
  height: 400px;
  object-fit: cover;
  width: 100%;

}

.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}

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

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;
  width: 50%;

}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}

.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product2-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  padding: 2rem 0rem 0rem;
}

.product2-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .text .neirong {
  padding: 10px 0 0;
  max-height: 120px;
  overflow-y: overlay;
}


.product2-page .product-list ul li .pro-box:hover {
  background: #f6f6f6;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}

.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}

.product2-page .product-list ul li .pro-box .text {
  padding: 0 20px;
  font-size: 15px;
  color: #757575;
  width: 50%;
}

.product2-page .product-list ul li .pro-box .text p {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

.product2-page .product-list ul li .pro-box .btm {
  padding: 0px 0px 20px 0px;
}

.product2-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}

.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}

.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
  color: #7f7f7f;
}

.product2-page .product-list ul li .pro-box .btm ul {
  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: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}

.product2-page .product-list .ny-banner {}

.product2-page .product-list ul li .pro-box h5 a {
  text-transform: unset;

}

.inner-page .sidebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner-page .sidebar-content .sidebar-nav {
  width: 20%;
}

.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}

.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  color: #000;
  border: none;
}

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

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;

  text-align: left;
  margin: 3rem 0 2.5rem;
  font-weight: bold;
}

.inner-page .sidebar-content .sidebar-nav p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  border-bottom: 0px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #46696b;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: none;
  font-size: 2rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 1.2rem;
  border-radius: 5px;
  background: #eeede7;
  font-size: 2rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #46696b;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #46696b;
  color: #fff;
}




.inner-page .sidebar-content .sidebar-nav .related {
  margin: 4rem 0;
}

.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 6rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;


}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 1.5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: .5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 5px;
  background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  text-transform: unset;
  margin-bottom: 3rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 2rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-box {
  width: 70%;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 20px;
  text-transform: capitalize;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: none;
}

.inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time {
  margin-bottom: 20px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  font-size: 15px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 12px;
}





.product2-page .product-list ul li .pro-box .btm ul.tupianji li {
  width: 25% !important;
}

.product2-page .product-list ul li .pro-box .btm ul.tupianji {
  display: flex;
}

.m-page {
  margin: 60px 0;
  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: rgba(7,105,178,0.3);

}

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

.inner-page .sidebar-box .sidebar-left {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    width: 360px;
    top: 110px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
  font-size: 20px;
  /**/
  line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi.active>a,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>ol.second li.active ,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi > .second > li > .thrid > li.active {
  color: var(--color);
}

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

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

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

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


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

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

.product2-page .product-list ul li .img {
  overflow: hidden;
  transition: all 1.2s ease;
  padding: 10px;
  background: #f7f7f7;
  position: relative;
}

.product2-page .product-list ul li .img:hover img {

  transition: all 1.2s ease;
}

.product2-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.product2-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.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-weight: 400;
  text-transform: capitalize;
  text-align: center;
  min-height: 100px;
}

.product2-page .product-list ul li:hover .text h2 {
  color: var(--color);
}

.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.product2-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}
.inner-page .sidebar-content .sidebar-left {
  width: 28%;
}

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

.inner-page .sidebar-box .sidebar-right h1 {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  color: #7f7f7f;
  font-weight: normal;
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  margin-bottom: 20px;
}

.Htitle .miniTit {
  color: #666;
  line-height: 1;
}
.Htitle .miniTit span {
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.Htitle .titl {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
@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:1100px) {
   .inner-page .sidebar-content .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width:1000px){
  /*.product2-page .product-list ul li {
    width: 50% !important;
  }*/
  .product2-page .product-list ul li .img {
    text-align: center;
  }
  .product2-page .product-list ul li .img img {
    width: 80%;
    display: block;
    margin: auto;
    height: auto;
  }
}
@media screen and (max-width:500px) {
  /*.product2-page .product-list ul li {
    width: 100% !important;
  }*/
} 

/*news详情*/
.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;
}

.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #062b00;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}

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

.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: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;

}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  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 .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}

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

.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>ol>li {
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li {
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

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

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 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: 2rem;
}

.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: 26px;
  font-weight: 400;
  display: -webkit-box;
  margin-bottom: 0.8rem;
  display: -webkit-box;        
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;        
  overflow: hidden;           
  text-overflow: ellipsis;   

}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/lrttextiles/2026/01/06/PRODUCTS-1.jpg) no-repeat center center;
  padding: 210px 40px 55px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {

  font-size: 20px;
  color: #fff;
  text-transform: unset;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;

}

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

  display: block;
}

.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 .more{
  line-height: 1 !important;
}
/*.news-page .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 .sidebar-box .sidebar-left {
  border-right: 1px solid #e7e7e7;
  width: 28%;
}



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

 

  

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

/*.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0rem;
}*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-weight: bold;
  line-height: 2;

}
.inner-page.news-page.newdet-page .sidebar-box .sidebar-right {
  width: 72%;
  padding-left: 55px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 8.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 7.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: unset;
  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;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--color);
  color: #fff;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category 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);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  text-transform: unset;
  padding-top: 12px;
  margin-bottom: 2rem;
  position: relative;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 1rem;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

.news-page .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%);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  /*text-transform: unset;*/
  color: #fff;
  background: #000;
  padding: 15px 3.5rem;
  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;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more 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;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::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 .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: unset;
  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: 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;
  margin-left: 12px;
  color: #cececd;
  position: relative;
}

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

.newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title {
  font-size: 3rem;
  line-height: 2;
  color: #000;
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  padding: 0;
}

.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: 18px;
  color: #062b00;
  margin-top: 5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 18px;
  color: #000;
  margin-left: 1.8rem;
  -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: 3.5rem 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: 2rem;
}

.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;
}

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

.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: .8rem;
  max-width: 255px;
}

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

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

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

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

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 36px;
  line-height: 2;
  color: var(--color);
  text-transform: capitalize;
  font-weight: bold;
}

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

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

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 16px;
  display: inline-block;
  color: #7f7f7f;
  margin-bottom: 1rem;
  font-weight: 500;
}

.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: 32%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 2rem;
  color: #7f7f7f;
  font-size: 16px;
  margin-bottom: 2rem;
}

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

.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: 4.5rem;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: unset;
  color: #fff;
  background: #000;
  padding: 15px 3.5rem;
  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:hover::after {
  width: 100%;
}

.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 .content p img {
  padding: 15px;
  width: 100%;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 10px 0;
  color: #7f7f7f;
  line-height: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  padding-bottom: 30px;
}


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

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  font-weight: bold;
}


.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"] {

  font-weight: 500;
}

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

@media screen and (max-width:700px) {
  .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 textarea,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
    width: 100%;
  }
}

.prodet-page .prodet-1 {
  padding: 0;
}

.prodet-page .prodet-1 .left .big_img ul .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .left .big_img ul li {
  padding: 3px;
}

.prodet-page .prodet-1 .left .big_img ul li img {
  margin: auto;
  width: 100%;
  /*border-radius: 30px;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-1 .left .content {
  padding-left: 30px;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  color: var(--color);
  font-weight: 600;
}

.prodet-page .prodet-1 .left .content h1 {
  font-weight: bold;
  line-height: 1.2;
  color: black;
}

.prodet-page .prodet-1 .left .content .des {
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}

.prodet-page .prodet-2 ul.tab li a {
  display: block;
  color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
  background: rgba(7,105,178,0.5);
}

.prodet-page .prodet-2 ul.tab li.active a {
  color: #000;
}

.prodet-page .prodet-2 .content {
  background: rgba(7,105,178,0.3);
  padding: 50px;
  font-size: 16px;
}

.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  font-size: 36px;
  font-weight: bold;
}

.prodet-page .prodet-3 form {
  margin-top: 30px;
}

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type="submit"] {
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

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

  .prodet-page .prodet-1 .left .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width:700px) {
  .prodet-page .prodet-1 .left .content h1 {
    font-size: 25px;
  }
}

.about-page .init-1 {
  position: relative;
}

.about-page .init-1 .sub_img_1 {
  width: 345px;
  position: absolute;
  top: 160px;
  left: 0;
}

.about-page .init-1 .sub_img_2 {
  width: 365px;
  position: absolute;
  top: 150px;
  right: 0;
}

.about-page .init-1 .container {

  text-align: center;
}

.about-page .init-1 .container>img {
  display: block;
  width: 80px;
  margin: auto;
}

.about-page .init-1 .container .sub_text {

  position: absolute;
  top: 0;
  left: -80px;
}

.about-page .init-1 .container .title {

  margin-top: 30px;
}

.about-page .init-1 .container .des {
  margin: 0 auto 0;
  max-width: 1200px;
}

.about-page .init-1 .container .des_2 {
  margin: 35px auto 0;
  /*max-width: 1300px;*/
  color: #7f7f7f;
  line-height: 1.8;
  /*text-align: justify;*/
  text-align: center;
}

.about-page .init-1 .container .img {
  margin-top: 70px;
  width: 100%;
}

.about-page .init-1 .container .play_cont {
  cursor: pointer;
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 210px;
  left: 190px;
  border-radius: 50%;
  font-size: 30px;
  background-color: inherit;
}

.about-page .init-1 .container .play_cont img {
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.about-page .init-1 .container .sub_text_2 {

  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a2af95;
}

.about-page .init-2 .container {
  margin-top: 80px;
}

.about-page .init-2 .container .list_cont {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-2 .container .list_cont .list {
  width: 23%;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.about-page .init-2 .container .list_cont .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.about-page .init-2 .container .list_cont .list .img {
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-2 .container .list_cont .list .img img {
  width: 60%;
}

.about-page .init-2 .container .list_cont .list .title {
  margin-top: 30px;
  font-weight: 600;
  color: #062b00;
}

.about-page .init-2 .container .list_cont .list .des {

  color: #7f7f7f;
  margin-top: 15px;
}

.about-page .init-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-3 .container .left {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.about-page .init-3 .container .left .tip_title_cont {
  text-align: center;
}

.about-page .init-3 .container .left .tip_title_cont img {
  margin-left: 0;
}

.about-page .init-3 .container .left .tip_title_cont .tip_title_2 {
  font-size: 20px;
  color: #062b00;
  text-transform: unset;
  margin-top: 20px;
}

.about-page .init-3 .container .left .tip_title_cont .tip_des {
  width: 100%;
  color: #7f7f7f;
}

.about-page .init-3 .container .right {
  width: 100%;
  margin-top: 50px;
}

.about-page .init-3 .container .right .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.about-page .init-3 .container .right .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0bba5;
}

.about-page .init-4 .container .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0bba5;
}


.about-page .init-1 .container .title {
  margin-top: 15px;
}


.about-page .init-1 .container .sub_text_2 {
  display: none;
}

.about-page .init-1 .container .img {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
}


.about-page .init-1 .container .play_cont::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.inner-page .container {
  padding: 0 10px;
}

.about-page .init-2 .container {
  margin-top: 80px;
}

.tip_title_cont .tip_des {
  margin-top: 15px;
}

.about-page .init-2 .container .list_cont {
  margin-top: 60px;
}

.tip_title_cont .tip_title {
  margin-top: 15px;
  font-weight: 600;
}

.about-page .init-3 .container .right .swiper-pagination {
  margin-top: 20px;
}

.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.about-page .init-4 .container .swiper-pagination {
  margin-top: 20px;
}

.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
@media (max-width: 1700px) {
  .about-page .init-1 .container .sub_text {
    left: -4vw;
  }
}
@media (max-width: 1400px) {

  .about-page .init-1 .container .sub_text {
    display: none;
  }

  .about-page .init-1 .sub_img_1 {
    width: 15vw;
  }

  .about-page .init-1 .sub_img_2 {
    width: 20vw;
  }
} 
@media (max-width: 1024px) {
  .about-page .init-1 .container .img {
    width: 70%;
    margin-left: 15%;
  }

  .about-page .init-1 .container .play_cont {
    bottom: 20px;
  }

  .about-page .init-2 .container .list_cont {
    margin-top: 60px;
  }

  .about-page .init-2 .container .list_cont .list {
    width: 48%;
    margin-top: 30px;
  }

  .about-page .init-3 .container .left {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .about-page .init-3 .container .left .tip_title_cont {
    text-align: center;
  }

  .about-page .init-3 .container .left .tip_title_cont img {
    margin: auto;
  }

  .about-page .init-3 .container .right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .about-page .init-1 .container .play_cont {
    width: 100px;
    height: 100px;
    left: 65px;
  }
}

.gallery-page .container .gallery-list .grid-box {
  margin: -15px;
}

.gallery-page .container .gallery-list .grid-box li {
  padding: 15px;
}

.gallery-page .container .gallery-list .grid-box li .box {
  -webkit-box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  padding: 10px;
  border-radius: 5px;
}

.gallery-page .container .gallery-list .grid-box li .box .img-box {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-page .container .gallery-list .grid-box li .box h5 {
  display: block;
  color: #111;
  padding: 5px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-page .container .gallery-list .grid-box li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}
table td, table th{
  width: 100px !important;
}
.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}

.news-page .title {
  text-align: center;
}

.news-page .title h3 {
  color: var(--color);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 1rem;
}

.news-page .title p {
  margin: 0 auto;
  max-width: 730px;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-weight: bold;
}

.news-page .news-1 .hot-item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-page .news-1 .hot-item .left {
  width: 53.5%;
}

.news-page .news-1 .hot-item .left a {
  display: block;
  overflow: hidden;
}

.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-page .news-1 .hot-item .left a img {
  width: 100%;
  transition: all .5s ease;
}

.news-page .news-1 .hot-item .left a:hover img {
  transition: all .5s ease;
}

.news-page .news-1 .hot-item .right {
  width: 46.5%;
  padding-left: 4rem;
  padding-right: 2rem;
}

.news-page .news-1 .hot-item .right .content {
  max-width: 630px;
  margin: 0 0 0 auto;
}

.news-page .news-1 .hot-item .right .content h2 {

  line-height: 1.2;
  color: var(--color);
  text-transform: capitalize;
}

.news-page .news-1 .hot-item .right .content h4 {
  font-weight: 600;
  line-height: 2;
  color: #323232;
  display: -webkit-box;
  margin: 2rem 0;
}

.news-page .news-1 .hot-item .right .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .news-1 .hot-item .right .content h4 a:hover {
  color: var(--color);
}

.news-page .news-1 .hot-item .right .content span {
  line-height: 1;
  color: #cececd;
  display: block;
  margin-bottom: 2rem;
}

.news-page .news-1 .hot-item .right .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-page .news-1 .hot-item .right .content .Hbtn a {
  margin-top: 40px;
}

.news-page .news-1 .hot-item .right .content .more {

  margin-top: 40px;

}

.news-page .news-2 .news-list {
  margin-top: 2rem;
}

.news-page .news-2 .news-list ul {
  margin: 0 -1.8rem;
  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;
}

.news-page .news-2 .news-list ul li {
  width: 33.3333%;
  padding: 0 1.8rem;
  margin-bottom: 5.7rem;
}

.news-page .news-2 .news-list ul li .news-box .n-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.news-page .news-2 .news-list ul li .news-box .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-page .news-2 .news-list ul li .news-box .n-img img {
  width: 100%;
  transition: all .5s ease;
}

.news-page .news-2 .news-list ul li .news-box .n-img span {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  left: 1rem;
  bottom: 1rem;
}

.news-page .news-2 .news-list ul li .news-box .content {
  padding: 1rem;
}

.news-page .news-2 .news-list ul li .news-box .content h4 {
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}

.news-page .news-2 .news-list ul li .news-box .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .news-2 .news-list ul li .news-box .content h4 a:hover {
  color: var(--color);
}

.news-page .news-2 .news-list ul li .news-box .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-page .news-3 {
  height: 643px;
  background: url(../images/news-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.news-page .news-3 .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}

.news-page .news-3 .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.news-page .news-3 .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.news-page .news-4 {
  padding: 10rem 0 8rem;
  overflow: hidden;
}

.news-page .news-4 .title p {
  max-width: 545px;
}

.news-page .news-4 .newsBox {
  margin-top: 6.5rem;
}

.news-page .news-4 .newsBox .swiper-container {
  overflow: inherit;
}

.news-page .news-4 .newsBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  z-index: 1;
}

.news-page .news-4 .newsBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.news-page .news-4 .newsBox .swiper-slide a img {
  width: 100%;
}

.news-page .news-4 .newsBox .swiper-slide a .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3.7rem 3rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.news-page .news-4 .newsBox .swiper-slide a .content span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.news-page .news-4 .newsBox .swiper-slide a .content h4 {
  margin-top: 1.6rem;
  font-size: 21.5px;
  line-height: 1;
  color: #fff;

}

.news-page .news-4 .newsBox .swiper-slide a .content h4:hover {
  color: var(--color);
}

.news-page .news-4 .newsBox .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}

.news-page .news-4 .newsBox .swiper-slide-active a .content {
  opacity: 1;
}

.news-page .news-4 .newsBox .swiper-slide-prev,
.news-page .news-4 .newsBox .swiper-slide-next {
  z-index: 2;
}

.news-page .news-4 .newsBox .swiper-pagination {
  position: relative;
  margin-top: 3rem;
}

.news-page .news-4 .newsBox .swiper-pagination span {
  width: 16px;
  height: 16px;
  background: url(../images/navigation.png) no-repeat center center;
  margin: 0 .6rem;
  opacity: 1;
}

.news-page .news-4 .newsBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/navigation-h.png) no-repeat center center;
}

@media screen and (max-width:1000px) {
  .news-page .news-1 .hot-item .left {
    width: 100%;
  }

  .news-page .news-1 .hot-item .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .news-page .news-1 .hot-item .right .content {
    max-width: 100%;
  }

  .news-page .news-2 .news-list ul li {
    width: 50% !important;
  }

  .news-page .news-3 {
    height: 400px;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
}
@media screen and (max-width:700px) {
  .flex-4 > * {
    width: 50%;
  }
}

@media screen and (max-width:500px) {
  .news-page .news-2 .news-list ul li {
    width: 100% !important;
  }
  .flex-4 > * {
    width: 100%;
  }
}

.newdet-page h4.title {
  font-size: 36px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 2rem;
}

.newdet-page .time {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

.newdet-page .content {
  padding: 6.5rem 0 7rem;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

.newdet-page .content h1,
.newdet-page .content h2,
.newdet-page .content h3,
.newdet-page .content h4,
.newdet-page .content h5,
.newdet-page .content h6,
.newdet-page .content strong {
  font-size: 24px;
}

.newdet-page .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newdet-page .m-link a {
  font-size: 16px;
  color: #000000;
}
/* contact */

.contact-page h2 {
  font-size: 45px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--color);
}

.contact-page h2::after {
  content: "";
  width: 57px;
  height: 4px;
  display: block;
  margin-top: 15px;
}

.contact-page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  line-height: 1;
}

.contact-page .left {
  padding-left: 0%;
}

.contact-page .left .info {
  margin: 10px 0 80px;
  /*max-width: 500px;*/
}

.contact-page .left .info ul li {
  margin-bottom: 15px;
  color: rgb(0 0 0);
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}

.contact-page .left .info ul li:last-child {
  margin-bottom: 0;
}

.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}

.contact-page .left .share {
  margin-top: 20px;
}

.contact-page .left .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #cbcbcb;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}

.contact-page .left .share ul li a {
  display: block;
}

.contact-page .left .share ul li:hover {
  background: var(--color);
}

.contact-page .left .share ul li:last-child {
  margin-right: 0;
}

.contact-page .right {
  padding-right: 5%;
}

.contact-page .right .form {
  margin-top: 10px;
}
.contact-page .more {
  background-color: var(--color);
  border-radius: 35px;
  border: 0;
}
.inner-page .form ul {
  margin: -8px;
}

.inner-page .form ul li {
  padding: 8px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 15px;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 14px;
  color: #7f7f7f;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}

.inner-page .form ul li.wid-100 {
  width: 100%;
}

.inner-page .form ul li textarea {
  height: 160px;
}

.inner-page .form ul li input[type="submit"] {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  text-transform: unset;
  letter-spacing: 1px;
  padding: 0;
}
@media screen and (max-width:1200px) {
  .contact-page h2 {
    font-size: 30px;
  }
}

@media screen and (max-width:1000px) {
  .contact-page .left {
    width: 100% !important;
    padding: 0;
  }

  .contact-page .right {
    width: 100% !important;
    padding: 0;
  }

  .contact-page .left .info {
    margin: 40px 0;
    max-width: 100%;
  }

  .contact-page .right {
    margin-bottom: 40px;
  }
}
@media (max-width: 1250px){
  #innerMobileBanner .banner2{
        background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, .05));
        background-image: -moz-linear-gradient(250deg,var(--color),rgba(0,0,0,.05));
        background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, .05));
  }
}
@media (max-width: 1000px) {
  .wid-50{
    width: 100%;
  }
  .inner-page .form ul li input, .inner-page .form ul li textarea{
    line-height: 1;
  }
}
.about-page .about-4 {
  background: #f5fff8;
  margin-top: 100px;
}
.about-page .about-4 .container {
  max-width: 1200px;
}
.about-page .about-4 .top {
  text-align: center;
}
.about-page .about-4 .top h2 {
  color: var(--color);
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.about-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}
.about-page .about-4 .content {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-4 .content .historyBox ul li {
  height: 400px;
  margin-bottom: 15px;
}
.about-page .about-4 .content .historyBox {
  max-width: 450px;
}
.about-page .about-4 .content .historyBox h4 {
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-page .about-4 .content .historyBox .arrow-l,
.about-page .about-4 .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 1.5rem;
  cursor: pointer;
}
.about-page .about-4 .content .historyBox .arrow-l:hover,
.about-page .about-4 .content .historyBox .arrow-r:hover {
  color: var(--color);
}
.about-page .about-4 .content .historyBox .arrow-l {
  left: 0;
}
.about-page .about-4 .content .historyBox .arrow-r {
  right: 0;
}
.about-page .about-4 .content .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-4 .content .right .text {
  margin-left: 10%;
  position: absolute;
  color: #000;
  display: flex;
  align-items: center;
}
.about-page .about-4 .content .right .text h3 {
  font-size: 128px;
  color: var(--color);
  margin-right: 10px;
}
.about-page .about-4 .content .right .text h5 {
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.about-page .about-4 .content .right .text h5 span {
  display: block;
 font-weight: bold;
}
.about-page .about-4 .partnerBox {
  margin-top: 10rem;
}
.about-page .about-4 .partnerBox ul {
  margin: -15px;
}
.about-page .about-4 .partnerBox li {
  padding: 15px;
  cursor: pointer;
}
@media screen and (max-width:1600px) {
  .about-page .about-4 .content .right .text h3 {
    font-size: 100px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 70px;
  }
}
@media screen and (max-width:1400px){
  .about-page .about-4 .content .right .text h3 {
    font-size: 90px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 62px;
  }
}
@media screen and (min-width:1300px) and (max-width:1400px) {
  .about-page .about-4 .content .right .text {
    margin-left: 0%;
  }

  .about-page .about-4 .top h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width:1200px){
  .about-page .about-4 .content .right .text h3 {
    font-size: 78px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 58px;
  }
}
@media screen and (max-width: 1000px){
    .about-page .about-4 .content .historyBox {
    max-width: 100%;
  }
  .about-page .about-4 .content .right {
    display: none;
  }
  .about-page .about-4 .content .historyBox ul li {
    height: 200px;
  }
}
.cases-page .casesNav li,.video-page .casesNav li {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 24px 40px;
  background-color: #F2F3F2;
}
.cases-page .casesNav li:first-child,.video-page .casesNav li:first-child {
  margin-right: 60px;
}
.cases-page .casesNav li.active, .cases-page .casesNav li:hover,.video-page .casesNav li.active ,.video-page .casesNav li:hover {
  background-color: var(--color);
  color: #fff;

}
.cases-page .casesList,.video-page .videoList  {
  display: none;
}
.cases-page .casesList:first-child ,.video-page .videoList:first-child {
  display: block;
}
.cases-page .cases-ul li.column, .video-page .videoList .video-ul li.column{
  padding: 0 30px;
  margin-bottom: 30px;
}
.cases-page .cases-ul li.column .box,.video-page .videoList .video-ul li.column .box {
  text-align: center;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.video-page ul li .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 .content .historyBox ul li {
    height: 350px;
  }
  .about-page .about-4 .content .historyBox ul li p{
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .mobileForm {
    margin-bottom: 50px;
  }
  .font-24{
    font-size: 18px;
    line-height: 1.6 !important;
  }
  .about-page .init-2 .container .list_cont .list{
    width: 100%;
  }
  .about-page .about-4 .content .historyBox ul li{
    height: auto;
  }
  .about-page .about-4 .content .historyBox ul li p{
    font-size: 14px;
    line-height: 2;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .title{
  margin-bottom: 1em;
  font-size: 40px;
}
.seoPublic .Auxil-about .box .left .img{
  height: auto;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-weight: 400;
}