@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../font/Montserrat-Bold.eot) format('eot'), url(../font/Montserrat-Bold.woff) format('woff'), url(../font/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Hairline';
  src: url(../font/Montserrat-Hairline.ttf) format('truetype'), url(../font/Montserrat-Hairline.eot) format('eot'), url(../font/Montserrat-Hairline.woff) format('woff'), url(../font/Montserrat-Hairline.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../font/Montserrat-Light.ttf) format('truetype'), url(../font/Montserrat-Light.eot) format('eot'), url(../font/Montserrat-Light.woff) format('woff'), url(../font/Montserrat-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../font/Montserrat-Regular.ttf) format('truetype'), url(../font/Montserrat-Regular.eot) format('eot'), url(../font/Montserrat-Regular.woff) format('woff'), url(../font/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../font/Montserrat-SemiBold.ttf) format('truetype'), url(../font/Montserrat-SemiBold.eot) format('eot'), url(../font/Montserrat-SemiBold.woff) format('woff'), url(../font/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
	font-display: swap
}.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	pointer-events: unset !important;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}


.fb {
  font-weight: 700;
}
.ftb {
  font-family: 'Montserrat-Bold';
}

.font-18.f-lig.wow.fadeInDown {
    margin-top: 2.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 4.5rem;
    line-height: 2;
}

h1.t1 {
    font-size: 24px;
    padding-bottom: 13px;
    color: #ff5c01;
    font-weight: bold;
}

p.fl {
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.f-lig {
  font-family: 'Montserrat-Light';
}
.f-hl {
  font-family: 'Montserrat-Hairline';
}
.oringe {
  color: var(--base-color);
}
.f-ms {
  font-family: 'Montserrat-SemiBold';
}
:root {
  --base-color: #ff5c01;
}
body,
html {
}
body {
  font-family: "Montserrat-Regular","Microsoft YaHei", "Arial";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {

  position: relative;
  width: 100%;
  max-width: 1400px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 9;
  position: relative;
  height: 100px;
}
#header.on .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  max-width: 340px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 12px;
  font-size: 18px;
  color: #000;
  -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;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  /*font-family: "Montserrat-Light";*/
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--base-color);
  color: var(--base-color);
  -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;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -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 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:0;
  left:100%;
  width: 280px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-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:0;
  left:100%;
  width: 280px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li 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 ul.sub-menu li ul.sub-menu li{
  position: relative
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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: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: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 .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 2rem;
}
#header .nav .ui.menu .language span i{ font-size:26px;}
#header .nav .ui.menu .language span {
  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;
  line-height: 2;
}
#header .nav .ui.menu .language span img {
  margin-right: 1.5rem;
}
#header .nav .ui.menu .language span .fa-angle-down {
  font-size: 1.4rem;
  margin-left: 1.2rem;
}
#header .nav .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 120px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none;
}
#header .nav .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .nav .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

#header .nav .ui.menu .language ul.lang li a em{padding-left:30px;}

