@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}

:root{
  --color: #ff7e16;
}

body {
  font-family: "Montserrat";
  font-weight: 500;
}
.chanpy{
      font-size: 16px;
    margin-top: 15px;
    line-height: 2;

}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1700px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: box-shadow .5s ease;
}
#header.fixed {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: static;
}
#header .nav .ui.menu .logo {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
width: 800px;

}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  line-height: 76px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 40px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 2;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.language-box a + a {
  margin-left: 20px;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 600px;
  padding-left: 10%;
}
#banner h2 {
  margin-bottom: 30px;
  font-size: 58px;
  line-height: 1.3;
  font-weight: bold;
  color: white;
}
#banner p {
  margin-bottom: 50px;
  font-size: 18px;
  color: white;
  line-height: 2;
}
.baseBtn {
  display: inline-block;
  padding: 10px;
  border: 1px solid white;
  line-height: 27px;
  color: #ff6a04;
  background-color: white;
  border-radius: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn span {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.baseBtn i {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  border: 1px solid #ff6a04;
  font-size: 20px;
  color: white;
  background-color: #ff6a04;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  color: white;
  background-color: #ff6a04;
  border-color: #ff6a04;
}
.baseBtn:hover i {
  color: #ff6a04;
  background-color: white;
  border-color: white;
}
.baseBtn.on {
  color: white;
  background-color: #ff6a04;
  border-color: #ff6a04;
}
.baseBtn.on i {
  color: #ff6a04;
  background-color: white;
  border-color: white;
}
.baseBtn.on:hover {
  color: #ff6a04;
  background-color: white;
  border-color: #ff6a04;
}
.baseBtn.on:hover i {
  color: white;
  background-color: #ff6a04;
  border-color: #ff6a04;
}
.baseBtn.border {
  border-color: #ff6a04;
}
.baseBtn.border i {
  color: #ff6a04;
  background-color: white;
  border-color: #ff6a04;
}
.baseBtn.border:hover {
  color: white;
  background-color: #ff6a04;
}
.baseBtn.btn2 {
  border-color: #ff6a04;
}
.tit1 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
}
.tit2 {
  font-size: 36px;
  font-weight: bold;
}
.tit2 span {
  display: inline-block;
  position: relative;
}
.tit2 span::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ff6a04;
  position: absolute;
  top: 18px;
  left: -30px;
}
#index-body {
  background-color: #f6f1eb;
}
#i-category {
  padding: 110px 0;
}
#i-category .left {
  width: 40%;
  padding-right: 10%;
}
#i-category .left .tit1 {
  margin-bottom: 15px;
}
#i-category .left .tit1::after {
  content: "";
  margin-top: 20px;
  display: block;
  width: 77px;
  border-bottom: 4px solid black;
}
#i-category .left p {
  line-height: 2;
  margin-bottom: 60px;
}
#i-category .right {
  width: 60%;
}
#i-category .right ul {
  margin: -10px;
}
#i-category .right ul li {
  padding: 10px;
}
#i-category .right .img {
  margin-bottom: 25px;
}
#i-category .right .name {
  font-size: 24px;
  font-weight: bold;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 130px 0 200px;
  border-top-right-radius: 156px;
  overflow: hidden;
}
.our-about h1 {
    display: inline-block;
    display: inline;
}
.our-about .left {
  padding-left: 30px;
}
.our-about .left .tit2 {
  margin-bottom: 120px;
}
.our-about .right {
  max-width: 720px;
}
.our-about .right .desc {
  line-height: 2;
}
.our-about .right ul {
  margin-top: 70px;
  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;
}
.our-about .right ul li {
  width: auto;
}
.our-about .right ul li .num {
  margin-bottom: 20px;
  font-size: 69px;
  line-height: 1;
  font-weight: bold;
}
.our-about .right ul li .num::after {
  content: "";
  margin-top: 15px;
  display: block;
  width: 94px;
  border-bottom: 6px solid #ff6a04;
  border-radius: 3px;
}
.our-product {
  padding: 100px 0;
}
.our-product .list {
  padding: 0 80px;
  position: relative;
}
.our-product .list ul {
  margin: -10px;
}
.our-product .list ul li {
  padding: 10px;
}
.our-product .list .name {
  font-size: 24px;
  line-height: 2;
  min-height: 3em;
}
.our-product .list .arrow {
  position: absolute;
  top: 35%;
  cursor: pointer;
}
.our-product .list .arrow.arrow_l {
  left: 0;
}
.our-product .list .arrow.arrow_r {
  right: 0;
}
.i-other {
  background: url(../images/other-bg.jpg) no-repeat center;
  color: white;
  padding: 190px 0 250px;
  border-top-left-radius: 156px;
  overflow: hidden;
}
.i-other span.tag {
  font-weight: 400;
}
.i-other p {
  font-weight: 400;
  line-height: 2;
  max-width: 500px;
  margin-left: auto;
  margin-bottom: 100px;
}
.i-advantage {
  padding-top: 100px;
}
.i-advantage .left {
  width: 32%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.i-advantage .left .num {
  font-size: 300px;
  font-weight: bold;
  color: #f2e5d9;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-advantage .left ul li {
  font-size: 30px;
  font-weight: bold;
  color: #727272;
  cursor: pointer;
}
.i-advantage .left ul li span {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.i-advantage .left ul li span::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ff6a04;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
}
.i-advantage .left ul li + li {
  margin-top: 20px;
}
.i-advantage .left ul li.active {
  font-size: 36px;
  color: #ff6a04;
}
.i-advantage .left ul li.active span::before {
  opacity: 1;
}
.i-advantage .right {
  border-left: 1px solid #b8b8b8;
  width: 68%;
  vertical-align: middle;
  padding: 0 7%;
}
.i-advantage .right img {
  border-radius: 30px;
  overflow: hidden;
}
.our-news {
  padding: 100px 0;
}
.our-news .list {
  margin-top: 80px;
}
.our-news .list ul {
  margin: -20px;
}
.our-news .list ul li {
  padding: 20px;
}
.our-news .list ul li:first-child {
  width: 66.66%;
}
.our-news .list ul li:first-child .mml-text {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 79px 20px 20px 20px;
}
.our-news .list ul li.active .mml-text .img {
  opacity: 1;
}
.our-news .list ul li.active .mml-text .text time {
  color: white;
}
.our-news .list ul li.active .mml-text .text .name {
  color: white;
}
.our-news .list ul li.active .mml-text .text p {
  color: white;
}
.our-news .list .mml-text {
  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;
  min-height: 440px;
  border-radius: 20px;
  padding: 40px;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.our-news .list .mml-text .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.our-news .list .mml-text .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .list .mml-text .text {
  position: relative;
  z-index: 1;
}
.our-news .list .mml-text .text .name {
  margin: 20px 0;
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
}
.our-news .list .mml-text .text p {
  font-size: 17px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 20px;
}
.our-news .list .mml-text .text a.btn3 {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #ff6a04;
  background-color: white;
  border: 1px solid #ff6a04;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .mml-text .text a.btn3:hover {
  color: white;
  background-color: #ff6a04;
}
#footer {
  background-color: #fffaf6;
}
#footer .foot-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .foot-top .left {
  width: 55%;
  background: url(../images/form-bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 30px 130px 0;
  padding: 5% 10% 5% 5%;
}
#footer .foot-top .left form ul {
  margin: -15px;
}
#footer .foot-top .left form ul li {
  padding: 15px;
}
#footer .foot-top .left form ul li.wid-100 {
  width: 100%;
}
#footer .foot-top .left form input {
  color: white;
  height: 60px;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 25px;
  font-weight: 400;
}
#footer .foot-top .left form input[type='submit'] {
  width: auto;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .foot-top .left form input[type='submit']:hover {
  color: black;
  background-color: white;
}
#footer .foot-top .left form input::-webkit-input-placeholder {
  color: white;
}
#footer .foot-top .left form input:-moz-placeholder {
  color: white;
}
#footer .foot-top .left form input::-moz-placeholder {
  color: white;
}
#footer .foot-top .left form input:-ms-input-placeholder {
  color: white;
}
#footer .foot-top .left form input::-ms-input-placeholder {
  color: white;
}
#footer .foot-top .left form textarea {
  color: white;
  padding: 15px 25px;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
