@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: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:9;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
    line-height: 2;
}
.sep-say-list .ftb{ text-align:center; margin-bottom:50px;}
h1.t1 {
    font-size: 24px;
    padding-bottom: 13px;
    color: #ef8642;
    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: #ef8642;
}
body,
html {
}
body {
  font-family: "Montserrat-Regular","Microsoft YaHei", "Arial";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {

  position: relative;
  width: 100%;
  max-width: 1800px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 9;
  position: relative; height:119px;
  
}
#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; position:fixed;
  width: 100%;
  background: #fff;
  padding: 18px 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: 230px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block; width:70%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  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;font-family: 'Montserrat-Bold';
  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:30px; color:#1a1a1a;}
#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.jpg) 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: 60px;
  height:60px; border-radius:50%;
  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.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 {
  display: inline-block;
  margin: 0 10px;
 width:50px; height:5px; background:#fff; cursor: pointer;
}
#banner ul.slick-dots li.slick-active{ background:#ef8642;}
#banner ul.slick-dots li button {
  display: none; 
  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-yuy ul li em{padding-left:30px;}
#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: 60px;
}
.f-57 {
  font-size: 40px;
}
a.more {
  width: 260px;
  height: 48px;
  font-size: 16px;
  background: #ef8642;
  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: 45%;
  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: 5rem 0;
}
#index-body .i-product .ui.container {
  text-align: center;
}
#index-body .i-product .ui.container .productbox {
  margin-top: 6rem;
}
#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: 50%;
}
#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: 50%;
  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: 4rem 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: 9rem;
}
#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: 5rem;
}
#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: 5rem;
}
#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 .ui.container {
  text-align: center;
}
#index-body .i-app .ui.container .appbox {
  margin-top: 4rem;
  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: 24rem;
  padding-bottom: 2rem;
  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: 3rem;
}
#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 {
  
  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{ background:#f5f5f5;}
#index-body .i-news .ui.container .newsbox ul.newslist li .item .textbox {

  position: relative;
  width: 90%;
  line-height:30px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding: 40px 30px;
  
  z-index: 4;
  
}
#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 .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: 180px;
}
#footer .top .right form ul li:nth-child(2) {
  width: 180px;
}
#footer .top .right form ul li:nth-child(3) {
  width: 180px;
}
#footer .top .right form ul li:nth-child(4) {
  width: 300px;
}
#footer .top .right form ul li input[type="text"] {
  width: 100%;
  border: solid 2px #666;
  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: 4rem;
}
#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: 3rem ;margin-top:3rem; background-color: rgba(49,57,64,1); padding-bottom:3rem;
}
.footer-bottom .ui.container {
  width: 100%; padding-left:15px; padding-right:15px; max-width:1630px; margin-left:auto; margin-right:auto;
  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;
}
.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; line-height:28px;
  border: solid 1px #fff;
  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: #ef8642;border: solid 1px #ef8642;
}
.footer-bottom .ui.container .right ul.sharelist li:hover a {color: #fff;
}
.footer-bottom .ui.container .right ul.sharelist li a {
  color: #fff;
  -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; color:#fff;
}
.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;
  }
}
.cate-item .cate-txt {
    position: absolute;
    left: 0;
    bottom: -220px;
    width: 100%;
    padding: 30px; text-align:center;
  }
   .categoris-list{ display:flex;flex-wrap:wrap;justify-content:space-between; margin-top:30px; margin-bottom:30px; max-width:1630px; margin-left:auto; margin-right:auto; width:100%; padding-left:15px; padding-right:15px;}
  .categoris-list .cate-item {
	  width:31.3333333%; overflow:hidden; position:relative;
  }

  
  .cate-txt h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
  }
  .cate-txt p{ color:#fff;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;-webkit-box-orient: vertical;}
  .cate-txt a.index-more {
    margin-left: 0;
    border: none;
    color: #fff;
    width: max-content;
    height: auto;
    line-height: 1.6;
  }
  .cate-item:hover .cate-txt{ bottom:120px;transition: 1s ease;}
  .cate-txt a.index-more i {
    color: #fff;
  }
  .cate-txt a.index-more:hover {
    background: none;
  }
  .categoris-list .cate-item:hover a.cate-img img {
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    filter: brightness(1);
  }
  
   
.cate-img img{transition: 1s ease;} 
.cate-item:hover img {
    transform: scale(1.1, 1.1);
} 

@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .logo {
    max-width: 230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    
  }
  .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;
  }
  .cate-item:hover .cate-txt{ bottom:80px;transition: 1s ease;}
}