#header .nav .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .nav .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left:2%;
  margin-right: 0;
  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.webp) 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.webp) 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(--base-color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.webp") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.webp") 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 {
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
}
#banner ul.slick-dots li button {
  display: block;
  background: transparent;
  font-weight: bold;
  color: #fff;
  border: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
}
#banner ul.slick-dots li.slick-active button {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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.webp) !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(--base-color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.webp);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.webp);
  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(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.webp") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.f-92 {
  font-size: 85px;
}
.f-57 {
  font-size: 57px;
}
a.more {
  width: 260px;
  height: 48px;
  font-size: 16px;
  background: #ff5c01;
  border-radius: 24px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  padding: 0 40px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
#banner .bannerbox ul.bannerlist li .textbox h2 {
  line-height: 1;
  font-family: 'Montserrat-Bold';
  text-shadow:  0px 7px 10px 
  rgba(0, 0, 0, 0.15);
}
#banner .bannerbox ul.bannerlist li .textbox p {
  margin-bottom: 3.5rem;
   text-shadow:  0px 7px 10px 
  rgba(0, 0, 0, 0.15);
}
#banner .bannerbox ul.bannerlist li .textbox a.more {
  margin: 0 auto;
}
.pd9 {
  padding: 3% 0;
}
#index-body .i-product .ui.container {
  text-align: center;
}
#index-body .i-product .ui.container .productbox {
  margin-top: 3%;
}
#index-body .i-product .ui.container .productbox ul.productlist {
  margin: 0 -15px;
}
#index-body .i-product .ui.container .productbox ul.productlist li {
  padding: 15px;
  text-align: left;
}
#index-body .i-product .ui.container .productbox ul.productlist li h5 {
  margin-top: 2rem;
  position: relative;
  padding-left: 3rem;
  line-height: 2;
}
#index-body .i-product .ui.container .productbox ul.productlist li h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-product .ui.container .productbox ul.productlist li h5:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#index-body .i-product .ui.container .productbox ul.productlist li h5::before {
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: var(--base-color);
}
#index-body .i-about {
  background: #f0f0f0;
}
#index-body .i-about .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .i-about .ui.container .main .left {
  width: 60%;
}
#index-body .i-about .ui.container .main .left .imgbox {
  position: relative;
  border-radius: 50px 0 0 0 ;
  overflow: hidden;
}
#index-body .i-about .ui.container .main .left .imgbox .play:before{
  display: none;
}
#index-body .i-about .ui.container .main .left .imgbox .play:after{
  display: none;
}
#index-body .i-about .ui.container .main .right {
  width: 40%;
  padding-left: 5%;
}
#index-body .i-about .ui.container .main .right h1{
  line-height: 1.2;
  display: inline;
}
#index-body .i-about .ui.container .main .right p {
  margin-top: 2.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 4.5rem;
}
#index-body .i-data {
  padding: 3% 0;
  background: #0b2a4f;
}
#index-body .i-data .ui.container ul.datalist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
#index-body .i-data .ui.container ul.datalist li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem ;
}
#index-body .i-data .ui.container ul.datalist li img {
  min-width: 75px;
  margin-right: 20px;
}
#index-body .i-data .ui.container ul.datalist li .right {
  color: #fff;
}
#index-body .i-series .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-series .ui.container .top .left h3{
 line-height: 2;
}
#index-body .i-series .btm {
  text-align: center;
  position: relative;
  margin-top: 3%;
}
#index-body .i-series .btm .ui.container2 {
  max-width: 1730px;
  margin: 0 auto;
  position: relative;
  width: 95%;
}
#index-body .i-series .btm .ui.container2 img.bjdec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 52px);
  height: -moz-calc(100% - 52px);
  height: calc(100% - 52px);
}
#index-body .i-series .btm .ui.container2 ul.namelist {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 100%;
}
#index-body .i-series .btm .ui.container2 ul.namelist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 1rem;
}
#index-body .i-series .btm .ui.container2 ul.namelist .slick-dots .slick-active {
  background: var(--base-color);
}
#index-body .i-series .btm .ui.container2 ul.namelist .slick-dots li {
  height: 2px;
  width: 100%;
  background: #eee;
  padding: 0;
}
#index-body .i-series .btm .ui.container2 ul.namelist .slick-dots li button {
  display: none;
}
#index-body .i-series .btm .ui.container2 ul.namelist li {
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
}
#index-body .i-series .btm .ui.container2 ul.namelist li img {
  opacity: 1;
}
#index-body .i-series .btm .ui.container2 ul.namelist li a {
  position: relative;
  text-align: center;
  color: #fff;
  bottom: 10%;
  font-size: 26px;
  width: 100%;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 71px;line-height:71px;
  display: block; background-color:var(--base-color);
}
#index-body .i-series .btm .ui.container2 ul.namelist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color:rgba(255,255,255,.5);
}
#index-body .i-why {
  background: url(../images/adv-bj.webp) center center no-repeat;
  background-size: cover;
}
#index-body .i-why .ui.container h3 {
  color: #fff;
}
#index-body .i-why .ui.container .advbox {
  margin-top: 3%;
}
#index-body .i-why .ui.container .advbox ul.advlist {
  margin: 0 -15px;
}
#index-body .i-why .ui.container .advbox ul.advlist li {
  padding: 15px;
}
#index-body .i-why .ui.container .advbox ul.advlist li .item {
  background: rgba(255, 255, 255, 0.1);
  height: 426px;
  padding: 0 1rem;
  padding-top: 5rem;
  line-height: 2;
  text-align: center;
}
#index-body .i-why .ui.container .advbox ul.advlist li .item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .i-why .ui.container .advbox ul.advlist li .item img {
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-why .ui.container .advbox ul.advlist li .item h5 {
  color: #ffffff;
  margin: 15px 0;
}
#index-body .i-why .ui.container .advbox ul.advlist li .item p {
  color: #c4c4c4;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