#footer .foot-top .left form textarea::-webkit-input-placeholder {
  color: white;
}
#footer .foot-top .left form textarea:-moz-placeholder {
  color: white;
}
#footer .foot-top .left form textarea::-moz-placeholder {
  color: white;
}
#footer .foot-top .left form textarea:-ms-input-placeholder {
  color: white;
}
#footer .foot-top .left form textarea::-ms-input-placeholder {
  color: white;
}
#footer .foot-top .right {
  width: 45%;
  padding: 5% 10% 5% 5%;
}
#footer .foot-top .right h4 {
  font-size: 30px;
  font-weight: bold;
}
#footer .foot-top .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
#footer .foot-top .right ul li span {
  white-space: nowrap;
}
#footer .foot-top .right .social-links {
  margin-top: 50px;
}
#footer .foot-top .right .social-links a {
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
#footer .foot-top .right .social-links a:nth-of-type(1) {
  color: white;
  background-color: #f60201;
}
#footer .foot-top .right .social-links a:nth-of-type(2) {
  color: white;
  background-color: #308bd1;
}
#footer .foot-top .right .social-links a:nth-of-type(3) {
  color: white;
  background-color: #5dacde;
}
#footer .foot-top .right .social-links a:nth-of-type(4) {
  color: white;
  background-color: #4f6490;
}
#footer .foot-top .right .social-links a + a {
  margin-left: 20px;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}

#footer .foot-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
.fixed-toolbar {
  right: 0;
  position: fixed;
  bottom: 45%;
  z-index: 100;
}
.fixed-toolbar ul li {
  font-size: 20px;
  font-family: FontAwesome;
  display: block;
  margin-top: 7px;
  width: 40px;
  height: 40px;
  color: white;
  background-color: #ff7e16;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.code:hover #ewm {
  right: 50px;
  opacity: 1;
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  height: 100px;
  border: 5px solid white;
  position: absolute;
  z-index: -1;
  right: -100%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@media (max-width: 1700px) {
  .ui.container {
    width: 1600px;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  .tit1 {
    font-size: 40px;
  }
  #i-category .left {
    padding-right: 5%;
  }
  #i-category .left .tit1 br {
    display: none;
  }
  .our-about .right ul li .num {
    font-size: 55px;
  }
  .our-product .list .name {
    font-size: 20px;
  }
  .i-advantage .left ul li {
    font-size: 24px;
  }
  .i-advantage .left ul li.active {
    font-size: 30px;
  }
  .i-advantage .left .num {
    font-size: 250px;
  }
  #footer .foot-top .left {
    padding: 5%;
  }
  #footer .foot-top .right {
    padding: 5%;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .tit1 {
    font-size: 32px;
  }
  #i-category .right .name {
    font-size: 20px;
  }
  .tit2 {
    font-size: 30px;
  }
  .tit2 span::before {
    display: none;
  }
  .our-about {
    padding: 100px 0;
  }
  .our-about .left {
    float: none;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .our-about .right {
    float: none;
    max-width: 100%;
  }
  .our-about .right ul {
    margin-top: 40px;
  }
  .our-about .left .tit2 {
    margin-bottom: 40px;
  }
  .i-other {
    padding: 100px 0;
  }
  .i-advantage .left ul li {
    font-size: 20px;
  }
  .i-advantage .left ul li.active {
    font-size: 24px;
  }
  .i-advantage .left .num {
    font-size: 200px;
  }
  .i-advantage .right {
    padding: 0 5%;
  }
  #footer .foot-top .right ul li {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 10px;
    margin-right: 20px;
  }
  .our-about .right ul li .num {
    font-size: 40px;
  }
  .our-news .list .mml-text .text p {
    font-size: 16px;
  }
  .our-news .list ul li {
    width: 50%!important;
  }
  .our-news .list .mml-text .text .name {
    font-size: 16px;
  }
  #footer .foot-top .right ul li {
    font-size: 16px;
  }
  #footer .foot-top .left form input {
    font-size: 16px;
    height: 50px;
  }
  #footer .foot-top .left form textarea {
    font-size: 16px;
  }
  #footer .foot-top .left form input[type='submit'] {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .fixed-toolbar {
    bottom: 10%;
  }

  .ui.container {
    width: 700px;
  }

  #nav-height {
    height: 120px!important;
  }

  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .left {
    padding-left: 0;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner p {
    font-size: 16px;
  }
  #i-category {
    padding: 60px 0;
  }
  #i-category .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #i-category .left p {
    margin-bottom: 30px;
  }
  #i-category .right {
    width: 100%;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list {
    padding: 0 40px;
  }
  .i-advantage {
    padding-top: 60px;
  }
  .i-advantage .left .num {
    display: none;
  }
  .i-advantage .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .i-advantage .right {
    width: 100%;
    border: none;
    padding: 0;
  }
  .i-advantage .left ul {
    font-size: 0;
    margin: -5px;
  }
  .i-advantage .left ul li {
    font-size: 16px;
    display: inline-block;
    width: 33.33%;
    margin-top: 0!important;
    padding: 5px;
  }
  .i-advantage .left ul li span {
    display: block;
    border: 1px solid black;
    padding: 10px;
  }
  .i-advantage .left ul li.active {
    font-size: 16px;
  }
  .i-advantage .left ul li span::before {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list {
    margin-top: 40px;
  }
  .our-news .list ul li {
    width: 100%!important;
  }
  .our-news .list .mml-text {
    min-height: 400px;
  }
  .our-about {
    border-radius: 0;
  }
  .i-other {
    border-radius: 0;
  }
  #footer .foot-top .left {
    width: 100%;
    border-radius: 0;
  }
  #footer .foot-top .right {
    width: 100%;
  }
  #footer .foot-top {
    display: block;
  }
  .our-news .list ul {
    margin: -10px;
  }
  .our-news .list ul li {
    padding: 10px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .font-18 {
    font-size: 14px;
  }
  #banner h2 {
    margin-bottom: 15px;
  }
  #banner p {
    margin-bottom: 20px;
  }
  .tit1 {
    font-size: 24px;
  }
  .baseBtn {
    padding: 5px;
  }
  #i-category .right .name {
    font-size: 18px;
  }
  .our-about {
    padding: 60px 0;
  }
  .tit2 {
    font-size: 20px;
  }
  .our-about .right ul li .num {
    font-size: 30px;
  }
  .i-other {
    padding: 60px 0;
  }
  .i-other p {
    margin-bottom: 40px;
  }
  .i-advantage {
    display: none;
  }
  .our-news .list .mml-text .text p {
    font-size: 14px;
  }
  #footer .foot-top .left form ul {
    margin: -10px;
  }
  #footer .foot-top .left form ul li {
    padding: 10px;
  }
  #footer .foot-top .left form input {
    font-size: 14px;
    height: 40px;
  }
  #footer .foot-top .left form textarea {
    font-size: 14px;
    height: 150px;
  }
  #footer .foot-top .left form input[type='submit'] {
    font-size: 16px;
  }
  #footer .foot-top .right ul li {
    font-size: 14px;
  }
  #footer .foot-top .right h4 {
    font-size: 20px;
  }
  #footer .foot-top .right .social-links a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #footer .foot-top .right .social-links a + a {
    margin-left: 10px;
  }
  #footer .foot-top .right .social-links {
    margin-top: 30px;
  }
  .our-product .list .name {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner h2 {
    font-size: 22px;
  }
  #banner p {
    font-size: 14px;
  }
  .our-about .right ul {
    display: none;
  }
  .our-product .fl {
    float: none;
  }
  .our-product .fr {
    display: none;
  }
  .our-news .list .mml-text {
    padding: 20px;
  }
}


