@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Anton.eot');
  src: url('../fonts/Anton.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.woff') format('woff'), url('../fonts/Anton.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile3 .m-logo{
  background: white;
}
#mobile3 .m-btn i{
  background: black;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #e57c0f;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1580px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  max-width: 1920px;
  margin: auto;
}
#header .nav .ui.menu {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
#header .nav .ui.menu .logo {
  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;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: bold;
  margin: 0 24px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -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;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav .ui.menu .yuy span img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
#header .nav .ui.menu .inquiry {
  cursor: pointer;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  color: white;
  background-color: var(--color);
  padding: 0 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .inquiry img {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-left: 12px;
}
#header .nav .ui.menu .inquiry:hover {
  background-color: black;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#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: var(--color);
}
#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: var(--color);
  -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: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.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 .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  font-size: 16px;
  background-color: var(--color);
  color: white;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  display: inline-block;
}
.more:hover {
  background-color: #222;
}
.font-140 {
  font-size: 140px;
}
#banner {
  margin-top: 99px;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .page {
  font-family: 'iconfont';
}
#banner li .content .page i {
  width: 78px;
  height: 1px;
  background-color: white;
  margin-right: 15px;
}
#banner li .content h2 {
  line-height: 1.4;
}
#banner li .content .more {
  cursor: pointer;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  background-color: white;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: black;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#banner li .content .more img {
  margin-left: 12px;
}
#banner li .content .more:hover {
  background-color: black;
  color: white;
}
#banner li .content .more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.i-title {
  line-height: 1.2;
}
.i-title em {
  color: var(--color);
}
#index-body .i-category ul {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(17, 1fr);
}
#index-body .i-category ul li .box {
  background-color: #f8f7fc;
  position: relative;
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-category ul li .box .title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  max-width: 320px;
  margin: auto;
  line-height: 1.2;
}
#index-body .i-category ul li .box .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 46px;
  height: 6px;
  background-color: var(--color);
}
#index-body .i-category ul li .box .img {
  margin-top: 20px;
}
#index-body .i-category ul li .box .arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 12px;
  height: 12px;
}
#index-body .i-category ul li .box .arrow i {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category ul li .box .arrow i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#index-body .i-category ul li .box .arrow i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: black;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#index-body .i-category ul li .box .arrow:hover i::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  margin-top: -4px;
}
#index-body .i-category ul li .box .arrow:hover i::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  margin-top: 4px;
}
#index-body .i-category ul li:nth-child(2) .box,
#index-body .i-category ul li:nth-child(3) .box,
#index-body .i-category ul li:nth-child(4) .box {
  height: 430px;
  padding-top: 30px;
}
#index-body .i-category ul li:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 8;
}
#index-body .i-category ul li:nth-child(1) .box {
  padding-top: 80px;
}
#index-body .i-category ul li:nth-child(1) .box .title {
  font-size: 40px;
  margin-top: 0;
}
#index-body .i-category ul li:nth-child(2) {
  grid-column: 8 / 13;
}
#index-body .i-category ul li:nth-child(3) {
  grid-column: 13 / 18;
}
#index-body .i-category ul li:nth-child(4) {
  grid-column: 8 / 18;
}
#index-body .i-category ul li:nth-child(4) .box .title {
  font-size: 30px;
}
#index-body .i-about .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56%;
  background-color: rgba(229, 124, 15, 0.82);
  padding-left: 14%;
  color: white;
  border-radius: 0 50px 0 0;
}
#index-body .i-about .box .text {
  line-height: 29px;
  font-weight: 300;
}
#index-body .i-about .box .more {
  background-color: white;
  color: black;
}
#index-body .i-about .box .more:hover {
  background-color: #222;
  color: white;
}
#index-body .i-init3 .ui.container {
  padding: 0 95px;
}
#index-body .i-init3 ul.top li .num {
  line-height: 1.1;
}
#index-body .i-init3 ul.top li .num span {
  font-weight: normal;
}
#index-body .i-init3 .bottom .right .text {
  line-height: 30px;
}
#index-body .i-init3 .bottom .right .text p {
  position: relative;
  padding-left: 35px;
}
#index-body .i-init3 .bottom .right .text p::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 5px;
  height: 6px;
  background-color: var(--color);
}
#index-body .i-init4 {
  background-color: #f8f8f8;
}
#index-body .i-init4 .ui.container {
  padding: 0 40px;
}
#index-body .i-init4 .top {
  padding-bottom: 53px;
}
#index-body .i-init4 .top li {
  text-align: center;
  position: relative;
  cursor: pointer;
}
#index-body .i-init4 .top li .icon {
  position: relative;
  z-index: 2;
}
#index-body .i-init4 .top li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: var(--color);
  z-index: -1;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-init4 .top li p {
  font-weight: 600;
}
#index-body .i-init4 .top li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 0px;
  background-color: #9a9a9a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-init4 .top li.active {
  color: var(--color);
}
#index-body .i-init4 .top li.active .icon::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
#index-body .i-init4 .top li.active::after {
  opacity: 1;
  height: 33px;
}
#index-body .i-init4 .list li {
  background-color: white;
}
#index-body .i-init4 .list .right .num {
  font-weight: 600;
  color: #6f6f70;
}
#index-body .i-init4 .list .right .title {
  color: var(--color);
  font-weight: 600;
}
#index-body .i-init4 .list .right .text {
  line-height: 29px;
}
#index-body .i-init4 .list .right .num2 {
  font-weight: 600;
  opacity: 0.1;
  line-height: 1;
  position: absolute;
  right: 85px;
  bottom: 10px;
}
#index-body .i-news .ui.container {
  padding: 0 80px;
}
#index-body .i-news ul {
  margin: 0 -65px;
}
#index-body .i-news ul li {
  padding: 0 65px;
}
#index-body .i-news ul li .des {
  line-height: 27px;
  color: #666666;
  font-weight: 300;
}
#index-body .i-news ul li .line {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  position: relative;
}
#index-body .i-news ul li .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .time {
  color: #666666;
}
#index-body .i-news ul li:hover .title {
  color: var(--color);
}
#index-body .i-news ul li:hover .line::after {
  width: 100%;
}
.i-form {
  background-color: var(--color);
  color: white;
}
.i-form .ui.container {
  padding: 0 190px;
}
.i-form p {
  font-weight: 300;
}
.i-form form ul li {
  width: 24%;
}
.i-form form ul li input {
  width: 100%;
  height: 70px;
  padding: 0 12px;
  background-color: white;
  border: none;
  font-size: 16px;
  color: black;
}
.i-form form ul li:nth-child(1) {
  width: 17%;
}
.i-form form ul li:last-child {
  width: 11%;
}
.i-form form ul li:last-child input {
  background-color: black;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: bold;
}
.i-form form ul li:last-child input:hover {
  background-color: white;
  color: var(--color);
}
#footer {
  background-color: black;
  color: white;
}
#footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .top .share a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #3b5999;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top .share a:nth-child(2) {
  background-color: #00aced;
}
#footer .top .share a:nth-child(3) {
  background-color: #cb2027;
}
#footer .top .share a:nth-child(4) {
  background-color: #cc2366;
}
#footer .top .share a:hover {
  background-color: var(--color);
}
#footer .top #ewm {
  width: 80px;
  height: 80px;
  border: 3px solid white;
}
#footer .wrap .h5 {
  margin-bottom: 25px;
}
#footer .wrap .left {
  width: 26%;
}
#footer .wrap .left p {
  position: relative;
  padding-left: 35px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .wrap .left p img {
  position: absolute;
  left: 0;
}
#footer .wrap .center {
  width: 47%;
}
#footer .wrap .right {
  width: 27%;
}
#footer .wrap .left::after,
#footer .wrap .center::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  height: 155px;
}
#footer .wrap ul li {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  margin-bottom: 9px;
}
#footer .wrap ul li:hover {
  color: white;
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 0;
  opacity: 0.5;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  fill: white;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .h-search {
    margin: 0 15px 0 20px;
  }
  .yuy {
    margin-right: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 17px;
  }
  #index-body .i-category ul li:nth-child(2) .box,
  #index-body .i-category ul li:nth-child(3) .box,
  #index-body .i-category ul li:nth-child(4) .box {
    height: 375px;
  }
  #index-body .i-about .box {
    padding-left: 7%;
  }
  #index-body .i-init3 .ui.container {
    padding: 0 60px;
  }
  #index-body .i-news ul li {
    padding: 0 30px;
  }
  #index-body .i-news ul {
    margin: 0 -30px;
  }
  .i-form .ui.container {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .i-category ul li .box .title {
    font-size: 20px;
  }
  #index-body .i-category ul li:nth-child(1) .box .title {
    font-size: 30px;
  }
  #index-body .i-category ul li:nth-child(4) .box .title {
    font-size: 22px;
  }
  #index-body .i-category ul li:nth-child(2) .box,
  #index-body .i-category ul li:nth-child(3) .box,
  #index-body .i-category ul li:nth-child(4) .box {
    height: 300px;
  }
  #index-body .i-category ul li:nth-child(2) .box .img img,
  #index-body .i-category ul li:nth-child(3) .box .img img,
  #index-body .i-category ul li:nth-child(4) .box .img img {
    width: 70%;
  }
  #index-body .i-about .box .text {
    max-height: 90px;
    overflow: auto;
  }
  #index-body .i-init3 .ui.container {
    padding: 0 15px;
  }
  #index-body .i-init3 ul.top li .icon img {
    max-width: 75px;
  }
  #index-body .i-init4 .list li .left img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-140 {
    font-size: 90px;
  }
  #index-body .i-news ul li {
    padding: 0 15px;
  }
  #index-body .i-news ul {
    margin: 0 -15px;
  }
  #index-body .i-init4 .ui.container {
    padding: 0 15px;
  }
  #index-body .i-news .ui.container,
  .i-form .ui.container {
    padding: 0 15px;
  }
  #footer .ui.container > .pl-70.pr-70 {
    padding: 0;
  }
  #footer .wrap .right {
    width: 20%;
  }
  #footer .wrap .center {
    width: 54%;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content h2 {
    margin-bottom: 20px;
  }
  #index-body .i-category ul {
    grid-template-columns: repeat(16, 1fr);
  }
  #index-body .i-category ul li:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 9;
  }
  #index-body .i-category ul li:nth-child(2) {
    grid-column: 9 / 17;
  }
  #index-body .i-category ul li:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 1 / 9;
  }
  #index-body .i-category ul li:nth-child(4) {
    grid-column: 9 / 17;
  }
  #index-body .i-category ul li .box .title {
    font-size: 18px !important;
  }
  #index-body .i-category ul li:nth-child(1) .box {
    padding-top: 30px;
    height: 300px;
  }
  #index-body .i-about .box {
    position: relative;
    width: 100%;
    border-radius: 0;
    background-color: var(--color);
  }
  #index-body .i-init3 ul.top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-init3 ul.top li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-init3 .bottom .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #index-body .i-init3 .bottom .left {
    width: 100%;
  }
  #index-body .i-init4 .top li .icon img {
    max-width: 55px;
  }
  #index-body .i-init4 .list li {
    padding: 20px;
  }
  #index-body .i-init4 .list .right .num2 {
    right: 15px;
  }
  .i-form form ul li input {
    height: 50px;
  }
  .i-form form ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .i-form form ul li:nth-child(1) {
    width: 50%;
  }
  .i-form form ul li:last-child {
    width: 100%;
  }
  #footer .wrap .center,
  #footer .wrap .right {
    display: none;
  }
  #footer .wrap .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner li > img {
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-category ul li .box {
    height: 220px !important;
  }
  #index-body .i-category ul li:nth-child(1) .box .img img {
    width: 70%;
  }
  .font-36 {
    font-size: 18px;
  }
  #index-body .i-init4 .list li .left {
    width: 100%;
  }
  #index-body .i-init4 .list li .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #index-body .i-init4 .top {
    display: none;
  }
  #footer .top {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-66 {
    font-size: 19px;
  }
  #banner li .content .more {
    height: 45px;
    line-height: 45px;
  }
  #banner li .content .more img {
    width: 20px;
  }
  #index-body .i-category ul li .box .title {
    font-size: 14px !important;
  }
  #index-body .i-init3 ul.top li {
    width: 100%;
  }
  #index-body .i-init3 ul.top li .icon img {
    max-width: 50px;
  }
  #index-body .i-init3 .bottom .right .text p {
    padding-left: 18px;
  }
  #index-body .i-init3 .bottom .right .text p::after {
    left: 0;
  }
  .more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
  .i-form form ul li,
  .i-form form ul li:nth-child(1) {
    width: 100%;
  }
}