#index-body .i-app {
  padding-bottom: 0;
  margin-bottom: -17rem;
}
#index-body .i-app .ui.container {
  text-align: center;
}
#index-body .i-app .ui.container .appbox {
  margin-top: 3%;
  position: relative;
}
#index-body .i-app .ui.container .appbox .navbtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  display: inline-block;
}
#index-body .i-app .ui.container .appbox .navbtn:hover {
  cursor: pointer;
}
#index-body .i-app .ui.container .appbox .navbtn.slick-prev {
  left: -40px;
}
#index-body .i-app .ui.container .appbox .navbtn.slick-next {
  right: -40px;
}
#index-body .i-app .ui.container .appbox ul.applist {
  margin: 0 -20px;
}
#index-body .i-app .ui.container .appbox ul.applist li {
  padding: 0 20px;
}
#index-body .i-app .ui.container .appbox ul.applist li .item {
  position: relative;
}
#index-body .i-app .ui.container .appbox ul.applist li .item h5 {
  position: absolute;
  text-align: left;
  padding-left: 5%;
  color: #fff;
  bottom: 5%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-app .ui.container .appbox ul.applist li .item h5:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#index-body .i-map {
padding-top: 18rem;
  padding-bottom: 3%;
  background: #f0f0f0;
}
#index-body .i-map .ui.container {
  text-align: center;
}
#index-body .i-map .ui.container .imgbox{
  margin: 4rem 0;
}
#index-body .i-news .ui.container {
  text-align: center;
}
#index-body .i-news .ui.container .newsbox {
  margin-top: 3%;
}
#index-body .i-news .ui.container .newsbox ul.newslist .slick-prev, #index-body .i-news .ui.container .newsbox ul.newslist .slick-next {display:none; opacity:0;}

#index-body .i-news .ui.container .newsbox ul.newslist {
  margin: 0 -17px;
}
#index-body .i-news .ui.container .newsbox ul.newslist li {
  padding: 0 17px;
}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .imgbox {
  padding: 15px 0 15px 17px;
  z-index: 2;
  position: relative;
}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .imgbox::before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f0f0;
  z-index: -1;
}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox {
  background: #fff;
  position: relative;
  width: 90%;
  line-height:30px;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  padding: 40px 30px;
  padding-right: 0;
  z-index: 4;
  margin-top: -70px;
}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox h5:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox p {
  margin-top: 2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;line-height: 25px;
}
#footer {
  background: #222222;
  padding:3% 0;width:100%;float:left;
}
#footer .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .top h3 {
  color: #fff;
}
#footer .top .right form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .top .right form ul li {
  display: inline-block;
  padding: 0 7px;
}
#footer .top .right form ul li:nth-child(1) {
  width: 190px;
}
#footer .top .right form ul li:nth-child(2) {
  width: 190px;
}
#footer .top .right form ul li:nth-child(3) {
  width: 314px;
}
#footer .top .right form ul li input[type="text"] {
  width: 100%;
  border: solid 2px #393939;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px;
  color: #fff;
  background: transparent;
}