#index-body .i-news {
  padding-top: 150px;
  padding-bottom: 85px;
}
#index-body .i-news .ui.container {
  max-width: 1785px;
}
#index-body .i-news .left {
  width: 25%;
  padding-left: 90px;
}
#index-body .i-news .left h2 {
  font-size: 48px;
  margin-bottom: 55px;
}
#index-body .i-news .left .more {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
}
#index-body .i-news .left .more img {
  vertical-align: middle;
  padding-left: 15px;
}
#index-body .i-news .left .more:hover {
  background: var(--color);
  color: white;
}
#index-body .i-news .left .more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-news .right {
  width: 75%;
  padding-left: 70px;
}
#index-body .i-news .right ul {
  margin: -22px;
}
#index-body .i-news .right ul li {
  padding: 22px;
}
#index-body .i-news .right ul li .box {
  background: white;
  padding: 40px 40px 25px;
}
#index-body .i-news .right ul li .box .time {
  font-size: 16px;
  color: #333232;
}
#index-body .i-news .right ul li .box .time span {
  color: #184498;
}
#index-body .i-news .right ul li .box h3 {
  font-size: 26px;
  margin: 10px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news .right ul li .box .content {
  font-size: 18px;
  line-height: 32px;
  opacity: 0.7;
  margin-bottom: 14px;
}
#index-body .i-news .right ul li .box:hover h3 {
  color: var(--color);
}

@media screen and (max-width: 1600px) {
  #index-body .i-news .right ul li .box h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1400px) {
  #index-body .i-news {
    padding-top: 60px;
  }
  #index-body .i-news .left h2 {
    font-size: 36px;
  }
  #index-body .i-news .left {
    padding-left: 44px;
  }
  #index-body .i-news .right {
    padding-left: 28px;
  }
}

@media screen and (max-width: 1200px) {
  #index-body .i-news .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-news .right {
    width: 100%;
  }
  #index-body .i-news .right ul li .box {
    padding: 40px 20px 25px;
  }
}

@media screen and (max-width: 750px) {
  #index-body .i-news .left {
    padding-left: 0;
  }
  #index-body .i-news .right {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  #index-body .i-news .left h2 {
    font-size: 26px;
  }
  .inner-banner .Auxil-h1{
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.inner-banner h3{
  font-size: 20px!important;
  text-align: center;
  line-height: 38px;
}
}


.inner-banner{
  padding: 0 15px;
  margin-top: 121px;
  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;
}
.inner-banner .Auxil-h1{
  font-size: 30px;
  text-align: center;
}
.inner-banner h3{
  font-size: 30px;
  text-align: center;
}
@media (max-width:1000px) {
  .inner-banner {
    margin-top: 60px;
  }
}

