@font-face {
  font-family: 'Rany';
  src: url(../fonts/Rany.ttf) format('truetype');
}
@font-face {
  font-family: 'Ranym';
  src: url(../fonts/Rany-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'HelveticaInserat';
  src: url(../fonts/HelveticaInserat.ttf) format('truetype'), url(../fonts/HelveticaInserat.eot) format('eot'), url(../fonts/HelveticaInserat.woff) format('woff'), url(../fonts/HelveticaInserat.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype');
  font-weight: 500;
}
:root {
  --base-color: #255da9;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: 'Poppins-Regular';
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 90%;
  max-width: 1570px;
}
.ui.container2 {
    padding: 0 15px;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1710px;
}
.huhuhehe{
    margin-top: 5px!important;
    padding: 2rem 0 8rem !important;
}
.ui.container3 {
    padding: 0 15px;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1520px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 9;
  position: fixed;
  padding: 2rem 0;
  top: 0;
  left: 0;
  width: 100%;
}
#header.on {
  background: rgba(0, 0, 0, 0.45);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
}
#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 .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 8%;
  position: relative;
}
#header .nav .ui.menu .menu-box .logo {
  display: inline-block;
  position: absolute;
  left: 45.1%;
  -webkit-transform: translateX(-29%);
  -moz-transform: translateX(-29%);
  -ms-transform: translateX(-29%);
  transform: translateX(-29%);
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
  margin-right: 400px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--base-color);
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 260px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 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 ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 0%;
  left:100%;
  width: 260px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 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:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu{
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 6rem;
}
#header .nav .ui.menu .language span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
}
#header .nav .ui.menu .language span img {
  margin-right: 1.5rem;
}
#header .nav .ui.menu .language span .fa-angle-down {
  font-size: 1.4rem;
  margin-left: 1.2rem;
}
#header .nav .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none;
}
#header .nav .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .nav .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .nav .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .nav .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--base-color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--base-color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--base-color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
  position: relative;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.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: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #000;
}
#mobile.white .menu-content {
  background: #000;
  color: #fff;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.f-83 {
  font-size: 83px;
}
.f-20 {
  font-size: 20px;
}
.fb {
  font-weight: bold;
}
.fnl {
  font-weight: 300;
}
a.more {
  width: 194px;
  height: 59px;
  border: solid 1px #ffffff;
  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: #fff;
  line-height: 59px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
a.more2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
a.more2 em {
  color: #255da9;
  margin-right: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more2:hover em {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 3rem;
}
.pd {
  padding: 12rem 0;
}
.f-33 {
  font-size: 33px;
}
.f-45 {
  font-size: 45px;
}
.f-32 {
  font-size: 32px;
}
.f-16 {
  font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-48 {
  font-size: 48px;
}
.f-56 {
  font-size: 56px;
}
.f-60 {
  font-size: 60px;
}
.f-50 {
  font-size: 50px;
}
.f-25 {
  font-size: 25px;
}
.tit {
  padding: 0 45px;
  position: relative;
  color: #ea831a;
}
.tit:before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #ea831a;
}
.tit:after {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #ea831a;
}
.tit.tright:after {
  display: none;
}
.fitc {
  font-style: italic;
}
a.more3 {
  width: 231px;
  height: 69px;
  background-color: #255da9;
  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: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more3 em {
  margin-right: 10px;
}
a.more3:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #ea831a;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li img.dec {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
#banner .bannerbox ul.bannerlist li.l1 img.dec{
    display: block;
}
#banner .bannerbox ul.bannerlist li .textbox {
  text-align: center;
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
#banner .bannerbox ul.bannerlist li .textbox h2 {
  color: #fff;
  margin-bottom: 11rem;
  text-transform: uppercase;
}
#banner .bannerbox ul.bannerlist li .textbox a.more {
  margin: 0 auto;
  text-transform: uppercase
}
.i-about {
  background: #fffbf7;
  padding-top: 72px;
  padding-bottom: 78px;
}
.i-about .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-about .ui.container .main .left {
  width: 45%;
}
.i-about .ui.container .main .right {
  position: relative;
  padding-top: 2.7rem;
  width: 55%;
}
.i-about .ui.container .main .right img.dec {
  position: absolute;
  top: 0;
  left: 0;
}
.i-about .ui.container .main .right h2 {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: 700;
}
.i-about .ui.container .main .right p {
  margin-bottom: 8.5rem;
}
.i-about .ui.container .main .right .kaituo {
  margin-bottom: 45px;
  font-size: 20px;
  line-height:1.8;
}
.i-about .ui.container .main .right .kaituo h1 {
  font-size: 20px;
  display: inline;
}
.i-about .ui.container .bottom {
  margin-top: 70px;
}
.i-about .ui.container .bottom .iconlist:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.i-about .ui.container .bottom .iconlist li {
    text-align: center;
  float: left;
  width: 23.5%;
  margin-left: 2%;
}
.i-about .ui.container .bottom .iconlist li:first-child {
    margin-left: 0;
}
.i-about .ui.container .bottom .iconlist li .imgbox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.i-about .ui.container .bottom .iconlist li .imgbox i {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
   -webkit-animation: bianxing2 8s linear infinite;
  -moz-animation: bianxing2 8s linear infinite;
  animation: bianxing2 8s linear infinite;
}
.i-about .ui.container .bottom .iconlist li::nth-child(2) .imgbox i{
     -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
    z-index: -1;
}
.i-about .ui.container .bottom .iconlist li::nth-child(3) .imgbox i{
     -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.i-about .ui.container .bottom .iconlist li::nth-child(4) .imgbox i{
     -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.i-about .ui.container .bottom .iconlist li .imgbox i::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #ea831a;
  border-radius: 100%;
  bottom: 0;
  right: 0;
}
.i-about .ui.container .bottom .iconlist li span {
  font-family: "HelveticaInserat";
}
.i-about .ui.container .bottom .iconlist li p {
  margin-bottom: 0;
  font-size: 14px;
}
.i-about .ui.container .bottom .iconlist li:hover .imgbox i {
-webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);;
}
.i-about .ui.container .right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.i-about .ui.container .right-bottom .imgbox {
  position: relative;
  z-index: 3;
}
.i-about .ui.container .right-bottom .imgbox span {
  position: absolute;
  right: 0;
  z-index: -1;
}
.i-about .ui.container .right-bottom .imgbox span.dongtai1 {
  width: 429px;
  height: 532px;
  border: solid 1px #ea831a;
  border-radius: 40% 36% 43% 50%;
  bottom: 0;
  -webkit-animation: bianxing 5s linear infinite;
  -moz-animation: bianxing 5s linear infinite;
  animation: bianxing 5s linear infinite;
}
.i-about .ui.container .right-bottom .imgbox span.dongtai2 {
  width: 496px;
  height: 608px;
  border: solid 1px #ea831a;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-radius: 48% 50% 50% 50%;
  -webkit-animation: bianxing 5s 2s linear infinite;
  -moz-animation: bianxing 5s 2s linear infinite;
  animation: bianxing 5s 2s linear infinite;
}
.i-cate{
    padding-top: 40px;
}
.i-cate .the_head{
    text-align: center;
}
.i-cate .the_head h3{
    font-size: 45px;
    color: #255da9;
    font-style: italic;
    font-family: 'Poppins-Bold';
}
.i-cate .the_head p{
    font-size: 20px;
    color: #231815;
    margin: 1px 0 28px;
    line-height: 1.8;
}
.i-cate .catebox ul.catelist li {
  padding: 20px;
}
.i-cate .catebox ul.catelist li .wrapbox{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
.i-cate .catebox ul.catelist li .imgbox {
  position: relative;
  overflow: hidden;
}
.i-cate .catebox ul.catelist li .conbox{
    background: #fff;
    padding: 49px 30px;
}
.i-cate .catebox ul.catelist li .conbox h3{
    font-size: 22px;
    color: #255da9;
    font-family: 'Poppins-Bold';
}
.i-cate .catebox ul.catelist li .conbox p{
    font-size: 16px;
    color: #231815;
    margin: 24px 0 48px;
    line-height: 1.7em;
    max-height: 245px;
    overflow: hidden;
}
.i-cate .catebox ul.catelist li .conbox a.more3{
    width: 148px;
    height: 44px;
}
.i-cate .catebox ul.catelist li .conbox a.more3 em{
    font-size: 13px;
}
.i-cate .catebox ul.catelist li .conbox a.more3 img{
    max-width: 21px;
}
.i-cate .catebox ul.catelist li .column{
    width: 49.5%;
}
.i-cate .catebox ul.catelist li .imgbox img {
  width: 100%;
}
.i-cate .catebox ul.catelist li .imgbox h4 {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  color: #fff;
  text-align: center;
}
.i-cate .catebox ul.catelist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7.5rem;
}
.i-cate .catebox ul.catelist .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #c5c5c5;
  border-radius: 100%;
  padding: 0;
  display: block;
  margin: 0 10px;
}
.i-cate .catebox ul.catelist .slick-dots li button {
  display: none;
}
.i-cate .catebox ul.catelist .slick-dots li.slick-active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.bigbox {
  padding-top: 0px;
}
.bigbox .i-why{
     padding-top: 50px;
    background: url(../images/why-bj2.jpg) top center no-repeat #5d5d5d;
}
.bigbox .i-why .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bigbox .i-why .top .left {
  padding-right: 2rem;
}
.bigbox .i-why .top .left h3 {
  color: #255da9;
  line-height: 1.6;
  margin-top: 30px;
}
.bigbox .i-why .top .left .tit{
    color: #ea831a;
}
.bigbox .i-why .top .left h3 em {
  color: #ea831a;
}
.bigbox .i-why .top .right{
    padding-top: 50px;
}
.bigbox .i-why .top .right ul.textlist li {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.bigbox .i-why .top .right ul.textlist li:before {
  width: 7px;
  height: 7px;
  background-color: #ea831a;
  content: "";
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  margin-top: 0;
}
.bigbox .i-why .top .right ul.textlist li p {
  color: #231815;
  line-height: 1.8;
}
.bigbox .i-why .whybox {
  margin-top: 62px;
}
.bigbox .i-why .whybox ul.whylist {
  margin: 0 -32px;
}
.bigbox .i-why .whybox ul.whylist li {
  padding: 32px;
}

.bigbox .i-why .whybox ul.whylist li .item {
  padding: 3.5rem 4.5rem;
  color: #343434;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding-top: 140px;
  background-size: 100%;
}
.bigbox .i-why .whybox ul.whylist li .item p {
  line-height: 2;
}
.bigbox .i-why .whybox ul.whylist li .item.item1 {
  background: url(../images/01-1.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist li .item.item2 {
  background: url(../images/02-1.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist li .item.item3 {
  background: url(../images/03-1.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist li .item.item4 {
  background: url(../images/04-1.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist li .item.item5 {
  background: url(../images/05-1.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist li .item.item6 {
  background: url(../images/06-1.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist .slick-current li {
  padding-top: 0;
  padding-bottom: 64px;
}
.bigbox .i-why .whybox ul.whylist .slick-current li .item {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  color: #fff;
}
.bigbox .i-why .whybox ul.whylist .slick-current li .item.item1 {
  background: url(../images/01-2.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist .slick-current li .item.item2 {
  background: url(../images/02-2.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist .slick-current li .item.item3 {
  background: url(../images/03-2.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist .slick-current li .item.item4 {
  background: url(../images/04-2.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist .slick-current li .item.item5 {
  background: url(../images/05-2.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-why .whybox ul.whylist .slick-current li .item.item6 {
  background: url(../images/06-2.png) top left no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.bigbox .i-product {
  padding: 20px 0 0 0;
  position: relative;
}
.bigbox .i-product:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 62%;
    left: 0;
    top: 0;
    background: #5d5d5d;
    z-index: -1;
}
.bigbox .i-product .ui.container {
  text-align: center;
}
.bigbox .i-product .ui.container span.tit {
  margin: 0 auto;
}
.bigbox .i-product .ui.container h3 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 6rem;
  font-style: italic;
}
.bigbox .i-product .ui.container .productbox ul.hotlist {
  margin: 0 -20px;
}
.bigbox .i-product .ui.container .productbox ul.hotlist li {
  padding: 0 20px;
  
}
.bigbox .i-product .ui.container .productbox ul.hotlist li .img-box{
  box-shadow: 0px 0 20px 0 
		rgba(4, 0, 0, .2);
}
.bigbox .i-product .ui.container .productbox ul.hotlist li .img-box {
  background: #fff;
  padding: 3.5rem ;
}
.bigbox .i-product .ui.container .productbox ul.hotlist li h6 {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2;
  
}
.bigbox .i-product .ui.container .productbox ul.hotlist li h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #565656;
}
.bigbox .i-product .ui.container .productbox ul.hotlist li h6:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.i-news {
  margin-top: 62px;
  padding-top: 0;
  padding-bottom: 75px;
}
.i-news .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-news .ui.container .top h3 {
    margin-top: 30px;
  color: #255da9;
  line-height: 1.8;
  font-style: italic;
}
.i-news .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6.5rem;
  -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.i-news .ui.container .main > .right {
  padding-left: 7rem;
}
.i-news .ui.container .main .left ul.newslist {
  border-bottom: 1px solid #eee;
}
.i-news .ui.container .main .left ul.newslist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  padding: 20px 0 15px;
  border-top: 1px solid #eee;
}
.i-news .ui.container .main .left ul.newslist li .img-box {
  width: 30%;
  max-width: 190px;
  margin-right: 2.5rem;
}
.i-news .ui.container .main .left ul.newslist li .right {
  width: 100%;
}
.i-news .ui.container .main .left ul.newslist li .right h5 {
  color: #2b2b2b;
  line-height: 1.2;
}
.i-news .ui.container .main .left ul.newslist li .right h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.i-news .ui.container .main .left ul.newslist li .right h5:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.i-news .ui.container .main .left ul.newslist li .right p {
  color: #424242;
  line-height: 1.8;
}
.i-news .ui.container .main .left ul.newslist li .right p.md {
  padding: 38px 0;
}
.i-news .ui.container .main .left ul.newslist li .right p.date {
  color: #2b2b2b;
}
.f-22 {
  font-size: 22px;
}
#footer {
  color: #fff;
  background: #255da9;
}
#footer .formbox {
  background: url(../images/sfdweewewew.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .formbox .form h3{
   font-size: 17px;
   text-decoration: underline;
}
#footer .formbox .form p {
  font-size: 48px;
  font-family: 'Poppins-Bold';
  margin: 13px 0 42px;
}
#footer .formbox .form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .formbox .form form ul li.wid50 {
  width: 27.5%;
  margin-right: 2.5%;
}
#footer .formbox .form form ul li.wid20 {
  width: 10%;
  padding-top: 20px;
}
#footer .formbox .form form ul li input[type="text"],
#footer .formbox .form form ul li textarea {
  width: 100%;
  border:none;
  border-bottom: solid 1px rgba(255,255,255,.6);
  background: transparent;
  font-size: 17px;
  height: 60px;
  /*line-height: 60px;*/
  transition: 0.3s ease;
}
#footer .formbox .form form ul li input[type="text"]:hover,
#footer .formbox .form form ul li textarea:hover {
    border-bottom: solid 1px rgba(255,255,255,1);
}
#footer .formbox .form form ul li input[type="text"]::-webkit-input-placeholder, #footer .formbox .form form ul li textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .formbox .form form ul li input[type="text"]:-moz-placeholder, #footer .formbox .form form ul li textarea:-moz-placeholder {
  color: #fff;
}
#footer .formbox .form form ul li input[type="text"]::-moz-placeholder, #footer .formbox .form form ul li textarea::-moz-placeholder {
  color: #fff;
}
#footer .formbox .form form ul li input[type="text"]:-ms-input-placeholder, #footer .formbox .form form ul li textarea:-ms-input-placeholder {
  color: #fff;
}
#footer .formbox .form form ul li input[type="text"]::placeholder,
#footer .formbox .form form ul li textarea::placeholder {
  color: #fff;
}
#footer .formbox .form form ul li input[type="submit"] {
  height: 38px;
  width: 100%;
  background-color: #ea831a;
  outline: none;
  border: none;
}
#footer .formbox .form form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #255da9;
}
#footer .footer-main{
    padding-top: 70px;
}
#footer .footer-main .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container .links {
    font-size: 16px;
    line-height: 2;

}
#footer .footer-main .ui.container > div {
  display: inline-block;
}
#footer .footer-main .ui.container > div h4 {
  margin-bottom: 2rem;
}
#footer .footer-main .ui.container > div ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px;
  line-height: 2;
}
#footer .footer-main .ui.container > div ul li img {
  height: auto;
  margin: 5px 10px 0 0;
}
#footer .footer-main .ui.container > div ul li p {
  max-width: 340px;
}
#footer .footer-main .ui.container > div ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#footer .footer-main .ui.container > div ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #ea831a;
}
#footer .footer-main .ui.container .infobox ul li {
  margin-bottom: 20px;
}
#footer .footer-main .ui.container .ewmbox .ewm {
  width: 150px;
  height: 150px;
  padding: 10px;
  background: #fff;
  margin-bottom: 1.7rem;
}
#footer .footer-main .ui.container .ewmbox .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .ewmbox .sharebox ul.sharelist li a {
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .ewmbox .sharebox ul.sharelist li a:hover {
  color: var(--base-color);
}
#footer .footer-bottom {
  padding: 10px;
  background: transparent;
}
#footer .footer-bottom .kaituoyejiao {
    width: 400px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