#footer .top .right form ul li input[type="email"] {
  width: 100%;
  border: solid 2px #393939;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px;
  color: #fff;
  background: transparent;
}
#footer .top .right form ul li input[type="email"]::-webkit-input-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="email"]:-moz-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="email"]::-moz-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="email"]:-ms-input-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="email"]::placeholder {
  color: #939393;
}
#footer .top .right form ul li button[type="submit"] {
  width: 185px;
  height: 57px;
  background: var(--base-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;border:none;
}
#footer .top .right form ul li button[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}


#footer .top .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="text"]:-moz-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="text"]::-moz-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="text"]::placeholder {
  color: #939393;
}
#footer .top .right form ul li input[type="submit"] {
  width: 185px;
  height: 57px;
  background: var(--base-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;border:none;
}
#footer .top .right form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#footer .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6rem;
}
#footer .main > div {
  display: inline-block;
}
#footer .main .ewm {
  width: 115px;
  height: 115px;
  display: block;
  padding: 5px;
  background: #fff;
}
#footer .main h4 {
  color: #fff;
  margin-bottom: 2.5rem;
}
#footer .main ul.infolist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
}
#footer .main ul.infolist li img {
  min-width: 31px;
  margin-right: 10px;
}
#footer .main ul li {
  color: #c4c4c4;
  margin-bottom: 1rem;
  line-height: 2;
}
#footer .main ul li h6 {
  color: #fff;
}
#footer .main ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .main ul li P {
  max-width: 307px;
}
#footer .main ul li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.footer-bottom {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 0;
  background: transparent;
  padding-top: 3% ;margin-top:3%; border-top:solid 1px rgba(255,255,255,.1);
}
.footer-bottom .ui.container {
  width: 90%;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding: 0px 0;
}
.footer-bottom .ui.container .left {display:block;
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;*/
}
.footer-bottom .ui.container .right{
}
.footer-bottom .ui.container .right ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-bottom .ui.container .right ul.sharelist li {
  width: 28px;
  height: 28px;
  border: solid 1px #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin-left:1rem;
}
.footer-bottom .ui.container .right ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #7d7d7d;
}
.footer-bottom .ui.container .right ul.sharelist li:hover a {color: #fff;
}
.footer-bottom .ui.container .right ul.sharelist li a {
  color: #666;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: capitalize;
  font-size: 18px;
}
.footer-bottom .ui.container .right ul.sharelist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;  

}
.footer-bottom p {
  font-size: 16px;
  line-height: 30px;width:100%;float:left;
}
.footer-bottom .ui.container .left>div{width:100%;float:left;}
.footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
.footer-bottom p a:hover {
  color: var(--base-color) !important;
}
.footer-bottom svg {
  max-height: 26px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  left: 10px;
}
.footer-bottom svg text {
  fill: rgba(255, 255, 255, 0.6);
}
.footer-bottom svg:hover {
  fill: var(--base-color);
}
.footer-bottom svg g.en {
  display: block;
}
.footer-bottom svg g.cn {
  display: none;
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  .font-30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .logo {
    max-width: 250px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  .f-92 {
    font-size: 56px;
  }
  .f-57 {
    font-size: 48px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-40 {
    font-size: 32px;
  }
  .font-17 {
    font-size: 14px;
  }
  #index-body .i-data .ui.container ul.datalist li {
    margin-bottom: 2rem;
  }
  .font-30 {
    font-size: 20px;
  }
  #footer .top h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-40 {
    font-size: 28px;
  }
  #index-body .i-series .btm .ui.container2 ul.namelist li a {
    padding: 0 20px;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  #index-body .i-series .btm .ui.container2 ul.namelist li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-21 {
    font-size: 16px;
  }
  .f-57 {
    font-size: 32px;
  }
  .f-92 {
    font-size: 48px;
  }
  .font-36 {
  font-size: 24px;
}
  .font-24 {
    font-size: 20px;
  }
  .font-26 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  #footer .top .right form ul li {
    margin-bottom: 2rem;
  }
  #footer .main > div.link {
    display: none;
  }
  .footer-bottom p {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -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-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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .f-92 {
    font-size: 32px;
  }
  .f-57 {
    font-size: 20px;
  }
  #index-body .i-about .ui.container .main {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #index-body .i-about .ui.container .main .left {
    width: 100%;
    margin-top: 2rem;
  }
  #index-body .i-about .ui.container .main .right {
    width: 100%;
  }
  .font-21 {
    font-size: 12px;
  }
  #index-body .i-series .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .font-30 {
    font-size: 14px;
  }
  .font-36 {
    font-size: 24px;
  }
  #footer .top .right form ul li:nth-child(1) {
    width: 50%;
  }
  #footer .top .right form ul li:nth-child(2) {
    width: 50%;
  }
  .font-17 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #banner .bannerbox ul.bannerlist li .textbox p {
    display: none;
  }
  #banner .bannerbox ul.bannerlist li .textbox a.more {
    display: none;
  }
  #banner ul.slick-dots {
    display: none!important;
  }
  .f-92 {
    font-size: 20px;
  }
  .play img {
    width: 80px;
  }
  .font-40 {
    font-size: 20px;
  }
  .i-series {
    display: none;
  }
  .font-36 {
    font-size:20px;
  }
  #footer .main > div.ewmbox {
    display: none;
  }
  #footer .top .right form ul li:nth-child(1) {
    width: 100%;
  }
  #footer .top .right form ul li:nth-child(2) {
    width: 100%;
  }
  #footer .top .right form ul li:nth-child(3) {
    width: 100%;
  }
  .footer-bottom .ui.container .left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}