.about-page#index-body .init-1 .about-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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 130px 0 100px;
  position: relative;
}
.about-page#index-body .init-1 .about-box .left {
  width: 50%;
  padding-right: 60px;
}
.about-page#index-body .init-1 .about-box .left .top {
  text-align: right;
  max-width: 385px;
}
.about-page#index-body .init-1 .about-box .left .top h2 {
  display: inline-block;
  line-height: 1;
}
.about-page#index-body .init-1 .about-box .left .content {
  max-width: 624px;
  margin: 30px 0 60px;
}
.about-page#index-body .init-1 .about-box .left .content p {
  font-size: 16px;
  line-height: 2;
  color: #5b5b5b;
}
.about-page#index-body .init-1 .about-box .left .content .homeh1 {
    font-size: 18px;
    line-height: 2;
    color: #5b5b5b;
    font-family: 'Cormorantgaramond-Light';
}
.about-page#index-body .init-1 .about-box .left .content .homeh1 h1 {
    display: inline;
    font-family: 'Cormorantgaramond-Light';
}
.about-page#index-body .init-1 .about-box .right {
  width: 50%;
  position: relative;
}
.about-page#index-body .init-1 .about-box .right .a-1 {
  width: 87%;
  margin-left: -13px;
  margin-top: 148px;
}
.about-page#index-body .init-1 .about-box .right .a-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -62px;
  width: 92%;
  z-index: 10;
}
.about-page#index-body .init-1 .about-box .right .a-2 img {
  -webkit-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.about-page#index-body .init-1 .about-box .right .a-2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -13px;
  background: #014ea2;
  -webkit-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.about-page#index-body .init-1 .about-box .right .a-2.active img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page#index-body .init-1 .about-box .right .a-2.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.about-page#index-body .init-1.about-1 .about-box::after {
  display: none;
}
.about-page#index-body .init-1.about-1 .about-box .left .title {
  max-width: 650px;
}
.about-page#index-body .init-1.about-1 .about-box .left h3 {
  font-size: 58px;
  text-transform: uppercase;
}
.about-page#index-body .init-1.about-1 .about-box .left .text {
  font-size: 13px;
  letter-spacing: 6px;
  margin: 15px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.2em;
  color: var(--color);
  max-width: 330px;
}
.about-page#index-body .init-1.about-1 .about-box .left .content {
  margin: 30px auto 0 0;
  max-height: 393px;
  overflow: auto;
  padding-right: 15px;
}
.about-page#index-body .init-1.about-1 .about-box .left .content::-webkit-scrollbar-thumb{
  background: #666;
}
.about-page#index-body .init-1.about-1 .about-box .right .a-2 {
  top: 44%;
  bottom: auto;
  width: 80%;
}

.about-page#index-body .init-2 ul {
  position: relative;
  padding: 20px 0 150px;
  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;
}
.about-page#index-body .init-2 ul li {
  position: relative;
  z-index: 5;
}
.about-page#index-body .init-2 ul li:first-child {
  padding-left: 45px;
}
.about-page#index-body .init-2 ul li p {
  font-size: 16px;
  line-height: 2;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.about-page#index-body .init-2 ul li span {
  font-size: 100px;
  line-height: .8;
  color: var(--color);
  font-family: 'castellar';
  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: -1;
  white-space: nowrap;
  opacity: .5;
}
.about-page#index-body .about-4 .more {
  border: 1px solid #fff;
  color: #fff;
  height: 50px;
  line-height: 50px;
  transition: 0.5s;
  padding: 0 30px;
}
.about-page#index-body .about-4 .more:hover{
  background: var(--color);
  color: white;
}

.about-page#index-body .about-4 .more .border-holder {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page#index-body .about-4 .more .border-holder span {
  background: #fff;
}
.about-page#index-body .about-4 .more .border-holder::after {
  background: #fff;
}
.about-page .about-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .left {
  width: 100%;
  height: 600px;
  background: url(/runyingtextile/2024/11/19/aboutvideo.jpg) no-repeat center center;
     background-attachment: fixed;
    
  position: relative;
}
.about-page .about-3 .left .about-3-img {
  display: none;
}
.about-page .about-3 .left .play {
  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%);
}
.about-page .about-3 .left .play:hover svg circle:last-child {
  stroke-dashoffset: 0;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
.about-page .about-3 .left .play svg circle:last-child {
  stroke-dashoffset: 300;
  stroke-dasharray: 300;
  -webkit-transform: rotate(-200deg);
  -moz-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 1.2s cubic-bezier(0.4, 0.37, 0.3, 0.8);
  -moz-transition: 1.2s cubic-bezier(0.4, 0.37, 0.3, 0.8);
  transition: 1.2s cubic-bezier(0.4, 0.37, 0.3, 0.8);
}
.about-page .about-3 .left .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(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;
}
.about-page .about-3 .left .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(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;
}
.about-page .about-3 .right {
  width: 50%;
}
.about-page .about-3 .right .content {
  padding: 13.3% 25% 13.3% 17.5%;
}
.about-page .about-3 .right .content .content-title h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: .15rem;
  margin: 25px 0;
}
.about-page .about-3 .right .content .content-title .text {
  font-size: 13px;
  letter-spacing: .6rem;
  margin: 13px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.2;
  color: var(--color);
}
.about-page .about-3 .right .content 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;
  padding: 42px 0 0;
}
.about-page .about-3 .right .content ul li {
  width: 33.3333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #797979;
  margin-bottom: 18px;
}
.about-page .about-3 .right .content ul li .fa {
  margin-right: 10px;
}
.about-page .about-4 {
  background:#1d5fa7;
  padding: 90px 0;
}
.about-page .about-4 .container {
  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 .container .text {
  max-width: 700px;
}
.about-page .about-4 .container .text h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.09;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.about-page .about-4 .container .text P {
  font-size: 13px;
  letter-spacing: .6;
  font-weight: 500;
  margin: 0;
  line-height: 2.23;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .8rem;
}
.about-page .about-5 {
  background: #24292c;
  padding: 120px 0;
}
.about-page .about-5 .top {
  text-align: center;
}
.about-page .about-5 .top h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.09;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.about-page .about-5 .top P {
  font-size: 13px;
  letter-spacing: .6;
  font-weight: 500;
  margin: 0;
  line-height: 2.23;
  text-transform: uppercase;
  color: var(--color) !important;
  letter-spacing: .8rem;
}
.about-page .about-5 .teamBox {
  margin-top: 60px;
}
.about-page .about-5 .teamBox .swiper-slide img {
  width: 100%;
}
.about-page .about-5 .teamBox .swiper-slide h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: .1rem;
  margin: 20px 0 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.about-page .about-5 .teamBox .swiper-slide p {
  font-size: 13px;
  letter-spacing: .6;
  font-weight: 500;
  margin: 0;
  line-height: 1.8;
  text-transform: uppercase;
  color: var(--color);
  letter-spacing: .8rem;
}
.about-page .about-6 {
  padding: 130px 0;
  background-image: url(../images/about-6-bg.jpg);
}
.about-page .about-6 .swiper-slide {
  text-align: center;
}
.about-page .about-6 .swiper-slide h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .15rem;
  margin: 10px 0 15px;
  word-wrap: break-word;
}
.about-page .about-6 .swiper-slide .text {
  margin: 0 0 42px;
  padding: 0 15%;
  font-size: 25px;
  color: #615e5e;
  line-height: 1.56;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-6 .swiper-slide img {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-6 .swiper-slide h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 20px 0 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-6 .swiper-slide span {
  font-size: 13px;
  letter-spacing: .6;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: var(--color) !important;
  letter-spacing: .8rem;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-6 .swiper-slide-active .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1s .3s;
  -moz-transition: 1s .3s;
  transition: 1s .3s;
}
.about-page .about-6 .swiper-slide-active img {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1s .5s;
  -moz-transition: 1s .5s;
  transition: 1s .5s;
}
.about-page .about-6 .swiper-slide-active h4 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1s .7s;
  -moz-transition: 1s .7s;
  transition: 1s .7s;
}
.about-page .about-6 .swiper-slide-active span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1s .7s;
  -moz-transition: 1s .7s;
  transition: 1s .7s;
}
.about-page .about-6 .clientBox {
  position: relative;
}
.about-page .about-6 .clientBox .swiper-button-prev,
.about-page .about-6 .clientBox .swiper-button-next {
  width: auto;
  height: auto;
  background: none;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-6 .clientBox .swiper-button-prev {
  left: -5%;
}
.about-page .about-6 .clientBox .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-6 .clientBox .swiper-button-next {
  right: -5%;
}
@media screen and (max-width: 1600px) {
  .about-page .about-3 .right .content {
    padding: 8% 10% 8% 12%;
  }

  .about-page#index-body .init-1.about-1 .about-box .left h3 {
    font-size: 40px;
  }
  
  .about-page#index-body .init-1 .about-box .right .a-1 {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
  }
}
@media screen and (max-width: 1400px){
    .about-page#index-body .init-2 ul li span {
      font-size: 70px;
    }
}
@media screen and (max-width: 1230px){
  .about-page .about-4 .container .text {
    max-width: 585px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page#index-body .init-1 .about-box .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .right{
    width: 100%;
  }

  .about-page#index-body .init-1 .about-box .right{
    display: none;
  }

  .about-page#index-body .init-1 .about-box .left .content {
    max-width: 100%;
  }


  .about-page .about-4 .container .text P {
    letter-spacing: .2rem;
  }
  .about-page .about-4 .container .text {
    max-width: 410px;
  }
  .about-page#index-body .init-1 .about-box .left .title h2 {
    font-size: 11rem;
  }
  .about-page#index-body .init-1 .about-box .left .play-box {
    padding-left: 0;
  }
  /*#index-body .more {
    font-size: 16px;
  }*/
  .about-page#index-body .init-1 .about-box .left .content p {
    font-size: 16px;
  }
  .about-page#index-body .init-1 .about-box .left .content .homeh1 {
    font-size: 16px;
  }
   .about-page#index-body .init-2 ul li p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .about-page#index-body .init-2 ul li span {
    font-size: 60px;
  }
  .about-page#index-body .init-1.about-1 .about-box{
    padding: 30px 0;
  }
  .about-page#index-body .init-2 ul{
    padding: 60px 0;
  }
  .about-page#index-body .init-1.about-1 .about-box .left h3{
    font-size: 32px;
  }
  .about-page .about-5 .top h3,
  .about-page .about-4 .container .text h3{
    font-size: 50px;
  }
}
@media screen and (max-width: 750px){
  
  
  .about-page .about-3 .left{
    width: 100%;
    height: 450px;
  }
  
  .about-page .about-3 .right .content{
    padding: 30px 15px;
  }
}
@media screen and (max-width: 700px){
   .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .left .about-3-img {
    display: block;
  }
  .about-page#index-body .init-1.about-1 .about-box {
    margin-bottom: 30px;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .right .content {
    padding: 40px 15px;
  }
  .about-page .about-4 .container .text {
    max-width: 355px;
  }
  .about-page .about-6 .clientBox .swiper-button-prev,
  .about-page .about-6 .clientBox .swiper-button-next {
    display: none;
  }
   .about-page .about-4 .container{
    flex-wrap: wrap;
  }
  .about-page .about-4 .container .text{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .about-page .about-4 .container .text {
    max-width: 100%;
  }
  .about-page .about-4 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page#index-body .about-4 .more {
    margin-top: 20px;
  }
  .about-page .about-6 .swiper-slide .text {
    padding: 0;
  }
}