.inner-banner{
color: #6e6a6a;
    background: #f1efef;
}
.m-page a,.m-page span{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: black;
  color: white;
  border-radius: 5px;
  margin: 0 5px;
}
.m-page a:hover,.m-page span{
  background: var(--color);
}
@media screen and (max-width:1250px){
  #innerMobileBanner{
    margin-top: 60px;
  }
}
@media screen and (max-width:1000px){
  .gallery-page ul li{
    width: 33.33%;
  }
}
@media screen and (max-width:700px){
  .gallery-page ul li{
    width: 50%;
  }
}
@media screen and (max-width:500px){
  .gallery-page ul li{
    width: 100%;
  }
}



.about2-page .about-1 {
    padding: 80px 0 0;
   
    background-size: 45% auto;
}
.about2-page .about-1 .text {
    width: 100%;
}

.about2-page .about-1 .text span.h3{    font-size: 36px;}
.about2-page .about-1 .text span.h3 em{color: var(--color);}
.about2-page .about-1 .text span.h2 {
    font-size: 48px;
    font-weight: 700;
    max-width: 24em;
}
.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 3em;
}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 100%;
    margin-right: auto;
    display: block;
}
.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}

.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}
.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: .8;
    display: block;
}
.about2-page .about-2 {
    text-align: center;
    padding: 300px 0;
}
.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.about2-page .about-3 {
    padding: 90px 0;
}
.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}
.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}
.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}
.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
}
.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
    background-color: black;
}
.about2-page .about-5 {
    padding: 80px 0 120px;
}
.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;
}
.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about2-page .about-5 .right ul {
    margin: -25px;
}
.about2-page .about-5 .right ul li {
    padding: 25px;
}
.about2-page .about-5 .right ul li img {
    width: 100%;
}
.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}
.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
    width: 56%;
    padding-right: 20px;
}
.about2-page .about-6 .box .right {
    width: 40%;
}
.about2-page .about-6 .box img {
    width: 100%;
}
.about2-page .about-6 .box .right ul {
    margin: -10px;
}
.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}
.about2-page.productAbout .about-1 span.h2 {
    font-weight: bold;
    line-height: 1.6;
}
.rn_about2 {
    background: #f8f8f8
}