@media screen and (max-width: 1300px) {
	#header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    
  }
  .cate-item .cate-txt{ bottom:-280px;}
  .cate-item:hover .cate-txt{ bottom:50px;transition: 1s ease;}
	}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    
  }
  #header .nav .ui.menu .logo{ max-width:200px;}
  .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%;
  }
   .cate-txt h3{ font-size:18px;}
   .cate-item .cate-txt{ padding-left:10px; padding-right:10px;}
}
@media screen and (max-width: 1070px) {
	#header .nav .ui.menu .logo{ max-width:150px;}
	#header .nav .ui.menu .h-search{ margin-left:1%;}
	#header .nav .ui.menu .language{ margin-left:1%;}
	 #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 8px;
    
  }
 

  .cate-item:hover .cate-txt{ bottom:30px;transition: 1s ease;}
	}
@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%;}

}

.bannerlist li{}
.back{ height:840px; overflow:hidden;}
@media screen and (max-width: 1750px) {
	.back{ height:780px; overflow:hidden;}
	}
@media screen and (max-width: 1650px) {
	.back{ height:718px; overflow:hidden;}
	}
@media screen and (max-width: 1550px) {
	.back{ height:680px; overflow:hidden;}
	}
@media screen and (max-width: 1450px) {
	.back{ height:630px; overflow:hidden;}
	}
@media screen and (max-width: 1350px) {
	.back{ height:580px; overflow:hidden;}
	}
@media screen and (max-width: 1250px) {
	.back{ height:540px; overflow:hidden;}
	}