#footer .footer-bottom .ui.container {
  padding-top: 10px;
  width: 90%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.43);
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 8px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
@media screen and (max-width: 1800px) {
  .f-83 {
    font-size: 68px;
  }
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
    margin-right: 300px;
  }
  .f-83 {
    font-size: 60px;
  }
  .f-45 {
    font-size: 36px;
  }
  .i-news .ui.container .main .left ul.newslist li .img-box {
    margin-right: 0;
  }
  .i-news .ui.container .main .left ul.newslist li .right {
    padding-left: 2rem;
  }
  .i-news .ui.container .main .left ul.newslist li .right p.md {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 0;
    margin: 10px 0;
  }
  .i-about .ui.container .main .right{
      padding-left: 2%;
  }
  .bigbox .i-why .whybox ul.whylist li .item {
    padding: 3.5rem 3rem;
    padding-top: 140px;
  }
}
@media screen and (max-width: 1400px) {
    #header .nav .ui.menu .menu-box{
        margin-right: auto;
    }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
    margin-right: 200px;
  }
  #header .nav .ui.menu .menu-box .logo {
    width: 100px;
    left: 47.1%;
    margin-top: 13px;
  }
  .f-83 {
    font-size: 55px;
  }
  #banner .bannerbox ul.bannerlist li .textbox h2 {
    margin-bottom: 8rem;
  }
  .f-33 {
    font-size: 24px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-45 {
    font-size: 32px;
  }
  .f-22 {
    font-size: 19px;
  }
  .f-50 {
    font-size: 42px;
  }
  .i-about .ui.container .main .right h2{
      font-size: 32px;
  }
  .i-cate .catebox ul.catelist li .conbox{
      padding: 20px 15px;
  }
  .i-cate .catebox ul.catelist li .conbox p{
      margin: 10px 0 20px;
  }
}
@media screen and (max-width: 1200px) {
    #header .nav .ui.menu .menu-box .logo {
    display: inline-block;
    position: absolute;
    left: 49.1%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    transform: translateX(-51%);
}
    #header .nav .ui.menu .language{
        margin-left: 0;
    }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 16px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
    margin-right: 150px;
  }
  .f-83 {
    font-size: 45px;
  }
  .i-about .ui.container .right-bottom {
    display: none;
  }
  .i-about .ui.container .bottom {
    padding-bottom: 0 ;
  }
  .i-about .ui.container .bottom .iconlist {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .i-about .ui.container .bottom .iconlist li {
    margin-right: 0;
  }
  .i-about .ui.container .main .right h1 {
    margin-bottom: 4rem;
    font-size: 16px;
  }

  .f-45 {
    font-size: 28px;
  }
  .bigbox .i-why .whybox ul.whylist li {
    padding: 32px  10px;
  }
  #footer .footer-main .ui.container > div.links {
    display: none;
  }
  .i-cate .catebox ul.catelist li .column{
      width: 100%;
  }
  .bigbox .i-why .whybox ul.whylist li .item {
    padding: 2.5rem 2rem;
    padding-top: 140px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .f-83 {
    font-size: 36px;
  }
  .i-about .ui.container .main {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .i-about .ui.container .main .left {
    padding-right: 2rem;
  }
  .f-33 {
    font-size: 18px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-45 {
    font-size: 22px;
  }
  .f-60 {
    font-size: 36px;
  }
  .i-news .ui.container .main .left {
    width: 100%;
  }
  .i-news .ui.container .main .right {
    width: 100%;
  }
  #footer .formbox .form {
    width: 100%;
  }
  .i-about .ui.container .main .left{
      display: none;
  }
  .i-about .ui.container .main .right{
      width: 100%;
      padding-left: 0;
  }
  .i-cate .the_head h3{
      font-size: 42px;
  }
  .bigbox .i-why .whybox ul.whylist li .item{
      padding: 1.5rem 1rem;
      padding-top: 140px;
  }
  .bigbox .i-product .ui.container .productbox ul.hotlist{
      margin: 0 -10px;
  }
  .bigbox .i-product .ui.container .productbox ul.hotlist li{
      padding: 0 10px;
  }
  .i-news .ui.container .main .right ul{
      display: none;
  }
  #footer .footer-main{
      padding-top: 0;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer-bottom p {
    font-size: 14px;
  }
  #footer .footer-bottom svg {
    max-height: 26px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .grid-box.two .left {
    width: 100%;
  }
  .grid-box.two .right {
    width: 100%;
    padding-top: 2rem;
  }
  .grid-box.two .column {
    width: 100%;
  }
.grid-box.two .column .textlist {
    line-height: 2;
  }
  .bigbox .i-why .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f-32 {
    font-size: 25px;
  }
  .f-83 {
    font-size: 24px;
  }
  #banner .bannerbox ul.bannerlist li .textbox h2 {
    margin-bottom: 2rem;
  }
  .i-about .ui.container .main .right h2 {
    font-size: 29px;
  }
  .i-cate .the_head h3 {
    font-size: 35px;
  }
  .i-cate .catebox ul.catelist .slick-dots{
      margin-top: 2rem;
  }
  .i-news .ui.container .main{
      margin-top: 3.5rem;
  }
  a.more3{
      width: 180px;
      height: 50px;
  }
  .dkdkd{
     padding: 16px !important;
     line-height: 1.8;
  }
  #footer .formbox{
      padding: 30px 0;
  }
  #footer .formbox .form p{
      font-size: 36px;
      margin: 10px 0;
  }
  #footer .formbox .form form ul li.wid50 {
    width: 47.5%;
    margin-bottom: 10px;
  }
  #footer .formbox .form form ul li.wid50:nth-child(3) {
    width: 100%;
  }
  #footer .formbox .form form ul li.wid20{
      width: 22%;
  }
  #footer .footer-main .infobox{
      width: 63%;
  }
}
@media screen and (max-width: 600px) {
  #banner .bannerbox ul.bannerlist li .textbox a.more {
    display: none;
  }
  .f-83 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .i-about .ui.container .bottom .iconlist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-about .ui.container .bottom .iconlist li {
    width: 50%;
    margin-bottom: 2rem;
  }
  .f-45 {
    font-size: 18px;
  }
  .i-news .ui.container .main .left ul.newslist li .img-box {
    width: 100%;
  }
  .i-news .ui.container .main .left ul.newslist li .right {
    width: 100%;
  }
  .f-25 {
    font-size: 14px;
  }
  .f-50 {
    font-size: 28px;
  }
  .i-about{
    padding: 30px 0;
  }
  .ui.container{
      width: 96%;
  }
  .i-about .ui.container .main .right .kaituo{
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 20px;
  }
  .i-about .ui.container .bottom{
      display: none;
  }
  .i-cate .the_head h3{
      font-size: 30px;
  }
  .i-cate .the_head p{
      font-size: 16px;
      line-height: 1.8;
  }
  .i-cate .catebox ul.catelist{
      margin: -5px 0;
  }
  .i-cate .catebox ul.catelist li{
      padding: 5px 0;
  }
  .dkdkd{
      font-size: 16px !important;
  }
  #footer .formbox .form form ul li.wid50{
      width: 100%;
  }
  #footer .formbox .form form ul li.wid20 {
    width: 32%;
  }
  #footer .footer-main .infobox {
    width: 100%;
  }
  #footer .footer-main .ewmbox{
      display: none !important;
  }
}
@-webkit-keyframes bianxing {
  form {
    border-radius: 48% 50% 50% 50%;
  }
  25% {
    border-radius: 46% 38% 40% 60%;
  }
  50% {
    border-radius: 52% 48% 36% 62%;
  }
  75% {
    border-radius: 53% 60% 52% 48%;
  }
  100% {
    border-radius: 48% 50% 50% 50%;
  }
}
@-moz-keyframes bianxing {
  form {
    border-radius: 48% 50% 50% 50%;
  }
  25% {
    border-radius: 46% 38% 40% 60%;
  }
  50% {
    border-radius: 52% 48% 36% 62%;
  }
  75% {
    border-radius: 53% 60% 52% 48%;
  }
  100% {
    border-radius: 48% 50% 50% 50%;
  }
}
@keyframes bianxing {
  form {
    border-radius: 48% 50% 50% 50%;
  }
  25% {
    border-radius: 46% 38% 40% 60%;
  }
  50% {
    border-radius: 52% 48% 36% 62%;
  }
  75% {
    border-radius: 53% 60% 52% 48%;
  }
  100% {
    border-radius: 48% 50% 50% 50%;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
/*inner css add*/
.inner-page h1.h1,
.inner-page h2.h2,
.inner-page h3.h3,
.inner-page h4.h4,
.inner-page h5.h5,
.inner-page h6.h6,
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
    font-weight: bold;
}
.about-page .i-about .ui.container .main .right .kaituo{
    max-height: 279px;
    overflow: auto;
    margin-bottom: 0;
}
.inner-page p {
    font-size: 16px;
    line-height: 2;
}
.inner-page h2 {
    font-size: 6.5rem;
    line-height: 1.5;
    font-weight: bold;
}
.inner-page span.title {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #656565;
    font-weight: 300;
    padding: 1.5rem 2.4rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(4.3rem,#255da9), color-stop(4.3rem, transparent));
    background: -webkit-linear-gradient(left,#255da9 4.3rem, transparent 4.3rem);
    background: -moz-linear-gradient(left,#255da9 4.3rem, transparent 4.3rem);
    background: linear-gradient(to right,#255da9 4.3rem, transparent 4.3rem);
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;

}
.inner-page .m-page a:hover {
    background:#255da9 none repeat scroll 0 0;
    color: #fff;
}
.solutions-page .solutions-1 {
    padding: 14.5rem 0 11rem;
}
.solutions-page .solutions-1 .solutions-content {
    max-width: 1200px;
    margin: 0 auto;
}
.solutions-page .solutions-1 .solutions-content .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solutions-page .solutions-1 .solutions-content .top .left {
    width: 50%;
    padding-right: 3rem;
    padding-left: 2rem;
    position: relative;
}
.solutions-page .solutions-1 .solutions-content .top .left::after {
    position: absolute;
    content: "Solutions";
    font-size: 20rem;
    line-height: .8;
    color: transparent;
    -webkit-text-stroke: 1px #dbdbdb;
    right: -5%;
    top: 0;
    z-index: -1;
    font-weight: bold;
}
.solutions-page .solutions-1 .solutions-content .top .left .content {
    max-width: 505px;
}
.solutions-page .solutions-1 .solutions-content .top .left .content h2 {
    margin: 3rem 0 4.5rem;
}
.solutions-page .solutions-1 .solutions-content .top .left .content p {
    font-size: 2rem;
    line-height: 1.5;
    color: #5a5a5a;
}
.solutions-page .solutions-1 .solutions-content .top .right {
    width: 50%;
    text-align: right;
}
.solutions-page .solutions-1 .solutions-content .bottom {
    margin-top: 11.5rem;
}
.solutions-page .solutions-1 .solutions-content .bottom h2 {
    text-align: center;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox {
    margin-top: 7rem;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide {
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 15px 0;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img {
    overflow: hidden;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img img {
    width: 100%;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content {
    padding: 3rem 3rem 2.5rem;
    background: #f5f5f5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content h4 {
    font-size: 2.4rem;
    line-height: 1;
    color: #333333;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 2rem;
    text-align: center;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content p {
    height: 130px;
    margin: 2rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.8;
    color: #333333;
    font-size: 1.8rem;
    text-align: center;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content a {
    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: 2px solid#255da9;
    font-size: 1.7rem;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active {
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content {
    background:#255da9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content h4 {
    color: #fff;
    border-bottom: 1px solid#255da9;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content p {
    height: 160px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #fff;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -1.2rem;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-prev,
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-next {
    width: 79px;
    height: 82px;
    position: relative;
    margin-top: 0;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-prev {
    background: url(../images/s-left.png) no-repeat center center;
    left: 0;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-next {
    background: url(../images/s-right.png) no-repeat center center;
    right: 0;
}
.solutions-page .solutions-2 {
    padding-bottom: 17rem;
}
.solutions-page .solutions-2 h2 {
    text-align: center;
}
.solutions-page .solutions-2 .process-list {
    max-width: 1320px;
    margin: 11.5rem auto 0;
}
.solutions-page .solutions-2 .process-list .item {
    margin-bottom: 3.5rem;
    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;
}
.solutions-page .solutions-2 .process-list .item:last-child {
    margin-bottom: 0;
}
.solutions-page .solutions-2 .process-list .item .left {
    width: 50%;
    padding-right: 1.5rem;
    position: relative;
}
.solutions-page .solutions-2 .process-list .item .left::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 45.5rem;
    background:#255da9;
    left: 32px;
    top: 7rem;
    z-index: -1;
}
.solutions-page .solutions-2 .process-list .item .left ul li {
    padding-left: 11rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
    width: 65px;
    height: 65px;
    background:#255da9;
    left: 0;
    top: 10px;
    font-size: 4.1rem;
}
.solutions-page .solutions-2 .process-list .item .left ul li::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.8rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background:#255da9;
    left: 10px;
    top: 15px;
}
.solutions-page .solutions-2 .process-list .item .left ul li:last-child {
    margin-bottom: 0;
}
.solutions-page .solutions-2 .process-list .item .left ul li p {
    padding: 2.2rem 4.5rem 2.2rem 2.2rem;
    background: #f5f5f5;
    font-size: 1.8rem;
    line-height: 2;
    color: #666666;
    font-weight: 500;
    position: relative;
}
.solutions-page .solutions-2 .process-list .item .left ul li p::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
    right: 100%;
    top: 3.5rem;
    border-bottom: 10px solid transparent;
}
.solutions-page .solutions-2 .process-list .item .right {
    width: 50%;
    padding-left: 1.5rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(1)::after {
    content: "1";
}
.solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(2)::after {
    content: "2";
}
.solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(3)::after {
    content: "3";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left {
    padding-right: 0;
    padding-left: 1.5rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left::after {
    top: auto;
    bottom: -10rem;
    height: 700px;
    left: auto;
    right: 32px;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li {
    padding-left: 0;
    padding-right: 11rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:first-child::after {
    right: 0;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
    left: auto;
    right: 10px;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li p {
    padding: 2.2rem 2.2rem 2.2rem 4.5rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li p::after {
    border-top: 10px solid transparent;
    border-right: 0 solid #f5f5f5;
    border-left: 10px solid #f5f5f5;
    right: auto;
    left: 100%;
    top: 3.5rem;
    border-bottom: 10px solid transparent;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(1)::after {
    content: "4";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(2)::after {
    content: "5";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(3)::after {
    content: "6";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .right {
    padding-left: 0;
    text-align: right;
    padding-right: 1.5rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) .left::after {
    top: auto;
    bottom: 10rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) .left ul li:nth-child(1)::after {
    content: "7";
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) .left ul li:nth-child(2)::after {
    content: "8";
}
.solutions-page .solutions-3 {
    padding-bottom: 13rem;
    position: relative;
}
.solutions-page .solutions-3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    top: 8rem;
    background: #f5f5f5;
    z-index: -1;
}
.solutions-page .solutions-3 .advantage-box .swiper-container {
    padding: 5px;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide {
    padding: 3.5rem 2.5rem;
    border-bottom: 6px solid#255da9;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.solutions-page .solutions-3 .advantage-box .swiper-slide:hover img {
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.solutions-page .solutions-3 .advantage-box .swiper-slide span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 60px;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide span img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide h4 {
    font-size: 2.4rem;
    line-height: 1;
    color: #333333;
    margin: 2rem 0 1rem;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #7c7c7c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide a {
    display: inline-block;
    padding-bottom: .5rem;
    border-bottom: 2px solid#255da9;
    font-size: 1.7rem;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 2.7rem;
}
.solutions-page .solutions-3 .solutions-form {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin: 12.5rem auto 0;
    max-width: 1200px;
    background: #fff;
    padding: 6.5rem 5rem 5rem 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.solutions-page .solutions-3 .solutions-form .left {
    width: 55.5%;
}
.solutions-page .solutions-3 .solutions-form .left h3 {
    font-size: 3.046rem;
    line-height: 1;
    color: #333333;
}
.solutions-page .solutions-3 .solutions-form .left form {
    margin-top: 2.5rem;
    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;
}
.solutions-page .solutions-3 .solutions-form .left form input {
    width: 100%;
    height: 52px;
    padding: 0 20px;
    font-size: 16.24px;
    color: #000;

    border: none;
    background: #f8f8fa;
    margin-bottom: 1.6rem;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="mail"] {
    width: 48%;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="phone"] {
    width: 48%;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="date"] {
    width: 48%;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="time"] {
    width: 48%;
    margin-bottom: 30px;
}
.solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
    width: 188px;
    height: 58px;
    background:#255da9;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-bottom: 0;
    position: relative;
}
.solutions-page .solutions-3 .solutions-form .left form input[type="submit"]:hover {
    background: #000;
}
.solutions-page .solutions-3 .solutions-form .left form .submit {
    display: inline-block;
    position: relative;
}
.solutions-page .solutions-3 .solutions-form .left form .submit::after {
    position: absolute;
    content: "";
    width: 164px;
    height: 2px;
    background:#255da9;
    right: -13px;
    bottom: -8px;
}
.solutions-page .solutions-3 .solutions-form .left form .submit::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 58px;
    background:#255da9;
    right: -7px;
    bottom: -15px;
}
.solutions-page .solutions-3 .solutions-form .right {
    width: 44.5%;
    text-align: right;
    padding-left: 3rem;
}
.news-page .news-nav 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-page .news-nav ul li {
    width: 33.333%;
}
.news-page .news-nav ul li:last-child a {
    border-right: 0 solid #fff;
}
.news-page .news-nav ul li a {
    display: block;
    padding: 2.5rem 1.5rem;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    color: #333333;
    font-weight: 500;
    background: #eeeeee;
    border-right: 2px solid #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-page .news-nav ul li a:hover {
    background: #d3d3d3;
}
.news-page .news-nav ul li.active a {
    background: #d3d3d3;
}
.news-page .news-box {
    padding: 5rem 0 10rem;
}
.news-page .addcontent {
    font-size: 18px;
    line-height: 2;
}
.newshide h2 {
     font-size: 28px;
  line-height: 2;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 23px;
  border-bottom: 1px solid #dfdfdf;
}
.grid-box.three > .newsaddcat {
  width: 25%;
}

.grid-box.three > .newsaddsingle {
  width: 16.6%;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}
.news-page .news-list ul li .box {
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
    padding: 20px;
    position: relative;
}
.news-page .news-list ul li .box .content p{
    text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-height: 1.8;
}
.news-page .news-list ul li .box .content time {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -35px;
    background:#255da9 none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
}
.news-page .news-list ul li .box .content h3 {
    margin-top: 25px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
    display: inline-block;
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
}
.news-page .news-list ul li .box .content h3 a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.news-page .news-list ul li .box .content h3:hover {
    color:#255da9;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    color: #255da9;
    border-left: 1px solid#255da9;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    border-left: 1px solid #111;
    color: white;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}
.product-page {
    padding: 10px 0 60px;
}
.product-page .side-right .bottom .kaituopro1 {
  font-size: 36px;
  line-height: 2;
  font-weight: 400;
}
.product-page .side-right .bottom .kaituopro {
  font-size: 16px;
  line-height: 2;
}
.product-page .side-right .top {
    display: block;
    text-align: right;
    margin-bottom: 80px;
}
.product-page .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:focus {
    border-color: #cf9f91;
}
.product-page .side-right .top .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .top .show {
    display: inline-block!important;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .top .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .top .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .top .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
    color: #cf9f91;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .top .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .top .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}
.product-page .side-right .top .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
    padding: 0px 10px;
    margin-bottom: 4rem;
}
 .tabimg:hover img:nth-child(1){
    opacity: 0;
    transition: 0.6s all;
}
 .tabimg:hover img.dec{

    opacity: 1;
    transition: 0.6s all;
}
.product-page .side-right .bottom .block ul li a.img-box {
    display: block;
    box-shadow: 0 0 10px 0 #ccc
}
.tabimg img:nth-child(1){
    opacity: 1;
    transition: 0.6s all;
}
 .tabimg{
    position: relative;
}
 .tabimg img.dec{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    opacity: 0;
    transition: 0.6s all;
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #101010;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 1.8;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #255da9;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #cf9f91;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #222;
}



.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.inner-page .side-contact {
       -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    padding: 30px;
    margin-top: 40px;
}
.inner-page .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.side-contact-btn {
    background: #69b5df;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.side-contact-btn:hover{
    background: #ea831a;
}
.inner-page .side-contact li i.fa {
    float: left;
    width: 8%;
    font-size: 16px;
    text-align: center;
}

.inner-page .side-contact .side-tit{
    margin-bottom: 13px;
}
.inner-page .side-contact li:first-child{
    border-top: 1px solid #d1d1d1;
}
.inner-page .side-contact li{
    padding: 20px 0 18px;
    border-bottom: 1px solid #d1d1d1;
}
.inner-page .side-contact li i.icon{
    float: left;
    width: 8%;
    font-size: 16px;
}
.inner-page .side-contact li span{
    float: right;
    width: 88%;
    font-size: 14px;
    color: #000000;
    font-family: "Rany";
}


.inner-page {
    position: relative;
    z-index: 2;
}
.inner-page .sideBox .side-left {
    width: 23%;
    padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
    display: block;
    padding: 5px 35px 5px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}
.inner-page .sideBox .side-left .box ul li a i {
    position: absolute;
    right: 15px;
    top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul ul {
    display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
    background: #F9F9F9;
    font-weight: normal;
}
.inner-page .sideBox .side-left .box ul li a.active {
    background: #255da9;
    color: white;
}
.inner-page .sideBox .side-left .box ul li li a.active {
    background: #c4d1aa;
    color: white;
}
.inner-page .sideBox .side-left .box ul li li li a.active {
    background: #99ebbd;
    color: white;
}
.inner-page .sideBox .side-left .info {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
    width: 77%;
}
.prodet-page .prodet-1 {
    padding: 8.5rem 0 12.5rem;
}
.prodet-page .prodet-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.prodet-page .prodet-1 .top h2 {
    font-size: 3.2rem;
    color: #4a4f54;
}
.prodet-page .prodet-1 .top form {
    width: 36.8rem;
    position: relative;
}
.prodet-page .prodet-1 .top form input[type="text"] {
    width: 100%;
    height: 38px;
    padding: 0 2rem;
    font-size: 17px;
    color: #000;

    border: none;
    border-bottom: 2px solid #ebeaea;
}
.prodet-page .prodet-1 .top form input[type="submit"] {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 100%;
    border: none;
    background: url(../images/search.png) no-repeat center center #f7f7f7;
}
.prodet-page .prodet-1 .product-box {
    margin-top: 9.5rem;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prodet-page .prodet-1 .product-box .left {
    width: 30%;
}
.prodet-page .prodet-1 .product-box .left .bg-img {
    display: inline-block;
    border: 4px solid #e8e8e8;
}
.prodet-page .prodet-1 .product-box .icon {
    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-top: 2.5rem;
}
.prodet-page .prodet-1 .product-box .icon a {
    margin-right: 2.5rem;
    color: #383838;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .icon a:hover {
    color:#255da9;
}
.prodet-page .prodet-1 .product-box .icon .fa {
    font-size: 2.4rem;
}
.prodet-page .prodet-1 .product-box .icon .qr {
    position: relative;
    cursor: pointer;
}
.prodet-page .prodet-1 .product-box .icon .qr:hover #ewm2 {
    display: block;
}
.prodet-page .prodet-1 .product-box .icon .qr #ewm2 {
    width: 120px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 120%;
    display: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right {
    width: 70%;
    padding-left: 5%;
}
.prodet-page .prodet-1 .product-box .right .content {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10;
    position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .info {
    max-width: 500px;
}
.prodet-page .prodet-1 .product-box .right .content .info .titleBox {
    padding: 20px;
    background: #f5f5f5;
}
.prodet-page .prodet-1 .product-box .right .content .info .titleBox .pj {
    padding-top: 15px;
    font-size: 16px;
    color: #666;
}
.prodet-page .prodet-1 .product-box .right .content .info .titleBox .pj i {
    margin-right: 5px;
}
.prodet-page .prodet-1 .product-box .right .content .info h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    color: #4a4f54;
    font-weight: bold;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox {
    margin: 2rem 0;
    text-align: center;
    padding: 0 15%;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox a {
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #333;
    margin: 5px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox a:first-child {
    border: 1px solid#255da9;
    color:#255da9;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox a:hover {
    background:#255da9;
    color: white;
}
.prodet-page .prodet-1 .product-box .right .content .info .scroll {
    /*max-height: 280px;*/
    overflow: auto;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #555555;
    /*margin-top: 3rem;*/
}
.prodet-page .prodet-1 .product-box .right .content .info .scroll h6 {
    font-size: 1.8rem;
    color:#255da9;
    margin-bottom: 10px;
    font-weight: bold;
}
.prodet-page .prodet-1 .product-box .right .content .info .scroll p {
    font-size: inherit;
}
.prodet-page .prodet-1 .product-box .right .content .btn {
    position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .btn .side-contact {
    margin-top: 0;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a,
.prodet-page .prodet-1 .product-box .right .content .btn .download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 168px;*/
    height: 40px;
    border-radius: 8px;
    border: 2px solid #959494;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1;
    color: #7d7c7c;
    font-family: 'Rajdhani-SemiBold';
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a:hover,
.prodet-page .prodet-1 .product-box .right .content .btn .download:hover {
    background:#255da9;
    color: #fff;
    border: 2px solid#255da9;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a i,
.prodet-page .prodet-1 .product-box .right .content .btn .download i {
    margin-left: 7px;
    font-size: 2.4rem;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download-box {
    position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download-box:hover .download {
    background:#255da9;
    color: #fff;
    border: 2px solid#255da9;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download {
    margin-bottom: 0;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 0 10px;
    display: none;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu li a {
    display: block;
    padding: 1rem .5rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #7d7c7c;
    font-family: 'Rajdhani-SemiBold';
    background: #f5f5f5;
    text-align: center;
    margin-bottom: .5rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu li a:hover {
    background:#255da9;
    color: #fff;
}
.prodet-page .prodet-1 .product-box .galleryBox {
    /*max-width: 685px;*/
    /*padding-right: 23px;*/
    margin-top: 2rem;
    position: relative;
    background: #f5f5f5;
    padding: 20px 25px;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-slide a {
    display: block;
    border: 2px solid #e8e8e8;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-disabled {
    display: none;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-next,
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-prev {
    background-size: 14px;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-next {
    right: 0;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-prev {
    left: 0;
}
.prodet-page .prodet-2 h2,
.prodet-page .prodet-3 h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 2.4rem;
    color: #4a4f54;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
}
.prodet-page .prodet-2 h2:after,
.prodet-page .prodet-3 h2:after {
    content: '';
    width: 200%;
    position: absolute;
    top: 0;
    left: -25%;
    background: #f5f5f5;
    z-index: -1;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    height: 100%;
}
.prodet-page .prodet-2 .content {
    padding: 9rem 0 8.5rem;
    font-size: 1.6rem;
    color: #666666;

}
.prodet-page .prodet-2 .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-2 .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-2 .content strong {
    color: inherit;
    font-size: inherit;
    font-weight: 900;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-2 .content table tbody {
    table-layout: fixed;
}
.prodet-page .prodet-2 .content table{
    border: none !important;
}
.prodet-page .prodet-2 .content table td {
    padding: 1rem 8%;
    color: #666;
    border: none;
}
.prodet-page .prodet-2 .content table tr {
    background: #e7e8e8;
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
    background: #f6f6f6;
}
.prodet-page .prodet-3 {
    padding: 7rem 0 12.5rem;
}
.prodet-page .prodet-3 .hotBox {
    margin: 9rem auto 0;
    /*max-width: 1205px;*/
    padding: 0 5%;
    position: relative;
}
.prodet-page .prodet-3 .hotBox .swiper-container {
    padding: 10px;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
    display: block;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: left;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a:hover h4 {
    color:#255da9;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a .hot-img img {
    width: 100%;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #333333;
    margin: 1rem 0 2rem;
    font-weight: normal;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a em {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #4a4f54;
    border: 1px solid #255da9;
    display: inline-block;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a p {
    font-size: 2rem;
    line-height: 1;
    color: #666666;
    text-transform: uppercase;
    font-weight: 300;
}
.prodet-page .prodet-3 .hotBox .swiper-button-prev,
.prodet-page .prodet-3 .hotBox .swiper-button-next {
    width: 30px;
    height: 50%;
    background-position: center center;
    background-size: 14px;
    transform: translateY(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}
.swiper{
    --swiper-navigation-color: #255da9;
}
.newdet-page {
    padding: 70px 0;
}
.newdet-page .news-content h3.title {
    font-size: 24px;
    color: #111;
    text-transform: capitalize;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-weight: bold;
}
.newdet-page .news-content a.img-box {
    display: block;
}
.newdet-page .news-content a.img-box img {
    width: 100%;
}
.newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background:#255da9 none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;

    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}
.newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;

}
.newdet-page .news-content .content{
    font-size: 16px;
}
.newdet-page .news-content .tag em {
    color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .news-content .tag div {
    margin-left: 15px;
}
.newdet-page .news-content .tag div i {
    color:#255da9;
    margin-right: 5px;
}
.newdet-page .news-content .content {
    padding: 25px 0;
    margin: 10px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;
    text-align: left;
    font-size: 16px;
    color: #000000;

}
.newdet-page .news-content .content p {
    padding: 5px 0;
}
.newdet-page .news-content .share {
    text-align: left;
}
.newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;

    color: #333;
    font-size: 14px;
}
.newdet-page .news-content .share ul {
    display: inline-block;
}
.newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
}
.newdet-page2  ul.gallarylist{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 -2rem;
    margin-top: 4rem;
    
}
.newdet-page2  ul.gallarylist li{
    padding:2rem;
}
.newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
    color: white;
    background:#255da9;
}
.newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;

}
.newdet-page .news-content .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
    color:#255da9;
    text-decoration: underline;
}
.gal-page{
    padding: 10rem 0;
}
.gal-page li {
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.gal-page li a{
    display: block;
}
.gal-page li .border {
    border: 1px solid #eee;
}
.gal-page li .content{
    margin: 15px 0;
}
.gal-page li .content h4{
    font-size: 2rem;
}
.contact-page {
    padding: 0;
}
.contact-page .contact-message {
    padding-bottom: 80px;
}
.contact-page .contact-message .grid-box {
    padding: 0 10%;
}
.contact-page .contact-message .column {
    vertical-align: middle;
}
.contact-page .contact-message .column:nth-child(1) {
    width: 55%;
}
.contact-page .contact-message .column:nth-child(1) h2 {
    font-weight: 700;
    font-size: 36px;
    color:#255da9;
}
.contact-page .contact-message .column:nth-child(1) p {
    color: #6b6b6b;
}
.contact-page .contact-message .column:nth-child(1) form {
    margin-top: 30px;
}
.contact-page .contact-message .column:nth-child(1) form ul li {
    margin-bottom: 20px;
}
.contact-page .contact-message .column:nth-child(1) form ul li input,
.contact-page .contact-message .column:nth-child(1) form ul li textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
    color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input :-moz-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea :-moz-placeholder {
    color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input ::-moz-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea ::-moz-placeholder {
    color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input :-ms-input-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
    color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input[type="submit"] {
    background:#255da9;
    border: none;
    color: #fff;
    padding: 20px;
    width: 200px;
    text-transform: uppercase;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-message .column:nth-child(1) form ul li input[type="submit"]:hover{
    background: #ea831a;
}
.contact-page .contact-message .column:nth-child(2) {
    width: 45%;
    padding-left: 3%;
}
.contact-page .contact-message .column:nth-child(2) .message {
    padding: 60px;
    background:#255da9;
    background-size: cover;
    margin-top: -78px;
    color: #fff;
}
.contact-page .contact-message .column:nth-child(2) .message h3 {
    font-size: 15px;
    color: #ffffff;
}
.contact-page .contact-message .column:nth-child(2) .message h2 {
    font-size: 36px;
    margin: 20px 0;
    color: #fff;
}
.contact-page .contact-message .column:nth-child(2) .message p {
    color: #ffffff;
    line-height: 1.6;
}
.contact-page .contact-message .column:nth-child(2) .message ul {
    margin-top: 30px;
}
.contact-page .contact-message .column:nth-child(2) .message ul li {
    margin: 10px 0;
    font-size: 17px;
    line-height: 2;
    padding-left: 40px;

}
.prodet-page .prodet-2 .content img{
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 1230px) {
    .solutions-page .solutions-3 .advantage-box .swiper-slide p {
        height: 36px;
    }
    .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content p {
        height: 70px;
    }
    .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content p {
        height: 100px;
    }
    .solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
        width: 45px;
        height: 45px;
    }
    .solutions-page .solutions-2 .process-list .item .left ul li::after {
        width: 35px;
        height: 35px;
        left: 5px;
    }
    .solutions-page .solutions-2 .process-list .item .left::after {
        left: 21px;
    }
    .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
        right: 5px;
    }
    .solutions-page .solutions-2 .process-list .item:nth-child(2) .left::after {
        right: 21px;
    }
    .product-page .pro-nav .item {
        height: 90px;
    }
    .prodet-page .prodet-1 .product-box .right .content .info {
        max-width: 380px;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        width: 140px;
    }
    .prodet-page .prodet-1 .product-box .right .galleryBox {
        margin-top: 10rem;
    }
    .contact-page .contact-message .column:nth-child(2) .message h2 {
        font-size: 20px;
        margin: 10px 0;
    }
    .contact-page .contact-message .column:nth-child(1) h2 {
        font-size: 20px;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .contact-page .contact-message .grid-box {
        padding: 0;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .product-box .product-list ul li {
        width: 33.3333%;
    }
    .product-page .pro-nav {
        display: none;
    }
    h1.kaituopro1.Auxil-h1 {
    font-size: 20px!important;
}
    .prodet-page2 .det-1 .grid-box .right .text h1 {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #255da9;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: left;
}
    #footer .footer-bottom .ui.container p.kaituoyejiao,
    .newshide,
     {
        display: none;
    }
    .product-page .product-box .pro-list ul {
        display: none;
    }
    .prodet-page .prodet-1 .product-box .right .content .info {
        max-width: 100%;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        width: 120px;
        height: 30px;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        margin-bottom: 0;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn {
        margin-top: 15px;
    }
    .prodet-page .prodet-1 .product-box .right .galleryBox {
        margin-top: 7rem;
    }
    .contact-page .contact-message .column:nth-child(1),
    .contact-page .contact-message .column:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    .contact-page .contact-message .column:nth-child(1) {
        padding-top: 30px;
    }
    .contact-page .contact-message .column:nth-child(2) .message {
        margin-top: 0;
    }
    .news-page .news-list ul li .box .content time, {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 20px;
        top: -25px;
    }.news-page .news-list ul li .box .content a.more {
         font-size: 14px;
         padding: 2px 0 2px 15px;
     }.news-page .news-list ul li{
          width: 50%!important;
      }
}
@media screen and (max-width: 700px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .solutions-page .solutions-1 .solutions-content .top .left {
        width: 100%;
    }
    .solutions-page .solutions-1 .solutions-content .top .right {
        width: 100%;
        margin-top: 30px;
    }
    .solutions-page .solutions-1 .solutions-content .top .left .content p {
        font-size: 14px;
    }
    .solutions-page .solutions-2 .process-list .item .left {
        width: 100%;
        margin-bottom: 25px;
    }
    .solutions-page .solutions-2 .process-list .item .right {
        width: 100%;
        padding-left: 0;
    }
    .solutions-page .solutions-3 .solutions-form .right {
        display: none;
    }
    .solutions-page .solutions-3 .solutions-form .left {
        width: 100%;
    }
    .solutions-page .solutions-3 .solutions-form {
        padding: 7rem 5rem;
    }
    .solutions-page .solutions-3 .solutions-form .left h3 {
        font-size: 24px;
    }
    .solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
        height: 45px;
    }
    .product-page .product-box .product-list ul li {
        width: 50%;
    }
    .product-page .product-box .product-list ul li .content h4 {
        font-size: 18px;
    }
    .product-page .product-box .product-list ul li .content p {
        font-size: 14px;
    }
    .prodet-page .prodet-1 .product-box .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .product-box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .prodet-page .prodet-2 .content {
        font-size: 14px;
    }
    .contact-page .contact-message .column:nth-child(2) .message {
        padding: 30px;
    }
    .gal-page li .content h4{
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .inner-page h2 {
        font-size: 24px;
    }
    .solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
        width: 30px;
        height: 30px;
    }
    .solutions-page .solutions-2 .process-list .item .left ul li::after {
        width: 30px;
        height: 30px;
        left: 0;
    }
    .solutions-page .solutions-2 .process-list .item .left::after {
        display: none;
    }
    .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
        right: 0;
    }
    .solutions-page .solutions-3 .solutions-form .left form input {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
        height: 35px;
        width: 150px;
        font-size: 14px;
    }
    .news-page .news-nav {
        display: none;
    }
    .product-page .product-box .product-list ul li {
        width: 100%;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        width: 90px;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn ul {
        padding: 0;
    }
    .prodet-page .prodet-1 .product-box .right .content .info h3 {
        font-size: 22px;
    }
    .prodet-page .prodet-1 .product-box .right .content .info p {
        font-size: 14px;
    }
    .prodet-page .prodet-1 .product-box .right .galleryBox {
        padding-right: 0;
    }.news-page .news-list ul li .box .content h3 {
         font-size: 16px;
         line-height: 2;
     }
    .news-page .news-list ul li {
        width: 100%!important;
    }

}

html {
    font-size: 10px;
}


.inner-banner {
    height: 400px;
    background-size: 100% 100%;
    background-position: center center;
    color: white;
    padding-top: 230px;
}
.inner-banner .ui.container{
    text-align: center;
}
.inner-banner h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 2rem;
}
.inner-banner h2:after {
    content: '';
    width: 190px;
    height: 4px;
    background: white;
    margin: 30px 0;
 
    display: none;
}
.inner-banner .text {
    font-size: 18px;
    display: block;
    line-height: 1.4;
    font-weight: 300;
}
.mbx {
    display: block;
    padding: 15px 0;
    background: #f7f7f7;
    color: #666;
    font-size: 18px;
}
.mbx a,
.mbx span {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.mbx a:hover {
    color:#255da9;
}
.mbx a:first-child:before {
    content: "\f015";
    color:#255da9;
    font-family: "FontAwesome";
    margin-right: 10px;
}
.about-page .about-1 {
    padding: 110px 0 140px;
}
.about-page .about-1 .box .left {
    width: 55%;
}
.about-page .about-1 .box .left .img {
    display: block;
    height: 710px;
    background-size: cover;
    background-position: center center;
}
.about-page .about-1 .box .right {
    width: 45%;
    padding-left: 30px;
}
.about-page .about-1 .box .right h3 {
    display: block;
    font-weight: bold;
    font-size: 47px;
    color: #0d0d0d;
    line-height: 1.4;
}
.about-page .about-1 .box .right .content {
    display: block;
    font-size: 16px;
    color: #616161;
    line-height: 2;
    max-height: 480px;
    overflow: auto;
    margin-top: 20px;
}
.about-page .about-1 .list {
    margin-top: -50px;
    max-width: 75%;
    background: #f7f7f7;
    text-align: center;
    padding: 45px 15px;
    margin-left: 25%;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .list ul {
    margin: -10px;
}
.about-page .about-1 .list ul li {
    padding: 10px;
}
.about-page .about-1 .list ul li h6 {
    font-size: 48px;
    color: #0d0d0d;
    font-family: "Impact";
    line-height: 1;
}
.about-page .about-1 .list ul li p {
    display: block;
    font-size: 22px;
    color: #333;
    margin-top: 25px;
    line-height: 1.2;
}
.about-page .about-2 {
    background:#255da9;
}
.about-page .about-2 .left {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.about-page .about-2 .left .content {
    max-width: 350px;
    color: white;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.about-page .about-2 .left .content h2 {
    font-weight: bold;
    font-size: 47px;
    line-height: 1.1;
}
.about-page .about-2 .left .content p {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    margin: 30px 0 30px;
}
.about-page .about-2 .left .content .btn div {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    background: white;
    color: #333;
    cursor: pointer;
}
.about-page .about-2 .left .content .btn div:hover {
    background: #18418e;
    color: white;
}
.about-page .about-2 .right {
    vertical-align: middle;
    width: 70%;
}
.about-page .about-2 .right ul li {
    border-right: 10px solid white;
}
.about-page .about-3 {
    padding: 60px 0;
    text-align: center;
    background: #fff;
}
.about-page .about-3 h2 {
    font-size: 47px;
    font-weight: bold;
    color: #333;
}
.about-page .about-3 h6 {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    margin-top: 15px;
    line-height: 2;
}
.about-page .about-3 .list {
    margin-top: 70px;
}
.about-page .about-3 .list ul {
    margin: -22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-page .about-3 .list ul li {
    padding: 22px;
}
.about-page .about-3 .list ul li .box {
    display: block;
    padding: 35px 25px;
    background: #f5f5f5;
    text-align: left;
    height: 100%;
}
.about-page .about-3 .list ul li .box h3 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color:#255da9;
    line-height: 1.6;
}
.about-page .about-3 .list ul li .box .text {
    margin-top: 25px;
    font-size: 18px;
    color: #333;
    line-height: 2;
    counter-reset: step;
    counter-increment: step 0;
}
.about-page .about-3 .list ul li .box .text p {
    position: relative;
    padding-left: 0px;
    margin-top: 12px;
}
.about-page .about-3 .list ul li .box .text p:first-child {
    margin-top: 0;
    line-height: 2;
}
.about-page .about-3 .list ul li .box .text p:before {
    content: counter(step) '.';
    counter-increment: step;
    color:#255da9;
    font-size: 150%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    display: none;
}
.about-page .about-5 {
    padding: 90px 0 150px;
    background: url("../images/about-5-bg.jpg") center center;
    background-size: cover;
    display: none;
}
.about-page .about-5 h3 {
    display: block;
    font-size: 41px;
    color:#255da9;
    line-height: 1;
    margin-bottom: 15px;
}
.about-page .about-5 h2 {
    display: block;
    font-size: 56px;
    color: #333;
    font-weight: 500;
    line-height: 1;
}
.about-page .about-5 .list {
    margin-top: 80px;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}
.about-page .about-5 .list:after {
    content: '';
    height: 35px;
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    background:#255da9;
    z-index: -1;
}
.about-page .about-5 .list:before {
    content: '';
    border-left: 45px solid#255da9;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    left: 100%;
    bottom: -42px;
}
.about-page .about-5 .list ul {
    padding-left: 10px;
    overflow: hidden;
}
.about-page .about-5 .list ul .slick-list {
    overflow: unset;
}
.about-page .about-5 .list ul li {
    padding: 5px 20px 65px;
    border-left: 3px #bbb dashed;
    position: relative;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-5 .list ul li:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 3px solid white;
    position: absolute;
    bottom: 0;
    left: -8px;
    background:#255da9;
}
.about-page .about-5 .list ul li h4 {
    font-size: 29px;
    color:#255da9;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-5 .list ul li .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
    font-weight: 300;
    height: 6.4em;
    overflow: auto;
    padding-right: 5px;
}
.about-page .about-5 .list ul li img {
    -o-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    max-width: 190px;
    border-radius: 2px;
}
.about-page .about-5 .list ul li img:first-child {
    margin-bottom: 20px;
}
.about-page .about-5 .list ul li img:last-child {
    margin-top: 20px;
}
.about-page .about-5 .list ul .slick-active li {
    opacity: 1;
}
.about-page .about-6 {
    padding: 130px 0 150px;
    text-align: center;
}
.about-page .about-6 h2 {
    display: block;
    font-size: 56px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.about-page .about-6 .list {
    margin-top: 80px;
}
.about-page .about-6 .list ul {
    margin: -25px;
}
.about-page .about-6 .list ul li {
    padding: 25px;
}
.about-page .about-6 .list .slick-arrow {
    width: 42px;
    height: 72px;
    background: url("../images/btn-r.png") center center no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    font-size: 0;
    color: transparent;
}
.about-page .about-6 .list .slick-arrow.slick-prev {
    right: 103%;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -moz-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}
.about-page .about-6 .list .slick-arrow.slick-next {
    left: 103%;
}
.service-page .service-1 {
    padding: 120px 0 150px;
    background: url("../images/service-1-bg.png") right top 20% no-repeat;
    background-size: 30% auto;
}
.service-page .service-1 .left {
    position: relative;
}
.service-page .service-1 .right {
    position: relative;
    padding-left: 30px;
}
.service-page .service-1 .right h3 {
    display: block;
    font-weight: bold;
    font-size: 52px;
    color: #333;
    line-height: 1.2;
}
.service-page .service-1 .right .content {
    display: block;
    font-size: 16px;
    color: #616161;
    line-height: 1.8;
    margin-top: 30px;
    font-weight: 300;
}
.service-page .service-1 .slide {
    margin-top: 100px;
}
.service-page .service-1 .slide:first-child {
    margin-top: 0;
}
.service-page .service-1 .slide:nth-child(even) .left {
    left: 50%;
    padding-left: 30px;
}
.service-page .service-1 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
}
.service-page .service-2 {
    padding-bottom: 215px;
}
.service-page .service-2 .ui.container {
    max-width: 1250px;
}
.service-page .service-2 h2 {
    font-weight: bold;
    font-size: 54px;
    color: #333;
    line-height: 1.2;
}
.service-page .service-2 .list {
    margin-top: 60px;
    overflow: hidden;
}
.service-page .service-2 .list ul {
    margin: -33px;
}
.service-page .service-2 .list ul li {
    padding: 0 33px;
}
.service-page .service-2 .list ul li .box {
    display: block;
    padding: 33px 0;
    border-bottom: 2px solid #e7e7e7;
    padding-left: 80px;
    position: relative;
}
.service-page .service-2 .list ul li .box i {
    position: absolute;
    left: 0;
}
.service-page .service-2 .list ul li .box h5 {
    display: block;
    font-weight: bold;
    font-size: 21px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 14px;
}
.service-page .service-2 .list ul li .box p {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #999;
    line-height: 1.8;
}
.service-page .service-3 {
    background: #f7f7f7;
}
.service-page .service-3 .list {
    position: relative;
    top: -70px;
}
.service-page .service-3 .list ul {
    margin: -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-page .service-3 .list ul li {
    padding: 8px;
}
.service-page .service-3 .list ul li .box {
    display: block;
    padding: 30px 25px;
    background: white;
    border-bottom: 6px solid#255da9;
    height: 100%;
}
.service-page .service-3 .list ul li .box i {
    display: block;
    line-height: 60px;
    height: 60px;
}
.service-page .service-3 .list ul li .box i img {
    display: inline-block;
    vertical-align: middle;
}
.service-page .service-3 .list ul li .box h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 10px;
    color: #333;
    line-height: 1.2;
}
.service-page .service-3 .list ul li .box p {
    font-size: 18px;
    color: #7c7c7c;
    line-height: 1.4;
}
.service-page .service-3 .list ul li .box .more2 {
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid#255da9;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.service-page .service-4 {
    padding: 30px 0 120px;
    background: #f7f7f7;
}
.service-page .service-4 .ui.container {
    max-width: 1250px;
}
.service-page .service-4 .box {
    background: white;
    -o-box-shadow: 0 6px 38px 3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 6px 38px 3px rgba(0, 0, 0, 0.17);
    box-shadow: 0 6px 38px 3px rgba(0, 0, 0, 0.17);
    padding: 70px 5%;
}
.service-page .service-4 .box .left {
    width: 60%;
    padding-right: 5%;
}
.service-page .service-4 .box .left h3 {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
}
.service-page .service-4 .box .left .form {
    margin-top: 20px;
}
.service-page .service-4 .box .left .form ul {
    margin: -9px -15px;
}
.service-page .service-4 .box .left .form ul li {
    padding: 9px 15px;
}
.service-page .service-4 .box .left .form ul li input,
.service-page .service-4 .box .left .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 13px 15px;
    border: none;
    background: #f8f8fa;
    font-size: 16px;
    color: black;
}
.service-page .service-4 .box .left .form ul li input::-webkit-input-placeholder, .service-page .service-4 .box .left .form ul li textarea::-webkit-input-placeholder {
    color: #787c81;
}
.service-page .service-4 .box .left .form ul li input:-moz-placeholder, .service-page .service-4 .box .left .form ul li textarea:-moz-placeholder {
    color: #787c81;
}
.service-page .service-4 .box .left .form ul li input::-moz-placeholder, .service-page .service-4 .box .left .form ul li textarea::-moz-placeholder {
    color: #787c81;
}
.service-page .service-4 .box .left .form ul li input:-ms-input-placeholder, .service-page .service-4 .box .left .form ul li textarea:-ms-input-placeholder {
    color: #787c81;
}
.service-page .service-4 .box .left .form ul li input::placeholder,
.service-page .service-4 .box .left .form ul li textarea::placeholder {
    color: #787c81;
}
.service-page .service-4 .box .left .form ul li textarea {
    height: 120px;
}
.service-page .service-4 .box .left .form ul li.wid-100 {
    width: 100%;
}
.service-page .service-4 .box .right {
    width: 40%;
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 458px;
}
.service-page .service-4 .box .right .box2 {
    padding: 20px;
    border: 14px solid white;
    right: -30px;
    bottom: -30px;
    text-align: center;
    color: white;
    position: absolute;
    background:#255da9;
}
.service-page .service-4 .box .right .box2 i {
    display: block;
}
.service-page .service-4 .box .right .box2 h6 {
    display: block;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 3px;
}
.service-page .service-4 .box .right .box2 p {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
@media screen and (max-width: 1700px) {
    .inner-banner h2 {
        font-size: 50px;
    }
    .inner-banner h2:after {
        width: 120px;
        margin: 15px 0;
    }
    .inner-banner .text {
        font-size: 20px;
    }
    .inner-banner {
        height: 340px;
    }
    .service-page .service-1 .right h3,
    .service-page .service-2 h2 {
        font-size: 42px;
    }
    .service-page .service-1 .right .content {
        line-height: 1.6;
    }
    .service-page .service-2 .list ul li .box h5 {
        font-size: 18px;
    }
    .service-page .service-2 .list ul li .box p {
        font-size: 16px;
    }
    .service-page .service-4 .box .right .box2 h6 {
        font-size: 28px;
    }
    .service-page .service-4 .box .right .box2 p {
        font-size: 12px;
    }
    .service-page .service-4 .box .right .box2 {
        padding: 10px;
    }
    .about-page .about-1 .box .right h3 {
        font-size: 32px;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 42px;
    }
    .about-page .about-1 .list ul li p {
        font-size: 18px;
        margin-top: 15px;
    }
    .about-page .about-1 {
        padding: 60px 0;
    }
    .about-page .about-2 .left .content p {
        font-size: 16px;
    }
    .about-page .about-3 .list ul li .box h3 {
        font-size: 24px;
    }
    .about-page .about-3 .list ul li .box .text {
        font-size: 16px;
    }
    .about-page .about-5 h3 {
        font-size: 32px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 46px;
    }
    .about-page .about-5 .list ul li h4 {
        font-size: 26px;
    }
    .about-page .about-5 .list ul li .text {
        font-size: 18px;
    }
    .about-page .about-5 .list {
        max-width: 94%;
    }
    .about-page .about-5 {
        padding: 70px 0 100px;
    }
    .about-page .about-6 {
        padding: 90px 0;
    }
    .about-page .about-6 .list .slick-arrow.slick-next {
        left: auto;
        right: 0;
        z-index: 1;
    }
    .about-page .about-6 .list .slick-arrow.slick-prev {
        left: 0;
        right: auto;
        z-index: 1;
    }
    .about-page .about-6 .list .slick-arrow {
        width: 32px;
        background-size: 100% auto;
        height: 56px;
    }
}
@media screen and (max-width: 1450px) {
    .inner-banner h2 {
        font-size: 42px;
    }
    .about-page .about-1 .box .right h3 {
        font-size: 28px;
    }
    .about-page .about-1 .box .right .content {
        font-size: 14px;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 36px;
    }
    .about-page .about-1 .list ul li p {
        font-size: 15px;
        margin-top: 8px;
    }
    .about-page .about-1 .list {
        padding: 30px 15px;
    }
    .about-page .about-5 .list:after {
        height: 20px;
        bottom: -10px;
    }
    .about-page .about-5 .list:before {
        border-left-width: 34px;
        border-top-width: 30px;
        border-bottom-width: 30px;
        bottom: -30px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 40px;
    }
    .about-page .about-6 .list ul li {
        padding: 15px;
    }
    .about-page .about-6 .list ul {
        margin: -15px;
    }
    .about-page .about-6 .list {
        margin-top: 40px;
    }
    .service-page .service-1 {
        padding: 60px 0;
    }
    .service-page .service-1 .right h3,
    .service-page .service-2 h2 {
        font-size: 36px;
    }
    .service-page .service-2 {
        padding-bottom: 120px;
    }
    .service-page .service-3 .list ul li .box i {
        height: 44px;
        line-height: 44px;
    }
    .service-page .service-3 .list ul li .box i img {
        max-height: 100%;
    }
    .service-page .service-3 .list ul li .box h4 {
        font-size: 20px;
    }
    .service-page .service-3 .list ul li .box p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1250px) {
    .mbx {
        font-size: 16px;
        line-height: 2;
    }
    .service-page .service-1 .right h3,
    .service-page .service-2 h2 {
        font-size: 32px;
    }
    .service-page .service-1 .right .content {
        max-height: 400px;
        overflow: auto;
    }
    .service-page .service-2 .list ul li .box p {
        font-size: 14px;
    }
    .service-page .service-3 .list ul li .box {
        padding: 20px 10px;
    }
    .service-page .service-3 .list ul li .box p {
        font-size: 14px;
    }
    .service-page .service-3 .list ul li .box h4 {
        font-size: 18px;
    }
    .service-page .service-4 .box {
        padding: 50px 5%;
    }
    .service-page .service-4 .box .left h3 {
        font-size: 24px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 32px;
    }
    .about-page .about-6 .list .slick-arrow {
        display: none !important;
    }
    .about-page .about-6 .list ul li {
        padding: 8px;
    }
    .about-page .about-6 .list ul {
        margin: -8px;
    }
    .about-page .about-5 .list ul li img {
        max-width: 100%;
    }
    .about-page .about-5 .list ul li .text {
        font-size: 16px;
    }
    .about-page .about-5 .list ul li h4 {
        font-size: 22px;
    }
    .about-page .about-5 h3 {
        font-size: 24px;
    }
    .about-page .about-3 .list ul li .box h3 {
        font-size: 20px;
    }
    .about-page .about-3 .list ul li .box .text {
        font-size: 14px;
    }
    .about-page .about-3 .list ul li .box .text p {
        padding-left: 25px;
    }
    .about-page .about-3 .list ul li .box {
        padding: 20px 15px;
    }
    .about-page .about-3 .list {
        margin-top: 40px;
    }
    .about-page .about-3 h6 {
        margin-top: 10px;
    }
    .about-page .about-2 .left {
        padding-left: 15px;
    }
    .about-page .about-2 .left .content .btn div {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .about-page .about-2 .left .content p {
        font-size: 14px;
        margin: 10px 0 20px;
        line-height: 2;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        height: 240px;
        padding-top: 70px;
    }
    .inner-banner h2 {
        font-size: 20px;
        display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
      overflow: hidden;
    }
    .inner-banner h2:after {
        width: 80px;
        height: 2px;
    }
    .inner-banner .text {
        font-size: 16px;
        line-height: 2;
    }
    .about-page .about-1 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .about-page .about-1 .box .left {
        width: 100%;
    }
    .about-page .about-1 .box .left .img {
        height: 300px;
    }
    .about-page .about-1 .list {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        max-width: none;
    }
    .about-page .about-1 .list ul li {
        width: 25%;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 28px;
    }
    .about-page .about-2 .left {
        width: 100%;
        text-align: left;
        padding: 30px 15px;
    }
    .about-page .about-2 .right {
        width: 100%;
    }
    .about-page .about-2 .left .content {
        max-width: none;
    }
    .about-page .about-2 .right ul li {
        border: 2px solid white;
    }
    .about-page .about-3 .list ul li {
        width: 100%;
        padding: 10px;
    }
    .about-page .about-3 .list ul {
        margin: -10px;
    }
    .about-page .about-3 .list ul li .box .text {
        margin-top: 15px;
    }
    .about-page .about-5 h3 {
        font-size: 20px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 28px;
    }
    .about-page .about-5 .list ul li {
        padding: 5px 10px 40px;
    }
    .about-page .about-6 {
        padding: 60px 0;
    }
    .service-page .service-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        left: 0 !important;
    }
    .service-page .service-1 .left {
        padding-left: 0;
        width: 100%;
        left: 0 !important;
    }
    .service-page .service-1 .right .content {
        max-height: none;
    }
    .service-page .service-1 .right h3,
    .service-page .service-2 h2 {
        font-size: 28px;
    }
    .service-page .service-2 .list ul li .box h5 {
        margin-bottom: 6px;
    }
    .service-page .service-3 .list ul li {
        width: 50%;
    }
    .service-page .service-4 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-4 .box .right {
        width: 100%;
        margin-top: 30px;
        height: 200px;
    }
    .service-page .service-4 {
        padding: 30px 0 70px;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .right h3,
    .service-page .service-2 h2 {
        font-size: 24px;
    }
    .service-page .service-2 .list ul li {
        width: 100%;
    }
    .service-page .service-4 .box .right .box2 h6 {
        font-size: 24px;
    }
    .about-page .about-1 .list ul li {
        width: 50%;
        padding: 10px;
    }
    .about-page .about-1 .list ul {
        margin: -10px;
    }
    .about-page .about-1 .box .right .content {
        max-height: none;
    }
    .about-page .about-1 .box .right h3 {
        font-size: 24px;
    }
    .about-page .about-5 .list {
        padding: 0 20px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 24px;
    }
    .about-page .about-5 {
        padding: 50px 0 60px;
    }
    .service-page .service-3 .list {
        top: -50px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-3 .list ul li {
        width: 100%;
    }
    .service-page .service-4 .box .right .box2 {
        border-width: 5px;
        padding: 5px;
        right: -10px;
        bottom: -10px;
    }
    .service-page .service-4 .box .right .box2 i img {
        max-height: 20px;
    }
    .service-page .service-4 .box .right .box2 h6 {
        font-size: 20px;
    }
    .service-page .service-4 .box {
        padding: 30px 5%;
    }
    .service-page .service-2 .list ul li .box {
        padding-left: 60px;
    }
    .service-page .service-2 .list ul li .box i {
        width: 40px;
    }
    .service-page .service-2 .list {
        margin-top: 40px;
    }
    .service-page .service-1 .slide {
        margin-top: 50px;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 24px;
        line-height: 1.2;
    }
}
.button-group .button {
    background: #255da9 !important;
}

.inner-page .side-contact .side-tit{
        font-size: 28px;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 23px;
    
}
.inner-page .side-contact li:first-child{
    border-top: 1px solid #d1d1d1;
}
.inner-page .side-contact li{
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    line-height: 2;
}
.inner-page .side-contact li i.icon{
    float: left;
    width: 8%;
    font-size: 16px;
}
.inner-page .side-contact li span{
    float: right;
    width: 88%;
    font-size: 14px;
    color: #000000;
    font-family: "Rany";
}
.inner-page .side-contact li i.fa {
    float: left;
    width: 8%;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}

.side-contact-btn {
    background: #255da9;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
.sideBarBox .sideBarLeft {
    width: 20%;
}
.sideBarBox .sideBarLeft h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    background: #255da9;
    color: white;
}
.sideBarBox .sideBarLeft>ul {
    padding: 30px 15px;
    border: 3px solid #f8f8f8;
}
.sideBarBox .sideBarLeft ul li a {
    font-size: 16px;
    padding: 15px 10px;
    line-height: 1.2;
    background: #f8f8f8;
    margin-bottom: 5px;
    transition: .5s;
    cursor: pointer;
    display: block;
}
.sideBarBox .sideBarLeft ul li {
    position: relative;
}
.sideBarBox .sideBarLeft ul li i {
    position: absolute;
    right: 5px;
    top: 17px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    cursor: hand;
}
.sideBarBox .sideBarLeft ul li i:after,
.sideBarBox .sideBarLeft ul li i:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .5s;
}
.sideBarBox .sideBarLeft ul li i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sideBarBox .sideBarLeft ul li a:hover,
.sideBarBox .sideBarLeft ul li a.active {
    background: #255da9;
    color: white;
}
.sideBarBox .sideBarLeft ul li a:hover~i:after,
.sideBarBox .sideBarLeft ul li a.active~i:after,
.sideBarBox .sideBarLeft ul li a:hover~i:before,
.sideBarBox .sideBarLeft ul li a.active~i:before {
    background: white;
}
.sideBarBox .sideBarLeft ul li ul {
    display: none;
}
.sideBarBox .sideBarLeft ul li i.active:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.sideBarBox .sideBarLeft ul li a.active~ul {
    display: block;
}
.sideBarBox .sideBarRight {
    width: 80%;
    padding-left: 3%;
}
.faq-page .faq-1 {
    padding: 60px 0 120px;
}
.faq-page .faq-1 .top {
    text-align: center;
}
.faq-page .faq-1 .top form {
    width: 100%;
    max-width: 860px;
    position: relative;
    margin: 40px auto 0;
}
.faq-page .faq-1 .top form input {
    line-height: 60px;
    height: 60px;
    border: 2px solid #222;
    font-size: 18px;
    color: #333;
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
}
.faq-page .faq-1 .top form input[type="submit"] {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: url("../images/icon-search-white.png") center center no-repeat #222;
}
.faq-page .faq-1 .bottom {
    padding-top: 100px;
}
.faq-page .faq-1 .bottom ul li {
    display: block;
    padding: 20px 0;
    border-top: 2px solid #e7e7e7;
    position: relative;
    cursor: pointer;
    cursor: hand;
    user-select: none;
}
.faq-page .faq-1 .bottom ul li:last-child {
    border-bottom: 2px solid #e7e7e7;
}
.faq-page .faq-1 .bottom ul li i {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 24px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-1 .bottom ul li i:after {
    content: '+';
}
.faq-page .faq-1 .bottom ul li h4 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif, Arial;
    color: #202020;
    padding-right: 50px;
    font-weight: 600;
    line-height: 2;
}
.faq-page .faq-1 .bottom ul li .text {
    padding-top: 25px;
    font-size: 18px;
    color: #4e4243;
    line-height: 2;
    display: none;
}
.faq-page .faq-1 .bottom ul li .text * {
    font-size: inherit !important;
}
.faq-page .faq-1 .bottom ul li.active i:after {
    content: '-';
    margin-right: 4px;
}
.solution-page h3.title {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}
.solution-page .solution-1 {
    padding: 80px 0;
    background: #f3f3f3;
}
.solution-page .solution-1 .list {
    margin-top: 70px;
}
.solution-page .solution-1 .list ul {
    margin: -50px;
}
.solution-page .solution-1 .list ul li {
    padding: 50px;
}
.solution-page .solution-1 .list ul li h5 {
    font-size: 24px;
    color: #333;
    line-height: 1.4;
    position: relative;
    min-height: 2.8em;
}
.solution-page .solution-1 .list ul li h5 i {
    position: absolute;
    right: 105%;
    top: 0;
}
.solution-page .solution-1 .list ul li h5 i img {
    width: auto;
    max-width: none;
    display: inline-block;
    vertical-align: middle;
}
.solution-page .solution-1 .list ul li .text {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}
.solution-page .solution-1 .list ul li .line {
    display: block;
    height: 1px;
    background: #cacaca;
    margin: 20px 0;
}
.solution-page .solution-1 .list ul li h6 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}
.solution-page .solution-1 .list ul li .link {
    font-size: 18px;
    line-height: 2;
}
.solution-page .solution-1 .list ul li .link a {
    display: block;
    position: relative;
    transition: .5s;
}
.solution-page .solution-1 .list ul li .link a:hover {
    color: #255da9;
}
.solution-page .solution-1 .list ul li .link a:after {
    content: '';
    border-radius: 100%;
    border: 4px solid black;
    position: absolute;
    right: 105%;
    top: 14px;
}
.solution-page .solution-2 {
    padding: 90px 0 140px;
}
.solution-page .solution-2 .text {
    margin: 30px 0 50px;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}
.solution-page .solution-2 .list ul {
    margin: -7px;
}
.solution-page .solution-2 .list ul li {
    padding: 7px;
}
.solution-page .solution-2 .list ul li img {
    width: 100%;
}
.solution-page .solution-3 {
    text-align: center;
    padding: 80px 0;
    background: #eee;
}
.solution-page .solution-3 a.link {
    display: inline-block;
    padding: 15px 35px;
    background: white;
    font-size: 22px;
    transition: .5s;
    font-weight: bold;
    border-radius: 5px;
}
.solution-page .solution-3 a.link i.fa {
    margin-left: 5px;
}
.solution-page .solution-3 a.link:hover {
    background: #255da9;
    color: white;
}
.solution-page .solution-3 .list {
    margin-top: 60px;
}
.solution-page .solution-3 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution-page .solution-3 .list ul li {
    width: auto;
}
.solution-page .solution-3 .list ul li a {
    min-width: 210px;
    padding: 5px 15px;
    text-align: center;
    display: block;
    background: #333;
    color: white;
    font-size: 18px;
    height: 100%;
}
@media screen and (max-width: 1000px) {
    .inner-page .sideBox .side-left {
        display: none;
    }
    .inner-page .sideBox .side-right {
        width: 100%;
    }
    .product-page {
        padding: 60px 0;
    }
    .product-page .side-right .top .form {
        max-width: 100%;
    }
    .product-page .side-right .top {
        margin-bottom: 30px;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn {
        display: none;
    }
    .prodet-page .prodet-2 .content {
        padding: 6rem 0;
    }
}
/*inner css add end*/
 
 /*xinhuan xingqing css*/
 .prodet-page2 {
  padding: 1rem 0;
}
.prodet-page2 .det-1 {
  padding: 2.5rem 0;
}
.prodet-page2 .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.prodet-page2 .det-1 .grid-box .left .ig{
  display: flex;
  flex-direction: row-reverse;
}

.prodet-page2 .det-1 .grid-box .left .ig .big-img {
  width: 80%;
  text-align: center;
 
}
.prodet-page2 .det-1 .grid-box .left .ig .big-img img {
  width: 90%;
}
.prodet-page2 .det-1 .grid-box .left .gallery {
  width: 20%;
  margin-right: 10px;
  text-align: left;
}
/*.prodet-page2 .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}*/
.prodet-page2 .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}
.prodet-page2 .det-1 .grid-box .left .slick-dots{
   position: absolute;
   z-index: 99;
  left: 0;
  bottom: -9%;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  padding: 10px 0;
}
.prodet-page2 .det-1 .grid-box .left .slick-dots li {
  width: 20px;
  height: 5px;
  display: inline-block;
  margin: 0 10px;
  background-color: rgba(26,26,26, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page2 .det-1 .grid-box .left .slick-dots li button {
  display: none;
}
.prodet-page2 .det-1 .grid-box .left .slick-dots li .slick-slide-active{
  background-color: rgba(26,26,26, 1);
}
.prodet-page2 .det-1 .grid-box .left .slick-slide .content {
  display: none;
}

.prodet-page2 .det-1 .grid-box .left .slick-active .content {
  display: block;
}

.prodet-page2 .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
  cursor: pointer;
}
.prodet-page2 .det-1 .grid-box .left .gallery ul .slick-current .img{
  border-color: #255da9;
}
.prodet-page2 .det-1 .grid-box .left .gallery ul .slick-current img{
  opacity: 1;
}
.prodet-page2 .det-1 .grid-box .left .gallery ul li img{
   opacity: 0.5;
}
.prodet-page2 .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  /*border: 2px solid #e1e1e1;*/
  border-left: 1px solid #e1e1e1;
}
.prodet-page2 .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 0;
}
.prodet-page2 .det-1 .grid-box .right .text h6{
    font-size: 18px;
}
.prodet-page2 .det-1 .grid-box .right .text h1{
  font-size: 28px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #255da9;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left;
}
.prodet-page2 .det-1 .grid-box .right .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #616161;
  max-height: 300px;
  overflow-y: auto;
}
.prodet-page2 .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 1.5rem
}
.prodet-page2 .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-family: 'RM';
    font-size: 20px;
}
.prodet-page2 .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 0.75rem;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page2 .det-1 .grid-box .right .text .more {
  left: 53%;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 4rem;
  margin-top: 3rem;
}
.prodet-page2 .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.prodet-page2 .det-1 .grid-box .right .text .more .fl:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color:  #255da9;
  vertical-align: middle;
}
.prodet-page2 .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  border: 2px solid  #255da9;
  color: #1c1c1c;
  padding: 5px 3rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page2 .det-1 .grid-box .right .text .more a:hover {
  color: #fff;
  background-color:  #255da9;
}
.prodet-page2 .color{
  margin-top: 1rem;
  background-color: #f2f2f2;
  padding: 1rem 0;
}
.prodet-page2 .color .box{
display: flex;
}
.prodet-page2 .color .desc{
  width: 20%;
  background: #fff;
  border-radius: 5px;
  padding: 1rem; 
}
.prodet-page2 .color .desc em{
  display: block;
}
.prodet-page2 .color .desc p span{
  display: block;
  font-weight: bold;
}
.prodet-page2 .color .desc h4{
  font-size: 18px;
}
.prodet-page2 .color .imgs{
  width: 80%;
  padding-left: 1rem;
}
.prodet-page2 .color .imgs .slick-track{
  margin-left: 0;
  margin-right: 0;
}
.prodet-page2 .color .imgs ul .slick-slide{
  margin-right: 1rem;
}
.prodet-page2 .color .imgs li{
  background: #fff;
  padding: 1rem 0;
  text-align: center;
  cursor: pointer;
}
.prodet-page2 .color .imgs li img{
  display: inline-block;
}
.prodet-page2 .color .imgs li:hover img{
   transform: scale(1.1);
   -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page2 .det-2 {
  margin-top: 40px;
}
.prodet-page2 .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page2 .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.prodet-page2 .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page2 .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color:  #255da9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page2 .det-2 .tabs ul li a:hover {
  color:  #255da9;
}
.prodet-page2 .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page2 .det-2 .related {
  margin-top: 0.95rem;
}
.prodet-page2 .det-2 .related ul li.active {
  display: block;
}
.prodet-page2 .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 2;
  color: #616161;
}
.prodet-page2 .det-3 {
  margin-top: 60px;
}
/*.prodet-page2 .det-3 .title {
  text-align: center;
}*/
.prodet-page2 .det-3 .title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page2 .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 30px;
}
.prodet-page2 .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color:  #255da9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page2 .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page2 .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page2 .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page2 .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page2 .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color:  #255da9;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page2 .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #ea831a;
}
.prodet-page2 .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 0.625rem;
}
.prodet-page2 .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 18px;
  line-height: 1.8;
  min-height: 7rem;
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page2 .det-3 .det-3-box ul li .ig:hover .img {
  border-color:  #255da9;
}
.prodet-page2 .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page2 .det-3 .det-3-box ul li .ig:hover .text h4 {
  color:  #255da9;
}
@media screen and (max-width: 992px) {
  .prodet-page2 .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page2 .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page2 .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page2 .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
  .inner-banner .mbx-box {
    top: 40%;
}
}
@media screen and (max-width: 700px) {
  /*.prodet-page2 .det-2 .tabs ul {
    border: none;
  }*/
  .prodet-page2 .det-2 .tabs ul li {
    /*display: block;*/
    text-align: center;
    /*border-bottom: 2px solid #e1e1e1;*/
  }
  .prodet-page2 .det-2 .tabs ul li a {
    display: block;
    font-size: 18px;
  }
  .prodet-page2 .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
  }
}
.newdet-page2 {
  padding: 5rem 0;
}
.newdet-page2 h1 {
  font-size: 26px;
  line-height:2;
  font-weight: bold;
  text-align: center;
}
.newdet-page2 time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page2 .content {
  display: block;
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page2 .m-link {
  font-size: 16px;
  line-height:2;
}
.newdet-page2 .m-link a {
  display: block;
}
.newdet-page2 .m-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
    .newdet-page2 h1 {
    font-size: 18px;
    line-height: 32px;
}
}

/*up product-list-page left */
.inner-page .sideBox .side-left .product-nav {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-top: 87px;
}
.inner-page .sideBox .side-left .product-nav h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
}
.inner-page .sideBox .side-left .product-nav > ul {
    margin-top: 13px;
}
.inner-page .sideBox .side-left .product-nav > ul > li {
    position: relative;

}
.inner-page .sideBox .side-left .product-nav > ul > li.active .children{
  display: block;
}
.inner-page .sideBox .side-left .product-nav > ul > li.active>a{
  color:  #255da9;
}
.inner-page .sideBox .side-left .product-nav > ul > li > a {
    display: block;
    padding: 13px 30px 13px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    /*font-weight: 600;*/
}
.inner-page .sideBox .side-left .product-nav>ul>li:hover a{
  color:  #255da9;
}
.inner-page .sideBox .side-left .product-nav > ul > li .fa {
    width: 44px;
    height: 44px;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -10px;
    cursor: pointer;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children {
    padding: 10px 0;
    display: none;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li {border-bottom: 1px solid #737373;}
.inner-page .sideBox .side-left .product-nav > ul > li .children li a {
    font-size: 16px;
    line-height: 1;
    color: #737373;

    display: block;
    margin: 15px 0;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li a:hover {
    color:  #255da9;
}
.inner-page .sideBox .side-left .product-nav>ul>li .children li.active a{
      color:  #255da9;
}
@-webkit-keyframes bianxing2 {
  from {
    -webkit-transform: rotateZ(0deg) scale(1);
    transform: rotateZ(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotateZ(180deg) scale(0.6);
    transform: rotateZ(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotateZ(360deg) scale(1);
    transform: rotateZ(360deg) scale(1);
  }
}
@-moz-keyframes bianxing2 {
  from {
    -moz-transform: rotateZ(0deg) scale(1);
    transform: rotateZ(0deg) scale(1);
  }
  50% {
    -moz-transform: rotateZ(180deg) scale(0.6);
    transform: rotateZ(180deg) scale(0.6);
  }
  100% {
    -moz-transform: rotateZ(360deg) scale(1);
    transform: rotateZ(360deg) scale(1);
  }
}
@keyframes bianxing2 {
  from {
    -webkit-transform: rotateZ(0deg) scale(1);
    -moz-transform: rotateZ(0deg) scale(1);
    transform: rotateZ(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotateZ(180deg) scale(0.6);
    -moz-transform: rotateZ(180deg) scale(0.6);
    transform: rotateZ(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotateZ(360deg) scale(1);
    -moz-transform: rotateZ(360deg) scale(1);
    transform: rotateZ(360deg) scale(1);
  }
}

/*new about*/
.p04-custom-parts {
  padding: 60px 0 100px;
  background-color: #f6f7f9;
}
.p04-custom-parts .text h3 {
  margin: 25px 0 5px;
}
.p04-custom-parts .mml-row {
  position: relative;
  padding: 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;
}
.p04-custom-parts .item {
  /*max-width: 340px;*/
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  margin: 0 10px 20px;
  padding: 35px 40px 35px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .item h3 {
      font-weight: 400;
    color: #ea831a;
    font-size: 24px;
    line-height: 44px;
    margin: 25px 0 5px;
    font-family: 'Humanist521BT-Bold';
}
/*.p04-custom-parts .item:nth-child(4) {
  margin-left: 150px;
}*/
.p04-custom-parts .icon {
  max-width: 60px;
  overflow: hidden;
}
.p04-custom-parts .title {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .title h2 {
  margin-bottom: 15px;
}
.p04-custom-parts .line {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 1px;
  height: 360px;
  /*background-color: #f63f06;*/
}
.p04-custom-parts .line::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 80px;
  /*background-color: #f63f06;*/
}
.p04-formulation {
  padding: 120px 0 110px;
}
.p04-formulation .title p {
  margin: 20px 0 55px;
}
.p04-more-than {
  padding: 50px 0;
  background-color: #f6f7f9;
}
.p04-more-than .title p {
  max-width: 920px;
  margin: 20px auto 55px;
}
.p04-more-than .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p04-more-than .item:not(:last-child) {
  margin-bottom: 90px;
}
/*.p04-more-than .item:nth-child(odd) .img {
  margin-left: 80px;
}*/
.p04-more-than .item:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /*margin-right: 80px;*/
}
.p04-more-than .item:nth-child(even) .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p04-more-than .item .text {
  max-width: 680px;
  width: 48%;
}
.p04-more-than .item .text h3 {
  margin-bottom: 20px;
  color: #051321;
  font-size: 40px;
}
.p04-more-than .item .text ul {
  margin-top: 20px;
}
.p04-more-than .item .text ul li {
  position: relative;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  padding-left: 28px;
}
.p04-more-than .item .text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p04-more-than .item .text ul i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ea831a;
  margin-right: 10px;
}
.p04-more-than .img {
  max-width: 650px;
  width: 45%;
  max-height: 380px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
    .p04-custom-parts .title{
    width: calc(50% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(50% - 20px);
  }

  .end-sec .tab-wrap{
    display: block;
  }
  .end-sec .tab-wrap .tab-btn{
    width: 100%;
    max-width: 100%;
  }
  .end-sec .tab-wrap .tab-sec{
    width: 100%;
  }

  .p04-more-than .item{
    display: block;
  }

  .p04-more-than .img{
    width: 100%;
    max-width: 100%;
    max-height: initial;
  }
  .p04-more-than .item .text{
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
  }

  .p04-more-than{
    padding: 60px 0;
  }
}

@media screen and (max-width: 600px) {
.p04-custom-parts .item {
    width: 100%;
}
.prodet-page2 .det-1 .grid-box .right .text h3{
    font-size: 18px;
    line-height: 2;
}
.prodet-page2 .det-1 .grid-box .right .text .con{
    font-size: 16px;
    line-height: 2;
}
.prodet-page2 .color .box{
    flex-wrap: wrap;
}
.prodet-page2 .color .desc{
    width: 100%;
}
.prodet-page2 .color .imgs{
    width: 100%;
}
}
.dkdkd{
    font-size: 20px;
    color: #fff;
    padding: 34px 60px;
    background: #255da9;
    text-align: center;
    font-family: 'Poppins-Bold';
}
.dkdkd p{
    letter-spacing: 1px;
}
.dkdkd i{
    color: #ff6600;
}

#mobile .menu-content .menu-list ul li .xiala{
  position: absolute;
  right: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url(../images/xiala2.png) no-repeat center;
  background-size: 100%;
  z-index: 10;
  cursor: pointer;
  filter: invert(1) brightness(100);
}
#mobile .menu-content .menu-list ul li .sub-menu{
  display: none;
}
@media screen and (max-width: 1000px){
  .footter, .kaituopro,
  .footters,
  .inner-page.news-page.newshide.Auxil-industry {
    display: none !important;
  }
}
.footter{
    width: 570px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
vertical-align: middle;
display: inline-block;
}
@media screen and (max-width: 1000px){
  .dkdkd {
    font-size: 16px;
  }

}