.rn_about2>.box .boxLeft {
    width: 34rem
}

.rn_about2>.box .boxLeft .content1 {
    font-size: 1.25rem;
    color: #666;
    margin-top: 1.375rem
}

.rn_about2>.box .boxLeft .content2 {
    font-size: 6.75rem;
    color: #999;
    margin-top: 10rem
}

.rn_about2>.box .boxRight {
    position: relative;
    width: calc(100% - 34rem);
    box-sizing: border-box;
    padding-right: 18rem
}
.rn_about2>.box .boxRight .banner{
  overflow: hidden;
}
.rn_about2>.box .boxRight .banner .swiper-container {
    height: 35.5rem
}

.rn_about2>.box .boxRight .banner .swiper-slide .item {
    height: 35.5rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar {
    width: 1px;
    height: 2px
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0,0,0,.5)
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0,0,0,.1)
}

.rn_about2>.box .boxRight .banner .swiper-slide div h5 {
    font-size: 1.25rem;
    color: #000;
    font-weight: 700;
    margin: 1rem 0
}

.rn_about2>.box .boxRight .banner .swiper-slide div p {
    margin: 1.6rem 0;
    position: relative;
    font-size: 1rem;
    color: #666;
    line-height: 1.875rem;
    padding-left: 1.375rem
}