.szbg {
  position: absolute;
  z-index: -3;
-webkit-animation:pd 5s linear infinite alternate;
-o-animation:pd 5s linear infinite alternate;
-ms-animation:pd 5s linear infinite alternate;
-moz-animation:pd 5s linear infinite alternate;
animation:pd 5s linear infinite alternate;
}
@-webkit-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}

@-o-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}

@-moz-keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}

@keyframes pd {
  from {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

}
#banner .szbg {
  right: -5%;
  top: -5%;
width: 44%;
}
#index-body .init-1 .szbg:nth-child(1) {
  left: 3%;
  top: 2%;
  z-index: -1;
}
#index-body .init-1 .szbg:nth-child(2) {
  right: 2%;
  bottom: 2%;
  z-index: -1;
}
#index-body .init-2 .szbg:nth-child(1) {
  left: 2%;
  top: 2%;
}
#index-body .init-2 .szbg:nth-child(2) {
  right: 2%;
  bottom: -20%;
}
#index-body .init-5 .szbg:nth-child(1) {
  left: 2%;
  top: 2%;
}
#index-body .init-5 .szbg:nth-child(2) {
  right: 1%;
  bottom: 1%;
}


#index-body .init-1 .list {
  text-align: center;
}
#index-body .init-1 .list ul {
  margin: 0 -72px;
  display: flex;
}
#index-body .init-1 .list ul li {
  padding: 0 36px;
}
#index-body .init-1 .list ul li i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: .4;
  height: 91px;
  line-height: 91px;
}
#index-body .init-1 .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .list ul li h6 {
  margin-top: 10px;
  font-size: 17px;
      
  /*text-transform: uppercase;*/
  line-height: 25px;
}
#index-body .init-1 .list ul li:hover i {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
@media screen and (max-width: 1450px) {

    #index-body .init-1 .list ul li i {
    height: 60px;
    display: block;
    line-height: 60px;
  }
  #index-body .init-1 .list ul li i img {
    max-height: 100%;
  }
  #index-body .init-1 .list ul li h6 {
    font-size: 15px;
    line-height: 30px;
  }
  
}
@media screen and (max-width: 1410px) {
.ui.container{max-width:100%;}}

