@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  --color: #0e70cc;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1230px;
}
.ui.container.wraper {
  max-width: 1430px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0px 0 39px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
}
#header .h-top{
  background: #0e70cc;
  color: white;
  padding: 12px 0;
}
#header .h-top span{
  font-size: 16px;
  margin-right: 20px;
  font-weight: 300;
}
#header .h-top span img{
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav {
  width: 100%;
  padding-top: 20px;
}
#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: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 13px;
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
  color: #46ac33;
}
#header .nav .ui.menu .menu-box ul.menu>li.active{
  color: #46ac33;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0px 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: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0e70cc;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul{
  left: 100%;
  top: 0;
}
#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: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul,
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .language {
  position: relative;
  margin: 0 25px;
}
#header .nav .ui.menu .language ul {
  -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: 0px;
  min-width: 120px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0e70cc;
  display: none \9;
      overflow: auto;
    max-height: 30em;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 35px;
  color: black;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  width: 24px;
  vertical-align: middle;
  margin-right: 7px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .inquiry {
  background-color: #0e70cc;
  color: #ffffff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .inquiry:hover {
  background-color: #0e70cc;
  color: white;
}
#header.active {
  padding: 0px 0 15px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .product_down {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  -webkit-box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.05);
  padding: 70px 90px;
  display: none;
}
#header .product_down ul {
  margin: -18px;
}
#header .product_down ul li {
  padding: 18px;
}
#header .product_down ul li .box {
  position: relative;
  border-right: 1px solid #cccccc;
}
#header .product_down ul li .box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: 120%;
  height: 1px;
  background: #cccccc;
}
#header .product_down ul li .img {
  width: 30%;
  vertical-align: middle;
}
#header .product_down ul li .img .img-box {
  border: 2px solid #e4e4e4;
}
#header .product_down ul li .img .img-box img {
  width: auto;
  display: block;
  margin: auto;
}
#header .product_down ul li .right {
  width: 70%;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
#header .product_down ul li .right .title {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .product_down ul li:hover .right .title {
  color: #0e70cc;
}
#header .product_down ul li:nth-child(3n) .box {
  border-right: none;
}
#header .product_down ul li:nth-last-child(-n+3) .box::after {
  content: none;
}
#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;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow:hover {
  background-color: #0e70cc;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: #fafafa;
  left: 145px;
}
#banner .slick-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/arrow-l.png") no-repeat center center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .slick-prev:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
  display: none !important;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: white;
}
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;
  word-break: normal;
}
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.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !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: capitalize;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  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.png") 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: #eb623a;
}
#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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  height: 49px;
  line-height: 48px;
  overflow: hidden;
  border-radius: 29px;
  border: 2px solid black;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #0e70cc;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  color: white;
}
.more:hover::after {
  width: 100%;
}
.font-44 {
  font-size: 44px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#banner ul li .content .left {
  padding-top: 60px;
}
#banner ul li .content .left span {
  color: #0e70cc;
  font-size: 24px;
  font-weight: bold;
}
#banner ul li .content .left .h3 {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  margin-top: 21px;
  margin-bottom: 86px;
}
#banner ul li .content .right {
  -webkit-transform: scale(1.2) translateX(60px);
  -moz-transform: scale(1.2) translateX(60px);
  -ms-transform: scale(1.2) translateX(60px);
  transform: scale(1.2) translateX(60px);
}
#banner ul .slick-current li .content .left {
  -webkit-animation: fadeInUp 1s 0.3s linear forwards;
  -moz-animation: fadeInUp 1s 0.3s linear forwards;
  animation: fadeInUp 1s 0.3s linear forwards;
}
#banner ul .slick-current li .content .right img {
  -webkit-animation: fadeInRight 1s 0s linear forwards;
  -moz-animation: fadeInRight 1s 0s linear forwards;
  animation: fadeInRight 1s 0s linear forwards;
}
.side_right {
  position: fixed;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.side_right ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  padding: 0 20px;
}
.side_right ul li {
  position: relative;
  width: 60px;
  height: 90px;
  text-align: center;
  cursor: pointer;
  line-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.side_right ul li img {
  vertical-align: middle;
}
.side_right ul li p {
  position: absolute;
  right: -webkit-calc(100% + 20px);
  right: -moz-calc(100% + 20px);
  right: calc(100% + 20px);
  top: 50%;
  background-color: white;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.5;
  padding: 5px 20px;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.side_right ul li:last-child {
  border-bottom: none;
}
.side_right ul li:hover p {
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}
.side_right ul li .img,
.side_right ul li #ewm{
  position: absolute;
  right: -webkit-calc(100% + 20px);
  right: -moz-calc(100% + 20px);
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  width: 120px;
  height: 120px;
  border: 5px solid white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  text-align: center;
}
.side_right ul li .img{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;*/
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  border: none;
}
.side_right ul li .img img{
  width: 100%;
}
.side_right ul li .img span{
  line-height: 2;
}
.side_right ul li:hover .img,
.side_right ul li:hover #ewm{
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}
#index-body .i-solution {
  padding: 130px 0 140px;
}
#index-body .i-solution .content .h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
#index-body .i-solution .content .des {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-top: 27px;
}
#index-body .i-solution .box1 .content {
  padding: 50px 20px 20px 75px;
}
#index-body .i-solution .box2 .img {
  vertical-align: middle;
}
#index-body .i-solution .box2 .content {
  vertical-align: middle;
  padding-right: 90px;
}
#index-body .i-solution .center_img {
  position: absolute;
  left: 53%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#index-body .i-solution .center_img img {
  max-width: 80%;
}
#index-body .i-solution .center_img .link {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #46ac33;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 48%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-solution .center_img .link img {
  vertical-align: middle;
}
#index-body .i-product {
  background: #f5f5f5;
  padding-top: 128px;
  padding-bottom: 120px;
}
#index-body .i-product .ui.container {
  max-width: 1385px;
}
#index-body .i-product .h3 {
  color: #0e70cc;
  margin: 16px 0 48px;
}
#index-body .i-product .h4 {
  color: #333333;
}
#index-body .i-product .txt {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 53px;
}
#index-body .i-product ul {
  margin: -15px;
}
#index-body .i-product ul li {
  padding: 15px;
}
#index-body .i-product ul li .box {
  background: #e6e6e6;
  text-align: center;
  padding: 20px;
}
#index-body .i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .box .name {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  display: block;
  min-height: 78px;
}
#index-body .i-product ul li:hover .box .name {
  color: #0e70cc;
}
#index-body .i-about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 110px;
  padding: 91px 0 98px;
}
#index-body .i-about .left {
  width: 55%;
  padding-right: 50px;
  vertical-align: middle;
}
#index-body .i-about .left .h3 {
  color: white;
}
#index-body .i-about .left .content {
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
  margin: 42px 0 62px;
  font-weight: 300;
}
#index-body .i-about .left .btn {
  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;
}
#index-body .i-about .left .btn .more {
  color: white;
  border-color: white;
}
#index-body .i-about .left .btn .play {
  position: relative;
  margin-left: 70px;
  z-index: 2;
}
#index-body .i-about .left .btn .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .left .btn .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-about .right {
  width: 45%;
  vertical-align: middle;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