.service-page .service-1 {
  padding: 3.5rem 0;
}
.service-page .service-1 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;
}
.service-page .service-1 ul li {
  width: 25%;
  text-align: center;
}
.service-page .service-1 ul li .svg {
  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;
}
.service-page .service-1 ul li .content h5 {
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .1rem;
  margin: 1.5rem 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.service-page .service-1 ul li .content p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 240px;
}
.service-page .service-2 {
  padding-bottom: 120pxm;
}
.service-page .service-2 .top {
  text-align: center;
}
.service-page .service-2 .top h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 10px;
  margin: 10px 0 0;
  word-wrap: break-word;
}
.service-page .service-2 .top p {
  font-size: 13px;
  
  font-weight: 500;
  margin: 0;
  line-height: 2.23;
  text-transform: uppercase;
  color: var(--color);

}
.service-page .service-2 .service-2-img {
  padding: 5rem 0;
  position: relative;
}
.service-page .service-2 .service-2-img .s-1 {
  width: 83.1%;
}
.service-page .service-2 .service-2-img .s-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 52.5%;
  z-index: 10;
}
.service-page .service-2 .service-2-img .s-2 img {
  -webkit-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.service-page .service-2 .service-2-img .s-2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1rem;
  background: var(--color);
  -webkit-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.service-page .service-2 .service-2-img .s-2.active img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.service-page .service-2 .service-2-img .s-2.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.service-page .service-2 .service-2-img .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #312e2e;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .title p {
    margin: 15px 0 50px;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 24px!important;
    color: #9f9999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .slider-outer {
    /*max-width: 1550px;*/
    /*width: 150%;*/
    overflow: hidden;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap {
    position: relative;
    /*width: 200%;*/
    /*max-width: 1800px;*/
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .item {
    /*max-width: 580px;*/
    padding-right: 20px;
    /*background-color: #fff;*/
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .img {
    /*max-width: 580px;
    max-height: 380px;*/
    overflow: hidden;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .text {
    padding: 20px 55px 35px 30px;
    background: white;
    line-height: 2;
    font-size: 14px;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .text h3 {
    color: #312e2e;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.service-page .service-2 .service-2-img .p07-testing .slick-arrow {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    color: #999;
}
.service-page .service-2 .service-2-img .p07-testing .slick-arrow.btn-l:after {
    position: relative;
    top: -2px;
    content: '|';
    display: inline-block;
    margin: 0 8px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.service-page .service-2 .service-2-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;
}
.service-page .service-2 .service-2-box .left {
  width: 50%;
  padding-top: 90px;
}
.service-page .service-2 .service-2-box .left .title {
  max-width: 450px;
}
.service-page .service-2 .service-2-box .left h3 {
  font-size: 44px;
  line-height: 1.2;
}
.service-page .service-2 .service-2-box .left .text {
  font-size: 13px;
  letter-spacing: .6rem;
  margin: 15px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  color: var(--color);
}
.service-page .service-2 .service-2-box .left .content {
  margin: 3rem auto 0 0;
}
.service-page .service-2 .service-2-box .left .content p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.8;
}
.service-page .service-2 .service-2-box .right {
  width: 50%;
  padding: 10% 0% 0% 10%;
}
.service-page .service-2 .service-2-box .right ul li {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1.2rem;
  border-bottom: 1px solid rgba(12, 7, 5, 0.1);
}
.service-page .service-2 .service-2-box .right ul li span {
  font-size: 13px;
  letter-spacing: .6rem;
  font-weight: 500;
  line-height: 2.15;
  text-transform: uppercase;
}
.service-page .service-2 .service-2-box .right ul li .item-label {
  color:#014ea2;
}
.service-page .service-2 .service-2-box .right ul li .item-text {
  color: #615e5e;
}
.service-page .service-4 {
  background: url(../images/service-4-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.service-page .service-4 .s-form {
  margin: 0 auto;
  max-width: 860px;
  background: url(../images/noise-background.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 80px 70px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.service-page .service-4 .s-form form h2 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.service-page .service-4 .s-form form .form-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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-4 .s-form form .form-box input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 7px 20px 7px 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .6em;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
/*.service-page .service-4 .s-form form .form-box input[type="date"] {
  width: 48%;
}*/
.service-page .service-4 .s-form form .form-box input[type="phone"] {
  width: 100%;
}
.service-page .service-4 .s-form form .form-box textarea {
  height: 80px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 7px 20px 7px 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .6em;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.service-page .service-5 {
  padding: 300px 65px 170px;
}
.service-page .service-5 .partnerBox {
  margin-bottom: 50px;
}
.service-page .service-5 .partnerBox .swiper-slide {
  text-align: center;
}
.service-page .service-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: gray;
  filter: gray;
}
.service-page .service-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  cursor: pointer;
}
.service-page .service-5 p {
  text-align: center;
  text-transform: uppercase;
  color: var(--color);
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: .6rem;
  font-family: Raleway;
  font-weight: 500;
  margin: 0 auto;
  max-width: 600px;
}
.service-page#index-body .service-3 {
  background: #1d5fa7;
}
.service-page#index-body .service-4 button {
  width: 100%;
  margin-top: 15px;
  height: 50px;
  border: 1px solid transparent;
  background: var(--color);
  color: #fff;
}
.service-page#index-body .service-4 button:hover{
  background: black;
  color: white;
}
.service-page#index-body .service-4 button .border-holder {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service-page#index-body .service-4 button .border-holder span {
  background: #fff;
}
.service-page#index-body .service-4 button .border-holder::after {
  display: none;
}
.service-page#index-body .init-4 {
  padding: 100px 0;
}
.service-page#index-body .init-4 .swiper-slide {
  text-align: center;
}
.service-page#index-body .init-4 .swiper-slide:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.service-page#index-body .init-4 .swiper-slide span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page#index-body .init-4 .swiper-slide h4 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
  font-family: 'CormorantGaramond-Regular';
}
.service-page#index-body .init-4 .swiper-slide p {
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Raleway-Light';
}
@media screen and (max-width: 1230px){
   .service-page .service-1 ul li {
    padding: 0 15px;
  }
  .service-page .service-1 ul li .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px){
   .service-page .service-1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .service-2-box .left {
    width: 100%;
  }
  .service-page .service-2 .service-2-box .right {
    width: 100%;
    padding: 10% 0% 0% 0%;
  }
}
@media screen and (max-width: 500px){
   .service-page .service-1 ul li {
    width: 100%;
  }
  .service-page .service-4 .s-form {
    padding: 80px 40px 70px;
  }
  .service-page .service-4 .s-form form .form-box input[type="date"] {
    width: 100%;
  }
  .service-page .service-4 .s-form form .form-box input[type="phone"] {
    width: 100%;
  }
}
.contact-page{
  padding-top: 20px;
}
.contact-page .contact1{
  padding: 80px 0;
}
.contact-page .contact1 ul li{
  padding: 0 20px;
  text-align: center;
}
.contact-page .contact1 ul li h5{
  font-size: 22px;
}
.contact-page .contact1 ul li p{
  font-size: 18px;
  line-height: 2;
}
.contact-page .contact-2 .right{
  padding-left: 60px;
}
.contact-page .contact-2 .right h3{
  font-size: 30px;
}
.contact-page .contact-2 .right .text{
  font-size: 14px;
  margin: 20px 0;
  line-height: 2;
}
.contact-page .contact-2 .right ul li{
  margin-bottom: 20px;
}
.contact-page .contact-2 .right ul li h6{
  font-size: 20px;
}
.contact-page .contact-2 .right ul li p{
  font-size: 18px;
  opacity: 0.7;
  line-height: 2;
}
.contact-page .contact-2 .left{
  padding-right: 50px;
}
.contact-page .contact-2 .left form input{
    width: 100%;
    height: 60px;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.4);
}
.contact-page .contact-2 .left form input[type="submit"]{
  padding-left: 0;
  transition: 0.5s;
  background: transparent;
  width: auto;
  padding: 0 50px;
}
.contact-page .contact-2 .left form input[type="submit"]:hover{
  background: var(--color);
  color: white;
}
.contact-page .contact-1{
  margin-top: 50px;
}