@media screen and (max-width: 1250px) {
  
    #index-body .init-1 .list ul li {
    padding: 0 40px;
  }
  #index-body .init-1 .list ul {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 1000px) {
  
    #index-body .init-1 .list ul li {
    padding: 0 20px;
  }
  #index-body .init-1 .list ul {
    margin: 0 -20px;
  }
  #index-body .init-1 {
    padding: 40px 0 60px;
  }
li.language-flag a{padding-left: 30px;}
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .list ul li {
    width: 33.33%;
    padding: 10px;
  }
  #index-body .init-1 .list ul {
    margin: -10px;
  }
  
}

.builter-construction .wrap-video .play{
  width: 100%;
  text-align: center;
}

.builter-construction .wrap-video .play:before{
  display: none;
}
.builter-construction .wrap-video .play:after{
  display: none;
}
#Pop_UpsBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.fenlei{
  font-size: 22px;
  line-height: 40px;
}
.shangxia{
  font-size: 15px;
  line-height: 30px;
}
.diaoyongxinwen{
  font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0px;
    border-top: 0px;
    padding-bottom: 10px;
    min-height: 10rem;
}
.xinwenzhengwen{
  font-size: 15px;
  line-height: 30px;
}
.riqi{
  font-size: 14px;
  line-height: 28px;
}
.haha{
	margin-top: 0px;
	margin-bottom: 40px;
}
.zhishi{
	font-size: 34px;
	line-height: 58px;
	color: black;
	text-align: left;
}
.gengduo{
	font-size: 38px;
	line-height: 58px;
	color: black;
	text-align: left;
}
.bankuai{
	font-size: 16px;
	line-height: 30px;
}
/*inner css add end*/

.foot-cover {
	height: 44px;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	float: left;
	display: none;
	z-index: 100998
}
#onlineService .offside {
	width: 100%;
	display: flex;
}
.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.offside a, .offside div {
	color: #fff;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px;
}
.offside a, .offside div {
	line-height: 44px;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px;
}
#onlineService .offside li {
	flex: 1;
	height: 50px;
	background: var(--base-color);
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.2)
}
#onlineService .offside li p {
	display: none;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px
}
#onlineService .offside li a i {
	color: #fff;
	font-size: 20px;
	line-height: 40px
}
#mobile .menu-item-has-children .fa-mobile-down {right: 0;position: absolute;top: 10px;cursor: pointer; width: 15px; height: 15px;border: solid 1px #333;text-align: center;line-height: 12px;}
#mobile .menu-item-has-children .fa-mobile-down::before {content: "\f105"; color: #333;}
#mobile .mon .fa-mobile-down::before { content: "\f107"; color: #333;}
#mobile .menu-item-has-children{ position:relative;}
#mobile .sub-menu{display:none;}
#mobile .mon .sub-menu {display: block;}
#mobile .mob-yuy h3::before {content: "\f067"; position: absolute; right: 0; font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer;}  
#mobile .mob-yuy .lang { display: none;}  
#mobile .mob-yuy h3 {position: relative;}
#mobile .mob-yuy h3.lon::before {display:none;}
#mobile .mob-yuy h3.lon::after {content: "\f068"; position: absolute;right: 0;font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer; }
#mobile .mob-yuy .langoff {display: block;}
 @media screen and (max-width: 769px) {
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox h5 a{ font-size:16px;}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox h5{line-height: 20px;}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox p{line-height: 20px;}	  
a.more{width:160px; font-size:14px !important;height: 30px;line-height: 30px;padding: 0;}
	 }


 @media screen and (max-width: 700px) {
#onlineService {
	display: block;
}
.foot-cover {
	display: block;
}
.footer-bottom{padding-bottom: 5%;}

}