.rn_about2>.box .boxRight .banner .swiper-slide div p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: .75rem
}

.rn_about2>.box .boxRight .banner1 {
    position: absolute;
    right: 0;
    height: 33.125rem;
    transform: translateY(-50%);
    top: 50%
}

.rn_about2>.box .boxRight .banner1 .swiper-container {
    height: 100%;
    padding-right: 5px;
    z-index: 2
}

.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide {
    display: flex;
    align-items: center
}

.rn_about2>.box .boxRight .banner1 .swiper-container .item {
    font-size: 1rem;
    color: #999; 
    cursor: pointer
}

.rn_about2>.box .boxRight .banner1 .swiper-container .item span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9182d;
    position: relative;
    top: -3px;
    margin-left: .8125rem;
    opacity: 0;
    transition: .4s
}

.rn_about2>.box .boxRight .banner1 .swiper-container .item font {
    display: inline-block;
    width: 80px;
    text-align: right;
    transition: .4s
}

.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item font {
    font-size: 1.125rem; 
    color: #c9182d
}

.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item span {
    opacity: 1
}

.rn_about2>.box .boxRight .banner1 .xian {
    position: absolute;
    right: 7px;
    top: 0;
    height: 100%;
    overflow: hidden
}

.rn_about2>.box .boxRight .banner1 .button p {
    right: 0;
    position: absolute
}

.rn_about2>.box .boxRight .banner1 .button p span {
    font-size: 1.125rem;
    transition: .4s;
    cursor: pointer
}

.rn_about2>.box .boxRight .banner1 .button p span:hover {
    color: #c9182d
}

.rn_about2>.box .boxRight .banner1 .button .prev {
    top: -1rem
}

.rn_about2>.box .boxRight .banner1 .button .next {
    bottom: -1rem
}
.manufacture-page .manufacture-1 .text {
  max-width: 950px;
  margin: 0 auto 70px;
}
.manufacture-page .manufacture-1 ul {
  margin: -38px -17px;
}
.manufacture-page .manufacture-1 ul li {
  padding: 38px 17px;
  width: 25%;
}
.manufacture-page .manufacture-1 ul li h4 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}
.manufacture-page .manufacture-2 {
  padding: 120px 0 125px;
  margin-top: 120px;
  background-color: #484440;
}
.manufacture-page .manufacture-2 ul li {
  color: white;
  margin-bottom: 30px;
}
.manufacture-page .manufacture-2 ul li:last-child {
  margin-bottom: 0;
}
.manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
  padding-right: 0;
  padding-left: 70px;
}
/*.manufacture-page .manufacture-2 ul li:nth-child(2n) .text a.more {
  height: 55px;
  border-radius: 25px;
}*/
.manufacture-page .manufacture-2 ul li .text {
  padding-right: 70px;
}
.manufacture-page .manufacture-3 {
  padding-top: 125px;
}
.manufacture-page .manufacture-3 .text {
  max-width: 870px;
  margin:0 auto 70px;
}
.manufacture-page .manufacture-3 ul li h4 {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1450px){
  .manufacture-page .manufacture-3 {
    padding-top: 125px;
  }
   .manufacture-page .manufacture-1 ul li {
    width: 33.3333333%;
  }
  .manufacture-page .manufacture-3 {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1250px){
  .rn_about2>.box .boxLeft {
        width:24rem
    }

    .rn_about2>.box .boxRight {
        width: calc(100% - 24rem);
        padding-right: 10rem
    }
}
@media screen and (max-width: 1000px){
   .about2-page .about-1 .text,.about2-page .about-3 .right,
    .about2-page .about-4 .right,.about2-page .about-4 .left,
    .about2-page .about-5 .left,.about2-page .about-5 .right,
    .about2-page .about-6 .box .left,.technology-page .technology-1 .left,
    .technology-page .technology-1 .right {
        width: 100%;
        padding: 0;
    }
    .about2-page .about-1 .img,.about2-page .about-3 .left,.about2-page .about-6 .box .right {
        display: none;
    }
    .about2-page .about-1 .text span.h2,.inner-page span.h2,.application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .about2-page .about-1 .text .con,.about2-page .about-1 .list ul li p,.about2-page .about-5 .left .text {
        font-size: 14px;
        line-height: 30px;
    }
    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about2-page .about-2 {
        padding: 120px 0;
    }
    .about2-page .about-2 .play {
        max-width: 70px;
    }
    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }
    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-4,.about2-page .about-3,.about2-page .about-1,.about2-page .about-5,.about2-page .about-6,
    .technology-page .technology-2,.product-page.application,.application-page .application-2 .box {
        padding: 50px 0;
    }
    .about2-page .about-1 {
        background-image: unset;
    }
    .about2-page .about-1 .list {
        max-width: none;
    }
     .manufacture-page .manufacture-1 ul li {
    width: 50%;
  }
}
@media screen and (max-width:700px){
   .manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
    padding-left: 0;
  }
  .manufacture-page .manufacture-2 ul li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture-page .manufacture-2 ul li .text {
    padding-right: 0;
  }
  .manufacture-page .manufacture-2 ul li .text h3 {
    font-size: 24px;
  }
  .manufacture-page .manufacture-2 ul li .text,
  .manufacture-page .manufacture-2 ul li .img {
    width: 100%;
    margin: 20px 0;
  }
  .manufacture-page .manufacture-2 {
    padding: 85px 0;
  }
}
@media screen and (max-width: 500px){
   .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about2-page .about-1 .text span.h2, .inner-page span.h2 {
        font-size: 20px;
    }
     .manufacture-page .manufacture-1 ul li {
    width: 100%;
  }
}