.product-page ul.tab{
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.product-page ul.tab > li{
  padding: 15px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 15px;
  font-size: 18px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page ul.tab > li.active,
.product-page ul.tab > li:hover{
  color: var(--color);
}

.product-page ul.tab > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  white-space: nowrap;
  text-align: left;
  background-color: white;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}

.product-page ul.tab > li ul li {
    position: relative;
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}

.product-page ul.tab > li ul li:hover {
  color: white;
  background-color: black;
}

.product-page ul.tab > li ul li a {
    display: block;
}

.product-page ul.tab > li:hover ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

.product-page{
  padding-top: 0px;
}
.product-page  .product-list ul{
  margin: -15px;
}
.product-page  .product-list ul li{
  padding: 15px;
  margin-bottom: 50px;
}
.product-page  .product-list ul li .content {
    width: 95%;
    height: 120px;
    margin: auto;
    background-color: #fff;
    margin-top: -140px;
    position: relative;
    text-align: left;
    padding: 25px 20px 45px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.product-page  .product-list ul li .content h3{
  font-size: 22px;
  -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-page  .product-list ul li .content .text{
  font-size: 14px;
  line-height: 28px;
  -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.product-page  .product-list ul li:hover .content{
  background: var(--color);
}
.product-page  .product-list ul li:hover .content .text,
.product-page  .product-list ul li:hover .content h3{
  color: white;
}
.prodet-page .prodet-1 {
  padding: 0px 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .prodet-1 .left .wrap .big-img{
  width:75%;
}
.prodet-page .prodet-1 .left .wrap .image-gallery{
  width: 25%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left .image-gallery {
  padding: 0 10px;
  margin-top: 0px;
  position: relative;
}
.prodet-page .prodet-1 .left .image-gallery > span {
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .left .image-gallery > span.left-btn {
  left: 30px;
}
.prodet-page .prodet-1 .left .image-gallery > span.right-btn {
  right: 30px;
}
.prodet-page .prodet-1 .left .image-gallery ul {
  margin: -3px;
}
.prodet-page .prodet-1 .left .image-gallery ul li {
  padding: 3px;
}
.prodet-page .prodet-1 .right {
  width: 50%;
}
.prodet-page .prodet-1 .right h3.tit {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
}
.prodet-page .prodet-1 .right h1.tit {
  font-size: 32px;
  line-height: 1.6;
}
.prodet-page .prodet-1 .right h4 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  margin-top: 15px;
  line-height: 2;
}
.qianfg {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.prodet-page .prodet-1 .right .text strong {
  font-weight: 700;
}
.prodet-page .prodet-1 .right .btn {
  margin: 40px -10px 0;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn span {
  display: inline-block;
  padding: 10px;
  width: auto;
}
.prodet-page .prodet-1 .right .btn span a {
  display: block;
  font-size: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 30px;
}
.prodet-page .prodet-1 .right .btn span a:hover {
  background-color:var(--color);
}
.prodet-page .prodet-1 .right h6 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
.prodet-page .prodet-1 .right .tag {
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .share .singlebf{
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .share .share-tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #0a4181;
}
.prodet-page .prodet-2 .options {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .options ul li {
  padding: 15px 0;
  display: inline-block;
  margin: 0 25px;
  width: auto;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li.active {
  border-color: var(--color);
}
.prodet-page .prodet-2 .ret {
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding: 15px 40px;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret ul li .content strong {
  font-weight: 700;
}
.prodet-page .prodet-3{
  padding-top: 60px;
  padding-bottom: 60px;
}
.prodet-page .prodet-3 ul{
  margin: -15px;
}
.prodet-page .prodet-3 ul li{
  padding: 15px;
}
.prodet-page .prodet-3 ul li h5{
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1000px){
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin: 30px -10px 0;
    padding: 20px 0;
  }
  .prodet-page .prodet-1 {
    padding: 0 0 60px;
  }
   .prodet-page .prodet-2 .ret ul li .content {
    padding: 15px 0;
  }
  .qianff {
    display: none!important;
  }
}
@media screen and (max-width: 700px){
  .prodet-page .prodet-1 .right h3.tit {
    font-size: 24px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right h1.tit {
    font-size: 24px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right .btn span a {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .tag {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .right .btn span {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right .btn span a {
    font-size: 14px;
    line-height: 40px;
  }
   .prodet-page .prodet-2 .options ul li {
    display: block;
  }
}
.news-page {
  padding: 100px 0 200px;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
  position: relative;
}
.news-page .list ul li .time{
  /*position: absolute;*/
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  font-size: 16px;
  background: black;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 65px 20px;
  border: 1px solid #eee;
  background: #f9f9f9;
}
.news-page .list ul li .content h2 {
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 32px;
  min-height: 64px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 80px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: var(--color);
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h1 {
  font-size: 26px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.newdet-page .det-3{
  margin-top: 60px;
}
.newdet-page .det-3 h3{
  font-size: 30px;
  margin-bottom: 30px;
}
.newdet-page .det-3 ul{
  margin: -15px;
}
.newdet-page .det-3 ul li{
  padding: 15px;
}
.newdet-page .det-3 ul li h4{
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:1000px){
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0;
  }
  .news-page .list ul li .content a.more {
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
  }
}

.nav-side {
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}
.nav-side .box {
  max-width: 1730px;
  padding: 0 15px;
  margin: 0 auto;
}
.nav-side .fl ul li {
  font-size: 16px;
  display: inline-block;
  border-right: 1px solid #bbc9d9;
}
.nav-side .fl ul li a {
  margin: 0 30px;
}
.nav-side .fr {
  font-size: 16px;
}
.nav-side .fr ul {
  margin-left: 50px;
  display: inline-block;
}
.nav-side .fr ul li {
  display: inline-block;
  margin: 0 5px;
}
.app-page .app-1 {
  padding: 20px 0;
}
.app-page .app-1 h3 {
  font-size: 40px;
}
.app-page .app-1 h3::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #000;
  margin: 0 auto;
}
.app-page .app-1 .tab-btn {
  margin-top: 30px;
}
.app-page .app-1 .tab-btn ul li {
  display: inline-block;
  margin: 10px;
}
.app-page .app-1 .tab-btn ul li a {
  display: block;
  width: 134px;
  height: 134px;
  border-radius: 100%;
  line-height: 134px;
  font-size: 20px;
  background-color: #f8f8f8;
}
.app-page .app-1 .bottom {
  margin-top: 50px;
}
.app-page .app-1 .bottom .left {
  width: 50%;
}
.app-page .app-1 .bottom .right {
  width: 50%;
  text-align: left;
  padding-left: 60px;
}
.app-page .app-1 .bottom .right h4 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 25px;
}
.app-page .app-1 .bottom .right ul {
  margin: -10px 0;
}
.app-page .app-1 .bottom .right ul li {
  font-size: 20px;
  line-height: 40px;
  padding: 10px 0;
  z-index: 2;
  position: relative;
}
.app-page .app-1 .bottom .right ul li a {
  display: block;
  position: relative;
}
.app-page .app-1 .bottom .right ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  background-color: #505050;
}
.app-page .app-1 .bottom .right ul li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  max-width: 98%;
  background-color: #f8f8f8;
  z-index: -1;
  margin-left: 2%;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 .bottom .right ul li a:hover::after {
  width: 100%;
}
.app-page .app-2 {
  padding: 60px 0;
}
.app-page .app-2 .box {
  padding-top: 45px;
  border-top: 1px solid #edeeee;
}
.app-page .app-2 .box ul {
  margin: -15px;
}
.app-page .app-2 .box ul li {
  padding: 15px;
}
.app-page .app-2 .box ul li a img{
  height: 360px;
  margin: auto;
}
.app-page .app-2 .box ul li .name {
  font-size: 20px;
  line-height: 1.8;
  padding: 35px 0;
}
@media screen and (max-width: 1200px){
   .nav-side .fr{
    display: none;
  }
  .app-page .app-1 .bottom .right h4 {
    font-size: 25px;
  }
  .app-page .app-1 .bottom .right ul li {
    font-size: 16px;
  }
  .app-page .app-1 .bottom .right {
    padding-left: 30px;
  }
  .app-page .app-1 .bottom .right ul {
    margin: -5px 0;
  }
  .app-page .app-1 .bottom .right ul li {
    padding: 5px 0;
  }
  .app-page .app-1 .tab-btn ul li a {
    font-size: 16px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .app-page .app-2 .box ul li .name {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1000px){
  .nav-side {
    display: none;
  }
  .app-page .app-1 {
    padding: 0 0 60px;
  }
  .app-page .app-1 .tab-btn {
    margin-top: 30px;
  }
  .app-page .app-1 .bottom .right ul li a::before {
    display: none;
  }
  .app-page .app-1 .bottom .right ul li {
    font-size: 13px;
    line-height: 30px;
  }
  .app-page .app-2 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px){
   .app-page .app-1 h3 {
    font-size: 25px;
  }
  .app-page .app-1 h3::before {
    display: none;
  }
  .app-page .app-1 .tab-btn ul li {
    margin: 5px;
  }
  .app-page .app-1 .tab-btn ul li a {
    font-size: 12px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .app-page .app-1 .bottom .left {
    width: 100%;
  }
  .app-page .app-1 .bottom .right {
    width: 100%;
    padding-left: 0;
  }
  .app-page .app-1 .bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .app-page .app-2 .box ul li .name {
    font-size: 12px;
  }
  .app-page .app-2 .box ul {
    margin: -10px;
  }
  .app-page .app-2 .box ul li {
    padding: 10px;
  }
}

.gallery-page .content .box {
    text-align: center;
    padding-bottom: 4.5rem;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.75rem;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    /*margin: 0 auto;*/
    padding-top: 20px;
}
.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
  background: #fff;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 1rem;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
     a.yejiao{
       display:none;
     }
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .container {
  max-width: 1200px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}

.m-page{
  text-align: center;
  margin: 50px 0;
}
.m-page span,
.m-page a{
  font-size: 18px;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  display: inline-block;
  border-radius: 3px;
}
.m-page a:hover,
.m-page span{
  background: var(--color);
  color: white;
}


.culture-page {
  padding: 0;
}
.culture-page .init-1 {
  padding: 50px 0;
 color: #666;
  background-size: cover;
}
.culture-page .init-1 ul li {
  padding-left: 80px;
  /*background: url(../images/icon1.png) no-repeat left center;*/
  margin-bottom: 30px;
}
/*.culture-page .init-1 ul li:nth-child(2) {
 
  background: url(../images/icon2.png) no-repeat left center;
 
}
.culture-page .init-1 ul li:nth-child(3) {
 
  background: url(../images/icon3.png) no-repeat left center;
 
}
.culture-page .init-1 ul li:nth-child(4) {
 
  background: url(../images/icon4.png) no-repeat left center;
 
}*/
.culture-page .init-1 ul li h3 {
  font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
}
.culture-page .init-1 ul li p {
  color: #666;
  font-size: 16px;
  line-height: 2;
}
.culture-page .init-linian {
  position: relative;
  padding: 50px 0 0;
}
.culture-page .init-linian .grid-box {
  position: relative;
}
.culture-page .init-linian .grid-box .name {
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 6;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
.culture-page .init-linian:after {
  content: '';
  position: absolute;
  height: 320px;
  width: 100%;
  background: #0b2ea6;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.culture-page .init-linian h2 {
  font-size: 35px;
  margin-bottom: 30px;
  color: #0b2ea6;
  font-weight: 700;
  margin-top: 18%;
}
.culture-page .init-linian p {
  font-size: 16px;
  line-height: 2;
}
.culture-page .init-2 {
  padding: 80px 0;
}
.culture-page .init-2 .grid-box .column:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.culture-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 2% 0 5%;
}
.culture-page .init-2 .grid-box .column:nth-child(2) h2 {
  font-size: 48px;
  margin-bottom: 30px;
  color:#414142;
  font-weight: 700;
  line-height: 1.5;
   text-transform: uppercase; 
}
.culture-page .init-2 .grid-box .column:nth-child(2) ul {
  padding-bottom: 40px;
}
.culture-page .init-2 .grid-box .column:nth-child(2) ul li {
  padding-left: 30px;
  position: relative;
  margin: 30px 0;
  font-size: 16px;
  line-height: 2;
}
.culture-page .init-2 .grid-box .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #0b2ea6;
  left: 0;
  top: 0;
}

.culture-page .init-2 .grid-box .column:nth-child(2) p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1600px){
  .culture-page .init-2 .grid-box .column:nth-child(2) h2{
    font-size: 40px;
  }
}

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

  .inner-page .ui.container{
    padding: 0 15px;
  }
  .product-page ul.tab{
    display: none;
  }
  .service-page .service-2 .top h3{
    font-size: 38px;
  }
  .service-page .service-4 .s-form form h2{
    font-size: 32px;
  }
  .culture-page .init-2 .column{
    width: 100%;
  }
}
@media screen and (max-width: 800px){
  
  .prodet-page .prodet-1 .left .image-gallery>span.right-btn,
  .prodet-page .prodet-1 .left .image-gallery>span.left-btn{
    display: none !important;
  }
  .about-page#index-body .init-2 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page#index-body .init-2 ul li{
    width: 50%;
    margin-bottom: 35px;
    text-align: center;
    margin: 30px 0;
  }
  .about-page .about-5 .top h3, .about-page .about-4 .container .text h3{
    font-size: 32px;
  }
}
@media screen and (max-width: 600px){
  .product-page .product-list ul li{
    width: 100% !important;
  }
}
@media screen and (max-width: 500px){
   .culture-page .init-1 {
        padding: 40px 0;
    }
    .culture-page .init-1 ul li {
        padding-left: 0;
    }
    .culture-page .init-1 ul li h3,
    .culture-page .init-2 .grid-box .column:nth-child(2) h2 {
        font-size: 24px;
    }
    .culture-page .init-1 ul li p {
        font-size: 16px;
    }
    .about-page#index-body .init-2 ul li{
      width: 100%;
    }
    .about-page .about-5 .top h3, .about-page .about-4 .container .text h3{
      font-size: 26px;
    }
    .service-page .service-1 ul li .content p{
      max-width: 100%;
    }
    .service-page .service-2 .top h3{
      font-size: 24px;
    }
    .service-page .service-2 .service-2-box .left h3{
      font-size: 30px;
    }
    
}
a.yejiao {
    width: 370px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}