.bannerlist li video{ width:100%;}
.d_flex,.foor_service{display:-webkit-box;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;}
/* index_service_warp */
.index_service_warp{padding-top: 144px;margin-bottom: 80px;}
.index_service_main{padding:0px 7%;position:relative;z-index:1;}
.index_service_main:before{content: "";width: 100%;height: 90%;background-color: rgba(0, 0, 0, .6);position: absolute;top: 0;left: 0;z-index: -1;}
.index_service_item{width:43.5%;padding:93px 4% 74px;background-color:#fff;position:relative;z-index:9;overflow:hidden;box-shadow: 0 7px 54px rgba(0, 0, 0, .46);top: 80px;height: 100%;}
.index_service_item:before{content:"";width:283px;height:176px;position:absolute;top:-8px;right:-2px;background-image:url(../images/service04.png);z-index:-1}
.index_service_item h2{font-size:48px;line-height:1.2;color:#ef8642;font-weight:bold;display:inline-block;text-transform:uppercase;border-bottom:4px solid #ef8642}
.index_service_item p{font-size:18px;margin:44px 0 70px;line-height:1.5;color:#020304}
.index_service_item .service_btn{width:100%;height:54px;line-height:54px;font-size:24px;background-color:#ef8642;text-align:center;color:#fff;display:block;border-radius:6px;border: 1px solid #ef8642;}
.index_service_item .service_btn:hover{background-color: transparent;color: #ef8642;}
.index_service_list{width:47.5%;padding-top: 100px;}
.service_slide .item_icon{width:78px;height:78px;line-height:78px;margin-right:30px;border-radius:50%;background-color:#ef8642;text-align:center}
.service_slide .item_icon img{width:auto; display:inline; vertical-align:middle;}
.service_slide .item_text{flex: 1;}
.index_service_list .service_top_title{font-size:48px;line-height:1.2;color:#ef8642;font-weight:normal;display:inline-block;text-transform:uppercase;border-bottom:4px solid #ef8642;margin-bottom: 50px;margin-left: 2px;display: none;}
.service_slide .item_text h2{font-size: 16px;line-height: 1.5;color: #ffffff;font-weight: normal;}
.service_slide+.service_slide{margin-top: 55px;}
.service_slide:hover .item_icon img{transform: rotate(15deg);-webkit-transform: rotate(15deg);}
.service_slide .item_icon img {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.socess{ margin-top:3rem;}
.socess ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.socess li{ width:24%; margin-bottom:2%;}
.socess li .f-lig { background:#ef8642; color:#fff; line-height:60px;}




.mr{ margin-left:auto; margin-right:auto; margin-top:50px; }
.i-product{ background:url(../images/bj02.jpg) no-repeat top center;} 
.market img{ width:100%;}
  .market{ padding-top:4rem; padding-bottom:4rem;} 
.market h3{ text-align:center; margin-bottom:60px; }

.appbox a{ text-transform:capitalize; color:#fff; text-align:center; display:block;}
.sep-say-list .swiper-pagination { bottom:0px;}
.sep-say-list .swiper-pagination span {
	width:30px;
	border-radius:3px;
	height:6px;
	background:#bfbfbf;
	position:relative;
	z-index:20;
	margin:0 20px 0 0;
	opacity:1
}
.sep-say-list .swiper-pagination span.swiper-pagination-bullet-active {
	background:#ef8642;
}
.ditux p{ position:absolute; margin-top:10px; width:90px; text-align:center; margin-left:-30px;}
 .ditux .fadeInUp img{ width:30px; height:30px; position:relative; top:0; left:0; z-index:99;} 
.ditux i{
	position:relative; bottom:25px; left:5px;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(0,136,204,0),rgba(0,136,204,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}
@keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@-webkit-keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}


.index_why{ background:url(../images/bj1.jpg) no-repeat left bottom; margin-top:50px; padding-bottom:60px;}
.why_box{ max-width:1630px; padding-left:15px; padding-right:15px; width:100%; margin-left:auto; margin-right:auto;}
.why_box h1{ text-align:center; font-size:48px;}
.why_box p{ text-align:center; font-size:16px; margin-top:10px;}
.youdian{display: flex;flex-wrap: wrap;justify-content: space-between; margin-top:30px;}
.youdian a{ width:23%; text-align:center;} 
.youdian a span{ overflow:hidden; display:block;}
.youdian h4{ color:#ef8642; font-size:24px; font-weight:bold;font-family: 'Montserrat-Bold'; margin-top:30px;}
.youdian p{overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;color: rgba(49,57,64,1); font-size:16px; line-height:30px;}
.more2{ width:300px; height:56px; line-height:56px; text-align:center; margin-left:auto; margin-right:auto; display:block;background: #e8eaec; font-size:18px; margin-top:50px; font-weight:bold; text-transform:uppercase;}
.more2:hover{ background:#ef8642; color:#fff;}
.youdian a img{transition: 1s ease;} 
.youdian a:hover img {
    transform: scale(1.1, 1.1);
}
.product_box{  background:url(../images/bj2.jpg) no-repeat right top rgba(49,57,64,1);} 
.tueijian{max-width:1630px; padding-left:15px; padding-right:15px; width:100%; margin-left:auto; margin-right:auto; overflow:hidden; padding-top:100px;}
.left_box{ width:50%; float:left; position:relative;}
.left_wz{ position:absolute; text-align:right; width:100%; top:30px; padding:30px;}
.left_wz h2{ font-size:36px;font-family: 'Montserrat-Bold'; max-width:360px;    color: rgba(255,255,255,0.5);line-height: 40px; margin-right: 0px;margin-left: auto; text-align:right;}
.left_wz  span{ width:60px; height:2px; background:#ef8642; display:inline-block; margin-top:20px; margin-bottom:10px;}
.left_wz p{line-height: 36px;
    text-align: right;
    font-size: 24px;
  
    color: rgba(255,255,255,0.4);
    max-width: 500px;
    margin-right: 0px;
    margin-left: auto;}
.i-app{ width:50%; float:right; padding:0px 80px;}
.left_box{ overflow:hidden;}
.left_box a{ background:#000; display:block;}
.left_box a img{transition: 1s ease;} 
.left_box:hover img {
    transform: scale(1.1, 1.1); opacity:0.8;
}
.ml h3{ text-transform:uppercase; font-size:48px;color: rgba(239,134,65,1); line-height:48px; margin-top:30px;}
.ml p{ color:#fff; font-size:18px; line-height:30px; margin-top:20px; margin-bottom:20px;}
.appbox{ position:relative;}
.appbox .navbtn{ position:absolute; top:50%;-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;}
.appbox .slick-prev{ background:url(../images/app_left01.jpg) no-repeat; height:50px; width:50px; display:block; left:-50px;}
.appbox .slick-prev:hover{ background:url(../images/app_left02.jpg) no-repeat;cursor:pointer;}
.appbox .slick-next{ background:url(../images/app_right01.jpg) no-repeat; height:50px; width:50px; display:block; right:-50px;}
.appbox .slick-next:hover{ background:url(../images/app_right02.jpg) no-repeat;cursor:pointer;}
.applist .img-box img{ width:80%; margin-left:auto; margin-right:auto;}
.applist .item a{ font-size:24px;}
.yingyon{background:url(../images/bj4.jpg) no-repeat 57% top #fff; margin-top:-120px; padding-top:200px;}
.yingyon h3{font-size:48px;text-transform:uppercase; font-weight:bold;  font-family: 'Montserrat-Bold'; line-height:1;}
.yingyon_box{max-width:1630px; padding-left:15px; padding-right:15px; width:100%; margin-left:auto; margin-right:auto; position:relative;}
.yy_nr{display: flex;flex-wrap: wrap;justify-content: space-between; margin-top:30px; margin-bottom:60px;}
.yy_nr div{ width:32.33333333%; margin-bottom:30px; font-size:18px;}
.yy_nr a{ margin-top:0; float:right;}
.yy_img{display: flex;flex-wrap: wrap;justify-content: space-between; margin-top:30px; }
.yy_img a{ width:33.3333333333333%; background:#000; display:block; overflow:hidden; position:relative;}
.yy_img a img{transition: 1s ease; display:block;} 
.yy_img a .yy_box{ position:absolute; bottom:20px; left:20px; color:#fff; }
.yy_img a .yy_box h3{font-size:24px;font-family: 'Montserrat-Bold';}
.yy_img a:hover img {
    transform: scale(1.1, 1.1); opacity:0.6;
}
.youshi{ background:#ef8642;}
.youshi_box{max-width:1630px; padding-left:15px; padding-right:15px; width:100%; margin-left:auto; margin-right:auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.youshi_box .ys_in{ width:25%; text-align:center; position:relative; color:#fff; height:450px; }
.youshi_box .ys_in div{ position:relative; z-index:1; height:100%;}
.youshi_box .ys_in:before{content: " ";
    height: 0%;
    width: 100%;
    background-image: linear-gradient(to top,#313940, rgba(0,0,0,0));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s; z-index:0;}
.youshi_box .ys_in:hover:before {
	height: 100%
}
.youshi_box .ys_in img{ margin-top:50px; margin-bottom:50px;}
.youshi_box .ys_in h2{font-size:22px;font-family: 'Montserrat-Bold';}
.youshi_box .ys_in p{ font-size:18px;}
.youshi_box .ys_in .more2{ color:#fff; background:#ef8642; position:absolute; bottom:50px; left:50%; margin-left:-150px;}
.feet{max-width:1630px; padding-left:15px; padding-right:15px; width:100%; margin-left:auto; margin-right:auto; position:relative;}
.footer_logo{ padding-top:60px;}
.footer_logo img{ width:210px;}
.foot_bj{ position:absolute; right:15px;; top:0; z-index:-1;}
.foot_contact{ margin-top:43px; padding-top:30px; padding-bottom:27px; margin-bottom:50px; border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5; overflow:hidden;}
.foot_email{ float:left; width:30%;color: rgba(49,57,64,0.75);}
.foot_email img{ float:left; margin-right:15px;}
.foot_email a{ color:#ef8642; font-size:20px;font-family: 'Montserrat-Bold'; line-height:1;}
.info{ float:left; line-height:1.5; font-size:16px;color: rgba(49,57,64,0.75);}
.foot_nav{ display: flex;}
.foot_nav li{ padding-right:60px; min-width:200px;}
.foot_nav li h2{ text-transform:uppercase; margin-bottom:20px; font-size:18px;font-family: 'Montserrat-Bold';}
.foot_nav li div{ margin-top:10px; margin-bottom:10px;}
.foot_nav li div a{ font-size:14px;    color: rgba(49,57,64,0.75);}
.top_email img{ width:25px;}
 @media (max-width: 1400px) {
	 .foot_nav li{ min-width:auto;}
	 }
	@media (max-width: 1000px) {
	
		}
 @media (max-width: 768px) {
	 .categoris-list .cate-item{ width:100%; margin-bottom:20px;}
	 .cate-item:hover .cate-txt{ bottom:100px;transition: 1s ease;}
	 .socess li{ width:48%;}
	 .socess li .f-lig{ font-size:12px;}
	 #index-body .i-about .ui.container .main{ padding-bottom:50px;}
	 .ditux p{ font-size:12px; margin-top:0;}
	 #index-body .i-about .ui.container .main .right h1{ font-size:16px;}
	 .sep-say-list .ftb{ margin-bottom:20px;}
	 .ditux .fadeInUp img{ width:20px; height:20px;}
	 .market h3{ margin-bottom:20px;}
	 .ditux i{ left:0; bottom:20px;}
	 .ditux{ padding-top:30px; padding-bottom:30px;}
	 .categoris-list{ overflow:hidden;}
	 
.categoris-list .cate-item:nth-child(1){ width:100%;}
.categoris-list .cate-item:nth-child(6){ width:100%;}
.categoris-list{ display:block;}
    .cate-txt h3 {
      font-size: 14px;
    }
.index_service_warp .ui.container{
    margin: 0 auto;
    width: 98%; padding:0;
}
.hd_title, .index_service_item h2, .powered_slide a .item_text h2, .index_about_slide .item_text h2 {
    font-size: 20px;
}
.index_service_item{padding:30px 2%;top:0}
.index_service_item p{font-size:12px;margin:20px 0}
.index_service_item .service_btn{height:40px;line-height:40px;font-size:16px}
.index_service_warp{padding:60px 0;margin-bottom:60px}
.index_service_list{padding-top:0}
.service_slide .item_icon{width:50px;height:50px;line-height:50px;margin-right:15px}
.service_slide .item_icon img{max-height:20px}
.index_service_main:before{height:100%}
.index_service_main{padding:30px 1%}
.index_service_item:before{width:80px}
.powered_slide a .item_text{padding:10px 2%}
.powered_slide a .item_text p{font-size:14px}
.powered_slide a .item_text span{width:36px;line-height:36px;height:36px;font-size:18px;bottom:5%;right:2%}
.index_newpro_warp{padding-bottom:60px;margin:60px 0}
.index_newpro_swiper{margin-top:60px}
.index_service_item,.powered_slide,.about_play{width: 100%;}
.index_service_list{width: 100%;margin-top: 20px;}
.index_about_list .counter_item{width:50%;margin:10px 0}
.index_about_slide .index_about_list .about_play a{margin: auto;}
#footer{ }
.footer-bottom .ui.container .left{ width:100%;}
 }
 
 
 
#recommend{width:100%;}
#recommend .recommend_list{width:100%}
#recommend .recommend_list .recommend_item_bot,#recommend .recommend_list .recommend_item_center,#recommend .recommend_list .recommend_item_top{width:100%; position:relative; background:#eee;overflow:hidden; display:block;}
#recommend .recommend_list .recommend_item a img{width:100%;max-height:100%;overflow:hidden;transition:.3s all}
#recommend .recommend_list .recommend_item a img:hover{transform:scale(1.03,1.03)}
#recommend .recommend_list .recommend_item{width:50%;box-sizing:border-box;position:absolute; top:50%;-webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);}
#recommend .recommend_list .recommend_item .recommend_item_small_title{font-size:16px;line-height:24px}
#recommend .recommend_list .recommend_item .recommend_item_title{line-height:50px;font-size:32px; color:#ef8642;}
#recommend .recommend_list .recommend_item .recommend_item_content{line-height:30px;font-size:18px;color:#333;transition:.3s all}
#recommend .recommend_list .recommend_item .recommend_item_title a{cursor:text;}
#recommend .recommend_list .recommend_item .recommend_item_content:hover{color:#000}
#recommend .recommend_list .recommend_item .recommend_item_btn{display:inline-block;width:143px;height:50px;box-sizing:border-box;border:solid 1px #333;color:#333;line-height:50px;margin-top:1.82291vw;font-size:14px;font-weight:700;text-align:center;transition:.3s all}
#recommend .recommend_list .recommend_item .recommend_item_btn:hover{background:#a600cf;border:solid 1px #a600cf;color:#fff}
#recommend .recommend_list .recommend_item_img{ position:static !important; padding:0 !important; overflow:hidden;transform:none !important;}
#recommend .recommend_list .recommend_item_img a{font-size: 0; overflow:hidden; }
#recommend .recommend_list .recommend_item_img img{ width:100%;}
#recommend .recommend_list{}
.wid_100 .about_ny{ padding-bottom:0;}
.recommend_item_center{ display:block !important; background:#eee; }
.recommend_item_center .recommend_item{ float:left; left:0;padding: 1.111rem 5rem 1.111rem 5rem}
.recommend_item_center .recommend_item_img{ float:right;}
.recommend_item_bot .recommend_item{ float:right; right:0;padding: 1.111rem 5rem 1.111rem 5rem}
.recommend_item_bot .recommend_item_img{ float:left;}
.recommend_item_top .recommend_item{ float:right;  right:0;padding: 1.111rem 5rem 1.111rem 5rem}
.recommend_item_top .recommend_item_img{ float:left;}
.appbox .item{ position:relative;}
.appbox .item .tj_jj{ position:absolute; top:0; left:0; padding:50px; width:100%; height:100%; background:rgba(0,0,0,0.7); display:none;}
.appbox .item .tj_jj p{ text-align:left;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;}
.appbox .item:hover .tj_jj{ display:block;}
#header .nav .search-box form input[type="submit"] {
    background: url(../images//soutt.webp) no-repeat center center;
}

@media screen and (max-width:1570px){
#recommend .recommend_list .recommend_item .recommend_item_title{ padding-top:0;}
	
	}
@media screen and (max-width:1440px){
#recommend .recommend_list .recommend_item .recommend_item_title{ font-size:20px; line-height:1.5;}
	#recommend .recommend_list .recommend_item .recommend_item_content{ font-size:14px;}
	.youdian h4{ font-size:20px;}
	.youdian p{ font-size:14px;}
	.ml h3{ font-size:40px;}
	.ml p{ font-size:16px;}
	.product_box{ background-image:none;}
	}
@media screen and (max-width:1300px){
	#recommend .recommend_list .recommend_item .recommend_item_content{ font-size:14px; line-height:1.5;}
	}
@media screen and (max-width:991px){
	#recommend .recommend_list .recommend_item{ position:static;}
#recommend{margin-top:3.2vw}
    #recommend .recommend_list{}
    #recommend .recommend_list .recommend_item{width:100%; padding:20px; padding-bottom:30px;}
	#recommend .recommend_list .recommend_item.recommend_item_img{ padding:0;}
    #recommend .recommend_list .recommend_item .recommend_item_small_title{font-size:14px;line-height:20px;color:#888}
    #recommend .recommend_list .recommend_item .recommend_item_title{font-size:18px;line-height:26px; padding-top:10px;}
    #recommend .recommend_list .recommend_item .recommend_item_content{font-size:14px;line-height:20px;color:#000}
    #recommend .recommend_list .recommend_item .recommend_item_content:hover{color: #000;}
	.title3{ margin-top:50px; margin-bottom:30px;}
    .nr{ width:100%; padding-left:15px; padding-right:15px; font-size:14px !important;}
}


#recommend .recommend_list .recommend_item_add{width:100%; position:relative; overflow:hidden; display:block;}
.recommend_item_add .recommend_item{ float:left; left:0;padding: 1.111rem 5rem 1.111rem 5rem}
.recommend_item_add .recommend_item_img{ float:right;}
.recommend_item_add:nth-child(odd) .recommend_item{ float:right; left:auto; right:0;padding: 1.111rem 5rem 1.111rem 5rem}
.recommend_item_add:nth-child(odd) .recommend_item_img{ float:left;}

.foot-top {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.foot-top .foot-ul {
	margin-right: 20px
}
.foot-top .foot-ul::before {
	display: none
}

.foot-top .foot-ul:last-child .foot-des {
	margin-top: 30px;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	line-height: 30px
}
.foot-top .foot-ul:last-child .foot-more {
	line-height: 42px;
	padding: 0 24px
}
.foot-top .foot-ul>li {
	margin-bottom: 38px
}
.foot-top .foot-ul>li.onss .li-list {
	display: block
}
.foot-top .foot-ul>li .list-title {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	position: relative;
	
	display: block;
	text-transform: uppercase
}
.foot-top .foot-ul>li .list-title a {
	font-size: 20px;
	color: #313940;
	line-height: 30px;
	display: block;
	transition: all .3s;
	font-weight:bold;
	text-transform: uppercase;  
    font-family: 'Montserrat-Bold';
}
.foot-top .foot-ul>li .list-title a:hover {
	text-decoration:underline;
}
.foot-top .foot-ul>li .list-title i {
	display: none
}

.foot-top .foot-ul>li .li-list {
	margin-top: 20px
}
.foot-top .foot-ul>li .li-list li {
	display: block;
	padding-left: 16px;
	position: relative;
	transition: all .3s;
	padding-left: 0;
	margin-bottom: 4px;
	line-height: 24px
}
.foot-top .foot-ul>li .li-list li .con .title {
	color: #ccc;
	line-height: 32px;
	font-size: 16px
}
.foot-top .foot-ul>li .li-list li .con .des {
	color: #ccc;
	line-height: 32px;
	font-size: 16px
}
.foot-top .foot-ul>li .li-list li a {
	color: rgba(49,57,64,0.75);
	line-height: 30px;
	font-size: 14px;
	display: block;
	transition: all .3s
}
.foot-top .foot-ul>li .li-list li a:hover {
	text-decoration:underline;
}
.foot-top .foot-ul>li .li-list .pro-title {
	margin-bottom: 18px
}
.foot-top .foot-ul>li .li-list .pro-title i {
	display: none
}
.foot-top .foot-ul>li .li-list .pro-title a {
	font-size: 20px;
	line-height: 30px;
	color: #fff
}
.foot-top .foot-ul>li .li-list .pro-title a:hover {
	color: #0047b3
}


@media (max-width: 768px){
	#recommend .recommend_list .recommend_item{ transform: translate(0,0%);}
	.why_box h1{ font-size:24px;}
	.why_box p{ font-size:12px;}
	.youdian a{ width:100%;}
	.youdian h4{ font-size:18px; margin-top:20px;}
	.why_box p{ margin-bottom:20px;}
	.index_why{background-size: 100%; padding-bottom:70px;}
	.left_box{ width:100%;}
	.left_wz{ top:0;}
	.left_wz h2{ font-size:20px;}
	.left_wz p{ font-size:14px;}
	.i-app{ width:100%; padding:0 0px; padding-bottom:50px;}
	.ml h3{ font-size:20px; margin-top:15px;}
	.tueijian{ padding-top:50px;}
	.ml p{ margin-top:0; font-size:12px;}
	.applist .img-box img{ width:50%;}
	.yingyon{ margin-top:0;background-size: 100%;}
	.applist .item a{ font-size:16px;}
	.appbox .slick-prev{ left:0;}
	.appbox .slick-next{ right:0;}
	.appbox .item .tj_jj{ padding:15px;}
	.appbox .item .tj_jj p{-webkit-line-clamp: 4;}
	.yingyon h3{ font-size:24px;}
	.yy_nr div{ width:100%; font-size:14px;}
	.yy_nr a{ float:left;}
	.yy_img a{ width:100%;}
	.yy_img a .yy_box h3{ font-size:18px;}
	.yy_img a .yy_box p{ font-size:12px;}
	.youshi_box .ys_in{ width:100%;}
	.youshi_box .ys_in .more2{ position:static; margin-left:auto; margin-right:auto; margin-bottom:20px; margin-top:30px;}
	.youshi_box .ys_in img{ margin-top:30px; margin-bottom:30px;}
	.youshi_box .ys_in{ height:auto;}
	.foot_email img{ float:none; display:block;}
	.foot-top .foot-ul>li .list-title {
	padding: 15px 0;
	font-size: 18px
	}
	.foot-top .foot-ul>li .list-title a {
		font-size: 18px
	}
	.foot-top .foot-ul>li .list-title i {
		top: 18px
	}
	.foot-top .foot-ul>li .li-list {
	padding-left: 0px;
	margin-top: 0px
}
.foot-top .foot-ul>li .li-list li {
	padding-left: 10px;
	position: relative
}
.foot-top .foot-ul>li{ margin-bottom:0;}
.foot-top .foot-ul>li .li-list li::after {
	content: '\f105';
	display: inline-block;
	color: #fff;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 14px
}
.foot-top .foot-ul>li .li-list li a{ color:#000;}
.li-list{ display:none;}
.foot-top {
    flex-wrap: wrap;
}
.foot-top .foot-ul>li .list-title i{width: 24px;
    height: 24px;
    position: absolute;
    right: 0; display:block;}
.foot-top .foot-ul{ width:100%;}
.foot-top .foot-ul>li .list-title i{ background:url(../images/foot_left.jpg) no-repeat;}
.foot-top .foot-ul>li.ons .list-title i{ background:url(../images/foot_bottom.jpg) no-repeat;}
	}
	
	
	
.see p{ overflow:auto; display:block;}	
	.column h3{ font-weight:normal; line-height:1.5; padding-top:20px; padding-bottom:20px; background:#fff;}
.ui.grid{ display:flex;flex-wrap:wrap; margin-top:50px; margin-left:-10px; margin-right:-10px;}
.column {
        width: calc(25% - 20px);
        margin: 10px;
      
    }
.column:hover h3{ background:#ef8642; color:#fff;}	
.column img{ width:100%;}
.column h3{ font-size:16px; text-align:center;}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li:nth-child(1)>a, .pagination>li:nth-child(1)>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.8;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.sep-pagination {
	text-align: center
}
.sep-pagination .pagination li a, .sep-pagination .pagination li span {
	padding: 3px 15px;
	color: #333
}
.sep-pagination .pagination li.active a, .sep-pagination .pagination li.active span {
	border-color: #ef8642;
	background: #ef8642;
	color: #fff
}
.sep-pagination .pagination li a:hover {
	border-color: #ef8642;
	background: #ef8642;
	color: #fff
}
.wai1{ position:relative;}
.down{ display:flex;flex-wrap:wrap; margin-left:-1%; margin-right:-1%; }
.down .down_box{ width:31.3333333%; margin-left:1%; margin-right:1%; padding:20px; background:#fff; margin-bottom:2%;}
.down .down_box p{ font-size:16px; color:#000; font-weight:bold; margin-top:20px; margin-bottom:20px;}
.down .down_box a{ width:100px; line-height:33px; background:#313940; color:#fff; display:block; text-align:center;}
.ny_bottom{ height:10px; background:#ef8642;}
.down .down_box:hover{ background:#ef8642;}
.down .down_box:hover p{ color:#fff;}
.down .down_box span{ display:block; overflow:hidden;}
.down .down_box img{transition: 1s ease;} 
.down .down_box:hover img {
    transform: scale(1.1, 1.1);
}
.down .down_box a:hover{ background:#454545;}
.footer-bottom .ui.container .right ul.sharelist li{ margin:0; margin-left:10px;}
.grey_bj{ background:#e8eaec;}
.sanji{ padding:15px;}
.product_bottom{ background:#ef8642; width:100%; float:left; padding-bottom:80px}
.product_bottom h2{ font-size:36px; color:#fff; text-align:center;font-family: 'Montserrat-Bold'; margin-top:50px;}
.product_bottom a{ margin-top:30px;}
.product_bottom a:hover{ background:#000;}
#c_static_334-16590837514360 .e_textarea-46 .s_form-control{ min-height:80px;}
#c_static_334-16590837514360{ clear:both;}
.Related{ background:#313940; padding-top:50px; padding-bottom:50px;}
.Related .sep-title{ color:#fff;font-family: 'Montserrat-Bold';}
.info{ width:100%; padding-top:20px; padding-bottom:20px; background:#fff;}
.Related .title{ color:#333; text-align:center; width:100%;}
.lxwm_tit{ font-size:36px;font-family: 'Montserrat-Bold'; text-align:center; background:#e8eaec; padding-top:60px;}
.news_tit{font-size:36px;font-family: 'Montserrat-Bold'; text-align:center; background:#e8eaec; padding-top:60px; text-transform:uppercase;}
@media (max-width:768px) {
	.column {
        width: 100%;
        margin: 0px; margin-bottom:10px;
      
    }
	.lxwm_tit{ font-size:24px;}
	.news_tit{ font-size:24px;}
	.down .down_box{ width:100%; margin-bottom:20px;}
	.ui.grid{ margin-left:0; margin-right:0;}
	}
	
	