#index-body .i-about .right ul {
  margin: -12px;
}
#index-body .i-about .right ul li {
  padding: 12px;
}
#index-body .i-application {
  padding-top: 160px;
}
#index-body .i-application .h4 {
  color: #333;
}
#index-body .i-application .h3 {
  color: #0e70cc;
  margin: 15px 0 19px;
}
#index-body .i-application .txt {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  text-align: center;
  padding: 0 80px;
  margin-bottom: 50px;
}
#index-body .i-application ul {
  margin: -15px;
}
#index-body .i-application ul li {
  padding: 15px;
}
#index-body .i-application ul li .img-box {
  display: block;
  position: relative;
}
#index-body .i-application ul li .img-box .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  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;
  color: white;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
}
#index-body .i-application ul li .img-box .content span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application ul li:hover .content {
  opacity: 1;
}
#index-body .i-application ul li:hover .content span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-application .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;
  background: #f6f6f6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 0;
  z-index: 3;
  border: none;
}
#index-body .i-application .slick-prev {
  left: -100px;
}
#index-body .i-application .slick-next {
  right: -100px;
}
#index-body .i-application .slick-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-l.png) no-repeat center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application .slick-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-l.png) no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application .slick-arrow:hover {
  background: #0e70cc;
}
#index-body .i-application .slick-arrow:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-contact {
  background: #46ac33;
  color: white;
  padding: 80px 0;
  margin-top: 30px;
}
#index-body .i-contact .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-contact .box .more {
  background: white;
  border-color: white;
  color: #46ac33;
  padding: 0 40px;
}
#index-body .i-contact .box .more:hover {
  color: white;
}
#index-body .i-news {
  background-color: #f8f8f8;
  padding-top: 137px;
  padding-bottom: 130px;
}
#index-body .i-news .h4 {
  position: relative;
  color: #333;
  margin-bottom: 85px;
  padding-bottom: 16px;
}
#index-body .i-news .h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e4e4e4;
  height: 5px;
  width: 65px;
}
#index-body .i-news .h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e4e4e4;
}
#index-body .i-news ul {
  margin: -15px;
}
#index-body .i-news ul li {
  padding: 15px;
}
#index-body .i-news ul li .box {
  background: white;
}
#index-body .i-news ul li .box .content {
  padding: 40px 20px 20px;
}
#index-body .i-news ul li .box .content .time {
  font-size: 14px;
  font-weight: 300;
}
#index-body .i-news ul li .box .content .name {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  display: block;
  margin: 17px 0 37px;
  color: #333;
}
#index-body .i-news ul li .box .content .mores {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  color: #b6b6b6;
}
#index-body .i-news ul li .box .content .mores:hover {
  color: #46ac33;
}
#index-body .i-form {
  padding-top: 96px;
  padding-bottom: 125px;
}
#index-body .i-form .txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 26px 0 50px;
  opacity: 0.8;
}
#index-body .i-form ul.contact li {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  padding-right: 50px;
  padding-left: 115px;
  width: 30%;
  vertical-align: middle;
}
#index-body .i-form ul.contact li img {
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-form ul.contact li p {
  opacity: 0.8;
}
#index-body .i-form ul.contact li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 48px;
  background: #b9b9b9;
}
#index-body .i-form ul.contact li:first-child {
  padding-left: 80px;
  width: 40%;
}
#index-body .i-form ul.contact li:first-child img {
  left: 10px;
}
#index-body .i-form ul.contact li:last-child {
  padding-right: 0;
}
#index-body .i-form ul.contact li:last-child::after {
  content: none;
}
#index-body .i-form form {
  padding: 0 150px;
  margin-top: 86px;
}
#index-body .i-form form ul {
  margin: -15px;
}
#index-body .i-form form ul li {
  padding: 15px;
}
#index-body .i-form form ul li label {
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
#index-body .i-form form ul li input,
#index-body .i-form form ul li textarea {
  width: 100%;
  font-size: 18px;
  height: 51px;
  border-radius: 7px;
  padding: 0 15px;
  border: 1px solid #b9b9b9;
}
#index-body .i-form form ul li textarea {
  padding: 15px;
  height: 130px;
}
#index-body .i-form form ul li input[type="submit"] {
  width: auto;
  background: white;
  border-color: black;
  border-width: 2px;
  border-radius: 24px;
  padding: 0 60px;
}
#index-body .i-form form ul li input[type="submit"]:hover {
  background: #0e70cc;
  border-color: #0e70cc;
}
#index-body .i-form form ul li.wid-100 {
  width: 100%;
}
#footer {
  background-color: #333333;
  padding-top: 69px;
}
#footer .wrap {
  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;
}
#footer .wrap .one .share {
  margin-top: 36px;
}
#footer .wrap .one .share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #393939;
  margin-right: 1px;
  color: white;
  text-align: center;
  line-height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .one .share a i {
  font-size: 20px;
}
#footer .wrap .one .share a:hover {
  background-color: #0e70cc;
}
#footer .wrap .h5 {
  color: white;
  font-size: 18px;
  margin-bottom: 18px;
}
#footer .wrap ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-left: 0;
  font-size: 16px;
  color: #b5b5b5;
  position: relative;
  margin-bottom: 7px;
  font-weight: 300;
  line-height: 1.8;
}
#footer .wrap ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 0;
  height: 1px;
  background-color: #0e70cc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap ul li:hover {
  padding-left: 20px;
  color: white;
}
#footer .wrap ul li:hover::after {
  width: 15px;
}
#footer .wrap .second {
  max-width: 260px;
}
#footer .wrap .three {
  max-width: 270px;
}
/*#footer .wrap .three ul li::after {
  content: none;
}
#footer .wrap .three ul li:hover {
  padding-left: 0;
}*/
#footer .wrap .four {
  max-width: 250px;
}
#footer .wrap .four p {
  font-size: 14px;
  line-height: 2;
  color: #b6b6b6;
  font-weight: 300;
  margin-bottom: 30px;
}
#footer .wrap .four a {
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .wrap .four a img {
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .four a:hover {
  background-color: #0e70cc;
}
#footer .f-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  margin-top: 60px;
  color: white;
  font-size: 14px;
}
#footer .f-copy p {
  font-size: 14px;
  color: white;
  font-weight: 300;
}
#footer .f-copy svg {
  max-height: 25px;
  width: auto;
  fill: white;
}
@media screen and (max-width: 1230px) {
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 6px;
  }
  #header .nav .ui.menu .logo {
    width: 160px;
  }
  #banner .slick-arrow{
    display: none !important;
  }
  #banner .slick-prev {
    left: 15px;
  }
  #banner ul li .content .left{
    vertical-align: bottom;
    padding-bottom: 30px;
  }
  #banner ul li .content .left .h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  #banner ul li .content .right {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .side_right {
    right: 15px;
  }
  .side_right ul {
    padding: 0 12px;
    border-radius: 12px;
  }
  .side_right ul li {
    width: 40px;
    height: 65px;
    line-height: 65px;
  }
  #index-body .i-solution .center_img img {
    width: 54%;
  }
  #index-body .i-solution {
    padding: 80px 0;
  }
  #index-body .i-product {
    padding: 65px 0 75px;
  }
  #index-body .i-about {
    margin-top: 75px;
  }
  #index-body .i-about .right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .i-application {
    padding-top: 60px;
  }
  #index-body .i-news {
    padding: 45px 0 70px;
  }
  #index-body .i-news .h4 {
    margin-bottom: 45px;
  }
  #index-body .i-form {
    padding: 55px 0 70px;
  }
  #index-body .i-form ul.contact li img {
    left: 13px;
  }
  #index-body .i-form ul.contact li {
    padding-left: 80px;
  }
  #footer .wrap .second ul li {
    width: 100%;
  }
  #footer .wrap .second {
    max-width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .font-32 {
    font-size: 28px;
  }
  #banner ul li .content .left span {
    font-size: 18px;
  }
  #banner ul li .content .left .h3 {
    font-size: 24px;
  }
  #banner .slick-arrow {
    display: none !important;
  }
  #banner ul li .content .left {
    padding-top: 30px;
  }
  #index-body .i-solution .center_img {
    display: none;
  }
  #index-body .i-solution .box1 .content {
    padding: 10px 0 10px 20px;
  }
  #index-body .i-solution .content .des {
    margin-top: 10px;
    line-height: 1.8;
  }
  #index-body .i-solution .content .h4 {
    font-size: 20px;
  }
  #index-body .i-solution .box2 .content {
    padding-right: 20px;
  }
  #index-body .i-about .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-application .txt {
    padding: 0;
  }
  #index-body .i-contact .box .more {
    margin-top: 20px;
  }
  #index-body .i-form ul.contact li:first-child {
    width: 100%;
  }
  #index-body .i-form ul.contact li:first-child::after {
    content: none;
  }
  #index-body .i-form ul.contact li {
    width: 50%;
    margin: 10px 0;
  }
  #index-body .i-form form {
    padding: 0;
  }
  #footer .wrap .second,
  #footer .wrap .three {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content .left .h3 {
    font-size: 17px;
    margin: 5px 0 10px;
  }
  .side_right{
    display: none!important;
  }
  #banner ul li .content .left span {
    font-size: 15px;
  }
  #index-body .i-solution .box .content {
    width: 100%;
    margin: 20px 0;
  }
  #index-body .i-solution .box .img {
    width: 100%;
  }
  #index-body .i-solution .box .content {
    padding-left: 0;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-32 {
    font-size: 26px;
  }
  #index-body .i-product ul li .box .name {
    font-size: 16px;
    line-height: 26px;
  }
  #index-body .i-form ul.contact li {
    width: 100%;
  }
  #index-body .i-form ul.contact li::after {
    content: none;
  }
  #index-body .i-form form {
    margin-top: 45px;
  }
  #index-body .i-form form ul li {
    width: 100%;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .one,
  #footer .wrap .four {
    width: 100%;
    max-width: 100%;
  }
  #footer .wrap .four {
    margin-top: 20px;
  }
  #footer .f-copy p {
    font-size: 16px;
  }
  #footer .f-copy {
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content .right {
    display: none;
  }
  #index-body .i-form ul.contact li {
    padding-right: 0;
  }
}
.inner-banner {
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  height: 746px;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.inner-banner .ui.container h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.mbx {
  font-size: 20px;
  padding: 50px 0;
}
.mbx a {
  color: #333333;
}
.mbx.prodet {
  background: #eeeeee;
  margin-top: 127px;
  padding: 20px 0;
}
.fw-500 {
  font-weight: 500;
}
.about-page .about-1 {
  background: url(../images/icon-1.png) no-repeat center top;
  padding-top: 80px;
}
.about-page .about-1 .h3 {
  color: #0e70cc;
  text-align: center;
  margin: 16px 0 42px;
}
.about-page .about-1 .content {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.about-page .about-1 ul {
  padding: 105px 0 90px;
}
.about-page .about-1 ul li {
  text-align: center;
}
.about-page .about-1 ul li .h2 {
  font-size: 60px;
  line-height: 1;
  color: #46ac33;
  font-weight: bold;
  position: relative;
}
.about-page .about-1 ul li .h2 span {
  font-size: 20px;
  font-weight: normal;
  position: absolute;
}
.about-page .about-1 ul li p {
  font-size: 20px;
  color: #333333;
  margin-top: 16px;
}
.about-page .about-2 .top {
  text-align: center;
  color: white;
  padding: 180px 0 250px;
}
.about-page .about-2 .top .play {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.about-page .about-2 .top .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-2 .top .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-2 .top p {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  line-height: 1.8;
}
.about-page .about-2 .bottom {
  background: #46ac33;
  padding: 50px 0 80px;
}
.about-page .about-2 .bottom .ui.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .bottom .ui.container p {
  font-size: 20px;
  color: white;
  padding-right: 45px;
}
.about-page .about-2 .bottom .ui.container .more {
  border-color: white;
  color: white;
}
.about-page .about-3 {
  padding: 130px 0;
}
.about-page .about-3 .h3 {
  font-weight: 600;
}
.about-page .about-3 .left {
  padding-right: 50px;
}
.about-page .about-3 .left .txt {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  padding-right: 135px;
}
.about-page .about-3 .left ul {
  margin-top: 75px;
}
.about-page .about-3 .right {
  padding-left: 50px;
}
.about-page .about-3 .right ul {
  margin-top: 115px;
}
.about-page .about-3 .img {
  border-radius: 17px;
  overflow: hidden;
}
.about-page .about-3 ul li {
  margin-bottom: 80px;
}
.about-page .about-3 ul li .h5 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.about-page .about-3 ul li .h5::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -8px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #46ac33;
  z-index: -1;
}
.about-page .about-3 ul li .des {
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}
.about-page .about-4 .top {
  padding: 60px 0;
}
.about-page .about-4 .top ul li {
  text-align: center;
  overflow: hidden;
}
.about-page .about-4 .top ul li .year {
  font-size: 28px;
  font-weight: bold;
  color: #bababa;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 .top ul li span {
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: white;
  border: 12px solid #b9b9b9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.about-page .about-4 .top ul li span::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  background: #46ac33;
  z-index: -1;
}
.about-page .about-4 .top ul li span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  background: #46ac33;
  z-index: -1;
}
.about-page .about-4 .top ul .slick-current .year {
  color: black;
}
.about-page .about-4 .top ul .slick-current span {
  border-color: #46ac33;
}
.about-page .about-4 .top ul .slick-arrow {
  position: absolute;
  top: 71%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.about-page .about-4 .top ul .slick-next {
  right: -20px;
  border-left: 12px solid #46ac33;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  position: relative;
  padding: 15px;
}
.about-page .about-4 .bottom ul li .img {
  width: 50%;
  border-radius: 18px;
  overflow: hidden;
}
.about-page .about-4 .bottom ul li .content {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #46ac33;
  color: white;
  border-radius: 10px;
  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;
  min-height: 240px;
  max-height: 240px;
  width: 60%;
  padding: 50px;
}
.about-page .about-4 .bottom ul li .content .des {
  font-size: 18px;
  line-height: 38px;
}
.about-page .about-5 {
  padding: 4px 0 55px;
}
.about-page .about-5 ul {
  margin: -15px;
}
.about-page .about-5 ul li {
  padding: 15px;
}
.gallery-page {
  padding-bottom: 90px;
}
.gallery-page .content {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 60px;
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
  text-align: center;
}
.gallery-page ul li p {
  font-size: 18px;
  padding: 15px;
}
.gallery-page.factory ul li p {
  background: #f8f8f8;
  -webkit-box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
  box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
}
.m-page {
  margin-top: 40px;
  text-align: center;
}
.m-page span,
.m-page a {
  display: inline-block;
  width: 57px;
  height: 57px;
  background: #333333;
  color: white;
  text-align: center;
  line-height: 57px;
  font-size: 18px;
  margin: 0 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100%;
}
.m-page span,
.m-page a:hover {
  background: #46ac33;
}
.inner-page .sideBar .sideLeft {
  width: 37% !important;
}
.inner-page .sideBar .sideLeft .search {
  width: 70%;
}
.inner-page .sideBar .sideLeft .search form {
  position: relative;
}
.inner-page .sideBar .sideLeft .search form input {
  width: 100%;
  height: 68px;
  font-size: 18px;
  background: #f4f4f4;
  padding: 0 15px;
  border: none;
}
.inner-page .sideBar .sideLeft .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  background: url(../images/search-white.png) no-repeat center #46ac33;
}
.inner-page .sideBar .sideLeft .h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-top: 70px;
  padding-bottom: 9px;
}
.inner-page .sideBar .sideLeft .h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 2px;
  background: #46ac33;
}
.inner-page .sideBar .sideLeft > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 15px 0;
}
.inner-page .sideBar .sideLeft > ul > li ul li a {
  font-size: 16px;
  color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 12px 0 12px 20px;
}
.inner-page .sideBar .sideLeft > ul li:hover > a,
.inner-page .sideBar .sideLeft > ul li.active > a {
  color: #46ac33;
}
.inner-page .sideBar .sideLeft > ul li.active ul {
  display: block;
}
.inner-page .sideBar .sideRight {
  width: 63% !important;
  padding-left: 50px;
}
.inner-page .sideBar .sideRight h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-bottom: 29px;
  line-height: 1.8;
}
.inner-page .sideBar .sideRight h1::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 9px;
  height: 100%;
  background: #46ac33;
}
.inner-page .sideBar .sideRight .Auxil-catdes {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin: 20px 0 75px;
}
.product-page ul.prolist {
  margin: -13px;
}
.product-page ul.prolist li {
  padding: 13px;
  text-align: center;
}
.product-page ul.prolist li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #e6e6e6;
  padding: 22px;
}
.product-page ul.prolist li .box img {
  display: block;
  width: auto;
  margin: auto;
}
.product-page ul.prolist li .box .name {
  font-size: 16px;
  line-height: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  display: block;
  min-height: 73px;
}
.product-page ul.prolist li .box:hover .name {
  color: #0e70cc;
}
.product-page .prodet-related.factory ul.prolist li .box{
  padding: 0;
  background: white;
}
.product-page .prodet-related.factory ul.prolist li .box .name{
  min-height: unset;
  margin-top: 15px;
}
.seo_block {
  margin-top: 200px;
}
.seo_block .Auxil-about .ui.container {
  max-width: 100%;
  padding: 0;
}
.seo_block .Auxil-about .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seo_block .Auxil-about .left {
  position: relative;
  width: 48%;
  padding-left: 13%;
  padding-right: 40px;
}
.seo_block .Auxil-about .left .h3 {
  line-height: 1.6;
  color: #0e70cc;
  margin: 17px 0 36px;
}
.seo_block .Auxil-about .left .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 37px;
  font-weight: 300;
}
.seo_block .Auxil-about .left .more {
  border-color: #46ac33;
  color: #46ac33;
  font-weight: 500;
  padding: 0 45px;
}
.seo_block .Auxil-about .left .more:hover {
  color: white;
}
.seo_block .Auxil-about .left::after {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  width: 110%;
  height: 100%;
  background: #f3f3f3;
  z-index: -1;
}
.seo_block .Auxil-about .right {
  width: 52%;
  position: relative;
}
.seo_block .Auxil-about .right .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.seo_block .Auxil-about .right .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.seo_block .Auxil-about .right .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.seo_block .Auxil-honor {
  padding: 130px 0;
}
.seo_block .Auxil-honor .h3 {
  color: #0e70cc;
  margin: 10px 0 45px;
}
.seo_block .Auxil-honor ul {
  margin: -15px;
}
.seo_block .Auxil-honor ul li {
  padding: 15px;
  text-align: center;
}
.seo_block .Auxil-honor ul li p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 2;
}
.seo_block .Auxil-news {
  padding-bottom: 110px;
}
.seo_block .Auxil-news .h3 {
  color: #0e70cc;
  margin: 10px 0 45px;
}
.seo_block .Auxil-news ul {
  margin: 0 -22px 0 -55px;
}
.seo_block .Auxil-news ul li {
  padding: 0 22px 0 55px;
  border-right: 1px solid #eee;
}
.seo_block .Auxil-news ul li .time {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}
.seo_block .Auxil-news ul li .title {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  display: block;
  margin: 17px 0 18px;
}
.seo_block .Auxil-news ul li .des {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  margin-bottom: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.seo_block .Auxil-news ul li .mores {
  font-size: 16px;
  font-weight: 500;
  color: #46ac33;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seo_block .Auxil-news ul li .mores:hover {
  color: #0e70cc;
}
.seo_block .Auxil-form {
  background: #f1f1f1;
  padding: 75px 0 90px;
}
.seo_block .Auxil-form .txt {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 5px 0 25px;
}
.seo_block .Auxil-form form ul {
  margin: -10px -28px;
}
.seo_block .Auxil-form form ul li {
  padding: 10px 28px;
}
.seo_block .Auxil-form form ul li input,
.seo_block .Auxil-form form ul li textarea {
  width: 100%;
  background: white;
  border: none;
  font-size: 18px;
  padding: 0 15px;
  height: 78px;
}
.seo_block .Auxil-form form ul li textarea {
  padding: 15px;
  height: 195px;
}
.seo_block .Auxil-form form ul li input[type="submit"] {
  width: auto;
  height: 50px;
  padding: 0 50px;
  background: transparent;
  border: 2px solid #333;
}
.seo_block .Auxil-form form ul li input[type="submit"]:hover {
  background: #0e70cc;
  border-color: #0e70cc;
}
.seo_block .Auxil-form form ul li.wid-100 {
  width: 100%;
}
.seo_block .Auxil-industry {
  padding: 100px 0 70px;
  line-height: 2;
}
.seo_block .Auxil-industry .content {
  font-size: 18px;
  margin-top: 20px;
}
.prodet-page .prodet-1 {
  background: url(../images/pordet-1-bg.jpg) no-repeat bottom;
  padding-bottom: 60px;
}
.prodet-page .prodet-1 .left {
  width: 35%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left h1 {
  font-size: 40px;
  font-weight: bold;
}
.prodet-page .prodet-1 .left .btn {
  margin: 44px 0 80px;
}
.prodet-page .prodet-1 .left .btn a {
  background: #46ac33;
  border: none;
  color: white;
  margin-right: 15px;
  height: 36px;
  line-height: 36px;
}
.prodet-page .prodet-1 .left .btn .download {
  background: #bfbfbf;
  margin-right: 0;
}
.prodet-page .prodet-1 .left .m-link a {
  display: block;
  font-size: 16px;
  color: #333333;
  margin: 12px 0;
}
.prodet-page .prodet-1 .right {
  width: 65%;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 110px;
}
.prodet-page .prodet-2 .title {
  color: #0e70cc;
}
.prodet-page .prodet-2 .title img {
  vertical-align: bottom;
  margin-right: 10px;
}
.prodet-page .prodet-2 .content {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 30px;
}
.prodet-page .prodet-3 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.prodet-page .prodet-3 .title {
  color: #0e70cc;
  margin-bottom: 75px;
}
.prodet-page .prodet-3 ul.top {
  margin: -14px;
}
.prodet-page .prodet-3 ul.top li {
  padding: 14px;
}
.prodet-page .prodet-3 ul.top li .icon {
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 45px 20px;
}
.prodet-page .prodet-3 ul.top li .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 ul.top li:hover .icon,
.prodet-page .prodet-3 ul.top li.active .icon {
  background: #46ac33;
}
.prodet-page .prodet-3 ul.top li:hover .icon img,
.prodet-page .prodet-3 ul.top li.active .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-3 .content_box {
  padding-top: 75px;
}
.prodet-page .prodet-3 .content_box .item {
  padding: 0 120px;
}
.prodet-page .prodet-3 .content_box .item .left {
  width: 25%;
  padding-right: 30px;
}
.prodet-page .prodet-3 .content_box .item .right {
  width: 75%;
  background: url(../images/douhao.png) no-repeat right 0 top 100%;
  padding-bottom: 30px;
}
.prodet-page .prodet-3 .content_box .item .right .des {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
.prodet-page .prodet-3 .content_box .item .right .des::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}
.prodet-page .prodet-4 {
  padding-top: 65px;
}
.prodet-page .prodet-4 .title {
  color: #0e70cc;
  margin-bottom: 20px;
}
.prodet-page .prodet-display {
  padding-top: 65px;
}
.prodet-page .prodet-display .title {
  color: #0e70cc;
  margin-bottom: 20px;
}
.prodet-page .prodet-display .content .left {
  width: 77.6%;
  padding-right: 5px;
}
.prodet-page .prodet-display .content .left ul li img {
  width: 100%;
}
.prodet-page .prodet-display .content .right {
  width: 22.4%;
  padding-left: 5px;
}
.prodet-page .prodet-display .content .right ul {
  margin: -5px;
}
.prodet-page .prodet-display .content .right ul li {
  padding: 5px;
}
.prodet-page .prodet-display .content .right ul li img {
  width: 100%;
}
.prodet-page .seo_block {
  margin-top: 180px;
}
.prodet-related {
  padding: 60px 0 0;
}
.solution-page .prodet-related{
  padding: 80px 0;
}
.prodet-related .title {
  color: #0e70cc;
  margin-bottom: 30px;
}
.service-page .service-1 {
  padding-bottom: 110px;
}
.service-page .service-1 .left {
  padding-right: 80px;
}
.service-page .service-1 .left .h3 {
  color: #0e70cc;
  margin: 15px 0 28px;
}
.service-page .service-1 .left .txt {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 44px;
}
.service-page .service-1 .left .img img {
  margin-bottom: 10px;
}
.service-page .service-1 .right {
  padding-top: 70px;
}
.service-page .service-1 .right ul li {
  position: relative;
  padding: 33px 0 33px 180px;
  border-left: 1px solid #0f71c9;
}
.service-page .service-1 .right ul li .icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  text-align: center;
  line-height: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e70cc), to(#46ac33));
  background-image: -webkit-linear-gradient(top, #0e70cc, #46ac33);
  background-image: -moz-linear-gradient(top, #0e70cc, #46ac33);
  background-image: linear-gradient(to bottom, #0e70cc, #46ac33);
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-1 .right ul li .icon img {
  vertical-align: middle;
  z-index: 3;
  position: relative;
}
.service-page .service-1 .right ul li .icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  background: white;
  z-index: 1;
  border-radius: 100%;
}
.service-page .service-1 .right ul li .icon::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #46ac33;
}
.service-page .service-1 .right ul li .h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 7px;
}
.service-page .service-1 .right ul li .des {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: #333;
}
.service-page .seo_block {
  margin-top: 0;
}
.application-page {
  padding-bottom: 75px;
}
.application-page ul {
  margin: -13px;
}
.application-page ul li {
  padding: 13px;
  text-align: center;
}
.application-page ul li .box {
  position: relative;
}
.application-page ul li .box .img-box{
  max-height: 470px;
  display: block;
}
.application-page ul li .box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.application-page ul li .box .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 112, 204, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  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;
  opacity: 0;
}
.application-page ul li .box .link span {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 72px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-page ul li .box .link span img {
  vertical-align: middle;
}
.application-page ul li p {
  font-size: 24px;
  margin: 10px 0;
}
.application-page ul li:hover .box .link {
  opacity: 1;
}
.application-page ul li:hover .box .link span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.appdet-page .appdet-1 .content {
  position: relative;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 40px;
  padding-top: 50px;
}
.appdet-page .appdet-1 .content::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  right: -80px;
  height: 140%;
  background: #f7f7f7;
  z-index: -1;
}
.appdet-page .appdet-2 {
  padding-top: 100px;
}
.appdet-page .appdet-2 .h3 {
  color: #0e70cc;
  width: 80%;
  margin: auto;
  margin-bottom: 52px;
}
.appdet-page .appdet-2 ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.appdet-page .appdet-2 ul li {
  padding: 33px;
  width: 31%;
  text-align: center;
  margin-bottom: 30px;
}
.appdet-page .appdet-2 ul li,
.appdet-page .appdet-2 ul li .box {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(23, 23, 23, 0.18);
  box-shadow: 0px 0px 9px 0px rgba(23, 23, 23, 0.18);
  padding: 50px 35px;
  text-align: center;
}
.appdet-page .appdet-2 ul li .box .icon {
  width: 135px;
  height: 135px;
  background: #f2f2f2;
  border-radius: 100%;
  text-align: center;
  line-height: 135px;
  margin: auto;
}
.appdet-page .appdet-2 ul li .box .icon img {
  vertical-align: middle;
}
.appdet-page .appdet-2 ul li strong,
.appdet-page .appdet-2 ul li .box .h5 {
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 20px;
  display: block;
}
.appdet-page .appdet-2 ul li,
.appdet-page .appdet-2 ul li .box .des {
  font-size: 16px;
  line-height: 28px;
  
}
.appdet-page .prodet-related {
  padding: 130px 0 50px;
}
.appdet-page .related_case {
  padding: 120px 0 110px;
}
.appdet-page .related_case .h3 {
  color: #0e70cc;
  margin-bottom: 40px;
}
.appdet-page .related_case .left {
  /*width: 60.3%;*/
  width: 66.8%;
  padding-right: 10px;
}
.appdet-page .related_case .left ul li img {
  width: 100%;
}
.appdet-page .related_case .right {
  /*width: 39.7%;*/
  width: 33.1%;
  padding-left: 10px;
}
.appdet-page .related_case .right ul {
  margin: -8px;
}
.appdet-page .related_case .right ul li {
  padding: 8px;
}
.appdet-page .related_case .right ul li img {
  width: 100%;
}
.appdet-page .related_case .link {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  display: block;
  margin-top: 20px;
}
.appdet-page .related_case .link span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #46ac33;
  text-align: center;
  vertical-align: super;
}
.appdet-page .related_case .link span img {
  width: 25px;
  vertical-align: middle;
}
.appdet-page .seo_block {
  margin-top: 0;
}
.news-page ul.newslist {
  margin: -15px;
}
.news-page ul.newslist li {
  padding: 15px;
}
.news-page ul.newslist li .box {
  background: white;
}
.news-page ul.newslist li .box .content {
  padding: 40px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
}
.news-page ul.newslist li .box .content .time {
  font-size: 14px;
  font-weight: 300;
}
.news-page ul.newslist li .box .content .name {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  display: block;
  margin: 17px 0 20px;
  color: #333;
}
.news-page ul.newslist li .box .content .des {
  font-size: 14px;
  line-height: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 60px;
}
.news-page ul.newslist li .box .content .mores {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  color: #b6b6b6;
}
.news-page ul.newslist li .box .content .mores:hover {
  color: #46ac33;
}
.news-page .seo_block {
  margin-top: 0;
}
.newdet-page h1 {
  color: #0e70cc;
  margin-bottom: 60px;
  width: 75%;
}
.newdet-page .content {
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.newdet-page .m-link {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 30px;
}
.newdet-page .m-link a {
  margin: 5px 0;
}
.newdet-page .seo_block {
  margin-top: 0;
}
.inner-page ul.top_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}
.inner-page ul.top_nav li {
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 20px;
  padding: 10px 30px;
  color: #333333;
}
.inner-page ul.top_nav li.active,
.inner-page ul.top_nav li:hover {
  background: #4aad32;
  color: white;
}
.download-page {
  padding-bottom: 100px;
}
.download-page .txt {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 35px;
}
.download-page ul {
  margin: -10px;
}
.download-page ul li {
  padding: 10px;
}
.download-page ul li .img {
  position: relative;
  border: 1px solid black;
  padding: 5px;
}
.download-page ul li .img .icon {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.3);
  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;
  opacity: 0;
}
.download-page ul li .img .icon span {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 90px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.download-page ul li .img .icon span img {
  vertical-align: middle;
}
.download-page ul li p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 12px;
}
.download-page ul li:hover .img .icon {
  opacity: 1;
}
.download-page ul li:hover .img .icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-page {
  padding-bottom: 100px;
}
.video-page ul {
  margin: -8px 16px;
}
.video-page ul li {
  padding: 8px 16px;
}
.video-page ul li .box {
  border: 1px solid #333;
  position: relative;
  padding: 10px;
}
.video-page ul li .box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page {
  padding-bottom: 77px;
}
.faq-page ul li {
  margin-bottom: 34px;
}
.faq-page ul li .h4 {
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #f1f1f1;
  padding: 34px 30px;
  padding-right: 66px;
}
.faq-page ul li .h4 i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 43px;
  cursor: pointer;
}
.faq-page ul li .h4 i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li .h4 i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li .content {
  font-size: 18px;
  line-height: 50px;
  display: none;
  padding: 34px 30px;
  -webkit-box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
  box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
}
.faq-page ul li.active .h4 {
  background: #4aad32;
  color: white;
  line-height: 2;
}
.faq-page ul li.active .h4 i::before,
.faq-page ul li.active .h4 i::after {
  background: white;
}
.faq-page ul li.active .h4 i:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.solution-page .solution-1 {
  position: relative;
  padding-bottom: 25px;
}
.solution-page .solution-1 .h2 {
  color: #0e70cc;
}
.solution-page .solution-1 .content {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin: 16px 0 67px;
  text-align: center;
  padding: 0 60px;
}
.solution-page .solution-1 .img {
  text-align: center;
}
.solution-page .solution-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 147px;
  background: #0e70cc;
  z-index: -1;
}
.solution-page .solution-2 {
  padding-top: 110px;
}
.solution-page .solution-2 .top {
  padding-bottom: 60px;
}
.solution-page .solution-2 .top .left {
  vertical-align: middle;
}
.solution-page .solution-2 .top .right {
  vertical-align: middle;
  padding-left: 70px;
}
.solution-page .solution-2 .top .right .h4, .solution-page .solution-2 .colorsetnow{
  color: #0e70cc;
}
.solution-page .solution-2 .top .right .content, .solution-page .solution-2 .content.contentstyle1 {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-top: 35px;
}
.solution-page .solution-2 .center {
  position: relative;
  padding: 50px 0 60px;
  z-index: 1;
}
.solution-page .solution-2 .center ul {
  margin: 0 -15px;
  z-index: 3;
}
.solution-page .solution-2 .center ul li {
  text-align: center;
  position: relative;
  padding: 0 15px;
}
.solution-page .solution-2 .center ul li .img {
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.solution-page .solution-2 .center ul li .img img {
  margin: auto;
}
.solution-page .solution-2 .center ul li span {
  display: block;
  width: 45px;
  height: 45px;
  background: #999999;
  border-radius: 100%;
  position: relative;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.solution-page .solution-2 .center ul li span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
  background: #cccccc;
  border: 5px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.solution-page .solution-2 .center ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  height: 1px;
  background: #0e70cc;
  z-index: -1;
}
.solution-page .solution-2 .center ul .slick-current li .img {
  opacity: 1;
}
.solution-page .solution-2 .center ul .slick-current li span {
  background: #0e70cc;
}
.solution-page .solution-2 .center ul .slick-current li span::after {
  background: #0e70cc;
}
.solution-page .solution-2 .center .content {
  padding: 0 140px;
  margin-top: 15px;
  z-index: 3;
  position: relative;
}
.solution-page .solution-2 .center .content .des {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.solution-page .solution-2 .center::after {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  right: -70px;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 0;
}
.solution-page .solution-3 .left {
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 60px;
}
.solution-page .solution-3 .left .h4 {
  color: #0e70cc;
}
.solution-page .solution-3 .left .content {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-top: 35px;
}
.solution-page .solution-3 .right {
  vertical-align: middle;
  text-align: right;
}
.solution-page .solution-4 {
  padding-bottom: 130px;
}
.solution-page .solution-4 .box {
  background: url(../images/solution-page-5.jpg) no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 105px 0 120px;
}
.solution-page .solution-4 .box .content {
  font-size: 18px;
  line-height: 32px;
  width: 65%;
  margin: 39px auto 45px;
  font-weight: 300;
}
.solution-page .solution-4 .box .more {
  border-color: white;
  background: white;
  color: black;
}
.solution-page .solution-4 .box .more:hover {
  color: white;
}
.solution-page .seo_block {
  margin-top: 0;
}
.contact-page .contact-2 {
  padding: 60px 0 130px;
}
.contact-page .contact-2 .left {
  width: 44%;
  background: #4aad32;
  padding: 30px;
}
.contact-page .contact-2 .left ul li {
  padding: 35px 0;
  border-bottom: 1px dashed white;
}
.contact-page .contact-2 .left ul li .icon {
  width: 120px;
  text-align: center;
  vertical-align: middle;
}
.contact-page .contact-2 .left ul li .info {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  vertical-align: middle;
  padding-left: 20px;
}
.contact-page .contact-2 .left ul li .info p {
  font-size: 20px;
  line-height: 1.8;
  color: white;
}
.contact-page .contact-2 .left ul li:last-child {
  border-bottom: none;
}
.contact-page .contact-2 .right {
  width: 56%;
  padding-left: 30px;
  margin-top: 0;
}
.contact-page .contact-2 .right .Auxil-form {
  background: transparent;
  padding: 0;
}
.contact-page .contact-2 .right .Auxil-form form ul {
  margin: -10px -5px;
}
.contact-page .contact-2 .right .Auxil-form form ul li {
  padding: 10px 5px;
}
.contact-page .contact-2 .right .Auxil-form form ul li input,
.contact-page .contact-2 .right .Auxil-form form ul li textarea {
  background: #f7f7f7;
}
.contact-page .contact-2 .right .Auxil-form form ul li input[type="submit"] {
  background: transparent;
}
.contact-page .contact-2 .right .Auxil-form form ul li input[type="submit"]:hover {
  background: #4aad32;
  color: white;
}
.case-page {
  padding-bottom: 90px;
}
.case-page ul {
  margin: -20px -12px;
}
.case-page ul li {
  padding: 20px 12px;
  text-align: center;
}
.case-page ul li .title {
  font-size: 20px;
  margin-top: 15px;
  display: block;
  line-height: 2;
}
.casedet-page .case-1 {
  padding-bottom: 75px;
}
.casedet-page .case-1 h1 {
  color: #0e70cc;
  margin-bottom: 33px;
}
.casedet-page .case-1 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casedet-page .case-1 .content ul li {
  font-size: 20px;
  color: #333;
  position: relative;
  margin-right: 36px;
  padding-left: 27px;
  margin-bottom: 20px;
}
.casedet-page .case-1 .content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4aad32;
}
.casedet-page .case-2 {
  padding-bottom: 65px;
}
.casedet-page .case-2 .h3 {
  color: #0e70cc;
  margin-bottom: 40px;
}
.casedet-page .case-2 ul.top {
  margin-bottom: 30px;
}
.casedet-page .case-2 ul.bottom {
  margin: -13px;
}
.casedet-page .case-2 ul.bottom li {
  padding: 13px;
}
.casedet-page .case-2 ul.bottom li img {
  width: 100%;
}
.casedet-page .case-3 .h3 {
  color: #0e70cc;
  margin-bottom: 40px;
}
.casedet-page .case-3 .img {
  position: relative;
}
.casedet-page .case-3 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.casedet-page .case-3 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.casedet-page .case-3 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.casedet-page .seo_block{
  margin-top: 0;
}
@media screen and (max-width: 1650px) {
  .seo_block .Auxil-about .left {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1500px) {
  .seo_block .Auxil-about .left::after {
    height: 116%;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container.wraper {
    max-width: 1200px;
  }
  .inner-page .sideBar .sideLeft .search {
    width: 85%;
  }
  .prodet-page .prodet-1 .left {
    width: 40%;
  }
  .prodet-page .prodet-1 .right {
    width: 60%;
  }
  .prodet-page .prodet-1 .left .btn {
    margin-bottom: 40px;
  }
  .prodet-page .prodet-3 .content_box .item {
    padding: 0;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 0;
  }
  .appdet-page .appdet-2 ul li {
    padding: 15px;
  }
  .appdet-page .appdet-2 ul {
    margin: 0;
  }
}
@media screen and (max-width: 1230px) {
  .inner-banner {
    height: 500px;
  }
  .ui.container.wraper {
    max-width: 970px;
  }
  .inner-page .sideBar .sideLeft {
    display: none;
  }
  .inner-page .sideBar .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .left h1 {
    font-size: 30px;
  }
  .contact-page .contact-2 .left ul li .icon {
    width: 70px;
  }
  .contact-page .contact-2 .left ul li .info {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .contact-page .contact-2 .left ul li .info p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container.wraper {
    max-width: 700px;
  }
  .inner-banner {
    height: 300px;
    background-size: 128%;
  }
  .mbx.prodet {
    margin-top: 40px;
  }
  .about-page .about-1 ul li .h2 {
    font-size: 42px;
  }
  .about-page .about-1 ul li p {
    font-size: 16px;
  }
  .about-page .about-1 ul li {
    width: 50% !important;
    margin: 15px 0;
  }
  .about-page .about-1 ul {
    padding: 45px 0 40px;
  }
  .about-page .about-2 .top {
    padding: 95px 0 100px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0px;
  }
  .about-page .about-3 {
    padding: 45px 0;
  }
  .about-page .about-3 .left ul {
    margin-top: 35px;
  }
  .about-page .about-3 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-3 .img {
    display: none;
  }
  .about-page .about-3 .right ul {
    margin-top: 0;
  }
  .about-page .about-4 .bottom ul li .img {
    width: 100%;
  }
  .about-page .about-4 .bottom ul li .content {
    position: unset;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .seo_block .Auxil-about .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seo_block .Auxil-about .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .seo_block .Auxil-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .seo_block .Auxil-about .left::after {
    height: 100%;
    top: 0;
  }
  .seo_block {
    margin-top: 60px;
  }
  .seo_block .Auxil-honor {
    padding: 55px 0;
  }
  .seo_block .Auxil-form form ul {
    margin: -10px -15px;
  }
  .seo_block .Auxil-form form ul li {
    padding: 10px 15px;
  }
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .left {
    width: 55%;
  }
  .prodet-page .prodet-1 .right {
    width: 45%;
  }
  .prodet-page .prodet-1 .left .btn {
    margin: 20px 0 30px;
  }
  .prodet-page .prodet-2 {
    padding-top: 45px;
  }
  .prodet-page .prodet-3 .title {
    margin-bottom: 35px;
  }
  .prodet-page .prodet-3 ul.top li {
    width: 25%;
  }
  .prodet-page .prodet-3 ul.top li .icon {
    padding: 30px 20px;
  }
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .application-page ul li p {
    font-size: 18px;
  }
  .appdet-page .appdet-2 ul li {
    width: 48% !important;
    margin-bottom: 20px;
  }
  .appdet-page .appdet-2 .h3 {
    width: 100%;
  }
  .news-page ul.newslist li {
    width: 50% !important;
  }
  .newdet-page h1 {
    width: 100%;
  }
  .inner-page ul.top_nav {
    display: none;
  }
  .download-page ul li p {
    font-size: 18px;
  }
  .faq-page ul li .h4 {
    font-size: 20px;
    padding: 18px 30px;
    padding-right: 65px;
  }
  .faq-page ul li .content {
    line-height: 32px;
  }
  .font-44 {
    font-size: 32px;
  }
  .solution-page .solution-1 .content {
    padding: 0;
  }
  .solution-page .solution-2 .top .left {
    width: 100%;
  }
  .solution-page .solution-2 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .solution-page .solution-2 .top .right .content {
    margin-top: 10px;
  }
  .solution-page .solution-2 .center .content {
    padding: 0;
  }
  .solution-page .solution-3 .left {
    width: 100%;
    padding: 0;
  }
  .solution-page .solution-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .solution-3 .left .content {
    margin-top: 10px;
  }
  .solution-page .solution-4 .box .content {
    width: 100%;
    padding: 0 20px;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .case-page ul li .title{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 245px;
    background-size: 150%;
  }
  .product-page ul.prolist li .box{
    padding: 10px;
    text-align: left;
  }
  .mbx {
    font-size: 17px;
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
  }
  .prodet-page .prodet-3 ul.top li .icon img {
    width: 50px;
  }
  .prodet-related {
    padding: 45px 0;
  }
  .prodet-page .prodet-1 .left h1 {
    font-size: 23px;
  }
  .prodet-page .prodet-3 ul.top li {
    width: 50%;
  }
  .prodet-page .prodet-3 .content_box .item .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-3 .content_box .item .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .prodet-page .prodet-3 .content_box .item .right .des {
    padding-left: 0;
    border-left: none;
  }
  .prodet-page .prodet-3 .content_box .item .right .des::after {
    content: none;
  }
  .service-page .service-1 .right ul li {
    padding: 10px 0 20px 130px;
  }
  .service-page .service-1 .right ul li .icon {
    left: 18px;
  }
  .service-page .service-1 .right ul li .icon::before {
    left: -26px;
  }
  .news-page ul.newslist li {
    width: 100% !important;
  }
  .seo_block .Auxil-form form ul li input {
    height: 56px;
  }
  .download-page ul li {
    width: 100% !important;
  }
  .font-44 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .appdet-page .appdet-2 ul li {
    width: 100% !important;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .seo_block .Auxil-form form ul li input {
    height: 50px;
  }
  .faq-page ul li .h4 {
    font-size: 16px;
    padding: 15px;
    padding-right: 40px;
    line-height: 2;
  }
  .faq-page ul li .h4 i {
    right: 15px;
  }
  .faq-page ul li .content {
    font-size: 16px;
    line-height: 2;
    padding: 15px;
  }
}


.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: var(--color);
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}
#Pop_UpsBtn{
  display: none;
}
#index-body .i-about .left .content h1 {
    display: inline;
}
p.huanbhj {
    width: 944px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1000px){
  a.qingby,
  .Auxil-industry {
    display: none !important;
  }
  p.huanbhj {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.8;
 }
 h2.poij {
    font-size: 25px!important;
 }
 .inner-page .sideBar .sideRight .Auxil-catdes {
    max-height: 443px;
    overflow: auto;
}
}


#page_bottom{
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: white;
  padding: 10px 0;
}
#page_bottom ul{
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#page_bottom ul li{
  text-align: center;
   -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 8px;
}
#page_bottom ul li p{
  font-size: 15px;
}
#page_bottom ul li i{
  font-size: 20px;
}
#page_bottom ul li .totop{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.4);
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
@media screen and (max-width:700px){
  #page_bottom{
    display: block;
  }
  #footer{
    padding-bottom: 77px;
  }
}
@media screen and (max-width:500px){
  #page_bottom ul li p{
    font-size: 12px;
  }
}