.product-page {
  padding: 5rem 0;
}
.product-page .product-1 .top {
  padding-right: 8rem;
}
.product-page .product-1 .top .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 3rem 6.8rem 3rem 2.6rem;
}
.product-page .product-1 .top .box h2.title {
  font-size: 1.8rem;
}
.product-page .product-1 .top .box p {
  font-size: 16px;
  line-height: 2;
  color: #1a1a1a;
  font-family: 'PL';
  margin-top: 1.4rem;
}
.product-page .product-1 .sidebarBox {
  margin-top: 3.95rem;
}
.product-page .product-1 .sidebarBox .sideLeft {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.product-page .product-1 .sidebarBox .sideLeft form {
  line-height: 60px;
  height: 60px;
  position: relative;
  background-color: #c70025;
  border-radius: 5px;
}
.product-page .product-1 .sidebarBox .sideLeft form input {
  height: 100%;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 70px;
  font-weight: 500;
  font-size: 18px;
  color: white;
  border: none;
  background: transparent;
}
.product-page .product-1 .sidebarBox .sideLeft form input::-webkit-input-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input:-moz-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input::-moz-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input:-ms-input-placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input::placeholder {
  color: white;
}
.product-page .product-1 .sidebarBox .sideLeft form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/pr-search.png") center center no-repeat;
  padding: 0;
  width: 60px;
}
.product-page .product-1 .sidebarBox .sideLeft .side {
  border-radius: 5px;
  padding: 45px 20px;
  border: 1px solid #e5e5e5;
  margin-top: 50px;
}
.product-page .product-1 .sidebarBox .sideLeft .side h5 {
  color: #1a1a1a;
  font-family: 'PB';
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList {
  margin-top: 40px;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li {
  padding: 7px 0;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li:hover,
.product-page .product-1 .sidebarBox .sideLeft .side .navList li.active {
  color:#e57c0f;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li a {
  display: inline-block;
  padding-left: 20px;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li i {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li i.active,
.product-page .product-1 .sidebarBox .sideLeft .side .navList li.active i{
  transform: rotate(90deg);
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li ul {
  display: none;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li.active ul{
  display: block;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li ul li {
  padding-left: 15px;
}
.product-page .product-1 .sidebarBox .sideLeft .side .navList li ul li a {
  padding-left: 0;
}
.product-page .product-1 .sidebarBox .sideRight {
  width: 75%;
  padding-left: 2%;
}
.product-page .product-1 .sidebarBox .sideRight .text {
  font-size: 16px;
  color: #090909;
  line-height: 2;
  font-family: 'PL';
  width: 100%;
}
.product-page .product-1 .sidebarBox .sideRight .productList {
  margin-top: 1.45rem;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul {
  margin: -1.5rem;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li {
  padding: 1.5rem;
  position: relative;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box {
  border: 1px solid #cecece;
  border-radius: 7px;
  overflow: hidden;
  padding: 0 13px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .img {
  text-align: center;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con {
  margin: 30px 13px 0;
  padding: 1.5rem 0 2rem;
  font-size: 18px;
  color: rgba(9, 9, 9, 0.87);
  position: relative;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  font-size: 20px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cecece;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #e57c0f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box:hover .con::before {
  width: 100%;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .box:hover .con::after {
  opacity: 0;
}
.product-page .sideRight .productList .product_cont{
  -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(90deg) translateY(-50%);
    -webkit-transform: rotateY(90deg) translateY(-50%);
    -moz-transform: rotateY(90deg) translateY(-50%);
    -ms-transform: rotateY(90deg) translateY(-50%);
    -o-transform: rotateY(90deg) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% - 3rem);
    top: 50%;
    left: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3;
    border: 1px solid lightgrey;
    border-radius: 15px;
    padding: 15px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li:hover .product_cont{
  opacity: 1;
  transform: rotateY(0) translateY(-50%);
  -webkit-transform: rotateY(0) translateY(-50%);
  -moz-transform: rotateY(0) translateY(-50%);
  -ms-transform: rotateY(0) translateY(-50%);
  -o-transform: rotateY(0) translateY(-50%);
}
.product-page .product-1 .productList ul li:nth-child(3n) .product_cont {
    left: inherit;
    right: 100%;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg{
  margin: -10px;
  padding: 0 12px;
  overflow: hidden;
  height: 100px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg li{
  padding: 10px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg li a{
  display: block;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .tip_title{
  font-size: 20px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid gray;*/
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des .stitle{
  font-size: 20px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des{
  font-size: 16px;
  margin: 10px 0 25px;
  max-height: 170px;
  overflow-y: auto;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des .con{
  opacity: 0.7;
  line-height: 2;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more{
  transition: 0.5s;
  display: block;
  justify-content: center;
  align-items: center;
  background: #c70025;
  color: white;
  width: 160px;
  height: 40px;
  font-size: 14px;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more a{
  display: flex;
  justify-content: center;
  align-items: center;
  /*display: block;*/
  width: 100%;
  height: 100%;
}
.product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more:hover{
  background: #000;
}
@media screen and (max-width: 1450px) {
  .product-page .product-1 .sidebarBox .sideRight .productList ul {
    margin: -10px;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li {
    padding: 10px;
  }
  .product-page .sideRight .productList .product_cont{
    width: calc(100%);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .sidebarBox .sideLeft {
    display: none;
  }
  .product-page .product-1 .sidebarBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .top {
    padding-right: 0;
  }
  .product-page .product-1 .top .box {
    padding: 3rem 2rem 3rem 2rem;
    display: none;
  }
  .product-page .product-1 .sidebarBox .sideRight .text {
    width: 100%;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li {
    width: 50%;
  }
   .product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg{
    height: 150px;
  }
  .product-page .sideRight .productList .product_cont{
    position: unset;
    transform: rotate(0deg) translateY(0);
    opacity: 1;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li:hover .product_cont{
    opacity: 1;
    transform: rotate(0deg) translateY(0);
  }
  .product-page .sideRight .productList .product_cont{
    height: 500px;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li .box{
    border-bottom: transparent;
    border-radius: 7px 7px 0 0;
  }
  .product-page .sideRight .productList .product_cont{
    border-top: transparent;
    border-radius: 0 0 7px 7px; 
    align-items: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .top .box {
    padding: 3rem 1rem 3rem 1rem;
  }
  .product-page .product-1 .top .box p {
    font-size: 14px;
  }
  .product-page .product-1 .sidebarBox .sideRight .text {
    font-size: 14px;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li {
    width: 100%;
  }
  .product-page .product-1 .sidebarBox .sideRight .productList ul li .box .con {
    font-size: 14px;
  }
  .product-page .sideRight .productList .product_cont,
  .product-page .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des,
  .product-page .product-1 .sidebarBox .sideRight .productList ul.smallImg{
    height: auto;
  }
}

.cus-page .cus1 {
  padding-top: 5rem;
}
.cus-page .cus1 .header {
  text-align: center;
}
.cus-page .cus1 .header p {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'PL';
  margin-top: 1rem;
}
.cus-page .cus1 .content {
  margin-top: 3.95rem;
}
.cus-page .cus1 .content ul {
  margin-right: -4.3rem;
}
.cus-page .cus1 .content ul li {
  padding-right: 4.3rem;
  position: relative;
}
.cus-page .cus1 .content ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3rem 2.1rem 2.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page .cus1 .content ul li .box .img {
  height: 70px;
}
.cus-page .cus1 .content ul li .box .text {
  padding-top: 1.4rem;
}
.cus-page .cus1 .content ul li .box .text h3 {
  font-size: 24px;
  font-family: 'PB';
  line-height: 1.4;
}
.cus-page .cus1 .content ul li .box .text p {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'PL';
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.6rem;
  height: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cus-page .cus1 .content ul li .box .text .mores {
  display: block;
  font-size: 16px;
  color: #c70025;
  font-family: 'PL';
  line-height: 1;
  margin-top: 1.5rem;
  position: relative;
}
.cus-page .cus1 .content ul li .box .text .mores::before,
.cus-page .cus1 .content ul li .box .text .mores::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform .3s, opacity .3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cus-page .cus1 .content ul li .box .text .mores::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cus-page .cus1 .content ul li .box .text .mores:hover::before,
.cus-page .cus1 .content ul li .box .text .mores:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.cus-page .cus1 .content ul li:hover .box {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  box-shadow: 8px 8px 40px 0px rgba(38, 51, 63, 0.14117647);
}
.cus-page .cus1 .content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 20px;
  height: 34px;
  background: url(../images/about4-right.png) no-repeat;
}
.cus-page .cus1 .content ul li:last-child::after {
  display: none;
}
.cus-page .cus2 {
  padding: 5rem 0;
}
.cus-page .cus2 .text {
  vertical-align: middle;
  width: 43.4%;
}
.cus-page .cus2 .text .con {
  font-size: 16px;
 
  line-height: 1.7;
  color: #2e2e2e;
  margin-top: 2.45rem;
}
.cus-page .cus2 .text .con p:first-child {
  width: 68%;
}
.cus-page .cus2 .text .con p:last-child {
  width: 80%;
}
.cus-page .cus2 .img {
  width: 56.6%;
  vertical-align: middle;
}
.cus-page .cus3 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 5rem 6.6rem;
}
.cus-page .cus3 .box .header {
  text-align: center;
}
.cus-page .cus3 .box .header p {
  font-size: 16px;
  line-height: 1.7;
  color: #010101;
  font-family: 'PL';
  margin-top: 1.4rem;
}
.cus-page .cus3 .box .header .tab {
  margin-top: 2.4rem;
}
.cus-page .cus3 .box .header .tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  bottom: 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0 30px 0;
}
.cus-page .cus3 .box .header .tab ul li {
  border: 1px solid transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 40px 10px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page .cus3 .box .header .tab ul li i {
  font-size: 40px;
  color: #7f8e9c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.cus-page .cus3 .box .header .tab ul li h3 {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'PL';
  color: rgba(1, 1, 1, 0.66);
  margin-top: 5px;
}
.cus-page .cus3 .box .header .tab ul li.active {
  border-color: #7f8e9c;
}
.cus-page .cus3 .box .header .tab ul li.active i {
  color: #de1012;
}
.cus-page .cus3 .box .header .tab ul li:hover {
  border-color: #de1012;
}
.cus-page .cus3 .box .header .tab ul li:hover i {
  color: var(--color);
}
.cus-page .cus3 .box .content {
  margin-top: 3rem;
}
.cus-page .cus3 .box .content li .img {
  vertical-align: middle;
}
.cus-page .cus3 .box .content li .text {
  vertical-align: middle;
  padding: 0 2.55rem;
}
.cus-page .cus3 .box .content li .text h3 {
  font-size: 1.8rem;
  color: var(--color);
  line-height: 1.2;
  font-family: 'PB';
}
.cus-page .cus3 .box .content li .text .desc {
  font-size: 16px;
  color: #090909;
  line-height: 1.7;
 
  margin-top: 1.7rem;
}
.cus-page .cus4 {
  padding: 5rem 0;
}
.cus-page .cus4 .left {
  width: 42.8%;
  vertical-align: middle;
}
.cus-page .cus4 .left h2.title em {
  display: block;
}
.cus-page .cus4 .left p {
  font-size: 16px;
  color: #2e2e2e;
 
  line-height: 1.7;
  margin-top: 2rem;
  width: 80%;
}
.cus-page .cus4 .right {
  width: 57.2%;
  vertical-align: middle;
}
.cus-page .cus4 .right ul {
  margin-right: -2.75rem;
}
.cus-page .cus4 .right ul li {
  padding-right: 2.75rem;
}
.cus-page .cus4 .right ul li img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .cus-page .cus1 .content ul li .box {
    padding: 3rem 1.1rem 2.75rem;
  }
  .cus-page .cus2 .text h2.title {
    font-size: 2.2rem;
  }
  .cus-page .cus2 .text .con p:first-child {
    width: 90%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 96%;
  }
  .cus-page .cus3 .box {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .cus-page .cus3 .box {
    padding: 5rem 1rem;
  }
  .cus-page .cus4 .left h2.title {
    font-size: 2rem;
  }
  .cus-page .cus4 .left p {
    width: 86%;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus1 .content ul {
    margin-right: 0;
  }
  .cus-page .cus1 .content ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 70px;
  }
  .cus-page .cus1 .content ul li:last-child {
    padding-bottom: 0;
  }
  .cus-page .cus1 .content ul li::after {
    top: 88%;
    right: 50%;
  }
  .cus-page .cus2 .text {
    width: 100%;
  }
  .cus-page .cus2 .img {
    width: 100%;
    padding-top: 1rem;
  }
  .cus-page .cus3 .box .header .tab ul {
    display: block;
  }
  .cus-page .cus3 .box .header .tab ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .cus-page .cus3 .box .content li .img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .img img {
    width: 100%;
  }
  .cus-page .cus3 .box .content li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus1 .content ul li .box .text h3 {
    font-size: 20px;
  }
  .cus-page .cus2 .text .con p:first-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con p:last-child {
    width: 100%;
  }
  .cus-page .cus2 .text .con {
    font-size: 14px;
  }
  .cus-page .cus3 {
    display: none;
  }
  .cus-page .cus4 .left {
    width: 100%;
  }
  .cus-page .cus4 .left p {
    width: 100%;
    font-size: 14px;
  }
  .cus-page .cus4 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}

.news-page {
    background: #fff;
}
.news-page .sideright {
    padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
    margin-right: -1rem;
}
.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
    position: relative;
}
.news-page .sideright .list ul li .img img {
    width: 100%;
}
.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-family: var(--font);
}
.news-page .sideright .list ul li .con {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}
.news-page .sideright .list ul li .con p {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }
    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }
    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }
    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
}
.news-page.newsBox {
    padding: 70px 0 130px;
    /*    background: #efeeee;*/
}
.news-page.newsBox span.h2 {
    font-size: 48px;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
 
 
.news-page.newsBox .list ul li .content{
  padding: 45px;
    background: #f6f6f6;
   
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 1.2;
    margin-top: 10px;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-family: var(--font);
    color: #191919;
    margin: .6em 0 1em;
    line-height: 2;
    transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}
.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}
.news-page .news-1 {
    padding: 80px 0;
    background-color: white;
}
.news-page .news-1 .left {
    width: 53%;
    vertical-align: middle;
}

.news-page .news-1 .right {
    padding-left: 4%;
    width: 47%;
    vertical-align: middle;
}
.news-page .news-1 .right time {
    font-size: 16px;
    color: var(--color);
    display: block;
    font-family: var(--font);
    line-height: 1.2;
}
.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-family: var(--font);
    color: #191919;
    line-height: 1.6;
    margin: .3em 0 1em;
    display: block;
}
.news-page .news-1 .right .text{font-size: 16px; margin-bottom: 30px;}

@media screen and (max-width: 1000px){
    
    .news-page.newsBox .list ul li .h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px){
   
    .news-page .news-1 .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .news-page .news-1 .left {
        width: 100%
    }
    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }
    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
}
.contact-page .contact-1 .top i {
    font-size: 12px;
    color: black;
    opacity: .4;
    margin-bottom: 20px;
    display: block;
    background: #e60012;
}
.contact-page .contact-1 .top h2 {
    font-size: 60px;
    color: black;
    
    line-height: 60px;
}
.contact-page .contact-1 .top .content {
    padding: 40px 0 50px;
    font-size: 18px;
    line-height: 32px;
    color: black;
    opacity: .4;
    max-width: 1200px;
}
.contact-page .contact-1 .bottom {
    padding-bottom: 60px;
}
.contact-page .contact-1 .bottom h3 {
    font-size: 30px;
    line-height: 56px;
    color: black;
}
.contact-page .contact-1 .bottom .left {
    padding-right: 25px;
}
.contact-page .contact-1 .bottom .left .list {
    padding-top: 50px;
}
.contact-page .contact-1 .bottom .left .list ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    color: rgba(48, 48, 54, 0.9);
}
.contact-page .contact-1 .bottom .left .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.contact-page .contact-1 .bottom .left .share {
    padding-top: 70px;
}
.contact-page .contact-1 .bottom .left .share h3 {
    display: block;
    font-size: 30px;
    line-height: 56px;
    color: #303036;
    margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .share ul li {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    font-size: 26px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #707070;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .bottom .left .share ul li:hover {
    background: #e1161a;
}
.contact-page .contact-1 .bottom .right {
    padding-left: 5%;
}
.contact-page .contact-1 .bottom .left .cart-page ul {
    max-height: 500px;
    overflow: auto;
    margin-bottom: 15px;
}
/*.contact-page .contact-1 .bottom .left span {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 25px;
    font-size: 16px;
    color: white;
    background: #e1161a;
    text-transform: capitalize;
    cursor: pointer;
    cursor: hand;
}
.contact-page .contact-1 .bottom .left span:hover {
    background: #222;
}*/
.contact-page .form form {
    margin-top: 20px;
}
.contact-page .form form ul li {
    padding-bottom: 14px;
}
.contact-page .form form ul li:last-child {
    padding-bottom: 0;
}
.contact-page .form form ul li input,
.contact-page .form form ul li textarea {
    width: 100%;
    line-height: 28px;
    padding: 7px 12px;
    border: 1px solid #333;
    font-size: 14px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .form form ul li input::-webkit-input-placeholder,
.contact-page .form form ul li textarea::-webkit-input-placeholder {
    color: #686868;
}
.contact-page .form form ul li input:-moz-placeholder,
.contact-page .form form ul li textarea:-moz-placeholder {
    color: #686868;
}
.contact-page .form form ul li input::-moz-placeholder,
.contact-page .form form ul li textarea::-moz-placeholder {
    color: #686868;
}
.contact-page .form form ul li input:-ms-input-placeholder,
.contact-page .form form ul li textarea:-ms-input-placeholder {
    color: #686868;
}
.contact-page .form form ul li input:focus,
.contact-page .form form ul li textarea:focus {
    border-color: #e1161a;
}
.contact-page .form form ul li textarea {
    height: 200px;
    resize: vertical;
}
.contact-page .form form ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.contact-page .form form ul li span input {
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
}
.contact-page .form form ul li span label {
    font-size: 16px;
    color: #686868;
    margin-left: 10px;
    opacity: .7;
}
.contact-page .form form ul li input[type="submit"] {
    width: 180px;
    background:var(--color);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: none;
}
.contact-page .form form ul li input[type="submit"]:hover {
    background: #333;
}
@media screen and (max-width: 1500px) {
   .contact-page .contact-1 .top h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .contact-page .contact-1 .top .content {
        padding: 30px 0;
    }
    .contact-page .contact-1 .bottom h3,
    .contact-page .contact-1 .bottom .left .share h3 {
        font-size: 26px;
    }
    .contact-page .contact-1 .bottom .left .list {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1250px){
   .contact-page .contact-1 .top h2 {
        font-size: 32px;
        line-height: 32px;
    }
     .contact-page .contact-1 .bottom .left .share ul li {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .contact-page .contact-1 .bottom .left .list ul li {
        font-size: 16px;
    }
    .contact-page .form {
        padding-left: 0;
    }
    .contact-page .form form ul li input,
    .contact-page .form form ul li textarea {
        padding: 3px 10px;
    }
    .contact-page .form form ul li span input {
        width: 20px;
        height: 20px;
        vertical-align: top;
    }
}
@media screen and (max-width: 1000px){
   .contact-page .contact-1 .bottom h3,
    .contact-page .contact-1 .bottom .left .share h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 700px){
   .contact-page .contact-1 .bottom .left {
        width: 100%;
        padding-right: 0;
    } 
    .contact-page .contact-1 .bottom .left .share {
        padding-top: 30px;
    }
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  /*width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);*/
  background-color: #f9f9f9;
  padding: 30px 35px;
  width: 100%;
}
.process-page .init-1 .left .title em{
  color: var(--color);
  display: block;
}
.product-det-page .init-1 .left a{
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: white;
}